Re: [fbsd] Source ScreenSaver

2006-06-28 Thread Jeremie Le Hen
. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [fbsd] sshd throwing signal 6 (sigabrt)

2006-08-11 Thread Jeremie Le Hen
of the underlying librairies sshd(8) is linked to. Do you run by chance 6-STABLE with ProPolice/SSP patch ? If a stack-based buffer overflow is detected, SIGABRT (signal 6) will be sent to the faulty process. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

src.conf(5) seems to affect ports build

2006-10-20 Thread Jeremie Le Hen
(though I think this might become useful in the near future). Thank you. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: src.conf(5) seems to affect ports build

2006-10-21 Thread Jeremie Le Hen
Hi Ruslan, On Fri, Oct 20, 2006 at 11:13:32PM +0400, Ruslan Ermilov wrote: On Fri, Oct 20, 2006 at 05:08:48PM +0200, Jeremie Le Hen wrote: Hi, src.conf(5) manual page states: % The src.conf file contains settings that will apply to every build % involving the FreeBSD source tree

Re: src.conf(5) seems to affect ports build

2006-10-22 Thread Jeremie Le Hen
duplicate these bits in bsd.ports.mk or turn the condition to something like: % .if (defined(MK_SSP) ${MK_SSP} != no) || defined(WITH_SSP) What do you advice me to do ? Thank you for your help. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Puzzling variables behaviour in make(1)

2006-11-05 Thread Jeremie Le Hen
regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [fbsd] Re: Puzzling variables behaviour in make(1)

2006-11-05 Thread Jeremie Le Hen
= Buf_Peel(Var_Subst(line, VAR_GLOBAL, FALSE)); + line = Buf_Peel(Var_Subst(line, VAR_CMD, FALSE)); Parse_Error(iserror ? PARSE_FATAL : PARSE_WARNING, %s, line); free(line); %%% The patch works. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: [fbsd] Re: src.conf(5) seems to affect ports build

2006-11-18 Thread Jeremie Le Hen
Ruslan, could you commit this patch, please ? Thank you. Regards, On Fri, Oct 20, 2006 at 11:13:32PM +0400, Ruslan Ermilov wrote: On Fri, Oct 20, 2006 at 05:08:48PM +0200, Jeremie Le Hen wrote: Hi, src.conf(5) manual page states: % The src.conf file contains settings

Re: Announce: FreeSBIE 2.0-RC1 is available

2006-12-03 Thread Jeremie Le Hen
dmesg output. Please, feel free to ask for more informations. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org X Window System Version 6.9.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: FreeBSD 6.2 i386 [ELF

Re: vpnc problem

2007-01-11 Thread Jeremie Le Hen
the appropriate patch into the ports tree. Regards -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Unexpected buildworld error with GCC 3.4 from ports

2007-02-11 Thread Jeremie Le Hen
/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/der_locl.h:50:19: roken.h: No such file or directory % mkdep: compile failed Any clue are welcome. Thank you. -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd

Re: Unexpected buildworld error with GCC 3.4 from ports

2007-02-13 Thread Jeremie Le Hen
/obj/usr/src/tmp/usr/include % [...] === 8 === 8 === 8 === -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

Re: nullfs and named pipes.

2007-02-15 Thread Jeremie Le Hen
. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: nullfs and named pipes.

2007-02-16 Thread Jeremie Le Hen
Josef, On Thu, Feb 15, 2007 at 03:22:59PM +, Josef Karthauser wrote: On Thu, Feb 15, 2007 at 02:57:50PM +0100, Jeremie Le Hen wrote: Note that all processes within a jail can only intefere with processes from another jail or host as if they were on different machines. This means

Re: pkgupgrade

2007-03-17 Thread Jeremie Le Hen
will get more feedback, including bug reports and enhancements. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: HEADS UP: GCC 4.2.0 is coming

2007-05-19 Thread Jeremie Le Hen
will be utterly broken meanwhile. I'll send an 'all clear' message when done. Done. Many thanks for this work, this is invaluable! Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing

Re: Bridging Code - MAC Filtering

2004-06-15 Thread Jeremie Le Hen
/article.html You may also read this, although this is a bit old: http://people.freebsd.org/~nsayer/bdg-ipfw.txt And Google is your friend: http://www.google.fr/search?q=site%3Alists.freebsd.org+ipfw+bridge Good Luck ! Regards, -- Jeremie LE HEN aka TtZ/TataZ [EMAIL

Re: Bridging Code - MAC Filtering

2004-06-16 Thread Jeremie Le Hen
, because it requires changing your rules each time you add a machine or change a network card. Regards, -- Jeremie LE HEN aka TtZ/TataZ [EMAIL PROTECTED] [EMAIL PROTECTED] Hi! I'm a .signature virus! Copy me

Re: quiet ATX mid-Towers

2004-06-19 Thread Jeremie Le Hen
frequency -- it?s not a bad fan. I am an EE student using FreeBSD, so a quiet computer is very important to me. This is completly off-topic. This is not even FreeBSD-related, except you are a FreeBSD user. -- Jeremie LE HEN aka TtZ/TataZ [EMAIL PROTECTED

Re: FreeBSD on Xserve?

2004-09-13 Thread Jeremie Le Hen
are newer than those included in the 2.6 source. Sorry for my english, I'm doing my best to improve it :-). -- Jeremie LE HEN aka TtZ[EMAIL PROTECTED] [EMAIL PROTECTED] Hi! I'm a .signature virus! Copy me

STRIP in /usr/share/mk/

2004-09-23 Thread Jeremie Le Hen
STRIP, and I also tried to do : make DEBUG_FLAGS=-ggdb STRIP='' but the result is exactly the sale unfortunately. I surely have missed something, but I can't find what. I'm pretty sure that ru@ has some explanations on this black magic stuff. :-) Thanks in advance. Regards, -- Jeremie LE HEN

Re: STRIP in /usr/share/mk/

2004-09-24 Thread Jeremie Le Hen
=-ggdb make DEBUG_FLAGS=-ggdb install Pick one of the above. They should all work as expected. Thanks, I'm really stupid. -- Jeremie LE HEN aka TtZ[EMAIL PROTECTED] [EMAIL PROTECTED] Hi! I'm

Re: NFS + VM question

2004-10-16 Thread Jeremie Le Hen
for PR concerning nullfs a few month ago. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1874558+0+archive/2004/freebsd-current/20040718.freebsd-current AFAIK, none of the above problems has been solved, but I may be wrong. -- Jeremie Le Hen [EMAIL PROTECTED

Re: setting promisc mode kills vlans on devices with hwtagging (em, re ...)

2004-11-22 Thread Jeremie Le Hen
) driver. I don't know anything about re(4). http://docs.freebsd.org/cgi/getmsg.cgi?fetch=291393+0+archive/2004/cvs-all/20041121.cvs-all Regards, -- Jeremie Le Hen [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: setting promisc mode kills vlans on devices with hwtagging (em, re ...)

2004-11-22 Thread Jeremie Le Hen
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=291393+0+archive/2004/cvs-all/20041121.cvs-all After further digging, here is the main commit (in order to show greetings at least) : http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2472977+0+archive/2004/cvs-all/20041114.cvs-all Regargs, -- Jeremie Le

Re: UCARP support for FreeBSD

2004-12-07 Thread Jeremie Le Hen
successfully run it on FreeBSD-4, it would be nice to keep us informed, at least for the archives. Regards, -- Jeremie Le Hen [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: UCARP support for FreeBSD

2004-12-08 Thread Jeremie Le Hen
This is something else which needs a pcap/tcpdump update. Currently there is no way to specify this behaviour at runtime. Hopefully this should be resolved at the next import. Do you know when it is scheduled ? -- Jeremie Le Hen [EMAIL PROTECTED

Re: Idea about skeleton jail

2005-02-01 Thread Jeremie Le Hen
regards, [1] http://www.sun.com/bigadmin/content/zones/zones_lisa.pdf -- Jeremie Le Hen [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: RFC: backporting GEOM to the 4.x branch

2005-02-04 Thread Jeremie Le Hen
as the targeted operating system in supported). Last time I checked (about one year ago), FreeBSD 5 was not supported yet, but it's not your concern. Hope this helps. Best regards, -- Jeremie Le Hen [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org

Re: MBUF statistics

2005-02-16 Thread Jeremie Le Hen
in BSD world to have such a broken feature and use workarounds instead. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any

Re: RFC: backporting GEOM to the 4.x branch

2005-02-16 Thread Jeremie Le Hen
* be easier to port since it does not require GEOM. [1] http://netbsd.gw.com/cgi-bin/man-cgi?cgd+4+NetBSD-current http://netbsd.gw.com/cgi-bin/man-cgi?cgdconfig+8+NetBSD-current -- Jeremie Le Hen jeremie at le-hen dot org ___ freebsd-hackers@freebsd.org

Re: the current status of nullfs, unionfs

2005-03-10 Thread Jeremie Le Hen
-January/045743.html -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: the current status of nullfs, unionfs

2005-03-10 Thread Jeremie Le Hen
updates all jails. This is IMO a very neat way do manage jails. But since my jails are neither very stressed nor time critical, I can't tell how high the speed penalty is with nullfs. I'm pretty curious about this Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Kernel documentation and specification

2005-03-24 Thread Jeremie Le Hen
, [1] http://www.amazon.com/exec/obidos/tg/detail/-/0131019082/qid=653140/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/102-1939485-3681741?v=glances=booksn=507846 [2] http://niklas.saers.com/thesis/thesis.html -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Configuration differences for jails

2005-04-20 Thread Jeremie Le Hen
frequently in the mail list. The port games/wtf will translate acronyms for you. %%% obiwan:ports$ wtf IMHO IMHO: in my humble opinion %%% Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org

Re: Configuration differences for jails

2005-04-20 Thread Jeremie Le Hen
: /bin /sbin /lib /libexec /usr/bin /usr/sbin /usr/lib /usr/libexec /usr/libdata /usr/share /usr/doc /usr/compat /usr/ports Sharing ports may be more difficult as it may require sharing the port database, but I think it's still possible. -- Jeremie Le Hen jeremie at le-hen dot org ttz

Re: Configuration differences for jails

2005-04-20 Thread Jeremie Le Hen
/ outside the root fs, but I don't see how to share /bin or /lib without leaking info. How do you handle this? What are those distribution targets and how can I use them? As I said above, null mount each directory. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Configuration differences for jails

2005-04-22 Thread Jeremie Le Hen
a default /etc, IIUC. make DESTDIR=/jail distribution -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: Configuration differences for jails

2005-04-22 Thread Jeremie Le Hen
# This will create the standard directory hierarchy using mtree(8). make DESTDIR=/jail distrib-dirs For the record, I discovered the hierarchy make target in /usr/src/Makefile.inc. I think we ought to use this one instead on the internal distrib-dirs target. -- Jeremie Le Hen jeremie at le

Re: Configuration differences for jails

2005-04-22 Thread Jeremie Le Hen
mounted. It contains sensitive informations about the host that should not be published in jails. You will have to use the distribution make target from /usr/src/etc (see my previous email). Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Broadcom BCM95820 SSL encryption accelerator card

2005-05-04 Thread Jeremie Le Hen
to create a new one, this confuses mail clients when sorting mails by thread. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Minimalist FreeBSD 4.8

2003-08-26 Thread jeremie le-hen
Can any of you help me out? Or point me to a truly minimal distribution that uses FreeBSD 4.8? AFAIK, the only thing you can do is tuning your own /etc/make.conf (template in /etc/defaults/make.conf). Here is the interessant part : #NO_CVS=true# do not build CVS #NO_BIND= true

Re: Accessing BIOS memory range

2005-05-13 Thread Jeremie Le Hen
) as it avoids random line wraps when reading mail in console mode or on a standard-size terminal. Thank you for your understanding. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing

Re: jails and output of df/mount [PATCH]

2005-05-17 Thread Jeremie Le Hen
not really sure this kind of information could really be an attack vector or ramp. There seems to be one small bug in your patch : once applied, we don't see informations about / any longer inside jails. Thanks for your work. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Opening raw disk while mounted in 5.x?

2005-05-26 Thread Jeremie Le Hen
(and anywhere else it is relevant), at least temporaly until a decision is made ? I can't find where this is documented and this question goes back regularly. I can make a patch, if agreed. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Opening raw disk while mounted in 5.x?

2005-06-05 Thread Jeremie Le Hen
a modification to the geom(4) manual page and also to drop a note about this in fdisk(8) and boot0cfg(8). Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org --- geom_kern.c.origSun Jun 5 19:12:22 2005 +++ geom_kern.c Sun Jun 5 19:21:17 2005 @@ -213,6 +213,31

Re: prioritizing small ip packets?

2005-06-13 Thread Jeremie Le Hen
delay) a heavy weight in order to have them practically unaffected by a big mail delivery or a scp. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: GmailFS

2005-06-26 Thread Jeremie Le Hen
support. However, NetBSD announced [1] that one of their project for Google Summer of Code is to implement userspace file system hooks. This may be ported on FreeBSD one day. Regards, [1] http://mail-index.NetBSD.org/netbsd-announce/2005/06/26/.html -- Jeremie Le Hen jeremie at le-hen dot

ProPolice and FreeBSD

2005-06-30 Thread Jeremie Le Hen
; ((char*)__guard)[2] = '\n'; ((char*)__guard)[3] = 255; } %%% I am neither a gcc hacker nor a thread guru, so I have no clue on how to resolve this issue. Advices are welcome. Thanks. Regards, [1] http://www.trl.ibm.com/projects/security/ssp/ -- Jeremie Le Hen jeremie at le-hen dot org ttz

Re: ProPolice and pthreads (was: ProPolice and FreeBSD)

2005-06-30 Thread Jeremie Le Hen
[ I'm not snipping anything since I'm Cc'ing to [EMAIL PROTECTED] ] On Thu, Jun 30, 2005 at 06:50:17PM +0200, Jeremie Le Hen wrote: Hello, maybe this question should be asked on -threads@, I'm not sure. If it is, please tell me and I will redirect my mail. I'm working on upgrading

buildworld sequence

2005-07-03 Thread Jeremie Le Hen
. Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: buildworld sequence

2005-07-04 Thread Jeremie Le Hen
, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

ProPolice symbols in libc or libssp ?

2005-07-05 Thread Jeremie Le Hen
a libssp containing these two symbols. How would you, hackers, overcome this problem ? Suggestion are welcome. Thanks. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http

ProPolice: best way to fill canary

2005-07-08 Thread Jeremie Le Hen
to this. Your comments will be welcome. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: ProPolice: best way to fill canary

2005-07-09 Thread Jeremie Le Hen
Hi Mike, On Fri, Jul 08, 2005 at 07:22:13PM -0500, Mike Silbersack wrote: On Fri, 8 Jul 2005, Jeremie Le Hen wrote: The second method requires to introduce the kern.arnd sysctl (KERN_ARND). FYI, note that NetBSD has kern.urandom (KERN_URND) and they define KERN_ARND to be an alias

Re: Cross-Compiling FreeBSD

2005-07-10 Thread Jeremie Le Hen
Hello Maslan, hi guys what about cross-compiling freebsd-5.4 from a different BSD as openbsd or even linux. how can i accomplish this ??? AFAIK, only NetBSD allows to do this with their source. I've never heard of such a thing with FreeBSD sources. Regards, -- Jeremie Le Hen jeremie

Re: nagios and pthreads

2005-07-13 Thread Jeremie Le Hen
/2005-June/012435.html Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: nagios and pthreads

2005-07-13 Thread Jeremie Le Hen
this, but Nagios folks should really avoid doing what is explicitely dissuaded in SUSv3. For now, it doesn't resolve your problem unfortunately. [1] http://www.opengroup.org/onlinepubs/009695399/functions/pthread_atfork.html (look at the RATIONALE section) -- Jeremie Le Hen jeremie at le-hen dot org ttz

Re: nagios and pthreads

2005-07-13 Thread Jeremie Le Hen
Linux only, leads to have a misbehaviour when ran on other Unices, like FreeBSD. Some brave people with appropriate skills and motivation should try to patch Nagios and then try to convince Nagios developpers to integrate this change. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz

Re: IPv4 Link Local support in FreeBSD

2005-07-22 Thread Jeremie Le Hen
Hi Arul, Does FreeBSD support IPv4 Link Local addresses as per RFC 3927 ? I think it's being worked on. IIRC, this is called zeroconf. You can check the archive for this word if you want to know more. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: ProPolice symbols in libc or libssp ?

2005-07-26 Thread Jeremie Le Hen
On Tue, Jul 05, 2005 at 05:39:33PM +0200, Jeremie Le Hen wrote: Hi hackers, I'm still working on integrating the ProPolice patch in FreeBSD CURRENT. A small reminder : The ProPolice patch prevents from stack-based buffer overflows but setting a canary between character arrays

Re: ProPolice symbols in libc or libssp ?

2005-07-27 Thread Jeremie Le Hen
at this point, thanks :-). I hope to not have forgotten anything or I will need to post again :). Regards, [1] http://gcc.gnu.org/onlinedocs/gccint/Driver.html -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org Index: lib/Makefile

Re: ProPolice symbols in libc or libssp ?

2005-07-28 Thread Jeremie Le Hen
libgcc. Is it something harmful or not (in other words should I manually add -lgcc to LDFLAGS) ? Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: booting gbde-encrypted filesystem

2005-07-29 Thread Jeremie Le Hen
for GBDE users to be provided such a fonctionnality. Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: Checking sysctl values from within the kernel.

2005-08-06 Thread Jeremie Le Hen
age value. Else, this means the caller wants to set the age value to a new one : if the latter is lower than 0 and greater than 125, this is an incredible age and the accessor reports an error. Else it sets the new value. I hope this helped. Regards, -- Jeremie Le Hen jeremie at le-hen dot org

sed s///i

2005-08-06 Thread Jeremie Le Hen
and finally flags are handled. Thus this would require scanning flags before compiling the regular expression. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http

Re: Soc ssh fs: dummy Fuse module aviable for review

2005-08-08 Thread Jeremie Le Hen
://www.filesystems.org/ [2] http://www.filesystems.org/project-unionfs.html Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: Soc ssh fs: dummy Fuse module aviable for review

2005-08-08 Thread Jeremie Le Hen
already implemented for FreeBSD 4 and FreeBSD 5, but the latter doesn't work any more on FreeBSD 6/7 due to phk's modification to buffer cache (IIRC). -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org

Re: Include files that depend on include files

2005-08-10 Thread Jeremie Le Hen
Hi Dirk, Can you point me to a real-life example where such a mechanism is used? I'd like to have a closer look at it. /usr/include/sys/types.h :-) Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers

Re: Converting libfoo.so for linux to freebsd

2005-08-12 Thread Jeremie Le Hen
it in a user friendly tool ? Some kind of advanced Linux compatibility. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: 5.4 -- bridging, ipfw, dot1q

2005-08-12 Thread Jeremie Le Hen
header and then use ipfw to filter on these vlan(4) interfaces. This isn't more than a workaround, but it might help. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http

Re: Reducing dummynet pipe size hangs system

2005-08-19 Thread Jeremie Le Hen
]. This thread also (confusely) explain what is broken. Regards, [1] http://lists.freebsd.org/pipermail/freebsd-net/2005-January/006363.html -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list

Re: Broken floppy disk driver

2005-08-19 Thread Jeremie Le Hen
are using cvs to get your sources : cvs up -D 2005.08.19.14.23.37 -dP where 2005.08.19.14.23.37 is the date you want. I also advice you to use dicotomy. Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: nagios and freebsd threads issue : help please ...

2005-08-24 Thread Jeremie Le Hen
-told pthread_atfork() handler wouldn't be a quick solution to address the problem. Sorry if it's dumb. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: ip6.int deprecated

2005-08-31 Thread Jeremie Le Hen
.int is deprecated in favor to ip6.arpa, this would prevent some traffic on [EMAIL PROTECTED] Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: sed not working

2005-09-04 Thread Jeremie Le Hen
with -hackers@ but the appearance this thread took in the last messages makes me think the opposite : I think LANG=C should be hard-coded in the buildworld process. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: how to handling read only cvs trees

2005-09-08 Thread Jeremie Le Hen
is commited. Unfortunately I don't have actually any time to do this, sorry. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: how to handling read only cvs trees

2005-09-08 Thread Jeremie Le Hen
/1.3/Wed Jun 29 09:55:34 2005// % /profile.8/1.6/Mon Aug 15 19:22:38 2005// % +/pouet/0/Initial pouet// % Only in CVS: pouet,t If it doesn't work, touch CVS/pouet,t, but I don't think this is relevant. In all cases, the CVS repository isn't change. Regards, -- Jeremie Le Hen jeremie at le-hen

Re: IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread Jeremie Le Hen
And my test speed from ip 192.168.0.5 is: Down 123.66kbps Up 766.24kbps What's the output of % ipfw show 600 601 Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http

Re: [fbsd] Re[2]: jailctl with multiple ip per jail

2005-12-17 Thread Jeremie Le Hen
. Depending on what you really want to do, you may however workaround this limitation using some NAT rules. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http

Re: [fbsd] Re: DragonFly talk at the upcoming BAYLISA (15 December 2005)

2005-12-23 Thread Jeremie Le Hen
Hi, Matt, Yah, I'm putting some slides together and will make them available after the talk. We are after the talk, have you put the slides online or do you plan to issue them after Christmas and New Year ? Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: [fbsd] ipfw+nat

2006-01-07 Thread Jeremie Le Hen
post this on -ipfw@ or [EMAIL PROTECTED] Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

linker mysteries

2006-04-13 Thread Jeremie Le Hen
would be glad if someone could explain why this happens. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Symbol weirdness with static linking

2006-04-20 Thread Jeremie Le Hen
to `syslog' *** Error code 1 -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [fbsd] Re: Symbol weirdness with static linking

2006-04-20 Thread Jeremie Le Hen
/src/tmp/usr/lib/crtend.o /usr/obj/usr/src/tmp/usr/lib/crtn.o Thank you for your answer. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: [fbsd] Re: Symbol weirdness with static linking

2006-04-20 Thread Jeremie Le Hen
either. I would understand if echo.o needed some symbols provided by the same archive than sigfillset (sigsetops.o) but this is not the case. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org

Re: [fbsd] Re: [fbsd] Re: Symbol weirdness with static linking

2006-04-21 Thread Jeremie Le Hen
. Sorry for misinformation, I was innacurate when looking at issue. There is no harm, don't bother. I made me think some more on linking mechanisms and I am more familiar with it now. Thank you very much for your explanation. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz

How to disable a src.conf on command-line

2006-06-09 Thread Jeremie Le Hen
-smashing protection compiler options. I'd like the user to be able to use -DWITHOUT_SSP to compile something, even if he has WITH_SSP=YES in src.conf(5). Should I turn the name of this options into ENABLE_SSP and pull it out the bsd.own.mk magic ?) Thank you.i Regards, -- Jeremie Le Hen jeremie

Re: [fbsd] Re: How to disable a src.conf on command-line

2006-06-11 Thread Jeremie Le Hen
% % jarjarbinks# echo WITHOUT_SSP=YES /etc/src.conf % jarjarbinks# make echo.o % /usr/share/mk/bsd.own.mk, line 394: WITH_SSP and WITHOUT_SSP can't both be set from the same place. % Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org Index: bsd.own.mk

Re: [fbsd] Re: Atomic updates of NFS export lists

2006-06-12 Thread Jeremie Le Hen
Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: questions on development(7)

2007-12-18 Thread Jeremie Le Hen
pointed out he already submitted a better solution to this problem nearly two years ago. Mine: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/118536 Ruslan's: http://www.freebsd.org/cgi/query-pr.cgi?pr=96528 Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

GCC generated assembly

2007-12-20 Thread Jeremie Le Hen
4.2.1 output. Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: /dev/dsp disappeared after power outage

2008-02-13 Thread Jeremie Le Hen
the original poster being experiencing. Refer to sound(4). BTW, is it possible to tighten sound(4) permissions with devfs.conf(5)? With something like: % own pcm0 root:audio % perm pcm0 0660 Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: encrypted executables

2008-02-19 Thread Jeremie Le Hen
-run the core file after some post-processing. Do you have some pointers about this, please? Thanks. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: vkernel GSoC, some questions

2008-03-19 Thread Jeremie Le Hen
, the virtual memory operations are handled by the host kernel, which should increase speed. I have no pointer for this, I've got this information on #dragonflybsd. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd

Using special CFLAGS for a single file without writing the rule

2008-04-24 Thread Jeremie Le Hen
infrastructure, I suspect you would have a solution. Thank you for your help. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

MK_SSP used for both libssp and -fstack-protector

2008-04-24 Thread Jeremie Le Hen
currently since the few symbols required by SSP are provided in libc. The only use I can figure is when you want to link a program without libc while still protecting it with SSP. Thank you for your help. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Debugging rtld

2008-05-17 Thread Jeremie Le Hen
[...] host #359 0x73763a68 in ?? () host #360 0x5b455c3d in ?? () host [...] host #855 0x in ?? () host [...] Any hint on how to proceed would be welcome. Thank you. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: Debugging rtld

2008-05-17 Thread Jeremie Le Hen
Hi, On Sat, May 17, 2008 at 01:26:53PM +0300, Kostik Belousov wrote: On Sat, May 17, 2008 at 11:17:40AM +0200, Jeremie Le Hen wrote: I tried to compile my source tree with -fstack-protector-all, and it happens that rtld breaks with this: once the new rtld is installed every single problem

Re: do not work nested unnamed anchor

2008-05-17 Thread Jeremie Le Hen
]. freebsd-hackers@ is not the right place for this, freebsd-net@ or freebsd-pf@ would have been far more better. [1] http://www.benzedrine.cx/mailinglist.html Thank you. Best regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

  1   2   >