Displaying 20 results from an estimated 140 matches similar to: "rsync 2.6.8 timeouts"
2008 Feb 24
1
Jitter in correlation matrix?
Hi,
I am just starting to use R for a graduate course, and I like how the
correlation matrix at
http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=137
I did something similar by copying from the examples(pairs), but it
seems that I need to jitter the bottom panel... and I have no idea how
to do that, and I mean no idea at all. I'd appreciate any help...
Here are the graphs:
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
https://bugzilla.samba.org/show_bug.cgi?id=1582
Summary: rsync dry run cannot find missing folders, contradicts
actual run.
Product: rsync
Version: 2.6.2
Platform: All
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2011 Sep 06
6
gcc1: out of memory error when installing wine
I am installing wine 1.1.26 on suse 9.2. I am installing it from source. I can't get it to install. Everything goes well until I get this far. This is the first error that I got:
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall-pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -g -O2 -o package.o package.c
gcc1: out of memory allocating 287975456
2004 Sep 28
1
Why does rsync think my files are much bigger than they are ?
Has anyone ever seen this happen when using rsync ? I'm trying to send a
series of =~ 300k files down the line, but for some reason, rsync thinks
each file is 17592186044416 bytes long! The same behaviour occurs when
using rsync to copy files locally.
Partial output follows...any help appreciated!
Cheers,
P
[root@grappa llog]# ls -al /IFX/llog/logs.109051.gz
-rw-rw---- 1 informix
2002 Sep 05
0
Aborted by user!
Hello,
On a Server running FreeBSD 4.6-STABLE, I have a script which runs from
a crontab. The problem I am encountering is as follows:
opening connection using ssh zing.crosswind.net rsync --server --sender
-vvvlogDtprz . /etc/raddb/users
Aborted by user!
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
2006 Sep 04
1
Rsync + SSH on a different port + restricted access
Hello,
I'm trying to setup Rsync over SSH with openSSH running port 2222 with a remote RSA public key authentification and a restricted shell to avoid the user to browse my server via SSH, only be able to run rsync server.
1) i've built a regular rsync server over TCP/873
Worked fine, check my conf :
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid
2010 Aug 12
3
find value between two other numbers?
So basically I want to do this -
4 %in% 1:10
should return true
Would there be another way of doing this without having to do the 1:10 part?
I am using a very large data set and trying to do
459124 %in% 103000:983000
multiple times for many values, and it is taking quite a long time
Also, I would like to vary the x:y part, so I can't even make an object that
is c(x:y) and do a
2011 Mar 04
1
Environment variable PATH in Windows
Colleagues,
I am trying to understand how R (2.12.1) obtains the PATH environment variable in Windows (7 or Vista). Startup {base} directs one to:
"R_ENVIRON" -- which equals "" in my systems
R_HOME/etc/Renviron.site -- which does not exist
Next, it directs to:
R_HOME/etc/Rprofile.site -- which also does not exist (the expected behavior in a "factory-fresh"
2012 Nov 16
1
xmlParseDoc parser errors
Hi,
I have some XML files that have a processing instruction directly
after the XML declaration
when I do
kgroup.reading <- character(0)
for (file in file_list){kgroup.reading <-
xmlParseDoc(file.path("c:","projects","respositories","dk","004",file))}
I get the error
file name :1: parser error : Start tag expected, '<' not found
2007 Jun 21
0
Blackfin inline assembler and VisualDSP++ toolchain
>-----Original Message-----
>From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
>Sent: Tuesday, June 19, 2007 9:35 PM
>
>
>On Tue 19 Jun 2007 13:00, Michael Shatz pondered:
>> Robin Getz wrote:
>> >I never met any hardware that gcc could not run code on. toolchains have
>> >nothing do with embedded OSes.
>>
>> That's true. Add some
2017 Nov 10
0
Asterisk 13.18.2 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.18.2.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.18.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2017 Nov 10
0
Asterisk 14.7.2 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 14.7.2.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 14.7.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2017 Nov 10
0
Asterisk 15.1.2 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 15.1.2.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 15.1.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2016 Aug 30
0
L2tp and winbind - server role active directory domain controller
You funny guy.. ;-)
.. i'll correct..
Winbindd can not run solo on the AD DC, but it does on a member server.
Its started by samba itself on the AD DC..
And dont cheat in the commands.. ;-)
ps fax | egrep "samba|winbind"
27389 ? Ss 0:00 /usr/sbin/samba
27390 ? S 0:00 \_ /usr/sbin/samba
27391 ? S 33:11 \_ /usr/sbin/samba
27393 ? S
2024 Oct 04
1
Warning message: Removed 888 rows containing missing values or values outside the scale range (`geom_line()`)
Dear all,
I tried to rerun the examples given by Hyndman in otexts but keep on
getting errors and I have searched through google but no solution yet.
Thank you in advance for any help given.
library(fpp3)
library(lubridate)
library(xts)
library(fabletools)
library(ggplot2)
library(dplyr)
library(gridExtra)
> dput(head(new_us_retail_employment,100))structure(list(Month = structure(c(-11323,
2000 Dec 11
3
File Format Documentation
I'm trying to fully determine the file format for Ogg Vorbis audio files
as produced by oggenc and I'm having a hell of a time. :)
I've sorted through all the online documentation I can find. I've
downloaded the latest CVS source respositories, sifted through the
documentation there, and tried sifting through the source as well.
I should state that I'm not a C guru (I
2004 Jul 16
6
[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size
https://bugzilla.samba.org/show_bug.cgi?id=1529
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2004-07-14 09:55
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
-----Original Message-----
From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
Sent: Saturday, June 16, 2007 12:11 AM
To: Michael Shatz
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Blackfin inline assembler and VisualDSP++
toolchain
>On Wed 13 Jun 2007 12:37, Michael Shatz pondered:
>>
>> Hi Jean-Marc
>>
>> I'm trying to integrate your speex codec on our
2018 Jan 11
0
Asterisk 13.19.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.19.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.19.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2004 Oct 15
2
HTB 2.6.8 works 2.4.27 does not!
Hi again, sorry to be such a bother.
I got my setup to work with kernel 2.6.8.1, however the two machines where
I need to implement the shaping are running a 2.4.27 kernel.
I have applied the infamous June patch (htbfair.diff) already, and
recompiled the modules. And I am using the tc that comes with
htb3.6-020525.tgz. While I can see the packets going into the right
class, it does not