Re: Identical installations on several machines

2002-05-20 Thread Petro
On Fri, May 17, 2002 at 06:09:03PM -0700, Petr Vanek wrote: On Fri, May 17, 2002 at 03:47:06PM -0700, David Wright wrote: A# dpkg --get-selections selections A# scp selections B: A# ssh B B# dpkg --set-selections selections B# dselect install remove Keep in mind though, this

Re: Identical installations on several machines

2002-05-18 Thread Alexander Steinert
A# dpkg --get-selections selections If you want removed/purged packages on A to be removed/purged on B: A# dpkg --get-selections \* selections Stony -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Identical installations on several machines

2002-05-17 Thread Lukas Ruf
Dear all, using Debian 3.0, I really admire the dselect feature. As I have to administer several machines which are identical hardware-wise and also regarding their duties, I would like to know if there is a possibility to have one station which I administer using dselect and then I copy over

Re: Identical installations on several machines

2002-05-17 Thread Colin Watson
On Fri, May 17, 2002 at 10:08:56AM +0200, Lukas Ruf wrote: Dear all, using Debian 3.0, I really admire the dselect feature. As I have to administer several machines which are identical hardware-wise and also regarding their duties, I would like to know if there is a possibility to have one

Re: Identical installations on several machines

2002-05-17 Thread Mark Lanett
dpkg --get-selections dpkg --set-selections - Original Message - From: Lukas Ruf [EMAIL PROTECTED] To: Debian User debian-user@lists.debian.org Sent: Friday, May 17, 2002 1:08 AM Subject: Identical installations on several machines Dear all, using Debian 3.0, I really admire

Re: Identical installations on several machines

2002-05-17 Thread David Wright
A# dpkg --get-selections selections A# scp selections B: A# ssh B B# dpkg --set-selections selections B# dselect install remove Keep in mind though, this will not reproduce the CONFIGURATIONS, just the PACKAGES. You could try B# rsync -e ssh -a A:/etc / to get /etc synch'd, but some things

Re: Identical installations on several machines

2002-05-17 Thread Petr Vanek
On Fri, May 17, 2002 at 03:47:06PM -0700, David Wright wrote: A# dpkg --get-selections selections A# scp selections B: A# ssh B B# dpkg --set-selections selections B# dselect install remove Keep in mind though, this will not reproduce the CONFIGURATIONS, just the PACKAGES. You could

Re: Identical installations on several machines

2002-05-17 Thread DvB
Petr Vanek [EMAIL PROTECTED] writes: On Fri, May 17, 2002 at 03:47:06PM -0700, David Wright wrote: A# dpkg --get-selections selections A# scp selections B: A# ssh B B# dpkg --set-selections selections B# dselect install remove Keep in mind though, this will not reproduce the