You are not logged in.
Pages: 1
I just uploaded some new openvz related AUR packages.
These are using the latest available from http://openvz.org as of the time of this posting.
They are named with openvz-das so they don't collide with the exising AUR openvz packages.
kernel26-openvz-das aivazovsky.1-1 # 2.6.27 openvz kernel with e1000e support for PCI IDs 0x10DE and 0x10DF
catalyst-openvz-das 8.12-3 # catalyst driver compiled against the 2.6.27 kernel installed by kernel26-openvz-das
vzctl-das 3.0.23-6 # Uses the supplied vz init script for redhat as it is very complex. It works fine with arch, it just does not output the same when starting,stopping,restarting,etc.
vzquota-das 3.0.12-2
If you try them I'm open to any comments or suggestion.
Last edited by dschauer (2009-02-15 16:20:14)
Offline
Thanks for these dschauer... I will work later tonight on getting the vz-redhat.in file to display like all the other Arch init scripts
Offline
The cron entry is broken for archlinux (From the vzctl package)
These changes need to be made in /etc:
=== modified file 'vz/cron/vz'
--- vz/cron/vz 2009-02-18 17:49:59 +0000
+++ vz/cron/vz 2009-02-19 18:59:07 +0000
@@ -26,7 +26,7 @@
# Clean containers' network rules (arp,route,iptables)
-*/5 * * * * root /usr/share/vzctl/scripts/vpsnetclean
+*/5 * * * * /usr/share/vzctl/scripts/vpsnetclean
# Start containers marked as rebooted.
-*/5 * * * * root /usr/share/vzctl/scripts/vpsreboot
+*/5 * * * * /usr/share/vzctl/scripts/vpsreboot
I'll update the PKGBUILD soon to include this patch.
Offline
I have updated my AUR vzctl package to contain the cron fix.
Offline
I updated the kernel to 2.6.27-briullov.1
Offline
vzquota recently would not build. My release of vzquota-das 3.0.12-4 fixes this issue.
The non -das vzquota AUR package is also affected.
See http://aur.archlinux.org/packages.php?ID=23925 for details.
Offline
The build environment recently got updated to point where the 2.6.27 kernel won't build without being patched to accomodate.
I updated kernel26-openvz-das to 2.6.27_briullov.1-2 which includes the patch found from the above report and fixes this issue.
Offline
I will no longer be maintaining these packages.
I have switched over to LXC.
http://lxc.teegra.net/
Offline
Pages: 1