search for: gaudet

Displaying 10 results from an estimated 10 matches for "gaudet".

2007 Sep 27
5
Share of disks in read only between dom0 and domU.
...with the 3 partitions of the SuSE 10.2 xen install with its dom0. The grub is installed on the MBR of the SATA disk and the XP on the 1st primary part. Some ideas ? Thanks a lot. Regards. -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ^ ^ ---- Michel GAUDET +--- | | +--- +--- +--- /| /|| | CRI/SIR |__ |__| |__ |__ |__ / |/ || __ Ecole des Hautes Etudes | | | | | | / ||____| en Sciences Sociales +--- | | +--- ---+ ---+ 54 Boulevard RASPAIL 75006 PARIS...
2003 Nov 26
2
corrupted empty message with CVS
...n-Path: <dean at arctic.org> Delivered-To: dgtest at arctic.org Received: (qmail 3626 invoked by uid 500); 26 Nov 2003 03:02:23 -0000 Received: from localhost (sendmail-bs at 127.0.0.1) by 127.0.0.1 with SMTP; 26 Nov 2003 03:02:23 -0000 Date: Tue, 25 Nov 2003 19:02:23 -0800 (PST) From: dean gaudet <dean at arctic.org> To: dgtest at arctic.org Subject: quibble Message-ID: <Pine.LNX.4.58.0311251902160.15721 at twinlark.arctic.org> X-comment: visit http://arctic.org/~dean/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US...
2002 Jul 02
2
Ext3 OOPS when root device lost
Oh gurus of ext3... We have an application (it's essentially a watchdog) that monitors i/o on the root partition of our Linux system. What we would like to have happen is in the event that the root file system "goes away" (e.g. the SCSI cable is pulled from the storage device containing the root drive), we want to panic the kernel. We have tried using the "-e panic"
2004 Oct 29
2
Logging and libwrap
Hi, A few things regarding logging and libwrap.. a) PAM_RHOST patch Back in July, dean gaudet helpfully posted a patch to dovecot PAM_RHOST the remote IP. Is this going to be included in the main dovecot tree? It seems like a worthwhile addition. The more informative and concise the logging the better. See http://www.dovecot.org/list/dovecot/2004-July/004011.html for the original messa...
2004 Jul 09
1
passing remote ip to pam
...changelog --- dovecot-0.99.10.6.deborig/debian/changelog 2004-07-08 18:11:55.000000000 -0700 +++ dovecot-0.99.10.6/debian/changelog 2004-07-08 18:34:40.000000000 -0700 @@ -1,3 +1,9 @@ +dovecot (0.99.10.6-3.dg1) unstable; urgency=low + + * hack a solution to pass PAM_RHOST the remote ip + + -- dean gaudet <dean at arctic.org> Thu, 8 Jul 2004 18:34:26 -0700 + dovecot (0.99.10.6-3) unstable; urgency=low * Patched so dovecot follows symlinks to directories again. diff -rpu dovecot-0.99.10.6.deborig/src/auth/auth-login-interface.h dovecot-0.99.10.6/src/auth/auth-login-interface.h --- doveco...
2004 Mar 22
1
apsort
you probably don't want the ~2% perf improvement below... but i figured i'd post it anyhow :) well... i do suggest the use of fabsf() rather than fabs() -- gcc doesn't seem smart enough to figure out fabs() when you ask it to compile "-mfpmath=sse". but the #else part uses properties of ieee-754 float layout which you may or may not be interested in (ab)using. basically
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
...t;tnh at kondara.org> - Removed "nullok" directive from default PAM configuration files. Added information on enabling EmptyPasswords on openssh+PAM in UPGRADING file. - OpenBSD CVS updates - [ssh-agent.c] cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet at arctic.org - [sshconnect.c] compare correct version for 1.3 compat mode 20000102 - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas at dial.pipex.com> - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet <dgaudet at...
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
...t;tnh at kondara.org> - Removed "nullok" directive from default PAM configuration files. Added information on enabling EmptyPasswords on openssh+PAM in UPGRADING file. - OpenBSD CVS updates - [ssh-agent.c] cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet at arctic.org - [sshconnect.c] compare correct version for 1.3 compat mode 20000102 - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas at dial.pipex.com> - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet <dgaudet at...
1998 Nov 21
2
simple perl script bypasses limits
Any user with shell access, or with access to upload a cgi script can exploit this to make machine thrash badly. Seems to circumvent any limits in the kernel Here are my settings dlai@whale.home.org:/home/dlai?limit cputime unlimited filesize 20000 kbytes datasize 8192 kbytes stacksize 8192 kbytes coredumpsize 1000000 kbytes memoryuse 8192 kbytes descriptors
2005 Aug 23
0
Compiling winelib dependant code with g++
wineg++ is using g++, and is passing its options to g++. How can I link some winelib-dependant code with g++ ? compilation is okay, but at linking time, all wine functions are unresolved. // ### here's the output :### [root@udp015809uds Wine2]# g++ -lwine registry.o registry_wrap.o -o registry.out registry.o(.text+0x2e): In function `CreateKey(char const*)': : undefined