Defect #450
Preeboot und SQFS::NBD
| Status: | Erledigt | Start date: | 06/04/2009 | |
|---|---|---|---|---|
| Priority: | Hoch | Due date: | ||
| Assignee: | zooey | % Done: | 100% |
|
| Category: | tools | |||
| Target version: | Ver. 5.0 | |||
| Resolution: | fixed |
Description
this happened the first time yesterday evening. During the demuxer run I
get a lock of a system. When I remove the lock an error occurs:
--------------
linking demuxed system 14 : ubuntu-9.04-clone::sqfs-nbd into bootloader menu
waiting for "ubuntu-9.04-clone"-lock ...................ok
! setting kernel of system 'ubuntu-9.04-clone::sqfs-nbd' to
'vmlinuz-2.6.28-11-generic'!
Can't locate object method "new" via package
"OpenSLX::BootEnvironment::Preboot::CD" at
/opt/openslx/bin/../lib/OpenSLX/Basics.pm line 627
ls la /export/sqfs/ 1 root root 3402924032 2009-05-23 12:47 ubuntu-9.04-clone
-rwx-----
lrwxrwxrwx 1 root root 17 2009-05-23 12:44 ubuntu-9.04-clone at nbd> ubuntu-9.04-clone
------------
And it seems that nothing is running except the NBD server.
History
Updated by mj0 over 2 years ago
Das Problem hier ist:
Can't locate object method "new" via package "OpenSLX::BootEnvironment::Preboot::CD" at /opt/openslx/bin/../lib/OpenSLX/Basics.pm line 627
Passiert beim Demuxen von
ubuntu-9.04-clone::sqfs-nbd.
Für das andere gibt es ein eigenes Ticket.
Updated by zooey over 2 years ago
- Status changed from Neu to Erledigt
- Resolution set to fixed
Hrmpf - die Klasse hatte gar keine new-Methode!
Ich wusste zwar, dass ich an dem Abend nicht mehr nüchtern war, aber dass es so schlimm stand, wusste ich nicht :-\
Behoben in r2936.
Updated by zooey over 2 years ago
- % Done changed from 0 to 100