Re: install Crypt::CBC in cpan shell in Cygwin

2006-07-31 Thread Reini Urban

DogStooge schrieb:

This is what I get when I type "install Crypt::CBC" in the cpan shell:

Crypt-CBC-2.18/Crypt::CBC-2.16-vulnerability.txt
/usr/bin/tar: Crypt-CBC-2.18/Crypt\:\:CBC-2.16-vulnerability.txt: Cannot
open: Invalid argument
/usr/bin/tar: Skipping to next header
Crypt-CBC-2.18/Changes
Crypt-CBC-2.18/Makefile.PL
Crypt-CBC-2.18/META.yml
Crypt-CBC-2.18/README.compatibility
Crypt-CBC-2.18/CBC.pm
Crypt-CBC-2.18/MANIFEST
/usr/bin/tar: Error exit delayed from previous errors
Couldn't untar Crypt-CBC-2.18.tar

I'm installing this module because I'm trying to install Net::SFTP.

I tried renaming the file inside the tar file but the checksum failed when I
tried to use the modified tar.

Any advice?  :-)  Thanks in advance.


Yes,
Please complain upstream not to use invalid filename chars. ":" was 
never legal.

--
Reini Urban
http://phpwiki.org/  http://murbreak.at/
http://helsinki.at/  http://spacemovie.mur.at/

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Help: gcc problem in Cygwin!

2006-07-31 Thread Frank C.
Dear all,

I've been trying to install a software on Cygwin under
Windows XP, but without any success. The steps are (1)
'./configure', and (2) 'make'.

I had following error message after running 'make'.

cygpath: can't convert empty path
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o)
:: undefined reference to '[EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make: *** [libquicknet3.a] Error 1


Can anyone let me know what's wrong here? It seems
that there is a confusion on which linker to use for
gcc, and GNU ld is not on the path. I attach the
output from './configure' at the end. Do you think it
is related to those outputs? If so, how to fix it? If
not, what's the cause?
checking for ld used by GCC... ${CXX}
checking if the linker (${CXX}) is GNU ld... no


Appreciate your help!

Best,
Frank


--
./configure
--
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler...
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none
needed
checking for g++... g++
checking whether we are using the GNU C++ compiler...
yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install...
/usr/bin/install -c
checking for ranlib... ranlib

checking for ld used by GCC... ${CXX}
checking if the linker (${CXX}) is GNU ld... no

checking for ${CXX} option to reload object files...
-r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
/usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries...
file_magic file
format pei*-i386(.*architecture: i386)?
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions...
yes
checking whether the linker (${CXX}) supports shared
libraries... yes
checking how to hardcode library paths into
programs... immediate
checking whether stripping libraries is possible...
yes
checking dynamic linker characteristics... Win32
ld.exe
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for sqrt in -lm... yes
checking for standard_arithmetic in -lsunmath... no
checking for pthread_create in -lpthread... yes
checking for pkg-config... /usr/bin/pkg-config
checking for rtst... checking for rtst_exit in
-lrtst... no
checking for quicknet_testdata dir... not found
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking sunmath.h usability... no
checking sunmath.h presence... no
checking for sunmath.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for long long... yes
checking for unsigned long long... yes
checking for special C compiler options needed for
large files... no
checking for _FILE_OFFSET_BITS value needed for large
files... no
checking for _LARGE_FILES value needed for large
files... no
checking for vprintf... yes
checking for _doprnt... no
checking for _LARGEFI

new/malloc NUMA awareness

2006-07-31 Thread tbp

All my "binded" allocations are supposed to go through VirtualAlloc &
co on win32, but i've traced back a performance issue to a dandling
new somewhere in my code handling me non cpu-local memory (in a binded
thread).
Now where it gets really weird is that i get memory with proper
affinity when i launch the gcc compiled binary from msvc2k5 (ie thru
ctrl-f5), and only in that case.
It's kinda hard to debug such interaction.

To be clear, i don't expect malloc/new to hand me memory with proper
affinity as m$' own runtime doesn't bother to. But i'm a bit puzzled
by that inconsistent behaviour. What's the unwritten rule?

bi-k8 box, xp sp2,
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../configure --prefix=/usr/local/gcc-4.2-20060624
--enable-languages=c,c++ --enable
-threads=posix --with-system-zlib --disable-checking --disable-nls
--disable-shared --disable-win32-
registry --verbose --enable-bootstrap --with-gcc --with-gnu-ld
--with-gnu-as --with-cpu=k8
Thread model: posix
gcc version 4.2.0 20060624 (experimental)

Cygwin Configuration Diagnostics
Current System Time: Tue Aug 01 06:59:28 2006

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   c:\cygwin\usr\local\bin
c:\cygwin\bin
c:\cygwin\bin
c:\cygwin\usr\X11R6\bin
d:\tools\Intel\Compiler\C++\9.1\Ia32\Bin
c:\Program Files\Common Files\Intel\Shared Files\Ia32\Bin
d:\msvc8\Common7\IDE
d:\msvc8\VC\BIN
d:\msvc8\Common7\Tools
d:\msvc8\Common7\Tools\bin
d:\msvc8\VC\PlatformSDK\bin
d:\msvc8\SDK\v2.0\bin
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
d:\msvc8\VC\VCPackages
c:\bin
c:\cygwin\bin
d:\libs
d:\tools\Intel\Compiler\C++\9.1\IA32\Lib
"D
c:\cygwin\kits\dxsdk\Utilities\Bin\x86"
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\Diskeeper\
c:\Program Files\Microsoft SQL Server\90\Tools\binn\
c:\Program Files\QuickTime\QTSystem\
c:\Program Files\Common Files\Autodesk Shared\
d:\tools\backburner\
c:\Program Files\Common Files\Adobe\AGL
c:\Program Files\gdebugger\gDEBugger\
.\

Output from c:\cygwin\bin\id.exe (nontsec)
UID: 1003(tbp)GID: 513(None)
0(root)   513(None) 544(Administrators)
555(Remote Desktop Users) 545(Users)

Output from c:\cygwin\bin\id.exe (ntsec)
UID: 1003(tbp)GID: 513(None)
0(root)   513(None) 544(Administrators)
555(Remote Desktop Users) 545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'tbp'
PWD = '/cygdrive/d/src/current/radius'
HOME = '/home/tbp'
MAKE_MODE = 'unix'

XCHAT_WARNING_IGNORE = 'true'
HOMEPATH = '\Documents and Settings\tbp'
GDEBUGGER_HOME = 'C:\Program Files\gdebugger\gDEBugger\'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/X11R6/man'
FRAMEWORKSDKDIR = 'D:\msvc8\SDK\v2.0'
APPDATA = 'C:\Documents and Settings\tbp\Application Data'
HOSTNAME = 'castor'
VSINSTALLDIR = 'D:\msvc8'
DXSDK_DIR = 'D:\kits\dxsdk\'
INTEL_LICENSE_FILE = 'C:\Program Files\Common Files\Intel\Licenses'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 37 Stepping 1, AuthenticAMD'
WINDIR = 'C:\WINDOWS'
VS80COMNTOOLS = 'D:\msvc8\Common7\Tools\'
DEVENVDIR = 'D:\msvc8\Common7\IDE'
_ACP_PATH = 
'D:\msvc8\VC\bin;D:\msvc8\VC\PlatformSDK\bin;D:\msvc8\Common7\Tools\bin;D:\msvc8\Common7\tools;D:\msvc8\Common7\ide;C:\Program
 Files\HTML Help 
Workshop;D:\msvc8\SDK\v2.0\bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;D:\msvc8\;D:\msvc8\\SDK\v2.0\bin;C:\WINDOWS\SysWow64;;c:\bin;c:\cygwin\bin;D:\libs;D:\tools\Intel\Compiler\C++\9.1\IA32\Lib;"D:\kits\dxsdk\Utilities\Bin\x86";C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
 Files\Diskeeper\;C:\Program Files\Microsoft SQL 
Server\90\Tools\binn\;C:\Program Files\QuickTime\QTSystem\;C:\Program 
Files\Common Files\Autodesk Shared\;D:\tools\backburner\;C:\Program 
Files\Common Files\Adobe\AGL;C:\Program Files\gdebugger\gDEBugger\;'
USERDOMAIN = 'CASTOR'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
!:: = '::\'
TEMP = '/cygdrive/e/!spool/tmp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
VCINSTALLDIR = 'D:\msvc8\VC'
INTEL_SHARED = 'C:\Program Files\Common Files\Intel\Shared Files'
LIB = 
'D:\tools\Intel\Compiler\C++\9.1\Ia32\Lib;D:\msvc8\VC\ATLMFC\LIB;D:\msvc8\VC\LIB;D:\msvc8\VC\PlatformSDK\lib;D:\msvc8\SDK\v2.0\lib;'
ICPP_COMPILER91 = 'D:\tools\Intel\Compiler\C++\9.1'
QTJAVA = 'C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip'
NVSDK_ROOT = 'D:\kits\nvSDK9.5'
USERNAME = 'tbp'
LIBPATH = 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;D:\msvc8\VC\ATLMFC\LIB'
WECVERSIONFORROSEBUD.1520 = '2'
PROCESSOR_LEVEL = '15'
AMIGAFOREVERROOT = 'f:\!emul\Amiga Forever'
NETSAMPLEPATH = 'D:\msvc8\SDK\v2.0\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 

install Crypt::CBC in cpan shell in Cygwin

2006-07-31 Thread DogStooge

Hey, folks.

This is what I get when I type "install Crypt::CBC" in the cpan shell:

Crypt-CBC-2.18/Crypt::CBC-2.16-vulnerability.txt
/usr/bin/tar: Crypt-CBC-2.18/Crypt\:\:CBC-2.16-vulnerability.txt: Cannot
open: Invalid argument
/usr/bin/tar: Skipping to next header
Crypt-CBC-2.18/Changes
Crypt-CBC-2.18/Makefile.PL
Crypt-CBC-2.18/META.yml
Crypt-CBC-2.18/README.compatibility
Crypt-CBC-2.18/CBC.pm
Crypt-CBC-2.18/MANIFEST
/usr/bin/tar: Error exit delayed from previous errors
Couldn't untar Crypt-CBC-2.18.tar

I'm installing this module because I'm trying to install Net::SFTP.

I tried renaming the file inside the tar file but the checksum failed when I
tried to use the modified tar.

Any advice?  :-)  Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/install-Crypt%3A%3ACBC-in-cpan-shell-in-Cygwin-tf2031336.html#a5587938
Sent from the Cygwin Users forum at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: 1.5.21: file timestamp not updated after editing

2006-07-31 Thread Alex Eng

On 7/31/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote:

On Jul 30 09:27, Alex Eng wrote:
> On 7/30/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
> >On Jul 29 19:29, Alex Eng wrote:
> >> After editing a file, the timestamp on the file (according to ls -l)
> >> is unchanged.  However if stat  is executed, the change
> >> timestamp given in the output differs from that given in ls -l:
> >>
> >> $ ls -l foo.c
> >> -rw-r--r-- 1 Alex 126 Jul 29 17:10 foo.c
> >> $ nano foo.c
> >> ### File is edited and saved ###
> >> $ ls -l foo.c
> >> -rw-r--r-- 1 Alex 289 Jul 29 17:10 foo.c
> >> $ stat foo.c
> >>  File: `foo.c'
> >>  Size: 289 Blocks: 1  IO Block: 1024   regular file
> >> Device: a8dc98beh/2833029310d   Inode: 562949953426654  Links: 1
> >> Access: (0644/-rw-r--r--)  Uid: ( 1004/Alex)   Gid: (  513/None)
> >> Access: 2006-07-29 18:19:09.921875000 -0700
> >> Modify: 2006-07-29 17:10:44.53125 -0700
> >> Change: 2006-07-29 18:19:15.828125000 -0700
> >
> >I can't reproduce this problem at all.  [...]
>
> I disabled Norton Antivirus 2005 and ZoneAlarm firewall, but the
> problem is still present.
>
> I did some further troubleshooting and found that this problem doesn't
> occur anymore if I'm running Cygwin while Windows XP is in safe mode.
> But it happens again if I start Windows using the "Safe Mode With
> Networking" option.  I've been able to reproduce this consistently.

This points to some bad interaction with another piece of software on
your machine.  Probably something which installed a driver module.



Did some more investigation - the problem doesn't occur if I edit the
file in CMD.EXE, using the EDIT text editor, nor does it occur if I
edit the file using regular Windows apps like Notepad, WordPad, etc.
A driver problem is definitely a possibility (I'm already suspecting
the NVIDIA nForce chipset drivers), and will look into it.

Some details of my hardware which might help: AMD Athlon X2 4200+
dual-core processor,  Seagate 300MB SATA hard drive, 1 GB dual-channel
RAM, NVIDIA nForce chipset (as noted above), Asus A8N5X motherboard.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[ANNOUNCEMENT] Updated: clamav-0.88.3-2

2006-07-31 Thread Reini Urban

Due to a packaging error detected by Volker Zell I've updated
clamav to 0.88.3-2.

0.88.3-1 deleted the init.d script /etc/rc.d/init.d/clamd.
On the first install ever the default etc/*.conf files were also missing.

About:
Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
this software is the integration with mail servers (attachment
scanning). The package provides a flexible and scalable multi-threaded
daemon, a commandline scanner, and a tool for automatic updating via
Internet. The programs are based on a shared library distributed with
the Clam AntiVirus package, which you can use in your own software.

See http://freshmeat.net/projects/clamav/

- version 0.88.3-2 -
fixed missing etc/*.conf files, move to etc/defaults/etc/
fixed missing init.d script




To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: 1.5.21: bash-completion 20060301-1 failure

2006-07-31 Thread Shankar Unni

Hans wrote:


++ awk 'BEGIN {FS=","}
{for (i=1; i<=2; ++i) { \
   gsub(" .*$", "", $i); \
   if ($i ~ /^demons/) {print $i} \
}}' /home/David Hasselhoff/.ssh/known_hosts


Aha(?)! I wonder if completion is effectively quoting the argument to 
awk (or if that path is being sent as two paths: /home/David  and 
Hasselhoff/.ssh/known_hosts)..


Try setting your home directory to something like "/home/DavidH~1" (or 
whatever the short form of your actual home directory is :-) and see if 
that works now..



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



re: cygwin

2006-07-31 Thread Igor Peshansky
Christoph,

Please do not send private email with Cygwin questions unless specifically
requested.  Read  for details.  I set
my Reply-To: header for a reason -- please make sure your mailer respects
it.

On Mon, 31 Jul 2006, Dr. Christoph Gille wrote:

> Dear Igor,
>
> many thanks for your help, I had a few tests and I guess it will work.
>
> I will start setup.exe interactively with the options -l and -R to give
> the user the chance to chose a close mirror and to use a Proxy.
>
> I do not expect that setup.exe is able to fetch the proxy setting from
> IE or to select the closest mirror so better I run it interactively at
> the first time.

When "Use IE5 Settings" is selected, setup will not *copy* settings from
IE -- it will actually *use* IE to connect and retrieve documents, with
all the default settings.

However, the command-line options only specify defaults -- the user is
free to change those defaults inside the setup session.

> Subsequently I append the  "gcc-core" to the file "installed.db"
> and start a  quiet setup.exe run with option -q.

Make sure installed.db actually *exists* before doing this.

> I am sure it will work.
> Thanks again for your help
> Christoph

You're welcome, glad it helped.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: dlopen error

2006-07-31 Thread Christopher Faylor
On Mon, Jul 31, 2006 at 05:14:17PM +0200, Angelo Graziosi wrote:
>Christopher Faylor wrote:
>>What does a "false positive" have to do with the simple request to
>>attach cygcheck output?  You do see that many people manage to do this,
>>right?  So, there should be no reason why you can't do so as well.
>
>Previously (as one can verify from Cygwin archives) the cygwin users
>have met difficulties in sending their emails attaching the cygcheck
>output: the emails were rejected because suspected of SPAM.

So, "false positive" in this case refers to the mailing list spam
software considering non-spam email to be spam.

I don't recall many (any?) cases where this has affected people in such
a way as they have been unable to follow the instructions in the bounce
messages so that they can unblock themselves.  However, ignoring the
bounce messages and complaining about difficulties sending email is one
of the fun off-topic activities that are typical of the cygwin lists.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: dlopen error

2006-07-31 Thread Angelo Graziosi

Christopher Faylor wrote:

> What does a "false positive" have to do with the simple request to
> attach cygcheck output?  You do see that many people manage to do this,
> right?  So, there should be no reason why you can't do so as well.

Previously (as one can verify from Cygwin archives) the cygwin users have
met difficulties in sending their emails attaching the cygcheck output:
the emails were rejected because suspected of SPAM.

If now these problems have been overcomed we are very happy. The next time
we will try with an attachment.


Cheers,

   Angelo. 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: 1.5.21: bash-completion 20060301-1 failure

2006-07-31 Thread Hans
Thank you for your reply.  I apologize for the misleading description
of the syntax of my command.  I meant that I type '$ ssh xyz' where
'xyz' is the first few letters of one of my known hosts, and then I
press Tab.  It should then complete the host name, right?

I am including below the output after '$ set -xv'.  I have
'demons.hell.com,666.666.666.666' in ~/.ssh/known_hosts , and I then
type '$ ssh demons' and press tab.  (Of course, I have modified my
actual host and directory names.  Note also: 'demons.hell.com' is the
unique host name in the file that begins with 'demons'.)

-- Begin Clip --

$ ssh demons+ local cur prev
+ local -a config
+ COMPREPLY=()
+ cur=demons
+ prev=ssh
+ case "$prev" in
+ _known_hosts -a
+ local cur curd ocur user suffix aliases global_kh user_kh hosts i host
+ local -a kh khd config
+ COMPREPLY=()
+ cur=demons
+ ocur=demons
+ '[' -a = -a ']'
+ aliases=yes
+ '[' -a = -c ']'
+ '[' '' = -c ']'
+ [[ demons == [EMAIL PROTECTED] ]]
+ kh=()
+ '[' -r /etc/ssh/ssh_config ']'
+ '[' -r '/home/David Hasselhoff/.ssh/config' ']'
+ '[' -r '/home/David Hasselhoff/.ssh2/config' ']'
+ '[' 0 -gt 0 ']'
+ '[' -r '' ']'
+ '[' -r /etc/ssh/ssh_known_hosts ']'
+ '[' -r /etc/ssh/ssh_known_hosts2 ']'
+ '[' -r /etc/known_hosts ']'
+ '[' -r /etc/known_hosts2 ']'
+ '[' -d /etc/ssh2/knownhosts ']'
+ '[' -r '' ']'
+ '[' -r '/home/David Hasselhoff/.ssh/known_hosts' ']'
+ kh=([EMAIL PROTECTED] ~/.ssh/known_hosts)
+ '[' -r '/home/David Hasselhoff/.ssh/known_hosts2' ']'
+ '[' -d '/home/David Hasselhoff/.ssh2/hostkeys' ']'
+ '[' 1 -gt 0 -o 0 -gt 0 ']'
+ cur=demons
+ cur=demons
+ curd=demons
+ [[ demons == [0-9]*.* ]]
+ [[ demons == [0-9]* ]]
+ '[' -z demons ']'
+ cur='^demons'
+ '[' 1 -gt 0 ']'
+ COMPREPLY=($( awk 'BEGIN {FS=","}
{for (i=1; i<=2; ++i) { \
   gsub(" .*$", "", $i); \
   if ($i ~ /'$cur'/) {print $i} \
}}' [EMAIL PROTECTED] 2>/dev/null ))
 awk 'BEGIN {FS=","}
{for (i=1; i<=2; ++i) { \
   gsub(" .*$", "", $i); \
   if ($i ~ /'$cur'/) {print $i} \
}}' [EMAIL PROTECTED] 2>/dev/null 
++ awk 'BEGIN {FS=","}
{for (i=1; i<=2; ++i) { \
   gsub(" .*$", "", $i); \
   if ($i ~ /^demons/) {print $i} \
}}' /home/David Hasselhoff/.ssh/known_hosts
+ '[' 0 -gt 0 ']'
+ '[' 0 -gt 0 ']'
+ (( i=0 ))
+ (( i < 0 ))
+ return 0
+ '[' 1 -eq 1 ']'
+ return 0

-- End Clip --

By the way, I seem even to have trouble simply autocompleting the
filename '/home/David Hasselhoff/.ssh/known_hosts'.  Here is some output:

-- Begin Clip --

$ cd /home/David\ Hasselhoff/.ssh/know+ local 'IFS=
' 'cur=/home/David\ Hasselhoff/.ssh/know' i j k
+ [[ /home/David\ Hasselhoff/.ssh/know == ?(\\)\$* ]]
+ '[' -z '' ']'
+ _filedir -d
+ local 'IFS=
' xspec
+ _expand
+ '[' '/home/David\ Hasselhoff/.ssh/know' '!=' '/home/David\ 
Hasselhoff/.ssh/know' ']'
+ [[ /home/David\ Hasselhoff/.ssh/know == \~*/* ]]
+ [[ /home/David\ Hasselhoff/.ssh/know == \~* ]]
+ '[' -d = -d ']'
+ COMPREPLY=([EMAIL PROTECTED]:-} $( compgen -d -- $cur ))
 compgen -d -- $cur 
++ compgen -d -- '/home/David\ Hasselhoff/.ssh/know'
+ return 0
+ return 0

-- End Clip -- 

I should also add that completion *does* work on known_hosts with scp.

Thanks,
Hans
  

At Mon, 31 Jul 2006 06:42:13 -0600,
Eric Blake wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> According to Hans on 7/29/2006 7:09 PM:
> > I'm having some trouble with bash-completion.  For example, it does
> > not complete ssh commands from my known_hosts file.
> 
> > I have also tried sourcing it from within a bash session.  In both
> > cases, if I type
> > 
> > $ ssh hostname... [tab]
> > 
> > it does nothing.
> 
> You can use 'set -xv' to turn on verbose processing of what is happening
> when you hit TAB, to see if something jumps out at you as the culprit.  At
> any rate, this sounds like an upstream problem with bash-completion, not
> cygwin-specific.  And my quick check of 'ssh [TAB]' worked for me.  Since
> your example of 'ssh hostname... [TAB]' is not valid syntax for ssh, I
> can't tell what you were expecting.  Post a real example/screenshot
> (although you may edit machine names if you are worried about that) if you
> expect more help.
> 
> - --
> Life is short - so eat dessert first!
> 
> Eric Blake [EMAIL PROTECTED]
> volunteer cygwin bash-completion maintainer
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.2.1 (Cygwin)
> Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFEzfqk84KuGfSFAYARAq/CAJ93+UBshM9QnmAmmaJQTFhX72SThgCeN3YS
> nM1wTblpKNrjkHSq1hS7SMM=
> =x1Sy
> -END PGP SIGNATURE--

Re: dlopen error

2006-07-31 Thread Christopher Faylor
On Mon, Jul 31, 2006 at 03:40:37PM +0200, Angelo Graziosi wrote:
>On Mon, 31 Jul 2006, Eric Blake wrote:
>>Please ATTACH this output, not paste it inline, so that the search
>>engine does not get false positives.
>
>Usually I got false positives when I ATTACH and some time also when I
>copy/paste.  (I expected that the post was rejected instead it was not
>refused at the first try!)

I can't make any sense out of the above.  What does a "false positive" have
to do with the simple request to attach cygcheck output?  You do see that
many people manage to do this, right?  So, there should be no reason why
you can't do so as well.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: access_violation with ssh

2006-07-31 Thread Christopher Faylor
On Mon, Jul 31, 2006 at 11:09:05PM +1200, Graham Chiu wrote:
>Okay, same error occurs with cygwin when launching ssh from bash.
>
>Looks like it is some incompatibility with Windows 2003 when run under
>Virtuozzo virtual private server.

If you actually have installed cygwin in the standard fashion and now via
"cwRsync" and you really want help with cygwin then please avail yourself
of the web site.  Check out the FAQ and documentation, if you still need
to report a problem, see http://cygwin.com/problems.html for the ways to
do so which will allow us to help you.

>On 7/31/06, Christopher Faylor wrote:
>>On Mon, Jul 31, 2006 at 02:44:06PM +1200, Graham Chiu wrote:
>>>Hi,
>>>
>>>New to cygwin.  Trying to install rsync with open ssh using the
>>>cwRsync package from http://www.itefix.no/cwrsync/

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygwin

2006-07-31 Thread Igor Peshansky
On Mon, 31 Jul 2006, Dr. Christoph Gille wrote:

> Dear Mr Pechtcha,

Peshansky, actually...

> Searching the mailing-list for an answer to my CYGWIN problem I found
> a posting from you about a related topic and hope that you might be
> able to help me.
>
> Please appologize that I contact you directly before
> posting to the mailing list

As described in , it's almost always
better to post to the list, unless private email is specifically requested
by the other party.

> The Java program I write has some embedded C and Fortran source code
> and therefore requires standard compilers which are absent on XP and
> Windows2000.
>
> Therefore the Java program downloads cygwin setup.exe and launches
> setup.exe.
>
> Before launching setup.exe it tells the user to select the program
> gnu-make and the compilers for C, C++ and f77 in the devel group.
>
> I would prefere if it could select it automatically to enable
> unattended installation of these software components.
>
> Further I want the installation in driveLetter:\cygwin\ because the
> Java program needs to find the cygwin installation on HD.
>
> The only choice the user has to make is the driveLetter.
>
> What would be the best way to initiate a tailored installation on
> a client running my Java program.

Cygwin setup.exe supports a variety of command-line options.  Googling for
"cygwin setup command-line options" should unearth a list (or run "setup
--help" and examine the file setup.log).  You might have better luck with
newer setup snapshots (from ).

Selecting packages might be a problem in your situation.  There's an
experimental patch for package selection via the command line -- search
the cygwin-apps list archives.  If you are willing to setup a mirror site
for your users, you can use the empty package with dependences trick that
I posted numerous times to the Cygwin mailing list (Google for "cygwin
automated install").

> Many thanks for your help
> Christoph Gille
>
> P.S.
>
> I think that this is a general problem
> which should be in in the FAQs. What is your opinion ?

There are too many variations for this to make a concise FAQ entry.
Perhaps a chapter in the User's Guide?
 and .
HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: dlopen error

2006-07-31 Thread Angelo Graziosi


On Mon, 31 Jul 2006, Eric Blake wrote:

> 
> Please ATTACH this output, not paste it inline, so that the search engine
> does not get false positives.
> 

Usually I got false positives when I ATTACH and some time also when I
copy/paste. (I expected that the post was rejected instead it was not
refused at the first try!)


Cheers,

   Angelo.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: dlopen error

2006-07-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to Angelo Graziosi on 7/31/2006 7:15 AM:
> $ ./guiviewer.exe 
> dlopen error: No such file or directory
> Load Error: Failed to load Dynamic link library
> /usr/local/root/lib/libASImage.dll
> Error in : class TASImage not found in
> plugin ASImage

Since you are talking about GUIs, it sounds like this is an X question,
and as such, you will probably not get much answer on this list.

> Now cygcheck out:

Please ATTACH this output, not paste it inline, so that the search engine
does not get false positives.

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEzgRT84KuGfSFAYARAvqwAJ4hTid7WKnw2wfg05cDCsWLb2e8cwCfTyye
EfSn0mhakmWp1znxkQEyg2w=
=T2g1
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



dlopen error

2006-07-31 Thread Angelo Graziosi

Recently I have installed ROOT (a CERN application) on Windows XP+Cygwin:

 $ uname -a
CYGWIN_NT-5.1 homepc 1.5.21(0.156/4/2) 2006-07-30 14:21 i686 Cygwin
  

That application was built myself under W2K+Cygwin some time ago
(20060712) and all worked fine.

Now trying to run some test I got:

$ ./guiviewer.exe 
dlopen error: No such file or directory
Load Error: Failed to load Dynamic link library
/usr/local/root/lib/libASImage.dll
Error in : class TASImage not found in
plugin ASImage
Error in : arrow_*.xpm not found
Error in : arrow_*.xpm not found
Error in : arrow_*.xpm not found
Error in : arrow_*.xpm not found
Error in : arrow_*.xpm not found
Error in : arrow_*.xpm not found


Have I missed to install some cygwin packages ?

Should I rebuild ROOT under XP+Cygwin ?

Could this be a problem with cygwin1.dll?


Cheers,

  Angelo.


Now cygcheck out:


--

Cygwin Configuration Diagnostics
Current System Time: Mon Jul 31 14:50:40 2006

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
C:\cygwin\usr\local\cernlib\2005\bin
C:\cygwin\lib\lapack
C:\cygwin\usr\local\root\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(Angelo)GID: 544(Administrators)
0(root)  513(Nessuno) 544(Administrators)
545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(Angelo)GID: 544(Administrators)
0(root)  513(Nessuno) 544(Administrators)
545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'Angelo'
LD_LIBRARY_PATH = '/usr/local/root/lib'
PWD = '/tmp'
HOME = '/home/Angelo'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\Angelo'
APPDATA = 'C:\Documents and Settings\Angelo\Dati applicazioni'
MANPATH =
'/usr/local/man:/usr/share/man:/usr/man:/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/X11R6/man:/usr/ssl/man:/usr/X11R6/man'
HOSTNAME = 'homepc'
XKEYSYMDB = '/usr/X11R6/lib/X11/XKeysymDB'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 7 Stepping 1, AuthenticAMD'
TERM = 'xterm'
WINDIR = 'C:\WINDOWS'
WINDOWID = '10485764'
OLDPWD = '/home/Angelo'
USERDOMAIN = 'HOMEPC'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
OS = 'Windows_NT'
XAPPLRESDIR = '/usr/X11R6/lib/X11/app-defaults'
XCMSDB = '/usr/X11R6/lib/X11/Xcms.txt'
!:: = '::\'
COMMONPROGRAMFILES = 'C:\Programmi\File comuni'
TEMP = '/c/DOCUME~1/Angelo/IMPOST~1/Temp'
LS_COLORS =
'no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:'
XNLSPATH = '/usr/X11R6/lib/X11/locale'
USERNAME = 'Angelo'
PROCESSOR_LEVEL = '6'
CERN = '/usr/local/cernlib'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
CERN_LEVEL = '2005'
CERN_ROOT = '/usr/local/cernlib/2005'
CLIENTNAME = 'Console'
USERPROFILE = 'C:\Documents and Settings\Angelo'
PS1 = '\[\e]0;[EMAIL PROTECTED] \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\HOMEPC'
CERN_LIB = '/usr/local/cernlib/2005/lib'
!C: = 'C:\cygwin\bin'
PROCESSOR_ARCHITECTURE = 'x86'
HISTIGNORE = '[   ]*:&:bg:fg:exit'
ROOTSYS = '/usr/local/root'
HISTCONTROL = 'ignoredups'
COLORFGBG = 'default;default;0'
SHLVL = '3'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
CERN_INC = '/usr/local/cernlib/2005/include'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
PROMPT = '$P$G'
SYSTEMROOT = 'C:\WINDOWS'
TMP = '/c/DOCUME~1/Angelo/IMPOST~1/Temp'
PROCESSOR_REVISION = '0701'
CVS_RSH = '/bin/ssh'
PRINTER = 'HP Deskjet 3740 Series'
PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig'
PROMPT_COMMAND = 'history -a'
PROGRAMFILES = 'C:\Programmi'
INFOPATH =
'/usr/local/info:/usr/share/info:/usr/info:/usr/local/info:/usr/share/info:/usr/info:'
DISPLAY = ':0.0'
NUMBER_OF_PROCESSORS = '1'
SESSIONNAME = 'Console'
COMPUTERNAME = 'HOMEPC'
COLORTERM = 'rxvt-xpm'
XAUTHORITY = '/home/Angelo/.Xauthority'
_ = '/usr/bin/cygcheck'
POSIXLY_CORRECT = '1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus S

Re: fetchmail socket errors with CVS cygwin build from 30 July

2006-07-31 Thread Corinna Vinschen
On Jul 31 12:47, Corinna Vinschen wrote:
> On Jul 31 12:26, Corinna Vinschen wrote:
> > On Jul 31 11:38, Dr. Volker Zell wrote:
> > > Hi
> > > 
> > > In order to track down an xemacs segfault I build the latest cygwin1.dll
> > > from CVS (30 July). With that dll fetchmail couldn't connect to my IMAP
> > > server anymore. fetchmail works well with 1.5.21.
> > > 
> > > Here is what I get when running under verbose mode:
> > > 
> > > Jul 31 11:05:40 localhost fetchmail: PID 1740: awakened at Mon Jul 31 
> > > 11:05:40 2006
> > > Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
> > > rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
> > > :05:40 2006: poll started
> > > Jul 31 11:05:40 localhost fetchmail: PID 1740: socket error while 
> > > fetching from [EMAIL PROTECTED]
> > > Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
> > > rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
> > > :05:40 2006: poll completed
> > > Jul 31 11:05:40 localhost fetchmail: PID 1740: Query status=2 (SOCKET)
> > > Jul 31 11:05:40 localhost fetchmail: PID 1740: sleeping at Mon Jul 31 
> > > 11:05:40 2006
> > 
> > Can you please strip that down to a simple reproducible testcase in C?
> 
> I just tried fetchmail over ssl myself and it works fine for me with the
> current Cygwin from CVS.  There must be something in your setup which
> might cause this problem.  I definitely need more information or better,
> a simple testcase.

Scratch that.  I was able to reproduce it when not using SSL.  The
problem is apparently related to calling recv(..., MSG_PEEK).  This
isn't the first time fetchmail gets problems with WinSock's MSG_PEEK
handling.  I can't solve the underlying problem, but I can fix the
additional problem which I introduced in the snapshot.  I applied a
fix to CVS.


Thanks for the report,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: 1.5.21: bash-completion 20060301-1 failure

2006-07-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to Hans on 7/29/2006 7:09 PM:
> I'm having some trouble with bash-completion.  For example, it does
> not complete ssh commands from my known_hosts file.

> I have also tried sourcing it from within a bash session.  In both
> cases, if I type
> 
> $ ssh hostname... [tab]
> 
> it does nothing.

You can use 'set -xv' to turn on verbose processing of what is happening
when you hit TAB, to see if something jumps out at you as the culprit.  At
any rate, this sounds like an upstream problem with bash-completion, not
cygwin-specific.  And my quick check of 'ssh [TAB]' worked for me.  Since
your example of 'ssh hostname... [TAB]' is not valid syntax for ssh, I
can't tell what you were expecting.  Post a real example/screenshot
(although you may edit machine names if you are worried about that) if you
expect more help.

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
volunteer cygwin bash-completion maintainer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEzfqk84KuGfSFAYARAq/CAJ93+UBshM9QnmAmmaJQTFhX72SThgCeN3YS
nM1wTblpKNrjkHSq1hS7SMM=
=x1Sy
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: access_violation with ssh

2006-07-31 Thread Graham Chiu

Okay, same error occurs with cygwin when launching ssh from bash.

Looks like it is some incompatibility with Windows 2003 when run under
Virtuozzo virtual private server.

On 7/31/06, Christopher Faylor <[EMAIL PROTECTED]> wrote:

On Mon, Jul 31, 2006 at 02:44:06PM +1200, Graham Chiu wrote:
>Hi,
>
>New to cygwin.  Trying to install rsync with open ssh using the
>cwRsync package from http://www.itefix.no/cwrsync/

cwRsync is not a package which is covered by this mailing list.

Apparently, it has its own forum which is located here:

http://www.itefix.no/phpws/index.php?module=fatcat&fatcat[user]=viewCategory&fatcat_id=6&module_title=phpwsbb

Please address any questions and concerns there.

We discuss the version of rsync which is actually part of the cygwin
distribution here.  The cygwin distribution is installed by using
http://cygwin.com/setup.exe .

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/





--
Graham Chiu
http://www.compkarori.com/emr/
Synapse-EMR - a free electronic medical records system

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: fetchmail socket errors with CVS cygwin build from 30 July

2006-07-31 Thread Corinna Vinschen
On Jul 31 12:26, Corinna Vinschen wrote:
> On Jul 31 11:38, Dr. Volker Zell wrote:
> > Hi
> > 
> > In order to track down an xemacs segfault I build the latest cygwin1.dll
> > from CVS (30 July). With that dll fetchmail couldn't connect to my IMAP
> > server anymore. fetchmail works well with 1.5.21.
> > 
> > Here is what I get when running under verbose mode:
> > 
> > Jul 31 11:05:40 localhost fetchmail: PID 1740: awakened at Mon Jul 31 
> > 11:05:40 2006
> > Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
> > rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
> > :05:40 2006: poll started
> > Jul 31 11:05:40 localhost fetchmail: PID 1740: socket error while fetching 
> > from [EMAIL PROTECTED]
> > Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
> > rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
> > :05:40 2006: poll completed
> > Jul 31 11:05:40 localhost fetchmail: PID 1740: Query status=2 (SOCKET)
> > Jul 31 11:05:40 localhost fetchmail: PID 1740: sleeping at Mon Jul 31 
> > 11:05:40 2006
> 
> Can you please strip that down to a simple reproducible testcase in C?

I just tried fetchmail over ssl myself and it works fine for me with the
current Cygwin from CVS.  There must be something in your setup which
might cause this problem.  I definitely need more information or better,
a simple testcase.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: fetchmail socket errors with CVS cygwin build from 30 July

2006-07-31 Thread Corinna Vinschen
On Jul 31 11:38, Dr. Volker Zell wrote:
> Hi
> 
> In order to track down an xemacs segfault I build the latest cygwin1.dll
> from CVS (30 July). With that dll fetchmail couldn't connect to my IMAP
> server anymore. fetchmail works well with 1.5.21.
> 
> Here is what I get when running under verbose mode:
> 
> Jul 31 11:05:40 localhost fetchmail: PID 1740: awakened at Mon Jul 31 
> 11:05:40 2006
> Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
> rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
> :05:40 2006: poll started
> Jul 31 11:05:40 localhost fetchmail: PID 1740: socket error while fetching 
> from [EMAIL PROTECTED]
> Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
> rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
> :05:40 2006: poll completed
> Jul 31 11:05:40 localhost fetchmail: PID 1740: Query status=2 (SOCKET)
> Jul 31 11:05:40 localhost fetchmail: PID 1740: sleeping at Mon Jul 31 
> 11:05:40 2006

Can you please strip that down to a simple reproducible testcase in C?


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



fetchmail socket errors with CVS cygwin build from 30 July

2006-07-31 Thread Dr. Volker Zell
Hi

In order to track down an xemacs segfault I build the latest cygwin1.dll
from CVS (30 July). With that dll fetchmail couldn't connect to my IMAP
server anymore. fetchmail works well with 1.5.21.

Here is what I get when running under verbose mode:

Jul 31 11:05:40 localhost fetchmail: PID 1740: awakened at Mon Jul 31 11:05:40 
2006
Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
:05:40 2006: poll started
Jul 31 11:05:40 localhost fetchmail: PID 1740: socket error while fetching from 
[EMAIL PROTECTED]
Jul 31 11:05:40 localhost fetchmail: PID 1740: 6.3.1 querying 
rgmemeaimap.oraclecorp.com (protocol IMAP) at Mon Jul 31 11
:05:40 2006: poll completed
Jul 31 11:05:40 localhost fetchmail: PID 1740: Query status=2 (SOCKET)
Jul 31 11:05:40 localhost fetchmail: PID 1740: sleeping at Mon Jul 31 11:05:40 
2006

Ciao
  Volker




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



cygwin

2006-07-31 Thread Dr. Christoph Gille
Dear David

Searching the mailing-list for an answer to my CYGWIN problem I found
a posting from you about a related topic and hope that you might be
able to help me.

Please appologize that I contact you directly before
posting to the mailing list

The Java program I write has some embedded C and Fortran source code
and therefore requires standard compilers which are absent on XP and
Windows2000.

Therefore the Java program downloads cygwin setup.exe and launches
setup.exe.

Before launching setup.exe it tells the user to select the program
gnu-make and the compilers for C, C++ and f77 in the devel group.

I would prefere if it could select it automatically to enable
unattended installation of these software components.

Further I want the installation in driveLetter:\cygwin\ because the
Java program needs to find the cygwin installation on HD.

The only choice the user has to make is the driveLetter.

What would be the best way to initiate a tailored installation on
a client running my Java program.


Many thanks for your help

Christoph

P.S.

I think that this is a general problem
which should be in in the FAQs. What is your opinion ?




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: 1.5.21: file timestamp not updated after editing

2006-07-31 Thread Corinna Vinschen
On Jul 30 09:27, Alex Eng wrote:
> On 7/30/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
> >On Jul 29 19:29, Alex Eng wrote:
> >> After editing a file, the timestamp on the file (according to ls -l)
> >> is unchanged.  However if stat  is executed, the change
> >> timestamp given in the output differs from that given in ls -l:
> >>
> >> $ ls -l foo.c
> >> -rw-r--r-- 1 Alex 126 Jul 29 17:10 foo.c
> >> $ nano foo.c
> >> ### File is edited and saved ###
> >> $ ls -l foo.c
> >> -rw-r--r-- 1 Alex 289 Jul 29 17:10 foo.c
> >> $ stat foo.c
> >>  File: `foo.c'
> >>  Size: 289 Blocks: 1  IO Block: 1024   regular file
> >> Device: a8dc98beh/2833029310d   Inode: 562949953426654  Links: 1
> >> Access: (0644/-rw-r--r--)  Uid: ( 1004/Alex)   Gid: (  513/None)
> >> Access: 2006-07-29 18:19:09.921875000 -0700
> >> Modify: 2006-07-29 17:10:44.53125 -0700
> >> Change: 2006-07-29 18:19:15.828125000 -0700
> >
> >I can't reproduce this problem at all.  [...]
> 
> I disabled Norton Antivirus 2005 and ZoneAlarm firewall, but the
> problem is still present.
> 
> I did some further troubleshooting and found that this problem doesn't
> occur anymore if I'm running Cygwin while Windows XP is in safe mode.
> But it happens again if I start Windows using the "Safe Mode With
> Networking" option.  I've been able to reproduce this consistently.

This points to some bad interaction with another piece of software on
your machine.  Probably something which installed a driver module.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/