search for: doogi

Displaying 9 results from an estimated 9 matches for "doogi".

Did you mean: doog
2009 Jan 02
1
Bug#510472: logcheck-database: pam_unix messages could be ignored.
Package: logcheck-database Version: 1.2.68 Severity: normal I'm using ldap to authenticate users. And thus pam_unix is sufficient, but allowed to fail. It has now started to spam the logs with lots of Jan 2 09:22:57 sisko sshd[28511]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=host92-22-static.38-79-b.business.telecomitalia.it user=root And on
2007 Jan 18
0
[Bug 534] New: --mss in tcp.man
...--mss in 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...
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="$...
2012 Jul 09
2
Bug#671018: #671018 -- set tap device mac address in qemu-ifup
...e. * Restart 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...
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM. I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7, as built by Debian. I want to use Xen on it. I built a xen0 kernel which is as close to the Debian kernel as I can (no power management, no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and booted with the new kernel. Everything works.
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) Message from syslogd@database at Wed Dec 14 18:55:05 2005 ... database kernel: [27073.874165] flags:0x00000068...
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 editi...
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.