LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Ubuntu Frustrations... (https://www.linuxquestions.org/questions/ubuntu-63/ubuntu-frustrations-472368/)

Skip-DMP 08-09-2006 01:36 PM

Ubuntu Frustrations...
 
I was running FC3 and upgraded to FC5 and started to have some problems. Decided to check out Ubuntu as I had heard some very good things about it. I am curious if the frutration levels out there are as great as mine are. Very basic functionality has to be installed every single time I want to do something. Even the function to configure and makefiles!!! I read something about users not realizing it is missing. I am uncertain how that's even possible, unless those users neevr install a single package ever.

I'm right at the point of a wipe and re-install of a new distro for the second time in a week. It has taken me 3 days just to get to the point of functionality and I am still having problems.

Just curious if I'm alone out here or if these pains are common with everyone. And if so, why continue with it?

AzrielMacKay 08-09-2006 01:44 PM

What functionality are you talking about. I've used kubuntu for awhile now and the only thing that did't get set up correctly automatically was the driver for my ati card, and trust me I install lots of packages, both by hand and by using apt. So why don't you post specifically what's happening and let's deal with it one issue at a time.

Skip-DMP 08-09-2006 02:09 PM

What is missing...
 
As stated, the ability to ./configure and make wasn't working "out of the box" so I had to go and find the correct files to download.

I went to load RealVNC, which is reporting some missing standard libraries.

The worst part is the "root" user which many installations want to use exists with only limited rights and defaults to an unknown password (if any). I went in and granted rights and set a password (which appears not to have taken correctly, if I use "sudo" it accepts my password not the one for root). This is an issue for installation packages, imho, as root should be the superuser and not me.

These are the ones jumping to me right away. It seems strange to me that such simple functionality is missing or incorrect.

robbbert 08-09-2006 02:12 PM

Edit: Removing the flames for now.

- Well, it is, you're missing some basics. - No reason to make Ubuntu bad for that. OK?

Thanks

AzrielMacKay 08-09-2006 02:26 PM

Also not having a root account set up is a personal preferance. I tend to agree with you that I like a root account, but it isn't broken. All you had to do was run one command: passwd root
then make up a password for it. And you sudo password being different is just because thats the way it was set since there was no root account, and it can be changed iirc in your /etc/sudoers file. If you don't want to run things with sudo just do that and remove sudo altogether. Then you can su to root and run xhost +local:root to be able to open X windows for anything you need to do as root in X while logged on as another user. Where were you getting these programs in the first place that didn't have make and config files? Anything you download that requires them should have them with the download. If they don't thats not ubuntu's fault, that's the package maintainer, and as robbbert previously stated you probably didn't need to compile it anyway.
vnc:
http://www.linuxnewbieguide.org/foru...a1bfaeedbdfd9a
http://www.ubuntuforums.org/archive/...p/t-11839.html

cautious 08-09-2006 02:27 PM

Even given that you're having those issues, I think Ubuntu is by far the easiest to deal with. The GUI is more "intuitive" (which means it appeals to people who want it to be as easy as Windoze) and it's just generally easier (and nicer to look at) than, say, MEPIS or SUSE (IMHO).

I myself had problems discovering what the username was, but there are ways to get that. Like if you've installed OEM, the username that is entered on the boot screen is oem, and then you fill in your password. And if the password is used during the non-graphic part of booting or booting into safe mode, Ubuntu does "get" the password even though it doesn't seem to.

I can't tell you how to change the root username though. I'm still to new to this.

robbbert 08-09-2006 02:58 PM

Sorry, this is off-topic...
Quote:

Like if you've installed OEM, the username that is entered on the boot screen is oem, and then you fill in your password
So you managed to get that right, cautious! :) Please post the solution in your original thread so everyone who's Google'ing for a similar solution would be able to find it!

aysiu 08-09-2006 03:04 PM

The choice of root over sudo is a matter of preference.

Ubuntu isn't deficient in some way because the developers had a different preference than you did. Anything you can do with root, you can also do with sudo. For the full low-down, read this: http://help.ubuntu.com/community/RootSudo

I have to agree, though, that it was dumb to leave out make and all the compile-from-source utilities. Users who don't need it won't know it's there if it is. A little known fact, though--they're on both the Desktop CD and the Alternate CD:
Code:

sudo apt-cdrom add
sudo aptitude update
sudo aptitude install build-essential

will give you everything you need for compiling from source.

Skip-DMP 08-09-2006 03:09 PM

The issue isn't that the config or make files aren't working. It's that trying to run ./configure reported that ubuntu was missing the necessary utilities to run ./configure and make and make install...

emacs is missing as well, but I expect that is probably in one of the installation items as well - I just have to find it. No idea why that isn't part of the standard install.

I'm not going to up an discard ubuntu just yet, but I assumed that a lot of standard linux functionality would be available without having to use the package manager to install them.

Is my issue that I downloaded the desktop version? (or whatever it was called) I don't really want it to be as gui-driven as windoze. I want to be able to get to the command shell and work as myself or as root. I can't even ssh into my own box as a different user (which I assume is either a firewall problem or another missing "feature")

Skip-DMP 08-09-2006 03:11 PM

Quote:

Originally Posted by aysiu
The choice of root over sudo is a matter of preference.

Which is my preference. Will what was posted here get root working as expected?

Skip-DMP 08-09-2006 03:16 PM

Should I have performed my original install from the alternate CD? Would that have installed more of what I originally expected to be there?

BTW, this is all very helpful. I have used FC3 and FC5 and RHEL3 for quite a long time now and was anticipating a smoother transition to be able to run what I expect to be able to run.

Then once it is all in place, I want to do a lot of work with wine so I can feel confident enough to just wipe my entire personal system.

AzrielMacKay 08-09-2006 03:17 PM

Yea I think we're having a bit of a misunderstanding as to what it is exactly you are missing, the make and configure files for the programs, or the make program itself. Your stating that you were having to do it for every program made me think you meant the former, because as aysiu said installing build-essential would install make program and you wouldnt have to do that again everytime you wanted to install something. Well, hopefully we are making some progress. What else are you having difficulty with?

AzrielMacKay 08-09-2006 03:21 PM

You are trying to ssh into this machine from another box? Are you using the -l switch to tell it to use the username that you have on the ubuntu machine? Is sshd running? Do you have openssh-server installed (not sure if thats the right package name for ubuntu, thats the name for it on debian)?

Skip-DMP 08-09-2006 03:26 PM

Found the built-in VNC viewer...making progress. Your links got me thinking, AzrielMacKay.

Skip-DMP 08-09-2006 03:29 PM

I am used to being a "user" on my own box and installing, moving, etc. files as root. So from a terminal window, I ssh back to the machine itself. I think I resolved that one late last evening, though, now that I think about it. I think there were some packages missing for it as well.

My guess is that these issues are simply ones that I'd run into regardless of my change in distro...


All times are GMT -5. The time now is 09:03 AM.