Displaying 13 results from an estimated 13 matches for "msg00032".
Did you mean:
msg00038
2011 Apr 23
1
KVM, virsh attach-disk problems
...t; error: Failed to attach disk error: operation failed: adding scsi
> > disk controller failed: type scsi not a hotpluggable PCI device.
> > failed to add if=scsi
I found a post (2009, on fedora-virt list), which is relevant:
http://www.redhat.com/archives/fedora-virt/2009-December/msg00032.html
Otherwise, I have found almost nothing!
BTW, I can attach a disk to the KVM guest, using a virtio driver:
> > [root at 113 info]# virsh attach-disk test1 /dev/sdd1 vdb
> > --driver virtio --mode shareable
> Disk attached successfully
I have not seen any mention anywhere...
2006 Apr 06
7
dns in domU
Hallo,
at first, sorry for my bad english.
I have a big problem.
I have xen 3.0.1 running. I have 4 domU. One domU is hosting a
dns-server. All runns fine.
Yesterday i have updated to 3.0.2. Sorce from the tar file. Build a
new kernel and reboot the system. It''s running. But i have one
problem. The dns resolving runns not fine.
Is there any changes for the dns between 3.0.1 and
2020 Apr 07
0
Re: [nbdkit PATCH 0/2] stdin/out cleanups
On Sat, Apr 04, 2020 at 05:02:37PM -0500, Eric Blake wrote:
> This is what I've been playing with in response to my earlier question
> about what to do with 'nbdkit -s sh -'
> (https://www.redhat.com/archives/libguestfs/2020-April/msg00032.html)
>
> I'm still open to ideas on a better name, and/or whether adding
> <stdbool.h> to our public include files is a good idea (if not,
> returning int instead of bool is tolerable).
The answer is: no, we cannot use <stdbool.h>. This is because we
advertise that w...
2008 May 08
1
AMD64 port in Lenny
Hello,
I see a Xen hypervisor package for AMD64 in Lenny and unstable, but no
xen-kernel for AMD64. Is there a linux-image-2.6-xen-amd64 package
planned for Lenny?
With regards,
Paul van der Vlis.
--
http://www.vandervlis.nl/
2011 Apr 22
2
KVM, virsh attach-disk error
I try to add a fresh, unformatted disk partition to a KVM guest. I
follow the directions given here:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html-single/Virtualization/index.html#proc-Virtualization-Adding_storage_devices_to_guests-Adding_physical_block_devices_to_virtualized_guests
First I check that the module acpiphp is present on the guest. It is.
On the host I write:
2009 May 16
6
fsck file system is mounted
Hi,
Is there a way to run fsck or any other program to check if there is
drive problem. I don't want it repaired, now, but maybe later on.
I can't shutdown the system and reboot in single user-mode.
All suggestions are welcomed.
--
Thanks
http://www.911networks.com
When the network has to work
2020 Apr 04
6
[nbdkit PATCH 0/2] stdin/out cleanups
This is what I've been playing with in response to my earlier question
about what to do with 'nbdkit -s sh -'
(https://www.redhat.com/archives/libguestfs/2020-April/msg00032.html)
I'm still open to ideas on a better name, and/or whether adding
<stdbool.h> to our public include files is a good idea (if not,
returning int instead of bool is tolerable).
Eric Blake (2):
server: Add nbdkit_stdio_safe
server: Sanitize stdin/out before running plugin code
do...
2017 Oct 06
3
[PATCH v2 0/2] lib: Allow db_dump package to be a weak dependency
Previously posted:
https://www.redhat.com/archives/libguestfs/2017-October/msg00032.html
This takes a completely different approach. It turns out that POSIX /
the shell already defines a special exit code 127 for ‘command not
found’. We can make a small adjustment to lib/command.c to return
this exit code in that case.
Then we just have to modify the db_dump code to test for t...
2009 May 14
5
Preventing hour-long fsck on ext3-filesystem
Hi!
I'm justing in the process of setting up a new fileserver for our
company. I'm installing CentOS 5.3 (64 bit) on it.
One of the "problems" with it is that it has a 3.5TB filesystem for
the user data which I formatted during setup as an ext3. Now my
experience with our current fileserver is that a 0.5TB ext3 filesystem
needs approx half an hour to complete (and kicks in
2002 Mar 07
11
[Bug 146] OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
http://bugzilla.mindrot.org/show_bug.cgi?id=146
------- Additional Comments From mouring at eviladmin.org 2002-03-08 07:38 -------
I just went through someone with this problem. And HAVE_BOGUS_SYS_QUEUE_H
worked for them. However you must have BOTH HAVE_SYS_QUEUE_H and
HAVE_BOGUS_SYS_QUEUE_H set.
As for INADDR_LOOPBACK. I'd like to know where on BSD/OS that is defined
so we can
2010 Sep 26
5
Need to pick your brain for recommendation on using 2.5" or 3.5" HDDs for Asterisk server...
Hi Everyone,
I am stack between two identical systems (2U Twin2, 4 nodes, SuperMicro)
servers that have the same exact specs except for HDDs. These nodes will all
either have Asterisk installed with CentOS or will have Asterisk install in
virtual environment.
Option 1: *12* x 3.5" HDD (3 HDDs per node)
Option 2: *24* x 2.5" HDD (6 HDDs per node)
**both options come to the same price.
2019 Jan 04
5
[PATCH nbdkit v5 3/3] cache: Implement cache-max-size and cache space reclaim.
v4:
https://www.redhat.com/archives/libguestfs/2019-January/msg00032.html
v5:
- Now we set the block size at run time.
I'd like to say that I was able to test this change, but
unfortunately I couldn't find any easy way to create a filesystem
on x86-64 with a block size > 4K. Ext4 doesn't support it at all,
and XFS doesn't support...
2018 Mar 21
2
[PATCH v6] v2v: Add -o rhv-upload output mode.
v5 was here:
https://www.redhat.com/archives/libguestfs/2018-March/msg00032.html
There is only a single patch in this version because the other
patches went upstream.
This patch adds the virt-v2v -o rhv-upload mode
(https://bugzilla.redhat.com/show_bug.cgi?id=1557273).
Compared to v5, this adds the ability to make zero, trim and flush
requests to the oVirt imageio serve...