Displaying 10 results from an estimated 10 matches for "peterd".
Did you mean:
peter
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
...;/>\n <suspend-to-disk enabled='no'/>\n
</pm>\n <devices>\n <emulator>/usr/bin/qemu-kvm</emulator>\n <disk
type='file' device='disk'>\n <driver name='qemu' type='qcow2'/>\n
<source file='/home/peterd/TVE/wer.qcow2'/>\n <backingStore/>\n
<target dev='sda' bus='sata'/>\n <boot order='1'/>\n <alias
name='sata0-0-0'/>\n <address type='drive' controller='0' bus='0'
target='0' unit=...
2018 Nov 02
2
guestfs_launch() fails when C application is started as a systemd service
Hello,
I have a simple C program that uses libguestfs to extract info about disk
usage from a libvirt domain. It works when ran manually as root, but fails
when started as a systemd service.
I'm attaching the service file, source code and verbose logs from both the
successful manual run and from the service journal.
SELinix is disabled.
Error messages:
libguestfs:
2018 Nov 07
0
Re: guestfs_launch() fails when C application is started as a systemd service
...ommand from collectd and it passes
> though! Confusing...
The log indicates something a bit strange is going on:
> libguestfs: command: run: qemu-img
> libguestfs: command: run: \ create
> libguestfs: command: run: \ -f qcow2
> libguestfs: command: run: \ -o
> backing_file=/home/peterd/TVE/wer.qcow2,backing_fmt=qcow2
> libguestfs: command: run: \ /tmp/libguestfsUIZbDK/overlay1.qcow2
> Formatting '/tmp/libguestfsUIZbDK/overlay1.qcow2', fmt=qcow2
> size=107374182400 backing_file=/home/peterd/TVE/wer.qcow2 backing_fmt=qcow2
> encryption=off cluster_size=65536 laz...
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
...; though! Confusing...
>
> The log indicates something a bit strange is going on:
>
> > libguestfs: command: run: qemu-img
> > libguestfs: command: run: \ create
> > libguestfs: command: run: \ -f qcow2
> > libguestfs: command: run: \ -o
> > backing_file=/home/peterd/TVE/wer.qcow2,backing_fmt=qcow2
> > libguestfs: command: run: \ /tmp/libguestfsUIZbDK/overlay1.qcow2
> > Formatting '/tmp/libguestfsUIZbDK/overlay1.qcow2', fmt=qcow2
> > size=107374182400 backing_file=/home/peterd/TVE/wer.qcow2
> backing_fmt=qcow2
> > encryption=o...
2005 May 06
0
Re: Strangely slow tranfers speeds...
...> Message: 1
> Date: Wed, 4 May 2005 19:53:56 -0300
> From: "peter" <peter@totallinux.com.br>
> Subject: [Samba] Strangely slow tranfers
speeds with samba 3.0.10 and
> FC3...
> To: <samba@lists.samba.org>
> Message-ID:
<00ab01c550fc$28686c80$a80b027d@PeterDE
LL>
> Content-Type: text/plain; charset="us-ascii"
>
> Ok, I've found some references to this issue
with samba on the net, but
> not
> related to the version of samba I'm running
(which is 3.0.10, updated
> version that comes with Fedora Core 3).
>
>...
2004 Nov 14
2
SWAT not running
Hello,
I'm new at linux and i appreciated is somebody could help me.
I have installed the latest version af SAMBA on a Cobalt RAQ550.
The SNMB and the NMBD daemons are running.
However, when I want to access the swat pages http://192.168.5.240:901
<http://192.168.5.240:901/>
There is noting found.
Regards,
Peter Discart
2004 Nov 15
0
problems to join a XP pro client to the PDC
Hello Guy's it's the newbie again.
So I managed to get the samba server running with the following
configuration mentioned below.
I have created a computer account on the samba server.
When I want to join the XP client, I use the specified computer name and
the domain name. When I click OK windows prompts me for the username and
I use the user ROOT and the password. After a wile I get
2018 Nov 08
2
Re: guestfs_launch() fails when C application is started as a systemd service
Here are strace outputs per process.
strace_output.22076 is the plugin's pid. (A little before forking)
strace_output.22077 runs qemu-img
strace_output.22078 is a mystery to me
strace_output.22079 is rm -rf to the overlay image and its temporary dir.
Best Regards,
Peter
On Wed, Nov 7, 2018 at 4:38 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> On Wed, Nov 07, 2018 at
2018 Nov 13
2
Re: [collectd] collectd leaks SIGCHLD == SIG_IGN into plugins
I was extending the virt plugin.
It already collects similar data (about VMs) using Libvirt's API, but lacks
disk usage information.
I went through some hoops to link libguestfs correctly to collectd.
Is it okay to just include fork(), waitpid() example? It does reproduce the
issue.
Best Regards,
Peter
On Tue, Nov 13, 2018 at 1:34 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
2018 Nov 20
2
virt-df stuck at supermin: [...] waiting for /sys/block/sdb/dev to appear
This problem occurs on certain machines but I can't tell why and how
exactly to fix it.
The message suggests a problem with kernel modules, but they all seem to
load successfully, including many virtio modules.
Best Regards,
Peter