Displaying 20 results from an estimated 21 matches for "directory1".
Did you mean:
directory
2007 Oct 05
4
(no subject)
...x and using rsync to perform a backup from
server1 to server2. For example: rsync -avzr -e 'ssh
-i/root/.ssh/id_rsa' --delete /home/samba/admin/software
www.some-server.com:/home/RemoteSystems/company/home/samba/admin
Let's say I have a directory within rsync's scope to sync called
directory1.
Rsync is run and directory1 is sync'ed from server1 to server2. Also, a
file named File1 is sync'ed because it is in the directory being
sync'ed.
Server1 server2
Directory1 Directory1...
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I should see some
information about it. Is this a silly test that no imap client do...
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 ShowWar...
2006 Nov 04
1
rsync and symbolic links
...+ boot/**/*
+ boot/**/.*
+ dev/
+ dev/*
+ dev/.*
+ dev/*/
+ dev/*/*
+ dev/*/.*
+ dev/**/
+ dev/**/*
+ dev/**/.*
.... some other stuff here
.... some other stuff here
.... some other stuff here
- *
- ".*"
Now I've a symbolic link in directory /etc/myapp.conf which points to e.g.
/var/directory1/myapp.conf
How can I backup:
1.) the symbolic link itself (/etc/myapp.conf)
2.) And the file /var/directory1/myapp.conf
This should also apply for directory symbolic links.
Does it work with --links and with --copy-links? (I tried it, but it
recurses in /dev/ ...)
Thnx.
Ciao,
Gerhard
--
http...
2005 May 12
1
Unnecessary directory listing.
...folder
in order 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 re...
2006 Mar 22
0
Mishandling read only files in 3.0.20b vs 3.0.21c
...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 that
contained the above directory structure, and the smb.conf file gave
groupX permission to write to the share, as userB I was...
2010 May 12
1
DOS Attributes with mixed xattr filesystem support
.....
I have a Novell NetWare filesystem (ncpmount) mounted at
/home/jarrad/novellmount - accessed from the system running the samba
server, this works fine; however, the ncpmount filesystem does not
support extended attributes. /home/jarrad/novellmount has a subdirectory
/home/jarrad/novellmount/directory1.
Now the fun: as soon as I make a symbolic link
/storage/Personal/novelldirectory1 to point to
/home/jarrad/novellmount/directory1, Samba stops emulating DOS
attributes on my Personal share (at least as far as my Windows 7 client
is concerned).
Is there any way around this?
Thanks,
Jarrad Whit...
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...
2003 Dec 23
4
Permissions Problems
Here's my command copied from a shell script:\
rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh
--recursive --times --perms --links \
/home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/
Here's some (a small part) of the output:
jk/.recently-used
253 100% 0.00kB/s 0:00:00
rsync: recv_generator: mkdir "jk/.secpanel/.runfiles": Permission denied
(2)
stat
2007 Mar 01
2
SMP on a HP DL-320 G2
Hi gang!
At work I have a DL320 G2 machine I use as my desktop (I know, weird!...).
Back when I ran RHEL WS 2.1 on it, it always ran a SMP kernel because it
has a HypterThread capable processor.
When I installed (fresh from scratch) Centos 4.4 on it a while back, though,
Centos installed only the UP kernel.
I've looked in the BIOS for settings to enable/disable HT support and
I don't
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 Mar 17
0
winbind and w2k groups
...not find name for group ID 10000', but i can still login.
If i change my primary group to something different, no message.
When i try to chgrp a directory to the domain group name "DOMAIN+Utilisa. Du domaine", i got the following error:
$ chgrp "DOMAINE+Utilisa. du domaine" Directory1
chgrp: invalid group name `DOMAIN+Uilisa. du domaine'
If i try to chgrp the directory to the domain group GID (10000), it gets accepted, but makes ls -al output to show GIDs instead of group names for _every_ directories, _except_ for the ones with group names containing accents (I got "c...
2016 Jun 02
3
PTX generation from CUDA file for compute capability 1.0 (sm_10)
...r a couple of months and achieved the
required changes. But Clang-LLVM is only allowing me to generate PTX for
sm_20, sm_30 etc.While trying to generate PTX for sm_10, it gave
*error: unknown target CPU 'sm_10'*
*fatal error: cannot open file '/tmp/shared-395893.s': No such file or
directory1 error generated.*
The compilation command used is:
clang -Xclang -I$LIBCLC/include/generic -I$LIBCLC/include/ptx
-Dcl_clang_storage_class_specifiers -O3 CudaSource.cu -S -o PtxOutput.ptx
--cuda-gpu-arch=sm_10
Is there any chance that this error being generated from CUDA runtime alone
since I am...
2003 Jun 25
1
Problems with music during tones of dial.
...ot;EXEC Dial 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:...
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 s...
2009 Apr 26
4
DO NOT REPLY [Bug 6293] New: rsync crashes when transferring files
...QAContact: rsync-qa@samba.org
I'm using rsync to backup a virtual machine that has no direct USB support.
rsync fails with the following messages:
-----8<-----
rsync -az --recursive --append --delete --delete-excluded --progress --exclude
.Trash --exclude file1.extension --exclude directory1 host1.local:/home/dirk/
/Volumes/volume1/Backup/host1.local/home/dirk
receiving file list ...
rsync: opendir "/home/dirk/application1-tools-linuxjiVQAZ" failed: Permission
denied (13)
rsync: opendir "/home/dirk/.dbus" failed: Permission denied (13)
50918 files to consider
IO er...
2008 Mar 28
4
Newbie Polycom: DHCP/boot server supporting 2 models of phones
I have a question about DHCP and boot server supporting more than 1
model of Polycom phones.
According to Polycom "standards", Polycom phone boots up to get a DHCP
address and at the same time getting a boot server string (with username
and password) to logon to boot server to download SIP, bootROM and etc.
That is okay if there is only one type of phone (that requires a
specific SIP
2016 Jun 02
5
PTX generation from CUDA file for compute capability 1.0 (sm_10)
Hello,
When generating the PTX output from CUDA file(.cu file), the minimum target
that is accepted by LLVM is sm_20. But I have a specific requirement to
generate PTX output for compute capability 1.0 (sm_10). Is there any
previous version of LLVM supporting this?
Thank you,
Ginu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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: