Re: problems with top using Cygwin ssh to Debian 31r0a

2005-10-15 Thread René Berber
on the remote side and see if the problem persist. -- René Berber -- 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/

Re: Cygwin, ssh, and top

2005-10-15 Thread René Berber
? -- René Berber -- 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/

Re: sshd refuses ssh connections

2005-10-19 Thread René Berber
marcj should have group 513 (or the same group as Administrator, I'm not sure if this changes from Windows version). BTW did you set your passwd and group files as per /usr/share/doc/Cygwin/login.README? HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: sshd refuses ssh connections

2005-10-19 Thread René Berber
-keygen and ssh_config). -- René Berber -- 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/

Re: Restart cygrunsrv service on failure

2005-10-20 Thread René Berber
the wrong exit codes. Windows does not use the Unix like codes 0, 1, etc. I don't remember Windows codes but they where something like (exit_code 8 | windows_flags) that means 256 instead of 1. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Cron Problems with Cygwin

2005-10-24 Thread René Berber
Larry Hall (Cygwin) wrote: [snip] 1 * * * * /bin/echo hi /tmp/cron.out You meant: * * * * * /bin/echo :hi: /tmp/cron.out -- R. Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: undefined references compiling gcc with ncurses

2005-10-25 Thread René Berber
get an undefined reference for each curses function. I'm sure I'm doing something wrong. The program doesn't do anything until 'q' is typed... -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: How i can subcribe to this list!!!

2005-10-26 Thread René Berber
}'` ... if [ $LOGNAME = xyz ]; then echo Not authorized to login. exec sleep 5 fi ... Yo solamente he probado esta segunda opción, esto quiere decir que la primera opción tal vez no funcione. Espero que esta información sirva de algo. -- René Berber -- Unsubscribe info: http

Re: permission denied errors in script run by cron

2005-10-29 Thread René Berber
] Isn't My Documents just a link created by Windows when you log in and destroyed when you log out? Why don't you change My Documents to [guessing] /c/Documents\ and\ Settings/Matt/My\ Documents ? HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: NetPbm - xwdtopnm???

2005-11-05 Thread René Berber
-- René Berber -- 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/

Re: audit log\'s

2005-11-09 Thread René Berber
information is part of the event: sshd : PID 2868 : fatal: mm_request_receive: read: Software caused connection abort. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: audit log\\\'s

2005-11-10 Thread René Berber
could use any log-watcher tool that works on Unix. Regards. -- René Berber -- 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/

Re: [ANNOUNCEMENT] updated: postgresql-8.0.4-1 and 8.1.0-1

2005-11-11 Thread René Berber
Reini Urban wrote: postgresql 8.0.4 and 8.1.0 is released. Just a note, changing from 7.4.5 to 8.1.0 breaks Xemacs 21.4.17. Somehow Xemacs depends on pq.dll which came with the old postgresql, the new one only has cygpq.dll; why does Xemacs depends on postgresql? Regards. -- René Berber

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread René Berber
. In the meantime rename pq.dll to something else before upgrading postgresql and rename again to pq.dll afterwards. A better fix is to link cygpq.dll to pq.dll: # ln /usr/bin/cygpq.dll /usr/bin/pq.dll -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: bash shell not responding

2005-11-15 Thread René Berber
does? -- René Berber -- 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/

Re: bash shell not responding

2005-11-15 Thread René Berber
, a green text marker appears that moves around with the mouse, and typing no longer works. Never seen that. By open you mean execute the bat file or execute bash? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Help with sshd on alternate port on XP

2005-11-16 Thread René Berber
answer. Thanks for any insight/feedback/help. Edit /etc/sshd_config, just set Port to 8001. Install sshd as a service following the documentation in /usr/share/doc/Cygwin/openssh.README. This is the main part you are missing above. HTH -- René Berber -- Unsubscribe info: http

Re: Lock down CYGWIN SSH User to single directory.

2005-11-17 Thread René Berber
be interesting to hear if anyone had any success with this. HTH -- René Berber -- 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/

Re: Complex.h file

2005-11-19 Thread René Berber
the standard, but complex is defined in libstdc++ wich is c++ not c, and I don't have it in gcc 3.4.4 only on 4.0.2 (not distributed with Cygwin yet). HTH - -- René Berber -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

mmap() on 64K aligned address fails

2005-11-25 Thread René Berber
with the command at the end of the same file. Any ideas what's wrong? Thanks. -- René Berber /* confdefs.h. */ #define PACKAGE_NAME package-unused #define PACKAGE_TARNAME libstdc++ #define PACKAGE_VERSION version-unused #define PACKAGE_STRING package-unused version-unused #define PACKAGE_BUGREPORT

Re: mmap() on 64K aligned address fails

2005-11-26 Thread René Berber
still don't know why mmap() failded. -- René Berber -- 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/

Re: mmap() on 64K aligned address fails

2005-11-26 Thread René Berber
have a fully functional set of libraries. Regards. -- René Berber -- 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/

Re: mmap() on 64K aligned address fails

2005-11-26 Thread René Berber
René Berber wrote: [snip] mmap() is returning an error code, probably EINVAL I just ddisn't care to look didn't what was it because there shouldn't be an error. Yes, using perror I get Invalid argument, so the implementation considers

Re: mmap() on 64K aligned address fails

2005-11-27 Thread René Berber
layout. Don't use MAP_FIXED unless you know what you're doing. I'm not an expert but I think the example did comply with all the Windows granularity requirements and unless I'm really missing something else it should have worked without the invalid argument error. Thanks for your reply. -- René

Re: Norton Internet Security and Cygwin: What settings for NIS?

2005-11-27 Thread René Berber
). HTH -- René Berber -- 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/

Re: mmap() on 64K aligned address fails

2005-11-27 Thread René Berber
Windows related tweaking but it's just a test. Besides, what other memory is there available that a process has under its control? Yes, I know, mmap() should be used w/o MAP_FIXED and let the OS choose where to map, but the interesting part of this test is to use MAP_FIXED. -- René Berber

Re: Cygwin install changing permissions

2005-11-28 Thread René Berber
requirements). HTH -- René Berber -- 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/

Re: How to improve scp speed?

2005-11-28 Thread René Berber
enabling compression will help: scp -C ... (same network speed but faster transmission times). That is if the scp process is not CPU limited (either side). HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Norton Internet Security and Cygwin: What settings for NIS? *** SOLUTION *** ???

2005-11-29 Thread René Berber
available for Cygwin: Look for cdrecord-prodvd-2.01a11-i586-pc-cygwin.exe or a more recent version (this was from 2003). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: cygwin file permissions change after installation

2005-12-01 Thread René Berber
gives? Bad use of find, drop the -name * . - -- René Berber -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iEYEARECAAYFAkOPndYACgkQL3NNweKTRgxmUACgsxIT6ssWp/ZFAWtUPdCQRJhZ oEcAoNTmcSmApPYTrgumjEZgrV8Wnvzf =a635

Re: Radius authentication via PAM?

2005-12-02 Thread René Berber
came across this when investigating if I sould use OpenLDAP to authenticate everybody in an heterogeneous network. Look for instance to http://pgina.xpasystems.com/ which may be what the OP was looking for. HTH - -- René Berber -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (Cygwin) Comment

Re: [ANNOUNCEMENT] Updated: xpdf-3.01-1

2005-12-08 Thread René Berber
have xpdf under the X11R6 subtree, unless I'm mistaken and it also works w/o X11. Thanks. - -- René Berber -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

Re: setup.exe - un-attended installation support

2005-12-13 Thread René Berber
the extra packages you need installed will allow your users to use setup.exe, don't select anything (is already selected) just finish the installation. You do need your own repository or CD to avoid unexpected version changes. Just an idea, I haven't tested it. -- René Berber -- Unsubscribe info

Re: cygwin 1.5.18-1 + Perl + open-pipe + native executable

2005-12-13 Thread René Berber
and some explanation is on the User guide: http://cygwin.com/cygwin-ug-net/using-effectively.html#id4750591 HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Where is patch?

2005-12-14 Thread René Berber
of the box and it works better than the one distributed with Cygwin. By works better I mean that Cygwin's patch sometimes fail when GNU patch works perfect. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Where is patch?

2005-12-14 Thread René Berber
Dave Korn wrote: René Berber wrote: The latest GNU patch version compiles out of the box *Where* is the latest GNU patch version? In any of the GNU mirrors and of course in ftp.gnu.org -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Where is patch?

2005-12-14 Thread René Berber
with LF endings (or a mixture), in Word you can choose, ... Emacs can be configured but that is the user option not a standard. Regards. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Where is patch?

2005-12-14 Thread René Berber
.tar.bz2 ... $ cd mailman-2.1.6/ $ /usr/local/bin/patch --version patch 2.5.4 ... $ /usr/local/bin/patch -p1 ../indexing-2.1.6-0.1.patch patching file templates/da/archidxfoot.html --- René Berber copyof-mailman-2.1.6.tar.bz2 Description: Binary data diff -ruP --exclude=.DS_Store mailman-2.1.6

Re: CygWin + gcc to build Windows application written in C.

2005-12-14 Thread René Berber
to __imp___iob); I searched the web and found some hints about using MinGW under Cygwin, but nothing clear or certain; above all, only questions but not answers... Same as above. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Where is patch?

2005-12-15 Thread René Berber
Note that I tried this under a binmode mount as well as under a textmode mount, so it can't be related to the mount mode. Sorry, Thunderbird ate the ^M in the indexing file. New compressed attachment included. -- René Berber indexing-2.1.6-0.1.patch.bz2 Description: Binary data

Re: Where is patch?

2005-12-18 Thread René Berber
to checking whether system is Windows or MSDOS... (cached) no resulting in a patch that works different when files have CR (the test patchfile was a mixed CR-LF and LF line terminators). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Fw: CrossCompiling

2005-12-19 Thread René Berber
those will not work, you need the target libraries (notice the difference between my libgcc and the one your linker was looking for: .../i686-pc-cygwin/... vs .../i686-unknown-linux/...). In other words, your setup is not complete for doing the cross-compilation you are trying to do. HTH -- René

Re: About services

2005-12-24 Thread René Berber
ago it didn't work for anything but the sample) and xinetd depends on it so the same goes for it. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: libexif: one version for binaries, another version for source

2005-12-24 Thread René Berber
different versions of 2 Gtk libraries under /WINDOWS, but I don't recall which ones, I think one was libxml.dll but I don't see any libexif in GTK/2.0 (I have not checked if my Gimp includes tiff handling which is what that lib would be good for). HTH -- René Berber -- Unsubscribe info: http

Re: 2.510.2.2: bash won't open after install

2005-12-28 Thread René Berber
the error message says? -- René Berber -- 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/

Re: 2.510.2.2: bash won't open after install

2005-12-28 Thread René Berber
processors, is it 2 with hyper-threading or really 4? Some people have reported unusual errors with hyper-threaded CPUs, most problems where solved some time ago but you should search the list just to make sure. Perhaps you can get out something interesting with the --debug parameter to bash. -- René

Re: 2.510.2.2: bash won't open after install

2005-12-29 Thread René Berber
be faster than looking at strace output to find out what the problem is. Regards. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: executable = exe + data

2005-12-29 Thread René Berber
the target string. -- René Berber -- 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/

Re: executable = exe + data

2005-12-31 Thread René Berber
which changes with OS/version/CPU architecture/... and you end up with something that is not portable. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: sshd_conf and local groups

2006-01-01 Thread René Berber
tried the option AllowUsers? -- René Berber -- 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/

Re: Problem with gcj and gij

2006-01-04 Thread René Berber
No stacktrace available Can anyone help me run my program? And gij 3.4.4 is broken as Gerrit said, but you probably have another version because yours seems to be working, otherwise you would have seen: Segmentation fault (core dumped) and a gij.exe.stackdump file produced. -- René Berber

Re: help cron cygwin

2006-01-07 Thread René Berber
* * * * trasf_DOS.exe;echo tab eseguito alle $(date)/home/Administrator/cronlog It's all explained in man 5 crontab. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: Running php scripts under cygwin

2006-01-15 Thread René Berber
just follow the instructions in: /usr/share/doc/Cygwin/cron.README Did you try to compile php? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Problems with cygwin cvs over ssh.

2006-01-25 Thread René Berber
repository is on the windows server. [snip] From the manual: If the access method is omitted, then if the repository starts with ‘/’, then :local: is assumed. Try: cvs -d :ext:[EMAIL PROTECTED]:/test-repository co test1 -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Problems with cygwin cvs over ssh.

2006-01-25 Thread René Berber
part of the command. To the OP: Just try it using :ext: and report back, perhaps I can learn something. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Problems with cygwin cvs over ssh.

2006-01-25 Thread René Berber
/.classpath U junit-test/.project cvs server: Updating junit-test/lib ... Remote CVS server is Solaris, local ssh and Cygwin dll versions are latest released. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: updating DB_File in Perl: where would be db.h?

2006-01-25 Thread René Berber
for headears and libs set to /usr/local/BerkeleyDB or something similar. I just ran into this yesterday. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: After update from 1.5.18 to 1.5.19, xemacs 21.4.13 can only run from bash

2006-01-27 Thread René Berber
the icon until the next change of version. HTH -- René Berber -- 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/

Re: After update from 1.5.18 to 1.5.19, xemacs 21.4.13 can only run from bash

2006-01-27 Thread René Berber
have? (i.e. cygcheck /usr/local/bin/i686-pc-cygwin/xemacs-21.4.13) Please keep replies to the list. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: After update from 1.5.18 to 1.5.19, xemacs 21.4.13 can only run from bash

2006-01-27 Thread René Berber
. HTH -- René Berber -- 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/

Re: can't install rpm

2006-01-28 Thread René Berber
and will not run under Cygwin/intel. If the contents are java (code and/or jars) then it probably works. Why don't you install the Cygwin specific package? (i.e. tinyos-cygwin-1.1.zip) HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: can't install rpm

2006-01-28 Thread René Berber
, they have 2 options: use a Windows installer or unzip the package. I did have a look at the TinyOS pages before posting. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: SSH Connection Still Active

2006-02-03 Thread René Berber
: ClientAliveInterval 60 ClientAliveCountMax 3 I have not tried it. -- René Berber -- 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/

Re: shutdown

2006-02-04 Thread René Berber
, which allows to use the ExitWindowsEx function on Windows NT. This is important if shutdown is supposed to poweroff on Windows 2000, since the InitiateSystemShutdown implementation on Windows 2000 unfortunately misses to do this. Regards. -- René Berber -- Unsubscribe info: http

Re: Porting from SUN Solaris to Cygwin

2006-02-06 Thread René Berber
problem has nothing to do with Cygwin. If you are using Microsoft's C compiler then the executable produced only depends on Microsoft's libraries. That means they should run with or without Cygwin. You are looking at the wrong place (and your Cygwin version is ancient). -- René Berber

Re: Another .bashrc Question

2006-02-08 Thread René Berber
what's really going on when bash starts. You'll see in the output where your .bashrc is looked for. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: [ANNOUNCEMENT] Updated: xemacs-21.4.19-1/xemacs-tags-21.4.19-1/xemacs-emacs-common-21.4.19-1

2006-02-20 Thread René Berber
to the executable (i.e. %SystemDrive%\cygwin\bin\xemacs-21.4.19.exe) HTH -- René Berber -- 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

Re: [ANNOUNCEMENT] Updated: xemacs-21.4.19-1/xemacs-tags-21.4.19-1/xemacs-emacs-common-21.4.19-1

2006-02-20 Thread René Berber
first that the old executable is not found). -- René Berber -- 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/

Re: Nominally, how long to build cygwin/bash debug versions?

2006-02-22 Thread René Berber
). And to answer your question, on a [EMAIL PROTECTED] it takes less than 10 minutes. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: OpenGL issues

2006-02-23 Thread René Berber
---^ You are having difficulties because you don't know how to compile a simple program. Does this look better to you? gcc -g -o abgr abgr.c -lopengl32 -lglut32 -lglu32 -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Basic test

2005-04-28 Thread René Berber
Package Information Package VersionStatus coreutils5.3.0-5OK if you don't have this package run setup.exe again, this time make sure that the default packages are installed. The default packages are automatically selected to be installed. -- René Berber

Re: cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread René Berber
that the behavior of FIFOs under 1.5.15 was correct, and that under both 1.5.16 and the snapshot, FIFOs are now broken. FWIW, I just tested your example under Solaris 8 and it works just like Christopher describes. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Using -mno-cygwin flag

2005-05-04 Thread René Berber
. -- René Berber -- 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/

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-04 Thread René Berber
change in the build system? Regards. -- René Berber -- 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/

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-14 Thread René Berber
to support -shared. I'm testing and packaging this version right now. (0.85) Thanks for the reply. I agree that the clamav package needs a patch sent to the developers to make it compile out of the box under Cygwin, updating libtool seems like a good idea. Regards, -- René Berber -- Unsubscribe

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-14 Thread René Berber
to aclocal.m4. But since it only affects cygwin so far, Thomas is probably not concerned enough. All other platforms compile fine with libtool 1.4.2a yet. Don't call him Thomas it is Tomasz (I know it's the same but you never know if it annoys him, hey maybe that's why he doesn't change libtool ;-). -- René

Re: Today's neo-nazi spam

2005-05-15 Thread René Berber
makes things worse. -- René Berber -- 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/

Re: Today's neo-nazi spam

2005-05-15 Thread René Berber
Oops! Sorry for all those spelling errors. -- 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/

Re: DNS BIND package for cygwin

2005-05-18 Thread René Berber
for whatever reason is not acceptable. Yes, bind 9.3.0 (I haven't tried more recent versions) builds out of the box under Cygwin. Of course if you're not just using the above mentioned tools but also the server you have to install it yourself using cygrunsvr. -- René Berber -- Unsubscribe info

Re: cygrunsrv: Error stopping a service: QueryServiceStatus: Win32 error 1053

2005-05-20 Thread René Berber
Brian Dessent wrote: It may not work to start a script directly. Yes it works, but I have only used it with bash. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: New User question

2005-05-20 Thread René Berber
that have the necessary cygwin libraries (dll), that usually means in machines that have Cygwin instaled but you can transport your program with the necessary libraries. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: CVS SSH connection timeout

2005-05-20 Thread René Berber
and group), then configure cvs to use those (usually in the repository passwd file). Regards. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: /etc/profile always does a cd $HOME

2005-05-22 Thread René Berber
variable and commands are read and executed from the file whose name is the expanded value. No other startup files are read. ... -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: /etc/profile always does a cd $HOME

2005-05-23 Thread René Berber
, which possibility is there to execute a command within a fully functional cygwin environment? Why not use: c:\cygwin\bin\make all the necessary paths and variables can be defined in the Makefile. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: XML::LibXSLT on Cygwin

2005-05-23 Thread René Berber
the only way is to: cpan force install XML::DOM cpan install XML::XSLT but then, of course, you have a XML::DOM that doesn't really always work. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Serious performance problems (malloc related?)

2005-06-02 Thread René Berber
So actually, cygwin is faster than SFU, isn't it? Not really. It's 334 on a 2.4 GHz P4 vs 345 on a 533 MHz P3. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Can't get Exim to send mail

2005-06-05 Thread René Berber
route_list = * smtp.rcn.com That's the first thing to change, worry later about timeouts or anything else. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: inet_pton() error. Does Cygwin support inet_pton()?

2005-06-17 Thread René Berber
Fernando Barsoba wrote: I'm trying to use the function inet_pton(), but I found the following error when trying to build the application with Eclipse/CDT on Cygwin: [snip] If you don't need IPv6 in your application you can add tbe following implementation: #ifdef __CYGWIN__ /* From: *

Re: Cygwin and firewalls (FAQ alert)

2005-06-21 Thread René Berber
seen problems with it and Cygwin. Just to clarify. -- René Berber -- 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/

Re: Question: tcpdump for Cygwin?

2005-06-21 Thread René Berber
the build to use the correct option... I haven't tried compiling with -mnocygwin. Additional info: I followed the instructions posted to this list by Brian Dessent on 30 Jul 2003 with subject Re: tcpflow under cygwin anybody?. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml

Re: cron issue

2005-06-29 Thread René Berber
with cron, what you describe as doing should work with no problem. HTH -- René Berber -- 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/

Re: Some debug tips

2005-06-30 Thread René Berber
. ^^ Then why don't you add the --dep option, i.e. cygrunsrv -I apache -p /usr/sbin/apache2.exe -d Apache (cygwin) -e CYGWIN=ntsec server -y cygserver -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: can't connect to ssh server on windows xp

2005-06-30 Thread René Berber
is listening on that port and refusing connections so you should start by looking out what is listening there (netstat -ba | grep ssh), if it is Cygwin's sshd then check your configuration /etc/sshd_config . HTH, -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: can't connect to ssh server on windows xp

2005-07-01 Thread René Berber
is the message you get when *nothing* is listening on the port. No, you get a timeout when nothing is listening. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: can't connect to ssh server on windows xp

2005-07-01 Thread René Berber
. -- René Berber -- 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/

Re: exim and imap3d

2005-07-10 Thread René Berber
--reference=/var/spool/mail /var/mail chown --reference=/var/spool/mail /var/mail That should do it. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Help with IMAP server

2005-08-09 Thread René Berber
is that you are missing all the user login setup (password and group file), the documentation for that is in file login.README . Make sure that the service is running (netstat -a | grep 143). Then test it (if you know how to talk to a imap server). HTH -- René Berber -- Unsubscribe info

Re: crontab

2005-08-23 Thread René Berber
Jean-Michel Douchain wrote: I can't run automatically any program with cron?? Can you help me?? [snip] What does /var/log/cron.log show? What cron events show in Windows Event Viewer (Application)? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Cygwin gcc and g90 compilers...

2005-08-23 Thread René Berber
need to install the MingW libraries, which are not installed by default. Use setup.exe again and select the libraries from the Development category. You should have said which libraries were missing in your first message. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml

Re: Problems with Windows threads and cygwin sleep()

2005-08-24 Thread René Berber
The sleeper process used ~0% cpu (as seen), I killed it with ^C after a while. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

  1   2   3   4   5   6   7   8   >