similar to: Invalid argument with version 3.1.3

Displaying 20 results from an estimated 130 matches similar to: "Invalid argument with version 3.1.3"

2004 Mar 31
1
Unusual Crashes in winbind
So far we have been working well for a week now. We are using Samba 3.02a on suse 9. Authentication is against an win3k AD. Apart from a Kerberos ticket expiring, (a croned restart fixes this) we have one new problem We found we needed an additional AD server as the primary begun to fail on a regular basis. So we added one. Now this new server grabs the authentication requests before the old one
2010 Apr 26
1
rsync with forced-command ssh and variable files
Hi, I had asked a variation on this some time ago, but am trying to do something a bit different this time. I'd like to sync a file with a remote host using ssh and a command= ssh key, like this in ~/.ssh/authorized_keys: command="/usr/bin/rsync --server -logDtprze.is . /home/user/mail/" ssh-dss AAAAB3NzaC1... On the sending side, the following is run: # rsync -az --stats -e
2012 May 01
2
Exclude from not excluding "My Music" or "Printhood"
We have been using rsync for some time with Linux and FreeBSD, but are just now trying to make it work with Windows. Not as easy as we hoped. I am running the cwrsync client 3.0.6 on a new Windows 7 machine to a FreeBSD 8.1 server. I have an exclude-from filelist, which does seem to successfully exclude the directories given by many of its entries, including these two lines: Documents/My[
2010 Nov 03
5
pxelinux magic options 208
I have 2 groups of machines, and within each group the pxelinux menu configuration is standard. It would be great to have 2 configuration files rather than one for each machine. I found the pxelinux magic option configfile (209) in http://syslinux.zytor.com/wiki/index.php/PXELINUX and it suggests for ISC dhcpd: site-option-space "pxelinux"; option pxelinux.magic
2010 Sep 26
5
Network booting FreeBSD with gpxelinx almost works (fwd)
We have been network booting FreeBSD for some time with pxeboot. But now we would like to have menu of OSs to boot and got the idea somewhere that gpxelinux could do that for us. We copied gpxelinux.0 from the syslinux-4.02 distribution and replaced pxeboot with "gpxelinux" in the dhcpd.conf file. Indeed with a configuration file in pxelinux.cfg like this: default freebsd
2010 Oct 01
0
Network booting FreeBSD with gpxelinx almost works
>On Mon, Sep 27, 2010 at 16:27, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Sun, Sep 26, 2010 at 11:50, Daniel Feenberg <feenberg at nber.org> wrote: >>> We have been network booting FreeBSD for some time with pxeboot. But now we >>> would like to have menu of OSs to boot and got the idea somewhere that >>> gpxelinux could do that for us. We
2017 Aug 16
1
hard-link reference error when trying to delete
Hi, Kevin. Thank you for the suggestion. It triggered a memory that I had set some restrictions on this rsync copy a while back. Sure enough, in ~/.ssh/authorized_keys: command="rsync --server -vulogDtpre.iLsfxC --timeout=600 --bwlimit=5120 . dest" ssh-rsa Tacking on --delete in the appropriate spot fixed the issue. That's a big whoops on my part. :-) Appreciate the pointer.
2010 Mar 15
0
can't browse shares on second samba server
We have two FreeBSD 8.0 Samba (3.3.9) servers running with identical smb.conf files, except for the workgroup and netbios parameters. Both serve files flawlessly, but only the first is normally visible to browsing by XP and Win7 clients. Interestingly, if we reboot the first server, then the invisible (second) server becomes visible for several minutes, but then disappears again and is no
2018 Oct 18
1
Security issues when rsyncing directories as root
Hi, I am using rsync to keep two directores on two servers in sync. Machine A, the "client" is the one where the rsync process is invoked, which then logs into Machine B, the "server" as root with ssh and a key. The key is restricted in /root/.ssh/authorized_keys to a script that checks wither $SSH_ORIGINAL_COMMAND matches the rsync --server command that I expect, such as, for
2018 Dec 30
2
--partial does not "unhide" the files
Hi, I used --partial to transfer files from my local computer (rsync 3.1.2, Debian) to a remote computer (rsync 3.1.1 WD MyPassport Storage device) The files get transferred, but after successful transfer, the files are not renamed from .<tmpfile> to <file>. Where to go next? Here is the verbose output after transferring an empty file heiko at blade:~/Pictures$ rsync
2018 Dec 30
0
--partial does not "unhide" the files
I think --partial might be a red herring here. It only applies to what happens when rsync is aborted in the middle of a file. What happens without -P? Also, it is worth trying with --inplace. On 12/30/18 5:32 PM, Heiko Schlittermann via rsync wrote: > Hi, > > I used --partial to transfer files from my local computer (rsync 3.1.2, > Debian) to a remote computer (rsync 3.1.1 WD
2002 Mar 09
1
Network Path could not be found on HP with XP
We have one brand new HP EPC-43 which can see all the Windows boxes, but not the Samba shares on the Unix server. We have many other Windows machines of all vintages including 95, 98, 98se, NT, 2000, ME and XP which can see each other and the Samba server. The HP runs XP, but we have other XP boxes which have no difficulty with Samba. We have a simple network with no domain controller, just
2017 Jul 28
2
Help - rsync runs from command line, fails from task scheduler, hangs at msg checking charset: UTF-8
Setting up a new system backup (done several before and they all work fine). Windows 10 x64 (cygwin with rsync version 3.1.2) backing up to ubuntu server 16.04 (rsync 3.1.1). Run test.bat from command window (run as administrator) and it runs fine.Created scheduled task that runs test.bat and it hangs at "msg checking charset: UTF-8" until the timeout. I have upped the timeout to
2019 Nov 05
1
Segmentation fault using rsync client on Android device
I've compiled rsync for my rooted Android (armeabi-v7a, 32-bit) device using these instructions: ``` clone_or_update rsync master git://git.samba.org/rsync.git cd rsync ./prepare-source ./configure \ --prefix=$INSTALL_ROOT/rsync \ --host=$AUTOCONF_PLATFORM \ CFLAGS="$CFLAGS -static" make -j8 && make install cd - ``` Best place for instructions to build I could find
2019 Oct 31
0
rsync CLI protocol documentation
Hi all, I would like to implement rsync compatibility in my app. I'm building an ssh server and I want to support rsync. For example I execute this command: 1) rsync -avvvvvvvv -e "ssh -p 2022" /home/nicola/test.sh nicola at 127.0.0.1:/ and I get this exec command over ssh: 2) rsync --server -vvvvvvvvlogDtpre.iLsfxC . / I could simply execute the requested command and let it
2009 Jan 24
2
[patch] Replace illegal characters in filenames for FAT (switch)
This patch adds a switch --fat-filenames which replaces all characters that aren't legal on FAT filesystems with an underscore. This is the first time I touch the rsync code, so I may not be going about it the right way, but it seems to be working. Naturally there's some potential for collisions, but it's probably better than what happens currently (such files are simply not copied).
2010 Nov 16
2
pxelinux 4.03 taking forever to find ..../pxelinux.cfg/default
Hi, Is there anything that controls the speed with which pxelinux.0 (4.03) enumerates the files in .../pxelinux.cfg before it reaches the .../pxelinux.cfg/default file ? pxelinux.cfg/01-00-50-56-ba-48-0e pxelinux.cfg/AC12B2D9 pxelinux.cfg/AC12B2D pxelinux.cfg/AC12B2 pxelinux.cfg/AC12B pxelinux.cfg/AC12 pxelinux.cfg/AC1 pxelinux.cfg/AC
2010 Nov 23
2
pxelinux.cfg/C0A80146 unable to load configuration file
Hi Peter, i am a netboot user of Linux platform. right now, i got a problem. after establishment a new pxe server, the clients boot from the network. and i just do some experiment of reboot on the clients. but i am surprise of the clients booting failure after several cycles. and i got the info of the clients can not download the config file, such as: Trying to load:
2012 Jul 28
2
Checksum filter rule
Hello, I'm using rsync to make backups. In my dataset, however, there are a few encrypted Truecrypt volumes. When these files are modified, the content changes but the timestamps are not updated. Thus, rsync will not sync these files by default. I would like to keep the behavior of Truecrypt and have rsync update the files correctly. Using the --checksum option comes to mind in this case.
2017 Aug 15
2
hard-link reference error when trying to delete
Hello, all. I've encountered an odd error that I haven't been able to identify and resolve myself. Hoping someone here could provide some guidance. I'm using the following command to rsync files between two servers, over the internet (if that matters), via SSH: rsync -ahu --timeout=600 --bwlimit=5120 -v -e "ssh -i /path/to/key" --filter=". /path/to/filter"