Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Morgan Gangwere
On 5/16/07, Dave Korn wrote: On 16 May 2007 20:33, Chadwick wrote: > Cygwin is currently installed on over a hundred windows 2003 servers, and is > used to do some admin tasks as well as to pull files from the servers on a > daily basis via ssh. One of the files pulled from each server is a wi

Re: DualCores and Current Cygwin problems

2007-05-16 Thread Morgan Gangwere
On 5/16/07, Christopher Faylor wrote: On Wed, May 16, 2007 at 09:32:10PM -0600, Morgan Gangwere wrote: >one of them (for Intel Mac processors with Dual Cores in some stores) >there was a driver that would not allow Cygwin to talk to the device >like UNIX does because it did not have "Hyperviser"

Re: DualCores and Current Cygwin problems

2007-05-16 Thread Christopher Faylor
On Wed, May 16, 2007 at 09:32:10PM -0600, Morgan Gangwere wrote: >one of them (for Intel Mac processors with Dual Cores in some stores) >there was a driver that would not allow Cygwin to talk to the device >like UNIX does because it did not have "Hyperviser" mode access - >special access to let the

Re: DualCores and Current Cygwin problems

2007-05-16 Thread Morgan Gangwere
On 5/16/07, Oliver Walsh wrote: >>I'm wondering -- just as a data point, if you tried building on a >>dual-core, but setting all of your cygwin processes to run on one core? I used imagecfg.exe to set the affinity for all of the cygwin exes. It sorted out a lot of problems (pthread errors IIRC

Re: w3m on Vista crashing (Ok on XP)

2007-05-16 Thread Bob Heckel
On 5/16/07, zzapper <[EMAIL PROTECTED]> wrote: Sorry for very late reply, but I guess you have fixed it as it's now working That's terrific zzapper, but I don't think I can take credit for it. Since I'm just a maintainer standing on the shoulders of giants, I suppose one of them was responsib

ATTN python maintainer - bz2 module not available in python2.5.1-1

2007-05-16 Thread Mark Levedahl
/>python Python 2.5.1 (r251:54863, May 7 2007, 15:13:20) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import bz2 Traceback (most recent call last): File "", line 1, in ImportError: No module named

RE: Adding to a windows zip file without zip.exe

2007-05-16 Thread Dave Korn
On 16 May 2007 20:33, Chadwick wrote: > Cygwin is currently installed on over a hundred windows 2003 servers, and is > used to do some admin tasks as well as to pull files from the servers on a > daily basis via ssh. One of the files pulled from each server is a windows > ZIP file. > > I want to

RE: Adding to a windows zip file without zip.exe

2007-05-16 Thread Long, Phillip GOSS
Chadwick wrote: > Cygwin is currently installed on over a hundred windows 2003 > servers, and is used to do some admin tasks as well as to pull files > from the servers on a daily basis via ssh. One of the files pulled > from each server is a windows ZIP file. > > I want to add an extra file to

RE: environment setup for bash and tcsh

2007-05-16 Thread Dave Korn
On 16 May 2007 22:55, Karl Kobata wrote: > I thought I understood how the environment is setup but I guess I don't > really. > Can anyone tell me the order and file names that are executed to get the > environment setup for a bash shell and tcsh shell? > Bash: > /etc/profile -> /etc/bashrc -> ~/.b

Re: problem with cygwin:login

2007-05-16 Thread Sven Tappert
Re: problem with cygwin:login * From: Sven Tappert * To: lu fang * Cc: cygwin at cygwin dot com * Date: Do, 17 Mar 2007 * Subject: Re: problem with cygwin:login * Reply-to: cygwin at cygwin dot com On Mon, 10 Feb 2003, lu fang wrote: > Hi, all > I have problem in using

Re: w3m on Vista crashing (Ok on XP)

2007-05-16 Thread zzapper
Bob Heckel <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > * On Sun, Mar 18, 2007 at 11:09:16AM +, zzapper wrote: >> when I try to use w3m on Vista (Ok on XP) I'm getting the dreaded "Your >> program has stopped working" screen. In fact I cannot even do >> >> > w3m --version >> >> Tr

Re: environment setup for bash and tcsh

2007-05-16 Thread Brian Dessent
Karl Kobata wrote: > I thought I understood how the environment is setup but I guess I don't > really. > Can anyone tell me the order and file names that are executed to get the > environment setup for a bash shell and tcsh shell? > Bash: > /etc/profile -> /etc/bashrc -> ~/.bash_profile -> ~/.bash

environment setup for bash and tcsh

2007-05-16 Thread Karl Kobata
I thought I understood how the environment is setup but I guess I don't really. Can anyone tell me the order and file names that are executed to get the environment setup for a bash shell and tcsh shell? Bash: /etc/profile -> /etc/bashrc -> ~/.bash_profile -> ~/.bash_login -> ~/.profile Tcsh: /etc

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Brian Mathis
On 5/16/07, Chadwick <[EMAIL PROTECTED]> wrote: Unfortunatly I cannot install any new packages on these boxes at this time, thus using zip.exe is not an option. I am open to the idea of extracting the files from the current ZIP and then rezipping them with my new files, but the final ZIP file

zip gets "I/O error: Invalid argument" creating large archives

2007-05-16 Thread Linus Hicks
I first used zip 2.32-2 then saw a suggestion that 2.3-6 might work so it is currently installed. Both exhibit the same problem. Because the output file gets deleted when it fails, I don't know exactly the size, I only know that it seems to be about the same size. The last time I reproduced the p

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Reid Thompson
On Wed, 2007-05-16 at 15:29 -0500, René Berber wrote: > Chadwick wrote: > > > Cygwin is currently installed on over a hundred windows 2003 servers, and is > > used to do some admin tasks as well as to pull files from the servers on a > > daily basis via ssh. One of the files pulled from each serv

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread René Berber
Chadwick wrote: Cygwin is currently installed on over a hundred windows 2003 servers, and is used to do some admin tasks as well as to pull files from the servers on a daily basis via ssh. One of the files pulled from each server is a windows ZIP file. I want to add an extra file to this ZIP f

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Reid Thompson
On Wed, 2007-05-16 at 15:17 -0500, DePriest, Jason R. wrote: > On 5/16/07, Chadwick <> wrote: > > > > > > Cygwin is currently installed on over a hundred windows 2003 servers, and is > > used to do some admin tasks as well as to pull files from the servers on a > > daily basis via ssh. One of the

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread DePriest, Jason R.
On 5/16/07, Chadwick <> wrote: Cygwin is currently installed on over a hundred windows 2003 servers, and is used to do some admin tasks as well as to pull files from the servers on a daily basis via ssh. One of the files pulled from each server is a windows ZIP file. I want to add an extra fi

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread William Deegan
> Install the 'zip' package? Unfortunatly I cannot install any new packages on these boxes at this time, thus using zip.exe is not an option. I am open to the idea of extracting the files from the current ZIP and then rezipping them with my new files, but the final ZIP file created must be a st

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Larry Hall (Cygwin)
Chadwick wrote: > >> Install the 'zip' package? > > Unfortunatly I cannot install any new packages on these boxes at this time, > thus using zip.exe is not an option. I am open to the idea of extracting > the files from the current ZIP and then rezipping them with my new files, > but the final

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Chadwick
> Install the 'zip' package? Unfortunatly I cannot install any new packages on these boxes at this time, thus using zip.exe is not an option. I am open to the idea of extracting the files from the current ZIP and then rezipping them with my new files, but the final ZIP file created must be a s

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Brian Dessent
Chadwick wrote: > Updating the servers with new cygwin or command line packages is not an > option at this point. > > That being said, I am a huge cygwin fan and am not willing to give up on a > shell script as my solution quite yet. > > The cygwin version on the servers does have gzip, gunzip,

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Frank Fesevur
At 16-5-2007 21:33, Chadwick wrote: The cygwin version on the servers does have gzip, gunzip, bzip2, bunzip2, and unzip. Unfortunatly I have as yet been unsucceful in using these tools to add a file to my windows zip archive. Any suggestions? Install the 'zip' package? Regards, Frank --

Adding to a windows zip file without zip.exe

2007-05-16 Thread Chadwick
Cygwin is currently installed on over a hundred windows 2003 servers, and is used to do some admin tasks as well as to pull files from the servers on a daily basis via ssh. One of the files pulled from each server is a windows ZIP file. I want to add an extra file to this ZIP file using a scrip

ssh-add cannot connect to authentication agent

2007-05-16 Thread Len Giambrone
The agent starts correctly, but I can't get ssh-add to give me anything other than: Could not open a connection to your authentication agent. I'm running the latest Cygwin/packages. The socket is where it's supposed to be, the env variables are set. I've tried using ssh-agent -a and putting th

RE: DualCores and Current Cygwin problems

2007-05-16 Thread Oliver Walsh
>>I'm wondering -- just as a data point, if you tried building on a >>dual-core, but setting all of your cygwin processes to run on one core? I used imagecfg.exe to set the affinity for all of the cygwin exes. It sorted out a lot of problems (pthread errors IIRC) I was hitting on a 2-way dualcore

Re: ssh gives nt authority/system windows who

2007-05-16 Thread Larry Hall (Cygwin)
Lucio Cosmo wrote: > > Il giorno 15/mag/07, alle ore 16:06, Larry Hall (Cygwin) ha scritto: > >> Lucio Cosmo wrote: >>> Hello All. >>> >>> [...] >>> >>> instead of "nt authority/system" i should have "sofiaxp2/lucio". >>> >>> When I run the script in the first case, all works, in the second VS >>

WE CAN SUPPLY PS3,N90,N93, N93i,SE W900i and Apple iphone 8GB

2007-05-16 Thread BEST OFFER
WE CAN SUPPLY PS3,N90,N93, N93i,SE W900i and Apple iphone 8GB We can supply Nokia 8800, Nokia 8800 sirocco, Nokia N series; Sony Ericsson W800i,Sony Ericsson W810i, Sony Ericsson K750i, Sony Ericsson K700i; Moto V3,Moto V3i,Moto V3X, Moto K1, MotoA1200; Samsung D500, Samsung D600, Samsung D900,

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary Johnson on 5/15/2007 2:33 PM: > > Except that the standard versioned directory structure also allows > users to put customizations for all users in /usr/share/vim/vimfiles > while the distributed files go in /usr/share/vim/vim. I

Re: ssh gives nt authority/system windows who

2007-05-16 Thread Lucio Cosmo
Il giorno 15/mag/07, alle ore 16:06, Larry Hall (Cygwin) ha scritto: Lucio Cosmo wrote: Hello All. [...] instead of "nt authority/system" i should have "sofiaxp2/lucio". When I run the script in the first case, all works, in the second VS hungs up. Is there any easy solution to the proble

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-16 Thread Michael Schaap
On 16-May-2007 03:12, Yaakov (Cygwin Ports) wrote: Michael Schaap wrote: Yaakov, if possible, could you perhaps release a corresponding gvim as well? (Upgrading to vim-7.1 breaks gvim-7.0, so there is some amount of urgency...) Please understand that, unfortunately, I had no more warni

Re: Broken VNC link at http://cygwin.com/links.html

2007-05-16 Thread Peter Rosin
On Wed, May 16, 2007 at 08:19:36AM +0200, Reini Urban wrote: > Markus E.L. schrieb: > >Possible replacements: > > > > - http://www.cl.cam.ac.uk/research/dtg/attarchive/vnc/index.html (a > > archive of the vanished site AFAIK) > > > > - http://www.realvnc.com (The official successor) > > > > - htt

Re: ruby for cygwin comes without "gem" command

2007-05-16 Thread Ben Atkin
As Shankar Unni says, don't try to install gem for cygwin using the gem that comes with the Ruby One-Click Installer for Windows. Instead, get the tarball and install it using the included script. Since rubygems is pure ruby, you don't have to worry about having a compiler installed. It should jus