Re: Updating cygwin from a remote shell?

2008-07-09 Thread G.W. Haywood
Hi there, On Tue, 8 Jul 2008 Andrew DeFaria wrote: > Thomas Walker wrote: > > > ... I did a decent amount of looking through mailing lists but > > couldn't find anything relevant. Been there too. :) > > ... want to be able to add new features ... and would like to be > > able to easily update c

Re: perl-5.10.0-4 -> perl-5.10.0-5 update appears to break DateTime

2008-07-09 Thread Reini Urban
2008/7/8 Reini Urban: > 2008/7/8 Gary R. Van Sickle: >> Hi Reini, >> >> It looks like something changed between perl 5.10.0-4 and -5 which breaks >> the DateTime module from CPAN (version 0.4302, latest). The attached Simple >> Test Case(tm) results in only the following errors: >> >> Use of unini

Re: Updating cygwin from a remote shell?

2008-07-09 Thread Brian Dessent
"G.W. Haywood" wrote: > If there are any tips for a safer way of connecting to a Windows 2000 > server to do routine upgrades of Cygwin and other remote admin that I > can't do using ssh, I'd be very happy to hear them. If a reboot is allowable then you can use a tool like inuse.exe from the MS R

Re: perl-5.10.0-4 -> perl-5.10.0-5 update appears to break DateTime

2008-07-09 Thread Reini Urban
2008/7/9 Reini Urban: > 2008/7/8 Reini Urban: >> 2008/7/8 Gary R. Van Sickle: >>> Hi Reini, >>> >>> It looks like something changed between perl 5.10.0-4 and -5 which breaks >>> the DateTime module from CPAN (version 0.4302, latest). The attached Simple >>> Test Case(tm) results in only the follow

Re: Updating cygwin from a remote shell?

2008-07-09 Thread Andrew DeFaria
G.W. Haywood wrote: There is no yum, apt, up2date, etc. You don't need VNC. RDP is already on XP machines. Use rdesktop(1). I've been struggling with these same issues for some years. I manage a network for a business which is located a few hundred metres away from mine, and we use a radio link

Re: Updating cygwin from a remote shell?

2008-07-09 Thread Nathan Thern
On Tue, Jul 8, 2008 at 4:58 AM, Thomas Walker <[EMAIL PROTECTED]> 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 b

Re: Updating cygwin from a remote shell?

2008-07-09 Thread Nathan Thern
On Tue, Jul 8, 2008 at 4:58 AM, Thomas Walker <[EMAIL PROTECTED]> 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 b

Perl-5.10 on a fresh install reports unable to remap Glob.dll

2008-07-09 Thread Dave Wombat
I did a fresh install of Cygwin on a Vista box. I needed to add some Perl modules so I ran Perl -MCPAN -e shell After the install began I got errors about remap. Scanning the archives showed that "rebase" would help. Further scanning shows that "rebase" is built into install and no longer di

Re: Perl-5.10 on a fresh install reports unable to remap Glob.dll

2008-07-09 Thread Reini Urban
Dave Wombat schrieb: I did a fresh install of Cygwin on a Vista box. I needed to add some Perl modules so I ran Perl -MCPAN -e shell After the install began I got errors about remap. Scanning the archives showed that "rebase" would help. Further scanning shows that "rebase" is built into i

scheme implementations for cygwin

2008-07-09 Thread Nathan Thern
I have compiled several scheme implementations natively on cygwin. I've put them (with a couple of other packages I have created) in a repository at http://www.liquid.spod.org/~nthern/cygwin/ They are mostly untested. If the REPL works and some simple scheme codes run, I have put it in. Feedback is

Re: Perl-5.10 on a fresh install reports unable to remap Glob.dll

2008-07-09 Thread Dave Wombat
On Wed, Jul 9, 2008 at 9:51 AM, Reini Urban <[EMAIL PROTECTED]> wrote: > Dave Wombat schrieb: >> >> I did a fresh install of Cygwin on a Vista box. I needed to add some >> Perl modules so I ran >> Perl -MCPAN -e shell >> >> After the install began I got errors about remap. Scanning the >> archi

[ANNOUNCEMENT] Updated: clamav-0.93.3-1

2008-07-09 Thread Reini Urban
The cygwin clamav packages (Clam AntiVirus - GPL anti-virus toolkit) has been updated to 0.93.3-1 The changes in this release are as follows: This release fixes and re-enables the Petite unpacker, improves database loading, and solves some other minor issues. Release focus: 4 - Minor feature enh

user shared size version mismatch while trying scp

2008-07-09 Thread Thomas Wiedmann
Hello, after trying to call a statement of the pattern $ scp /cygdrive/F/Temp/Test.log [EMAIL PROTECTED]:/tmp in my Cygwin bash console (called by C:\Programme\Cygwin\Cygwin.bat), I've got multiple messages like: c:\Programme\OpenSSH\bin\scp.exe (772): *** shared version mismatch detected

Re: user shared size version mismatch while trying scp

2008-07-09 Thread Larry Hall (Cygwin)
Thomas Wiedmann wrote: Hello, after trying to call a statement of the pattern $ scp /cygdrive/F/Temp/Test.log [EMAIL PROTECTED]:/tmp in my Cygwin bash console (called by C:\Programme\Cygwin\Cygwin.bat), I've got multiple messages like: c:\Programme\OpenSSH\bin\scp.exe (772): *** shared

Re: user shared size version mismatch while trying scp

2008-07-09 Thread Warren Young
Thomas Wiedmann wrote: How can scp be called and run successfully within the Cygwin console Run setup.exe again and select openssh, in the Net category. without getting this mismatch error message That error message won't go away as long as you try to use two cygwin1.dlls on the same syste

Relation Between Mount System and The Registry?

2008-07-09 Thread Sam Hanes
Can someone explain to me when the registry keys in "HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2" and the same in HKCU get read into the mount table? I can find the source for the mount table itself (in "src/winsup/cygwin/mount.cc") but not where the information from the registry is initially r

Re: Relation Between Mount System and The Registry?

2008-07-09 Thread Brian Dessent
Sam Hanes wrote: > Can someone explain to me when the registry keys in > "HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2" and the same in HKCU > get read into the mount table? I can find the source for the mount > table itself (in "src/winsup/cygwin/mount.cc") but not where the > information from

Re: Relation Between Mount System and The Registry?

2008-07-09 Thread Larry Hall (Cygwin)
Sam Hanes wrote: Can someone explain to me when the registry keys in "HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2" and the same in HKCU get read into the mount table? I can find the source for the mount table itself (in "src/winsup/cygwin/mount.cc") but not where the information from the regi

1.5.25: Bash.exe STATUS_ACCESS_VIOLATION Windows 2008 w/Terminal Services

2008-07-09 Thread Chau, Kiet
Hello, I've just installed Cygwin on two different Windows 2008 machines, one of them is running Terminal Services, and the other without. The system without Terminal Services runs fine with Cygwin, with the same install options. The system with Terminal Services does not run, and produces the

Re: Relation Between Mount System and The Registry?

2008-07-09 Thread Sam Hanes
Larry Hall (Cygwin) wrote: > Sam Hanes wrote: >> >> Can someone explain to me when the registry keys in >> "HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2" and the same in HKCU >> get read into the mount table? I can find the source for the mount >> table itself (in "src/winsup/cygwin/mount.cc") b

Re: Relation Between Mount System and The Registry?

2008-07-09 Thread Christopher Faylor
On Wed, Jul 09, 2008 at 06:11:39PM -0700, Sam Hanes wrote: >Larry Hall (Cygwin) wrote: >> Sam Hanes wrote: >>> >>> Can someone explain to me when the registry keys in >>> "HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2" and the same in HKCU >>> get read into the mount table? I can find the source

use 'insmod' inside cygwin

2008-07-09 Thread rike_lin
Dear All, I'm a new member for cygwin. As I known, the cygwin is a unix-like shell environment for the windows platform. It might not include the function 'insmod'. Is it correct? Or, is it possible to use 'insmod' inside cygwin and how to do it? I had searched the related keywords in the google

Re: use 'insmod' inside cygwin

2008-07-09 Thread Sam Hanes
rike_lin wrote: > > I'm a new member for cygwin. As I known, the cygwin is a unix-like shell > environment for the windows platform. It might not include the function > 'insmod'. Is it correct? Or, is it possible to use 'insmod' inside cygwin > and how to do it? > `insmod` is the POSIX command to

Re: use 'insmod' inside cygwin

2008-07-09 Thread Warren Young
Sam Hanes wrote: `insmod` is the POSIX command ... insmod is a Linux-specific command, not POSIX. I don't believe POSIX has anything to say about device drivers, in fact. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.htm

Re: Relation Between Mount System and The Registry?

2008-07-09 Thread Larry Hall (Cygwin)
On 07/09/2008, Sam Hanes wrote: As for why I care, I'm looking through the CVS sources to see what needs to be done to make a portable (run from USB key or similar) version of Cygwin, and to familiarize myself with the inner workings of Cygwin in general. The changes that I think are needed to