Displaying 20 results from an estimated 600 matches similar to: "[REPOST] guestfsd core capture, and virt-rescue clean shutdown"
2010 Aug 03
3
Generate coredumps of the guestfs appliance
[PATCH 1/3] Add a core_pattern debug command
The first patch is just a rework of Rich's earlier core dump patch. It turns it
into a debug subcommand so it can be called at any time. This also has the
advantage of explicitly labelling an extremely untidy API as debug.
[PATCH 2/3] Call sync after guestfsd exits
The second patch seems to be required for cores to be dumped reliably. I was
able to
2012 Mar 13
2
[PATCH 0/2] 'int' to 'size_t' changes
These two patches are probably not completely independent, but
separating them is a lot of work.
With *both* patches applied, all the tests and extra-tests pass.
That's no guarantee however that there isn't a mistake, so I don't
think this patch is a candidate for the 1.16 branch, until it's had a
lot more testing in development.
Rich.
2016 Dec 06
9
[PATCH 0/5] Improve inspection of /usr filesystems
Hi,
this patch series improves the way /usr filesystems are handled: tag
them appropriately, so later on we can find them and merge results they
contain directly back for the root filesystem.
The series includes also a new private debug API, and its usage to fix
the resolution of /dev/mapper/.. devices found in fstab; without it,
LVM /usr filesystems are not recognized as belonging to their
2015 Jul 17
1
[PATCH] daemon: add a space after func/macro to fit code-style
more daemon codes covered
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
daemon/debug.c | 2 +-
daemon/devsparts.c | 2 +-
daemon/guestfsd.c | 6 +++---
daemon/labels.c | 4 ++--
daemon/ldm.c | 16 ++++++++--------
daemon/md.c | 10 +++++-----
daemon/mkfs.c | 2 +-
daemon/parted.c | 8 ++++----
daemon/statvfs.c | 8 ++++----
daemon/sync.c
2009 Nov 20
5
Fix more build dependency problems
For convenience you can pull it from the 'build' branch in:
git://heisenbug.com/matthew/libguestfs.git
Matt
2009 Aug 05
1
syntax-check changes
With this, "make syntax-check" runs a few more tests, all passing.
>From febff9d2a35c4f40abbaf8943146476bdeac671e Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 4 Aug 2009 13:49:19 +0200
Subject: [PATCH 1/8] build: remove more files added by ./autogen.sh
* po/LINGUAS: Remove file.
* po/Makefile.in.in: Likewise.
* po/Makevars: Likewise.
*
2017 Jun 19
0
[PATCH v7 13/13] daemon: Link guestfsd with libutils.
After the previous refactoring, we are able to link the daemon to
common/utils, and also remove some of the "duplicate" functions that
the daemon carried ("duplicate" in quotes because they were often not
exact duplicates).
Also this removes the duplicate reimplementation of (most) cleanup
functions in the daemon, since those are provided by libutils now.
It also allows us in
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote:
> Hello,
>
> After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie
> platform, I've got several questions :
>
>
> 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G
> asterisk" command, and then issue a "pkill -SEGV asterisk" command,
2018 Jan 19
2
Segfaults after upgrade to GlusterFS 3.10.9
Hi Jiffin,
On Fri, Jan 19, 2018 at 09:19:45AM +0530, Jiffin Tony Thottan wrote:
> It will be very easy to debug if u have core file with u. It looks like
> crash is coming from gfapi stack.
>
> If there is core file can u please share bt of the core file.
I'm sorry, there are no core files. :(
Is there something I could do to trigger the creation of core files?
Or anything else
2014 Oct 01
0
Useful tip: Run guestfsd under gdb and print stack trace on exit
Useful for tracking down segfaults in the daemon. This is not
upstreamable right now.
Example usage:
$ ./run guestfish -v -x -a /dev/null run : debug segv ""
[...]
libguestfs: trace: launch = 0
libguestfs: trace: debug "segv" ""
guestfsd: main_loop: new request, len 0x34
Program received signal SIGSEGV, Segmentation fault.
debug_segv (subcmd=0x4687050
2009 Aug 10
2
daemon/ warnings
Here are a few warning-removal changes for daemon/:
>From eea38a1937ccd396603ed899d829d2982755ea4a Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Thu, 6 Aug 2009 15:25:03 +0200
Subject: [PATCH 1/4] define ATTRIBUTE_UNUSED
* daemon/daemon.h (__attribute__, ATTRIBUTE_UNUSED): Define.
---
daemon/daemon.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0
2015 Jan 14
2
[PATCH] daemon: use btrfs(1) to get btrfs labels
blkid(1) (or actually, libblkid) seems to handle file system labels up
to 127 characters. Considering that btrfs labels can be up to 255
characters, this means long labels are not read correctly (i.e. get
truncated) by blkid.
Get the file system type, and if btrfs is available invoke
`btrfs filesystem` to get the label of btrfs file systems.
---
daemon/blkid.c | 6 ++++++
daemon/btrfs.c | 24
2018 Jan 19
0
Segfaults after upgrade to GlusterFS 3.10.9
What's /proc/sys/kernel/core_pattern set to for you? For me it is
% cat /proc/sys/kernel/core_pattern
core
which will drop a core file in the working directory of the process.
On 19/01/2018 12.56, Frank Wall wrote:
> Is there something I could do to trigger the creation of core files?
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
2016-09-06 17:48 GMT+02:00 Tzafrir Cohen <tzafrir.cohen at xorcom.com>:
> On Tue, Sep 06, 2016 at 06:37:52AM -0600, George Joseph wrote:
> > On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote:
>
> > > Where should core file be created when Asterisk is run as a daemon by
> > > asterisk user and group ?
> > > Is there a setting I
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
I think were getting closer:
I did:
- I edited /etc/default/asterisk to include :
AST_USER="root"
AST_GROUP="root"
# systemctl daemon-reload
# systemctl start asterisk
# ps aux | grep asterisk
root 3602 7.1 2.5 60332 26012 ? Ssl 16:00 0:03
/usr/sbin/asterisk -U root -G root -g
# rasterisk
# pkill -SEGV asterisk
Then console showed:
Segmentation error (core
2008 Mar 04
1
astmanproxy and core dump
Does any one know how to change astmanproxy to be able to
a) compile without optimisations
b) dump a core
I've had it crash several times over the past couple of months, but
there is no way to debug what's going on.
I like the way a core is produced when (if!) * crashes, and would like
to have the same thing on astmanproxy.
Thanks
Julian
2009 Mar 27
2
dovecot-1.1.13 auth-worker killed
Hi,
I get these errors with dovecot 1.1.13 in my logs:
dovecot: Mar 27 12:00:34 Error: auth-worker(default): *** glibc detected *** dovecot-auth: double free or corruption (!prev): 0x00002b30d5a7dd90 ***
dovecot: Mar 27 12:00:34 Error: auth(default): worker-server(jan,147.251.48.141): Aborted: Worker process died unexpectedly
dovecot: Mar 27 12:00:34 Error: child 21838 (auth-worker) killed with
2015 Jul 01
5
[PATCH v5 0/3] uuid: add btrfs uuid change support and set_uuid_random
- Btrfs-progs v4.1 introduced new feature of changing
uuid of btrfs partition.
This patch add support of this.
- Introduce set_uuid_random
- uuids.c did a lot of deplicated work for changing uuid
of fs. Use existing functions.
v5: use NOT_SUPPORTED macro
improve testcases
v4: introduce get_random_uuid
improve testcases
squash internal API patches
v3.1: fix typos
v3: set errno
2008 Jun 22
2
Some crashes with 1.1.1
I'm getting some cra shes with 1.1.1, but even with these start options:
#!/bin/sh
mkdir /var/core
chmod 1777 /var/core
echo /var/core/%p > /proc/sys/kernel/core_pattern
ulimit -n 65535
ulimit -c unlimited
/usr/local/sbin/dovecot -F
I'm not getting any corefiles - why? It definitely used to work :)
Jun 22 00:05:53 postamt dovecot: imap-login: *** glibc detected *** imap-login:
2014 Oct 14
2
Re: Virt-v2v conversion issue
On Tue, Oct 14, 2014 at 02:43:31PM +0000, VONDRA Alain wrote:
> Rich,
> The conversion did'nt finish, and I don't have any core dump.
> The qemu-img seems to hang, but doesn't crash...
Please connect gdb to the hung process and get a stack trace to find
out where it's hanging.
'strace -p ...' output might also be enlightening, if it is not hung
but doing