X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 9 Jul 2008 11:13:14 -0500 From: "Nathan Thern" To: cygwin AT cygwin DOT com Subject: Re: Updating cygwin from a remote shell? In-Reply-To: <3d8b047a0807080258h5f0ffe3fn24bc11e43e6d96ea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3d8b047a0807080258h5f0ffe3fn24bc11e43e6d96ea AT mail DOT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Tue, Jul 8, 2008 at 4:58 AM, Thomas Walker wrote: > Apologies if this is a newbie question... I did a decent amount of > looking through mailing lists but couldn't find anything relevant. > > I'm a Linux/Unix person by hobby and profession and don't really do > much Windows but my family (living in another state) is still rather > Windows centric. A hard disk failure ago I decided to place a dirt > cheap headless Linux box with mirrored raid on their network and setup > cygwin on their Windows machines so that I could cobble together an > easy backup solution based on cron, ssh, rdist, and fuse. > > That all works fine and has done so for some time. I'm a little bit > of a security nut though (and sometime also want to be able to add new > features for myself and for them) and would like to be able to easily > update cygwin and/or install new packages onto the Windows/Cygwin > boxes from a remote shell. From your remote shell run $ cygstart /setup.exe -q -n -s http://valid-cygwin-mirror I assume no one is using the machine who will be freaked out by the setup app appearing on their screen. You only have a problem in two cases: 1) The update will clobber an executable you are using (e.g. bash or sshd) solution: somehow schedule the update & exit out. You may also have to schedule a shutdown & later re-start of cygserver. 2) You want to add new packages Here's the route I would pursue: Create your own cygwin repository (say, http://foosite/cygwin) with a uniquely named empty package (say, "foo") in the "base" category. Make foo require all the packages you want, and make sure all the remote machines have foo installed. Any time you update foo, from the remotely logged in CL run $ cygstart /setup.exe -q -n -s http://valid-cygwin-mirror -s http://foosite/cygwin regards, NT -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/