Displaying 20 results from an estimated 4000 matches similar to: "problem with -u option"
2002 Apr 22
3
no output from perl script
Here is the first Perl script I've tried to write to run rsync. It seems to
work, but I don't see the progress like I should. I apologize if it's
sloppy, I should add that it's not only the first perl script I've written
for rsync, it's the first perl script I've written at all.
___________________________
#!/usr/bin/perl -w
print "
This command will DELETE
2013 Feb 22
2
help with R CMD check --as-cran
Hi Everyone!
This is my first time using R-help. I am trying to do R CMD check before uploading my package to CRAN.
R CMD check --as-cran "my package folder".
However, it spits out this warning:
"pdf is needed for checks on size reduction of PDFs"
I searched online but found no clue to solve this problem. Can someone tell me what could be wrong with my package?
Thanks a
2010 Nov 04
2
Copying root partition
I recently transferred the / partition on my CentOS server
from a small disk to a large disk, using "rsync -auvz".
This works fine, except that I get dozens of selinux warnings
when I re-boot.
I'm running selinux in permissive mode.
Is there any way to make sure that all the files in a partition
are kosher as far as selinux is concerned?
--
Timothy Murphy
e-mail: gayleard /at/
2004 Apr 14
3
IAX2 update - timestamp issue within iax pkts
For those that might be using Cisco 7940/7960 sip phones and placing
calls across an iax2 link, we think the voice quality problem has been
identified and corrected. The dev cvs should be updated as of about
3:30pm CDT today (April 14).
History: Calls originating from a Cisco 79x0 sip phone and sent via
iax2 link to some distant * machine resulted in very poor quality audio,
and in some cases,
2009 Jan 23
2
Soft link trouble with rsync on SGI
Rsync v: 3.0.1
OS: IRIX 6.5.28f
HW Plat: SGI 2400
Disclaimer: I am running rsync 3.0.1. It's difficult and costly for us
to get new versions put on our system, so I'm hoping you will all help
me out anyways. If the solution is indeed suspected in a later version
of rsync, then we will go through the pain to get it installed.
2001 Sep 27
1
Slow rsync
Hi,
I use rsync (2.4.6) to mirror some directories from two servers to an
another server.
The mirroring server is RedHat 6.2 with 2.2.15 kernel.
The mirrored servers are: RedHat 6.2 with 2.2.14 kernel / RedHat 6.1
with 2.2.14 (smp).
All servers are connected to the same switch and the network is
100Mbit/s. All servers have 3Com 905 nics.
With the first mirrored server speed is okay, but the
2012 Jun 18
3
change UID+GID on target system?
Hello
I googled about my problem and found some hints but not a
complete solution.
Situation:
On laptop 1, I am user oub (uid=1000) and in the sudo list.
I connect an USB drive (jfs file system), its get automatically
mounted with the correct uid.
I copy files with rsync from laptop 1 to the USB.
( rsync -auvz --progress /home/oub/files /media/usb )
However:
On laptop 2, I am user oub
2014 Dec 17
1
Differing behaviour on consecutive runs
Hi all. I have a strange issue with sync'ing from a USB-attached ext4
file system on one machine, to a USB-attached ext3 file system on another.
The sync works fine (a few thousand files). If I run it again straight
away, or a few minutes later, rsync reports no action required.
But if I wait for a few hours and run it again it copies all the files
again.
I'm trying to determine
2011 Aug 04
2
survival probability estimate method
Hi, I was reading a paper published in JCO "Prediction of risk of distant recurrence using 21-gene recurrence score in node-negative and node-positive postmenopausal patients with breast cancer treated with anastrozole or tamoxifen: a TransATAC study" (ICO 2010 28: 1829). The author uses a method to estimate the 9-year risk of distant recurrence as a function of continuous recurrence
2015 Jun 23
4
yum and yumex change system time
> Date: Tuesday, June 23, 2015 03:48:36 PM -0400
> From: Jonathan Billings <billings at negate.org>
>
> On Tue, Jun 23, 2015 at 01:56:13PM -0500, g wrote:
>> each and every time i run yum or yumex, system time is advanced
>> by 5 hours.
>>
>> this has gone on thru several updates, maybe even upgrades.
>>
>> centos = 6.6 current
>> yum
2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very
specific manner - I need the queue to only accept one call at a time,
even though several phones are attached to it.
My memory tells me that queues might have even worked this way in the
distant past (pre 1.0)...but I am willing to be mistaken.
Is this even remotely possible?
PaulH
2008 Mar 04
1
FreeBSD 7.9-stable: weird messages in /var/log/messages?
Hello
One one of my stable machines I see these messages in /var/log/messages:
Mar 3 18:37:41 kg-i82 kernel: 16.011e9e3975b3aa06 too long
Mar 3 21:41:42 kg-i82 kernel: 16.016a24cf0742715c too long
Mar 3 21:41:58 kg-i82 kernel: 15.feb784aee196608c too short
Does anyone know hwat the messages mean, or which part of the kernel
they are from?
Googling didn't help me.
The machine runs FreeBSD
2004 Jun 11
7
Can't open configuration file
Hi I'm getting
Jun 11 13:12:46 "Fatal: Can't open configuration file /home/dovecot/dovecot-pgsql.conf: Permission denied
this file have fulle permissions and has belonged to dovecot and root but still no joy
what am i missing must be something stupid on this side
Thanks for the previos comments about scripting I am swithcing to postgress for the mail env and will look at mysql
2003 Dec 04
4
bug in as.POSIXct ?
I think that there is a bug in the as.POSIXct function on Windows.
Here is what I get on Win2000, Pentium III machine in R 1.8.1.
> dd1 <- ISOdatetime(2003, 10, 26, 0, 59, 59)
> dd2 <- ISOdatetime(2003, 10, 26, 1, 0, 0)
> dd2 - dd1
Time difference of 1.000278 hours
Now, the 26th of October was the day that change to the standard time
occurred, so I suspect that this has
2002 Jun 27
2
extension of rsync on crypted files
Hello,
I am a french student and I have written a technical report on an extension of the rsync algorithm to crypted files.
I started from the situation of a client machine A user who doesn't wish to save an original file v0 and its successive versions v1 v2 v3 ... on a distant server B but rather to save the private ciphering of these files on the server. Let C be the cipher algorithm and
2019 Apr 11
2
High availability of Dovecot
Gerald Galster via dovecot schrieb:
> mail1.yourdomain.com <http://mail1.yourdomain.com> IN A 192.168.10.1
> mail2.yourdomain.com <http://mail2.yourdomain.com>?IN A 192.168.20.1
>
> mail.yourdomain.com <http://mail.yourdomain.com> ?IN A 192.168.10.1
> mail.yourdomain.com <http://mail.yourdomain.com> ?IN A 192.168.20.1
>
>
> mail1/mail2 is for
2005 Sep 19
4
Pinging ...
Ok, if I missed something in the wiki please point me there with the
correct search terms.
Asterisk 1.0.7 (AAH really)
4 co lines from Bellsouth into a Diguim T400P.
Polycom 501 x 4 on the desktops.
My problem is on calls to or from the CO I hear a "pinging" (thing sonar
ping in a submarine) every 12 seconds. You can set your watch to it.
COuld this be a "call recording in
2012 Sep 26
3
Simple Question About Exporting Back to Excel
All,
Relatively new R user so this is probably an easy question to answer.
I am able to generate a cluster for my dataset using hclust() then ploting
the data with plot().
This results in an image with a dendrogram with my sample names along the
bottom. Great!
However, I now need a way to get that sample order from the image into
excel.
i.e. sample 7 was on the far left, sample 19 was in
2004 Jul 05
1
rsync and permissions
Dear all,
On one hand we use a server connected to the Internet where we put, CVS
repositories, databases, etc.
On the other hand, we try to backup to a local machine using rsync. We
use a rsync server on the distant machine and we connect from the local
one usinf ssh. All works fine except that I am unable to set a global
"strategy" on permissions, i.e. what user rsync had to use
2008 May 16
2
Connecting a PSTN gateway to Asterisk using PRI
Hi
I have a system (S) that has a PSTN gateway to accept incoming calls and
setup outgoing calls from/to Telco network. In the other hand I have a
distant Asterisk box (A) that I would like to connect to (S) using the PRI
interface.
I understand that the proper way is to order to my Telco two PRI lines one
for (S) and another for (A), and configure (S) and (A) to call each other
numbers when