[Bug 557019] [NEW] Lucid Lynx compatibility with Ubuntu environment
Public bug reported: I consider myself still a linux-newbie as I only started about a year ago. I've been using a personal computer for about thirty years now, and still enjoy learning more! I'm not an entomologist, so I'm not confident that I have identified a bug, so I will give you the details and let you decide. I've spent hours trying find where to file this report!!! I have been running a small network for about ten years and when I retired a couple of years ago, decided to move into the Linux world with my computing. I have been running Ubuntu 8.04 (Hardy Heron) on my workstations with two of them working as servers (both as Samba/NFS file-servers and one as an archiving-server). On the file server, I ran two instances of Ubuntu on the SCSI Hard Disk and kept them both current and in identical configuration. If something happened to corrupt one instance, I could reboot to the second and possibly avoid down-time when the services were most needed. I intend to upgrade all systems to Ubuntu 10.04 when released. When I saw that 10.04 was in beta testing, I decided to download and upgrade one of the 8.04 sessions for evaluation. The upgrade seemed to go pretty well until reboot. The computer would still boot the first instance of 8.04, but grub did not list the newly installed system even though I saw the grub update action on the terminal during the upgrade process. I booted a live-CD and examined the the disk. Originally it was structured as: |--Ubuntu 8.04 /dev/sda1--|--Ubuntu 8.04 /dev/sda3--|--Swap /dev/sda2--| Now, it is displayed by the 8.04 LIVE-CD as: |--Ubuntu 8.04 /dev/sda1--|--Ubuntu 10.04 /dev/sda3--|--Swap /dev/sda2--| I upgraded the system on /dev/sda3 to 10.04. I looked at /boot/grub/menu.lst for this partition and saw that it was setup reflecting both systems. I ran the grub install on the new system and it booted. The first problem was that it could not mount the served disks/partitions. I ran fdisk in the terminal and found that 10.04 had renumbered the drives. /dev/sda is now /dev/sdc, /dev/sdb is now /dev/sda, and dev/sdc is now /dev/sdb I edited /etc/fstab to assign the proper drive and partition numbers and the shares mounted. A second problem was that both the DVD ROM drive and the CD R/W drive were mounted! Both were empty of disks and would not unmount. This problem later went away after several boots. On the second boot, the system locked up during fsck during the boot process. Rebooting resulted in the same. Both times required a forced shutdown. I again booted the live CD and ran fsck on the partition (/dev/sda3 in the 8.04 LIVE-CD session). It completed with no problem and marked it 'clean'. Afterwards, the system would boot Ubuntu 10.04. Even though listed in the grub menu, Ubuntu 8.04 will no longer boot due to the drive renumbering. If I reinstall the boot loader pointing to the first partition, 8.04 will boot but 10.04 system will not be listed. So far, everything else has tested OK and seems to be working with the Windows workstations. It's only been running for six hours and will not participate in the archiving process until 1:00 am. ** Affects: ubuntu Importance: Undecided Status: New -- Lucid Lynx compatibility with Ubuntu environment https://bugs.launchpad.net/bugs/557019 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 557019] Re: Lucid Lynx compatibility with Ubuntu environment
Continuing to analyze the Ubuntu 10.04 Lucid Lynx Updated partition: Ran System-Administration-GParted selected check /dev/sdc1 After 45 minutes, still running selected Cancel, then Continue - ended, clean This is supports the boot fsck not finishing on the second boot after update. The filesystem is about twice the size that it should be: Lucid Lynx uses 5.2 GiB where Hardy Heron uses 2.9 GiB Running Ubuntu 10.04 operating system. Gparted: /dev/sdc Partition Filesystem Mount Point SizeUsed Unsed Flags /dev/sdc1 ext29.68 GiB2.69 GiB 6.99 GiBboot /dev/sdc3 ext2/ 9.69 GiB4.67 GiB 5.02 GiB /dev/sdc2 linux-swap 2.24 GiB--- --- In Gnome desktop: Statistics for /dev/sdc1: Ubuntu 8.04 Hardy Heron Size: 10GB Contents: 114,720 items, totalling 2.1GB (some contents unreadable) Used: 2.9GB Free: 6.5GB Statistics for /dev/sdc3: >>> (Note: boot without mounting shares.) <<< Ubuntu 10.04 Lucid Lynx Size: 10GB Contents: 216,401 items, totalling 4.9GB (some contents unreadable) Free Space: 4.5GB >>> Booted with shares mounted <<< k...@smbserver1:~$ sudo fdisk -l [sudo] password for ken: Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x20fc20fb Device Boot Start End Blocks Id System /dev/sda1 14 14593 117113850f W95 Ext'd (LBA) /dev/sda2 * 1 13 1043916 FAT16 /dev/sda5 14 14593 117113818+ 83 Linux <<< LANDATA Partition table entries are not in disk order Disk /dev/sdb: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000764b8 Device Boot Start End Blocks Id System /dev/sdb1 2 30401 244188000f W95 Ext'd (LBA) /dev/sdb5 2 12750 1024063117 HPFS/NTFS <<< Image /dev/sdb6 12751 30401 141781626 83 Linux <<< COMPDATA Disk /dev/sdc: 23.2 GB, 23205193728 bytes 255 heads, 63 sectors/track, 2821 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x5e9a1080 Device Boot Start End Blocks Id System /dev/sdc1 * 1126410153048+ 83 Linux /dev/sdc225302821 2345490 82 Linux swap / Solaris /dev/sdc31265252910161112+ 83 Linux Partition table entries are not in disk order k...@smbserver1:~$ ls -al /media total 32 drwxr-xr-x 8 root root 4096 2010-04-08 12:54 . drwxr-xr-x 22 root root 4096 2010-04-06 13:56 .. lrwxrwxrwx 1 root root6 2010-03-15 21:44 cdrom -> cdrom0 drwxr-xr-x 2 root root 4096 2010-03-15 21:44 cdrom0 drwxr-xr-x 2 root root 4096 2010-03-15 21:44 cdrom1 drwxrwx--x 42 ken winusers 4096 2010-04-02 02:27 COMPDATA lrwxrwxrwx 1 root root7 2010-03-15 21:44 floppy -> floppy0 drwxr-xr-x 2 root root 4096 2010-03-15 21:44 floppy0 -rw-r--r-- 1 root root0 2010-04-08 12:54 .hal-mtab drwxrwxrwx 1 root root 4096 2010-03-25 17:43 Image drwxrwx--x 44 ken winusers 4096 2010-04-06 23:42 LANDATA k...@smbserver1:~$ sudo mkdir /media/Hardy k...@smbserver1:~$ ls -al /media total 36 drwxr-xr-x 9 root root 4096 2010-04-08 12:58 . drwxr-xr-x 22 root root 4096 2010-04-06 13:56 .. lrwxrwxrwx 1 root root6 2010-03-15 21:44 cdrom -> cdrom0 drwxr-xr-x 2 root root 4096 2010-03-15 21:44 cdrom0 drwxr-xr-x 2 root root 4096 2010-03-15 21:44 cdrom1 drwxrwx--x 42 ken winusers 4096 2010-04-02 02:27 COMPDATA lrwxrwxrwx 1 root root7 2010-03-15 21:44 floppy -> floppy0 drwxr-xr-x 2 root root 4096 2010-03-15 21:44 floppy0 -rw-r--r-- 1 root root0 2010-04-08 12:54 .hal-mtab drwxr-xr-x 2 root root 4096 2010-04-08 12:58 Hardy drwxrwxrwx 1 root root 4096 2010-03-25 17:43 Image drwxrwx--x 44 ken winusers 4096 2010-04-06 23:42 LANDATA k...@smbserver1:~$ sudo mount /dev/sdc1 /media/Hardy k...@smbserver1:~$ ls -al /media/Hardy total 88 Compared directories of the Lynx and Hardy systems -- did not find anything abnormal! -- Lucid Lynx compatibility with Ubuntu environment https://bugs.launchpad.net/bugs/557019 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun