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
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
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
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
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
> 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
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
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
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
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
> 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
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,
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
> 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
> 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
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 "
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
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
>
> 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
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.
> 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
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
> 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
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,
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
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
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
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
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
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
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
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
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
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
> 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
> (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
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
(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
[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
> "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
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
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
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
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
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
[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
- 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
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
48 matches
Mail list logo