Re: apt-get install without starting?

2008-07-13 Thread David Barrett
Florian Kulzer wrote: On Fri, Jul 11, 2008 at 21:28:39 -0700, Daniel Burrows wrote: On Fri, Jul 11, 2008 at 09:21:46PM -0700, David Barrett was heard to say: [...] Essentially, I'm writing a script to generate ready-to-deploy bootable qemu images, One of the inputs of the script is a list

Re: apt-get install without starting?

2008-07-12 Thread Florian Kulzer
On Fri, Jul 11, 2008 at 21:28:39 -0700, Daniel Burrows wrote: On Fri, Jul 11, 2008 at 09:21:46PM -0700, David Barrett was heard to say: [...] Essentially, I'm writing a script to generate ready-to-deploy bootable qemu images, One of the inputs of the script is a list of packages to

apt-get install without starting?

2008-07-11 Thread David Barrett
Is there any way to apt-get install ssh without having it automatically start sshd? Same for lighttpd. Basically, I'm making great progress in my bootable QEMU image script: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: apt-get install without starting?

2008-07-11 Thread Mumia W..
On 07/11/2008 07:26 PM, David Barrett wrote: Is there any way to apt-get install ssh without having it automatically start sshd? Same for lighttpd. Basically, I'm making great progress in my bootable QEMU image script: I don't know of a way, but you can firewall-off the ssh port before

Re: apt-get install without starting?

2008-07-11 Thread David Barrett
Mumia W.. wrote: On 07/11/2008 07:26 PM, David Barrett wrote: Is there any way to apt-get install ssh without having it automatically start sshd? Same for lighttpd. Basically, I'm making great progress in my bootable QEMU image script: I don't know of a way, but you can firewall-off the

Re: apt-get install without starting?

2008-07-11 Thread Daniel Burrows
On Fri, Jul 11, 2008 at 09:21:46PM -0700, David Barrett [EMAIL PROTECTED] was heard to say: Mumia W.. wrote: On 07/11/2008 07:26 PM, David Barrett wrote: Is there any way to apt-get install ssh without having it automatically start sshd? Same for lighttpd. Basically, I'm making great

Re: apt-get install without starting?

2008-07-11 Thread David Barrett
Daniel Burrows wrote: On Fri, Jul 11, 2008 at 09:21:46PM -0700, David Barrett [EMAIL PROTECTED] was heard to say: Mumia W.. wrote: On 07/11/2008 07:26 PM, David Barrett wrote: Is there any way to apt-get install ssh without having it automatically start sshd? Same for lighttpd.

Re: apt-get install without starting?

2008-07-11 Thread Osamu Aoki
On Fri, Jul 11, 2008 at 09:31:27PM -0700, David Barrett wrote: Daniel Burrows wrote: I've never used it myself, but I believe that invoke-rc.d was supposed to solve this sort of problem. (I don't know much more than that, but it looks like the manpage might have pointers) Same thought