You are not logged in.
Pages: 1
Okay, I got arch installed, and kde running. My ati card seems to running fine (haven't isntalled NWN yet for the real test). Alsa is running good. Everything seems great. Time to set up a regular user so I don't log into root all the time.
Problem... I used the KUser app and made a regular user. Gave him the bash as default script. But when I try to log on as my regular user I get kicked back to the KDM screen. So I try a console log on and it tells me that I don't have permission to execute /bin/bash. So I check the permissions on /bin/bash with ls -l /bin/bash and I get
-rwxr-xr-x 1 root root 627696 Jan 2 22:43 /bin/bash
so my regular user (he's part of the root group) should be able to use. Heck he should be able to use it if he wasn't part of the root group.
Am I missing something really really obvious?
--matt
Offline
no one has any ideas?
Offline
I don't use KDE at all, so I can't really help you out.
Things to check:
· use the console command "adduser" to add the user. This should work. No idea if kuser is not doing some mistakes.
· if you use a customized kernel, check if you have devfs compiled in, starting at boot.
This is all I can say so far.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
Just another guess, but try making 'users' the default group instead of 'root'. If you're making a regular user so that you're getting out of the habit as running everything as root, making your user part of the root group is defeating the purpose. To really keep from getting into trouble, you should use a normal unprivileged user.
HTH,
farphel
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
I think that the best way to add normal user is from terminal
useradd -m -s /bin/bash <username>
passwd <username>
Mr Green
Mr Green
Offline
Pages: 1