nftw does not return ENOENT for non-existing path

2019-06-20 Thread Jonathan Rajotte-Julien
shall fail if: ... [ENOENT] A component of path does not name an existing file or path is an empty string. [1] https://pubs.opengroup.org/onlinepubs/9699919799/functions/nftw.html Thanks -- Jonathan Rajotte-Julien EfficiOS #define _XOPEN_SOURCE 500 #include #include #include

Re: Re: Mapping of Windows registry not complete

2011-11-27 Thread Julien
Le -10/01/-28163 20:59, Christian Franke a écrit : Julien Nabet wrote: Hello, I'm trying to compile Libreoffice on Windows with Cygwin. For this, I had to install some softs including Microsoft Visual C++ Express 8. When I launched configuration part of Libreoffice (so just before comp

Mapping of Windows registry not complete

2011-11-25 Thread Julien Nabet
y (with ccleaner). Of course, I saw the tool "regtool" and proposed a patch to LibreOffice to use it. But I'd like to understand why the mapping isn't complete. Regards, Julien. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
On Tue, Apr 27, 2010 at 9:58 AM, Corinna Vinschen wrote: > On Apr 27 09:33, Patrick Julien wrote: >> On Tue, Apr 27, 2010 at 9:26 AM, Corinna Vinschen >> wrote: >> > On Apr 27 08:39, Patrick Julien wrote: >> >> OK, I understand why it's the privileged to

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
On Tue, Apr 27, 2010 at 9:58 AM, Corinna Vinschen wrote: > On Apr 27 09:33, Patrick Julien wrote: >> On Tue, Apr 27, 2010 at 9:26 AM, Corinna Vinschen >> wrote: >> > On Apr 27 08:39, Patrick Julien wrote: >> >> OK, I understand why it's the privileged to

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
On Tue, Apr 27, 2010 at 9:26 AM, Corinna Vinschen wrote: > On Apr 27 08:39, Patrick Julien wrote: >> OK, I understand why it's the privileged token but why is it still in >> session 0? > > Because it's started in session 0.  Creating our own session for each use

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
OK, I understand why it's the privileged token but why is it still in session 0? Also, it doesn't really explain why the files are all installed with ownership set to me On Tue, Apr 27, 2010 at 5:10 AM, Corinna Vinschen wrote: > On Apr 26 15:34, Patrick Julien wrote: >> I

Filtered tokens

2010-04-26 Thread Patrick Julien
I have read the page found at http://www.cygwin.com/cygwin-ug-net/ntsec.html but I still see the following 2 issues with filtered tokens as implemented by Vista/7 when used by cygwin. When I say filtered tokens, I'm talking about the dual token strategy these systems use to keep administrators run

Re: Uninstalling cygwin

2006-06-16 Thread julien
I well know this faq that tells to uninstall first all services and to find them with cygrunsvr -L. But when I type this command, I get a "command not found". I can't go further. Thorsten Kampe a écrit : * julien (2006-06-15 06:37 +) I got problems with cygwin under WinX

Uninstalling cygwin

2006-06-14 Thread julien
I got problems with cygwin under WinXP and I want to uninstall it completely to re-install it correctly. Cygwin is not in the Windows Configuration panel/Uninstall I first deleted the Cygwin root folder and all subfolders, then I re-installed Gygwin, but now, when doing a make to install a prog

Re: default PATH

2006-02-08 Thread Julien Thewys
Perhaps you also upgraded base-files, and maybe something > in there was the culprit? > > Hint: following these directions is a great help to debugging: > > Problem reports: http://cygwin.com/problems.html > > -- > Eric Blake > volunteer cygwin bash maintainer > -- Julien

Download interrupted. How to get only lacking files?

2006-01-09 Thread Julien Rouiller
I tried to download cygwin modules with a 56k connection. The download was interrupted after a few hours. If I try to download again, will the cygwin setup program know which files where successfully downloaded ? Or does it download the whole and overwrite existing components? (Should I install do

new mirror of cygwin

2005-03-01 Thread julien
regards julien. FRANCOIS University of Neufchatel www.mirror.fr -- 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/

new mirror of cygwin

2005-02-28 Thread julien
regards julien. FRANCOIS University of Neufchatel www.mirror.fr -- 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/

new mirror of cygwin

2005-02-22 Thread julien
. Best regards julien. FRANCOIS University of Neufchatel -- 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: Pb with permissions on crontab

2004-03-02 Thread Julien Gilles
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Mar 2 09:42, Julien Gilles wrote: >> Julien Gilles <[EMAIL PROTECTED]> writes: >> > I'am playing with cron, and I have the following problem : I want to >> > modify the crontab through a service (a

Re: Pb with permissions on crontab

2004-03-02 Thread Julien Gilles
Julien Gilles <[EMAIL PROTECTED]> writes: > Hi, > > I'am playing with cron, and I have the following problem : I want to > modify the crontab through a service (a cgi in an apache server in > fact). This service belongs to the user SYSTEM, so I used "crontab -u &

Pb with permissions on crontab

2004-02-27 Thread Julien Gilles
gt;pw_uid, ROOT_UID) < OK) /* Set correct owner */ + { + perror("chown"); + return (-2); + } + if (chmod(n, 0640) < OK) /* Force permissions too. */ + { + perror("chmod"); + return (-2); +

install

2003-06-27 Thread Julien VARLET
Hi, I have just installed cywin, but some commands are no found, like ls,... my installation is in c:\cygwin. all it's ok. it works with tclsh but i need bash. Can you help me ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.h

ssh

2003-06-27 Thread Julien VARLET
I have created a RSA pair of keys.it's ok. But i want to automate passphrase. In tclsh : I have the following command line : ssh-agent $SHELL --> can't read SHELL : no such variable ssh-add --> Could not open connection to your authentication agent Child process exited abnormally Can you

Re: tar -f behaviour

2002-02-26 Thread Julien Gilles
y kept for compatibility, it should be read : 'tar -z -c -f file'. -- Julien Gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

rxvt + login = ^C out.

2002-02-26 Thread Julien Gilles
problem. If I launch another rxvt from the first, ^C works again. If I use rlogin instead, ^C keeps working in the rxvt. So it seems linked to login. Any fix ? -- Julien Gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bug