LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-03-2009, 09:02 PM   #1
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Rep: Reputation: Disabled
what if there were a root-unlocked derivative?


Considering that some of us like Ubuntu but disagree with its root account policy, and considering how annoyed Ubuntu supporters can get when someone discloses how to unlock root, someone (a programmer, which I'm not) should make a new Ubuntu-based distro that doesn't lock the root account.

Last edited by newbiesforever; 10-03-2009 at 09:04 PM.
 
Old 10-03-2009, 10:55 PM   #2
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
That's not a bad idea. The whole misuse of sudo/no root account thing made Ubuntu seem unnecessarily complexified to me, and I've noticed the responses(condescension to outright hostility) on some Ubuntu forums when someone asks about enabling the root account.
Maybe you should give it a try, at least in an organising/coordinating role.
 
Old 10-03-2009, 11:09 PM   #3
verdeboy2k
Member
 
Registered: Jan 2004
Location: /dev/random
Distribution: Gentoo amd64, CrunchBang amd64
Posts: 350

Rep: Reputation: 32
Would you have to change much? Because all Ubuntu does to lock out the root account is scramble the password. Surely adding a bit to the install program to create a root password on installation would be trivial? I don't feel like maintaining a distro, but I could probably write a patch for their install program anyway. The first thing I do on my ubuntu boxes is `sudo passwd root'.
 
Old 10-03-2009, 11:34 PM   #4
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
I really think that with no knowledge of modern programming and no experience in software project coordination, I couldn't be helpful in creating a distro. I'm a writer and liberal arts student, not a computer guy; and even after six years of Linux use (continuously only in the last year-and-a-half) and picking up knowledge from experience and LQ interaction, my understanding remains limited.

But Verdeboy2k could be right, because I did have an idea shortly after starting this thread. What if I unlocked the root account in Ubuntu or Kubuntu, and then remastered? I haven't learned how to remaster yet, but was planning to in the near future, because I want a copy of my distro (MEPIS 8) that installs without the things I don't want.

By the way, Verdeboy: I noticed your signature. Notwithstanding that I heard from acid_kewpie that that counter is unreliable, personally, I am registered Linux user #395039. It is quite useless to resist us. We are stronger and more efficient than your Earth people. We must be obeyed.

Last edited by newbiesforever; 10-03-2009 at 11:53 PM.
 
Old 10-03-2009, 11:46 PM   #5
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
Eh, don't sell yourself short; you've got an idea that's worth trying, all you have to do is get some people with more technical knowledge interested. It can't be _too_ hard- just look at all the Ubuntu derivatives already out there! Pardon my enthusiasm, I just think it's a pretty cool idea 8^)
 
Old 10-04-2009, 02:55 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I really don't see why you want to work as root.
 
Old 10-04-2009, 03:32 AM   #7
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
It seems such a trivial change, it's hardly worth a new distro, especially as it is so easy for the people who know (or know how to find out) to unlock the root user. Anybody who can't get that far probably can't use root safely and is better off being protected by ubuntu's nannying policy anyway.
 
Old 10-04-2009, 12:53 PM   #8
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by repo View Post
I really don't see why you want to work as root.
I don't. It's the principle! the principle! the principle!

Last edited by newbiesforever; 10-04-2009 at 12:55 PM.
 
Old 10-04-2009, 12:56 PM   #9
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by catkin View Post
It seems such a trivial change, it's hardly worth a new distro, especially as it is so easy for the people who know (or know how to find out) to unlock the root user. Anybody who can't get that far probably can't use root safely and is better off being protected by ubuntu's nannying policy anyway.
Bah. I do not need to be under the loving care of Nanny Ubuntu.
 
Old 10-04-2009, 01:09 PM   #10
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Code:
sudo passwd
should do it (or thats what the german ubuntu-wiki says).
http://wiki.ubuntuusers.de/sudo/Konfiguration

Last edited by j1alu; 10-04-2009 at 01:12 PM.
 
Old 10-04-2009, 01:44 PM   #11
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by newbiesforever View Post
Bah. I do not need to be under the loving care of Nanny Ubuntu.
I empathise but there is a lot more than access to the root user in ubuntu's nannying; why modify ubuntu to nanny you less when there are so many other distros available which would better suit you?
 
Old 10-04-2009, 01:52 PM   #12
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
Only because there are a limited number of Debian-based distros out there.
 
Old 10-04-2009, 02:06 PM   #13
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
which ones you wanna run?

I made my grml-remasters so that many apps open as root, rox-filer, pcmanfm, synaptic
without passwd

also, as Ubuntu user, you have almost-root rights and in some respects are root
did you setup authorizations under system menu??

you can also check the "allow local admin login" in the gdm login window and can then login as root
and will run everything as root

just understand that many apps should not be run as root
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Unlocked Android phone is pricey outside U.S. LXer Syndicated Linux News 0 12-08-2008 11:20 PM
xlock easily unlocked? Mr. Eek Linux - Software 2 02-24-2005 11:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration