• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Autoinstaller on Debian 4.0

P

petrucci

Guest
Hallo,

I've tried to install Plesk 8.2.0 on a fresh install of Debian 4.0

But I got this error
ERROR: It seems there is a user with UID=110
in this system, but Plesk needs the same UID
for its operation.
Unfortunately, this situation has not yet been
resolved.
Please, visit http://www.swsoft.com/support for assistance.

this is cat /etc/passwd | grep 110

sshd:x:110:65534::/var/run/sshd:/usr/sbin/nologin

Any help please, it's quite urgent...
 
Originally posted by petrucci
Hallo,

I've tried to install Plesk 8.2.0 on a fresh install of Debian 4.0

But I got this error


this is cat /etc/passwd | grep 110

sshd:x:110:65534::/var/run/sshd:/usr/sbin/nologin

Any help please, it's quite urgent...

You tried removing this user?
 
It is assigned to ssh,
if I remove that user won't this grant access via ssh anyway?

I do not have phisical access to my machine...
 
Just edit /etc/passwd and /etc/group and set sshd to something like 22 :)
sshd:x:22:22::/var/run/sshd:/usr/sbin/nologin
and
sshd:x:22:
 
Thanks DCoats for your help..

And this can be done safely remotely?

I'm sorry but I want to be sure before...:)
 
Back
Top