[SOLVED] Error when I try to access the new user in Mageia 2

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] Error when I try to access the new user in Mageia 2

Postby macxi » Oct 27th, '12, 14:40

Hi,

I have created new user with MCC (in KDE Mageia 2 - 32bit) and then I configure and restart the computer for once or twice, without problem.

In the third or fourth time I can not access the user and appears the following error message:

    Call to lnusertemp failed (temporary directories full? )
    Check your installtion
    Okay

There are space on HD and new user is automatically numbered as 501. Accessing the dolphin as root, I saw that the owners of these folders are nobody and nogroup

I have created three users in two different installations of Mageia 2 and appears always the same error.

Any suggestions?
Last edited by macxi on Oct 30th, '12, 02:44, edited 1 time in total.
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

Re: Error when I try to access the new user created Mageia 2

Postby oj » Oct 27th, '12, 15:01

are you saying the new user's /home directory is owned by "nobody?" That would appear to be a samba user.
oj
 
Posts: 232
Joined: Aug 23rd, '12, 00:22

Re: Error when I try to access the new user created Mageia 2

Postby macxi » Oct 29th, '12, 15:01

I created a new user with the Mageia 2 in virtualbox and is working without problems:
Image

Image

But the installation of a new user in Mageia 2 in HD, does not work. I have no idea why this error occurs.
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

Re: Error when I try to access the new user created Mageia 2

Postby tom_ » Oct 29th, '12, 15:28

have you tried if running drakuser from a terminal (as root)
some intresting error messages appears?
tom_
 
Posts: 423
Joined: Sep 3rd, '11, 12:26
Location: Porto Ercole, Italy

Re: Error when I try to access the new user created Mageia 2

Postby macxi » Oct 29th, '12, 18:28

tom_ wrote:have you tried if running drakuser from a terminal (as root)
some intresting error messages appears?


I can not access the new user:

Image
    Call to lnusertemp failed (temporary directories full? ) Check your installtion
    Okay
Image

I accessed the drakuser as root with other old user. When I access the drakeuser as root, no appears warning. Only appears the warning below, when I select the option to edit the user.

    [user-mageia-2-kde@localhost ~]$ su -
    Password:
    [root@localhost ~]# drakuser

    (drakuser:5739): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    (drakuser:5739): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    (drakuser:5739): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

Re: Error when I try to access the new user created Mageia 2

Postby doktor5000 » Oct 29th, '12, 20:27

What does an
Code: Select all
ls -la /home
and
Code: Select all
ls -la /home/mga2-2012
show?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Error when I try to access the new user created Mageia 2

Postby macxi » Oct 29th, '12, 21:55

Code: Select all
# ls -la /home
total 36
drwxr-x--x 17 root           adm             4096 Oct 29 13:25 ./
drwxr-xr-x 25 root           adm             4096 Oct 29 16:54 ../
lrwxrwxrwx  1 root           root              20 May 24 18:35 live -> /home/mageia-2/
drwxr-x--x  2 root           root           16384 Jan 16  2011 lost+found/
drwxr-x--x 25 nobody         nogroup         4096 Oct 27 05:36 mga2-2012
drwxr-x--x 54 mageia-2       mageia-2        4096 Oct 29 15:37 mageia-2/
drwx------  4 root           root            4096 Jul 24  2011 .Trash-0/
drwxr-x--x  3 xguest         xguest          4096 May 21 20:28 xguest/
[root@localhost ~]



EDIT doktor5000: Sorry, due to an oversight of mine post got overwritten :cry:

Please repost, and see may answer below in the meantime
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

Re: Error when I try to access the new user created Mageia 2

Postby doktor5000 » Oct 29th, '12, 23:47

# ls -la /home
total 36
drwxr-x--x 17 root adm 4096 Oct 29 13:25 ./
drwxr-xr-x 25 root adm 4096 Oct 29 16:54 ../
lrwxrwxrwx 1 root root 20 May 24 18:35 live -> /home/mageia-2/
drwxr-x--x 2 root root 16384 Jan 16 2011 lost+found/
drwxr-x--x 25 nobody nogroup 4096 Oct 27 05:36 mga2-2012
drwxr-x--x 54 mageia-2 mageia-2 4096 Oct 29 15:37 mageia-2/
drwx------ 4 root root 4096 Jul 24 2011 .Trash-0/
drwxr-x--x 3 xguest xguest 4096 May 21 20:28 xguest/



See the difference?

A
Code: Select all
chown -R mga2-2012:mga2-2012 /home/mga2-2012
as root should fix the ownership.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Error when I try to access the new user created Mageia 2

Postby macxi » Oct 29th, '12, 23:57

doktor5000 wrote:
# ls -la /home
drwxr-x--x 25 nobody nogroup 4096 Oct 27 05:36 mga2-2012
drwxr-x--x 54 mageia-2 mageia-2 4096 Oct 29 15:37 mageia-2/


See the difference?


Yes, I saw the difference, I just don't know why the Mageia 2 is causing this error (Indicate that the owner of the new user is nobody nogroup).

I created a new user in Mageia 2, installed on virtualbox, and this error didn't appear.
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

Re: Error when I try to access the new user created Mageia 2

Postby macxi » Oct 30th, '12, 02:44

Doktor5000,
I fixed the property of the new user and then I can access it: SOLVED
tks
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil


Return to Basic support

Who is online

Users browsing this forum: daniewicz and 1 guest