Password change on existing FTP users or new FTP users

Discussion in 'General' started by ikrudolf, Dec 1, 2014.

  1. ikrudolf

    ikrudolf Member

    I get this:
    Code:
    root@web01:/# /usr/local/ispconfig/server/server.sh
    W: GPG error: [URL]http://extras.ubuntu.com[/URL] trusty Release: The following signatures  couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A  3E5C1192
    /usr/bin/fail2ban-client
    /sbin/iptables
    /sbin/ip6tables
    Multiple entries named 'sshusers' in /etc/group. Please fix this with pwck or grpck.
    useradd: failed to prepare the new /etc/group entry 'sshusers'
    chown: invalid user: ‘web282:client1’
    chown: invalid user: ‘web282:client1’
    finished.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seemas as if your group file is corrupted. make a backup of the files /etc/passwd, /etc/shadow, /etc/group and /etc/gshadow. Then run the commands:

    pwck

    and

    grpck

    to check and repair the files.
     
    ikrudolf likes this.
  3. ikrudolf

    ikrudolf Member

    Thank you very much Till that fixed the issue!
     

Share This Page