On Friday 14 March 2008 21:30:35 Soren Hansen wrote: > On Thu, Mar 13, 2008 at 06:05:13PM +0000, Colin Watson wrote: > > > by the way, why do I get this error: "id: cannot find name for group > > > ID 128" > > What are you doing when you encounter this error? > > Also, do you still see it? IIRC the live cd you used was from the day > when libc6 was broken, so I wouldn't be suprised if it had quite a few > oddities.
I just [2] squasfs the content of the daily LiveCD that I regularly rsync[1], and then chroot to it and start X as root. Every time I chroot (ever since gutsy AFAIR) I get a similar error. Recently its ID 128 ( I dont remember the gutsy ones or earlier Hardy alphas.) [1] I know that this isnt the proper place for this, but cdimage.U.c has been quite slow. Not only it affects ppl that do rsync like me, but also as been affecting users you are trying out Wubi (since it downloads from MAIN - humm I should file a bug against wubi, so that the user may get a chance of selecting any mirror). due to the number of daily builds nobody else is mirroring cdimage for the daily subset, but downloading or rsyncing at a 1KiB/s can be quite ....... you know what I mean. [2] here is my update script for anyone who might have interest in it [code] echo "download cdimage.ubuntu.com/cdimage/daily-live/current/hardy-desktop-i386.iso" nice -n 15 rsync -zhP --stats rsync://cdimage.ubuntu.com/cdimage/daily-live/current/hardy-desktop-i386.iso ~/temp/ wget -O - http://cdimage.ubuntu.com/cdimage/daily-live/current/MD5SUMS | grep i386 ionice -c3 md5sum ~/hardy-desktop-i386.iso echo "squashfs copy" sudo mount -o loop ~/hardy-desktop-i386.iso /mnt/iso sudo mount -t squashfs -o loop /mnt/iso/casper/filesystem.squashfs ~/temp/hardy/squashfs nice -n 20 rsync -a ~/temp/hardy/squashfs/ ~/temp/hardy/edit/ echo "chroot" sudo chroot ~/temp/hardy/edit mount -t proc none /proc mount -t sysfs none /sys export HOME=/root export LC_ALL=C cd /dev/ nice -n 20 MAKEDEV generic nice -n 20 /etc/init.d/dbus restart nice -n 10 startx [/code] -- BUGabundo :o) (``-_-´´) http://Ubuntu.BUGabundo.net Linux user #443786 GPG key 1024D/A1784EBB My new micro-blog @ http://BUGabundo.net ps. My emails tend to sound authority and aggressive. I'm sorry in advance. I'll try to be more assertive as time goes by...
signature.asc
Description: This is a digitally signed message part.
-- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss