Eccsohotpw journal news: does the fountain of youth exist

2004-07-21 Thread fredrick jolie
navlooit~paleitje.pandingen US.~A Ph^`arm & Ne~-xtday De_liver RnouI http://yosh.wh.harmonious682pi11s.us/f74/ The Focsani court declined to comment on the report in the newspaper. Lala, the object of Gurguiatu's affection, told the paper she was "stunned." Investigators said they connected J

perl threads problems using 20040720 snapshot

2004-07-21 Thread Yitzchak Scott-Thoennes
When using recent snapshots, perl threads have some problems. For example: $ perl -we'use threads; threads->new( sub { print "go" } )->join(); <>; print "done"'; Here, when the thread exits (after printing go), the whole process also exits, instead of waiting for terminal input and printing done

chown -R expanding / to //bin etc.

2004-07-21 Thread luke . kendall
I've noticed that if I do (*) a chown -R administrator.SYSTEM / then chown goes out onto the network and tries to access shares called //bin, //var, //usr etc., and can block for long periods, too. Now, I do understand that really I should be doing (**) chown -R adminis

To cygwin postgresql maintainer: tutorial RFC

2004-07-21 Thread Carlo Florendo
To the cygwin postgresql maintainer, Jason Tishler, I've written some documentation regarding the configuration of PostgreSQL on Cygwin. Most of the actual commands specified on the tutorial have been copied from the README which you wrote on the cygwin documentation.However, I would like t

Re: Stat

2004-07-21 Thread Corinna Vinschen
On Jul 20 22:06, George wrote: > The 'stat' utility doesn't seem to be part of my Cygwin distribution. > Is this an error I've made during the installation or is it simply not > included? It's not included since nobody volunteered to maintain coreutils so far. Corinna -- Corinna Vinschen

Re: chown -R expanding / to //bin etc.

2004-07-21 Thread Corinna Vinschen
On Jul 21 17:39, [EMAIL PROTECTED] wrote: > I've noticed that if I do (*) a > > chown -R administrator.SYSTEM / > > then chown goes out onto the network and tries to access shares called > //bin, //var, //usr etc., and can block for long periods, too. > > Now, I do understand th

Re: BUG: ssh.exe ProtocolKeepAlives option broken

2004-07-21 Thread Corinna Vinschen
On Jul 28 07:51, Float wrote: > |>Summary: Cygwin ssh.exe doesn't accept the 'ProtocolKeepAlives' option > |> > |>Example: > |>C:\sshclient>ssh -o ProtocolKeepAlives=180 example.com > |>command-line: line 0: Bad configuration option: ProtocolKeepAlives > | > |AFAICT, ProtocolKeepAlives is not menti

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Corinna Vinschen
On Jul 20 21:03, Igor Pechtchanski wrote: > On Tue, 20 Jul 2004, Corinna Vinschen wrote: > > > On Jul 20 15:53, Dr. Volker Zell wrote: > > > Well my MapViewOfFileEx errors are still there, but that seems to be a > > > different problem. > > > > I tried to reproduce that problem with my shm test ap

Cygwin can run with windows XP?

2004-07-21 Thread Amy Yap
Hello, May I know if Cygwin can run under windows XP? Please advise. Regards, Amy __ Do You Yahoo!? Download the latest ringtones, games, and more! http://sg.mobile.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: Cygwin can run with windows XP?

2004-07-21 Thread Corinna Vinschen
On Jul 21 18:14, Amy Yap wrote: > Hello, > May I know if Cygwin can run under windows XP? Please > advise. See http://cygwin.com, second paragraph. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[EMAIL PROTECTED] Red

Re: Make not found

2004-07-21 Thread Ken Dibble
It would be helpful if you would read http://cygwin.com/problems.html and follow the directions therein. michael conrad wrote: Im trying to find/run make, I did a complete install of everthing, but make is not there. What am I doing wrong, how do I get it? mike conrad 408-395-6500 work 408-910-

Memory exhaustion with cp

2004-07-21 Thread Jan Engelhardt
Hello, in trying to recursively copy a directory, /bin/cp fails with memory exhaustion: $ mkdir src $ mkdir dest $ cp -r src dest cp: memory exhausted I am using cp(fileutils) 4.1, downloaded this morning. Does anybody have seen similar and/or have a fix for it? The "machine" it runs on is norm

RE: setting windows environment variables

2004-07-21 Thread Morche Matthias
...to set environmental variables for windows you can use regtool... But in that case they get persistent... ...and the simplest equivalent to start is using & to background the command... matthias > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of

Re: rsync and file ownership

2004-07-21 Thread Robert Pendell
Don't use the -a option if you don't want to preserve the permissions. >From the man page: -a, --archive archive mode, equivalent to -rlptgoD And now a breakdown of each option from the man page (you can use what you need then) -r, --recursive recurse into directories

Re: setting windows environment variables

2004-07-21 Thread Robert Pendell
And it is compatible for use on *bsd, linux, and unix. So if you are writing a script to be used on a real *nix or *bsd system then that would be the one to use. On Wed, 21 Jul 2004 15:00:26 +0200, Morche Matthias wrote: > ...to set environmental variables for windows you can use regtool... > But

RE: rsync and file ownership

2004-07-21 Thread Bakken, Luke
> On Wed, 21 Jul 2004 17:02:35 +1200, Matthew Dwyer wrote: > > I've been struggling with rsync over ssh for a month. I'm > syncing files > > between windows boxes and I have rsync working except that > its setting > > read only to the groups Administrators and Everyone. > > > > Is there any way

Help. MySQL doesn't respond anymore. After I re-installed Cygwin

2004-07-21 Thread William Martell
Hello All, Thank you for reading this email. I am trying to figure this problem out, but I need some help. I am working on a Windows 2000 Server.  I have used MySQL for the past 2 years on this system. I recently installed the DEFAULT version of CYGWIN on my machine.   Everyone was wonderful

Re: Help. MySQL doesn't respond anymore. After I re-installed Cygwin

2004-07-21 Thread Robert Pendell
Did you try typing the full path posix path in? See if that work. Or you can navigate to where it is stored and try ./mysql and see if that works. On Wed, 21 Jul 2004 09:14:23 -0500, William Martell <[EMAIL PROTECTED]> wrote: > > Hello All, > > Thank you for reading this email. > > I am tryin

cron and ssh with homeshare variable

2004-07-21 Thread gurkan
i call ssh via a cron job : 1 * * * * /usr/bin/ssh -vi /home/gurkan/.ssh/key2 [EMAIL PROTECTED] OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 Pseudo-terminal will not be allocated because stdin is not a terminal. debug1: Reading configuration data /etc/ssh_config debug1: Connecting to 10.48.56.21

Re: setting windows environment variables

2004-07-21 Thread Jason Joines
Unfortunately, it won't be used on a real operating system, just windows. I write BASH scripts for Linux daily and have tried to use the & in this situation but the behavior doesn't seem to be the same. We have an odd situation with some user's in one directory with one username and another w

Re: [cygwin tips&tricks] Shortcut to vim in "Send to" folder

2004-07-21 Thread Andrew DeFaria
Joshua Daniel Franklin wrote: While I also prefer ~/.Xdefaults, there are other reasons why he might have those settings in the shortcut. Perhaps a different color scheme or font for the "Send to..." invocation (which I find very cool, by the way, I had forgotten about that trick). But that's *e

Re: setting windows environment variables

2004-07-21 Thread Jason Joines
Just found cygstart was in cygutils and used it. The --hide option was just what I needed. Thanks, Jason Joines = Larry Hall wrote: At 04:18 PM 7/20/2004, you wrote: I have a Cygwin BASH script which takes user input, uses ldapsearch, etc., to set a bunch of e

RE: setting windows environment variables

2004-07-21 Thread Morche Matthias
so, maybe nohup smbmount //whatever /whereever > /dev/null 2>&1 & should do, still in an portable way... matthias ... > starting all the mappings without waiting on completion but my BASH > window wont' go away until they have all completed. > On Linux, something simple like: > #!/bi

RE: ssh : commands not echoed back to terminal

2004-07-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Song Ken Vern-E11804 > Sent: 21 July 2004 03:51 > I find that whenever I keep a ssh session for long time > (overnight), and come back to it the next morning, I cannot > seem to see anything I type. > > I am using rxvt, with bash. >

Re: Stat

2004-07-21 Thread George
Corinna Vinschen wrote: On Jul 20 22:06, George wrote: The 'stat' utility doesn't seem to be part of my Cygwin distribution. Is this an error I've made during the installation or is it simply not included? It's not included since nobody volunteered to maintain coreutils so far. Corinna

How to delete rogue nul files

2004-07-21 Thread zzapper
Hi, I recently seem to be leaving nul files around my file system which I cannot delete from Cyg or Win Hilfe mich! zzapper (vim, cygwin, wiki & zsh) -- vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?" http://www.vim.org/tips/tip.php?tip_id=305 Best of Vim Tips -- U

RE: Stat

2004-07-21 Thread Reid Thompson
download coreutils from the gnu ftp site ./configure -- at first glance appears to configure with no errors make -- at first glance appears to build with no errors cp stat.exe to /bin or make install ( will attempt to install the just built versions of all coreutils executables -- this

1.5.10: problems relocating structures with function pointers

2004-07-21 Thread Justin Schoeman
I have discovered what may be a bug in the linker/relocater in cygwin (or, more likely, I am doing something stupid again). When I use a structure containing function pointers, and this structure is placed in an archive, then the function pointer becomes NULL. As an example, compile the attache

Basic C/C++ (Was: 1.5.10: problems relocating structures with function pointers)

2004-07-21 Thread Rolf Campbell
Justin Schoeman wrote: I have discovered what may be a bug in the linker/relocater in cygwin (or, more likely, I am doing something stupid again). When I use a structure containing function pointers, and this structure is placed in an archive, then the function pointer becomes NULL. As an examp

RE: How to delete rogue nul files

2004-07-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of zzapper > Sent: 21 July 2004 17:13 > Hi, > > I recently seem to be leaving nul files around my file system > which I cannot delete from Cyg or Win > > Hilfe mich! http://www.google.com/search?q=rm+delete+nul+com+file+site:cygwin.c

Re: How to delete rogue nul files

2004-07-21 Thread Eric Hanchrow
I've been using this: #!/usr/bin/env perl use warnings; use strict; use Data::Dumper; die "This program is only useful on Cygwin.\n" unless ($^O eq "cygwin"); my $filename = shift; $filename =~ s(/nul$)()i; $filename = qx(realpath $filename); chomp $f

Re: How to delete rogue nul files

2004-07-21 Thread zzapper
On Wed, 21 Jul 2004 18:14:45 +0100, wrote: >> >> I recently seem to be leaving nul files around my file system >> which I cannot delete from Cyg or Win >> >> Hilfe mich! > > >DEL \\.\c:\somedir\nul > >cheers, > DaveK no luck C:\inetpub\wwwdev\www.planet.com>del nul The filename,

Re: How to delete rogue nul files

2004-07-21 Thread Larry Hall
At 01:32 PM 7/21/2004, you wrote: >On Wed, 21 Jul 2004 18:14:45 +0100, wrote: > > >>> >>> I recently seem to be leaving nul files around my file system >>> which I cannot delete from Cyg or Win >>> >>> Hilfe mich! >> > >> >>DEL \\.\c:\somedir\nul >> >>cheers, >> DaveK > >no luck > >C

Re: How to delete rogue nul files

2004-07-21 Thread zzapper
On Wed, 21 Jul 2004 10:26:41 -0700, wrote: Eric I tried #!/usr/bin/env perl my $filename='nul'; if (unlink $filename) { print "Removed $filename.\n"; } else { warn "Can't unlink $filename: $!"; } Said it had deleted file but that was lie!! zzapper (vim, cygwin, wiki & zsh) -- vim -c ":%s/^/

RE: How to delete rogue nul files

2004-07-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of zzapper > Sent: 21 July 2004 18:33 > On Wed, 21 Jul 2004 18:14:45 +0100, wrote: > >> I recently seem to be leaving nul files around my file system > >> which I cannot delete from Cyg or Win > >> > >> Hilfe mich! > > > > > > >DEL

Re: How to delete rogue nul files

2004-07-21 Thread zzapper
On Wed, 21 Jul 2004 13:28:30 -0400, wrote: >At 01:32 PM 7/21/2004, you wrote: >>On Wed, 21 Jul 2004 18:14:45 +0100, wrote: >> >> I recently seem to be leaving nul files around my file system which I cannot delete from Cyg or Win Hilfe mich! >>> >> >>> >>>DEL \\.\c:\s

Re: GetVolumeInformation() failed (Was Re: perl threads problems using 20040720 snapshot)

2004-07-21 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Yitzchak Scott-Thoennes wrote: > [snip] > (Note: in getting the cygcheck output below, I got this message to stderr: > cygcheck: dump_sysinfo: GetVolumeInformation() failed: 1231) FYI: $ net helpmsg 1231 The network location cannot be reached. For information about network t

RE: How to delete rogue nul files

2004-07-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of zzapper > Sent: 21 July 2004 18:51 > I recently seem to be leaving nul files around my file system > which I cannot delete from Cyg or Win > >>>DEL \\.\c:\somedir\nul > >>no luck > >> > >>C:\inetpub\wwwdev\www.planet.com>d

RE: How to delete rogue nul files

2004-07-21 Thread Buchbinder, Barry (NIH/NIAID)
At Wednesday, July 21, 2004 1:51 PM, zzapper wrote: > On Wed, 21 Jul 2004 13:28:30 -0400, wrote: > >> At 01:32 PM 7/21/2004, you wrote: >>> On Wed, 21 Jul 2004 18:14:45 +0100, wrote: > > I recently seem to be leaving nul files around my file system > which I cannot delete from Cyg o

Re: How to delete rogue nul files

2004-07-21 Thread zzapper
On Wed, 21 Jul 2004 19:05:05 +0100, wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of zzapper >> Sent: 21 July 2004 18:51 > >> I recently seem to be leaving nul files around my file system >> which I cannot delete from Cyg or Win > >> >>>DEL \\.\c:\somedir\nul > >

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Corinna Vinschen wrote: > On Jul 20 21:03, Igor Pechtchanski wrote: > > On Tue, 20 Jul 2004, Corinna Vinschen wrote: > > > > > On Jul 20 15:53, Dr. Volker Zell wrote: > > > > Well my MapViewOfFileEx errors are still there, but that seems to > > > > be a different problem. > >

Nokia 3510i Deals

2004-07-21 Thread Morne Willemse
Hi there it's me again, A few hours ago, I received an e-mail from a friend of mine who had ordered 310 Nokia 3510i from Nokia last week and has since had a situation arise that will make it impossible for him to go forward and sell these phones to retailers. While this may be bad news for them,

Re: How to delete rogue nul files

2004-07-21 Thread Chuck McDevitt
While it's not hard to delete the rouge "nul" files, it is a recent change to cygwin that allows them to be created at all. 1.5.9 seemed to treat "NUL" in the normal windows way (equivalent of /dev/null), so didn't create these files. 1.5.10 changed so Cygwin no longer recognizes windows specia

Re: How to delete rogue nul files

2004-07-21 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Chuck McDevitt wrote: > While it's not hard to delete the rouge "nul" files, it is a recent change > to cygwin that allows them to be created at all. > > 1.5.9 seemed to treat "NUL" in the normal windows way (equivalent of > /dev/null), so didn't create these files. > > 1.5.10

Re: ssh : commands not echoed back to terminal

2004-07-21 Thread Mark Bohlman
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Song Ken Vern-E11804 Sent: 21 July 2004 03:51 I find that whenever I keep a ssh session for long time (overnight), and come back to it the next morning, I cannot seem to see anything I type. I am using rxvt, with bash.

RE: Make not found

2004-07-21 Thread Hannu E K Nevalainen
[EMAIL PROTECTED] wrote: > Im trying to find/run make, I did a complete install of everthing, > but make is not there. > > What am I doing wrong, how do I get it? > > mike conrad > 408-395-6500 work > 408-910-3438 cell If you really want the above phone numbers to be accessible for everyone in the

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Corinna Vinschen
On Jul 21 14:47, Igor Pechtchanski wrote: > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > It makes a difference. FWIW, Volker's message is printed from a function > > which only runs in case a process is using XSI shared memory and forks. > > cvs doesn't use XSI shared memory so the message you

Re: ssh : commands not echoed back to terminal

2004-07-21 Thread Christopher Faylor
On Wed, Jul 21, 2004 at 03:50:34PM -0400, Mark Bohlman wrote: >Dave Korn wrote: >>>-Original Message- >>>From: cygwin-owner On Behalf Of Song Ken Vern-E11804 >>>Sent: 21 July 2004 03:51 >> >>>I find that whenever I keep a ssh session for long time (overnight), >>>and come back to it the nex

Vfbp indulge in each other

2004-07-21 Thread danial lacasa
onkorrigeerbare`oprijzendparapsychiatrische Ame_^ric'a Me,-ds & 0v'erni,ght Del'`iver PberoepsmogelijkheidG http://bxe.i.lawful7322dryg.us/f74/ "When we see someone keep it together in a situation of great stress and terror, it sort of, I think, excites us and makes us feel a little more capa

RE: cron and ssh with homeshare variable

2004-07-21 Thread Harig, Mark
> > My problem is that the system try to create a directory > '//ALISANDRE/homes/.ssh'. and '//ALISANDRE/homes/ this is > the value for > HOMESHARE , the system chearch to write in know_hosts file , > so i want > change this value by /home/gurkan definitively (even if a > reboot ) but i > can

Re: How to delete rogue nul files

2004-07-21 Thread Jan Engelhardt
> I've been using this: Interesting. I would have booted Linux and removed 'nul' with its tools. :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: rsync and file ownership

2004-07-21 Thread Matthew Dwyer
Bakken, Luke wrote: > What I ended up having to do is set CYGWIN=nontsec for my rsync server and client before any transfers. If your directories are set to inherit permissions then the permissions will be set OK based on the parent permissions. For example: $ CYGWIN=nontsec rsync -rtvz server::sh

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Corinna Vinschen wrote: > On Jul 21 14:47, Igor Pechtchanski wrote: > > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > > It makes a difference. FWIW, Volker's message is printed from a function > > > which only runs in case a process is using XSI shared memory and forks. >

Re: How to delete rogue nul files

2004-07-21 Thread Christopher Faylor
On Wed, Jul 21, 2004 at 09:58:37PM +, Jan Engelhardt wrote: >>I've been using this: > >Interesting. I would have booted Linux and removed 'nul' with its >tools. :) Hmm. I would have taken a very tiny magnet, pried open the cover of the hard drive, and run the magnet over the part of the pla

RPC: Unable to send; errno = Cannot assign requested address

2004-07-21 Thread yorkwar
Hi I've installed the sunrpc(4.0.2) within the cygwin package. The installation seems no problem. I've installed "portmap" with cygrunsrv.exe -I "portmap" -p /usr/sbin/portmap -a -F And when I run rpcinfo -p localhost I see $ rpcinfo -p localhost program vers proto port 100

RE: cron and ssh with homeshare variable

2004-07-21 Thread Larry Hall
At 05:43 PM 7/21/2004, you wrote: >> >> My problem is that the system try to create a directory >> '//ALISANDRE/homes/.ssh'. and '//ALISANDRE/homes/ this is >> the value for >> HOMESHARE , the system chearch to write in know_hosts file , >> so i want >> change this value by /home/gurkan defini

Re: How to delete rogue nul files

2004-07-21 Thread Larry Hall
At 01:50 PM 7/21/2004, you wrote: >On Wed, 21 Jul 2004 13:28:30 -0400, wrote: > >>At 01:32 PM 7/21/2004, you wrote: >>>On Wed, 21 Jul 2004 18:14:45 +0100, wrote: >>> >>> > > I recently seem to be leaving nul files around my file system > which I cannot delete from Cyg or Win >

Re:RPC: Unable to send; errno = Cannot assign requested address

2004-07-21 Thread yorkwar
Sorry to bother you. It turned out that I have 3 network interface on my computer, and RPC selected the one that is not configured. After I disable the interface, everything goes well. A foolish problem puzzled me about 2 days Yorkwar -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

DLLs and LoadLibrary

2004-07-21 Thread Vadim Berezniker
I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I make calls to one library, everything is OK. As soon as I uncomment one

Re: DLLs and LoadLibrary

2004-07-21 Thread Jani tiainen
Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I make calls to one library, everything is OK. As

RE: How to delete rogue nul files

2004-07-21 Thread Trevor Forbes
I just use a freeware tool... http://www.purgeie.com/delinv.htm Trevor -- 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/