Bug#601905: live-helper: Does not create image for usb

2010-11-05 Thread Rubik Andrey
Hi all!

I have the same problem.

Live-helper version: 2.0.5+20101028.074457~60squeeze+1

Solution: 

rm -f binary/dists/squeeze/squeeze
 /usr/share/live/build/scripts/build/lb_binary

didn't work for me...

I had received:

loop: can't delete device /dev/loop2: Device or resource busy

I try /usr/share/live/build/scripts/build/lb_binary again and had
received this:

Can't open /proc/2013/fd/3: No such file or directory
Cannot initialize 'S:'
Bad target s:/ldlinux.sys
syslinux: failed to create ldlinux.sys
P: Begin unmounting filesystems...


-- 
Best regards
Rubik Andrey
email: tirnota...@gmail.com
GPGKey: 1024D / 2EA8E207 2010-03-01
7E60 4450 CD90 6E2D E949  6254 7FDC 5F5C 2EA8 E207


signature.asc
Description: This is a digitally signed message part


Bug#601905: live-helper: Does not create image for usb

2010-11-05 Thread Rubik Andrey
Live-build version: 2.0.5+20101028.074457~60squeeze+1

However, I see this proplem only if I want include debian installer into
image.

I can build image without any problem when I use this (without
installer):

lb config \
--binary-images usb-hdd \
--distribution squeeze \
--volatile true \
--archive-areas main contrib non-free \
--packages-lists gnome \
--bootappend-live locale=ru_RU.UTF-8 keyb=ru noautologin noxautologin
quickreboot silent \
--language ru \
--hostname debian-live \
--apt-recommends true \
--apt-secure true \
--binary-indices true \
--debconf-frontend noninteractive \
--debconf-priority critical \
--memtest memtest86+ \
--mode debian \
--security true \
--win32-loader false \
--mirror-bootstrap http://mirror/debian/ \
--mirror-chroot http://mirror/debian/ \
--mirror-binary http://mirror/debian/

lb build



And what causes error (with installer):

lb config \
--binary-images usb-hdd \
--distribution squeeze \
--debian-installer true \
--debian-installer-gui true \
--debian-installer-distribution squeeze \
--volatile true \
--archive-areas main contrib non-free \
--packages-lists gnome \
--bootappend-live locale=ru_RU.UTF-8 keyb=ru noautologin noxautologin
quickreboot silent \
--language ru \
--hostname debian-live \
--apt-recommends true \
--apt-secure true \
--binary-indices true \
--debconf-frontend noninteractive \
--debconf-priority critical \
--memtest memtest86+ \
--mode debian \
--security true \
--win32-loader false \
--mirror-bootstrap http://mirror/debian/ \
--mirror-chroot http://mirror/debian/ \
--mirror-binary http://mirror/debian/

lb build


-- 
Best regards
Rubik Andrey
email: tirnota...@gmail.com
GPGKey: 1024D / 2EA8E207 2010-03-01
7E60 4450 CD90 6E2D E949  6254 7FDC 5F5C 2EA8 E207


signature.asc
Description: This is a digitally signed message part


Bug#601905: live-helper: Does not create image for usb

2010-11-05 Thread Thomas Maass
rm binary/dists/squeeze/squeeze  lb build
does the job.
-- 
gpg-id: D31AAEEA
http://www.setho.org/people


signature.asc
Description: This is a digitally signed message part


Bug#601905: live-helper: Does not create image for usb

2010-11-03 Thread Thomas Maass
The problem is, that a symlink
binary/dists/squeeze/squeeze is created,
which points to squeeze. This is an invalid
symlink. Removing the symlink, and running
/usr/share/live/build/scripts/build/lb_binary
creates a working image.
-- 
gpg-id: D31AAEEA
http://www.setho.org/people



signature.asc
Description: This is a digitally signed message part


Bug#601905: live-helper: Does not create image for usb

2010-11-03 Thread Daniel Baumann
On 11/03/2010 06:24 PM, Thomas Maass wrote:
 The problem is, that a symlink
 binary/dists/squeeze/squeeze is created,
 which points to squeeze. This is an invalid
 symlink. Removing the symlink, and running
 /usr/share/live/build/scripts/build/lb_binary
 creates a working image.

we sort of fixed that two days ago in git already, yes.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601905: live-helper: Does not create image for usb

2010-11-02 Thread Thomas Maass
Now the image isn't created any more.
I used this:

lb config --architecture i386 --packages-lists minimal --distribution
squeeze --binary-images usb-hdd --debian-installer true --language de
--bootappend-live noautologin persistent --mirror-binary
http://ftp.debian.org/debian/; --mirror-binary-security
http://security.debian.org/;

After a lb build only an image is created in the ~/live/chroot/, but not
in ~/live/
live-build was updated with Squeeze today.
-- 
gpg-id: D31AAEEA
http://www.setho.org/people


signature.asc
Description: This is a digitally signed message part


Bug#601905: live-helper: Does not create image for usb

2010-10-31 Thread Daniel Baumann
On 10/31/2010 10:19 AM, Thomas Maass wrote:
 Hi!
 I have played again with live-helper. The messages in German are:

as the page sais, do use LC_ALL=C. and as the page also sais, you need
to give the requested information, otherwise we cannot try to reproduce
it. and please also don't forget to CC the bug.

 P: Mounting /dev/loop1 with offset 512
 mkfs.vfat 3.0.9 (31 Jan 2010)
 Loop device does not match a floppy size, using default hd params
 cp: Aufruf von stat für „binary/dists/unstable/squeeze“ nicht möglich:
 Zu viele Ebenen aus symbolischen Links
 cp: Aufruf von stat für „binary/dists/squeeze/squeeze“ nicht möglich: Zu
 viele Ebenen aus symbolischen Links
 cp: Aufruf von stat für „binary/dists/stable/squeeze“ nicht möglich: Zu
 viele Ebenen aus symbolischen Links
 cp: Aufruf von stat für „binary/dists/testing/squeeze“ nicht möglich: Zu
 viele Ebenen aus symbolischen Links
 cp: Aufruf von stat für „binary/dists/frozen/squeeze“ nicht möglich: Zu
 viele Ebenen aus symbolischen Links
 P: Begin unmounting filesystems...
 
 An image is created only in chroot/binary.img.
 Is this correct? Although after copying it to the usb-stick with dd,
 the stick does not boot, saying unbootable device. A ready downloaded
 image boots. I have checked the bootflag via gparted.
 I used live-helper from Sid on Squeeze. No use of binary_local-includes.
 
 Thomas

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601905: live-helper: Does not create image for usb

2010-10-31 Thread Thomas Maass
It works now!
I forgot to install live-build.

Am Sonntag, den 31.10.2010, 00:41 +0200 schrieb Daniel Baumann: 
 retitle 601905 Does not create image for usb
 tag 601905 unreproducible
 tag 601905 moreinfo
 thanks
 
 On 10/31/2010 12:33 AM, Thomas Maass wrote:
  After a lh build for usb, the chroot is created, but the image creation 
  fails
  with
  a message too many levels of symbolic links.
 
 sounds like a problem with symlinks in binary_local-includes. are you
 using that? if so, it's a local problem and you should fix your includes
 i guess.
 
 if not, then please give all required information as outlined in
 http://live.debian.net/manual/en/html/live-manual.html#427
 
 in the normal case, it's working, as can be seen from e.g.
 http://live.debian.net/cdimage/release/6.0_beta1/i386/usb-hdd/debian-squeeze-live-beta1-i386-gnome-desktop.img.log
 

-- 
gpg-id: D31AAEEA
http://www.setho.org/people


signature.asc
Description: This is a digitally signed message part


Bug#601905: live-helper: Does not create image for usb

2010-10-30 Thread Thomas Maass
Package: live-helper
Version: 2.0.5-1
Severity: normal

After a lh build for usb, the chroot is created, but the image creation fails
with
a message too many levels of symbolic links.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-helper depends on:
ii  live-build2.0.3-1Debian Live - System Build Scripts

live-helper recommends no packages.

live-helper suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601905: live-helper: Does not create image for usb

2010-10-30 Thread Daniel Baumann
retitle 601905 Does not create image for usb
tag 601905 unreproducible
tag 601905 moreinfo
thanks

On 10/31/2010 12:33 AM, Thomas Maass wrote:
 After a lh build for usb, the chroot is created, but the image creation fails
 with
 a message too many levels of symbolic links.

sounds like a problem with symlinks in binary_local-includes. are you
using that? if so, it's a local problem and you should fix your includes
i guess.

if not, then please give all required information as outlined in
http://live.debian.net/manual/en/html/live-manual.html#427

in the normal case, it's working, as can be seen from e.g.
http://live.debian.net/cdimage/release/6.0_beta1/i386/usb-hdd/debian-squeeze-live-beta1-i386-gnome-desktop.img.log

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org