• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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