search for: directory2

Displaying 9 results from an estimated 9 matches for "directory2".

Did you mean: directory
2008 Sep 03
2
Problem with dir.create in windows servers
Hello. I've being having problems to create directories in a windows server environment . It seems that the recursive argument is not working properly on the intranet, as it does in a local path. For example: > dir.create("\\\\server/directory1/directory2") , this works fine, and creates the directory2, but If we want to create the directory3 and another directory called directory4 inside of it. >dir.create("\\\\server/directory1/directory3/directory4", recursive=T) fails, and don't create any directory. The ShowWarning doesn&...
2006 Mar 22
0
Mishandling read only files in 3.0.20b vs 3.0.21c
I noticed a few days ago running Samba 3.0.20b on Linux that if I had a file called "myfile" that was owned by "userA:groupX", writable by userA but read only for groupX 0744 userA:groupX myfile and that file was in a directory "/directory2/myfile" which was writable by the group "groupX" 0775 userA:groupX directory2 and directory2 was in directory1 which was also writable by groupX /directory1/directory2/myfile 0755 userA:groupX directory1 if as "userB, member of groupX" I connected to a Samba share t...
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
https://bugzilla.mindrot.org/show_bug.cgi?id=2412 Bug ID: 2412 Summary: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz Product: Portable OpenSSH Version: 6.8p1 Hardware: PPC OS: AIX Status: NEW Severity: normal Priority: P5 Component: Build
2011 Aug 31
2
special permission on directories
hello list, im trying to configure samba, no pdc, just samba for share directories with linux users. my problem is: i have users and groups diretory1 diretory2 at directory1 group own is x at directory2 group own is y i make chmod 775 at directory1 and chmod +t, after i make chown root.x same in directory2, just change chown to root.y my problem: when user make directory and other user make one file at this directory, owner and others users can delete files. I need same as chmod +t when users c...
2005 May 12
1
Unnecessary directory listing.
...rder to sync all files (and remove deleted ones) with the file server 192.168.20.200. On the latter there is an rsync server running. The problem is that since a couple of weeks ago, when running the script, I get a full list of the directories and not just the changed ones. (example: Directory1/ Directory2/ Directory1/ Directory3/ Directory1/ Directory4/ Directory1/ Directory5/Directory6/...... ....and so on (hundreds of lines) It is not actually updating any of the files since it scrolls past very fast (whole process takes a few sec for about 4GB) and I only get a few bytes sent and received. The...
2005 Aug 23
2
rsync problem
Hi, My rsync is stopped working suddenly I got following in verbose and log, mkstemp failed: No such file or directory and rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) my rsync code : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/daily.0 >$tempfile 2>&1 the same code was working last week, what will be the problem, how to proceed to fix?
2003 Jun 25
1
Problems with music during tones of dial.
...l Zap/g2/number|m\n"; $resultado_llamada = checkresult(); And the configuration of musiconhold.conf is (inside the directory of default classes there is a song): ; ; Music on hold class definitions ; ;[classes] default => default => mp3:/home/asterisk/directory1/directory2/mp3 The problem is, that when I try to call with Dial using 'm' option asterisk don't call to the number. Here there are the debug message from asterisk: Jun 25 11:08:41 DEBUG[24595]: File cdr_mysql.c, Line 58 (mysql_log): cdr_mysql: inserting a CDR record. Jun 25 11:08:41 DEBUG[24...
2003 Oct 09
3
Never up to date
I've got a strange issue that I'm hoping someone can help out with. Just installed 2.5.6 on a Redhat 8 system. Was doing a simple test from one local directory to another (in the root) with a couple of text files in the source. Using the following command line: rsync /directory1/ /directory2/ -v --recursive --stats After the first sync all files are copied properly, but then every sync afterwards continues to show the name of the text files because of the -v. The Stats shows a literal data of 0, so it would appear that it recognizes the data is in sync, but why does it show the filen...
2003 May 31
11
[Bug 581] SFTP "ls" listings never end
http://bugzilla.mindrot.org/show_bug.cgi?id=581 Summary: SFTP "ls" listings never end Product: Portable OpenSSH Version: -current Platform: Alpha OS/Version: OSF/1 Status: NEW Severity: major Priority: P2 Component: sftp-server AssignedTo: openssh-bugs at mindrot.org ReportedBy: