similar to: rsync compares all files again and again

Displaying 20 results from an estimated 600 matches similar to: "rsync compares all files again and again"

2019 Nov 28
2
security=domain fails after upgr. to 4.9, winbind doesn't help
Rowland penny via samba wrote: > So your server doesn't seem to be able to find winbindd, are you sure it > is running ? > > What does this show: > > ps ax | grep '[w]inbind' > > What OS is this ? It's SuSE Linux Enterprise 15sp1. winbindd is definitely running, I showed that in the first mail in the output of "rcwinbind status", there you can
2019 Nov 29
3
security=domain fails after upgr. to 4.9, winbind doesn't help
Hi Rowland, thanks for all your input! Rowland penny via samba wrote: > Could it be Selinux or Apparmor (not sure which SLES uses) stopping smbd > contacting winbindd ? No, none of these is running on our systems. > Could the SLES Samba packages be wrong ? Yes, that's a possibility. I opened a SR with SUSE support, but they usually take some time to analyse and propose a
2019 Nov 28
2
security=domain fails after upgr. to 4.9, winbind doesn't help
Hi Rowland, > Remove 'map untrusted to domain = Yes', it has been removed. > > Add 'domain logons = Yes' > > This gets it back to being a PDC: thanks for the hints! I did that, but it doesn't help. I guess the problem is not on the PDC server but on SERVER2. That's the one that got upgraded and stopped working (even with the non-pdc config of SERVER1). I
2019 Nov 29
1
security=domain fails after upgr. to 4.9, winbind doesn't help
Hi, Ralph Boehme via samba wrote: > which doesn't surprise me. Wasn't "security=domain" removed in that > timeframe? I've found no hint that security=domain was removed. Do you have a reference for that? https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html still lists it as option and in many examples. > You may want to switch to security=ads.w We
2018 Sep 18
1
Why are system-namespaces not copied?
Hi, the man page states For systems that support extended-attribute namespaces, a copy being done by a super-user copies all namespaces except system.*. That's the reason why NFAv4 ACLs are not copied as they are in the system.nfs4_acl (or system.nfs4acl) namespace. Why are those namespaces excluded? Not being able rsync ACLs von NFSv4 is a major drawback now that NFsv4 becomes
2004 Aug 09
0
pxelinux problems with some Fujitsu-Siemens PCs and a solution
Hi, I'm not subscribed to the list, so please cc me if you want to reach me. We've found some interesting problem with some Fujitsu-Siemens PCs using pxelinux: The PCs are "FS Scenico L" with Athlon XP 1800+ CPUs and Via KT266 chipset. We tried to boot off pxe using pxelinux 2.09/2.10 with several 3com 3c905-* cards. The PCs loaded the kernel but right after
2019 Nov 28
2
security=domain fails after upgr. to 4.9, winbind doesn't help
Hi, we've problems getting samba shares to work after upgrading from 4.7 to 4.9. We have one samba PDC server providing some shares and the users via local passdb.tdb file. Its smb.conf (names/ips changed): [global] security = user encrypt passwords = yes passdb backend = tdbsam:/etc/samba/passdb.tdb workgroup = OURWORKGROUP netbios name = SERVER1
2017 Oct 06
2
rsync does hours of "fake-work" after failure
Hi, I just stepped on a strange and very annoying bug in rsync-3.1.0 as shipped with SuSE Linux Enterprise 12, but verified the bug also with rsync-HEAD-20170123. I tried to copy some of my movie collection to a usb disk that our TV could read, so it was formatted with vfat. I forgot that vfat can't handle files > 4 GB, and some of the movies were larger. rsync worked for 3 hours copying
2012 Jun 19
1
"Too many levels of symbolic links" with glusterfs automounting
I set up a 3.3 gluster volume for another sysadmin and he has added it to his cluster via automount. It seems to work initially but after some time (days) he is now regularly seeing this warning: "Too many levels of symbolic links" $ df: `/share/gl': Too many levels of symbolic links when he tries to traverse the mounted filesystems. I've been using gluster with static mounts
2012 Jul 26
2
kernel parameters for improving gluster writes on millions of small writes (long)
This is a continuation of my previous posts about improving write perf when trapping millions of small writes to a gluster filesystem. I was able to improve write perf by ~30x by running STDOUT thru gzip to consolidate and reduce the output stream. Today, another similar problem, having to do with yet another bioinformatics program (which these days typically handle the 'short reads' that
2005 Dec 13
1
nsswitch/winbindd_user.c:winbindd_getpwnam(161)
Dear List- This error is appearing in my log.winbindd log file. The full error is as follows: nsswitch/winbindd_user.c:winbindd_getpwnam(161) user 'RAID' does not exist nsswitch/winbindd_user.c:winbindd_getpwnam(161) user 'BAMBOO_LEAVES_SINGLE.TIF' does not exist To clarify, there is no user by those names (i.e. raid, BAMBOO_LEAVES_SINGLE.TIF) on our DC, but there are share
2002 Mar 20
2
include exclude help please.
hi. I know this is a big topic on the list, please forgive me. rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp i'm trying to copy all *.tif 's that are in a */sourceimages/ directory and that are only under /film/jonah. i would like to copy the directory tree and tif files to /tmp i was able to copy ever tif with: rsync -a
2009 Jan 15
2
--compare-dest; I'm missing the boat
I must be seriously misunderstanding the man page coverage of --compre-dest. My take was that if a file in compare-dest=dir matches a file in SOURCE/ then it won't be transferred to DEST/. I tried this test. (d1 has single files and 2 subdir with files) cp -a d1 d1a mkdir d2 rsync -avv --compare-dest="./d1a" d1/ d2/ d1a is carbon copy of d1 but still every last file in
2005 May 13
2
not deleting from the root
I have a bit of an issue with rsync. I am using to keep directories in sync via another server for backup. Here is the server config [w1] path = /w1 comment = w1 web dir [w2] path = /w2 comment = w2 web dir Now on the client i run this command rsync -avv --delete --force domain.com::w1/ /w1/ It will NOT delete anything that is no on the server anymore.. for example on the server/client there
2017 May 26
2
Another mail_crypt question: figure out to password secure using mysql
Hello Community, (sorry to be more busy, hence more running questions in parallel :) ) As mentioned in another post, I am testing mail_crypt plugin. I was wondering how to really secure the process sothat even the admin cannot have any access to the other users mail content. My current config is simple: - using per-folder keys (hence the per-user spaces are preserved) - put the
2004 Jul 06
4
not updating changed local files
rsync version 2.4.6 protocol version 24 gin@rhysling:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb building file list ... done ... xemacsweb/About/XEmacsServices.content is uptodate ... gin@rhysling:~> ls -l {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content -rw-r--r-- 1 gin sdu
2012 Aug 23
1
Stale NFS file handle
Hi, I'm a bit curious of error messages of the type "remote operation failed: Stale NFS file handle". All clients using the file system use Gluster Native Client, so why should stale nfs file handle be reported? Regards, /jon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 02
7
Force SATA1 on AOC-SAT2-MV8
I have a supermicro AOC-SAT2-MV8 and am having some issues getting drives to work. From what I can tell, my cables are to long to use with SATA2. I got some drives to work by jumpering them down to sata1, but other drives I can''t jumper without opening the case and voiding the drive warranty. Does anyone know if there is a system setting to drop it back to SATA1? I use zfs on a raid2 if
2001 Oct 22
4
Using rsync to mirror a hard drive.
1) I'm a developer. 2) I use one special machine as a CVS server, generic storage ( an electronic attic ), as a web server of online documentation ( such as the python documentation, or SGI STL docs ). 3) I would like to add a hard drive to that system that mirrors the system drive. Someone suggested that I use rsync for this purpose. Called by a cron job that starts at 2:00am. I also want to
2010 Oct 23
2
How to escape "()" characters in commad
I have the following command: /usr/local/bin/rsync -avv 'Jeffrey?s iPhone (Root)'/ 'Macintosh HD'/Users/jeffrey/Downloads/iphone_backup Unfortunately, it's barking when it hits the "(". -bash: syntax error near unexpected token `(' How can I escape this? Thanks. -- View this message in context: