similar to: rsync arg list to long

Displaying 20 results from an estimated 10000 matches similar to: "rsync arg list to long"

2008 Nov 11
4
Can expect do this?
Hi all, I'm trying to scp some files from machine1 to machine2. But, I'm in an environment where PubKeyAuthentication is not allowed in ssh :( So, I'm confused how to automate it as cronjob. However, I read somewhere that we can write a little bash script that will utilize 'expect' to answer for the ssh password prompt? Can we do this? Any examples are great help. Thank you.
2004 Jun 24
2
Roaming profiles. How to do it ?
Hi all.. I'm using Samba 3.0.2a on Mandrake 10, serving +/- 50 win98 clients. I'm using this options: logon path = \\%N\%U\profile logon home = \\%N\%U\profile but the roaming profile seems do not working... at least the way that I want. (maybe this is the right behavior). What I want: -> When an user logins on MACHINE1 the profile that is saved in Linux begin download to
2006 Sep 17
2
Running just part of dovecot
I'm currently setting up a large mail system, with different services split out onto different machines. What I want is this: machine1: dovecot smtp auth, no pop/imap machine2: dovecot lda, no pop/imap machine3: pop/imap, nothing else machine3 is obviously not the issue. Is there a way to run machine1 and machine2 with just their respective services, but no pop/imap? -- Marshal Newrock
2000 Jul 27
2
bug in lastlog logging?
Folks; I couldn't find anything on my archive of the mailing list on this, and it may just be my mis-understanding, but: When I "ssh machine1 -l user1" as user2 on machine2, if user2 has the same uid on machine1, then user2's name ends up in lastlog, instead of user1's. This is a bit disconcerting when user2 is root, and root isn't allowed to remotely log in on
2009 Mar 21
2
How to change Rlapack by lapack (for rpy2 installation)?
(I asked an earlier question on the rpy2 installation to the rpy2 list, the solution there was to edit the setup.py script, but this looks beyond what I can do unless someone tells me exactly what to modify). I have R 2.8.1 on 2 machines running ubuntu 8.04 (packages R-base and R-base-dev, among others, installed using Synaptic) and while the installation of rpy2 went fine on machine1, failed on
1998 Dec 02
2
W95/98 connect to any SMB share as another user? (SAMBA dige
> Date: 30 Nov 1998 20:22:27 GMT > From: mathog@seqaxp.bio.caltech.edu > To: mlist-samba@nntp-server.caltech.edu > Subject: W95/98 connect to any SMB share as another user? > Message-ID: <73uuq3$s7j@gap.cco.caltech.edu> > > map H: as \\machine1\share1 as username=John, password=JohnsPassword map > M: as \\machine2\share2 as username=Jane, password=JanesPassword >
2001 Sep 07
2
Newbie to rsync
Hi All I have compiled rsync on a Solaris 5.5.1 machine1 . I have compiled this on a partition on the machine as root. I have done the following shared the Partition on the machine i have compiled. mounted this partition this partition on the machine2 where I need to rsync data then When I issue the command on machine2 as rsync -avz machine2:/x machine3: It gives me sh :rsync not found EOF
2008 Mar 27
2
User restriction on some client machines
Hi, we have a Samba 3.0.24 server on a Fedora Core 5 system and we use it as PDC. I have client machines with Windows XP SP2. What I want: - some machines (for example machine1) should be used only by user1 and user2 - allow user3 to use ONLY some machines (for example machine2) I tried the following: [global] include = /etc/samba/smb.conf.%m invalid users = user3 here's the
2009 Mar 05
1
url access problem
hi, I have two machines, machine1 and machine2 both in the same network. The command I have been using to install a paravirt guest is virt-install --name=test --ram=512 --vcpus=1 --file=/dev/vgraid/puremessage-vm-root --paravirt --location=http://mirror.centos.org/centos-5/5.2/os/x86_64/ In machine 1 it is working. But not in machine 2. It is not able to retrieve or access url in machine 2.
2006 Mar 09
1
changing password on samba bdc
Greetings All. First let me introduce my situation Machine1: Pdc Samba + OpenLDAP(master) Machine2: Bdc Samba + OpenLDAP(slave) LDAP stores Samba and POSIX information for each user. Case1: I login to Machine1 and invoke smbpasswd. I change my passwords (samba and posix without any problem). In next few seconds they get propagated to Machin2 wher I can login with new credentials. ldap log
2005 Feb 05
2
[HELP] Rsync to remote machine sometimes produces different binaries
hi, i'm using machine 1 (SuSE 9.0 32Bit): rsync 2.6.2 (from SuSE RPM) machine 2 (SuSE 9.1 64Bit): rsync 2.6.2 (from SuSE RPM) my command looks like the following: /usr/bin/rsync -W --progress --rsync-path=/usr/local/bin/rsync -e ssh --delete --force -av /data/ machine2:/data/machine1/ after rsyncing both machines, some files differ ! i verified these differences with "diff",
2011 Dec 28
3
Btrfs: blocked for more than 120 seconds, made worse by 3.2 rc7
Hello all: I have two machines with btrfs, that give me the "blocked for more than 120 seconds" message. After that I cannot write anything to disk, i am unable to unmount the btrfs filesystem and i can only reboot with sysrq-trigger. It always happens when i write many files with rsync over network. When i used 3.2rc6 it happened randomly on both machines after 50-500gb of writes.
2009 Apr 02
4
400 calls at g711 how much cpu power
We are planning to run an outbound only campaign. A 20-second voice message will be played to callers and our dialer on machine1 will send to machine2-asterisk (1.4) instructions to dial 400 calls, play the message and hang up. This will be done for about 1 million phones. The asterisk box will communicate via SIP to a voice carrier. the voice carrier will then place the calls on pstn. The codec
2014 Feb 20
1
Regression in 6.5p1 when using -W option
Hi, we got a report on the Cygwin mailing list showing that there's a spurious error message when using the -W option. This didn't occur with OpenSSH 6.4p1. Here's an example: $ ssh machine1 -W machine2:22 getsockname failed: Bad file descriptor SSH-2.0-OpenSSH_6.1 The error message is a result of getsockname being called with a file descriptor -1. The call stack at the
2016 Jun 05
4
Deletion of destination files
Hi to all rsync users. rsync's `--delete' option works fine in the following example: I'm sending all the content of /home/rodolfo from machine1 to /home/rodolfo in machine2: $ rsync --dry-run -vrtul --delete --exclude='/.*' . 192.168.0.2:/home/rodolfo , and --delete works perfectly. Instead, in this other example: $ rsync --dry-run -vrt --delete --modify-window=1 file1
2004 Jul 06
1
[Windows] Unable to delete files transfered by rsync
Hi all, I'm newbie to rsync, not sure if I use it correctly. I installed rsync v2.6.2 protocol version 28 on 2 of my machines at home. Both running WinXP SP1. On the machine (named machine 1) with NTFS formatted drive, I issued the following commands >rsync -varuz "machine2::My Documents/My Financials/" . The update was success. However the subdirectories
2012 Dec 18
2
free memory listing
Hi, I have two 64 bit cent Os machine. I googled that in linux always show entire memory as used. But below showing only 1 GB detected. *Machine 1 :* i) It has 31 GB of ram. [root at machine1]# free -g total used free shared buffers cached Mem: 31 1 30 0 0 0 -/+ buffers/cache: 0 30
2016 Sep 16
1
An m4 question
Does anyone know what, if any, the limits are in m4 on the length of strings, such as in defines? That is, if I were to do define('LINUX', 'machine1, machine2,...machine120...') Is there a limit to how many I could put in that one define? mark
2004 Jun 04
1
Can I deny access to a user/group on specific machine ?
Hi all!! the subject is clearly, but... I'm running Samba 3.0.2 serving +/- 50 win98 clients... Can I, on client logon, deny/allow access in a specific machine? Let's say that I want that users from group students could be able to login only in machine1 and machine2 can I do something like this with samba?? Thanks in advance Fl?vio Henrique
2003 Jan 01
1
Simulating rdist?
rsync is great for syncing 2 directory trees, but I want to maintain a master source tree on one machine and copy that to multiple machines. i.e. basically what rdist does The only way I can see of doing this with rsync is to have multiple cron jobs 0 * * * * rsync ... machine1:... 0 * * * * rsync ... machine2:... ...and so on. Is there a more elegant/compact way of doing this? Thanks