similar to: non-ASCII chars in filename

Displaying 20 results from an estimated 6000 matches similar to: "non-ASCII chars in filename"

2007 Jan 05
3
permission problem samba share 2nd suse server
Dear all, I'm running a fileserver on Suse10. The purpose of this fileserver is to store only mailbackups. I also have backupserver running Suse10 with Dar&Sarab installed. backups will be done on HDD. This runs perfect. because I need to mount the samba share of the fileserver to the backupserver i did: mount -t smbfs -o username=root,password=xxx,debug=4 //ipaddress/mailbackup
2006 May 23
2
cross platform rsync avz lists all directory names in tree
Hi, I have tried googling and reading the docs and examples but haven't yet managed to solve this issue. rsyncing from Mac OS X to FreeBSD and from Linux to Windows XP, with the arguments avz I get the same thing in the reports (mailed from cron): path/ path/to/ path/to/directories/ path/to/directories/changedfile.txt another/path/ another/path/withoutanychangedfiles/ yet/anotherpath/
2010 Oct 26
1
rsync: failed to set permissions on "<filename>": Function not implemented (38)
Hi there, I am trying to figure out how I can get my rsync client and server to coexist better. I am running into the following error: rsync: failed to set permissions on "<filename>": Function not implemented (38) and the command line is /usr/bin/rsync --recursive --compress --human-readable --progress --update --perms -avz '/Applications' -e 'ssh -p 22
2013 Sep 23
1
Howto: Extremely tight security rsync shell for backups
We've been using rsync since forever to back up all our servers and it's worked without a problem. But in a recent security review, we noted that our specific rsync backup host is using root keys to access the server, meaning that if the keys on the backup server were leaked/compromised in any fashion, that would provide r00t access to the servers being backed up. Since this
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file: rsync -avz /usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1 .txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log I get these error: @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) I am rsyncing several folders
2018 Nov 30
2
Fw: AD usres are not show in Domain Controller when apply setfacl command
Dear Rowland Penny  I follow your mentioned step still i am face the same problem I have 1 Domain Controller [sambadc] and 1 Domain member for Samba Share and backup [backupserver] 1.when try view the ACL rights is backup server i can able view the domain user name [root at backupserver Rishinox]# getfacl /ADHDD/Rishinox/ getfacl: Removing leading '/' from absolute path names # file:
2006 May 07
3
DO NOT REPLY [Bug 3764] New: mkdir "test\#366" failed: Invalid argument (22) on Mac OS X 10.4 (Intel)
https://bugzilla.samba.org/show_bug.cgi?id=3764 Summary: mkdir "test\#366" failed: Invalid argument (22) on Mac OS X 10.4 (Intel) Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2015 Jul 27
8
[Bug 11414] New: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)
https://bugzilla.samba.org/show_bug.cgi?id=11414 Bug ID: 11414 Summary: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1) Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5
2009 Apr 28
1
rsync fails with "Permission denied" errors on random files over NFS
Hi I use rsync for daily backups from a mailserver. Every day the mailserver pushes backup to the backupserver. Cron runs the command: rsync -q -zrlpt --specials --chmod=Du+rwx \ --rsh 'ssh -F /root/ssh/config -i /root/ssh/private.key -o UserKnownHostsFile=/root/ssh/known_hosts' \ --files-from=/root/include \ --exclude-from=/root/exclude \ --link-dest=../previous \ /
2002 Jan 15
1
Stable Rsync System Call!
Next week are going to start using rsync "live" to mirror our primary and secondary web servers. I am still trying to iron out a couple of bugs, any help would be much apprecitated. Here is my rsync.conf file on my primary web server ############################ use chroot = no max connections = 5 syslog facility = local3 [www] path = /www comment = Web Directory hosts
2002 Nov 22
0
Copied file becomes infinately large
I'm trying to back-up a set of windows machines onto a single Linux machine, so that I can easily make a tape from there. The Linux Machine (RedHat 7.3, running samba 2.2.6), is set to use mount.smbfs to log in to each machine's Administrative share, and copy several files from the hard drive. One machine is giving me a great deal of difficulty, however. Our last remaining window's
2018 Nov 30
0
Fw: AD usres are not show in Domain Controller when apply setfacl command
On Fri, 30 Nov 2018 06:16:42 +0000 (UTC) barani tharan <aru_barani at yahoo.com> wrote: > Dear Rowland Penny >  I follow your mentioned step still i am face the same problem > I have 1 Domain Controller [sambadc] and 1 Domain member for Samba > Share and backup [backupserver] > > 1.when try view the ACL rights is backup server i can able view the > domain user name
2002 Nov 22
0
Copied file becomes infinate
Colin, I know that on Windows, when you copy and Immensely large single file, there are times when it will show something like 100 years in minutes to complete the copy. Your issue could be related to that issue with Windows. You say that you copy files over from several other systems without a problem. Are those files on the other systems single small files or are they also in
2002 Dec 17
2
Still having trouble with copying large files
I had originally written about this problem last month (http://lists.samba.org/pipermail/samba/2002-November/085418.html) Since then, our company has added another Windows Fileserver which I'm trying to back up, and they are both having the problem. Because it happens on both servers, this leads me to believe it really is a problem with my Samba server. I've upgraded to 2.2.7a, as the
2008 Sep 29
2
scp partition "not a regular file"
Hi list, should it be possible to scp a partition with this command: scp /dev/sda7 backupserver:/backup/sda7.img I always get "not a regular file" - which is a clear and understandable error, but my googling tells me that some people are doing this - and it seems to work - at least at their systems. I know that I can avoid this by simply doing dd if=/dev/sda7 | ssh backupserver dd
2016 Jun 15
3
[Bug 11978] New: mkstemp failed: File name too long (36) when filename is under the limit
https://bugzilla.samba.org/show_bug.cgi?id=11978 Bug ID: 11978 Summary: mkstemp failed: File name too long (36) when filename is under the limit Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2011 Apr 05
2
is it posible to autocreate imap folders with non ascii chars?
Hello. I'm migrating from cyrus to dovecot and now after i converted mailboxes to Maildir. Some users already has imap folders with cyrillic chars. How could i autocreate folders with cyrillic chars? When i type something like: ... autocreate = utf8_chars autosubscribe = utf8_chars ... In logs i see that dovecot complains: Apr 05 16:21:43 imap(pavelkor): Debug: autocreate: Failed to create
2002 Aug 10
1
How to mount a resource with non ascii chars??
Hi Samba Users, After searching through recent archives, I'd like to pose this question: How does one smbmount a Windows a share with non-ascii letters in the share name? Let's say the target is Windows 2000 Pro Deutsch (German). It has two shares: /data and /d?ta [d,umlaut-a,t,a] From Redhat linux 2.7.4 and 2.4.18 I try to mount these directories. mount -t smbfs -o
2004 Mar 11
1
rsync + ssh: fails from cron
Hi, My ssh set up, on both 'work' and 'home' machines uses the private-public key authentication (key uses non-empty passphrase). So from the 'home' shell prompt the following works without prompting to password or passphrase: rsync -avz --delete -e ssh remote.work.machine:publicats $HOME/work >From cron, however, I am prompted for a password, though. I have seen
2014 Sep 02
1
Creating users with non-ascii chars fails
Hi list! I'm trying to create a user with non-ascii characters in the name, but this fails: root at test-samba4:~# samba-tool user create foa --given-name='foa?' New Password: Retype Password: ldb_handler_fold: unable to casefold string [foa?] ldb_handler_fold: unable to casefold string [foa?] ldb_handler_fold: unable to casefold string [foa?] ldb_handler_fold: unable to casefold