This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sftp on a Windows 2003 server


On Thu, Sep 24, 2009 at 12:27 PM, Dave M  wrote:
> *** Warning: The permissions on the directory /var are not correct.
> *** Warning: They must match the regexp d..x..x..[xt]
> *** ERROR: Problem with /var directory. Exiting.
>
> Test@S-EXSYSLOG01 ~
> $ ls -l /var

That shows the permissions on the files *inside* of /var, not /var
itself.  Add  the -d option to ls (ls -ld /var) to see the permissions
on /var itself.

But chances are it's like /var/cache, /var/lib, /var/run, and /var/tmp
in your output, which have no "other" access at all, when they need at
least execute.

/var/empty, which you mentioned, already has the right permissions, as
does /var/log.  Very odd.

-- 
Mark J. Reed <markjreed@gmail.com>

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]