similar to: gracefully killing samba sessions on ctdb node restart?

Displaying 20 results from an estimated 200 matches similar to: "gracefully killing samba sessions on ctdb node restart?"

2008 Mar 19
1
R_ParseVector problem: it's cutting off after the decimal point
Dear all, my aim is to integrate R in an interactive visualisation software called Bulk Analyzer developed by VrVis (http://www.vrvis.at). the code: SEXP e, tmp; ParseStatus status; PROTECT(tmp = mkString("x <- c(1.234,-3.45)")); PrintValue(tmp); PROTECT(e = R_ParseVector(tmp, -1, &status, R_NilValue)); PrintValue(e); UNPROTECT(2); produces the following output: [1] "x
2007 Dec 27
2
Failure of gvinum after panic
Hi all, I have some problems with my gvinum setup after the system panic'ed. Afterwards the system fails finding the plexes to the subdisks (or at least that is what I can understand after having searched the gvinum source code for the error string in the DMESG log..) The machine is an IBM Netfinity 5000 and the internal HW self tests does not find any errors in the hw. Luckily my root is
2017 Aug 18
0
Filter of old Thunderbird installation interferes with lmtp/ Mail delivery / sieve
# 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 4.9.25 i686 Gentoo Base System release 2.2 # pidgeonhole v0.4.3 # Thunderbird 3.0.4 impact ------ Emails, for which the filter applies, gets copied to the desired folder, but get kept in the inbox with deleted flag (in Roundcube you see them grayed out a bit, in Thunderbird they are not shown at all). When the incoming email is from an internal
2005 Feb 10
5
Annual cumulative sums from time series
Hello world, I am actually transferring a course in data management for students in biology, geography and agriculture from statistica to R - it works surprisingly well. If anyone is interested in my scratch/notepad (in German language), please see www.hydrology.uni-kiel.de/~schorsch/statistik/statistik_datenauswertung.pdf (pages 40-52) The dataset is:
2007 Jan 08
2
Simple spectral analysis
Hello world, I am actually trying to transfer a lecture from Statistica to R and I ran into problems with spectral analysis, I think I just don't get it 8-( (The posting from "FFT, frequs, magnitudes, phases" from 2005 did not enlighten me) As a starter for the students I have a 10year data set of air temperature with daily values and I try to get a periodogram where the annual
2008 Sep 11
1
DK2 dont start
Hallo, I tried to install and play DK2 but the game dont run. I get this error: Code: maxe at SCHORSCH:~/Desktop/Bullfrog/Dungeon Keeper 2$ wine DKII.exe --32biteverything fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows version to 'nt40' or 'win31'. fixme:vxd:VXD_Open Unknown/unsupported VxD L"siwvid.vxd". Try setting Windows
2003 May 22
0
MGCP NOTICE message and WARNING messsage
> Hello all, > Can someone help me on the problem which I have on MGCP phone test . I test mgcp - asterisk- zap. But I got several NOTICE message from rtp.c. > NOTICE[20501]: File rtp.c, Line 221 (process_rfc3389): RFC3389 support > incomplete. Turn off on client if possible > > -- Endpoint 'aaln/1@VG101-1-1' observed '9' > NOTICE[20501]: File rtp.c,
2003 Jul 28
5
DVD Drive wont mount
Hi, I am having trouble using my dvd drive in KDE, as it wont mount, using dvd, cd, cdrw. all I get is the error message saying: Could not mount device. The reported error was: cd9660: /dev/acd0: Invalid argument Has anyone got a solution for this? Thanks, Brian
2009 Mar 06
1
[Bug 20501] New: Running on remote Display hangs X11
http://bugs.freedesktop.org/show_bug.cgi?id=20501 Summary: Running on remote Display hangs X11 Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2007 Feb 09
1
Gracefully recovering from state.yaml corruption.
Hello, I have recently attempted to automatically restart my network interfaces when I update my network configuration files. During this process it seems that one out of every three or so runs will cause the state.yaml file to become corrupt. The next run of puppet will respond with messages similar to "can''t find object :nil". Deleting the state.yaml file and running
2009 Aug 03
1
[PATCH] ocfs2: Handle quota file corruption more gracefully
ocfs2_read_virt_blocks() does BUG when we try to read a block from a file beyond its end. Since this can happen due to filesystem corruption, it is not really an appropriate answer. Make ocfs2_read_quota_block() check the condition and handle it by calling ocfs2_error() and returning EIO. Reported-by: Tristan Ye <tristan.ye at oracle.com> Signed-off-by: Jan Kara <jack at suse.cz> ---
2010 May 07
0
[PATCH] daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top -------------- next part -------------- >From 9a503ec7d7fa16e09abab53cc7f768b72020ce08 Mon Sep 17 00:00:00 2001 From: Richard Jones
2014 Feb 12
0
pyAsterisk: how to gracefully exit from event loop
Hello, I'm using py-Asterisk 0.5.3. I'm trying to use it along a Tkinter-based GUI so I've dedicated a thread for reading incoming AMI events. Which is the preferred way to gracefully exit from an event loop ? More precisely: This thread is waiting for input events with Manager._read_packet() method. Doc (see [1]) says: "... infinite loop running BaseManager.read() until an
2019 Jan 02
0
[RFC PATCH 1/1] s390/virtio: handle find on invalid queue gracefully
On Wed, 2 Jan 2019 18:50:20 +0100 Halil Pasic <pasic at linux.ibm.com> wrote: > A queue with a capacity of zero is clearly not a valid virtio queue. > Some emulators report zero queue size if queried with an invalid queue > index. Instead of crashing in this case let us just return -EINVAL. To > make that work properly, let us fix the notifier cleanup logic as well. > >
2015 Jul 04
0
Gracefully powering off system in case of power failure
On 07/04/15 01:27, Jatin Davey wrote: <> > In case of power failure on this server , how can i make the system to > shutdown gracefully so that it unmounts the file-system and cleans up > the required buffers. > > My server does have a battery backup so it will help in shutting down > the system more gracefully. use what is already packaged for centos: apcupsd - apc
2015 Jul 04
0
Gracefully powering off system in case of power failure
On 7/4/2015 12:28 AM, Jatin Davey wrote: >> > My server supports ACPI 4.0 standard , Will that be helpful ? does `init 0` as a root command cause it to gracefully shut down and power off ? thats all the ACPI support you need. what brand/model UPS (battery backup) do you have ? the UPS software, apcupsd and/or NUT, needs to listen to the UPS to tell it when the power has
2015 Jul 04
0
Gracefully powering off system in case of power failure
On 7/4/2015 1:02 AM, Jatin Davey wrote: > [Jatin] I am still reading through the documentation of my server to > find out the battery backup in it. Is there any command within the OS > that i can use to find out this information ? I've never heard of a UPS built into a server, every one I've ever seen has been external... the mains power cable(s) for the server are plugged
2015 Jul 04
1
Gracefully powering off system in case of power failure
On 7/4/2015 1:55 PM, John R Pierce wrote: > On 7/4/2015 1:02 AM, Jatin Davey wrote: >> [Jatin] I am still reading through the documentation of my server to >> find out the battery backup in it. Is there any command within the OS >> that i can use to find out this information ? > > I've never heard of a UPS built into a server, every one I've ever > seen
2015 Jul 04
0
Gracefully powering off system in case of power failure
On 7/4/2015 1:32 PM, Jatin Davey wrote: > On 7/4/2015 1:07 PM, John R Pierce wrote: >> On 7/4/2015 12:28 AM, Jatin Davey wrote: >>>> >>> My server supports ACPI 4.0 standard , Will that be helpful ? >> >> does `init 0` as a root command cause it to gracefully shut down and >> power off ? thats all the ACPI support you need. > [Jatin] Yes,
2011 Jun 02
1
Exiting R Gracefully
Hello, I thought I'd add this to the mailing list, in case it could be handled smoother in a future release of R. > q() Save workspace image? [y/n/c]: n *** caught segfault *** address (nil), cause 'unknown' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 3 Error: no graphics