Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread neo napster
When compiling we are getting the following error: apitest.c:28:31: ipc.h: No such file or directory apitest.c:29:31: shm.h: No such file or directory Since we were told not to include the Cygipc library when building the application, we have removed the cygipc library and sources from our work

Re: why is my gid different when I run my script under cron?

2007-03-05 Thread Larry Hall (Cygwin)
Jerome Fong wrote: I forgot to note that the directory I am writing into is a shared directory on a different machine which only my windows XP user has privileges to write into. But my uid and gid matches when I run interactively and in batch, so I'm confused. Is there anything else it is r

Re: why is my gid different when I run my script under cron?

2007-03-05 Thread Jerome Fong
I forgot to note that the directory I am writing into is a shared directory on a different machine which only my windows XP user has privileges to write into. But my uid and gid matches when I run interactively and in batch, so I'm confused. Is there anything else it is restricting? thanks

Re: why is my gid different when I run my script under cron?

2007-03-05 Thread Larry Hall (Cygwin)
Jerome Fong wrote: Hi there, I have a script that works interactively. However when I schedule it to run with cron, I encounter permission and environment issues. I checked and even though my cron process has my user id, my group id is different. Interactively, I have a gid=10545(mkgroup-

Re: why is my gid different when I run my script under cron?

2007-03-05 Thread Morgan Gangwere
you have to su as _you_ or have scripts that can do the tasks as root (ie "su root << rootpass") On 3/5/07, Jerome Fong <[EMAIL PROTECTED]> wrote: Hi there, I have a script that works interactively. However when I schedule it to run with cron, I encounter permission and environment issues. I

why is my gid different when I run my script under cron?

2007-03-05 Thread Jerome Fong
Hi there, I have a script that works interactively. However when I schedule it to run with cron, I encounter permission and environment issues. I checked and even though my cron process has my user id, my group id is different. Interactively, I have a gid=10545(mkgroup-l-d), but in my cro

Re: sshd: can't mount samba shares

2007-03-05 Thread DePriest, Jason R.
On 3/5/07, David Abrahams on Mon Mar 05 2007, Corinna Vinschen writes: > On Mar 5 08:43, David Abrahams wrote: >> Corinna Vinschen writes: > > > > http://cygwin.com/acronyms/#PCYMTNQREAIYR OK, it took me an hour to figure out how to do that on Gnus. If you're going to ask everyone to do that

Re: sshd: can't mount samba shares

2007-03-05 Thread David Abrahams
on Mon Mar 05 2007, Corinna Vinschen writes: > On Mar 5 08:43, David Abrahams wrote: >> Corinna Vinschen <[EMAIL PROTECTED]> writes: > > > > http://cygwin.com/acronyms/#PCYMTNQREAIYR OK, it took me an hour to figure out how to do that on Gnus. If you're going to ask everyone to do that maybe y

Re: sshd: can't mount samba shares

2007-03-05 Thread Larry Hall (Cygwin)
On 03/05/2007, David Abrahams wrote: Corinna Vinschen <[EMAIL PROTECTED]> writes: > > > > "As usual starting with 2K3". I guess I really need to know what 2K3 is. From googling I guess it might be Win2000Sp3? I am using XP pro with the latest service packs. "2K3" = Windows 2003 Serve

Re: very odd behavior of Cygwin python from CMD

2007-03-05 Thread Larry Hall (Cygwin)
David Abrahams wrote: "Larry Hall (Cygwin)" cygwin com> writes: . We don't want to feed the spammers. On 03/03/2007, David Abrahams wrote: Brian Dessent dessent net> writes: > > and if

Re: sshd: can't mount samba shares

2007-03-05 Thread David Abrahams
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Mar 5 08:43, David Abrahams wrote: >> Corinna Vinschen <[EMAIL PROTECTED]> writes: > > > > http://cygwin.com/acronyms/#PCYMTNQREAIYR > > > >> > On Mar 2 18:58, David Abrahams wrote: >> > Access denied is interesting. In earlier versions of NT it

RE: GCC doesn't create an executable

2007-03-05 Thread Dave Korn
On 04 March 2007 22:42, Bogus Bill wrote: >> Looks like the driver works, but the invocation of cc1plus is failing. >> That all looked ok. What do you see from "cygcheck >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe"? > $ cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe > C:/Cygwin

Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread Corinna Vinschen
On Mar 5 19:32, neo napster wrote: > I have tried the suggested solution, but compilation failed as we have > included "compilation failed" is everything but detailed enough to help. > - Original Message > From: Charles Wilson <[EMAIL PROTECTED]> http://cygwin.com/acronyms/#PCYMTNQ

Re: sshd: can't mount samba shares

2007-03-05 Thread Corinna Vinschen
On Mar 5 08:43, David Abrahams wrote: > Corinna Vinschen <[EMAIL PROTECTED]> writes: http://cygwin.com/acronyms/#PCYMTNQREAIYR > > On Mar 2 18:58, David Abrahams wrote: > > Access denied is interesting. In earlier versions of NT it was > > typically not possible to use any drive letter in

Re: GCC doesn't create an executable

2007-03-05 Thread Norton Allen
Dave Korn wrote: On 04 March 2007 03:59, Bogus Bill wrote: Subject line edited, this is NOT an announcement. I have the same problem. I tried to compile the requisite "Hello, world!" program, but gcc didn't give any messages, nor generate any output. Here are the specifics:

Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread neo napster
I have tried the suggested solution, but compilation failed as we have included the following calls to Cygipc: semctl, semget, semop shmtcl, shmget, shmat, shmdt msgctl, msgget, msgsnd, msgrcv and also included header files like ipc.h,sem.h,shm.h in our application If i have to sucessfully comp

Re: sshd: can't mount samba shares

2007-03-05 Thread David Abrahams
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Mar 2 18:58, David Abrahams wrote: >> >> I have a Windows XP64 and XP (32-bit) virtual machine running on the >> same actual hardware, both with a cygwin installation, running sshd. >> When I ssh into the XP64 machine and issue >> >> net use s

Re: very odd behavior of Cygwin python from CMD

2007-03-05 Thread David Abrahams
"Larry Hall (Cygwin)" <[EMAIL PROTECTED]> writes: > On 03/03/2007, David Abrahams wrote: >> Brian Dessent dessent net> writes: > > and if so, >> launch it as "sh.exe -c python", using sh.exe in the same >> > > dir as the shortcut. This will invoke python through the shell, >> > > which will fol

Re: Going crazy trying to compile dll

2007-03-05 Thread Morgan Gangwere
On 3/5/07, Jonas Jalminger <[EMAIL PROTECTED]> wrote: Hi, I have tries various solutions but nothing works. The problem is that dlopen() never returns when called. These are built in eclipse using managed projects where the dll is chosen as shared library project. If I misspell the dll-name, dlo

[ANNOUNCEMENT] Updated: libusb-win32 0.1.12.0-1

2007-03-05 Thread Samuel Thibault
Version 0.1.12.0-1 of "libusb-win32" has been uploaded. It is a library that allows userspace application to access USB devices on Windows operation systems (Win98SE, WinME, Win2k, WinXP). It is derived from and fully API compatible to libusb available at http://libusb.sourceforge.net. If you

Re: sshd: can't mount samba shares

2007-03-05 Thread Corinna Vinschen
On Mar 2 18:58, David Abrahams wrote: > > I have a Windows XP64 and XP (32-bit) virtual machine running on the > same actual hardware, both with a cygwin installation, running sshd. > When I ssh into the XP64 machine and issue > > net use s: machine-name\\share-name password /USER:username

Going crazy trying to compile dll

2007-03-05 Thread Jonas Jalminger
Hi, I have tries various solutions but nothing works. The problem is that dlopen() never returns when called. These are built in eclipse using managed projects where the dll is chosen as shared library project. If I misspell the dll-name, dlopen() returns as it should with an error saying "not