Re: We have a hacker

2004-08-31 Thread Bobby McNulty
Gary R. Van Sickle wrote: [um... snip] on my own. I bought every one of those computers. The VIC, the 128, the Amiga, The Tandy, the 286, the 386, the Compaq Presario and now an HP. 1. So *YOU* are the other guy who bought a C-128! I knew I wasn't the only one! 2. What in blazes are yo

Re: Strange behaviours: attributable to XP SP2?

2004-08-31 Thread fergus
Sorry, the "SP2?" query turns out to be a completely false trail. What was happening was that in the file /etc/setup/installed.db I had an entry for libopenldap2-2-15-2-15-2-15-2-15-[repeat many times]-2-15 being a hangover from a recent naming problem that caused successive updates to be

Re: Python os.path.join inconsistency?

2004-08-31 Thread Reini Urban
Ken Dibble schrieb: I guess my limited experience (including not being a windows programmer) colored my perception. I had never been able to get any Windows variant I was exposed to, to accept a forward slash. So much for my recall device of Unix Forward, Windows Backward. Win95 derivates accept o

RE: We have a hacker

2004-08-31 Thread Gary R. Van Sickle
[um... snip] > on my own. I bought every one of those computers. The VIC, > the 128, the Amiga, The Tandy, the 286, the 386, the Compaq > Presario and now an HP. 1. So *YOU* are the other guy who bought a C-128! I knew I wasn't the only one! 2. What in blazes are you talking about? -- Gary

Re: ssh under windows 2003 server

2004-08-31 Thread Greg Morgan
Cary Lewis wrote: I am ssh installed on a win 2003 server. If I login in with authorized_keys set to allow auto-logins, I get the fanfare, and welcome message, but then I am immediately logged out. If I remove authorized_keys and I am prompted for password, I can log in and use the shell normally.

efsprogs (was: BUG gcc-mingw 20040810-1 library search path)

2004-08-31 Thread Reini Urban
Robb, Sam schrieb: Already noted, Max. I'm aware of the problem, but don't have time to address it immediately. I should be able to get to it soon, though. If you have any suggestions as to where the libuuid from e2fsprogs should go, I'd be glad of the advice... IIRC, Reini suggested /usr/lib/e2

Problem with setup 2.427 under Windows 2000

2004-08-31 Thread Patrick Jones
Hi all. I am attempting to run setup.exe, version 2.427 under Windows 2000 Professional on a Toshiba laptop. After making all the setup option selections, the setup fails, with a dialog window saying 'setup.exe has been terminated by Windows. You will need to restart the program'. The first tim

Re: mod-php4

2004-08-31 Thread Reini Urban
Robert Schmidt schrieb: That being said, any pointers to alternatives to SquirrelMail (preferrably lighter-weight, and for an IMAP backend) would be welcome... The normal WAMP setup works fine with squirrelmail. (And most other php packages.) There are lots of easy WAMP installers. -- Reini Urban

RE: ssh - no access to /dev/st0

2004-08-31 Thread Larry Hall
At 03:02 PM 8/31/2004, you wrote: >If I add sshd_server to the Administrators group, I can auto logon via >ssh (using authorized_keys). Even though this is supposed to happen via >ssh-host-config. From '/usr/share/doc/Cygwin/openssh.README': 2003 Server has a funny new feature. When startin

Re: Compiling TCL C extensions using Cygwin gcc

2004-08-31 Thread Reini Urban
Jingzhao Ou schrieb: I tried to compile a simple Tcl C extension using Cygwin gcc. I use the following commands: gcc -shared -ltcl -L/lib random.o I got the following error messege: random.o(.text+0x31):random.c: undefined reference to `_Tcl_WrongNumArgs' random.o(.text+0x5e):random.c: undefined re

RE: Bringing any of the other MLs to Cygwin

2004-08-31 Thread landocalrissian
Hello from Gregg C Levine Igor, according to their Source Forge site, the license for SML/NJ is that of the MIT License. I did some checking on that, via the classic search engine approach. It happens that according to the OSI website www.opensource.org it looks similar to that of the BSD Licens

Re: New snapshot with fork race potentially solved (attn hyperthreaded dog owners)

2004-08-31 Thread David Chatterton
> I made a change to cygwin based on some research by Pierre Humblet > (what else is new?) which should solve a fork race which would cause > strange behavior on multi-CPU or hyperthreaded systems. > > It's probably too much to hope that this would solve all of the > reported problems but I would a

Re: Bringing any of the other MLs to Cygwin

2004-08-31 Thread Igor Pechtchanski
On Tue, 31 Aug 2004, landocalrissian wrote: > Hello from Gregg C Levine > > I'm probably decidedly off topic here, but... > > Igor mentioned in his announcement that one derivation of ML is now > available. Suppose I successfully port SML/NJ to Cygwin? What's involved > in making this an available

Bringing any of the other MLs to Cygwin

2004-08-31 Thread landocalrissian
Hello from Gregg C Levine I'm probably decidedly off topic here, but... Igor mentioned in his announcement that one derivation of ML is now available. Suppose I successfully port SML/NJ to Cygwin? What's involved in making this an available language? Who supplies the forms that I'll need to sign? G

Re: We have a hacker

2004-08-31 Thread Warren Young
Fred Kulack wrote: Wait a minute What's that noise? That would be the black helicopters. They're not completely silent. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

RE: LAPACK - testing problems

2004-08-31 Thread Billinghurst, David \(CALCRTS\)
[EMAIL PROTECTED] wrote: > I've just recently migrated to CYGWIN. I am having problems with > installing the LAPACK (&BLAS) libraries. Specifically, I am > (apparently) succeeding in compiling the libraries. However, when it > comes to testing the routines only the ones that use eigsrc_(PLAT).a > l

Compiling TCL C extensions using Cygwin gcc

2004-08-31 Thread Jingzhao Ou
Dear all, I tried to compile a simple Tcl C extension using Cygwin gcc. I use the following commands: gcc -shared -ltcl -L/lib random.o I got the following error messege: random.o(.text+0x31):random.c: undefined reference to `_Tcl_WrongNumArgs' random.o(.text+0x5e):random.c: undefined reference

Re: Compiling Tcl C extension using Cygwin gcc

2004-08-31 Thread Igor Pechtchanski
Wrong list. Redirected. Igor On Tue, 31 Aug 2004, Jingzhao Ou wrote: > Dear all, > > I tried to compile a simple Tcl C extension using Cygwin gcc. I use the > following commands: > > gcc -shared -ltcl -L/lib random.o > > I got the following error messege: > > random.o(.text+0x31):random.

A "big file" for the Cygwin API Reference

2004-08-31 Thread James McLaughlin
Hi, I've noticed that it's possible to download the Cygwin FAQ (and also the User Guide) from www.cygwin.com as one large file instead of examining individual pages of each online. However, this is not possible with the API reference, and so I would like to contribute a "big file" of the individua

RE: cron start error

2004-08-31 Thread Harig, Mark
> So I did the following: > 1. run cron_diagnose.sh (ver 1.6), which did not find any problems. Although it is unlikely to locate the source of your problem, please try running ver. 1.7: http://sources.redhat.com/ml/cygwin/2004-07/msg00207.html > b. output of 'cygcheck -srv' (Note: I got a > '

RE: We have a hacker

2004-08-31 Thread Edward Kirk
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Kulack Sent: Tuesday, August 31, 2004 1:58 PM To: [EMAIL PROTECTED] Subject: RE: We have a hacker On 08/31/2004 at 01:31:31 PM, [EMAIL PROTECTED] wrote: it's spoofing your name because that's one of th

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 21:08:26 +0200]: > > On Aug 31 11:24, Sam Steingold wrote: >> > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 10:32:58 +0200]: >> > EnumProcessModules. This should also allow to implement RTLD_DEFAULT. >> >> 2004-08-31 Sam Steingold <[EM

FW: failure notice

2004-08-31 Thread Hannu E K Nevalainen
[EMAIL PROTECTED] wrote: > Hi. This is the qmail-send program at _ource_are._rg. > I'm afraid I wasn't able to deliver your message to the following > addresses. This is a permanent error; I've given up. Sorry it didn't > work out. > > <[EMAIL PROTECTED]>: > Sorry, your message has been denied du

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Corinna Vinschen
Hi Sam, On Aug 31 11:24, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 10:32:58 +0200]: > > EnumProcessModules. This should also allow to implement RTLD_DEFAULT. > > 2004-08-31 Sam Steingold <[EMAIL PROTECTED]> > > * dlfcn.cc (dlsym): Handle RTLD_DEFAULT us

RE: ssh - no access to /dev/st0

2004-08-31 Thread Cary Lewis
If I add sshd_server to the Administrators group, I can auto logon via ssh (using authorized_keys). Even though this is supposed to happen via ssh-host-config. But I still do not have access to /dev/st0, but if I disable auto-logon and type in my password, all works. The interesting thing is that

RE: We have a hacker

2004-08-31 Thread Fred Kulack
On 08/31/2004 at 01:31:31 PM, [EMAIL PROTECTED] wrote: it's spoofing your name because that's one of the email addresses it snarfed off the local hard drive, there's no hacker, no viruses are bein sent on purpose, there's no malicious intent or even any kind of intent at all behind it, nobody's af

Re: Strange behaviours: attributable to XP SP2?

2004-08-31 Thread fergus
Thank you for your rapid responses. Maybe I have induced an irrelevance by mentioning my recent upgrade to SP2. I took a look at cygcheck -s in the barest possible bash shell (usually I use rxvt) to try to make sense of what's happening. The output consists of package version ^M^

LAPACK - testing problems

2004-08-31 Thread Gorden Jemwa
I've just recently migrated to CYGWIN. I am having problems with installing the LAPACK (&BLAS) libraries. Specifically, I am (apparently) succeeding in compiling the libraries. However, when it comes to testing the routines only the ones that use eigsrc_(PLAT).a library seem to be able to give

RE: We have a hacker

2004-08-31 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Robert McNulty Junior > Sent: 31 August 2004 02:10 > To: cygwin > Subject: We have a hacker > > There is someone masking email from me. Under no circamstance > answer any > mail to unclebobby1 SPLATT bellsouth DOTTT net > Chris, bloc

Re: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Christopher Faylor
On Tue, Aug 31, 2004 at 02:08:22PM -0400, Igor Pechtchanski wrote: >Well, traditionally, you waited until the *third* iteration to step in, >and this is technically still in its second iteration... :-) Ok. Please poke me if I seem to be drifting off. cgf -- Unsubscribe info: http://cygwin.

Re: Perl searching in wrong path for modules?

2004-08-31 Thread Christopher Faylor
On Tue, Aug 31, 2004 at 07:56:27PM +0200, Frank Wein wrote: >Igor Pechtchanski wrote: > >>BTW, it does matter a lot. One thing that your cygcheck output shows is >>that your mounts are user mounts (you installed Cygwin for "Just Me"), >>and >>therefore anything invoked from Apache running as a se

Re: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Igor Pechtchanski
On Tue, 31 Aug 2004, Christopher Faylor wrote: > On Tue, Aug 31, 2004 at 12:27:30PM -0400, Igor Pechtchanski wrote: > >On Tue, 31 Aug 2004, Max Bowsher wrote: > >>Reini Urban wrote: > >>>Igor Pechtchanski schrieb: > FWIW, I don't know what (if anything) has changed... I've used "gcc > -mn

Re: Perl searching in wrong path for modules?

2004-08-31 Thread Larry Hall
At 01:56 PM 8/31/2004, you wrote: >Igor Pechtchanski wrote: > >>BTW, it does matter a lot. One thing that your cygcheck output shows is >>that your mounts are user mounts (you installed Cygwin for "Just Me"), and >>therefore anything invoked from Apache running as a service (as I assume >>it does)

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-08-31 Thread Larry Hall
At 01:38 PM 8/31/2004, you wrote: >Hi. > >just make a fresh update (from a long time). I mount my system in textmode by default. >yet, > >c:/file seems to be accessed in binary mode >/cygdrive/c/file is accessed in text mode > >Is it the new default behaviour ? Is there a configuration that I misse

Re: Perl searching in wrong path for modules?

2004-08-31 Thread Frank Wein
Igor Pechtchanski wrote: BTW, it does matter a lot. One thing that your cygcheck output shows is that your mounts are user mounts (you installed Cygwin for "Just Me"), and therefore anything invoked from Apache running as a service (as I assume it does) won't see them properly. Try re-mounting y

Re: Strange behaviours: attributable to XP SP2?

2004-08-31 Thread Larry Hall
At 01:28 PM 8/31/2004, cgf wrote: >On Tue, Aug 31, 2004 at 12:15:48PM -0400, Larry Hall wrote: >>'setup.exe' is not a Cygwin program so it would not be affected by a >>'cygwin1.dll' snapshot or other version. > >cygcheck isn't a cygwin program either although it does run cygwin >programs. Heh.

Re: setup 2.427 problem: Can't get list of download sites

2004-08-31 Thread David Shay
- Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "David Shay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 2004 11:55 AM Subject: Re: setup 2.427 problem: Can't get list of download sites = > > And do the programs that work connect directly or do they

c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-08-31 Thread Arnaud Mouiche
Hi. just make a fresh update (from a long time). I mount my system in textmode by default. yet, c:/file seems to be accessed in binary mode /cygdrive/c/file is accessed in text mode Is it the new default behaviour ? Is there a configuration that I missed ? thanks Arnaud here a simple proof $

Re: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Christopher Faylor
On Tue, Aug 31, 2004 at 12:27:30PM -0400, Igor Pechtchanski wrote: >On Tue, 31 Aug 2004, Max Bowsher wrote: >>Reini Urban wrote: >>>Igor Pechtchanski schrieb: FWIW, I don't know what (if anything) has changed... I've used "gcc -mno-cygwin" recently with no problems. What exactly needs to

Re: Strange behaviours: attributable to XP SP2?

2004-08-31 Thread Christopher Faylor
On Tue, Aug 31, 2004 at 12:15:48PM -0400, Larry Hall wrote: >'setup.exe' is not a Cygwin program so it would not be affected by a >'cygwin1.dll' snapshot or other version. cygcheck isn't a cygwin program either although it does run cygwin programs. cgf -- Unsubscribe info: http://cygwin.co

[ANNOUNCEMENT] New package: ocaml-3.08.1-1

2004-08-31 Thread Igor Pechtchanski
The ocaml package has been added to the Cygwin distribution. Objective Caml is a fast modern type-inferring functional programming language descended from the ML (Meta Language) family, containing objects, modules, and a high-performance native-code compiler. The O'Caml compiler was developed at

Re: Perl searching in wrong path for modules?

2004-08-31 Thread Igor Pechtchanski
On Tue, 31 Aug 2004, Frank Wein wrote: Hi, i wanted to use cygwin perl for executing perl scripts from (win32, the one from apache.org, not the cygwin one) Apache, so i included the line #!D:/cygwin/bin/perl.exe -w in my CGIs. Umm, there might be another problem with this approach (not the one you

RE: ssh - no access to /dev/st0

2004-08-31 Thread Larry Hall
At 12:24 PM 8/31/2004, you wrote: >The issue is that during command line execution of a tar command, sshd >has not set the environment properly, namely the mount points are not >there, so /dev/st0 does not exist, and the PATH variable does not point >to the correct cygwin files either. > >What migh

Re: Professionally produced Cygwin CD?

2004-08-31 Thread Robert Pendell
I might be able to do something along those lines. I have been keeping a mirror and while I pretty much dropped the whole idea of doing a mass run on it (due to the rate it goes out of date) I can do it. The distro will be the contents of a mirror including mailing list archives complete to this

RE: ssh - no access to /dev/st0

2004-08-31 Thread Cary Lewis
The issue is that during command line execution of a tar command, sshd has not set the environment properly, namely the mount points are not there, so /dev/st0 does not exist, and the PATH variable does not point to the correct cygwin files either. What might be causing this. It works fine with a

Re: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Igor Pechtchanski
On Tue, 31 Aug 2004, Max Bowsher wrote: > Reini Urban wrote: > > Igor Pechtchanski schrieb: > > > FWIW, I don't know what (if anything) has changed... I've used "gcc > > > -mno-cygwin" recently with no problems. What exactly needs to be done to > > > reproduce the problem? > > > Igor > > > > for

Re: Perl searching in wrong path for modules?

2004-08-31 Thread Ken Dibble
I'm probably going to get you in trouble here (seeing as I know nothing about perl or apache). Why couldn't you set the environment variable PERL5LIB in your apache config file using the SetEnv directive? The PERL5LIB environment variable would then (theoretically) be prepended to @INC. Regards

Re: Strange behaviours: attributable to XP SP2?

2004-08-31 Thread Larry Hall
At 11:55 AM 8/31/2004, you wrote: >There have been two strange changes in behaviour/ response/ output that I >have noticed recently, and that I can only attribute to the installation of >XP SP2, since that is all that has altered on my system. Has anybody else >who has installed SP2 noticed this, o

mod-php4

2004-08-31 Thread Robert Schmidt
Hi! I've gleaned from the archives that mod-php4 was pulled because it was broken, and that a new maintainer has taken over apache + modules. Is there any use in hoping that mod-php4 will be added soon? I need it for a SquirrelMail setup I've been asked to provide on Windows... :-/ I've had a shot

Re: Strange behaviours: attributable to XP SP2?

2004-08-31 Thread David Rothenberger
On 8/31/2004 8:55 AM, [EMAIL PROTECTED] wrote: There have been two strange changes in behaviour/ response/ output that I have noticed recently, and that I can only attribute to the installation of XP SP2 I'm using SP2. I had been using the latest cygwin1.dll snapshot but reverted to the current cyg

Strange behaviours: attributable to XP SP2?

2004-08-31 Thread fergus
There have been two strange changes in behaviour/ response/ output that I have noticed recently, and that I can only attribute to the installation of XP SP2, since that is all that has altered on my system. Has anybody else who has installed SP2 noticed this, or similar, or anything else (or nothin

Perl searching in wrong path for modules?

2004-08-31 Thread Frank Wein
Hi, i wanted to use cygwin perl for executing perl scripts from (win32, the one from apache.org, not the cygwin one) Apache, so i included the line #!D:/cygwin/bin/perl.exe -w in my CGIs. But now i have the problem that perl looks in the wrong folder for the Perl Modules, for example if i want

Re: setup 2.427 problem: Can't get list of download sites

2004-08-31 Thread Larry Hall
At 11:41 AM 8/31/2004, you wrote: >I previously had cygwin installed, but had not used it for a few weeks. I >tried to run an rsync shell script and it continued to fail with a >"connection refused" message. In continuing to diagnose the problem, I ran >an ethereal trace and noticed that absolute

setup 2.427 problem: Can't get list of download sites

2004-08-31 Thread David Shay
I previously had cygwin installed, but had not used it for a few weeks. I tried to run an rsync shell script and it continued to fail with a "connection refused" message. In continuing to diagnose the problem, I ran an ethereal trace and noticed that absolutely no traffic (other than a DNS lookup

Re: FW: openldap: problem solved with slapd

2004-08-31 Thread Dr. Volker Zell
> Frank Schmelz writes: > Hallo all, > when i tried to run > /usr/sbin/slapd.exe -d 1 > under the latest Version of Cygwin, i got the message: > error loading ucdata (error -127) > I figured out that the files under > /usr/share/openldap/ucdata/*.dat

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 10:32:58 +0200]: > > On Aug 30 19:51, Sam Steingold wrote: >> > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-30 16:38:32 +0200]: >> > >> > On Aug 30 10:13, Sam Steingold wrote: >> >>

RE: sshd automatically close connection after successful login

2004-08-31 Thread Cary Lewis
I am having similar problems under windows 2003, but perhaps the problem is really with the latest ssh. I noticed the following which I feel is a clue, but do not know what to make of it: When I log into via ssh and specify a password and get an interactive shell and do a id command I get the fol

RE: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Robb, Sam
Already noted, Max. I'm aware of the problem, but don't have time to address it immediately. I should be able to get to it soon, though. If you have any suggestions as to where the libuuid from e2fsprogs should go, I'd be glad of the advice... IIRC, Reini suggested /usr/lib/e2fsprogs or somethin

Re: os.path.join inconsistency?

2004-08-31 Thread Andres Corrada-Emmanuel
Jason, I agree the behaviour I'm arguing for is debatable. After taking a look at ntpath.py and posixpath.py, I see that a satisfactory solution would be tricky. I'll play around with a made-up hack like cygwinpath.py to see if it is worth pursuing... >Andres, >On Mon, Aug 30, 2004 at 01:29:38PM

Re: Prob with WINDRES....The Resource Compiler...

2004-08-31 Thread Turbanov Vladislav Dmitrievich
- Original Message - Sent: Tuesday, August 31, 2004 12:08 AM Subject: Re: Prob with WINDRESThe Resource Compiler... I have made the same thing with MS RC and CVTRES ... It seems like this is not windres problem ...still not mine though ...still exists though However U have t

Re: Workaround TeTeX installation failure? (TeXMacs)

2004-08-31 Thread Jan Nieuwenhuizen
Andreas Seidl writes: > @Jan: please tell me, if there has been a rearrangement (new/other > package names) of the TeTeX distribution recently. Nothing has changed and I haven't seen any other bug reports about this specifically. But if there's a glitch in dependencies, installation can also fai

Re: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Max Bowsher
Reini Urban wrote: Igor Pechtchanski schrieb: FWIW, I don't know what (if anything) has changed... I've used "gcc -mno-cygwin" recently with no problems. What exactly needs to be done to reproduce the problem? Igor for me this fails: install efsprogs and compile a mingw project which uses -luuid

Re: BUG gcc-mingw 20040810-1 library search path

2004-08-31 Thread Reini Urban
Igor Pechtchanski schrieb: FWIW, I don't know what (if anything) has changed... I've used "gcc -mno-cygwin" recently with no problems. What exactly needs to be done to reproduce the problem? Igor for me this fails: install efsprogs and compile a mingw project which uses -luuid this instal

ssh err. in win2k3: setgid invalid argument...

2004-08-31 Thread Ling F. Zhang
just ran ssh-host-config...everything went fine... added "-r" option for priviledge separation ssh localhost: enters password: Fan Fare! msg appear then error: ssh localhost [EMAIL PROTECTED]'s password: Last login: Tue Aug 31 02:23:55 2004 from 127.0.0.1 Fanfare!!! You are successfully log

Re: Professionally produced Cygwin CD?

2004-08-31 Thread fergus
> I do desperately need a full install of Cygwin > on my PC. > Things will go easier with my sysadmin > if I can hand him a professional-looking CD > and say "install this". A full install won't fit on one CD. Including all .src files and all of [prev] and [test] as well as [curr] you need about 2

Re: Workaround TeTeX installation failure? (TeXMacs)

2004-08-31 Thread Andreas Seidl
Chuck White wrote: The standard Cygwin installation fails to completely install TeTeX (2.0.2-1 or 2.0.2-13), which causes TeXMacs installation to fail (required fonts not found in nonexistent directories). TeXmacs requires tetex-bin tetex-base tetex-extra tetex-devel (see [1]), this should instal

Re: ssh - no access to /dev/st0

2004-08-31 Thread Corinna Vinschen
On Aug 30 17:10, Cary Lewis wrote: > I have a SCSI tape drive, and I can use tar to create archives on it: > > tar cvf /dev/st0 /bin > > tar tvf /dev/st0 > > but if I try to ssh into my cygwin box and try the same command, then I > get the following error: > > tar: opening archive "/dev/st0": T

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Corinna Vinschen
On Aug 30 19:51, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-30 16:38:32 +0200]: > > > > On Aug 30 10:13, Sam Steingold wrote: > >> > >> Any plans to implement RTLD_DEFAULT & RTLD_NEXT? > > > > Nope, b

Re: cygrunsrv xinetd problem

2004-08-31 Thread Marcin Lewandowski
> > The thing is, I suppose, that it's not the fault of cygrunsrv's logging. > > It's a problem with xinetd internal logging, according to sources made by > > some kind of utility 'xlog' (I haven't heard about it). Precisely, I think, > > that the error is raised by function 'msg_init' in file 'msg