RE: Permissions get lost when moving files between drives.

2004-01-16 Thread FischRon . external
> On Thu, 15 Jan 2004, Dave Korn wrote: > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Igor Pechtchanski > > > > > On Thu, 15 Jan 2004, Ronald Fischer wrote: > > > > > > > I'm using cygwin bash on a Windows 2000 machine. When I > perform

Cygwin you have a card waiting from "Revelation B. Peabody"

2004-01-16 Thread Revelation B. Peabody
Cygwin, this is why you shhould buy Geneeric V-i a-g r-a onlline It's fast, conveeniennt and complettely coonfidential, no prior apppointmennts neeeded, no waiting roomms, fast anoonymous shipping, 24 hour cusotmer service and we don't ask questions. Ohh and did I mnetion that we have the lowse

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread Laurent Vaucher
Unfortunately, PMTU discovery doesn't work over avian carrier. Sending out bigger and bigger packets until you find the size that makes the carrier choke was banned by the humane society But it's a good way to make pate It reminds me of a Calvin & Hobbes strip where Calvin and his f

Re: playing ogg files in cygwin

2004-01-16 Thread Ralf Habacker
On Friday 16 January 2004 00:39, you wrote: > Ralf Habacker <[EMAIL PROTECTED]> writes: > >Just a little note. I've tried yesterday ogg123 from the vorbis-tools > >1.0rc3 > >with recent cygwin snapshot. It works without any problems using oss. > However, I can't find any "recent cygwin snapshot" of

setup.exe, setup.hint: "provide" keyword

2004-01-16 Thread Mark Stier
Hello, the Problem with the automatic reselection of gs although having installed gs-x11 previously, should be solved by providing the appropriate "provide"-keyword within gs-x11's setup.hint file, eg. "provides: gs". I don't know if setup.exe supports that, but it definitely should. Regards,

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread Ronald Landheer-Cieslak
On Wed, Jan 14, 2004 at 04:36:17PM -0500, Christopher Faylor wrote: > On Wed, Jan 14, 2004 at 04:26:03PM -0500, Robb, Sam wrote: > >> But beyond curiosity, there's not many reasons to install and > >> use both, at least concurrently. Cygwin and SFU both address > >> the same needs and Cygwin cover

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread Corinna Vinschen
On Jan 15 00:38, Chris January wrote: > > On Wed, Jan 14, 2004 at 04:26:03PM -0500, Robb, Sam wrote: > > >> But beyond curiosity, there's not many reasons to install and > > >> use both, at least concurrently. Cygwin and SFU both address > > >> the same needs and Cygwin covers a wider range of too

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread S. L.
[...] > > It would be rather interesting to add nfs to cygwin. We could develop > > filesystem "plug-ins" which could be generalized for stuff like NFS, > > EXTFS, etc. > > > > Didn't someone say they had a free month? Perfect project. :-) > Actually, I'd already been thinking about it - I thin

deleting a file ending with a dot

2004-01-16 Thread Baurjan Ismagulov
Hello, tar has created a file ending with a dot, and now I can't delete it (I've tried rm, del in cmd, explorer, far, unlink call with and without -mno-cygwin). What would you suggest before I search an 8-GB volume for the directory entry with a disk editor? I would appreciate any help (pointers t

RE: deleting a file ending with a dot

2004-01-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Baurjan Ismagulov > tar has created a file ending with a dot, and now I can't > delete it (I've tried rm, del in cmd, explorer, far, unlink > call with and without -mno-cygwin). What would you suggest > before I search an 8-GB vo

RE: deleting a file ending with a dot

2004-01-16 Thread Morche Matthias
Are You shure the filename ends with that dot? Maybe there are unreadable chars appended, so Yozu never gave the correct filename when deleting... I tried to create a file ending with a dot and did not succeed. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] B

RE: deleting a file ending with a dot

2004-01-16 Thread Peter J. Acklam
Baurjan Ismagulov <[EMAIL PROTECTED]> wrote: > tar has created a file ending with a dot, and now I can't delete > it (I've tried rm, del in cmd, explorer, far, unlink call with > and without -mno-cygwin). What would you suggest before I search > an 8-GB volume for the directory entry with a disk e

Re: Trying to compile and run GPSIM

2004-01-16 Thread Gerrit P. Haase
Hello Vasek, > Hello, I tried to compile GPSIM 0.21.1 for simulation of Microchip PIC > chips. But when I try to run it, I get Segmentation fault. Builds fine for me(tm). > Strace gives me following. It looks that problem appears somewhere after > the usage of dll_crt0_1. > But I don't have a c

Re: deleting a file ending with a dot

2004-01-16 Thread Baurjan Ismagulov
Hello, David! On Fri, Jan 16, 2004 at 12:05:31PM -, Dave Korn wrote: > Maybe there's a problem with the perms on it? What output do you get from > "ls -la file." and from "cacls file." ? ls: cachedmetrics.: No such file or directory I don't have cacls installed, but getfacl also says "No

Re: deleting a file ending with a dot

2004-01-16 Thread Baurjan Ismagulov
Hello, Morche! On Fri, Jan 16, 2004 at 01:26:55PM +0100, Morche Matthias wrote: > Are You shure the filename ends with that dot? Maybe there are unreadable chars > appended, so Yozu never gave the correct filename when deleting... ls |od -ctu1 shows: 000 c a c h e d m e t

Re: deleting a file ending with a dot

2004-01-16 Thread Baurjan Ismagulov
Hello, Peter! On Fri, Jan 16, 2004 at 01:29:00PM +0100, Peter J. Acklam wrote: > ls -1ib DIR # find inode number NUM ls: cachedmetrics.: No such file or directory > But I wonder how you created this file in the first place. It > seems to me that trailing dots

SFU installed -> rxvt problems

2004-01-16 Thread Gerrit P. Haase
Hallo, I don't know if SFU is the reason, but after installing it and rebooting the computer I cannot open a rxvt terminal without running X. It complains: $ /usr/bin/rxvt rxvt: can't open display 127.0.0.1:0.0 Gerrit -- =^..^= http://nyckelpiga.de/donate.ht

RE: deleting a file ending with a dot

2004-01-16 Thread Morche Matthias
Your answer confirms my assumption that there are hidden chars trailing the dot: try ls -q cachedmetrics* and use the result to delete... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of Baurjan Ismagulov > Sent: Friday, January 16, 2004 2:53 PM > T

RE: deleting a file ending with a dot

2004-01-16 Thread Dave Korn
> > Maybe there's a problem with the perms on it? What output do you > > get from "ls -la file." and from "cacls file." ? > > ls: cachedmetrics.: No such file or directory > > I don't have cacls installed, but getfacl also says "No such > file or directory". > Thanks for the tip :) . All

Re: deleting a file ending with a dot

2004-01-16 Thread David T-G
Baurjan, et al -- [Does anyone know why this thread is showing up in my inbox instead of being properly filtered? Has there been a list address change?] ...and then Baurjan Ismagulov said... % % > But I wonder how you created this file in the first place. It % > seems to me that trailing dots

Re: SFU installed -> rxvt problems

2004-01-16 Thread Olaf Föllinger
On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: > Hallo, > > I don't know if SFU is the reason, but after installing it and rebooting > the computer I cannot open a rxvt terminal without running X. It > complains: > $ /usr/bin/rxvt > rxvt: can't open display 127.0.0.1:0.0 It see

Re: SFU installed -> rxvt problems

2004-01-16 Thread Gerrit P. Haase
Olaf wrote: > On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: >> Hallo, >> >> I don't know if SFU is the reason, but after installing it and rebooting >> the computer I cannot open a rxvt terminal without running X. It >> complains: >> $ /usr/bin/rxvt >> rxvt: can't open display

Re: SFU installed -> rxvt problems

2004-01-16 Thread Olaf Föllinger
On Fri, Jan 16, 2004 at 03:19:55PM +0100, Gerrit P. Haase wrote: > Olaf wrote: > > > On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: > >> Hallo, > >> > >> I don't know if SFU is the reason, but after installing it and rebooting > >> the computer I cannot open a rxvt terminal with

RE: deleting a file ending with a dot

2004-01-16 Thread Peter J. Acklam
Baurjan Ismagulov <[EMAIL PROTECTED]> wrote: > > Peter J. Acklam wrote: > > > > ls -1ib DIR # find inode number NUM > > ls: cachedmetrics.: No such file or directory Huh. ls seems to notice that the directory contains a file named something like "cachedmetrics.", but yet it is ab

Re: SFU installed -> rxvt problems

2004-01-16 Thread Gerrit P. Haase
Olaf wrote: > On Fri, Jan 16, 2004 at 03:19:55PM +0100, Gerrit P. Haase wrote: >> Olaf wrote: >> >> > On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: >> >> Hallo, >> >> >> >> I don't know if SFU is the reason, but after installing it and rebooting >> >> the computer I cannot ope

Re: deleting a file ending with a dot

2004-01-16 Thread David Fritz
David T-G wrote: [Does anyone know why this thread is showing up in my inbox instead of being properly filtered? Has there been a list address change?] Do you have your filters set to recognize both [EMAIL PROTECTED] and [EMAIL PROTECTED] Both addresses get to this list. HTH -- Unsubscribe info

[ANNOUNCEMENT] Updated: libxml2-2.6.1-1

2004-01-16 Thread Gerrit P. Haase
Libxml2 has been updated to version 2.6.4 Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text language where seman

[ANNOUNCEMENT] Updated: libxslt-1.1.2-1

2004-01-16 Thread Gerrit P. Haase
Libxslt has been updated. Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developed for the Gnome project. It also implements most of the EXSLT set of processor-portable

RE: deleting a file ending with a dot

2004-01-16 Thread Buchbinder, Barry (NIH/NIAID)
If Windows lets tar create a file that Explorer cannot remove, it sounds like a Windows problem. (1) Try rebooting. Maybe one of your earlier attempts to delete succeeded but some file name cache is preserving the name. (I've noticed that on rare occasions a file gets deleted but Explorer still

[ANNOUNCEMENT] Updated: indent-2.2.9-1

2004-01-16 Thread Gerrit P. Haase
indent-2.2.9-1 has been uploaded to the Cygwin net distribution. `indent' is a C language source code beautifier. For a descripton and online documentation, see: - http://www.gnu.org/directory/GNU/indent.html - http://mysite.freeserve.com/indent/beautify.html News: The major change

Re: deleting a file ending with a dot

2004-01-16 Thread David T-G
David -- ...and then David Fritz said... % % David T-G wrote: % > % >[Does anyone know why this thread is showing up in my inbox instead of % >being properly filtered? Has there been a list address change?] % > % Do you have your filters set to recognize both [EMAIL PROTECTED] and % [EMAIL PROT

RE: Permissions get lost when moving files between drives.

2004-01-16 Thread Igor Pechtchanski
Ronald, There's no need to Cc: me, I read the list, hence the Reply-To. Please make sure your mailer respects that. On Fri, 16 Jan 2004 FischRonexternalinfineoncom wrote: > > On Thu, 15 Jan 2004, Dave Korn wrote: > > > > -Original Message- > > > > From: cygwin-ownercygwincom > > > > [ma

RE: wget, continued download

2004-01-16 Thread Joaquin
> > I would use perl and Net::HTTP for this. But then I'm > familiar with both. > Really. You spider the site with that? One problem I always had with wget is that it only gathers URLs from HTML. I wanted to get support at least CSS, and maybe even JavaScript/VBScript URLS. -- Unsubscribe in

RE: MS offers "Services For Unix" free of charge

2004-01-16 Thread Joaquin
> Well, I don't know about the rest of you, but since SFU comes with a > great (and free) X Server, I am throwing in the towel. > > Harold I am very curious about SFU. But, alas, I am mistrustful of MS, especially in regards to security. I'll probaly play with both. I also like supporting open

RE: MS offers "Services For Unix" free of charge

2004-01-16 Thread Joaquin
Well, I was amazed that MS would EOL Win 9X/Me users, which I'm guessing is like 40 million. I know that in Europe, Latin-America, and Asia, many people use older machines and do not see the business need to upgrade to newer hardware. If they are forced to, then I am pretty sure Linux becomes mor

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread Benito Mourelo Caldeiro
> From [EMAIL PROTECTED] Fri Jan 16 11:36:06 2004 > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > To: [EMAIL PROTECTED] > Subject: Re: MS offers "Services For Unix" free of charge > > On Jan 15 00:38, Chris January wrote: > > > On Wed, Jan 14, 2004 at 04:26:03PM -0500, Robb, Sam wrote:

RE: MS offers "Services For Unix" free of charge

2004-01-16 Thread Joaquin
So, where do you get the license? I picked up SFU30 from LinuxWorld, but it was an eval. Is there a place to get free licenses, downloads, etc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread Gerrit P. Haase
Joaquin wrote: > So, where do you get the license? I picked up SFU30 from LinuxWorld, > but it was an eval. Is there a place to get free licenses, downloads, > etc. There is the SFU-3.5beta available from the MS SFU site for free. Gerrit -- =^..^= http://ny

RE: deleting a file ending with a dot

2004-01-16 Thread Dave Korn
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Fritz > Sent: 16 January 2004 14:45 > Cc: cygwin > Subject: Re: deleting a file ending with a dot > > David T-G wrote: > > > > [Does anyone know why this thread is showing up in my inbox > i

Re: deleting a file ending with a dot

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 04:02:49PM -, Dave Korn wrote: >My filters failed today for just the same reason. I've decided that >checking for "cygwin-owner" in the From: field is probably most >effective. If you mean the "Sender" field, then, yes, this is one way to filter. Or you can filter on t

Re: SFU installed -> rxvt problems

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: >I don't know if SFU is the reason, but after installing it and rebooting >the computer I cannot open a rxvt terminal without running X. It >complains: >$ /usr/bin/rxvt >rxvt: can't open display 127.0.0.1:0.0 I hope this isn't the s

RE: deleting a file ending with a dot

2004-01-16 Thread Hughes, Bill
Sent: 16 January 2004 16:15 From: Christopher Faylor > If you mean the "Sender" field, then, yes, this is one way to filter. > Or you can filter on the Mailing-List field or the List-* fields. > > It's really not too hard to figure something to filter on if you look > at the full headers. > > (and

Re: deleting a file ending with a dot

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 04:21:17PM -, Hughes, Bill wrote: >Sent: 16 January 2004 16:15 From: Christopher Faylor >> If you mean the "Sender" field, then, yes, this is one way to filter. >> Or you can filter on the Mailing-List field or the List-* fields. >> >> It's really not too hard to figure

RE: deleting a file ending with a dot

2004-01-16 Thread Hughes, Bill
Sent: 16 January 2004 16:25 From: Christopher Faylor > Please! don't add clear text mail addresses in email messages. Argh! Sorry. I have to work to get Outlook to format as I want (remove addys) and then I manually put one in. Doh. Apologies again, the only explanation (not excuse) is that it's Fr

Re: deleting a file ending with a dot

2004-01-16 Thread Igor Pechtchanski
On Fri, 16 Jan 2004, Christopher Faylor wrote: > On Fri, Jan 16, 2004 at 04:21:17PM -, Hughes, Bill wrote: > >Sent: 16 January 2004 16:15 From: Christopher Faylor > >> If you mean the "Sender" field, then, yes, this is one way to filter. > >> Or you can filter on the Mailing-List field or the

RE: deleting a file ending with a dot

2004-01-16 Thread Hughes, Bill
Sent: 16 January 2004 16:34 From: Igor Pechtchanski > > On Fri, Jan 16, 2004 at 04:21:17PM -, Hughes, Bill wrote: > > >Sent: 16 January 2004 16:15 From: Christopher Faylor > > >> If you mean the "Sender" field, then, yes, this is one way to filter. > > >> Or you can filter on the Mailing-List f

Re: deleting a file ending with a dot

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 11:34:21AM -0500, Igor Pechtchanski wrote: >On Fri, 16 Jan 2004, Christopher Faylor wrote: >> Please! don't add clear text mail addresses in email messages. > >This is a good rule of thumb, but it's rather useless for the cygwin@ list >address itself -- the first line of any

Re: SFU installed -> rxvt problems

2004-01-16 Thread David A. Case
On Fri, Jan 16, 2004, Christopher Faylor wrote: > On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: > >I don't know if SFU is the reason, but after installing it and rebooting > >the computer I cannot open a rxvt terminal without running X. It > >complains: > >$ /usr/bin/rxvt > >rx

Re: SFU installed -> rxvt problems

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 09:33:51AM -0800, David A. Case wrote: >On Fri, Jan 16, 2004, Christopher Faylor wrote: > >> On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: >> >I don't know if SFU is the reason, but after installing it and rebooting >> >the computer I cannot open a rxvt te

YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Christopher Faylor
On Sat, Jan 03, 2004 at 06:16:28PM -0500, Pierre A. Humblet wrote: >1) With the snapshot I can start cygwin programs fine and I have not >observed any popup. I haven't seen a popup in Windows Me for some time with the latest snapshot and I've been able to configure/make cygwin under ME with no pro

Fwd: Re(2): playing ogg files in cygwin

2004-01-16 Thread Bob Clark
Ralf Habacker <[EMAIL PROTECTED]> writes: >I've got the sources from the linuxtag 2003 dvd and compiled it by >myself. You >can find sources and binary package on http://kde-cygwin.sf.net/snapshots Thank you so much for your generous attention. To me nice people willling to help others its one of

Thanks! ogg123.exe works!

2004-01-16 Thread Bob Clark
Ralf, I couldn't help myself. I just had to try compiling the sources that you pointed me to before I got down to some serious exam grading. I have to say, after reading the README.cygwin file that you recommended, I wasn't too hopeful. The file, in its entirety was, "README for cygwin

Re: SFU installed -> rxvt problems

2004-01-16 Thread Igor Pechtchanski
On Fri, 16 Jan 2004, Christopher Faylor wrote: > On Fri, Jan 16, 2004 at 09:33:51AM -0800, David A. Case wrote: > >On Fri, Jan 16, 2004, Christopher Faylor wrote: > > > >> On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote: > >> >I don't know if SFU is the reason, but after installing

Re: MS offers "Services For Unix" free of charge

2004-01-16 Thread Doug VanLeuven
Corinna Vinschen wrote: On Jan 15 00:38, Chris January wrote: On Wed, Jan 14, 2004 at 04:26:03PM -0500, Robb, Sam wrote: But beyond curiosity, there's not many reasons to install and use both, at least concurrently. Cygwin and SFU both address the same needs and Cygwin covers a wider

setup.exe, setup.hint: "provide" keyword

2004-01-16 Thread Mark Stier
Hello, the Problem with the automatic reselection of gs although having installed gs-x11 previously, should be solved by providing the appropriate "provide"-keyword within gs-x11's setup.hint file, eg. "provides: gs". I don't know if setup.exe supports that, but it definitely should. Regards, Mar

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Pierre A. Humblet
ng up console archetypes. There is > still a lot of genericizing to do to accommodate that but it is a future > goal. Thanks Chris. I have run into problem with another test, running from cmd.exe. H:\>set CYGWIN CYGWIN=tty H:\>uname -a CYGWIN_NT-4.0 xxx 1.5.6s(0.108/3/2) 20040116 13

Re: deleting a file ending with a dot

2004-01-16 Thread Andrew DeFaria
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Baurjan Ismagulov tar has created a file ending with a dot, and now I can't delete it (I've tried rm, del in cmd, explorer, far, unlink call with and without -mno-cygwin). What would you suggest before I search an 8-GB

Re: deleting a file ending with a dot

2004-01-16 Thread Andrew DeFaria
Baurjan Ismagulov wrote: Hello, David! On Fri, Jan 16, 2004 at 12:05:31PM -, Dave Korn wrote: Maybe there's a problem with the perms on it? What output do you get from "ls -la file." and from "cacls file." ? ls: cachedmetrics.: No such file or directory I don't have cacls installed, but get

RE: SFU installed -> rxvt problems

2004-01-16 Thread Robert McNulty Junior
I tried SFU. Hated it. Going back to Cygwin. It requires Visual C++. I have that, but I don't like the fact that it really can't compile any of my software. Only Cygwin and Mingw can. Visual Studio Too, but that's because I want MP3 capabiilty on my songs. Robert -Original Message- From:

Re: Thanks! ogg123.exe works!

2004-01-16 Thread Ralf Habacker
On Friday 16 January 2004 20:10, Bob Clark wrote: > Ralf, > > I couldn't help myself. I just had to try compiling the sources that you > pointed me to before I got down to some serious exam grading. > > I have to say, after reading the README.cygwin file that you recommended, > I wasn't too hopeful

RE: deleting a file ending with a dot

2004-01-16 Thread Rafael Kitover
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew DeFaria >Sent: Friday, January 16, 2004 12:39 PM >To: [EMAIL PROTECTED] >Subject: Re: deleting a file ending with a dot >(It'd be nice if fuser worked under Cygwin but I realize that might be a >sign

Re: deleting a file ending with a dot

2004-01-16 Thread Brian Dessent
Dave Korn wrote: > > David T-G wrote: > > > > > > [Does anyone know why this thread is showing up in my inbox > > instead of > > > being properly filtered? Has there been a list address change?] > > > > > Do you have your filters set to recognize both > > [EMAIL PROTECTED] and [EMAIL PROTECTED] B

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 03:05:53PM -0500, Pierre A. Humblet wrote: >H:\>gcc try_forksetsid.c > >H:\>sh -c "./a" >waiting for children using tty0 to terminate >waiting for children using tty0 to terminate > >It's motivated by a weirdness I saw last night with exim, where the >setsid() is present. D

Re: deleting a file ending with a dot

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 12:37:01PM -0800, Andrew DeFaria wrote: >(It'd be nice if fuser worked under Cygwin but I realize that might be a >significant challenge to implement). sysinternals has something like this so it is feasible. Don't they even release source for some packages? Could be an i

RE: Cygwin/DBD::ODBC issue

2004-01-16 Thread Rafael Kitover
Hi Tommie, DBD::ODBC seems like a very useful module to have available for Cygwin. Could you post the patch you ended up having? I'll try to get it to the maintainer(s). Also, what ODBC driver manager did you use? What is your ODBCHOME environment variable set to? Thanks! >-Original Messag

RE: deleting a file ending with a dot

2004-01-16 Thread Rafael Kitover
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor >Sent: Friday, January 16, 2004 1:58 PM >To: [EMAIL PROTECTED] >Subject: Re: deleting a file ending with a dot > >On Fri, Jan 16, 2004 at 12:37:01PM -0800, Andrew DeFaria wrote: >>(It'd be

Problem using kill for child process

2004-01-16 Thread Pierre Mallard
Hi, Maybe this is a little bit stupid from me but it appears I got some problem killing an innocent child process (I show the code below ...) Got Cygwin from cygwin.com about 15 days ago...running on Windows2000 If I call from my parent process a simple kill(pid) then it doesn't stop the child pr

Re: Problem using kill for child process

2004-01-16 Thread Christopher Faylor
On Sat, Jan 17, 2004 at 02:17:32AM +0100, Pierre Mallard wrote: >If I call from my parent process a simple kill(pid) >then it doesn't stop the child process at all, or >maybe after more than one minute but I don't think >so... >If I send from my parent process a kill(pid,x) where x >is 1 or 9, then

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Pierre A. Humblet
On Fri, Jan 16, 2004 at 04:52:59PM -0500, Christopher Faylor wrote: > On Fri, Jan 16, 2004 at 03:05:53PM -0500, Pierre A. Humblet wrote: > >H:\>gcc try_forksetsid.c > > > >H:\>sh -c "./a" > >waiting for children using tty0 to terminate > >waiting for children using tty0 to terminate > > > >It's mot

Re: Problem using kill for child process

2004-01-16 Thread Brian Dessent
Pierre Mallard wrote: > Maybe this is a little bit stupid from me but it > appears I got some problem killing an innocent child > process (I show the code below ...) > > Got Cygwin from cygwin.com about 15 days ago...running > on Windows2000 This actually has nothing to do with Cygwin, it's stan

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 09:21:35PM -0500, Pierre A. Humblet wrote: >On Fri, Jan 16, 2004 at 04:52:59PM -0500, Christopher Faylor wrote: >> On Fri, Jan 16, 2004 at 03:05:53PM -0500, Pierre A. Humblet wrote: >> >H:\>gcc try_forksetsid.c >> > >> >H:\>sh -c "./a" >> >waiting for children using tty0 to

Info regarding vigra

2004-01-16 Thread Araujo
how Vigra™ works. So you can better understand, what Vigra can do for you. If you are sensible about your health, reflect on what you can do for your seual health, to keep the chances that you will need Vigra as low as possible. azimuth notably crazier, teletype. Inrease Seks Drive Bost Seua

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Pierre A. Humblet
At 10:49 PM 1/16/2004 -0500, Christopher Faylor wrote: >On Fri, Jan 16, 2004 at 09:21:35PM -0500, Pierre A. Humblet wrote: >>On Fri, Jan 16, 2004 at 04:52:59PM -0500, Christopher Faylor wrote: >>> >>> Did my latest cvs checkin fix this? It seems to for me but I don't have >>> time for extensive t

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Pierre A. Humblet
On Fri, Jan 16, 2004 at 10:49:02PM -0500, Christopher Faylor wrote: > On Fri, Jan 16, 2004 at 09:21:35PM -0500, Pierre A. Humblet wrote: > >On Fri, Jan 16, 2004 at 04:52:59PM -0500, Christopher Faylor wrote: > >> On Fri, Jan 16, 2004 at 03:05:53PM -0500, Pierre A. Humblet wrote: > >> >H:\>gcc try_f

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 11:16:03PM -0500, Pierre A. Humblet wrote: >At 10:49 PM 1/16/2004 -0500, Christopher Faylor wrote: >>On Fri, Jan 16, 2004 at 09:21:35PM -0500, Pierre A. Humblet wrote: >>>On Fri, Jan 16, 2004 at 04:52:59PM -0500, Christopher Faylor wrote: Did my latest cvs checkin fix th

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 11:47:57PM -0500, Pierre A. Humblet wrote: >On Fri, Jan 16, 2004 at 10:49:02PM -0500, Christopher Faylor wrote: >> On Fri, Jan 16, 2004 at 09:21:35PM -0500, Pierre A. Humblet wrote: >> >On Fri, Jan 16, 2004 at 04:52:59PM -0500, Christopher Faylor wrote: >> >> On Fri, Jan 16,

Re: YA snapshot available [Re: new snapshot with some tty/WinMe fixes]

2004-01-16 Thread Christopher Faylor
On Sat, Jan 17, 2004 at 12:16:29AM -0500, Christopher Faylor wrote: >As always, in the absence of any debugging detail, I can only fix what I >can duplicate myself. After sending my rant, I thought about the fact that you might be routinely using CYGWIN=tty. I tried running a make with that and m

RE: SFU installed -> rxvt problems

2004-01-16 Thread Peter Skjøtt Larsen
While realizing that this list is not about SFU, closer examination reveals that the dev environment in SFU 3.5 (and prior versions) is gcc and SFU allows for Visual Studio to be invoked as well - e.g. $CC implies by default the visual studio (command line) compiler. Don't pick the standard install

Re: SFU installed -> rxvt problems

2004-01-16 Thread Christopher Faylor
On Fri, Jan 16, 2004 at 10:01:17PM -0800, Peter Skj?tt Larsen wrote: >While realizing that this list is not about SFU, closer examination >reveals that the dev environment in SFU 3.5 (and prior versions) is gcc >and SFU allows for Visual Studio to be invoked as well - e.g. $CC >implies by default

RE: Cygwin/DBD::ODBC issue

2004-01-16 Thread Jones, Tommie
Hello all. Just to conclude this issue. Not only was there a problem with where sqltypes.h file was located. I also had an issue with 4 or 5 types missing. I had to add a few typedefs like UWORD and PTR to sqltypes.h I'm using the most recent version of cygwin 5.0 (I updated it yesterday. Sorry I