DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just did a quick Debian install as a break from messing with Gentoo, and I think that Debian has potential, but the sudo (I installed without root account) is a lot more cumbersome than in Ubuntu. I created an admin group and added myself to it and edited /etc/sudoers to look exactly like Ubuntu's sudoers file (with visudo, and it parsed okay), but I still don't have Ubuntu's sudo. Do I have to recompile sudo? I will do it if I have to. And please, no security lectures; I am responsible for my computer.
In ubuntu I can mount partitions on my internal harddisk without authentification when booted from external.
In Ubuntu I can choose "do not ask for password on login" for my secondary (desktop) account, and I get directly back to my main account after logging out without having to log in again.
I Ubuntu I don't have to authenticate again (within the grace period) after doing sudo -i and logging out, or after closing the terminal and reopening it.
All of this is very comfortable, safe ( no accidents ever in Ubuntu or MAC OS X), and I'd like to have it the same in Debian.
Last edited by nokangaroo; 03-09-2011 at 09:33 AM.
In ubuntu I can mount partitions on my internal harddisk without authentification when booted from external.
In Ubuntu I can choose "do not ask for password on login" for my secondary (desktop) account, and I get directly back to my main account after logging out without having to log in again.
I Ubuntu I don't have to authenticate again (within the grace period) after doing sudo -i and logging out, or after closing the terminal and reopening it.
All of this is very comfortable, safe ( no accidents ever in Ubuntu or MAC OS X), and I'd like to have it the same in Debian.
I thought you meant it didn't work at all. As for the automatic login, it depends on which login manager you're using. If you're using Gnome/GDM, then go to "System > Administration > Login screen"; set the user for which you want the automatic login, and the delay in seconds before other users login.
I Ubuntu I don't have to authenticate again (within the grace period) after doing sudo -i and logging out, or after closing the terminal and reopening it.
For this is option "timestamp_timeout" in sudoers. But it is default 15 min, so I don't known why it does not work in your Debian.
passwordless login to secondary account not yet solved
Partly solved. Edited /etc/sudoers by adding !tty_tickets so the "defaults" line reads
Defaults !tty_tickets,env_reset
This also works for ubuntu natty (and I found it in the ubuntu forums). Passwordless login to the secondary account still not working despite adding a nopasswdlogin group (probbly a bug, but not a sudo bug. The sudo question is solved, ahd I will add a new thread). The difference to Ubuntu now is that update-manager and synaptic will open without a password after authenticating at the terminal, so I'll have to type sudo -k when I'm done - not really a problem but I am not sure yet whether I want that. I'll keep looking and posting new threads. Nonsense from the debian user forums goes to /dev/null.
Last edited by nokangaroo; 03-12-2011 at 08:21 PM.
Reason: Not yet solved
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.