Re: support issue with archives

2012-06-02 Thread Matthew Byers
Sorry forgot to paste link for error: http://img94.imageshack.us/img94/7531/screenshotfrom201206021.png On Sat, Jun 2, 2012 at 8:51 PM, Matthew Byers wrote: > So i have sort of chopped my way to a minor solution. Using the basic > command: > lb config --mode ubuntu --architecture i386 --distrib

Re: support issue with archives

2012-06-02 Thread Matthew Byers
So i have sort of chopped my way to a minor solution. Using the basic command: lb config --mode ubuntu --architecture i386 --distribution precise --archive-areas "main restricted universe multiverse" I am able to run: lb build But that errors out with a missing or obsolete package of: linux-firm

Re: support issue with archives

2012-06-01 Thread Matthew Byers
root@devcore:/home/stlsaint/Projects/testeruce# ls -aFl chroot/ total 0 drwxr-xr-x 1 root root 136 Jun 1 21:23 ./ drwxr-xr-x 1 root root 74 Jun 1 22:56 ../ drwxr-xr-x 1 root root 1426 Jun 1 22:53 bin/ drwxr-xr-x 1 root root0 Apr 19 04:32 boot/ drwxr-xr-x 1 root root 882 Jun 1 20:58 dev/

Re: support issue with archives

2012-06-01 Thread Richard Nelson
Greetings, On Fri, Jun 1, 2012 at 11:03 PM, Matthew Byers wrote: > Nothing in the dir: > > ls -aFl chroot/boot/ > total 0 > drwxr-xr-x 1 root root   0 Apr 19 04:32 ./ > drwxr-xr-x 1 root root 136 Jun  1 21:23 ../ > > Can you post the output from the build dir of: ls -aFl chroot/ Thanks. > On

Re: support issue with archives

2012-06-01 Thread Matthew Byers
Nothing in the dir: ls -aFl chroot/boot/ total 0 drwxr-xr-x 1 root root 0 Apr 19 04:32 ./ drwxr-xr-x 1 root root 136 Jun 1 21:23 ../ On Fri, Jun 1, 2012 at 10:58 PM, Richard Nelson wrote: > Greetings, > > On Fri, Jun 1, 2012 at 10:45 PM, Matthew Byers > wrote: > > Thank you again for your

Re: support issue with archives

2012-06-01 Thread Richard Nelson
Greetings, On Fri, Jun 1, 2012 at 10:45 PM, Matthew Byers wrote: > Thank you again for your help. Attached is the build log. > > Added in the archives and ran again and it errors with: > > cp: cannot stat `chroot/boot/vmlinuz-*': No such file or directory > > Below is the output from the  grep co

Re: support issue with archives

2012-06-01 Thread Matthew Byers
Ran lb build again with no changes and this time got: E: Unable to locate package libertas-firmware E: Unable to locate package firmware-crystalhd E: Unable to locate package linux-firmware-nonfree E: Unable to locate package linux-firmware-nonfree E: Unable to locate package nouveau-firmware E: U

Re: support issue with archives

2012-06-01 Thread Richard Nelson
Greetings, On Fri, Jun 1, 2012 at 9:55 PM, Matthew Byers wrote: > run as you gave command here is output where it errors. > > P: Begin installing packages (install pass)... > Reading package lists... Done > Building dependency tree... Done > Note, selecting 'linux-firmware' instead of 'atmel-firm

Re: support issue with archives

2012-06-01 Thread Matthew Byers
run as you gave command here is output where it errors. P: Begin installing packages (install pass)... Reading package lists... Done Building dependency tree... Done Note, selecting 'linux-firmware' instead of 'atmel-firmware' Note, selecting 'linux-firmware' instead of 'atmel-firmware' Note, sele

Re: support issue with archives

2012-06-01 Thread Richard Nelson
Greetings, On Fri, Jun 1, 2012 at 8:17 PM, Richard Nelson wrote: > Greetings > > On Fri, Jun 1, 2012 at 7:04 PM, Matthew Byers wrote: >> Thank you for the reply. >> >> I did as suggested and still same result. >> >> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release >>  Un

Re: support issue with archives

2012-06-01 Thread Richard Nelson
Greetings On Fri, Jun 1, 2012 at 7:04 PM, Matthew Byers wrote: > Thank you for the reply. > > I did as suggested and still same result. > > W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release >  Unable to find expected entry 'contrib/source/Sources' in Release file > (Wrong

Re: support issue with archives

2012-06-01 Thread Matthew Byers
Thank you for the reply. I did as suggested and still same result. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release Unable to find expected entry 'contrib/source/Sources' in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download.

Re: support issue with archives

2012-06-01 Thread Richard Nelson
Greetings, On Fri, Jun 1, 2012 at 4:21 PM, Matthew Byers wrote: > Still with same issue: > > live-build, version 3.0~a48-1 > > Config command: > lb config -b iso-hybrid --mode ubuntu --architecture i386 --distribution > precise --archive-areas "main contrib non-free partner security" > --iso-appl

Re: support issue with archives

2012-06-01 Thread Matthew Byers
Still with same issue: live-build, version 3.0~a48-1 Config command: lb config -b iso-hybrid --mode ubuntu --architecture i386 --distribution precise --archive-areas "main contrib non-free partner security" --iso-application "Ubuntu Christian Edition" --iso-publisher UCE --memtest memtest86+ I c

Re: support issue with archives

2012-05-30 Thread Daniel Baumann
On 05/31/2012 04:57 AM, Matthew Byers wrote: > lb config --mode ubuntu --package-lists "standard" --a i386 --d precise > --archive-areas "main contrib non-free partner security" --hostname UCE > --iso-application "Ubuntu Christian Edition" --iso-publisher UCE > --memtest memtest86+ what Richard s

Re: support issue with archives

2012-05-30 Thread Richard Nelson
Greetings, On Wed, May 30, 2012 at 9:57 PM, Matthew Byers wrote: > Yes here is lb config command: > > lb config --mode ubuntu --package-lists "standard" --a i386 --d precise > --archive-areas "main contrib non-free partner security" --hostname UCE > --iso-application "Ubuntu Christian Edition" --

Re: support issue with archives

2012-05-30 Thread Matthew Byers
Yes here is lb config command: lb config --mode ubuntu --package-lists "standard" --a i386 --d precise --archive-areas "main contrib non-free partner security" --hostname UCE --iso-application "Ubuntu Christian Edition" --iso-publisher UCE --memtest memtest86+ live-build version is: live-build, v

Re: support issue with archives

2012-05-30 Thread Richard Nelson
Greetings, On Wed, May 30, 2012 at 8:47 PM, Matthew Byers wrote: > Thank you Daniel for the response. > I did just as you said and made a new config environment but when i run lb > build i get this: > > /usr/bin/env: mksquashfs: No such file or directory > P: Begin unmounting filesystems... > > G

Re: support issue with archives

2012-05-30 Thread Matthew Byers
Thank you Daniel for the response. I did just as you said and made a new config environment but when i run lb build i get this: /usr/bin/env: mksquashfs: No such file or directory P: Begin unmounting filesystems... Google search shows up a bug of years old with no solution. On Wed, May 30, 2012

Re: support issue with archives

2012-05-29 Thread Daniel Baumann
On 05/30/2012 05:23 AM, Matthew Byers wrote: > I am extremely sorry if this is the incorrect mailing list to post for > support. it's the right location for debian-live stuff, yes. > I am trying to build a ubuntu based live system. Using scripts for first > time but when i run lb build i get the

support issue with archives

2012-05-29 Thread Matthew Byers
I am extremely sorry if this is the incorrect mailing list to post for support. Please forward to right location so i can follow. If this is the correct place than here is my issue. (I first asked in IRC but i guess folks where idling.) I am trying to build a ubuntu based live system. Using script