Re: Seeking a suggestion for unattended mass install procedure

2013-11-07 Thread Mikhail Usenko
Hello. One of the simple method to install a fresh clone of the existing Cygwin's installation is such a way: Create a new Cygwin root install directory and etc/setup subdirectories in it, copy therein the /etc/setup/installed.db file from the master installation you want to clone. Then launch set

RE: Seeking a suggestion for unattended mass install procedure

2013-11-06 Thread Buchbinder, Barry (NIH/NIAID) [E]
Christopher Faylor sent the following at Monday, November 04, 2013 3:31 PM >On Mon, Nov 04, 2013 at 08:13:41PM +, Buchbinder, Barry (NIH/NIAID) >[E] wrote:> >>Lavrentiev, Anton (NIH/NLM/NCBI) [C] sent the following at Monday, November >>04, 2013 1:28 PM >>>Thanks for the suggestion. My Systems

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Christopher Faylor
On Mon, Nov 04, 2013 at 08:13:41PM +, Buchbinder, Barry (NIH/NIAID) [E] wrote: >Lavrentiev, Anton (NIH/NLM/NCBI) [C] sent the following at Monday, November >04, 2013 1:28 PM >>Thanks for the suggestion. My Systems team need to install from >>scratch on bare boxes, from only an image DVD (whic

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread marco atzeri
Il 11/4/2013 8:27 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] ha scritto: genini --recursive x86 > x86/setup.ini That's an interesting piece of information, thanks! Where can I get "genini" or "upset" from? Anton Lavrentiev Contractor NIH/NLM/NCBI genini: http://cygwin.com/cgi-bin/cvsweb.cg

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Buchbinder, Barry (NIH/NIAID) [E]
Lavrentiev, Anton (NIH/NLM/NCBI) [C] sent the following at Monday, November 04, 2013 1:28 PM >Thanks for the suggestion. My Systems team need to install from >scratch on bare boxes, from only an image DVD (which contained all the >requisites of the future machine, including CYGWIN's setup and the

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> you're adding additional requirements Rather revealing them... The procedure is still to grab the current setup, make package selection, download with satisfying the dependencies, then install on a bunch of boxes in the batch mode, unattended. When a new set of machines is to be built, repeat

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Achim Gratz
Lavrentiev, Anton (NIH/NLM/NCBI) [C] writes: >> Alternatively, you can grab the sources for setup and add an option > to do what you want the way you want it. > > Well, that's a trivial option with open source, of course. But also > it means to maintain a branch of our own setup.exe, which is the

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Achim Gratz
Lavrentiev, Anton (NIH/NLM/NCBI) [C] writes: >> I have an install script for Cygwin. It's not offline > > Thanks for the suggestion. My Systems team need to install from scratch > on bare boxes, from only an image DVD (which contained all the requisites of > the future machine, including CYGWIN's

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Christopher Faylor
On Mon, Nov 04, 2013 at 07:11:33PM +, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >> Alternatively, you can grab the sources for setup and add an option >to do what you want the way you want it. > >Well, that's a trivial option with open source, of course. But also >it means to maintain a bra

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Achim Gratz
Lavrentiev, Anton (NIH/NLM/NCBI) [C] writes: > As far as they can tell, there is no such an installation option that > tells to install "everything from the download directory". What they > do is that they run setup.exe to manually check everything from the available > packages that they want to h

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> genini --recursive x86 > x86/setup.ini That's an interesting piece of information, thanks! Where can I get "genini" or "upset" from? Anton Lavrentiev Contractor NIH/NLM/NCBI -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Larry Hall (Cygwin)
On 11/4/2013 2:11 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Alternatively, you can grab the sources for setup and add an option to do what you want the way you want it. Well, that's a trivial option with open source, of course. But also it means to maintain a branch of our own setup.exe,

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Larry Hall (Cygwin)
On 11/4/2013 2:04 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Are you saying this won't work? Or do you just not like it? A little bit of both, actually. Windows CMD.EXE has an 8K limit on the command line length, AFAICT. Even if that was not exceeded first time the package list was crea

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> Alternatively, you can grab the sources for setup and add an option to do what you want the way you want it. Well, that's a trivial option with open source, of course. But also it means to maintain a branch of our own setup.exe, which is the least favorable of all. Anton Lavrentiev Contractor

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> Are you saying this won't work? > Or do you just not like it? A little bit of both, actually. Windows CMD.EXE has an 8K limit on the command line length, AFAICT. Even if that was not exceeded first time the package list was created, it may easily get there on a complete re-run of the install

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread marco atzeri
Il 11/4/2013 7:03 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] ha scritto: Just make a list from that as part of your install script. That is the problem, right there. I counted some 150 directories, many of which contain 10+ packages, easily. A manageable install command would have looked like "

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Larry Hall (Cygwin)
On 11/4/2013 1:03 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Just make a list from that as part of your install script. That is the problem, right there. I counted some 150 directories, many of which contain 10+ packages, easily. A manageable install command would have looked like "setup

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Christopher Faylor
On Mon, Nov 04, 2013 at 06:27:48PM +, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >> I have an install script for Cygwin. It's not offline > >Thanks for the suggestion. My Systems team need to install from scratch >on bare boxes, from only an image DVD (which contained all the requisites of >

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> I have an install script for Cygwin. It's not offline Thanks for the suggestion. My Systems team need to install from scratch on bare boxes, from only an image DVD (which contained all the requisites of the future machine, including CYGWIN's setup and the downloaded directory, as I previously d

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Eric Lilja
On 2013-11-04 19:03, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Just make a list from that as part of your install script. That is the problem, right there. I counted some 150 directories, many of which contain 10+ packages, easily. A manageable install command would have looked like "setup.

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> Just make a list from that as part of your install script. That is the problem, right there. I counted some 150 directories, many of which contain 10+ packages, easily. A manageable install command would have looked like "setup.exe -L directory -a" to get and install everything it could have f

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Larry Hall (Cygwin)
On 11/4/2013 12:22 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Though I haven't experimented with this myself, I'd recommend looking at using "setup*.exe" on the command line and listing the packages to install there. Thanks. But I P.S.'d about that option as undesirable -- as it requires

RE: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> Though I haven't experimented with this myself, I'd recommend looking at > using "setup*.exe" on the command line and listing the packages to install > there. Thanks. But I P.S.'d about that option as undesirable -- as it requires to maintain quite a long list of packages, all listed individual

Re: Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Larry Hall (Cygwin)
On 11/4/2013 11:22 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hello All, I am trying to help my site's Systems team to straighten up CYGWIN installation process, which they will need to perform to build new PCs, and I have volunteered to ask on their behalf here.. As far as they can tell,

Seeking a suggestion for unattended mass install procedure

2013-11-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Hello All, I am trying to help my site's Systems team to straighten up CYGWIN installation process, which they will need to perform to build new PCs, and I have volunteered to ask on their behalf here.. As far as they can tell, there is no such an installation option that tells to install "everyt

Re: a suggestion for added link in the start menu

2007-05-23 Thread Jared Silva
Frank Fesevur wrote: At 23-5-2007 19:35, Roger Pack wrote: > Other random ramblings. > Also nice would be a command line tool similar to apt-get to install > "as if from setup.exe" package x or y and its dependencies (exists?). > Then you could run a command on it like 'update all my current > pa

Re: a suggestion for added link in the start menu

2007-05-23 Thread Frank Fesevur
At 23-5-2007 19:35, Roger Pack wrote: Other random ramblings. Also nice would be a command line tool similar to apt-get to install "as if from setup.exe" package x or y and its dependencies (exists?). Then you could run a command on it like 'update all my current packages!' from the command line

a suggestion for added link in the start menu

2007-05-23 Thread Roger Pack
Some random suggestions... I am sure this has been suggested before, but I think it would be an 'added convenience' if there were a link to the creating setup.exe made in the start menu next to the "bash shell" link. I created one and have found it to be very useful. It might be a good addition

A suggestion

2003-12-29 Thread Leandro
Cygwin.bat __ REGEDIT4 @echo off if "%1"=="" goto login bash -c "$( cygpath -u "%1" )" goto fim :login C: chdir C:\cygwin\bin bash --login -i :fim cygwin.reg __ REGEDIT4 [H

Re: Just a suggestion: SWIG probably needs recompilation!?

2003-03-28 Thread Martin Gainty
Herr Doktor- Why are you using 16 bit Windows libraries? Are you on Windows 95 box? Empfehlungen, -Martin - Original Message - From: "Schnörr, Claudius Dr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 8:14 AM Subject: Just a suggestio

Just a suggestion: SWIG probably needs recompilation!?

2003-03-28 Thread "Schnörr, Claudius Dr."
Hello, after installation of the newest cygwin release I cannot make a small swig-program example which worked before. I am not sure what of the many reinstalled cygwin components is responsible for that, but I suppose that you test it and recompile it in the case of need. Here is the error mess

Re: Gold star for Joshua and a suggestion for setup documentation

2003-03-27 Thread Robert Collins
On Thu, 2003-03-27 at 16:09, Christopher Faylor wrote: > What do you think? Do we still need the words at > http://cygwin.com/download.html to exist as a separate entity? If so, > I'll probably add another documentation link to the main web page for > people who are first downloading cygwin. I

Re: Gold star for Joshua and a suggestion for setup documentation

2003-03-26 Thread Christopher Faylor
On Thu, Mar 27, 2003 at 05:36:38AM -, Elfyn McBratney wrote: >> (anyone sick of the "gold star" stuff yet?) > >No! ;-) > >> I just wanted to put in a kudo for Joshua Franklin and his work on the >> cygwin documentation. His latest setup documentation installment is >> really wonderful. It is

Re: Gold star for Joshua and a suggestion for setup documentation

2003-03-26 Thread Christopher Faylor
On Wed, Mar 26, 2003 at 11:23:43PM -0600, Joshua Daniel Franklin wrote: >On Thu, Mar 27, 2003 at 12:09:25AM -0500, Christopher Faylor wrote: >> I just wanted to put in a kudo for Joshua Franklin and his work on the >> cygwin documentation. His latest setup documentation installment is >> really wo

Re: Gold star for Joshua and a suggestion for setup documentation

2003-03-26 Thread Elfyn McBratney
> Sounds fine to me. I do think we should at least leave a link to the > installer for veteran users. (Or do we all type in 'cygwin.com/setup.exe'?) I know I do :-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: Gold star for Joshua and a suggestion for setup documentation

2003-03-26 Thread Elfyn McBratney
> (anyone sick of the "gold star" stuff yet?) No! ;-) > I just wanted to put in a kudo for Joshua Franklin and his work on the > cygwin documentation. His latest setup documentation installment is > really wonderful. It is just what we needed. Indeed. Nice Work! > It is so good that I would l

Re: Gold star for Joshua and a suggestion for setup documentation

2003-03-26 Thread Joshua Daniel Franklin
On Thu, Mar 27, 2003 at 12:09:25AM -0500, Christopher Faylor wrote: > I just wanted to put in a kudo for Joshua Franklin and his work on the > cygwin documentation. His latest setup documentation installment is > really wonderful. It is just what we needed. Thanks! I don't really know why I neve

Gold star for Joshua and a suggestion for setup documentation

2003-03-26 Thread Christopher Faylor
(anyone sick of the "gold star" stuff yet?) I just wanted to put in a kudo for Joshua Franklin and his work on the cygwin documentation. His latest setup documentation installment is really wonderful. It is just what we needed. It is so good that I would like to suggest that maybe it should sub

RE: Setup: A suggestion

2003-02-08 Thread Gary R. Van Sickle
[snip] > A resizeable window - it's far too small. A patch to make the chooser window larger (though not resizable) is awaiting approval/committal. -- Gary R. Van Sickle Brewer. Patriot. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.c

Re: Setup: A suggestion

2003-02-07 Thread Jeffery B. Rancier
> "Jim" == Jim Drash <[EMAIL PROTECTED]> writes: > The setup program fits my needs well over 90% of the time. I would like > to make one suggestion to add a view that would combine the Partial view > plus any packages currently "Skipped". This would give us a single view > to

Re: Setup: A suggestion

2003-02-07 Thread Stephen Ford
Jim Good idea. I found Setup a real pain to understand, but once run several times, I found that it does the job very well. I would ask for -: A Help button or a readme to say what it does ( what are the radio buttons for?) Something to say what on earth 'default' means! A resizeable window - i

Setup: A suggestion

2003-02-07 Thread Jim Drash
The setup program fits my needs well over 90% of the time. I would like to make one suggestion to add a view that would combine the Partial view plus any packages currently "Skipped". This would give us a single view to see all currently installed programs that have updates available and any "ne

Re: Setup window size: a suggestion

2002-09-28 Thread Christopher Faylor
On Sat, Sep 28, 2002 at 05:56:51PM -0400, Garth Dahlstrom wrote: > >I'm pretty useless when it comes to building stuff at a command >line... > >I gave getting from CVS and building it a go... I've had a bunch >of headaches, I have no idea what packages I need to build it >(since I didn't instal

Re: Setup window size: a suggestion

2002-09-28 Thread Garth Dahlstrom
I'm pretty useless when it comes to building stuff at a command line... I gave getting from CVS and building it a go... I've had a bunch of headaches, I have no idea what packages I need to build it (since I didn't install everything), I figured out for sure you can't use GCC 3.2, had to down

RE: Setup window size: a suggestion

2002-09-28 Thread Igor Pechtchanski
Garth, FYI: Setup currently uses a set of static resource files for its dialogs. The setup developers have adopted a model where all the dialogs have the same size, and are drawn in the same window (IIRC, I may be mistaken). You seem to have some experience with this kind of programming. Why no

RE: Setup window size: a suggestion

2002-09-28 Thread Garth Dahlstrom
[was Re: RFE - Cygwin setup.exe] My appolgies, seems folks have started thread on this already... I see 2 ways to overcome the issue of the resizable installer/ package selection dialog size: Option 1) add a button to the bottom of the package selection screen that says 'Zoom' and make it open

Re: A suggestion

2001-12-02 Thread Robert Collins
- Original Message - From: "Milscvaer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 7:11 AM Subject: A suggestion > Hello, > > I greatly enjoy and apprieciate using the Cygwin > system. I find it to be an extreme

A suggestion

2001-12-02 Thread Milscvaer
Hello, I greatly enjoy and apprieciate using the Cygwin system. I find it to be an extremely useful and important software. I have a few suggestions on how it could be further improved. On FAT filesystems, additional features of a Unix file system could be provided in the Cygwin file hierarch