Re: tetex on Vista

2007-12-04 Thread Wilfried
Erik Demaine <[EMAIL PROTECTED]> wrote: > The default installation of Cygwin tetex does not seem to have the > right permissions for Vista to be happy (with User Account Protection > turned on, as is default). Here is an example of an error message: > > $ latex filename.tex > This is pdfeTeXk, V

Re: How can I ssh to a Windows box?

2009-03-12 Thread Wilfried
:system /var/log/sshd.log /var/empty /etc/ssh_h* chmod 755 /var/empty Define the service with the command cygrunsrv -I sshd -p /usr/sbin/sshd Start the service by cygrunsrv -S sshd Stop the service by cygrunsrv -E sshd Hope this helps. -- Wilfried Hennings -- Unsubscribe info: http

Re: How can I ssh to a Windows box?

2009-03-13 Thread Wilfried
Michael Hennebry wrote: > On Thu, 12 Mar 2009, Wilfried wrote: > > > Michael Hennebry wrote: > > > >> On Mon, 9 Mar 2009, Michael Hennebry wrote: > >> ... > >> I've discovered that if I kill the demon, > >> I still get timeout from t

Re: How can I ssh to a Windows box?

2009-03-16 Thread Wilfried
Michael Hennebry wrote: > On Fri, 13 Mar 2009, Wilfried wrote: > > > Michael Hennebry wrote: > > > >> On Thu, 12 Mar 2009, Wilfried wrote: > >> > >>> Michael Hennebry wrote: > >>> > >>>> On Mon, 9 Mar 2009, Michael

Re: BitDefender again

2009-08-26 Thread Wilfried
t is very responsive. Disadvantage: F-Prot slows down startup of a few programs (most significant: Opera browser). Slowdown is much less on Vista. F-Prot are working on it and already had some success. -- Wilfried Hennings -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: BitDefender again

2009-08-28 Thread Wilfried
ives.org/ but unfortunately they did not test f-prot. Regards -- Wilfried Hennings -- 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: lpr works? FAQ in error?

2008-07-21 Thread Wilfried
--- #!/bin/sh $1 $2 $3 $4 $5 > tmp_file /cygdrive/c/windows/notepad.exe /p tmp_file rm tmp_file --snip- -- Wilfried Hennings -- 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: lpr works? FAQ in error?

2008-07-21 Thread Wilfried
Ehh, I just saw that Rodrigo Medina addressed all these problems. So the script would probably look like this: --snip- #!/bin/sh $1 $2 $3 $4 $5 | unix2dos > tmp_file cygstart notepad.exe /p tmp_file rm tmp_file --snip- -- Wilfried Henni

Re: lpr works? FAQ in error?

2008-07-23 Thread Wilfried
"Buchbinder, Barry" wrote: > Wilfried wrote on Monday, July 21, 2008 10:11 AM: > > > Ehh, I just saw that Rodrigo Medina addressed all these problems. > > > > So the script would probably look like this: > > > > --snip---

Re: 1.7.10 cygrunsrv.exe fails with "fork: 11, Resource temporarily unavailable"

2012-03-05 Thread Wilfried
Windows XP Pro 32bit machine. (currently running cygrunsrv V1.34, Mar 18 2008 OpenSSH_5.1p1, OpenSSL 0.9.8l 5 Nov 2009) However I don't bother because several other (Microsoft) services behave similar, i.e. they are started when Windows is booted and stopped immediately afterwards. Th

Re: Cygwin shell eats Windows exceptions?

2016-10-18 Thread Wilfried
ly reason for using cygwin, I can recommend another way to run a complex shell script in windows. There is a native windows port of the bash shell in http://win-bash.sourceforge.net/ If you need more unix command line utilities, look in https://sourceforge.net/projects/gnuwin32/ HTH, Wilfried -- Wilfr

How can I detect cygwin windows closing

2006-02-15 Thread Wilfried Fauvel
Hi, I have made a console apps, and I would like to know if it's possible to detect when the user click on the 'X' of the term window ? I am catching SIGINT, SIGTERM and SIGKILL signals, but it does not seen to be enough. Thanks. Accédez au courrier électronique de La Poste : www.laposte.net ;

Re: How can I detect cygwin windows closing

2006-02-16 Thread Wilfried Fauvel
> On Wed, 15 Feb 2006, Wilfried Fauvel wrote: > > > Hi, > > I have made a console apps, and I would like to know if it's possible to > > detect when the user click on the 'X' of the term window? I am catching > > SIGINT, SIGTERM and SIGKILL signals,

Re: How can I detect cygwin windows closing

2006-02-16 Thread Wilfried Fauvel
Hi, > > Wilfried Fauvel, le Wed 15 Feb 2006 18:18:49 +0100, a écrit : > > I have made a console apps, and I would like to know if it's possible to > > detect when the user click on the 'X' of the term window ? > > I am catching SIGINT, SIGTERM and SIGKILL s

Problem with cygwin1.dll after update

2011-03-17 Thread Wilfried Fauvel
to remove cygwin1.dll and reinstall it, but the result is the same. Thank you, Wilfried. -- View this message in context: http://old.nabble.com/Problem-with-cygwin1.dll-after-update-tp31175622p31175622.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports:

Re: Problem with cygwin1.dll after update

2011-03-17 Thread Wilfried Fauvel
Dave Korn-9 wrote: > > On 17/03/2011 19:16, Wilfried Fauvel wrote: >> Hi, >> >> I built a very simple program with g++ : int main() { return 0; } >> from cygwin it always returns 127, and if I try to start it from cmd I >> have >> the following m

Re: 1.7.7: problem installing cmake (Seven)

2011-07-19 Thread Wilfried Fauvel
there is a missing dependency from cmake package (cmake 2.8.2-1) > > Regards, > > Franck Bonin > > Hi, I have the same issue here, to fix it I just installed the libidn package. It looks like a missing dependency to me too. Wilfried. -- Problem reports: http://cy