Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread René Berber
is not a Cygwin provided program, you are using the Windows' netstat (which is nowhere near the Unix version) you should ask them. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: gcc does not execute - why ?

2010-01-13 Thread René Berber
\system32\ntdll.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\Cygwin\bin\cygintl-8.dll C:\Cygwin\bin\cygiconv-2.dll One or more of those libraries are missing in your installation. -- René Berber -- Problem reports: http://cygwin.com/problems.html

Re: chmod in cygwin

2010-01-03 Thread René Berber
or something else. Hope this helps. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-23 Thread René Berber
like that. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: openSSH Windows server 2003, key mode

2009-12-22 Thread René Berber
...@10.4.15.5:tempKey ssh -o PubkeyAuthentication=no myu...@10.4.15.5 cat tempKey .ssh/authorized_keys exit ssh myu...@10.4.15.5 Did that work as expected? I don't know PuTTYgen or what's the deal with .ppk keys; know even less about winSCP so no comments there. -- René Berber -- Problem reports

Re: openSSH Windows server 2003, key mode

2009-12-22 Thread René Berber
. with CR-LF line endings and sshd chokes on that. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Looking for the 'stdout' of a Windows application

2009-12-13 Thread René Berber
/cygwin/2006-03/msg00164.html I say almost because it assumes a fixed terminal size and it fails if the output exceeds that size, and there where other problems but the OP might find it good enough for the job. I'm looking forward to try 'conin'. -- René Berber -- Problem reports: http

Re: Problem with XP Pro at work.

2009-10-13 Thread René Berber
it, and leaves the file after stopping. You changed users and now you can't start X, or anybody else different than the old user. The solution is to delete that file (I don't remember the exact name, something like /tmp/.X0). -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ

Re: emacs installed but won't run

2009-09-14 Thread René Berber
whatever is missing; the real problem is a setup hint file missing a dependency. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: How to install QT in CYGWIN

2009-08-25 Thread René Berber
). An alternative is cross-building from Linux, take a look at http://fedoraproject.org/wiki/MinGW -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-27 Thread René Berber
the service installation again, it should complain about the permissions so you can fix them. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http

Re: Rxvt on Windows 7 RC

2009-07-12 Thread René Berber
don't have C:\Cygwin\bin on your Windows PATH (and is needed to pull all the required dynamic libraries). -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: Binding OpenGL and gcc

2009-06-02 Thread René Berber
the same thing (more or less). Try running your program and look at the exit code: './run; echo $?'; then do 'net helpmsg code', where the code is what the echo printed. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Building against Stripped DLLs

2009-05-30 Thread René Berber
version. Just install w32api (using Cygwin's setup.exe or setup-1.7.exe), it has all you need (see: http://cygwin.com/cgi-bin2/package-cat.cgi?file=w32api%2Fw32api-3.13-1) Regards. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Building against Stripped DLLs

2009-05-30 Thread René Berber
René Berber wrote: Christina McQuirk wrote: [snip] Is there a way to turn these stripped files into .a files? Or, can I get the source code somewhere? The files I am having trouble with are -lglu32, -lglut32, -lopengl32, -lkernel32. I have the dlls in my system32 folder, but I do

Re: scp won't copy to one computer

2009-05-27 Thread René Berber
Ryan Stewart wrote: When I issue the scp command, it asks for my password, as usual, then echoes a message that I have at the end of my .bashrc on the remote computer And that is the problem: http://openssh.org/faq.html#2.9 Regards. -- René Berber -- Unsubscribe info: http

libtool, how should the version be parsed?

2009-05-15 Thread René Berber
) is the bleeding edge. Any trick/idea on how to use it with packages that expect something sane as version. -- 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: libtool, how should the version be parsed?

2009-05-15 Thread René Berber
if something is version X and part of say coreutils version Y, but libtool X being part of GNU libtool Y? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: gs--yes, gv--yes, lpr--no Font problems still...

2009-05-12 Thread René Berber
haven't done this in a long time; very similar to what you do on Unix to use PS with a plain printer. -- 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: rxvt-20050409-10

2009-04-27 Thread René Berber
Andy Koppe wrote: [snip] Also, is it necessary to invoke rxvt through run.exe, as rxvt does its own console hiding anyway? No, a shortcut calling rxvt directly works fine as long as C:\Cygwin\bin or equivalent is on the Windows PATH. -- R.Berber -- Unsubscribe info:

Re: No Output When Running Program From Sub Directory

2009-04-11 Thread René Berber
Fabricio Guzman wrote: This problem seems simple yet I've spent the last two days researching and have been unsuccessful. I have a directory, TopDir, with one subdirectory SubDir. The TopDir has a program called libtool. If I'm in TopDir the command libtool --help works as expected (I

Re: GNU screen doesn't initialize

2009-04-02 Thread René Berber
Andrew Schulman wrote: Since several days I try to debug GNU screen within Windows XP's cygwin environment - without any success. I see the start screen, which reminds me of the license stoff, skip that, and the Terminal-screen stays black. You mean completely black? No command prompt?

[1.7] wordexp()/wordfree() missing?

2009-03-22 Thread René Berber
Hi, Using Cygwin 1.7.0(0.193/5/3), there is /usr/include/wordexp.h but the functions defined there are not in a library (they belong to libc). Do I need a ?-development package? The comment at the end of the wordexp.h file is strange, it says you need bash... what has that to do with a

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-13 Thread René Berber
Vin Shelton wrote: Charles Wilson wrote: Just for grins, could you rebuild zsh against libncurses9 -- but this time use gcc3? cygiconv-2 and cygncurses-9 use the static gcc-3.4.4 libgcc.a, but you are apparently using the gcc-4.3.2 shared libgcc. I just wonder if that presents an

Re: log rotation

2009-01-20 Thread René Berber
;\ echo Copied example rotatelog.conf to ${CONF}. ;\ fi + +FORCE : Logrotate should also work, I didn't try on Cygwin but I use it on Linux, rotate log is just simple and does the job fine. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: cygrunsrv autossh - tunnel does not come up

2009-01-09 Thread René Berber
why I guess the network is not really up and that makes the difference. -- 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: Octave has stopped running for me - no error msg

2009-01-09 Thread René Berber
/. Install those packages with 'setup.exe'. Unfortunately this doesn't tell me anything useful: $ cygcheck -c octave Cygwin Package Information Package VersionStatus octave 3.0.2-1OK Drop the -c, add the full path to octave.exe -- René Berber

Re: cygrunsrv autossh - tunnel does not come up

2009-01-08 Thread René Berber
it manually. -- 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: Loginscript

2008-12-23 Thread René Berber
? .login only works with csh (tcsh is also 'c-shell'), Cygwin uses bash which use .bashrc and a few others to set up things at startup. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: GTK+ externals are unresolved

2008-12-17 Thread René Berber
for its list of unresolved symbols and doesn't re-scan libraries when another symbol appears. -- 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: terminal window with tabs?

2008-11-25 Thread René Berber
Michael Renner wrote: I'm looking for a xterm replacement that can handle more than one shell in tabs. Maybe like KDEs konsole can. Any chance? mrxvt builds fine under Cygwin. There are other than don't need the X server: Terminator, Ponderosa (both have their glitches). -- René Berber

Re: trouble running Apache 1.3.33-2 as a service

2008-11-25 Thread René Berber
and .pid files that won't be accessible to user www, Apache will fail to open those logs, .pid file, etc. So, you have to clean up your mess. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: trouble running Apache 1.3.33-2 as a service

2008-11-24 Thread René Berber
, but I would try w/o the change of owner. -- 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 suddenly prohibitively slow (conflicts?)

2008-11-13 Thread René Berber
Barnhart, Robert M. wrote: [snip] Are there any known problems with VMware and cygwin? No. I use VMWare Player and have no problem, in fact use Cygwin's terminals, ssh, and X to access the the other OS. [snip] -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: [ANNOUNCEMENT] Updated: clamav-0.94-1

2008-11-10 Thread René Berber
support for Cygwin). -- 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: NFS server v3

2008-10-24 Thread René Berber
/unfs3 It probably builds out of the box and could just replace the current server, which BTW is no longer listed on Debian (I followed the link given in /usr/share/doc/Cygwin/nfs-server-2.3-5.README .) -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Redirecting Console Input

2008-10-24 Thread René Berber
' is waiting for. 'sc' ignores the file and waits for me to type 'Y', before it resumes the help output to stdout. [snip] -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: cygwin bash crashes on 64bit Windows Server 2008

2008-10-19 Thread René Berber
Freddy Jensen wrote: Has anyone tried cygwin on a 64-bit Windows Server 2008 system? Seems it only runs under WoW/cmd, not the regular cmd... another fine mess from Microsoft. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Problems installing Cygwin 1.5.25-15 onto base Windows Server2008 w/Terminal Services installed

2008-10-15 Thread René Berber
Desktop) as a user with full Administrators permissions [snip] That's not enough, you need to disable UAC. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: dnsutils package

2008-10-05 Thread René Berber
and tools. -- 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: C/C++ and the boost library: /usr/include/boost does not get included

2008-10-04 Thread René Berber
/share/doc/Cygwin/ that describe why is it installed that way or how is it supposed to be used. -- 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: FW: How to display Russian Cyrillic and Chinese in Cygwin Bash Console?

2008-09-17 Thread René Berber
-unicode-X An improved version of rxvt requiring an Xserver. rxvt-unicode-common An improved version of rxvt requiring an Xserver. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-11 Thread René Berber
Dave Korn wrote: René Berber wrote on 10 September 2008 23:29: Hi, Has anyone tested it? Well, yeah :) That much I knew, it's the normal way gcc builds itself. [snip] Nah, nothing like that. Cygcheck output show anything? Traces of v3 remaining and interfering? Bingo! I have

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-10 Thread René Berber
19:34 i686 Cygwin -- 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: report from virustotal / setup.exe from cygwin.com may be corrupt?

2008-09-01 Thread René Berber
that. You need to check the whole disk to find out where it is. If i remember correctly, several of the major anti-virus companies offer a scan through the Web (also the link I sent in my reply, but I don't know those guys). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: is sddt.exe part of the cygwin installer? (possible corruption of gatech mirror)

2008-08-31 Thread René Berber
send it (setup.exe) for scanning to, for instance, http://www.virustotal.com/ or http://www.virscan.org/ Sorry for the bad news. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: getting gdb I/O and progam I/O into separate windows

2008-08-31 Thread René Berber
X), a GUI that separates code from memory and the program's output (plus gdb output, breakpoints, and so on). Insight is part of the gdb package on Cygwin (OK, with lowercase: insight.exe). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: mailman

2008-08-27 Thread René Berber
, Apache is needed. -- 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: Having trouble with syslog-ng using lots of CPU

2008-08-21 Thread René Berber
had another server process do the same, only once, I can't remember which one; the point is perhaps there's something else causing the problem, not syslog-ng. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: cygrunsrv process logs

2008-08-12 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: pkg-config --list-all displays nothing on Vista

2008-08-10 Thread René Berber
find ldconfig in cygwin. Could anyone advice whether pkgconfig works or not in cygwin? And how to make it work? Cygwin doesn't have ldconfig, that's a Linux program. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread René Berber
is there above. [snip] Also when running the screen command I always get some text and then instructions to press the spacebar/or enter. That is very nice but how is this surpressed? Don't use screen (not recently anyway) but isn't it there a quiet option? -- René Berber -- Unsubscribe info

Re: sshd [5.1p1] fails on seteuid permission denied

2008-08-05 Thread René Berber
? [snip] Read the instructions inside: /usr/share/doc/Cygwin/openssh.README -- 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: sshd [5.1p1] fails on seteuid permission denied

2008-08-05 Thread René Berber
J.D. Baldwin wrote: On Tue, Aug 05, 2008 at 06:42:46PM -0500, René Berber wrote: [snip] I can invoke /usr/sbin/sshd but not log in via same. I have tried it with and without privilege separation, with and without re-exec and in various other permutations. It always fails on the seteuid call

Re: Does anyone use insight on cygwin?

2008-08-04 Thread René Berber
... not as good but with some customization it can come close to Insight. -- 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: How to run cygwin compiled/linked application on machine without cygwin installed?

2008-07-31 Thread René Berber
well now! ;-) And you need Cywin/X running (the above library is for X windows) which is a lot more than a list of libraries. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: script

2008-07-28 Thread René Berber
Buchbinder, Barry (NIH/NIAID) [E] wrote: r wrote on Sunday, July 27, 2008 11:11 AM: Saturday 26 July 2008, alle 19:36, René Berber wrote: r wrote: How can I execute a script at boot time ? it's a simple retrieving email script with 'getmail' [snip] An easy way is to use cron

Re: script

2008-07-28 Thread René Berber
a thread to solve multiple questions is bad practice. -- 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: script

2008-07-26 Thread René Berber
that everybody can use) or ~your-user/bin (for private scripts). -- 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: cron 00.27

2008-07-19 Thread René Berber
boot ? )) Cron-config did that. but at 00.27 nothing appened. Did I make something wrong ? You didn't learn to use cron: man crontab less /usr/share/doc/Cygwin/cron-4.1-6.README -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: cron 00.27

2008-07-19 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: cygrunsrv do not automatic start service

2008-07-16 Thread René Berber
yes LocalForward localhost: sunfire: Protocol 2 TCPKeepAlive yes I found that using other options, like User, IdentityFile, UserKnownHostsFile, and HostName made the whole tunnel fail, I really don't know why, I didn't experiment further. -- René Berber -- Unsubscribe info: http

Re: Problems with cygwin bash shell under NT Emacs

2008-07-14 Thread René Berber
NTemacs: http://cygwin.com/faq/faq-nochunks.html#faq.using.ntemacs -- 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: sshd not accessible from outside my machine

2008-07-13 Thread René Berber
exim or vsftp) yourself. -- 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: Problems with cygwin bash shell under NT Emacs

2008-07-13 Thread René Berber
Rolf wrote: I'm running a native win32 version emacs. [snip] Then, why do you ask here? You should ask the NTEmacs list, tell them about your TERM and TERMCAP environment strings, those look like the real cause of the problem. Cygwin has emacs and XEmacs, both work fine. -- René Berber

Re: openssh error 1062

2008-07-08 Thread René Berber
Lee Parsons wrote: I am working on a windows 2000 box that openssh recently stopped working on. [snip] What does 'cygrunsrv -VQ sshd' show? Any messages on Windows' Event Viewer? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Cygwin, OpenSSH, IPv6.

2008-06-22 Thread René Berber
://win6.jp/Cygwin/ I personally don't have any experience with both. -- 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: subversion 1.4.6-1 dies with new cygwin install

2008-06-18 Thread René Berber
libexpat0/libexpat0-1.95.8-2 or expat/expat-1.95.8-1, and cygexpat-1.dll is from libexpat1/libexpat1-2.0.1-1. Looks like a build glitch more than a missing dependency. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: start ssh port forwarding at boot time

2008-06-16 Thread René Berber
at startup. Thanks for the recommendation, I might start using it as well. -- 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: start ssh port forwarding at boot time

2008-06-15 Thread René Berber
. If a user has an empty password, enter `-w '. If a user is given but no password, cygrunsrv will ask for a password interactively. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: start ssh port forwarding at boot time

2008-06-15 Thread René Berber
identities specified in config- uration files). -- 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: start ssh port forwarding at boot time

2008-06-15 Thread René Berber
is root, seems that cygrunsrv is not able to change users which is a Windows capability option. You can use the other alternative (ssh -i ...) or add the required rights or capabilities, or use stunnel instead of ssh. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Cygwin DNS lookup utility

2008-06-10 Thread René Berber
) ;; WHEN: Tue Jun 10 16:25:37 2008 ;; MSG SIZE rcvd: 102 -- 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: Extra spaces in text files in cygwin

2008-06-10 Thread René Berber
it uses from /etc/defaults/etc/X11/app-defaults/Rxvt or URxvt. -- 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: Extra spaces in text files in cygwin

2008-06-10 Thread René Berber
` doesn't result in spaced text, it just shows ÿþThis is abc file (this is using mrxvt and Bitstream Vera Sans mono font). Better use the file command to see what it is. And no, there are no converting software that I know of, Cygwin 1.5.x just doesn't support wide characters. -- René Berber

Re: Extra spaces in text files in cygwin

2008-06-10 Thread René Berber
René Berber wrote: Oops! $ od -tx2z Document.txt 000 feff 0054 0068 0069 0073 0020 0069 0073 ..T.h.i.s. .i.s. 020 0020 0061 0062 0063 0020 0066 0069 006c .a.b.c. .f.i.l. 040 0065 000d 000a e. 046 So your spaces are really null bytes (some fonts

Re: cygwin + diffutils

2008-06-08 Thread René Berber
is that you are missing a dll or two. -- 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: path separator

2008-06-06 Thread René Berber
to search for class files. ... -- 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: gcc 3.4.4-3

2008-05-24 Thread René Berber
/usr/bin/gcc See if any library is missing. That usually is the problem. -- 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: Fwd: Need help / Option -D to start sshd server

2008-05-13 Thread René Berber
/sbin/sshd -a -D The -a is for cygrunsrv meaning the following are the parameters for the daemon, enclose in quotes if there are more than one. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: widely-spaced characters in rxvt

2008-05-12 Thread René Berber
, but a widely-spaced font sounds like a font that you have installed but lacks the necessary hints (that's a X11 font term). [1] /etc/defaults/etc/X11/app-defaults/Rxvt or URxvt; [2] ~/.Xdefaults -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Just upgraded last night pop3 now giving errors

2008-04-26 Thread René Berber
have that link, but I don't remember if I did it or installing exim or uw-imap did it (a long time ago since nowadays I build those packages myself -- current exim is 4.69, Cygwin is still at 4.68). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Can't configure sshd

2008-04-02 Thread René Berber
JR wrote: When I run the ssh-host-config script I get the following error. /usr/bin/ssh-host-config: line 624: syntax error: unexpected end of file Just upgrade the openssh package, you are stumbling on a bug with the ssh-host-config. -- René Berber -- Unsubscribe info: http

Re: Can't configure sshd

2008-04-02 Thread René Berber
. Is the RealVNC client a Cygwin application? in other words, does it depend on the OpenSSH libraries installed by Cygwin? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: HEADSUP: Need maintainer for uw-imap

2008-03-07 Thread René Berber
). 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: XEmacs Dialog Boxes

2008-02-19 Thread René Berber
, starting xemacs from an xterm: no problem. My test is doing a Tools - Compare - Two directories... and then choosing a pair of files to compare, which opens the Ediff dialog with the buttons and difference count (first I used Tools - Ediff Miscellanea - Use a toolbar...). -- René Berber

Re: Stop Brute Force Attack on SSH

2008-02-17 Thread René Berber
exist by default, they are: /usr/share/denyhosts/data/allowed-hosts /usr/share/denyhosts/data/restricted-usernames But of course all that is documented. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Stop Brute Force Attack on SSH

2008-02-17 Thread René Berber
(if necessary) the 3 lines about location of things. The first problem is probably caused by the second one. Let me know if it's still a problem and I'll check further. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Stop Brute Force Attack on SSH

2008-02-17 Thread René Berber
for the long command (bash interprets those backslashes). -- 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: Threading issue in cygwin python 2.5.1-2 ?

2008-02-11 Thread René Berber
test_wait4 failed -- Traceback (most recent call last): -- 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: GCJ support for Java 1.5

2008-02-06 Thread René Berber
: http://www.thisiscool.com/gcc_mingw.htm http://jnc.mtsystems.ch/ Hope this is useful. -- 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: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-02-01 Thread René Berber
for being patient with me. Glad I could help. -- 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: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-31 Thread René Berber
. Try enabling the log, and then see the last few lines of /var/log/denyhosts.log . -- 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: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-29 Thread René Berber
of the parameters if needed. -- 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: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-27 Thread René Berber
DenyHosts wich auto-magically adds entries to hosts.deny (by checking failed logins on /var/log/messages -- I don't redirect sshd's log, I use the default). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-26 Thread René Berber
following /usr/share/doc/Cygwin/openssh.README; install syslog or syslog-ng, and configure it to use the file you want and (in syslog-ng case) the format you want. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: When sshd is started at /etc/rc.d/init.d .. how to start with windows at bootup

2008-01-26 Thread René Berber
to go to the machine to start sshd. So what kind of mechanism is available to do this? [snip] /usr/bin/init-config Read all about it in /usr/share/doc/Cygwin/sysvinit.README . -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Running dovecot under Cygwin

2007-12-17 Thread René Berber
work. Probably making Dovecot work is easier. -- 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: 1.5.25-6: Win32 programs don't get correct redirection

2007-12-13 Thread René Berber
the correct output, for instance using: cmd /c echo UVWXYZ | tr -d \r foo.txt Or directly with something like: cmd /c echo UVWXYZ | tr -d \r | od -t x1z take out the translate part to see the CR-LF. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: end of file characters

2007-12-03 Thread René Berber
Gary Johnson wrote: [snip] Except that WordPad always writes CR-LF at the ends of lines, even if the original file had only LF line endings.[snip] always is not true, WordPad distinguishes between text and DOS text as anybody can see in the file types offered when using Save as... -- René

<    1   2   3   4   5   6   7   8   >