<font size="-1">I've burned the CD twice.<br>
I've repeated the whole installation of Ubuntu 5.10 (Colony 4) twice. <b><br>
</b></font><br>
The installed version is <br>
$ cat /proc/version<br>
Linux version 2.6.12-8-386 (buildd@rothera) (gcc version 3.4.5 20050809
(prerelease) (Debian 3.4.4-6ubuntu6)) #1 Tue Aug 30 22:41:30 BST 2005<br>
<br>
$ cat /etc/*version*<br>
testing/unstable<br>
------------------------------------------------------------------------<br>
<br>
Hello,<br>
I have just installed <a href="http://distrowatch.com/2877">Ubuntu Linux 5.10 Colony 4</a>
on an empty reiserfs partition. The /swap and /tmp are shared with
other Linux distributions. I did md5sum-checksum on the downloaded
ISO and burned the CD very carefully, so there's no error there. Did eveything twice.<br>
<br>
Booted up, logged in and noticed that:<br><br>
<span style="font-weight: bold;">1)</span> The "sudo" command failed to
do anything at all. It wouldn't run the requested command and NO
severe error messages appeared except this <br>
<br>
"sudo: unable to lookup 028877116790 via gethostbyname()<br>
<br>
I've seen that message in Hoary and any other Ubuntu version. It should NOT be a big deal or? <br>
My /etc/hosts has this line "<a href="http://127.0.0.01">127.0.0.01</a> localhost 028877116790".<br>
<br>
Anyway,<br>
$ sudo -s -H <----------------- DID NOTHING <br>
$ sudo gedit /etc/apt/sources.list <----------- DID NOTHING<br>
<br>
And the unfortunate situation is that "su - root" doesn't work
either. By default, the root login is obviously disabled in
Ubuntu.<br>
$ su - root <-------------- UNABLE TO DO <br>
$ su -c <-------------- UNABLE TO DO<br>
<br>
None of these work either <br>
$ /usr/bin/gksudo ls <br>
$ /usr/bin/gnome-sudo ls <br>
$ /usr/bin/sudoedit ls <br>
--------------------------------------------------------<br><span style="font-weight: bold;">Analyze it:</span><br>
<br>
I have Ubuntu Hoary 4.05 on the neighbouring partition, so I mounted
the Colony 4 disk from there and enabled the Colony's root password
(/etc/shadow). Re-booted into Colony4 and the root passwd and "su
-c" were now functional.<br>
<br>
The installed (bad, corrupt) sudo command in Ubuntu 5.10 Colony4 is:<br>
<br>
$ ls -l /usr/bin/sudo<br>
-rwsr-xr-x 1 root root 93076 2005-07-07 11:44 /usr/bin/sudo <br>
<br>
$ md5sum /usr/bin/sudo<br>
73b36e871e2d454ef0212aac8798eacb<br>
--------------------------------------------------------<br>
<span style="font-weight: bold;"><br>
<span style="font-weight: bold;">The </span>solution is: (update sudo package !!)<br>
<br>
</span>I downloaded a new, updated sudo via <br>
<a href="http://www.linux.org/apps/AppId_2539.html">http://www.linux.org/apps/AppId_2539.html</a><br>
<br>
It's actually this file.<br>
<a href="http://www.courtesan.com/sudo/dist/sudo-1.6.8p9.tar.gz">http://www.courtesan.com/sudo/dist/sudo-1.6.8p9.tar.gz</a><br>
<br>
And <br>
$ su -c "apt-get update && apt-get install build-essential" <br>
<br>
$ ./configure && make <br>
<br>
$ su -c "mv sudo /usr/bin"<br>
$ su -c "chown root:root /usr/bin/sudo"<br>
$ su -c "chmod 4755 /usr/bin/sudo"<br>
<br>
(some guides say: chmod 4111 /usr/bin/sudo, but I think 4755 is more correct)<br>
<br>
$ ls -l /usr/bin/sudo<br>
-rwsr-xr-x 1 root root 105595 2005-09-07 19:32 /usr/bin/sudo<br>
<br>
$ md5sum /usr/bin/sudo<br>
c2f1fceb4aea929dd98a1f026ee63289<br>
<br>
AND NOW SUDO ROCKS! IT WORKS.<br>
--------------------------------------------------------<br>
<br><span style="font-weight: bold;">
2)</span> SUDO related bug <br>"gksudo /usr/bin/update-manager"<br>
does not start when I click on the red alert-icon.<br><br>
It runs from commandline.<br>Fails to run from icon in both Ubuntu 5.04 and 5.10<br>
--------------------------------------------------------<br>
<br>
3) Minor bug in "smeg" menu editor 0.75<br><br>
$ sudo apt-get install smeg <br>
$ smeg <br>
It freezes if you select the top-most item "Applications".<br>and press the up-down arrows (on the right side). A meaningsless act that makes smeg's Python code to loops forever.<br>
--------------------------------------------------------<br>
<br>
<span style="font-weight: bold;">4)</span> "Terminal server" applet in "Add to panel" is missing an (icon) image<br>
See <a href="http://www.futuredesktop.org/tmp/ubuntu_colony4_a.jpg">http://www.futuredesktop.org/tmp/ubuntu_colony4_a.jpg</a><br>
--------------------------------------------------------<br>
<br>
<span style="font-weight: bold;">5)</span> I have several disk drive-icons on the desktop. Very good. <br>
So I select the "/sda1" icon and press the right-mouse-button, and
"Unmount volume" from the menu, but it says "Unable to unmount
the selected device.<br>
Umount: only root can unmount /dev/sda1 from /media/sda1"<br>
<br>
"Disk Mounter" applet gives the same error.<br>
<br>
It should do it as superuser (sudo) and ask a password.<br>
--------------------------------------------------------<br>
<br>