search for: vserver

Displaying 20 results from an estimated 256 matches for "vserver".

Did you mean: server
2011 Feb 19
1
facts are loaded twice
...facts are loaded twice by the clients. I took strace to get the list of loaded fact file and i found that puppet seems to load the same fact files twice: chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 ... chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loadi...
2006 Oct 06
8
VServer Support
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *! I''m currently working on integrating VServer support into puppet. I have uploaded a prototype for managing interface configuration to the Cookbook at http://reductivelabs.com/cookbook/VServerRecipes and would very much appreciate feedback about style and functionality. Regards, David - -- - - hallo... wie gehts heute? - - *hust* gut *r...
2011 Dec 01
1
Hlink node data for 570645 already has path ...
When syncing one backup system (running dirvish, but that's not really relevant) to a second long-term backup system which uses btrfs snapshots, I get the following output: rsync: link "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base" (in backup-aquagirl) => tree/elo/var/www/lokaalx/openx-htdocs/etc/plugins/.svn/prop-base/openX3rdPartyServers.zip.svn-base failed: Too many links (31) rsync: l...
2007 Aug 06
2
Puppet in vserver
Hi I am looking for quite a while now to run Puppet inside a vserver. The installation worked perfectly, but when I run a test I get this message: smb-configmaster / # puppetd --server 192.168.0.144 --waitforcert 60 --test /usr/lib/ruby/site_ruby/1.8/puppet/network/client/ca.rb:31:in `request_cert'': Certificate retrieval failed: Could not connect to 192.1...
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
...policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-xen-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- no debconf information -------------- next part -------------- #kernel = "/vserver/dists/netbsd/HEAD/i386/binary/kernel/netbsd-INSTALL_XEN3_U" #kernel="/vserver/dists/ftp.netbsd.org/pub/NetBSD/NetBSD-daily/HEAD/200605180000Z/i386/binary/kernel/netbsd-INSTALL_XEN3_U" kernel="/vserver/dists/ftp.netbsd.org/pub/NetBSD/NetBSD-daily/HEAD/200605180000Z/i386/binary/ke...
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
.../unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-xen-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- no debconf information #kernel = "/vserver/dists/netbsd/HEAD/i386/binary/kernel/netbsd-INSTALL_XEN3_U" #kernel="/vserver/dists/ftp.netbsd.org/pub/NetBSD/NetBSD-daily/HEAD/200605180000Z/i386/binary/kernel/netbsd-INSTALL_XEN3_U" kernel="/vserver/dists/ftp.netbsd.org/pub/NetBSD/NetBSD-daily/HEAD/200605180000Z/i386/binary/ke...
2004 Dec 22
2
vserver openvpn
Hello I''m new to the list. I installed a vserver (http://www.linux-vserver.org/) on my gentoo server As network interface is used an alias (eth1:0) eth1 is the card of my "loc" zone. eth1:0 has an address from the same subnet from the vserver I can connect to eth0 but not to the internet. From my local net everything works fine. I ha...
2008 May 03
4
Bug#479197: xen-hypervisor-3.2-1-amd64: hypervisor fails to load dom0 ("not an ELF binary")
...d64 Version: 3.2.0-5 Severity: important The hypervisor loads OK but then fails to load my dom0 kernel. I get an erorr message "not an ELF binary" followed after 5s by a hypervisor reboot. /boot/grub/grub.cfg contains: menuentry "Debian GNU/Linux, Xen 3.2-1-amd64, Linux 2.6.22-3-vserver-amd64 (single-user mode)" { set root=(hd0,1) multiboot (hd0,1)/xen-3.2-1-amd64.gz module (hd0,1)/vmlinuz-2.6.22-3-vserver-amd64 root=/dev/mapper/mirror_a-root_fs ro single module (hd0,1)/initrd.img-2.6.22-3-vserver-amd64 } menuentry "Debian GNU/Linux, Xen...
2005 Aug 11
2
only one external ip
...;'s own IP address. But now, I am wondering if it''s possible to run xen on a hosted root server with only one ip address. Lets say I have a domain ''domain.org'' that points to my host, on which xen is running. Is there a possibility to route subdomains to the according vserver? E.g.: v01.domain.org to vserver 1, v02.domain.org to vserver 2, and so on...? Does that make sense or is it absolutely nonsense? ;) I read some stuff about arp bridging ... does that could help? An alternative might to forward ports like 2201 to 22 on vserver 1 and 2202 to 22 on vserver 2 .......
2013 Jul 29
2
puppet apply --hiera_config --> Error: Could not find class
...CentOS 6.4 freshly installed incl puppet 3.2.3 and I want to install puppet master, puppetdb, mod_passenger & apache with "puppet apply". So when this is complete, I should have an puppet master server running so I can create new hosts etc. So this is the command and error: [root@vserver-151 ~]# puppet apply --hiera_config /etc/puppet/hiera.yaml --modulepath=/etc/puppet/modules/management/ /etc/puppet/manifests/site.pp --environment management --debug Info: Loading facts in /etc/puppet/modules/management/staging/lib/facter/staging_http_get.rb Info: Loading facts in /etc/puppet...
2011 Nov 18
1
libvirt and linux-vserver
Hi, I was just googling around for linux-vserver support in libvirt, however, only found sad ppl complaining about the fact, that there is still no linux-vserver support in libbirt. Despite the fact, that there was some kind of lag in review by more than one person, why isn't it still in? so... merely two years after? I think once the patched...
2005 Jun 26
1
Vservers and shorewall
hello I''m using the 2.6 series 5 vservers on eth1 running on debian unstable and I wanted two of them to be used as "proxies". One of the proxies has 3 interfaces (well 4 if you count the ath0 interface whose traffic I''d like to pass through the "vproxy"); one facing the hosts''/out interface, one f...
2007 Feb 02
1
kernel image: difference between xen and xen-vserver
Hi, What is the difference between those two kernels? Their description is the same and I dont know which one to take... http://packages.debian.org/unstable/admin/linux-image-2.6.18-4-xen-amd64 http://packages.debian.org/unstable/admin/linux-image-2.6.18-4-xen-vserver-amd64 Thank you for your answer
2005 Jun 12
8
proxy_arp: Permission denied
Dear All, I have a problem to start Shorewall on a Debian 1.3 Linux box. Here is some info: Output of ''/sbin/shorewall trace start 2> /tmp/trace'' is in the attachment. Shorewall version: 2.2.3 Output of ''ip addr show'': 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: bond0:
2020 May 14
2
NUT control of vCenter & vServer?
Is anyone using NUT to signal/control vCenter and vServer (6.x) for shutdown when batteries are getting low? Any recommendations? We've found https://4sysops.com/archives/startup-and-shutdown-a-vmware-cluster-with-powercli-and-powershell/ but I'd prefer to do this from the master (which is running CentOS 8) and not pollute it by installing PS on...
2020 May 14
2
NUT control of vCenter & vServer?
...gt; *From:* Nut-upsuser <nut-upsuser-bounces+bart= > smits.co.uk at alioth-lists.debian.net> *On Behalf Of *Lee Damon > *Sent:* 14 May 2020 16:53 > *To:* nut-upsuser Mailing List <nut-upsuser at lists.alioth.debian.org> > *Subject:* [Nut-upsuser] NUT control of vCenter & vServer? > > > > Is anyone using NUT to signal/control vCenter and vServer (6.x) for > shutdown when batteries are getting low? Any recommendations? > > > > We've found > https://4sysops.com/archives/startup-and-shutdown-a-vmware-cluster-with-powercli-and-powershell/ but &...
2007 Oct 11
1
OS Virtualization: Linux-VServer and OpenVZ
Greetings, So, anyone on this list using OS Virtualization? I've been using OpenVZ for about 1.5 years. I also have some experience with Linux-VServer. In my experience, if you want to do Linux on Linux, both OpenVZ and Linux-VServer offer native performance, better scalability, and higher density than VMware, Xen or KVM... although I must admit I haven't actually tried KVM yet. If anyone has any questions about OpenVZ and/or Linux-VServer,...
2009 Oct 14
2
DAHDI Dummy for Linux VServers
I'm running dahdi on the host system, and have added the /dev/dahdi/ devices to the guest vserver as recommended in Beave's "Virtual Private Asterisk" whitepaper (http://www.telephreak.org/papers/vpa/). I tried copying libtonezone.so and libtonezone.h to the guest, but I couldn't anything to replace zaptel.h in DAHDI souce (it seems dahdi.h was deprecated?). I need to fool...
2009 Dec 14
2
Asterisk & Zaptel setup on vserver
Hello, I've been trying to setup asterisk with zaptel for the last 3-4 days. I had a lot of errors and fixed all of them but asterisk still didn't work. Then I saw that zaptel couldn't be loaded because I was on a vserver and I didn't have the devices under /dev/zap/. I asked the system guys to install zaptel, they did but now I am getting this error only: [Dec 14 16:59:39] ERROR[2986] asterisk.c: You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to 160. The code...
2020 May 14
0
NUT control of vCenter & vServer?
...r appliance: https://code.vmware.com/web/sdk/6.7/vsphere-automation-rest Bart… From: Lee Damon <nomad at ee.washington.edu> Sent: 14 May 2020 20:29 To: Bart J. Smit <bart at smits.co.uk> Cc: nut-upsuser at lists.alioth.debian.org Subject: Re: [Nut-upsuser] NUT control of vCenter & vServer? Thanks Bart. Unfortunately "The VIB module does not comply with the security recommendations imposed by VMWare. You lose VMWare support by installing this package." This pretty much rules out this option. :( We need vCenter support, as well. nomad On Thu, May 14, 2020 at 10:06 AM Bar...