search for: vhost1

Displaying 16 results from an estimated 16 matches for "vhost1".

Did you mean: vhost
2009 May 28
2
Help setting up USB drive
...rive shows only 244M size. Does the message received when running fdisk below mean I should reformat this drive, I can't seemed to figure out how to do that with fdisk. Can someone tell me how to reformat, if needed? The drive is empty, I formatted a while back on a Debian machine.... [root at vhost1 ~]# /sbin/fdisk /dev/sdd The number of cylinders for this disk is set to 77825. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from...
2011 Apr 08
2
/etc/hosts not resolving hostnames
I have modified /etc/hosts file with IP address and hostname entries. However, host command is returning 'Host vhost1.example.com not found: 3(NXDOMAIN)'. Also, apache is returning error on start as '[error] (EAI 2)Name or service not known: Could not resolve host name vhost1.example.com-- ignoring!' . The ssh worked fine and resolved the hostname correctly (ssh from same system to itself - just for te...
2013 Mar 28
3
Staging content from modules for temporary use by resources
...ing an archive into a specific directory: file { ''/tmp/myfavouriteblogengine.zip'': source => "puppet:///modules/${module_name}/myfavouriteblogengine.zip", mode => 644, backup => false, } exec { ''Setup the engine for vhost1'': command => ''cd /var/lib/www/vhost1 && unzip /tmp/myfavouriteblogengine.zip '', creates => ''/var/lib/www/vhost1/index.php'', requires => File[''/tmp/myfavouriteblogengine.zip''], } The problem...
2011 Sep 01
4
File resource "owner" not found, only during automatic puppet runs
I have a file resource defined to be owned by a group that is accessible via samba/winbind (AD based group), but every time Puppet runs automatically (every 30 min) the run fails with this error , (sensitive information removed) (/Stage[main]//Node[node1.tld]/Apache::Vhost[vhost1]/File[/var/www/ vhost1/html]) Could not evaluate: Could not find group org-www at /etc/ puppet/modules/apache/manifests/definitions/vhost.pp:52 When I manually run "puppetd --test --debug -v" there is no failure. Also the group is visible on the system and all works just fine. It only f...
2016 Apr 28
0
vhost-user libvirt 1.2.18 issue
...o there, i am trying to start my VM with 2 virtio interfaces as a vhost-user interface Following is my relevant xml network configuration " <interface type='vhostuser'> <mac address='52:54:00:c7:ac:38'/> <source type='unix' path='/tmp/vhost1.sock' mode='server'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </interface> <interface type='vhostuser'> <mac address...
2015 Jun 30
1
Qemu 2.x on CentOS 7?
Is there any way to get the latest Qemu to run on CentOS 7? I'm looking for a way to create backup snapshots, but the current install says: [root at vhost1 ~]# virsh snapshot-create-as myvm snapshot1 "snapshot1 description" error: Operation not supported: live disk snapshot not supported with this QEMU binary -- Robert
2011 Apr 22
1
Setup Mulitple VM's
I have a small public IP block (/29) I'd like to populate with VM's from a single physical box running CentOS/5. I'd like to get some thoughts on the best way to setup networking to support this. I'm OK with setting up the virtual hosts. Any advice would be appreciated. TIA...
2019 Aug 12
2
Add support for vhost-user-scsi-pci/vhost-user-blk-pci
Hi Guys, And I want to add the vhost-user-scsi-pci/vhost-user-blk-pci support for libvirt. The usage in qemu like this: Vhost-SCSI -chardev socket,id=char0,path=/var/tmp/vhost.0 -device vhost-user-scsi-pci,id=scsi0,chardev=char0 Vhost-BLK -chardev socket,id=char1,path=/var/tmp/vhost.1 -device vhost-user-blk-pci,id=blk0,chardev=char1 What type should I add for libvirt. Type1: <hostdev
2019 Oct 14
2
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
...is, with > the <address type=drive|pci> to match. We just need to differentiate > between plain virtio and vhost-user > > network devices already have vhostuser support: > > <interface type='vhostuser'> > <source type='unix' path='/tmp/vhost1.sock' mode='server|client'/> > <model type='virtio'/> > </interface> > > Internally that <source> is a virDomainChrSourceDefPtr which is our > internal representation of a chardev. So I think something akin to this > is the way to g...
2019 Oct 09
0
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
...think we can keep that bit as is, with the <address type=drive|pci> to match. We just need to differentiate between plain virtio and vhost-user network devices already have vhostuser support: <interface type='vhostuser'> <source type='unix' path='/tmp/vhost1.sock' mode='server|client'/> <model type='virtio'/> </interface> Internally that <source> is a virDomainChrSourceDefPtr which is our internal representation of a chardev. So I think something akin to this is the way to go. It will likely require u...
2010 Sep 10
2
DO NOT REPLY [Bug 7672] New: Ability to include (source) other files into the rsncd.conf configuration.
...that you find this a fairly good addition to your software. # Global log file = /var/adm/rsyncd.log pid file = /var/run/rsyncd.pid use chroot = yes uid = nobody gid = nobody max connections = 10 read only = yes timeout = 60 transfer logging = yes #Include external file Include: /usr/local/apache/vhost1/rsyncd.conf Include: /usr/local/apache/vhost2/rsyncd.conf Include: /usr/local/apache/vhost3/rsyncd.conf Source: /usr/local/apache/vhost4/rsyncd.conf ... Thank you, Brian Gregg University of Pittsburgh University Library System. bdgregg at pitt.edu -- Configure bugmail: https://bugzilla.samba.or...
2019 Oct 15
1
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
...h. We just need to differentiate > >> between plain virtio and vhost-user > >> > >> network devices already have vhostuser support: > >> > >> <interface type='vhostuser'> > >> <source type='unix' path='/tmp/vhost1.sock' mode='server|client'/> > >> <model type='virtio'/> > >> </interface> > >> > >> Internally that <source> is a virDomainChrSourceDefPtr which is our > >> internal representation of a chardev. So I th...
2019 Oct 14
0
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
...ess type=drive|pci> to match. We just need to differentiate >> between plain virtio and vhost-user >> >> network devices already have vhostuser support: >> >> <interface type='vhostuser'> >> <source type='unix' path='/tmp/vhost1.sock' mode='server|client'/> >> <model type='virtio'/> >> </interface> >> >> Internally that <source> is a virDomainChrSourceDefPtr which is our >> internal representation of a chardev. So I think something akin to thi...
2007 Jan 17
8
can i force a favicon.ico ?
lo there all, i am running two websites on one server. Both use the same code and both domains point to the same public folder. I use different logos by using a session variable called session[:domain] that i find with env_table[''HTTP_HOST''] so anyway, both need a different icon to go in the bookmarks and url, i know this is done with a favicon.ico, but can i force the server
2017 Dec 15
4
DNS issue with clean install of samba 4.5.12-Debian
...re it is used. Now a practical use, like a webserver. Lets say you have this in /etc/hosts 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback 192.168.0.1 computername.internal.domain.tld 1.2.3.4 computername.domain.tld In this case i setup a minimal of 4 ! Virtual hosts. vhost1: localhost with the ipv6 aliases and ip numbers. Vhost2: computername.internal.domain.tld and no alias to ipnumbers, optional alias to hostname, but the resolv.conf must me correct also with the primary domain. Vhost3: computername.domain.tld and no alias to ipnumbers. Vhost4: 1.2.3.4 as catch a...
2017 Dec 11
4
DNS issue with clean install of samba 4.5.12-Debian
On 12/8/2017 2:54 PM, Taylor Hammerling via samba wrote: > Glad you guys replied, here is my output :D > > root at dc1:~# ./samba-setup-checkup.sh > Check hostnames : Ok > ./samba-setup-checkup.sh: line 89: [: too many arguments > Checking detected host ipnumbers from resolv.conf and default gateway > Ping gateway ip : 172.28.0.1 : Ok > ping nameserver1: 172.28.255.49 : Ok