Displaying 8 results from an estimated 8 matches for "dir0".
Did you mean:
dir
2005 Mar 03
1
Why does "rsync -av" always claim (incorrectly?) that it is updating write protected directories?
...dified.
However, "rsync -av" always claims to be updating write
protected directories, even when they have not been changed. I do not
understand why.
Here is an example using rsync version 2.6.3 on FreeBSD 5.3.
I get similar results with rsync 2.6.0 on Gentoo Linux.
--------
$ mkdir dir0
$ touch dir0/file
$ rsync -av dir0 dir1
building file list ... done
created directory dir1
dir0/
dir0/file
sent 127 bytes received 40 bytes 334.00 bytes/sec
total size is 0 speedup is 0.00
--------
So I have created dir0 and rsynced it to inside of dir1. This
is all okay.
--------
$ rsync -...
2008 Jun 12
0
Samba 3 handles Linux permissions differently then Samba 2 ?
Hi,
we have a problem with permissions migrating from a custom 2.4 kernel Linux
distro with Samba 2.2.5 to OpenSuSE 10.3 (with samba 3.0.26).
We used to have directories like this (relative to the Samba share):
/root/dir0/dir1/dir2/dir3/userdir1-1/userdir1-2
'root' and all it's parent directories have '0755' Linux permission.
dir0-dir3 all have '0711' permissions and belong to USER0 / GROUP0. USER0
doesn't exist in 'smbpasswd' - everybody should be able to 'CD' into...
2015 Nov 03
0
stale file handle issue
I've run out of ideas on this.... A CentOS 6 box serving nfs: two
directories separately: /this/partition/dir0 and /this/partition/dir1.
Everything looks good on it. On the servers it's exporting to - two are
CentOS 6, one's CentOS 7, they all automount
/net/server/this/partition/dir0... but no matter what I've done,
restarting autofs and nfslock, umounted things... but with autofs off,
even whe...
2001 Dec 14
2
copying between shares
...4.4, suse 7.2
There was another bug in previous version, I dont
like to try it again:
having two directorys with equal names, one is
subdirectory of the other one, moving the second
one to the first, using windows explorer, resulted
in a harddisc-crash of the server (defective dir-entry).
e.g.
dir0
dir1
dir1
moving dir1 to dir0 in explorer ...
Michael
1997 Sep 12
2
R-alpha: bug in passing of empty (...)
...49);
it also breaks some code I have been using in S-plus:
> tst <- function(...) ls(...)
> tst()#--- should really give the same as ls() !!
character(0)
> ls()
[1] "%in%" "As.integer" "Dir"
[4] "Dir0" "Fn12" "Slynx"
......
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",...
2008 Aug 18
8
DO NOT REPLY [Bug 5701] New: deadlock on local rsyncing, bisected to commit f303b749f2843433c9acd8218a4b9096d0d1bb8d
https://bugzilla.samba.org/show_bug.cgi?id=5701
Summary: deadlock on local rsyncing, bisected to commit
f303b749f2843433c9acd8218a4b9096d0d1bb8d
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo:
2004 Jan 01
3
steam and wine
I have sucessfully gotten steam and wine to work however I cannot use
microphone for voice communication , I an using alsa .Is there a way to
turn on fullduplex sound like you do in winex by going into config and
changing fullduplex=Y or does wine not support such a feature?
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...imap-acl autocreate convert expire fts fts-squat \
lazy-expunge listescape mail-log mbox-snarf quota imap-quota \
- trash virtual zlib fts-lucene fts-solr
+ trash urlauth virtual zlib fts-lucene fts-solr
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
@@ -259,6 +259,7 @@
quota \
imap-quota \
trash \
+ urlauth \
virtual \
$(ZLIB) \
$(FTS_LUCENE) \
diff -Nur dovecot-1.2.11/src/plugins/acl/acl-mailbox-list.c dovecot-1.2.11+lemonade/src/plugins/acl/acl-mailbox-list.c
--- dovecot-1.2.11/src/plugins/acl/acl-mailbox-list.c 2010-01-...