search for: findcommander

Displaying 8 results from an estimated 8 matches for "findcommander".

Did you mean: findcommand
2006 Nov 01
1
Bug#396477: network-bridge script exits prematurely
Package: xen-utils-common Version: 3.0+hg11624-2 Severity: normal I'm running etch with xen 3.0.3 with a hand-compiled 2.6.18.1 kernel. The /etc/xen/scripts/network-bridge fails to run, because it (effectively) does this: set -e modprobe netloop > /dev/null 2>&1 As I do not have a netloop module (where is it supposed to come from ? The 2.6.18.1 xen-patched kernel doesn't
2009 Jun 10
0
Bug#532603: xen-utils-3.2-1: incorrectly calls network-script
Package: xen-utils-3.2-1 Version: 3.2.1-2 Severity: normal In xend-config.sxp: (network-script 'network-camp netdev=eth0 bridge=xenbr0') /etc/xen/scripts/network-camp is the following simple script: --------------- begin script ----------- #!/bin/bash dir=$(dirname "$0") . "$dir/xen-script-common.sh" . "$dir/xen-network-common.sh" findCommand
2003 Jun 25
1
help with compiling on Mac OSX
...yes checking for dlopen... no checking for dlopen in -ldl... no configure: error: OpenSSL depends on libdl. I don't really know what it means. I'm guessing it has to do with the fact that i'm missing zlib? In the manual, it says to download zlib with Fink. I've got fink and the findcommander (GUI fink), but zlib isn't in the list of packages (all the other ones like openssl i've installed thru fink). can someone help me download it using the command line? or if someone has a macbinary to share, i would greatly appreciate it. thanks! Arthur Tinc: Discussion list abo...
2012 Jul 29
0
Xen networking experiment (with custom scripts and OpenVSwitch)
Hello everyone, Recently I have been testing my customized Xen 4.2 networking setup. It works pretty good and I would like to share it with anyone who is interested. The relevant files can be found here: https://github.com/slacks42/xenscripts Benefit: configure the Xen related networking devices with one understandable bash script. Please note that this is all still work in progress. For
2011 Aug 03
0
openvswitch on xen 4.x
A huge thank you to mario from the ''openvswitch on Xen 4.1'' post. I was having some trouble with using openvswitch with Xen 4.1 (I''m currently migrating from 4.0.1) until I saw his post and noticed that the xl.conf needed the full path to the networking script. Made this change and all is good now. Thank you. I would like to contribute what I have for using
2012 Jul 30
3
Xen networking disconnect
Hello. I need your help, DomU xen network diconnects randomly, how do you monitoring this? When I connect to vnc server in the hosts, DomU is running, then I open the DomU, after that guest network responds. DomU Debian 6.03 over Centos 5.7 and Xen 3.03. My network configuration: eth0 Link encap:Ethernet HWaddr 68:B5:99:78:AA:6D inet addr:192.168.5.230 Bcast:192.168.5.255
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy. It must be protected by tty_sem semaphore like con_close() in drivers/char/vt.c -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus codebase in libxl. Changes in V3: [1/5] Fix redundant checks in configure scripts (based on Ian Campbell''s suggestions) [2/5] Introduce locking in the script, during IFB setup. Add xenstore paths used by netbuf scripts to xenstore-paths.markdown [3/5] Hotplug scripts setup/teardown invocations are now