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
: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
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
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
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:
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
---
#!/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/
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
"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---
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
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
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 ;
> 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,
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
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:
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
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
17 matches
Mail list logo