Displaying 20 results from an estimated 4000 matches similar to: "backup signal"
2000 May 24
3
order() results
Hi,
Let?s consider aux1. I wanted to order its data considering its first column as the index
> aux1[1:4,]
V1 V2 V3 V4 V5 V6
1 0.08506724 150 1956 15.08 233.82 463.295 14
2 0.76205323 203 1922 15.35 218.74 463.295 14
3 0.86274890 195 1835 12.54 203.39 463.295 14
4 0.37940715 152 1567 24.73 190.85 463.295 14
> aux2 <-- aux1[order(aux1[1:4,1]) , ]
> aux2
2000 Feb 14
2
Error in the inverse of a diagonal matrix?
I?m new to R so maybe this issue has been asked before and I still could not read the complete set of past messages sent to the list.
I found a weird behabiour that I will explain with a simple example. Lets consider the following block of commands:
> x <- diag(c(1,4,10))
> x
[,1] [,2] [,3]
[1,] 1 0 0
[2,] 0 4 0
[3,] 0 0 10
> invx <- x^-1
> invx
2002 Jun 07
1
Rank of a matrix?
Hello everyone,
this is a very simple question but I could not find the answer. :-(
Is there any function in R for calculating the rank of a matrix?
(In the sense of the dimension of the vectorial space that spans)
Thank you in advance!
Manuel
---
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Jun 28
3
BMP to matrix
Hi all,
is there any R function that loads a bmp file, or any other format, and converts its grid of pixels into a matrix or data frame?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000628/f3fc8b21/attachment.html
2011 May 10
1
Reference Classes copy(shallow=FALSE) unexpected behavior.
Dear all,
I''ve just discovered the ''Reference Classes''.
In a previous attempt ---a year ago--- to re-implement in a Object Oriented
fashion the AMORE package using S4 classes I strongly felt the need of such
capability. It''s great to have the Reference Classes now available. Along
with the discovery of the Rcpp package, this new programming paradigm has
boosted
2007 Dec 14
2
train nnet
Hi R-helpers,
Can some one tell me how to train 'mynn' of this type?:
mynn <- nnet(y ~ x1 + ..+ x8, data = lgist, size = 2, rang = 0.1,
decay = 5e-4, maxit = 200)
I assume that this nn is untrained, and to train I have to split the
original data into train:test data set,
do leave-one-out refitting to refine the weights (please straighten
this up if I was wrong).
I just don't know
2016 Aug 02
1
[R] Fwd: Help: malloc/free deadlock in unsafe signal handler 'Rf_onsigusr1'
Redirecting to R-devel
I don't recall how long the SUGUSR handlers have been in R -- you can
check in svn if you like -- it's been a long time. The intention is
for them to serve as an emergency break -- a chance of possibly saving
the workspace when you get stuck in an infinite loop in C/Fortran code
that cant be interrupted by a SIGINT. This can't be accomplished
without doing
2008 May 21
5
swat password
Hello all,
I'm having trouble logging into swat. Not even root can login! I'm using
Rocks 4.1 (linux cluster based on CentOS) Has anybody experienced this?
Thanks in advance!
Santiago
2005 Aug 11
3
signal handling
Is ther a signal handling model in R? similar to Perl's %SIG hash.
I want to do fast clean up in my R code before exit when a kill signal
is issued.
2017 Mar 21
2
Is a timer a file?
On Tue, 21 Mar 2017, Arnaud Quette wrote:
> Hi Roger,
>
> reviving this discussion, since we have a Github ticket for 2.7.5:
> https://github.com/networkupstools/nut/issues/293
...
> I've made some additions to clarify things on the timer, and complete the script:
> https://github.com/networkupstools/nut/compare/upssched-doc?expand=1
Hi Arnaud, Your change to the
2005 Mar 03
3
winbindd reporting "killing connections to DOMAIN"
I'm seeing the following errors on my SAMBA printserver in the winbindd log
:
[2005/03/03 14:56:53, 3, pid=3736]
nsswitch/winbindd_user.c:winbindd_getpwuid(225)
[24610]: getpwuid 10140
[2005/03/03 14:56:53, 3, pid=3736]
nsswitch/winbindd_user.c:winbindd_getpwuid(225)
[29198]: getpwuid 10266
[2005/03/03 14:56:54, 3, pid=3736]
nsswitch/winbindd_misc.c:winbindd_ping(238)
[ 6364]: ping
2017 Mar 28
1
Is a timer a file?
Hi Arnaud,
On Wed, 22 Mar 2017, Arnaud Quette wrote:
> The technique is very general and is to send SIGUSR1/SIGUSR2 to the upsd daemon.? SIGUSR1 and SIGUSR2 are events just like ONBATT and ONLINE.
> The patch runs successfully on my opensuse 13.2 box, and solves my problem. In upssched.conf I now have declarations such as
>
> ? ?AT SIGUSR1 * CANCEL-TIMER
2011 May 19
2
Unicorn preload_app and upstart
?Hi,
I was wondering if anyone has managed to get the preload_app and SIGUSR2
combination working well with upstart?
My issue currently is that when I perform a SIGUSR2 against the master,
check everything''s working and close off the old master, upstart then
attempts to restart it because the original PID/binary are no longer
running.
What is the correct way of handling this? In my
2003 Jan 10
5
working on a 2.5.6pre1 release
I'm working on trying to get rsync 2.5.6pre1 available for people to
test more widely. I'm out of time for today, and I'm stuck on a problem
that some machines on build.samba.org are showing on the 'chgrp' test.
I can reproduce this on my home redhat 7.3 system too. It appears to be a
timing problem because when I do strace -F -f on it the problem goes away.
Everything seems
2016 Jul 28
2
Help: malloc/free deadlock in unsafe signal handler 'Rf_onsigusr1'
Hi all,
I am working on a bug, which running PLR on HAWQ. The process hung and
can't be terminated.
>From my investigation, it seems signal handler 'Rf_onsigusr1' trigger a
malloc/free deadlock.
The calling stack is below.
Thread 1 (Thread 0x7f4c93af48e0 (LWP 431263)):
#0 0x00007f4c9015805e in __lll_lock_wait_private () from /lib64/libc.so.6
#1 0x00007f4c900dd16b in
2010 Apr 16
2
dovecot2: authcache statistics
Hello,
setting auth_cache_size to nonzero enables caching of authentication data.
The cache hitrate may be logged by sending SIGUSR2 to dovecot/auth process.
Is it possible that dovecot logs statistics on regular intervals ?
( like http://www.postfix.org/postconf.5.html#anvil_status_update_time )
Andreas
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0
2014 Jul 24
8
[Bug 10738] New: report --stats output when termination signal arrives
https://bugzilla.samba.org/show_bug.cgi?id=10738
Summary: report --stats output when termination signal arrives
Product: rsync
Version: 3.0.9
Platform: x64
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
2002 Sep 24
3
2.5.5-1 rsync hangs
On Mon, Sep 23, 2002 at 01:06:22PM -0700, Sudheer Tumuluru wrote:
>
> I am having the same problem with rsync 2.5.5-1. I am
> trying to rsync a couple of short text files between a linux server and
> Win2k Professional boxes with cygwin. About 20% of the time, rsync freezes
> at the end of the transfer, and I can't kill the rsync process in
> cygwin even if I give it a 9
2009 Nov 18
1
cache auth clear
Hello:
Have found probably auth cache clearing is not working well.
I get this log after issuing several SIGUSR2 and SIGHUP from command line:
Nov 18 13:56:26 dovecot: Info: Dovecot v1.2.6 starting up
Nov 18 13:56:33 auth(default): Info: Authentication cache hits 5/14 (35%)
Nov 18 13:56:33 auth(default): Info: Authentication cache inserts:
positive: 9 1213B, negative: 0 0B
Nov 18 13:57:40
2005 Jun 14
2
1.0-test73
http://dovecot.org/test/
Two potentially dangerous changes:
- mbox parser should now be able to handle CR+LF linefeeds. Hopefully
doesn't break anything.
- Some mail header parser changes. Hopefully doesn't break anything.
And other stuff:
- COPY shouldn't crash anymore with 64bit systems
- If PAM modifies username, keep it
- When auth workers died they leaked file