Displaying 20 results from an estimated 500 matches similar to: "rsync failing with return code 13"
2007 Aug 14
8
sh DTrace provider available
As noted on my blog and at
http://www.opensolaris.org/os/community/dtrace/shells/ I''ve made
available a DTrace provider for the Bourne shell. Before anyone starts
yelling at me for not starting with another shell, read the blog I made
explaining why we started with shell (link on the community page
referenced above).
For /bin/sh, I''ve put up something akin to a chapter in
2006 May 12
10
why dtrace is not quiet?
i''m running the following script:
#pragma D option quiet
profile:::tick-1sec
/ ++x >= 15 /
{
exit(0);
}
io:::start {
@io_size[execname] = sum(args[0]->b_bcount);
}
on exit, the script prints out the value of @io_size, why?
there''s no printa(), and i also specified "D option quiet" (i also tried -q).
this seems to happen with any kind of probe: on exit(0) all
2016 Feb 08
4
(Samba 4) Recreate AD
I’ve currently got a Samba 4 AD but want to rename it. However, as I understand things, renaming isn’t easy.
Happy to rebuild it - home lab, only a few machines affected.
However, no topic in the FAQ on how to remove an existing domain: https://wiki.samba.org/index.php/FAQ <https://wiki.samba.org/index.php/FAQ>
Demoting won’t work since it’s the last remaining server:
2016 Feb 08
1
(Samba 4) Recreate AD
Actually I am using a single-service VM, but blowing away a VM just because I want to demote/promote feels like overkill.
For step 3, since I’m running from source, does that change anything?
re: step 4 I plan to edit the existing /usr/local/samba/etc/smb.conf and krb5.conf files, but if you think this is a bad idea then I’ll rebuild them.
Thanks
Paul
> On 8 Feb 2016, at 16:43, mathias
2010 Jun 26
2
Recursive indexing failed at level 2
Dear fellow R users,
I am replacing elements of a list like so:
pulse_subset[[1:20]]=unlist(pulse[i])[1:20]
where pulse is a list of lists, and pulse [i] has >20 values.
This gives the error "Recursive Indexing failed at level 2". But,
interestingly this instruction is part of a loop which has gone through
about 200,000 iterations before giving this error.
Actual code:
>
2006 Dec 04
2
domUs dropping off the network (Xen 3.0.2)
Hello,
We''ve recently started seeing several domUs on multiple machines losing
all network connectivity. At least one of these machines (since they are
customer machines I can''t verify it for all of them) give the error:
$ sudo ifup eth0
eth0: full queue wasn''t stopped!
About the only Google hit for this message is:
2007 Jun 21
1
A HTB problem
My hardware is a Linksys AP with MIPS 300MHz and Linux kernel 2.4.20.
The traffics are from two LAN switch ports to WAN port. And the traffics
are generate at a rate of 80Mbit. So the total traffic to WAN port is
160Mbit. The shaping works well that the traffic to WAN port is about
50/30Mbit according to configuration. But the priority seems strange
when the root rate is 50Mbit.
When the root
2010 Jun 21
5
Replacing elements of a list over a certain threshold
Dear List,
I have a list of length ~1000 filled with numerics. I need to replace
the elements of this list that are above a certain numerical threshold
with the value of the threshold.
e.g
example=list(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1)
threshold=5
<magic code goes here>
example=(1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 3, 2, 1).
I have written a crude
2009 Apr 30
4
Disabling users whilst still allowing logins with a 'master password'
Hi,
I'm having trouble coming up with an authentication configuration that
does what we want with dovecot, and thought it would be worth passing
it by the list in case anyone can spot an easy fix, or confirm my
suspicions that code changes are required.
You should probably be aware that this is to support a migration away
from Dovecot to a certain Microsoft-provided mail platform, so if
this
2013 Aug 12
3
Bug#719506: xen: FTBFS with perl 5.18: POD errors
Source: xen
Version: 4.2.2-1
Severity: important
User: debian-perl at lists.debian.org
Usertags: perl-5.18-transition
This package FTBFS with perl 5.18 (which will soon be uploaded to
unstable) owing to a stricter pod2man:
pod2text man/xl.pod.1 txt/man/xl.1.txt.tmp
man/xl.pod.1 around line 854: Expected text after =item, not a bullet
POD document had syntax errors at /usr/bin/pod2text line 84.
2005 May 23
0
RE: Wireless Networking
Thankx
I solved the problem by removing firewall and now trying to include
firewall settings step by step
Vaneet
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
Behalf Of Ryan
Sent: Monday, May 23, 2005 10:35 AM
To: CentOS mailing list
Subject: Re: [CentOS] RE: Wireless Networking
> 1) I am not able to connect to my Centos Server BOX
2005 Dec 22
9
truncating aggregation output only
Hello dtrace-discuss,
Sometimes I want to run a script for some time and every n second
output N top entries. trunc() isn''t suitable here as it also removed
keys/values. I want it ''coz over time if I use sum() entries which
are normally truncated can actually get to top over a time.
Maybe printa() extension, something like: printa(@b[10]) - to output
top 10?
--
2016 May 14
3
Questions... connecting Asterisk to the World
Greetings,
asterisk list and community,
I have a problem in how our telefon switch (Siemens HiCOM)
"talks" with my new configured Asterisk server (V.11.18.0)
without my Asterisks server in the middle....
<phone> <--> Siemens HiCOM <-ISDN-> NTBA <-...-> PBX Telekom
A phone connected to the switch requests an "Outgoing" line
by dialing "0".
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
The connector is not loading my servlets?
I am writing down my httpd.conf and workers.properties
Httpd.conf
LoadModule jk_module modules/mod_jk.so
<ifModule mod_jk.c>
JkWorkersFile /usr/local/jakarta-tomcat-5.5.4/conf/workers.properties
JkLogFile /etc/httpd/logs/mod_jk.log
JkLogLevel info
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkLogStampFormat "[%a %b %d
2003 Dec 19
2
SSH for OS/390 (ODBC SSH-Tunneling to OS/390)
Hi Martin,
my name's Daragh, and I'm a renewal projects architect in the
University of Chicago. I saw your name on a listserv - openssh-unix-dev. I
was hoping you could lend some insight to a problem we're trying to solve.
We are trying to find a way for an Oracle database to connect
securely to a mainframe (OS/390 running Model204 DB) through ODBC (Open
Database Connection
2011 Sep 13
1
implicit data frame reference
If I create an aggregation like this:
aggregate(lastYear[,8:10],list(Stadium=lastYear$STAD),mean)
I'll get a new data frame, which I can order if I assign it like this:
newFrame <- aggregate(lastYear[,8:10],list(Stadium=lastYear$STAD),mean)
newFrame[order(newFrame$TEMP),]
But.. if I just want to do this in one statement, what can I do? If this
was perl, I'd be using something like
2005 Apr 01
2
Hints on gpg key
I researched on google for some time ...
This is my other machine having centos 3.4
Im getting these GPG_KEY error while using
Yum install httpd-devel AND Yum upgrade
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 025e513b
Error: Could not find the GPG Key necessary to validate pkg
/var/cache/yum/base/packages/httpd-devel-2.0.46-44.ent.centos.2.i386.rpm
Error: You may also
2006 May 12
3
samba 3.0.22 and OS/2 connectivity
Hi All
I have a Linksys NSLU2 device which is used to hook USB2 drives upto my
network as network attached storage.
The Linksys firmware upgrade for this device includes samba 3.0.11 which
is a non-starter regarding OS/2 connectivity.
There is an alternative firmware based on the Linksys firmware called
Unslung from http://www.nslu2-linux.org/
The Unslung firmware allows
2009 Jan 11
1
Rsync error 'unexpected tag 93' when --log-file= parameter is present and run from crontab
L.S.
I hope someone can enlighten me on the following phenomenon.
When I run rsync (3.0.2 or 3.0.4) from a (SH) script as follows:
rsync -vrpth --stats --progress --log-file=/nslu2/rsync.log --log-file-format="%t %i %n%L" --include-from=/nslu2/rsync-files /share/hdd/data/public/Ernst/ 192.168.1.69::rsync-nslu2
All is well; it works fine. Log file is created, both client (NSLU2 from
2005 Apr 05
1
(no subject)
I am having this error
Im using apache 2.0.46 with tomcat 5.5.4 .. Mod_jk is working fine.
But my GSM modem is having problem in connecting..
RXTX fhs_lock() Error: creating lock file: /var/lock/LCK..ttyS0: File
exists
Any help will be great.
Vaneet
Vaneet Sharma
executive manager
iDeasTank Limited
an iwg business
dolphins' court po 388
valletta, m-malta/europe
mobile: +356 9943 8263