similar to: kernel panic when using root from virtfs

Displaying 20 results from an estimated 80 matches similar to: "kernel panic when using root from virtfs"

2007 Nov 22
1
Package specific dependencies...
Hi, I noticed recently when installing the GDD package for R under GNU/Linux that it required the gd library (http://libgd.org/) for generating graphics. The resolution of this was to simply install the library on my system, and then GDD successfully installed without any complaints. However, the variant of GNU/Linux that I use is Gentoo, so I filed a bug requesting that a USE flag be set for
2012 Jul 10
0
CESA-2012:0973 Moderate CentOS 6 nss Update
CentOS Errata and Security Advisory 2012:0973 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0973.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 63fde85e217c4bdaff813fee7f7a2b77d929c74fb029657159e6043fca2435f7 nspr-4.9-1.el6.i686.rpm
2011 Sep 29
1
Fwd: Re: VirtFS Query
Richard, FYI. On Wed, 28 Sep 2011 17:05:42 +0530, Harsh Bora <harsh at linux.vnet.ibm.com> wrote: > Hi Aneesh, > > Richard asked me if we have any plans to provide a solution for this use > case: > > https://www.redhat.com/archives/libguestfs/2011-September/msg00089.html > > IIUC, VirtFS as a rootfs is targeted towards this requirement only, > right? Any inputs ?
2014 Feb 27
0
Re: VirtFS accessmode
On Wed, Feb 26, 2014 at 09:45:53 +0000, Lanati, Matteo wrote: > Hi all, > > I'm trying to share a folder between a host and a guest using VirtFS. > > The source is NAS mounted on the host and QEMU runs as unprivileged user. > > The only way for me to use the folder inside the guest is to set the access mode to 'squash' but all file operations are performed by
2014 Jan 22
0
How to change virtfs/9p/v9fs umask
Hi there. My question is regarding virtfs/9p/v9fs [1], not sure what's the appropiate name :) Basically I have a KVM + libvirt server sharing a directory with a guest in mapped mode. It works fine, but the only issue is with the file permissions of the files created by the guest inside the host: -They are 0700 for dirs and 0400 for files -The files belongs to the same user that runs the
2014 Feb 26
3
VirtFS accessmode
Hi all, I'm trying to share a folder between a host and a guest using VirtFS. The source is NAS mounted on the host and QEMU runs as unprivileged user. The only way for me to use the folder inside the guest is to set the access mode to 'squash' but all file operations are performed by the user running QEMU. If I ran QEMU as root, the passthrough mode works as expected. Is there
2013 Jun 19
3
Re: libvirt hang on domain attemp to create domain
В письме от Среда, 19-июн-2013 09:35:27 пользователь Michal Privoznik написал: > On 18.06.2013 22:21, Александр wrote: > > В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik > > > > написал: > >> On 18.06.2013 07:14, Александр wrote: > >>> good day, i am trying to create domain via virDomainDefineXML. and my > >>> program
2007 Jan 30
19
PuppetReporting
hi I''ve read about PuppetReporting at the Trac website. Apparently you are working on integrating the benchmark tests for every type in ruby. Do you have any idea when this will all get implemented? This is a crucial part (and actually a necessary feature) in the configuration management system we have set up using Puppet. grtz Koen Vereeken
2016 Nov 08
0
Re: Sharing network namespace between containers
On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote: >Hello > >Based on the lxc driver documentation, I am trying to create an xml to >share an existing network namespace with another container. I am running >libvirt 1.2.15. > >Here is the xml: > ><domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'> > >
2019 Jul 16
1
filesharing file owner problem
Hello, I'm having an issue with usage of libvirt driven qemu where I'm sharing directory with guest machine. virsh domain filesharing configuration: <filesystem type='mount' accessmode='passthrough'> <driver type='path' wrpolicy='immediate'/> <source dir='/media/share'/> <target dir='data'/>
2014 Mar 14
1
[Bug 76158] New: Nouveau loses console cursor at some resolutions
https://bugs.freedesktop.org/show_bug.cgi?id=76158 Priority: medium Bug ID: 76158 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau loses console cursor at some resolutions QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bruce.dubbs at
2016 Nov 08
1
Re: Sharing network namespace between containers
Thank you. It looks like after I 'ignore', nothing is persisted in xml for the app. Any idea what is the minimum version of libvirt required for this feature? Regards, Harish On Tue, Nov 8, 2016 at 1:36 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote: > >> Hello >> >> Based on the lxc
2015 Nov 09
0
Re: How could I do the guest mount operation from the host?
For usb I meant something like: <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none'/> <source file='/kvmdata/disk/dk389_581.img'/> <target dev='sda' bus='usb'/> </disk> If you want to use fiesystem passtrough, I think you have to look at p9 filesystem.
2013 Nov 11
4
[Bug 872] New: extra symbols in console output
https://bugzilla.netfilter.org/show_bug.cgi?id=872 Summary: extra symbols in console output Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: loki at lokis-chaos.de
2013 Jun 18
2
Re: libvirt hang on domain attemp to create domain
В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik написал: > On 18.06.2013 07:14, Александр wrote: > > good day, i am trying to create domain via virDomainDefineXML. and my > > program hanging, also i failed to caonnect to libvirt daemon with > > virt-manager after this, only killing libvirtd via SIGKILL and restarting > > it solveing hang (i mean
2016 Nov 08
3
Sharing network namespace between containers
Hello Based on the lxc driver documentation, I am trying to create an xml to share an existing network namespace with another container. I am running libvirt 1.2.15. Here is the xml: <domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'> <name>nt</name> <uuid>43c00192-e114-4e29-8ce7-4b5487f60a75</uuid> <memory
2015 Nov 09
1
答复: How could I do the guest mount operation from the host?
Yes, my modification is like you. I doubt that if the mount operation on the host is reasonable… And what is p9? Best Regards From Jiaping LI 发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be] 发送时间: 2015年11月9日 15:08 收件人: 李笳平; 'libvirt-users@redhat.com' 主题: RE: [libvirt-users] How could I do the guest mount operation from the host? For usb I meant something like: <disk
2015 Nov 09
2
答复: How could I do the guest mount operation from the host?
Hi, I have tried usb and it doesn’t work. I don’t know if the filesystem tag could work… I find in the formatdomain docs about the filesystem: <filesystem type='mount' accessmode='passthrough'> <driver type='path' wrpolicy='immediate'/> <source dir='/export/to/guest'/> <target
2018 Jan 02
2
Hard lock with 4.14.0-2
Previous kernel was 4.13.0-10.1-liquorix-amd64 The updated kernel that I'm having trouble was not liquorix -- was straight from Debian. Here's my apt log: Log started: 2018-01-02 12:04:48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ...
2003 Dec 01
0
No subject
And route print? Do you have any servers on the WAN? (or is everyone connecting to the servers THROUGH the WAN?) Can you see the samba machines at all in network neghborhood? What happens when you type in the UNC of a samba server manually? (i.e. \\SAMBASERVERNAME) I hope I can help you, and I'm trying, but I'm not a samba guru. -Dan PS. Please change your email type to PLAIN TEXT from