Re: apache2 reports bad system call

2006-06-07 Thread Robert Khachikyan
Initially when I installed sshd, it was said to have the CYGWIN environment variable to 'ntsec'. After reading your forwarded link, I switched it to 'server' and it runs ok now...thanx... --Rob Larry Hall (Cygwin) wrote: Robert Khachikyan wrote: Hi, I successfully have installed and have

Re: apache2 reports bad system call

2006-06-07 Thread Larry Hall (Cygwin)
Robert Khachikyan wrote: Hi, I successfully have installed and have been using cygwin on my windows XP. Just recently I decided to add a web server. After installing the apache2, it complains of 'Bad system call': [EMAIL PROTECTED] /etc/apache2 $ /usr/sbin/httpd2.exe Bad system call [EMAIL PRO

Re: Cygwin and Windows Vista Beta 2

2006-06-07 Thread Robert Pendell
Chuck McDevitt wrote: > Just an FYI: Cygwin's fork() implementation has an intermittent bug > when running on Windows Vista Beta 2 > (Beta 2 will be released to the general public soon). > > Here's an example error (from running bash -l ): > > 6 [main] ? (3572) c:\cygwin\bin\bash.exe: **

apache2 reports bad system call

2006-06-07 Thread Robert Khachikyan
Hi, I successfully have installed and have been using cygwin on my windows XP. Just recently I decided to add a web server. After installing the apache2, it complains of 'Bad system call': [EMAIL PROTECTED] /etc/apache2 $ /usr/sbin/httpd2.exe Bad system call [EMAIL PROTECTED] /etc/apache2 $ /us

Re: Installing cygwin by manually copying c:\cygwin to another machine

2006-06-07 Thread Stephan Erickson
> setup --help displays nothing for me Try: setup.exe --help tail setup.log The parameters are sent to the log file... Stephan Erickson -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: htt

Re: 'ps' - is it supposed to do that?

2006-06-07 Thread mwoehlke
mwoehlke wrote: I was looking at 'ps' one day, wishing it would limit its output to just "my" processes. Just now, I realized it is... it is showing me all of *my* processes, rather than all of the *tty's* processes. On most other (real) OS's, I'm used to the limit - sans '-e' - being 'this /tt

Re: UNIX Network Programming (unpve13e) make failing (AF_INET6 undeclared).

2006-06-07 Thread huw
Thanks, Brian. The first issue was an omission of #defines. IPv6 isn't a necessity for the UNP source, I believe. The next issue I have is: mcast_leave.c: In function `mcast_leave_source_group': mcast_leave.c:78: error: storage size of 'mreq' isn't known 76: #ifdef IP_DROP_SOURCE_MEMBERSHIP

Re: UNIX Network Programming (unpve13e) make failing (AF_INET6 undeclared).

2006-06-07 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > get_ifi_info.c: In function `get_ifi_info': > get_ifi_info.c:143: error: `AF_INET6' undeclared (first use in this function) > get_ifi_info.c:143: error: (Each undeclared identifier is reported only once > get_ifi_info.c:143: error: for each function it appears in.) > get

UNIX Network Programming (unpve13e) make failing (AF_INET6 undeclared).

2006-06-07 Thread huw
Hello, I've failed to find an appropriate archived mail for this problem. I'm trying to build the UNIX Network Programming source on a newly, complete, download of cygwin. My assumption is that this should work out of the box. Any pointers? -- Huw After: ./configure ./cd libs make I get:

Re:

2006-06-07 Thread Serethos
Thx for your answer. But I called the guys from the SWIG mailing list and they stated that my problem can not be solved with SWIG. It would only be useful if I wished to use a e.g. c-program for another language. Any other ideas? Larry Hall (Cygwin) wrote: Maurice Hüllein wrote: I'm currently

RE: ssh with tunnel stacktrace on core duo

2006-06-07 Thread Harig, Mark
> -Original Message- > [mailto:[EMAIL PROTECTED] On Behalf Of Jürgen Schmitz > Sent: Wednesday, June 07, 2006 6:36 AM > To: cygwin@cygwin.com > > Hi! > > I'm using cygwin SSH for a long time now on a centrino notebook. Now I > have to switch over to a new core duo notebook with 2 GB ram.

Re: [ANNOUNCEMENT] Updated: swig-1.3.29-1

2006-06-07 Thread Richard Graham
Thanks to Max for the update... ... however the distro'ed bin package seems to be missing "swigwarn.swg" which is automatically generated during the build process. Could we go for "swig-1.3.29-2"? Thank you, Richard Graham __ Do You Yahoo!? Tired

Re: dialog/Xdialog or substitution in Cygwin ?

2006-06-07 Thread Andrew DeFaria
LiuYan wrote: Is there a dialog and/or Xdialog package release in cygwin ? If not, can I found a substitution of it or will it be migrated to cygwin ? The dialog/Xdialog is very useful to write a GUI script. Thanks ! For X install Cygwin/X. As for dialog boxes you could then use Perl/Tk --

ssh with tunnel stacktrace on core duo

2006-06-07 Thread Jürgen Schmitz
Hi! I'm using cygwin SSH for a long time now on a centrino notebook. Now I have to switch over to a new core duo notebook with 2 GB ram. I use the same SSH setup (keys, config) to access the hosts and simple shell sessions work fine. But when I use SSH tunneling (ssh -L ) and start some traf

RE: Cygwin and Windows Vista Beta 2

2006-06-07 Thread Dave Korn
On 07 June 2006 07:50, Robin Walker wrote: > --On 06 June 2006 20:11 -0400 Chuck McDevitt wrote: > >> Just an FYI: Cygwin's fork() implementation has an intermittent bug >> when running on Windows Vista Beta 2 >> >> The odd thing is that it sometimes works, and sometimes gives this >> error. >

Re: cygport pkgcheck

2006-06-07 Thread Reini Urban
Yaakov S (Cygwin Ports) schrieb: Reini Urban wrote: I added a function pkgcheck, which checks for duplicate and missing files comparing inst to the generated binpkg files. To check if the manually written pkg_names[] array is correct. This is only useful for splitted packages. I found it useful