[one-users] (no subject)

Prithvi Raj prithvisupersonic22 at gmail.com
Sat Sep 29 11:40:35 PDT 2012


$groupadd --gid 1001 oneadmin

$useradd --uid 1001 -g oneadmin -d /var/lib/one oneadmin


It doesnt allow me to login as onedmin when i start ubuntu from the
host machine. Some error like 'some bytes need to be written' is seen
and i directed back to the login page where i am forced to login as
root or the regular user.

My oneadmin group id for the front-end was 125.
So, i added a group oneadmin in the host with same id. But it showed
the id already exists. So, i deleted that id in group file
in/etc/group and gave the command
'groupadd --gid 1001 oneadmin'
the group was added.
Similarly the oneadmin user id for the front-end was 115.
So, i added a user oneadmin in the host with same id. But it showed
the id already exists. So, i deleted that id in /etc/passwd and gave
the command

'$useradd --uid 1001 -g oneadmin -d /var/lib/one oneadmin'

Then I set the password for that oneadmin account 'passwd' command.
But then i was not able to manually copy the .ssh folder contents of
oneadmin in front-end to oneadmin account of the host. I got
permission denied. I was not even able to create a directory using
'mkdir' in oneadmin of host. Why?
I keep getting 'Permission denied'.
What to do?


More information about the Users mailing list