problems by bootstrapping | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I really don't get it at all. I always got problems during bootstrapping:
Code | [In neuem Fenster öffnen] | | [CHECK] rm -rf rootfs
[CHECK] cd /
[CHECK] mkisofs -b boot/grub/stage2_eltorito -c boot.catalog -no-emul-boot -boot-load-size 4 -boot-info-table -V paldo -o /var/cache/upkg/paldo.iso -R -iso-level 4 /upkg
Warning: Creating ISO-9660:1999 (version 2) filesystem.
Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.
genisoimage: No such file or directory. Unable to open disc image file '/var/cache/upkg/paldo.iso'.
*** Error: mkisofs -b boot/grub/stage2_eltorito -c boot.catalog -no-emul-boot -boot-load-size 4 -boot-info-table -V paldo -o /var/cache/upkg/paldo.iso -R -iso-level 4 /upkg |
I did a
Code | [In neuem Fenster öffnen] | | sudo rm -rf /upkg/*
sudo rm -rf /var/cache/upkg/*
sudo upkg-bootstrapping --verbose paldo-live-cd-m2d |
as usual and got that error message.
I have to reboot my pc to do a normal upkg-upgrade after that:
Code | [In neuem Fenster öffnen] | | [amnon@amnonspc:~]$ sudo upkg-upgrade
Generating script...
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Upkg.Local ---> System.IO.FileNotFoundException: Could not find file "/var/cache/upkg/_media_sda7_repo"
File name: "/var/cache/upkg/_media_sda7_repo"
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000]
at System.IO.Directory.CreateDirectory (System.String path) [0x00000]
at Upkg.Local..cctor () [0x00000] --- End of inner exception stack trace ---
Could not generate script! |
During shutdown paldo tells me that it can't unmount /var/cache/upkg404 what ever that means.
How can I fix that?
my upkg.conf:
Code | [In neuem Fenster öffnen] | | <?xml version="1.0" encoding="UTF-8"?>
<local>
<cachedir chroot="yes">/var/cache/upkg</cachedir>
<repositories>
<repository>/media/sda7/repo</repository>
<repository>http://www.paldo.org/paldo</repository>
<repository>http://paldo.org/~amnon/repository-m2d/</repository>
</repositories>
<branch>testing</branch>
<arch>x86</arch>
</local> |
|
|
|
|
|
|
now I know | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I'm using now the new installation of paldo by the new installer. Seems it forget to undo this line:
it is in the make-iso.xml |
|
|
|
|
|