Cannot recreate users after delete

Discussion in 'Installation/Configuration' started by actiononline, Apr 5, 2008.

  1. actiononline

    actiononline New Member

    I have been having issues with ISPConfig after recently upgrading to the latest version Today again I deleted a user from a domain, emptied my recycle bin and tried recreating the user again. I keep on getting the error: The username is already in use

    PHP:
    05.04.2008 09:20:31 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.phpLine 137cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~
    05.04.2008 09:20:32 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.phpLine 284cp -fr /etc/postfix/virtusertable /etc/postfix/virtusertable~
    05.04.2008 09:20:32 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.phpLine 289postmap hash:/etc/postfix/virtusertable
    05.04.2008 
    09:20:32 => INFO - /root/ispconfig/scripts/lib/config.lib.phpLine 1259cp -fr /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf~
    05.04.2008 09:20:32 => INFO - /root/ispconfig/scripts/lib/config.lib.phpLine 1984cp -fr /etc/proftpd_ispconfig.conf /etc/proftpd_ispconfig.conf~
    05.04.2008 09:20:46 => INFO - /root/ispconfig/scripts/lib/config.lib.phpLine 2597rm -fr /var/www/web1/user/web1_sedley
    05.04.2008 
    09:21:01 => DEBUG The username is already in use.<br><br><br> <a href='../../isp_manager/frame_start.php?'>Next &gt;&gt;</a>
    05.04.2008 09:22:33 => DEBUG The username is already in use.<br><br><br> <a href='../../isp_manager/frame_start.php?'>Next &gt;&gt;</a>
    05.04.2008 12:14:20 => DEBUG The username is already in use.<br><br><br> <a href='../../isp_manager/frame_start.php?'>Next &gt;&gt;</a>
    05.04.2008 12:32:28 => DEBUG The username is already in use.<br><br><br> <a href='../../isp_manager/frame_start.php?'>Next &gt;&gt;</a>
    I checked all the file to see if the user has been deleted and could not find it anywhere in either the system users or virtusertable. Where is ISPConfig then seeing this user that has been deleted?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Is that user listed in /home/admispconfig/ispconfig/users?
     
  3. bswinnerton

    bswinnerton New Member

    or /etc/passwd for that matter?

    You should be able to check it by going:

    Code:
    sudo nano /etc/passwd
     
  4. actiononline

    actiononline New Member

    I found the user in /home/admispconfig/ispconfig/users

    How can I get ISPConfig to write/delete from this file in the future?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    ISPConfig doesn't write from that file, it only reads it, so you can delete the user from there manually.
     

Share This Page