I have no time for Ubuntu

milomak

Honorary Master
Joined
May 23, 2007
Messages
12,571
I thought I should let my feelings be known on the world's favourite Linux distro.

It mainly stems from its handling of the root user. The fact that it doesn’t have one. And the fact that when I last used it, even creating one didn’t give me the same security feeling other distros do.

The other thing is probably due to having used Linux for a long time. But the fact it is always supposedly heralded as the easiest Linux to use. Again from my experiences it is not significantly different to any other Linux distro I have used.

Flame away or agree.
 

Kasyx

Expert Member
Joined
Jun 6, 2006
Messages
2,565
To be honest, Ubuntu is perfect for simple, desktop use. It is quick to install and configure and that is what attracts me to it. But by no means do I suggest installing it as your firewall :D

It may not be the most secure distro around, but it is still infinitely more secure than Windows.
 

Kloon

Expert Member
Joined
Nov 6, 2006
Messages
1,670
milomak you can enable the root account, you know that hey? But login in under a root account is not good security wise.
 

icyrus

Executive Member
Joined
Oct 5, 2005
Messages
8,600
To be honest, Ubuntu is perfect for simple, desktop use. It is quick to install and configure and that is what attracts me to it. But by no means do I suggest installing it as your firewall :D

It may not be the most secure distro around, but it is still infinitely more secure than Windows.

What security concerns do you have about ubuntu?
 

milomak

Honorary Master
Joined
May 23, 2007
Messages
12,571
What security concerns do you have about ubuntu?

On all other distros I run my normal account has no sudoer rights. And it is highly restricted. Which lets me allow automatic login at boot. The fact that I have an account with sudoer rights leaves me uncomfortable.

And the last time I used kubuntu (late last year) I actually follwed that link to setup a root account. Then I had an issue with my normal user account. So I deleted the user directory (something I do with impunity on other distros) and it just caused me grief to get the system up and running again. Not an issue I had with other distros.

It just didn’t work out well for me.
 

chiskop

Executive Member
Joined
Mar 17, 2006
Messages
9,214
My regular user account is part of the sudo group - but always requires a login whether powering up, waking up or dismissing the screen saver.

I always have another guest type account that allows automatic login, for anyone else using the computer.
 

Skeptik

Banned
Joined
Nov 5, 2005
Messages
6,592
The other thing is probably due to having used Linux for a long time. But the fact it is always supposedly heralded as the easiest Linux to use. Again from my experiences it is not significantly different to any other Linux distro I have used.

Flame away or agree.
Agree. It is hyped as something great but under the bonnet, it's just another flavour of Linux and as you say, little different.

I would say that it is probably not the easiest to install either.

If you have a root fetish, you could always try real UNIX:D
 

icyrus

Executive Member
Joined
Oct 5, 2005
Messages
8,600
On all other distros I run my normal account has no sudoer rights. And it is highly restricted. Which lets me allow automatic login at boot. The fact that I have an account with sudoer rights leaves me uncomfortable.

So remove your user from the admin group or change the sudoers file? Thats not really such a big deal is it?

And the last time I used kubuntu (late last year) I actually follwed that link to setup a root account. Then I had an issue with my normal user account. So I deleted the user directory (something I do with impunity on other distros) and it just caused me grief to get the system up and running again. Not an issue I had with other distros.

It just didn’t work out well for me.

I've never heard of this before, granted I don't use ubuntu much. What sort of problems did it cause?

If you have a root fetish, you could always try real UNIX:D

Like OS X?
 

orin76

Expert Member
Joined
Sep 2, 2005
Messages
1,647
You have to respect Ubuntu for what it has accomplished for the Linux brand, but as a distro, it's really nothing special. It's no easier to use than Fedora, Suse or any other distro (except maybe Debian :) ).
 

koffiejunkie

Executive Member
Joined
Aug 23, 2004
Messages
9,588
... root user. The fact that it doesn’t have one.

It has one with a randomly generated password. Check:

$ sudo grep root /etc/passwd

The fact that I have an account with sudoer rights leaves me uncomfortable.

$ sudo vi /etc/sudoers

And the last time I used kubuntu (late last year) I actually follwed that link to setup a root account.

You don't need any kind of 'setup' - all you need to do is:

$ sudo passwd root

DISCLAIMER: I'm no fan of Ubuntu either. I use Real Debian™ :D
 

milomak

Honorary Master
Joined
May 23, 2007
Messages
12,571
I used setup in the loose sense of the word.

icyrus – as I say I deleted the normal user account (having enabled the root account). On reboot it failed during the boot sequence. Can’t remember the exact details of the error but had something to do with having deleted the user account.
 
Top