Rsync advices ?

2007-05-17 Thread cuicui
Hi, I'm planning to use cygwin rsync on +150 windows clients to download from a rync server running on Debian. Is there any specific option i should use? There will be around 350Mo to sync the first time for each client and they will probably all connect at the same time, meaning the rsync

Re: Problem with setup.exe

2007-07-06 Thread cuicui
David Kastrup a écrit : Hi, I have downloaded and non-installed a number of packages. Now I call setup.exe in a batch file with setup -n -N -d -A -L -q -R %CYGWIN_HOME% and this works in that it installs what is cached in the local directory, but!!! just the default minimal selection, not

Re: Problem with setup.exe

2007-07-06 Thread cuicui
David Kastrup a écrit : cuicui [EMAIL PROTECTED] writes: David Kastrup a écrit : Hi, I have downloaded and non-installed a number of packages. Now I call setup.exe in a batch file with setup -n -N -d -A -L -q -R %CYGWIN_HOME% and this works in that it installs what is cached

Re: Updating cygwin from a remote shell?

2008-07-08 Thread cuicui
Thomas Walker a écrit : 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

Re: SSH publickey problem, password works (Win 2003, OpenSSH_5.1p1, Cygwin DLL1.5.25 )

2008-09-09 Thread cuicui
Just Me a écrit : I've been fighting with SSH for a week now, I've read everything I can google, it's finally time to ask for help. I can ssh to any account using a password, no problem. It bombs with a cannot seteuid error in the event log when I use a keypair. I had the same symptoms

Rsync (daemon) cannot see loopback connections IP address as 127.0.0.1

2009-01-23 Thread cuicui
Hello, I'm trying to use rsync over SSH without the -e ssh option. The idea is to make rsync --daemon bind on the loopback on the Cygwin box and to connect to this box with a tunnel: ssh -L 873:localhost:873 u...@cygwin_box On the Cygwin Box, the file /etc/rsync.conf contains: [d_drive]

[resolved] Rsync (daemon) cannot see loopback connections IP address as 127.0.0.1

2009-01-23 Thread cuicui
cuicui a écrit : Hello, I'm trying to use rsync over SSH without the -e ssh option. The idea is to make rsync --daemon bind on the loopback on the Cygwin box and to connect to this box with a tunnel: ssh -L 873:localhost:873 u...@cygwin_box On the Cygwin Box, the file /etc/rsync.conf

/etc/setup/last-* files and quiet setup conflict (was: Where does Cygwin store its parameters?)

2006-12-04 Thread cuicui
Dave Korn wrote: On 04 December 2006 11:04, Dave Silvia wrote: Hi! I'm trying to write a script that knows what the user selected for parameters at installation. Are you sure this is the best way to achieve whatever end result you're using? Give us some more detail, maybe there's a

Automatic setup.ini generation/cleanup?

2006-12-12 Thread cuicui
Hello, I'd like to speed up the setup.ini parsing during setup and i'm looking for a script to generate or clean a setup.ini regarding to a local packages directory. Is there any way simple to achieve that ? All the best, Nicolas -- Ce message a ete verifie par MailScanner pour des

Limit for bash variable ?

2009-11-02 Thread cuicui
Hello, I need to store some long strings in a bash variable, I'd like to know if there's a limit in length (last version of bash/cygwin 1.5). At the moment the string is 3.185 chars long. It's a temporary situation until I figure something better out. Regards, Nicolas -- Ce message a ete

Re: How to remotely log in and execute a *GUI* program

2007-10-15 Thread cuicui
Brian Mathis a écrit : in, Just to say that I found a partial solution, by copying the ssh login keys generated on Cygwin on the Windows box to the .ssh directory on the remote Linux box, and then executing from a local Cygwin xterm: DISPLAY=localhost:0.0 ssh -Y -C -q [EMAIL PROTECTED]

Re: How to remotely log in and execute a *GUI* program

2007-10-15 Thread cuicui
Larry Hall (Cygwin) a écrit : I'm recycling this thread to ask a similar question. Let's say that i have a windows box with sshd servicable on it. A can remotely launch command on the win box with ssh (ssh [EMAIL PROTECTED] command args). But what if the command is supposed to be a

reg.exe vs. regtool behaviour

2007-11-06 Thread cuicui
Hi, I have a quick question about queries on the registry, reg.exe and regtool don't return the same format for the same value (respectively hexadecimal and decimal): reg query HKLM\SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion /v ProductVersion Returns: ProductVersion REG_DWORD

Re: Starting native windows GUI app via ssh.

2007-12-18 Thread cuicui
Clayton Holloway a écrit : Brian Keener wrote: Clayton Holloway wrote: Sounds good to me. I doubt this is a standard ssh option so I wouldn't know what to add in the config. Would you mind pasting the config that enables this or, if you don't remember which config option it is, the whole

Re: net use (and net config)

2008-01-16 Thread cuicui
Grant Edwards a écrit : On 2008-01-16, Grant Edwards [EMAIL PROTECTED] wrote: I'm running Cygwin sshd on a WinXP-Pro machine. When I ssh-in using a password, I can map drives with net use. When I set up an authorized_keys file so I don't have to enter a password, net use stops working: I get

Re: Cygwin DNS lookup utility

2008-06-08 Thread cuicui
David a écrit : The GNU host command is a useful DNS lookup utility. Is the host command available in cygwin? (Cygwin does not install it by default) If the host utility is available in cygwin, which cygwin package should I install to have it? otherwise, is there are simple host alternative

Re: Cygwin DNS lookup utility

2008-06-08 Thread cuicui
Mark Geisert a écrit : If the host utility is available in cygwin, which cygwin package should I install to have it? You can use the offical Bind binary kit for windows: [...] Be careful, the host.exe and dig.exe need some weird other binaries files such as the *.manifest files (i'm speaking

Re: Cygwin DNS lookup utility

2008-06-08 Thread cuicui
Christopher Faylor a écrit : If the host utility is available in cygwin, which cygwin package should I install to have it? You can use the offical Bind binary kit for windows: [...] Be careful, the host.exe and dig.exe need some weird other binaries files such as the *.manifest files (i'm

Re: setup.exe command line parameters

2008-06-20 Thread cuicui
Ralph Hempel a écrit : With all of the talk about setup package selection and install procedures, I have a little story. One of the things I do for fun is write replacement firmware for the LEGO MINDSTORMS NXT - specifically pbLua. I needed an easy way to build the ARM7 cross compiler, and to

Re: setup.exe command line parameters

2008-06-21 Thread cuicui
Ralph Hempel a écrit : cuicui wrote: You need to modify the setup.ini file, create virtual (empty) package that belongs to the Base category and make all the additional packages you want dependant of this virtual package by filling the requires field. Ok, so how do you keep the setup.ini