What is "terranova"?
(=?utf-8?q?=60=60-=5F-=C2=B4=C2=B4?=) -- Fernando
ubuntu at bugabundo.net
Mon Mar 17 00:10:02 UTC 2008
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...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20080317/39b4a7dc/attachment.sig>
More information about the Ubuntu-devel-discuss
mailing list