Problem with passwd and new user creation on Sarge

Discussion in 'Installation/Configuration' started by Skirmantas, Aug 30, 2006.

  1. Skirmantas

    Skirmantas New Member

    Hello,
    I had perfect worked system with ISPconfig for almost one year. But after system update ISPconfig doesn't creates new users or changes theirs password.

    su admispconfig
    passwd user52
    passwd: You may not view or modify password information for user52.

    How to fix this?

    thanks for help and great Admin Panel!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The user admispconfig never has the permission to edit passwords, the permission has only the root user.

    Please run this command as root on the shell:

    /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php

    Do you get a segfault?
     
  3. Skirmantas

    Skirmantas New Member

    Thanks for reply Till!

    server:/home/www/web44# /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php
    start
    UPDATE: 1
    UPDATE: 3
    UPDATE: 34
    UPDATE: 36
    chmod: cannot access `k34_*changed*:web34': No such file or directory
    ERROR: Nothing parsed, nothing printed <BR>
    INSERT USER: 569
    chmod: cannot access `k36_*changed*:web36': No such file or directory
    ERROR: Nothing parsed, nothing printed <BR>
    INSERT USER: 570

    and so On to the end. Thats happend to ISPconfig?:(

    Thank you for any help
     
  4. Skirmantas

    Skirmantas New Member

    After these command logins passwords changed to something else that they were before. Logins does'nt works. I changed password manually with passwd <user>.
     
  5. Skirmantas

    Skirmantas New Member

    recreated all user passwords from backup- thanks god;)

    But unkown problem still exists:(
     
  6. Skirmantas

    Skirmantas New Member

    I'm using older version of ISPconfig ( never hurry to update to recent ). I;m using two version down of newest. Maybe update may help? Or it will be worst?

    Thank you
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check the ISPConfig log for errors:

    /home/admispconfig/ispconfig/ispconfig.log
     
  8. Skirmantas

    Skirmantas New Member

    I just created new user and log is:

    31.08.2006 - 12:11:10 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 57: cp -f /root/ispconfig/isp/conf/forward.master /home/www/web1/.forward
    31.08.2006 - 12:11:10 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 113: symlink /home/www/web1/Maildir
    31.08.2006 - 12:52:22 => INFO - Signalfile Set: insert
    31.08.2006 - 12:53:05 => INFO - Signalfile Set: delete: do
    31.08.2006 - 12:53:10 => INFO - Signalfile Set: empty trash
    31.08.2006 - 12:53:29 => INFO - Signalfile Set: insert
    31.08.2006 - 12:53:54 => INFO - Signalfile Set: delete: do
    31.08.2006 - 21:35:52 => INFO - Signalfile Set: insert

    The End of log
     
  9. Skirmantas

    Skirmantas New Member

    Only on row is appended: 31.08.2006 - 21:35:52 => INFO - Signalfile Set: insert

    No USER: and Etc..
     
  10. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /root/ispconfig
    ? What's the output of
    Code:
    ls -la /home/www
    ?
    Did you change the ISPConfig database manually?
     
  11. Skirmantas

    Skirmantas New Member

    After Ispconfig server restart it's seems that everything is working now again. I hadn't changed anything except system updates with apt-get. Server uptime is almost 120 days, maybe its needed a restart service, don't know why, because logfiles didn't showed any errors at all.

    Thanks,
    Skirmantas
     

Share This Page