search for: testsrc

Displaying 6 results from an estimated 6 matches for "testsrc".

Did you mean: testsrv
2019 Jun 09
2
[Bug 13991] New: rsync --delete --one-file-system skips deletes after crossing filesystems on destination.
...e second filesystem. Example done on a Centos7 machine where deleteme1 is left in the destination after deleting from the source: ------------------ root at arden-lt ~]# ## Setup environment in lvm root at arden-lt ~]# cd /tmp [root at arden-lt tmp]# VG=vg_ardenkvm [root at arden-lt tmp]# mkdir testsrc testdst [root at arden-lt tmp]# lvcreate -l 1 $VG/lvtest1 Volume group name expected (no slash) Run `lvcreate --help' for more information. [root at arden-lt tmp]# lvcreate -l 1 -n lvtest1 $VG Logical volume "lvtest1" created. [root at arden-lt tmp]# mkfs /dev/$VG/lvtest1 mke2fs...
2017 Dec 11
1
possible bug in utils::removeSource - NULL argument is silently dropped
...d behaviour in utils::removeSource (also present in r-devel as of today). --- # create a function which accepts NULL argument foo <- function(x, y) { if (is.null(y)) y <- "default foo" attr(x, "foo") <- y x } # create a function which utilizes 'foo' testSrc <- function() { x <- 1:3 x <- foo(x, NULL) x } # this works fine testSrc() # this fails testNoSrc <- utils::removeSource(testSrc) testNoSrc() # removeSource removes NULL from the 'foo' call print(testNoSrc) --- I traced back the bug to this row in removeSource: (l...
2000 Jan 29
0
problem with shadow suit in RH5.2 ??
...es unlocked\n"); exit(0); } ------------------------ Yet the following sequence of events leads me to believe that the functions lckpwdf() and ulckpwdf() are not being used with the support programs that are in the shadow suit itself. ------------------------ [root@taylor testsrc]# ./testing & [1] 29067 [root@taylor testsrc]# password files locked [root@taylor testsrc]# chsh bh3 Changing shell for bh. New shell [/bin/bash]: /bin/noshell Shell changed. [root@taylor testsrc]# password files unlocked [1]+ Done ./testing [root@taylor testsrc]# --------...
2014 Mar 11
17
[Bug 10495] New: "skipping directory foo" (does not transfer directories by default)
https://bugzilla.samba.org/show_bug.cgi?id=10495 Summary: "skipping directory foo" (does not transfer directories by default) Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at
2004 Mar 05
0
Squid-qos Patch Trouble
...d IP) and i want to implement some sort of bandwidth management so, for example, any given hosted website/server won''t eat more than let''s say 1Mbit of upstream bandwidth, i have recompiled squid using Patrick Mchardy squid-qos patch, and modified my squid.conf as this: acl testsrc src 10.0.0.0/255.255.255.0 tcp_outgoing_priority 10:2 testsrc and my tc script looks like this: tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10: htb default 10 tc class add dev eth0 parent 10: classid 10:2 htb rate 1Mbit ceil 1Mbit Problem is, less than 5% of the traffic seems to...
1997 Nov 12
4
R-alpha: batch
Back to my favourite R subject: batch mode. Some months ago, I pointed out how the default of saving .RData automatically in batch can often lead to completely erroneous results when using data.frames. Basically the idea of .RData is to save the environment to start where one left off. This will generally be quite different than where one started the session. The idea of a batch file is to redo a