Re: Permission denied on Windows XP

2005-01-19 Thread Luc Hermitte
* On Thu, Jan 20, 2005 at 12:59:16AM +, Donald Hyun <[EMAIL PROTECTED]> wrote: > Larry Hall cygwin.com> writes: > [...] > fork: Permission denied > make[1]: fork: Permission denied > make[1]: vfork: Permission denied > make[1]: Leaving directory > '/cygdrive/d/Phevos/df/hardwl/modules/hwlgpm/

Re: Couple of scripts to remove duplicate packages

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Alex wrote: Hi, I have a habit of keeping cygwin packages on my computer and updating them from time to time using setup.exe. This saves me time when I need to install on another computer. This creates a problem of old versions of packages accumulating in my download directory.

Couple of scripts to remove duplicate packages

2005-01-19 Thread Alex
Hi, I have a habit of keeping cygwin packages on my computer and updating them from time to time using setup.exe. This saves me time when I need to install on another computer. This creates a problem of old versions of packages accumulating in my download directory. I used to remove them by hand

Tktable

2005-01-19 Thread fergus
Has anybody tried successfully to install Tktable: http://prdownloads.sourceforge.net/tktable/Tktable2.9.tar.gz?download The configure stage seems to work very well, with explicit recognition of Cygwin and the requirement for .exe extensions etc. Unfortunately make fails though the objections seem

RE: update on hyperthreading system for cgf

2005-01-19 Thread David Christensen
Christopher Faylor wrote: > Hasn't anyone put together a nice $400 system? How about $417.50? http://secure.newegg.com/app/WishR.asp?ID=1251752 You need to provide the hard drive, CD-ROM drive, floppy drive, keyboard, mouse, and operating system. David -- Unsubscribe info: htt

RE: _beginthreadex

2005-01-19 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Wednesday, January 19, 2005 7:08 AM > To: cygwin@cygwin.com > Subject: Re: _beginthreadex > > On Jan 19 12:45, Dave Korn wrote: > > > -Original Message- > > > From: cyg

Re: home directory

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Green, Keith wrote: > New problem. Never had this one before. > In Windows, I define the HOME variable to C:\etc. > > However, my cygwin.bat file reads >@echo off >set HOME=/home/kgreen (also tried set HOME=H:\cygwin\home\kgreen ) >H: >chdir H:\cygwin\bin >

RE: cygwin programs called from non-cygwin programs mauling \" in args

2005-01-19 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Yitzchak Scott-Thoennes > Sent: Wednesday, January 19, 2005 5:34 PM > To: cygwin@cygwin.com > Subject: Re: cygwin programs called from non-cygwin programs > mauling \" in args > > On Wed, Jan 12, 200

Re: update on hyperthreading system for cgf

2005-01-19 Thread Christopher Faylor
On Thu, Jan 20, 2005 at 12:09:54AM +1000, Nick Coghlan wrote: >Adrian Cox wrote: >>On Thu, 2005-01-13 at 19:58 -0500, Christopher Faylor wrote: >> >>>This is still pretty far off from the goal but I would still appreciate >>>it if anyone could recommend a cheap system which demonstrates the >>>prob

How to ensure every file/dir has Administrators permissions? (ntsec, passwd, group)

2005-01-19 Thread Bert-Steffen Visser
I'm using ntsec on ntfs. The thing is when users restrict group and world access to their files (umask 077 or chmod g-rwx,o-rwx), the administrators group is also locked out. Very unpractical for automated backups running from the administrator account. Now, I would like every file/dir created

Re: Permission denied on Windows XP

2005-01-19 Thread Donald Hyun
Larry Hall cygwin.com> writes: > > At 12:39 AM 1/18/2005, you wrote: > >I suffer from 'permission denied' problem > >on my note-pc (Windows XP) > > > >After running big script (recursive make script), I have met > >'resource temporarily unavailable' message. > >And then I can't execute any bash

home directory

2005-01-19 Thread Green, Keith
New problem. Never had this one before. In Windows, I define the HOME variable to C:\etc. However, my cygwin.bat file reads @echo off set HOME=/home/kgreen (also tried set HOME=H:\cygwin\home\kgreen ) H: chdir H:\cygwin\bin bash --login -i and the pertinent line from /etc/pa

RE: a standard place to get cygwin

2005-01-19 Thread Larry Hall
At 06:35 PM 1/19/2005, you wrote: > >> On Wed, 19 Jan 2005, Igor Pechtchanski wrote: >> >> > I suspect the problem isn't with the mirror. You mention a previous >> > installation of Cygwin -- perhaps you have stale mounts? >> ^ >> >> On W

RE: a standard place to get cygwin

2005-01-19 Thread Green, Keith
> On Wed, 19 Jan 2005, Igor Pechtchanski wrote: > > > I suspect the problem isn't with the mirror. You mention a previous > > installation of Cygwin -- perhaps you have stale mounts? > ^ > > On Wed, 19 Jan 2005, Green, Keith wrote: > >

Re: cygwin programs called from non-cygwin programs mauling \" in args

2005-01-19 Thread Yitzchak Scott-Thoennes
On Wed, Jan 12, 2005 at 10:42:48PM -0800, Yitzchak Scott-Thoennes wrote: > $ cat child.c > #include > int main(int argc, char **argv) > { > printf("[%s]\n", argv[1]); > return 0; > } > > $ cat parent.c > #include > int main(int argc, char **argv) { > char *args[] = { argv[1], "a\\\"b\\\"c"

Re: a standard place to get cygwin

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Igor Pechtchanski wrote: > I suspect the problem isn't with the mirror. You mention a previous > installation of Cygwin -- perhaps you have stale mounts? ^ On Wed, 19 Jan 2005, Green, Keith wrote: > > Sounds to me, tho

Re: pdksh not setting $? with exit status of commands

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, David Kramer wrote: > Igor Pechtchanski cs.nyu.edu> writes: > > On Wed, 19 Jan 2005, David Kramer wrote: > > > > > When I execute commands in the pdksh shell that should set an exit > > > value, $? is not being set. When I use the bash shell, it is. > > > > > > In pdksh: > >

RE: a standard place to get cygwin

2005-01-19 Thread Green, Keith
> Sounds to me, though, like you have an errant Cygwin install hanging > around. First thing to do is follow this FAQ: > > How do I uninstall all of Cygwin? > I was skeptical, but that was it! thanks! k -- Unsubscribe info: http://cygwin.co

Re: a standard place to get cygwin

2005-01-19 Thread Christopher Faylor
On Wed, Jan 19, 2005 at 04:43:44PM -0500, Green, Keith wrote: >cgf wrote: >>After installing cygwin on one of my boss's machines, he too was >>>missing grep - and I know for certain he's never installed cygwin on >>>his machine. However, I'll hunt this down. On my machine at least I >>>have maybe

RE: a standard place to get cygwin

2005-01-19 Thread Green, Keith
cgf wrote: >After installing cygwin on one of my boss's machines, he too was > >missing grep - and I know for certain he's never installed cygwin on > >his machine. However, I'll hunt this down. On my machine at least I > >have maybe half a dozen different installs sitting around in various > >s

Re: pdksh not setting $? with exit status of commands

2005-01-19 Thread David Kramer
Igor Pechtchanski cs.nyu.edu> writes: > On Wed, 19 Jan 2005, David Kramer wrote: > > > When I execute commands in the pdksh shell that should set an exit > > value, $? is not being set. When I use the bash shell, it is. > > Please review and follow to provide >

Re: a standard place to get cygwin

2005-01-19 Thread Christopher Faylor
On Wed, Jan 19, 2005 at 03:38:23PM -0500, Green, Keith wrote: >Larry wrote: >>Sounds to me, though, like you have an errant Cygwin install hanging >>around. First thing to do is follow this FAQ: >> >>How do I uninstall all of Cygwin? >> >> >>If after insta

kpsexpand error starting up cygwin

2005-01-19 Thread Bart Sims
Any idea what causes this error when starting up cygwin on winXP sp2? /usr/bin/kpsexpand: can't open input file: /usr/bin/kpsexpand Thanks, Bart This message was sent using IMP, the Internet Messaging Program. -- Unsubscribe inf

RE: a standard place to get cygwin

2005-01-19 Thread Green, Keith
Larry wrote: > Sounds to me, though, like you have an errant Cygwin install hanging > around. First thing to do is follow this FAQ: > > How do I uninstall all of Cygwin? > > > If after installing with that procedure, you still have > problems, you

Re: a standard place to get cygwin

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Green, Keith wrote: > Once again I'm required to use cygwin. > Once again I'm having trouble. > > I notice that when I download from different places, I get different > things included. > [snip] > This has happened previously on other installs and is among the primary > reason

Re: a standard place to get cygwin

2005-01-19 Thread Larry Hall
At 03:00 PM 1/19/2005, you wrote: >Once again I'm required to use cygwin. >Once again I'm having trouble. > >I notice that when I download from different places, I get different >things included. In particular, I just downloaded /installed from anl.gov and >told it to "install" all. First time I

Re: looking for shell program to retrieve property info from windows files

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Jason Tishler wrote: > Jaye, > > On Tue, Jan 18, 2005 at 07:15:09PM -0500, Jaye Speaks wrote: > > does anyone know of a shell program to retrieve the property info from > > windows files. I need info like the fileversion or prodversion. > > No, so I wrote my own: > > $ ve

Re: pdksh not setting $? with exit status of commands

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, David Kramer wrote: > When I execute commands in the pdksh shell that should set an exit > value, $? is not being set. When I use the bash shell, it is. Please review and follow to provide enough information about your installation. > In pd

RE: bash not functional on laptop with wireless (VPN) connection

2005-01-19 Thread Igor Pechtchanski
Ugh, top posting... Reformatted. On Wed, 19 Jan 2005, Browning, Jeff wrote: > > -Original Message- > > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, January 19, 2005 11:47 AM > > To: Browning, Jeff > > Cc: [EMAIL PROTECTED]

a standard place to get cygwin

2005-01-19 Thread Green, Keith
Once again I'm required to use cygwin. Once again I'm having trouble. I notice that when I download from different places, I get different things included. In particular, I just downloaded /installed from anl.gov and told it to "install" all. First time I open a cygwin window I notice a problem

Re: pdksh not setting $? with exit status of commands

2005-01-19 Thread David Kramer
Dave Korn artimi.com> writes: > > > -Original Message- > > From: cygwin-owner On Behalf Of David Kramer > > Sent: 19 January 2005 15:20 > > > When I execute commands in the pdksh shell that should set an > > exit value, $? is > > not being set. When I use the bash shell, it is. > >

Re: looking for shell program to retrieve property info from windows files

2005-01-19 Thread DePriest, Jason R.
I did something similar in perl. #!/usr/bin/perl # Version 1.0 # - It does what it does. use Digest::MD5 qw(md5_hex); use Win32::File; use Win32::File::VersionInfo; use Win32::FileTime; $fname = $ARGV[0]; print "\nFile: $fname"; if (! -e $fname) { print "\n\nI cannot find your file.";

RE: bash not functional on laptop with wireless (VPN) Connection

2005-01-19 Thread Browning, Jeff
All: Per the instructions on the web page referred to by Igor, below, my cygcheck.out file is attached. Regards, Jeff -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:47 AM To: Browning, Jeff Cc: cygwin@cygwin.com Subject: Re: ba

RE: bash not functional on laptop with wireless (VPN) connection

2005-01-19 Thread Browning, Jeff
All: Yes, I am running the Cisco VPN client in addition to a wireless network connection. So I just tested it with the wireless on, but the VPN off. It works fine. Therefore, the problem is the VPN connection not the wireless connection. My Cisco VPN client is version 4.0.2. My Cygwin was downloa

Cannot interact with X programs

2005-01-19 Thread Avuton Olrich
Compiled & installed: * WMmp ( https://svn.musicpd.org/WMmp/ ) * glurp ( https://svn.musicpd.org/glurp/ ) * gmpc ( https://svn.musicpd.org/gmpc/ ) Environment: Windows XP Uname -a: CYGWIN_NT-5.1 computer 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin Results & Problem: All i

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread Patrick Samson
--- Igor Pechtchanski wrote: > On Wed, 19 Jan 2005, Patrick Samson wrote: > > > > > From a working source of Postgresql: > > > > static int pltcl_elog(ClientData cdata, Tcl_Interp > *interp, > >int argc, CONST84 char *argv[]); > > ^^^ > > > > I'm

Re: FileRunner under cygwin - simple compilation - Success.

2005-01-19 Thread CV
Igor Pechtchanski cs.nyu.edu> writes: > > Arg #3 is a pointer to a function (Tcl_CmdProc). See where that's > declared *in the preprocessed file* (so that all macros are expanded) and > see if your declarations of GetTimeFromSecs, etc, correspond to it. The > most obvious mismatch is probably t

Re: How do I get an old version of cygwin?

2005-01-19 Thread Yitzchak Scott-Thoennes
On Wed, Jan 19, 2005 at 03:50:17PM +, Adrian Cox wrote: > On Tue, 2005-01-18 at 09:51 -0500, Christopher Faylor wrote: > > On Tue, Jan 18, 2005 at 08:41:51AM +, Adrian Cox wrote: > > > >Have you considered building a custom version of the latest Cygwin, and > > >putting it on their box in

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Patrick Samson wrote: > --- Igor Pechtchanski wrote: > > Arg #3 is a pointer to a function (Tcl_CmdProc). See where that's > > declared *in the preprocessed file* (so that all macros are expanded) > > and see if your declarations of GetTimeFromSecs, etc, correspond to > > it.

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread Patrick Samson
--- Igor Pechtchanski wrote: > Arg #3 is a pointer to a function (Tcl_CmdProc). > See where that's > declared *in the preprocessed file* (so that all > macros are expanded) and > see if your declarations of GetTimeFromSecs, etc, > correspond to it. The > most obvious mismatch is probably the "co

Re: How does one become a mirror of the cygwin project?

2005-01-19 Thread Christopher Faylor
On Wed, Jan 19, 2005 at 12:20:29PM -0500, mirrors wrote: >We were not able to find information on how to create the mirror and who >to notify. http://cygwin.com/mirrors.html contains instructions. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

How does one become a mirror of the cygwin project?

2005-01-19 Thread mirrors
We were not able to find information on how to create the mirror and who to notify. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cyg

Re: bash not functional on laptop with wireless

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, Igor Pechtchanski wrote: > On Wed, 19 Jan 2005, Browning, Jeff wrote: > > > All: > > > > I have installed Cygwin Xfree on my T40 laptop and yesterday when in the > > office over a normal wired ethernet connection, it was working fine. > > > > Today, I am working from home over

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread Igor Pechtchanski
On Wed, 19 Jan 2005, CV wrote: > Igor Pechtchanski cs.nyu.edu> writes: > > On Wed, 19 Jan 2005, CV wrote: > > > After running the command "gcc -E ext.c -o ext.pre" and then > > > comparing ext.pre with tcl.h I think I can identify some of > > > the included bits, eg. the following: > > > > You co

Re: _beginthreadex

2005-01-19 Thread Kaz Kylheku
On Wed, 19 Jan 2005, Kukuk Barbara wrote: > Hi, > I would like to know how I can use _beginthreadex in my program. > It is shown as an unresolved external. Do I have to link a special > library? This function is not a Win32 API, but a function in Microsoft Visual Studio's C library. Unlike UNIX-

Re: How do I get an old version of cygwin?

2005-01-19 Thread Christopher Faylor
On Wed, Jan 19, 2005 at 03:50:17PM +, Adrian Cox wrote: >On Tue, 2005-01-18 at 09:51 -0500, Christopher Faylor wrote: >> On Tue, Jan 18, 2005 at 08:41:51AM +, Adrian Cox wrote: > >> >Have you considered building a custom version of the latest Cygwin, and >> >putting it on their box in a dif

Fixeland

2005-01-19 Thread Auto Response
Para entrares em contacto com o fixeland deverás usar o formulário de feedback disponível em www.fixeland.com/feedback.asp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: How do I get an old version of cygwin?

2005-01-19 Thread Adrian Cox
On Tue, 2005-01-18 at 09:51 -0500, Christopher Faylor wrote: > On Tue, Jan 18, 2005 at 08:41:51AM +, Adrian Cox wrote: > >Have you considered building a custom version of the latest Cygwin, and > >putting it on their box in a different directory? Trying to solve this > >sort of problem is unp

RE: pdksh not setting $? with exit status of commands

2005-01-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of David Kramer > Sent: 19 January 2005 15:20 > When I execute commands in the pdksh shell that should set an > exit value, $? is > not being set. When I use the bash shell, it is. This one already came up very recently. Search th

pdksh not setting $? with exit status of commands

2005-01-19 Thread David Kramer
When I execute commands in the pdksh shell that should set an exit value, $? is not being set. When I use the bash shell, it is. In pdksh: /c/windevel> grep o regexps oo /c/windevel> echo $? 0 /c/windevel> grep Z regexps /c/windevel> echo $? 0 In bash: /c/windevel> grep o regexps oo /c/windeve

Re: update on hyperthreading system for cgf

2005-01-19 Thread Christopher Faylor
On Thu, Jan 20, 2005 at 12:09:54AM +1000, Nick Coghlan wrote: >Adrian Cox wrote: >>On Thu, 2005-01-13 at 19:58 -0500, Christopher Faylor wrote: >> >> >>>This is still pretty far off from the goal but I would still appreciate >>>it if anyone could recommend a cheap system which demonstrates the >>>p

Re: update on hyperthreading system for cgf

2005-01-19 Thread Nick Coghlan
Adrian Cox wrote: On Thu, 2005-01-13 at 19:58 -0500, Christopher Faylor wrote: This is still pretty far off from the goal but I would still appreciate it if anyone could recommend a cheap system which demonstrates the problem. So far, I don't recall anyone giving specific details about a name bra

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread CV
Igor Pechtchanski cs.nyu.edu> writes: > On Wed, 19 Jan 2005, CV wrote: > > After running the command "gcc -E ext.c -o ext.pre" and then > > comparing ext.pre with tcl.h I think I can identify some of > > the included bits, eg. the following: > > You could also just look at the '# line' lines, e.g

Re: _beginthreadex

2005-01-19 Thread Corinna Vinschen
On Jan 19 12:45, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Kukuk Barbara > > Sent: 19 January 2005 11:49 > > > Hi, > > I would like to know how I can use _beginthreadex in my program. > > It is shown as an unresolved external. Do I have to link a special >

Re: looking for shell program to retrieve property info from windows files

2005-01-19 Thread Jason Tishler
Jaye, On Tue, Jan 18, 2005 at 07:15:09PM -0500, Jaye Speaks wrote: > does anyone know of a shell program to retrieve the property info from > windows files. I need info like the fileversion or prodversion. No, so I wrote my own: $ version 'C:\Program Files\Microsoft Office\OFFICE11\WINPROJ.

business

2005-01-19 Thread dave
Hi, Advertise your Products and Services with Email Movies made by You at www.myvideotalk.net/16203 or become a Distributor at www.myvideotalk.com/16203 details at www.videoincome.co.uk/business/ Regards Dave. -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: Using rsync to sync to NTFS: permission issues

2005-01-19 Thread Warren Young
Wim Heemskerk Lists wrote: I (want to) use rsync under cygwin to sync files from a Linux box to a WinXP box. I want to maintain a full backup, including the file permissions. Without something like NIS or LDAP to synchronize the user and group databases between the machines, I think you will hav

RE: _beginthreadex

2005-01-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Kukuk Barbara > Sent: 19 January 2005 11:49 > Hi, > I would like to know how I can use _beginthreadex in my program. > It is shown as an unresolved external. Do I have to link a special > library? > > Thanks for your help. > > Barbar

RE: How to Build DLLs on Cygwin

2005-01-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Xuan Bai > Sent: 19 January 2005 06:23 > Hello, my dear friend, > > I want to build some DLLs on Cygwin. I got to know how to build DLLs > from one single source codes file with gcc -shared -o .. > > However, the DLL I am planni

_beginthreadex

2005-01-19 Thread Kukuk Barbara
Hi, I would like to know how I can use _beginthreadex in my program. It is shown as an unresolved external. Do I have to link a special library? Thanks for your help. Barbara -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.htm

Using rsync to sync to NTFS: permission issues

2005-01-19 Thread Wim Heemskerk Lists
Hi, I (want to) use rsync under cygwin to sync files from a Linux box to a WinXP box. I want to maintain a full backup, including the file permissions. First, this is how far I got: - the XP box uses an NTFS partition to write the back-up on. - rsync runs on the XP box (as it is by far the muscle