similar to: How to avoid control-c killing the open program?

Displaying 20 results from an estimated 40000 matches similar to: "How to avoid control-c killing the open program?"

2007 Sep 11
6
Editor for R under Fedora 7
Hello everyone, I wanted to ask what will be a good editor to write R scripts in Fedora 7. Tony [[alternative HTML version deleted]]
2002 Jun 30
2
Killing an open file doesnt work? (i dont know how to..!)
Hi all, since we updated to to 2.2.2 (or .3??) we have a big problem. Sometimes we need to 'kill' a locked file. That means, a user left his w2k terminal, locked it and forgott to close file.xls or file.doc. In the past we just did: smbstatus | grep "file.xls" kill -9 <PID> and the file was unlocked, so anybody could access it again. Since the update (version we use
2006 Nov 23
4
Ryacas and fractions with simultaenously very large numerators and denominators
Dear All I am doing the following: > x <- yacas("3/2") > for (i in 2:400) + x <- yacas(paste(x,"*",x)) > x expression(Inf^1.260864167e+117/Inf^6.304320836e+116) > Eval(x) [1] NaN No luck this way. However, I am successful with > y <- yacas("(3/2)^400") > y expression(7.05507910865533e+190/2.58224987808691e+120) > Eval(y) [1]
2006 Aug 03
3
Looking for transformation to overcome heterogeneity of variances
Dear All My data consists in 96 groups, each one with 10 observations. Levene's test suggests that the variances are not equal, and therefore I have tried to apply the classical transformations to have homocedasticity in order to be able to use ANOVA. Unfortunately, no transformation that I have used transforms my data into data with homocedasticity. The histogram of variances is at
2007 Sep 07
3
Delete query in sqldf?
Dear All, Is sqldf equipped with delete queries? I have tried delete queries but with no success. Thanks in advance, Paul
2019 Sep 26
0
Re: [PATCH libnbd 1/2] lib: Avoid killing subprocess twice.
On 9/26/19 11:40 AM, Richard W.M. Jones wrote: > If the user calls nbd_kill_subprocess, we shouldn't kill the process > again when we close the handle (since the process has likely gone and > we might be killing a different process). > --- > lib/handle.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/handle.c b/lib/handle.c > index
2006 Jun 13
8
MS Access2000 does not work fine
Dear All I am using Wine 0.9.15 on Fedora Core 5 in connection with WineTools. However, when I create a new database on MS Access (from MS Office2000), I get the following error: "The Dynamic Link Library msjet40.dll could not be located". So, I cannot use MS Access under Wine. Any ideas? Thanks in advance, Paul
2010 Jul 26
7
Bug on r-bc?
Dear All, The following code should return 1, but it returns 0: source("http://r-bc.googlecode.com/svn/trunk/R/bc.R") bc("9 % 2") Do you confirm this bug? Paul
2007 Nov 24
5
Dot plots in R
Dear All, Can R produce dot plots like the one of the following picture: http://en.wikipedia.org/wiki/Image:Dotplot_of_random_values.png ? I have tried dotchart, but no success. Thanks in advance, Paul
2007 May 07
3
Bad optimization solution
Dear All I am trying to perform the below optimization problem, but getting (0.5,0.5) as optimal solution, which is wrong; the correct solution should be (1,0) or (0,1). Am I doing something wrong? I am using R 2.5.0 on Fedora Core 6 (Linux). Thanks in advance, Paul ------------------------------------------------------ myfunc <- function(x) { x1 <- x[1] x2 <- x[2] abs(x1-x2) }
2009 Sep 26
1
Problem with downloading workspace file from a web address
Dear All, To load a previously saved workspace, one can do the following: load("/path/to/the/saved/workspace/file") However, if the path to the saved workspace file is a web address, one gets the following error: ?Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file
2008 Jan 07
7
Can R solve this optimization problem?
Dear All, I am trying to solve the following maximization problem with R: find x(t) (continuous) that maximizes the integral of x(t) with t from 0 to 1, subject to the constraints dx/dt = u, |u| <= 1, x(0) = x(1) = 0. The analytical solution can be obtained easily, but I am trying to understand whether R is able to solve numerically problems like this one. I have tried to find an
2005 May 06
2
Outlook Duplicates issue is still killing me
Hi, I have one pop3 client who has three computers, and he has Outlook XP on two, and 2003 on the third. They are all set to leave a copy of messages on the server, and that causes a duplicate message for every message he gets. I then can tell him to uncheck the "leave a copy on the server" box, and pop his mail, and the duplicates will go away for two or three days, only to start up
2007 Nov 18
2
Getting theta in italic in a plot
Dear All, Consider the following code: plot(0,0) text(0,0.5,expression(italic(theta))) I would like to get theta in italic, but I always get it upright. Any suggestions? Thanks in advance, Paul
2002 May 22
1
Killing smb-connection
Hi everybody, i use following software: Linux version 2.4.7-10 (bhcompile@stripples.devel.redhat.com) (gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)) #1 Thu Sep 6 17:27:27 EDT 2001 # smbd -V Version 2.2.1a Imagine a user (user x) opened a file stored on the samba server like "blah.xls" (excel 2k) so the file is locked by the smbd. Another user wants to edit this file so we
2010 Oct 21
1
killing remote commands
Dear ssh gurus, Here's the version I'm testing on : flavien :/$ ssh -V OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009 I launch a remote command : flavien$ ssh -o ControlMaster=yes -o ControlPath=/tmp/ssh-control localhost 'echo pid:$$ ...sleeping...; sleep 2803' flavien at localhost's password: pid:11565 ...sleeping... On another shell, I
2006 Aug 26
4
Can R compute the expected value of a random variable?
Dear All Can R compute the expected value of a random variable? Thanks in advance, Paul
2019 Sep 26
5
[PATCH libnbd 1/2] lib: Avoid killing subprocess twice.
If the user calls nbd_kill_subprocess, we shouldn't kill the process again when we close the handle (since the process has likely gone and we might be killing a different process). --- lib/handle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/handle.c b/lib/handle.c index 2af25fe..5ad818e 100644 --- a/lib/handle.c +++ b/lib/handle.c @@ -315,6 +315,8 @@
2012 Aug 15
5
[Bug 53535] New: G84M [Quadro NVS 140M] X crash after waking up from suspend: Process /usr/bin/Xorg was killed by signal 6 (SIGABRT)
https://bugs.freedesktop.org/show_bug.cgi?id=53535 Bug #: 53535 Summary: G84M [Quadro NVS 140M] X crash after waking up from suspend: Process /usr/bin/Xorg was killed by signal 6 (SIGABRT) Classification: Unclassified Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version:
2009 Jan 13
1
RAID level and killing a job
First question - under CentOS 5, if I created non LVM partitions on a server with 6 disks - 2 disks are RAID 1 (OS), how do I remind myself or inquire the type of RAID of the remaining 4 disks (RAID 1 or RAID 5), without having to reboot? Second question - A newly installed server consisting of CentOS 5.2, straight off the DVD, I invoke a command by hand, realize I want to kill it soon after