search for: start_blktapctrl

Displaying 5 results from an estimated 5 matches for "start_blktapctrl".

2009 Feb 11
0
Bug#514918: xen-utils-unstable: xend starts with errors
...start xend, I get this errors: /etc/init.d/xend restart Restarting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-unstable/bin/xend", line 146, in <module> sys.exit(main()) File "/usr/lib/xen-unstable/bin/xend", line 123, in main start_blktapctrl() File "/usr/lib/xen-unstable/bin/xend", line 107, in start_blktapctrl execute('blktapctrl') File "/usr/lib/xen-unstable/lib/python/xen/util/auxbin.py", line 30, in execute os.execv(exepath, a) OSError: [Errno 2] No such file or directory -- System Informati...
2010 May 20
0
Bug#582363: xen-utils-3.4: blktapctrl not started by default
...artup.diff @@ -120,24 +86,14 @@ if not sys.argv[1:]: print 'usage: %s {start|stop|reload|restart}' % sys.argv[0] elif sys.argv[1] == 'start': - if os.uname()[0] != "SunOS": - start_xenstored() - start_consoled() - start_blktapctrl() return daemon.start() xenstored and consoled have been started in /etc/init.d/xend instead, but it appears blktapctrl has been forgotten. -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (1000, 'stable'), (50, 'testing'), (10, 'unstabl...
2009 Mar 02
2
Bug#517863: Make logging of guest console output in dom0 via xenconsoled configurable
...000000 +0100 @@ -100,7 +100,8 @@ import time time.sleep(2) if os.fork() == 0: - execute('xenconsoled') + args = ["--log", "guest", "--log-dir", "/var/log/xen/guest/"] + execute('xenconsoled', args) def start_blktapctrl(): if os.fork() == 0: mario:/usr/lib/xen-3.2-1/bin 0-# It seems the options used to start xenconsoled cannot be configured in Debian now. /etc/init.d/xend executes /usr/lib/xen-3.2-1/bin/xend which executes xenconsoled subsequently. Hans van Kranenburg
2010 May 14
6
How to kown the DomU is up
Hi experts, First I post my log root@intel_5500_server:/> ifconfig eth0 Link encap:Ethernet HWaddr 00:15:17:BB:5E:88 inet addr:128.224.165.205 Bcast:128.224.165.255 Mask:255.255.255.0 inet6 addr: fe80::215:17ff:febb:5e88/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2375 errors:0 dropped:0 overruns:0 frame:0
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *