OpenVZ-legacy
  1. OpenVZ-legacy

vzctl.ovzl

Public
AuthorCommitMessageCommit dateIssues
Kir KolyshkinKir Kolyshkin
d5400e0446aGlobal VPS -> VE renaming madness.Hope I haven't b0rked everything.
Kir KolyshkinKir Kolyshkin
e3869fe9e70Man pages cleanup.VPS -> VE, removed CVS $Id$'s, updated dates, some other minor fixes.
Dmitry MishinDmitry Mishin
6bdbe093b5fUpped version.
Igor SukhihIgor Sukhih
8823815bc7cMissed part of 'Replace sprintf() -> snprintf() to avoid possible buffer overflow.'
Dmitry MishinDmitry Mishin
98ed0077123Added bash completion scriptIt allows to auto-complete vzctl commands by TAB. It requires that your distribution supports bash completion.
Dmitry MishinDmitry Mishin
4391a321c04vzmigrate should check is OVZ running on remote side
Dmitry MishinDmitry Mishin
d1c110f5158Remove debian directory from the sourcesThis directory will be added later by debian packages (bugs #197, #194)
Kir KolyshkinKir Kolyshkin
0000d1a4fd6Man page fixes, VPS->VE, added --name description (bug #232).This patch is in addition to 0c4d2abe1f18993fc871e19af62f90651a56ac7e http://bugzilla.openvz.org/232
Kir KolyshkinKir Kolyshkin
d0b9ec159e9Fixed arpsend options parsing for some compilers (bug #261)http://bugzilla.openvz.org/261
Kir KolyshkinKir Kolyshkin
8899cd10cdfCheck for /dev/vzctl only after modules were loaded (bug #204)This is a hunk for gentoo's init.d script. http://bugzilla.openvz.org/204
Kir KolyshkinKir Kolyshkin
6a1aaa413a4Added Gentoo-specific init.d script and 'make install-gentoo' (bug #262)
Kir KolyshkinKir Kolyshkin
ee7435b86eeRemoved distribution-specific stuff from 'make install' (bug #254)The problem is vzctl's make install installs /etc/init.d/vz and /etc/sysconfig/network-scripts/*venet0. /etc/init.d/vz is RedHat/SUSE specific and does not make sense on, say, Gentoo. So this needs to be removed from make install (and added to make install-redhat). /etc/sysconfig/network-scripts/*venet0 is RedHat-specific as well. Same applies. http://bugzilla.openvz.org/254
Kir KolyshkinKir Kolyshkin
b98c0b4f0eeAdded all missing ChangeLog entries since 3.0.11 release
Kir KolyshkinKir Kolyshkin
f2ac4b01378Fixed a mistype in a comment (bug #228)This is an additional hunk to commit 6b349c3d3adea85c73452d269a8278d86a35795f http://bugzilla.openvz.org/228
Kir KolyshkinKir Kolyshkin
1eb3cfac565We need -m64 for ppc64 in order to get proper ioctls.OpenVZ bug #197 (http://bugzilla.openvz.org/197).
Kir KolyshkinIgor SukhihKir Kolyshkin
46e45d11596Create /dev/vzctl (if not exists) after modules loadedAlso, in the /etc/init.d/vz script you should load modules first, then check for /dev/vzctl -- since these are modules (and udev) which makes /dev/vzctl appears. http://bugzilla.openvz.org/show_bug.cgi?id=204
Kir KolyshkinIgor SukhihKir Kolyshkin
ec2247177ddAdded syscall numbers for ppc.http://bugzilla.openvz.org/show_bug.cgi?id=253
Kir KolyshkinIgor SukhihKir Kolyshkin
bdd989de096Added /dev/vzctl udev rulesIn order for /dev/vzctl file be created by udev, a file in /etc/udev/rules.d/ is needed. Since all the modern distros use udev this is important thing to have. http://bugzilla.openvz.org/show_bug.cgi?id=204
Andrey MirkinIgor SukhihAndrey Mirkin
a92ecccbc2bvzctl enter: do exit with correct error code on enter fail.http://bugzilla.openvz.org/show_bug.cgi?id=245
Dmitry V. LevinIgor SukhihDmitry V. Levin
3a772bf0e31vzlist: Fix cast from pointer to integer of different size warnings id_search_fn(): Take veid by reference like in veid_search_fn(). find_ve(): Pass veid by reference like in check_veid_restr().Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Dmitry V. LevinIgor SukhihDmitry V. Levin
8ae927daa4aarpsend: Fix segfault when parsing long options parse_options(): NULL-terminate long_options array.Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Dmitry V. LevinIgor SukhihDmitry V. Levin
24807ad04c4vzctl enter: Fix off-by-one error which resulted to uninitialized PATH.Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Igor SukhihIgor Sukhih
7b115e65ffcvzctl enter: fixed print exit message.Extra \n was printed.
Dmitry V. LevinIgor SukhihDmitry V. Levin
52b79699c9evzctl enter: Forward error messages from child processvzctl: do_enter(): - In child, redirect stdout and stderr to pipe. - In parent, read child's output from pipe even if enter failed. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Igor SukhihIgor Sukhih
134f49e8f03Replace sprintf() -> snprintf() to avoid possible buffer overflow.
Igor SukhihIgor Sukhih
2a0481c7e9cMergead libvzctl-simfs & libvzctlWait for working pluggins support
Igor SukhihIgor Sukhih
0c4d2abe1f1Added --name description to vzctl.8
Igor SukhihIgor Sukhih
57f3c25ff63Remove VE name information on destroyhttp://bugzilla.openvz.org/show_bug.cgi?id=236
Igor SukhihIgor Sukhih
48bada8af35Fixed memory leaks in realloc()
Igor SukhihIgor Sukhih
5478976ff1fIncrease dgramrcvbuf and othersockbuf in ve-light.conf-sample ve-light.conf-sample is too much light, so that vzcfgvalidate recommends to increase the limits.http://bugzilla.openvz.org/show_bug.cgi?id=234
Kirill KorotaevKirill Korotaev
b46dcfa665fAdjusted a year in copyrightshttp://bugzilla.openvz.org/show_bug.cgi?id=232
Kirill KorotaevKirill Korotaev
ca21ee12129Fix vzmigrate to work with mawk (not gawk only) http://bugzilla.openvz.org/show_bug.cgi?id=231Signed-Off-By: Thorsten Schifferdecker <tsd@debian.systs.org> Signed-Off-By: Kirill Korotaev <dev@openvz.org>
Kirill KorotaevKirill Korotaev
6b349c3d3adFix misprints in distro scripts text misprints and /dev/nul fixes.http://bugzilla.openvz.org/show_bug.cgi?id=228
Kirill KorotaevKirill Korotaev
274c45539e5obsolete LICVIEW in /etc/init.d/vzhttp://bugzilla.openvz.org/show_bug.cgi?id=237
Igor SukhihIgor Sukhih
6fcef777a8bReleased vzctl-3.0.11-2
Igor SukhihIgor Sukhih
a369855b1dcCPT: fixed execution of the network cleanup script in proper contextNetwork cleanup script was called under VE UBC limits. Extra fork() added to execute script in proper context
Igor SukhihIgor Sukhih
5103e8e0b8bReleased vzctl-3.0.11
Igor SukhihIgor Sukhih
8b622a718b3Removed unused files etc/vps-postcreate,man/ve-veconfig.5
Igor SukhihIgor Sukhih
87cd5be1649Added xt_mac iptables module
Igor SukhihIgor Sukhih
1fd884b5961Added SuSe crontab randomizationSuSe has separate script /usr/lib/cron/run-crons for execution hourly|daily|weekly|montthly scripts -*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
Igor SukhihIgor Sukhih
8bb2adc26feAdded --cpus description
Igor SukhihIgor Sukhih
74c3ce65f86CPT: read errors from kernel enhancement
Igor SukhihIgor Sukhih
f37b3b50603Added SuSe crontab randomizationSuSe has separate script /usr/lib/cron/run-crons for execution hourly|daily|weekly|montthly scripts -*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
Igor SukhihIgor Sukhih
aa854a2a025Fixed typo in etc/ve-light.conf-sample.x86_64 KMEMSIZE="1131520:1200742.4"
Igor SukhihIgor Sukhih
2b087e8aa07Load vzethdev modules form /etc/init.d/vz
Igor SukhihIgor Sukhih
add4baee2a8Fixed awk expression to work with mawkawk "/^[0-9].*:/&&/UP/ {print substr(\\$2, 0, length(\\$2)-1)}" does not correctly work for mawk bug http://bugzilla.openvz.org/show_bug.cgi?id=189
Igor SukhihIgor Sukhih
17f1a593af5Use awk from $PATH variablebug http://bugzilla.openvz.org/show_bug.cgi?id=193
Igor SukhihIgor Sukhih
589f3ce08e1Adds creation of /var/lock/subsys at installation of .deb package.Fixed bug http://bugzilla.openvz.org/show_bug.cgi?id=195 Patch from Mario Enrico Ragucci <mario@ragucci.de>
Igor SukhihIgor Sukhih
30e19d57c69CPT: fixed passed non initialized file descriptorif --context option specified -1 pased to ioctl(cpt_fd, CPT_SET_DUMPFD, dump_fd)
Igor SukhihIgor Sukhih
0142421ee51Added change number of CPUs available in the VPS functionality.cat /proc/cpuinfo should report N cpus, with MHZ scaled according to cpulimits.