Displaying 17 results from an estimated 17 matches for "autorestart".
2008 Oct 22
1
Rails + Mongrel - autorestart on segmentation fault crash
Anyone know of a way to auto-restart Mongrel on a crash, Windows
environment ?
We''re getting a seg fault error, so until we figure this out is there
a polling script or something to run to monitor and restart if it''s
down?
Thanks
-S
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2017 Jun 09
2
Apple Mac slave
...8, 2017, at 4:06 PM, Robbie van der Walle <rvanderwalle at gmail.com> wrote:
>
> 7. No they didn?t restart. I know there is a setting on the NAS to activate this. I will check and try again.
Not sure for the NAS, but for the Mac, it is probably something like this:
sudo pmset -a autorestart 1
There is also usually a checkbox in the Energy Saver panel in the System Preferences GUI.
2017 Jun 09
0
Apple Mac slave
>> 7. No they didn?t restart. I know there is a setting on the NAS to activate this. I will check and try again.
>
> Not sure for the NAS, but for the Mac, it is probably something like this:
>
> sudo pmset -a autorestart 1
>
> There is also usually a checkbox in the Energy Saver panel in the System Preferences GUI.
Under System Preferences, Energy Saver, there is a setting Start up automatically after a power failure.
Running sudo pmset -a autorestart 1 does the same trick.
But unfortunately Mac stays...
2010 Feb 15
1
R-Commander plug-in difficulties
...which seems to be related to
one of the sources of error (?):
.packageName <- "RcmdrPlugin.MAc"
.First.lib <- function(libname, pkgname){
if (!interactive()) return()
Rcmdr <- options()$Rcmdr
plugins <- Rcmdr$plugins
if ((!pkgname %in% plugins) && !getRcmdr("autoRestart")) {
Rcmdr$plugins <- c(plugins, pkgname)
options(Rcmdr=Rcmdr)
closeCommander(ask=FALSE, ask.save=TRUE)
Commander()
}
}
I am not exactly sure how to proceed--I appreciate any suggestions.
AC
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
...= 0;
}
/* ups_setsuper: set super-user access
(allows setting variables)
*/
static void ups_setsuper (int super)
{
setparam (999, super ? 4 : 0, super ? "2639" : "");
}
/* sets whether UPS will reapply power after it has shut down and line
* power returns.
*/
static void autorestart (int restart)
{
ups_setsuper (1);
setparam (1, 1, restart ? "1" : "0");
ups_setsuper (0);
}
/* set UPS parameters */
static int upsdrv_setvar (const char *var, const char * data) {
int parameter;
int len = strlen(data);
upsdebugx(1, "Setvar: %s %s", var, data);...
2007 Jun 01
6
PATCH: Use name instead of pid in QEMU logs
The attached patch changes the logfile name generated by qemu-dm to use the
pattern qemu-dm-[NAME].log instead of qemu-dm-[PID].log. This makes it
easier for the adminsitrator to figure out which log corresponds to which
guest (particularly after a crash where you no long know what PID the
qemu-dm process for your guest had). It also prevents the number of log
files from growing unbounded.
2017 Jun 09
3
Apple Mac slave
On Jun 9, 2017, at 4:47 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote:
>
>> Under System Preferences, Energy Saver, there is a setting Start up automatically after a power failure.
>> Running sudo pmset -a autorestart 1 does the same trick.
>
> But unfortunately Mac stays . Step 7
>
You might want to save off the output of "pmset -g" before experimenting further - that way, after you find a solution, you can run it again to see what changed.
This page implies that the "sudo" an...
2009 Feb 22
0
Fwd: Jaunty and pulseaudio
...--
From: Dan Kegel <dank at kegel.com>
Date: Sun, Feb 22, 2009 at 9:14 AM
Subject: Jaunty and pulseaudio
To: "wine-devel at winehq.org" <wine-devel at winehq.org>
https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2009-February/007108.html
says the pulseaudio daemon will autorestart,
so anyone who's been relying on killing it
might want to test with fresh jaunty to see
if they've fixed the problems...
--
-Austin
2017 Jun 09
0
Apple Mac slave
...t;clepple at gmail.com> wrote:
>
> On Jun 9, 2017, at 4:47 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote:
>>
>>> Under System Preferences, Energy Saver, there is a setting Start up automatically after a power failure.
>>> Running sudo pmset -a autorestart 1 does the same trick.
>>
>> But unfortunately Mac stays . Step 7
>>
>
> You might want to save off the output of "pmset -g" before experimenting further - that way, after you find a solution, you can run it again to see what changed.
>
> This page impl...
2011 Dec 27
1
R Commander options
I realize this is basic, but I can't figure out the syntax for setting
options for R Commander. I'm running Linux Mint and want to increase the R
Commander font sizes. I see that there are (apparently command line)
options to do so. I have a desktop launcher with the following command
line:
sh -c 'R_DEFAULT_PACKAGES="$R_DEFAULT_PACKAGES Rcmdr" R "$@"'
Can
2017 Nov 03
2
ControlPath versus ProxyCommand
...127.0.0.1 7777
>If your ssh client is new enough, you should try ssh -J / JumpHost instead.
I give this particular script to others, so that may not be feasible yet. But I
saw that option arrive and intend to make us of it. Nice! I discovered -G too
recently, very useful to me. Not least for autorestarting persistent tunnels
when I modify a config file (I use the output as a signature string).
Cheers,
Cameron Simpson <cs at cskk.id.au> (formerly cs at zip.com.au)
2017 Nov 03
2
ControlPath versus ProxyCommand
TL;DR: I expect ProxyCommand to have effect in preference to ControlPath.
I've just tripped over this one. I have an ssh Host (let us call it "MAIN")
with a ControlPath and with ControlMaster=no, from the .ssh/config file.
I also have a shell script whose purpose is to hop to a remote host through a
port forward, which uses the ProxyCommand option like this:
ProxyCommand ssh
2017 Jun 08
5
Apple Mac slave
On Thu, 8 Jun 2017, Robbie van der Walle wrote:
> The "upsrw" command contacts upsd, so it sounds like you should be able to add a user to upsd.users on the NAS, and then run something like
> this on the Mac:
>
> ??upsrw -s battery.charge.low=80 -u upsmaster -s sekret UPS at synology
>
> Per?http://networkupstools.org/docs/man/upsd.users.html?,
2005 Jan 26
3
crahsing app
Can anyone tell me what is causing htis by chance? I know it is
the application. What's weird is i "fixed' it last time by
reformatting the machine to stabilize this one app. Now after a
month it crashes again....
Well the steam hlds has started randomaly crashing again.
----------------------------------------------
----------------------------------------------
CRASH: Tue
2005 Dec 19
0
new(er) SEC driver.
..._DATAMSG 'D'
#define SEC_UPSMSG '*'
#define SEC_ACK '1'
#define SEC_NAK '0'
/* commands */
#define SEC_CMD_AVAILP1 "AP1" /* Part1 of available variables */
#define SEC_CMD_AVAILP2 "AP2" /* Part1 of available variables */
#define SEC_CMD_AUTORESTART "ATR" /* Enable/disable auto restart */
#define SEC_CMD_MFR "MAN" /* UPS Manufacturer */
#define SEC_CMD_MOD "MOD" /* UPS Model */
#define SEC_CMD_NOMINAL "NOM" /* Nominal Values */
#define SEC_CMD_SHUTDOWN "PSD" /* Shutdown after delay/canc...
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman
installation ? I found:
http://blogs.sun.com/sanjeevb/date/200506
It gives an error:
god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312
dtrace: failed to compile script ./memleak.d: line 3: probe description
pid10312:libc.so.1:malloc:entry does not match any probes
I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc
Are
2013 Oct 11
40
[Bug 70388] New: [NV34] failed to idle channel 0xcccc0000
https://bugs.freedesktop.org/show_bug.cgi?id=70388
Priority: medium
Bug ID: 70388
Assignee: nouveau at lists.freedesktop.org
Summary: [NV34] failed to idle channel 0xcccc0000
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: rosti.bsd at gmail.com
Hardware: x86 (IA32)