unexpected changes - live-bottom/13swap running by default

2008-08-31 Thread Joseph Rawson
hclient command in the /etc/rc.local file. Here's my configuration if you're interested (I haven't committed the 'noswap' option yet). http://paella.berlios.de/netinst/paella/live-config/ or svn://svn.berlios.de/paella/website/netinst/paella/live-config Thanks for making it easier to concentrate on other things! :) -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: unexpected changes - live-bottom/13swap running by default

2008-08-31 Thread Joseph Rawson
g I'm looking at in a few hours. > I even tried putting /etc/resolv.conf.orig in the includes, to try and trick the lh_(can't remember) script, but that didn't work either. > > Thanks for making it easier to concentrate on other things! :) > > That's probably the nicest compliment you can make us, thanks ;) Y'all have earned it! :) > > Regards, > Daniel > > -- > Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist > Email: [EMAIL PROTECTED] > Internet: http://people.panthera-systems.net/~daniel-baumann/ -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: documentation

2008-08-31 Thread Joseph Rawson
moment. I'm also wondering a bit about docbook. I don't know what the best way to edit docbook xml is. I've used xemacs before, but didn't care too much for it (at least with docbook, I use it for nearly everything else). I think I was using quanta, when I was doing the docbo

progress on debian-installer initrd

2008-09-03 Thread Joseph Rawson
to give y'all some insight on the difficulties in running the installer from the live system. If y'all are serious about running the debian-installer as an 'application' you should be prepared to work with the d-i team to help make this possible, otherwise maintenance of th

Debian Live Lenny Beta 1

2008-09-05 Thread Joseph Rawson
twork interface eth0 to eth1 -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: progress on debian-installer initrd

2008-09-07 Thread Joseph Rawson
the live-installer package. This is probably where I'll start, once I get a better feel for how ubiquity is built and packaged. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

more work on debian installer

2008-09-10 Thread Joseph Rawson
ular system (with the possible exception of anaconda, which I'm going to look into once I'm done writing this). -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: [Fwd: Re: rc.local is not working for automount (diskmount.sh)script]

2008-09-10 Thread Joseph Rawson
gnet Technologies Pvt. Ltd. /etc/rc.local is supposed to be the very last initscript that runs, and it's not in the /etc/init.d directory that update-rc.d creates the links from. If you need a script at 80, rename it to /etc/init.d/rc-local then run update-rc.d on that. That should work. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: [Fwd: Re: rc.local is not working for automount (diskmount.sh)script]

2008-09-11 Thread Joseph Rawson
On Thursday 11 September 2008 01:43:13 Tzafrir Cohen wrote: > On Thu, Sep 11, 2008 at 01:03:33AM -0500, Joseph Rawson wrote: > > On Thursday 11 September 2008 05:24:28 Padma wrote: > > > Da

Re: more work on debian installer

2008-09-11 Thread Joseph Rawson
On Thursday 11 September 2008 14:44:18 Marco Amadori wrote: > Il giovedì 11 settembre 2008 07:58:39 Joseph Rawson ha scritto: > > After taking a long look at ubiquity, I decided to try another route. > > [..] What I wound up doing is trying to make a debian package out of > >

Re: Cannot configure MySQL

2008-09-23 Thread Joseph Rawson
e of my VM's is running mysql > I would be grateful if anyone could think of a way around this. Run these as root in the VM: chown -R mysql:mysql /var/lib/mysql chgrp root /var/lib/mysql/mysql* chgrp root /var/lib/mysql/debian-*.flag That should do the trick. > -- > Chris. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: Cannot configure MySQL

2008-09-23 Thread Joseph Rawson
On Tuesday 23 September 2008 17:34:44 Joseph Rawson wrote: > On Tuesday 23 September 2008 16:46:00 Chris Lale wrote: > > Hello. > > > > I am trying to build a Live CD containing a website delivered by Apache > > using PHP and MySQL. My host system is running Lenny. >

Re: Cannot configure MySQL

2008-09-24 Thread Joseph Rawson
e password is visible in the script as plain text, but this would not > benefit anyone running the live CD. This seems pretty similar to Chris's > suggestion. > > I tried putting a similar script in the live config/chroot_local-hooks/ and > in > config/chroot_local-includes

Re: Cannot configure MySQL

2008-09-25 Thread Joseph Rawson
k and test this out when I get the time. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: Cannot configure MySQL

2008-09-26 Thread Joseph Rawson
project develops, I find that I need to use more features (locales, > packages lists, etc). So I need to run lh_config again. > When I need to do this, I just edit the appropriate files and change the variables. Like for package lists, edit config/chroot and change the LH_PACKAGES_LISTS variable. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: Cannot configure MySQL

2008-09-26 Thread Joseph Rawson
On Friday 26 September 2008 05:53:46 Chris Lale wrote: > Chris Lale wrote: > > Hello Joseph. > > > Joseph Rawson wrote: > > [...] > > >> Right below the where you have the "lamp" initscript, you can probably > >> put another script instead

Re: Net (PXE) boot from a two interfaces computer

2008-10-01 Thread Joseph Rawson
word "attached" in this mail caused kmail to believe that this mail has an attachment, and it just warned me about it. :) ) -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: [Patch] Assign password (encrypted) from boot parameters

2008-10-03 Thread Joseph Rawson
command. Here 'plaintext' is your password. echo 'plaintext' | mkpasswd --salt= --method=md5 -s -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: [Patch] Assign password (encrypted) from boot parameters

2008-10-03 Thread Joseph Rawson
On Friday 03 October 2008 10:49:51 Joseph Rawson wrote: > I'm sorry if y'all get this mail twice, it seems that there was a server > having problems somewhere between here and the list. > The problem seems to be that my ISP is blocking outbound connections to port 25. I

Re: [Patch] Assign password (encrypted) from boot parameters

2008-10-03 Thread Joseph Rawson
I was also curious on how this works. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

problems with ip-config in live-initramfs

2008-10-12 Thread Joseph Rawson
debug option is entirely useless (unless there's a way to invoke a shell at that point. I don't know how to do that). I'd like to be able to fix this problem. Can anybody tell me what to do about it? -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.

Re: problems with ip-config in live-initramfs

2008-10-13 Thread Joseph Rawson
On Monday 13 October 2008 09:31:50 Frédéric BOITEUX wrote: > Le dim 12 oct 2008 20:39:13 CEST, Joseph Rawson <[EMAIL PROTECTED]> a > > écrit : > > I have been using the net images a lot, and I have been experiencing > > intermittent problems when the ipconfig is b

Re: problems with ip-config in live-initramfs

2008-10-17 Thread Joseph Rawson
On Monday 13 October 2008 09:31:50 Frédéric BOITEUX wrote: > Le dim 12 oct 2008 20:39:13 CEST, Joseph Rawson <[EMAIL PROTECTED]> a > > écrit : > > I have been using the net images a lot, and I have been experiencing > > intermittent problems when the ipconfig is b

Re: Netboot freezes

2008-10-31 Thread Joseph Rawson
happens, I have to reboot the machine and try it again. I have written about this before: http://lists.debian.org/debian-live/2008/10/msg00093.html I still don't know what is causing the stall at this point. I'm sorry that I don't know more than this. -- Thanks: Joseph Rawson signature.asc Description: This is a digitally signed message part.