similar to: filesharing file owner problem

Displaying 20 results from an estimated 400 matches similar to: "filesharing file owner problem"

2013 Jul 31
1
Re: filesystem accessmode='passthrough' [SOLVED]
On Wed, Jul 31, 2013 at 09:03:01AM +0400, Yury Goltsov wrote: > After adding the line > clear_emulator_capabilities = 0 > to the file > /etc/libvirt/qemu.conf > the results of file system operations are the expected color. NB setting user=root and clear_emulator_capabilities=0 is a very insecure configuration. If there was an exploit in QEMU, it would allow it to compromise
2013 Aug 12
1
Re: Bridging Wireless Cards for KVM
On Sat, Aug 10, 2013 at 08:33:17PM -0600, Joshua McKee wrote: > Sorry, I accidentally hit send before I was done. Here's the finished > message: > > Thanks! Unfortunately, I am running into the following issue when > attempting to use the generic ethernet configuration: > > $ virsh -c qemu:///system create /tmp/generic.xml > error: Failed to create domain from
2013 Aug 11
2
Re: Bridging Wireless Cards for KVM
Thanks! Unfortunately, I am running into the following issue when attempting to use the generic ethernet configuration: $ virsh -c qemu:///system create /tmp/generic.xml error: Failed to create domain from /tmp/generic.xml error: internal error process exited while connecting to monitor: kvm: -netdev tap,id=hostnet0: could not configure /dev/net/tun: Operation not permitted kvm: -netdev
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
2012 Jan 23
1
libvirt 0.9.9: could not open /dev/net/tun: Operation not permitted
Hi, I'm running the latest libvirt 0.9.9. I'm trying to start a VIF of type "Ethernet". I know there are problems with that because you need to be root in order to control the tun/tap driver. I changed my qemu.conf file to user = "root" group = "root" clear_emulator_capabilities = 0 However, I still get an error when trying to start my VM: [root]# virsh
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
2009 Jun 06
2
How does controller call render when there's no render in action
Hello, I was studying Rails source and at this point: def process(request, response, method = :perform_action, *arguments) #:nodoc: response.request = request initialize_template_class(response) assign_shortcuts(request, response) initialize_current_url assign_names log_processing send(method, *arguments) send_response I have a
2013 Jan 09
0
Fwd: Re: multiscreen
Sorry, I actidentally replied to the sender, sending copy to the list, because it might be relevant for others... Sorry for the confusion. Vojtech Kral -------- Original Message -------- Subject: Re: [compiz] multiscreen Date: 2013-01-09 23:59 From: Vojtech Kral <vojtech at kral.hk> To: "Brian J. Murrell" <brian at interlinx.bc.ca> Hello Brian, I actually use compiz on
2014 Mar 11
0
kernel panic when using root from virtfs
I have strange kernel panic Kernel 3.13.3 vanilla root is mounted via 9p virtfs (readonly). virsh --version 1.2.1 qemu --version QEMU emulator version 1.7.0, Copyright (c) 2003-2008 Fabrice Bellard systemd version 210 Domain config: <domain type='kvm'> <name>build</name> <uuid>328891df-b3c3-aee9-eb5d-00007e7934f7</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
2007 Apr 19
2
Path confusion
Dear wine gurus, I'm trying to run a program installed like this: /usr/local/program/program.exe which also contains a subdirectory: /usr/local/program/subdir/ with some files. When typing: $ wine /usr/local/program/program.exe I get an error mesage like: "File \subdir\some_file not found!" The problem can be solved by putting the subdir to the root directory of the computer
2007 Apr 23
0
Re: wine-users Digest, Vol 21, Issue 24
the ford cd is backwards --- wine-users-request@winehq.org wrote: > Send wine-users mailing list submissions to > wine-users@winehq.org > > To subscribe or unsubscribe via the World Wide > Web, visit > > http://www.winehq.org/mailman/listinfo/wine-users > or, via email, send a message with subject or > body 'help' to > wine-users-request@winehq.org >
2013 Jul 26
4
filesystem accessmode='passthrough'
Hello. I am trying to 'passthrough' the part of host filesystem to kvm guest. libvirt xml: <filesystem type='mount' accessmode='passthrough'> <source dir='/var/guests/mail-var'/> <target dir='mail-var'/> </filesystem> kvm is started from root. After mounting in guest mount -t 9p mail-var /mnt -o
2013 Aug 11
0
Re: Bridging Wireless Cards for KVM
Sorry, I accidentally hit send before I was done. Here's the finished message: Thanks! Unfortunately, I am running into the following issue when attempting to use the generic ethernet configuration: $ virsh -c qemu:///system create /tmp/generic.xml error: Failed to create domain from /tmp/generic.xml error: internal error process exited while connecting to monitor: kvm: -netdev
2015 Mar 25
1
[PATCH v4] Add virtio-input driver.
On Wed, Mar 25, 2015 at 01:51:43PM +1030, Rusty Russell wrote: > Gerd Hoffmann <kraxel at redhat.com> writes: > > virtio-input is basically evdev-events-over-virtio, so this driver isn't > > much more than reading configuration from config space and forwarding > > incoming events to the linux input layer. > > > > Signed-off-by: Gerd Hoffmann <kraxel
2015 Mar 25
1
[PATCH v4] Add virtio-input driver.
On Wed, Mar 25, 2015 at 01:51:43PM +1030, Rusty Russell wrote: > Gerd Hoffmann <kraxel at redhat.com> writes: > > virtio-input is basically evdev-events-over-virtio, so this driver isn't > > much more than reading configuration from config space and forwarding > > incoming events to the linux input layer. > > > > Signed-off-by: Gerd Hoffmann <kraxel
2007 Nov 26
1
VMukti - Filesharing + video + voice supported Soft phone
VMukti.com ----- Original Message ----- From: "Anselm Martin Hoffmeister" To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subject: Re: [asterisk-users] Filesharing + video + voice supported Soft phone Date: Mon, 17 Sep 2007 15:06:03 +0200 Am Montag, den 17.09.2007, 05:09 -0700 schrieb satish patel: > Dear all > > I have setup of
2004 Nov 28
2
Blubster filesharing and Shorewall
I am having trouble getting Blubster to go from the connecting stage to the connected stage. I need help please in correcting my problem. Thank you very much.
2005 Mar 24
1
Windows Filesharing Limitations
I've been trying to set up a server to fileshare to mac and windows clients using Netatalk and Samba. Basic setup and functionality works, but we have two lingering problems, both on the windows clients: - can't change the user field - can't change the group field The windows client permissions dialog allows you to change it, but once you close and reopen it, the changes are gone.
2007 Nov 26
1
Filesharing + video + voice supported Soft phone
VMukti.com ----- Original Message ----- From: "Goltsios Theodore" To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subject: Re: [asterisk-users] Filesharing + video + voice supported Soft phone Date: Mon, 17 Sep 2007 16:57:25 +0300 There is for sure X-lite and other similar but you won't get file sharing which is meaningless either way. If