Displaying 8 results from an estimated 8 matches for "brainfood".
Did you mean:
brainsfood
2007 Jan 18
0
[Bug 534] New: --mss in tcp.man
...n tcp.man
Product: iptables
Version: 1.3.5
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: trivial
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: doogie@brainfood.com
Please remove --mss from libipt_tcp.man. The tcp match doesn't handle that
option, while the tcpmss match does.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, o...
2012 Jul 09
2
Bug#671018: #671018 -- set tap device mac address in qemu-ifup
...start and stop xenconsoled in init script.
* Load xen-gntdev module.
+ * Load xen-gntdev module.
* Create /var/lib/xen. (closes: #658101)
* Cleanup udev rules. (closes: #657745)
@@ -769,4 +777,3 @@ xen (1.2-1) unstable; urgency=low
* Initial version.
- -- Adam Heath <doogie at brainfood.com> Tue, 02 Mar 2004 13:21:52 -0600
diff --git a/xen/debian/scripts/qemu-ifup b/xen/debian/scripts/qemu-ifup
index 482df13..fce14b5 100644
--- a/xen/debian/scripts/qemu-ifup
+++ b/xen/debian/scripts/qemu-ifup
@@ -3,5 +3,11 @@
echo -c 'config qemu network with xen bridge for '
echo $*...
2005 Feb 05
17
debian python-install.patch (3 of 5)
Name: python-install.patch
Description: Use --root instead of --home
--home causes python''s distutils to install into /usr/lib/python/, while
--root causes it to install into /usr/lib/python$ver/site-packages, which
is the more correct location.
Signed-off-by: Adam Heath <doogie@brainfood.com>
DiffStat:
tools/python/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--- xen-2.0.4.orig/tools/python/Makefile
+++ xen-2.0.4/tools/python/Makefile
@@ -5,8 +5,8 @@
all:
CFLAGS="$(CFLAGS)" python setup.py build
-install: all
- CFLAGS="$(CFLAGS)&qu...
2005 Dec 15
0
xen pae on 3.0.0
In a word, is it stable?
I''m seeing some odd things; segfaults by postgres in a domU, when pae is
enabled. And, this last time, I got this on the ssh I had to the domU:
==
database:/home/shared/doogie#
Message from syslogd@database at Wed Dec 14 18:55:05 2005 ...
database kernel: [27073.874149] Bad page state at prep_new_page (in process
''postmaster'', page c1326ca0)
2005 Jan 14
1
mkswap in guests
kaffe:/home/doogie# mkswap /dev/hda
mkswap: Will not try to make swapdevice on ''%s''
Is this supposed to work? See my previous email as for the mapping.
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It''s fun and FREE -- well,
2010 Jul 13
0
circumvent the proxy user
Hello everybody,
my company wants to integrate all Unix servers into active directory.
For "normal" account management I decided more or less to go down the
winbind route.
To have all information in one place, we also want to put sudoers in the AD.
Now the question is, how can I access the information ?
I don't think, winbind can provide sudoers information.
So, I guess I have to
2005 Nov 19
1
vif interface creation problem with xen unstable
I''m using vif-route as my network script.
I''ve added set -x to the xen hotplug script change. I''ve also added a
command to do a listing of the xenstore directory. Here''s the snippet:
==
++ ip=
+++ xenstore_read_default backend/vif/4/0/ip ''''
+++ xenstore-read backend/vif/4/0/ip
xenstore-read: couldn''t read path backend/vif/4/0/ip
+++
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter
xen/Makefile, to have compile.h built from a .in, and the figlet view of the
version info, and have the upstream developers regen the figlet part when the
version changes?
I''m willing to modify the build system to do this. I''m also fixing several
other poor implementation of things.