<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.&nbsp; The /swap and /tmp are shared with
other Linux distributions.&nbsp; I did md5sum-checksum on the downloaded
ISO and burned the CD very carefully, so there's no error there.&nbsp; Did eveything twice.<br>
<br>
Booted up, logged in and noticed that:<br><br>
<span style="font-weight: bold;">1)</span> The &quot;sudo&quot; command failed to
do anything at all.&nbsp; It wouldn't run the requested command and NO
severe error messages appeared except this <br>
<br>
&quot;sudo: unable to lookup 028877116790 via gethostbyname()<br>
<br>
I've seen that message in Hoary and any other Ubuntu version.&nbsp; It should NOT be a big deal or?  <br>
My /etc/hosts has&nbsp; this line &quot;<a href="http://127.0.0.01">127.0.0.01</a>&nbsp; localhost 028877116790&quot;.<br>
<br>
Anyway,<br>
$ sudo -s&nbsp; -H &nbsp; &nbsp; &nbsp; &nbsp; &lt;----------------- DID NOTHING  <br>
$ sudo gedit /etc/apt/sources.list&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;----------- DID NOTHING<br>
<br>
And the unfortunate situation is that &quot;su - root&quot; doesn't work
either.&nbsp; By default, the root login is obviously disabled in
Ubuntu.<br>
$ su - root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;-------------- UNABLE TO DO <br>
$ su -c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;-------------- UNABLE TO DO<br>
<br>
None of these work either <br>
$ /usr/bin/gksudo&nbsp; ls&nbsp;&nbsp; <br>
$ /usr/bin/gnome-sudo&nbsp; 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).&nbsp; Re-booted into Colony4 and the root passwd and &quot;su
-c&quot; 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&nbsp; 1 root root&nbsp; 93076 2005-07-07 11:44&nbsp; /usr/bin/sudo&nbsp; <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:&nbsp; (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 &quot;apt-get update &amp;&amp; apt-get install build-essential&quot; <br>
<br>
$ ./configure &amp;&amp; make  <br>
<br>
$ su -c &quot;mv sudo&nbsp; /usr/bin&quot;<br>
$ su -c &quot;chown root:root /usr/bin/sudo&quot;<br>
$ su -c &quot;chmod 4755 /usr/bin/sudo&quot;<br>
<br>
(some guides say:&nbsp; chmod 4111 /usr/bin/sudo, but I think 4755 is more correct)<br>
<br>
$ ls -l /usr/bin/sudo<br>
-rwsr-xr-x&nbsp; 1 root root 105595 2005-09-07 19:32&nbsp; /usr/bin/sudo<br>
<br>
$ md5sum /usr/bin/sudo<br>
c2f1fceb4aea929dd98a1f026ee63289<br>
<br>
AND NOW SUDO ROCKS!&nbsp; IT WORKS.<br>
--------------------------------------------------------<br>
<br><span style="font-weight: bold;">
2)</span> SUDO related bug <br>&quot;gksudo /usr/bin/update-manager&quot;<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 &quot;smeg&quot; menu editor 0.75<br><br>
$ sudo apt-get install smeg <br>
$ smeg <br>
It freezes if you select the top-most item &quot;Applications&quot;.<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> &quot;Terminal server&quot; applet in &quot;Add to panel&quot; 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. &nbsp; <br>
So I select the &quot;/sda1&quot; icon and press the right-mouse-button, and
&quot;Unmount volume&quot; from the menu, but it says&nbsp; &quot;Unable to unmount
the selected device.<br>
Umount: only root can unmount /dev/sda1 from /media/sda1&quot;<br>
<br>
&quot;Disk Mounter&quot; applet gives the same error.<br>
<br>
It should do it as superuser (sudo) and ask a password.<br>
 --------------------------------------------------------<br>
<br>