similar to: rsync 2.5.6 with ssh to a remote server

Displaying 20 results from an estimated 1000 matches similar to: "rsync 2.5.6 with ssh to a remote server"

2003 Nov 20
3
minimalist rsync on windows
Hi, Is the rsync-minimalist still supported for windows? I am using Windows XP Home. I am testing, to get a solution for a client. The minimalist looked very nice--a cygwin.dll and an rsync and an ssh.exe. However, I can connect with ssh, but not with rsync over ssh using these files. I have also tried plink from putty with this rsync. I gather from a lot of the messages that the consenus is
2003 Jul 22
1
Making a group membership matrix
Hi Helpers: I have a factor object that has 314k entries of 39 land cover types. (This object can be coerced to characters neatly should that be easier to work with.) > length(foo) [1] 314482 > foo[1:10] [1] Montane Chaparral Barren Red Fir Red Fir [5] Red Fir Red Fir Red Fir Red Fir [9] Red Fir Red Fir 39 Levels:
2010 Jan 09
4
selinux violation does not get logged
After upgrading to centos 5.4 I am getting a selinux violation, yet nothing is logged to /var/log/audit/audit.log. Other violations do get logged. The violation occurs when running the following command on the mail server: aspen> /usr/bin/Mail centos at centos.org Subject: test hi Cc: aspen> send-mail: warning: premature end-of-input on /usr/sbin/postdrop -r while reading input
2009 Nov 17
0
question on gps.prof in ismev
Dear all, I'm trying to produce a log-likelihood profile for a GPD estimate with the ismev package. When following the examples, everything is working fine, i.e. I get a nice parabolic log-likelihood curve. When using my own data (intensity of hurricanes at landfall), the log-likelihood curve looks like a step function. Am I doing something wrong here? Is my data not suited for the GPD fit?
2012 Feb 14
1
iptables nat PREROUTING chain
Is there a way to add a rule to the nat table (CentOS 5.7) that would alter the port number of tcp packets destined for the server itself? I have ip_forwarding enabled, but the packets don't seem to hit the prerouting chain. I have the following redirect rule in the prerouting table. I also tried DNAT, but if the packets don't hit PREROUTING, it won't work either. iptables -t nat
2006 Jul 03
2
Time entries in rsync log
Hi, I get strange time entries in the rsync log, For example: 2006/07/02 14:56:12 [20054] rsync to upload/aspen/nhm from plxc6266.pdx.intel.com (10.25.26.90) 2006/07/02 11:56:22 [20054] wrote 28 bytes read 3582404 bytes total size 32030720 The first entry in the correct time and second is strange. I checked and this is not the time on the destination. Any ideas what is the
2008 Jun 16
1
PXE boot problem.
I've searched all the archives and can't find anything relating to my problem. I have a 128 node cluster. Al NICS are Nvidia. I have them on a network with other machines. I do PXE installs of Fedora on them. These 128 nodes have a problem with the install. The initial DHCP requests get answered, the machine accepts and then the TFTP sequence takes place. The second DHCP request is
2008 Mar 21
3
[LLVMdev] Just got bitten by accidentally using the wrong gcc
I recommend you don't parse version strings. In fact I switch the check to use AC_COMPILE precisely for the reason that gcc --version is totally unreliable and vendor specific. For example, what's the regular expression that tells you what the GCC version is: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5470) (Aspen 5470.3) Per the rest of this thread, you can't
2008 Mar 21
0
[LLVMdev] Just got bitten by accidentally using the wrong gcc
Am Freitag, den 21.03.2008, 06:56 -0700 schrieb Shantonu Sen: > I recommend you don't parse version strings. In fact I switch the > check to use AC_COMPILE precisely for the reason that gcc --version is > totally unreliable and vendor specific. For example, what's the > regular expression that tells you what the GCC version is: > i686-apple-darwin9-gcc-4.0.1 (GCC)
2009 Jan 30
0
Aspen Plus on Wine?
Does anyone have any experiences in installing (and using maybe) Aspen Plus on Linux? I've googled for these days, but it gives me none. So, I found this Wine, and again, anyone has ran it on Wine? Thanks before.
2002 Jan 02
0
Unable to use Samba in Win2K Domain
Hello. We recently migrated our site from an NT domain model to a 2000 domain model (active directory). In the process, I've found that I'm unable to use Samba with our new domain. These same machines were able to function properly as domain I've tried samba versions 2.2.2 and 3.0alpha12. The systems running Samba are all running Solaris 8. Prior to the migrated to Active
2004 Nov 30
2
problem with cached netbios name of wins server
fc2, samba 3.0.9 The samba server is PDC. Temporarily, the server was dhcp, which gave it the IP 192.168.1.64 we then set it to static 192.168.1.150, which is what we want. however, the different windows clients, on and off, on ping and such, resolve INTRANET, the netbios name of the pdc, to 192.168.1.64 still, despite me removing wins.dat. I even tried the following suggestion, to no avail
2008 Feb 08
1
Can I index a dataframe with a reference from/to a second dataframe?
Hello, I am unable to figure out how to code a new column in a data frame based on an existing column that matches a column in a reference data frame, in a relational-db fashion. I would like this to maintain a minimum set of reference tables that may be reused over several similar datasets. Specifically, I have two data frames as listed below, 'Bos' and 'tree.' For each case in
2020 Mar 07
2
NUT-Server will not start at boot with Cyberpower PR1500
Hi Charles, Thanks for your response. No, I only put 192.168.1.64 as an extra option as I want to allow Slave access from another computer. Otherwise, access will normally only be from localhost. There is only one network interface on this machine. I will try it out with "LISTEN 0.0.0.0 3493" and see what happens. I must confess I usually run without a firewall as I'm only running a
2001 Oct 03
1
Policy based routing form SRC Mac address.
Hi, Thanks to all in advance, In recent I need policy based routing on my Linux2.4.3 box. requirement is like to give access of Internet to some computers while this facility is not available to rest people (That is based on MAC address only). My existin routing in "table main" is... 192.168.1.0/26 dev eth0 proto kernel scope link src 192.168.1.3 192.168.1.64/26 dev eth1 proto
2011 Nov 13
1
How do you execute "rails runner" in Heroku?
I''m going through the 4th edition of the book _Agile Web Development in Rails_. One of the exercises involves automatically creating 100 orders. The command to run locally is "rails runner script/load_orders.rb". I have no problems here - it works. What''s the command for running this in the deployed Heroku application? -- You received this message because you
2004 Oct 05
0
x86 vs. x86_64 detection proof of concept patch
Greetings all, First of all, a disclaimer: Please forgive my horrible assembly code. This is just a quick munging of code to achieve x86 versus x86_64 detection within pxelinux. So please look at it as a proof of concept and not a real piece of code. :) For example it only works on pxelinux and has no thought for extending it beyond simple x86 versus x86_64 architectures. I had the need for
2018 Nov 05
0
[PATCH 0/1] vhost: parallel virtqueue handling
On 2018/11/3 ??12:07, Vitaly Mayatskikh wrote: > Hi, > > I stumbled across poor performance of virtio-blk while working on a > high-performance network storage protocol. Moving virtio-blk's host > side to kernel did increase single queue IOPS, but multiqueue disk > still was not scaling well. It turned out that vhost handles events > from all virtio queues in one helper
2010 Sep 12
1
OT: sendmail access
Hi all, I know, its normally a sendmail question (sendmail mailing list). But I don't want to subscribe me for this only one question. I hope, here are also many sendmail freaks ;-) many Thanks. Now my problem. We are running sendmail-8.13.8-8.el5 on a CentOS release 5.5 (Final) Box. We have to setup relaying for a person, which is connected to the internet with a dailup connection. So
2012 Apr 23
1
Strange groups problem with 2003 AD
I've searching the archives for 2 hours and cannot find somebody else with the same problem, so please don't kill me if this is a stupid question.. I instaled a Centos 5 Machine with the Samba3x packages of samba and winbind and joined it to a 2003 AD server domain. Do far, so good. wbinfo -t works wbinfo -u, -g works getent passwd and group also work. buuuuuuuuuuuut, groups are missing