Re: Is freebsd-update braindamaged, or I'm using it wrong?

2013-10-01 Thread Florent Peterschmitt
of maybe opening the file in the editor for me to merge > again). You can merge files from freebsd-update, using (m) if I remember well. Then you choose right or left for each step. But there is something strange since you have hundreds of conflicts… Did you built each release from

Re: Zfs encryption property for freebsd 8.3

2013-09-03 Thread Florent Peterschmitt
e an LVM/LUKS where each logical LVM volume can be encrypted or not and have its own crypt key. I saw that Illumos has ZFS encrytion in the TODO list. -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send

Re: Zfs encryption property for freebsd 8.3

2013-09-03 Thread Florent Peterschmitt
rg/showthread.php?t=30036 So you can use ZFS pools on GELI volumes, it can be a good start. I not play with it. -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peters

Re: A way to switch off nVidia discrete cards ?

2013-06-10 Thread Florent Peterschmitt
crappy hardware, try an acpi call ;) -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail +33 (0)6 64 33 97 92 | * PDF for documents http://florent.peterschmitt.fr | Thank you :) signature.asc Description: OpenPGP digital signature

Re: A way to switch off nVidia discrete cards ?

2013-06-08 Thread Florent Peterschmitt
Le 08/06/2013 00:08, Oliver Pinter a écrit : > On 6/8/13, Florent Peterschmitt wrote: >> Hi, >> >> I've absolutely no skill in system development but I think, based on >> bbswitch (which is part of bumblebee project), that doing such a think >> would no

A way to switch off nVidia discrete cards ?

2013-06-07 Thread Florent Peterschmitt
Hi, I've absolutely no skill in system development but I think, based on bbswitch (which is part of bumblebee project), that doing such a think would not be too difficult. I have a 9.1-RELEASE FreeBSD which I'm going to upgrade to -current, for testing and developing purpose so, is there any

Re: sed query

2013-06-02 Thread Florent Peterschmitt
Le 02/06/2013 14:16, Chris Rees a écrit : > On 2 June 2013 11:41, Eduardo Morras wrote: >> On Fri, 31 May 2013 15:01:59 +0100 >> Chris Rees wrote: >> >>> Hi all, >>> >>> I think I've discovered a strange behaviour of sed perhaps triggered >>> by the length of a regex passed to it. I noticed that

Re: sed query

2013-06-02 Thread Florent Peterschmitt
Le 31/05/2013 16:01, Chris Rees a écrit : > Hi all, > > I think I've discovered a strange behaviour of sed perhaps triggered > by the length of a regex passed to it. I noticed that a certain > expression I passed took a very long time, and suspected the usual > backtracking loop, so I started tri

Re: Performance improvement to strnlen().

2013-05-27 Thread Florent Peterschmitt
just lucky the UB is actually doing what you expect. In that case we should rewrite strlen, it's the same code. That doesn't mean it's a good code but I really don't think it's bad. Using signedness is totally valid and what is done here appears valid too. > -- > VZ

Re: Writing a (BSD like) Operating Systems From Scratch

2013-05-24 Thread Florent Peterschmitt
Le 24/05/2013 18:57, Welcome, Traiano a écrit : Hi Julian Thanks, any response is appreciated, here's mine: -Original Message- From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd- hack...@freebsd.org] On Behalf Of Julian H. Stacey Sent: 24 May 2013 15:39 To: Welcome, Traia

Re: blogbench and write-open serialization

2013-05-18 Thread Florent Peterschmitt
Le 18/05/2013 06:04, Ivan Voras a écrit : During the BSDCan & DevSummit I got interested in finding out why blogbench is so slow on FreeBSD. After talking to jhb, it looked like one of the reasons might be that opening files with O_RDWR or O_WRONLY (anything opening the file for writing) is seria

Re: openjdk6 broken on current

2013-05-08 Thread Florent Peterschmitt
-- >> Sent from Kaiten Mail. Please excuse my brevity. >> >> -- >> Regards, >> Alexander Yerenkow >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler [2] >> Phone: +1 214-642-9640 [3] (c) E-Mail: l...@lerctr.o

Binary upgrade from release to stable

2013-05-04 Thread Florent Peterschmitt
kernel.txz -C / reboot The system work well, I have all my old merged configuration. But, does someone has something to remove old files, like a make delete-old ? Thanks -- Florent Peterschmitt +33 (0)6 64 33 97 92 flor...@peterschmitt.fr O< ascii ribbon campaign - s

Linux/Cdorked.A and the tool provided by welivesecurity

2013-05-03 Thread Florent Peterschmitt
Hi, I read a news about a malware called Linux/Cdorked.A : http://www.welivesecurity.com/2013/04/26/linuxcdorked-new-apache-backdoor-in-the-wild-serves-blackhole/ They give a tool to know if our system is infected or not. Well, I have two questions : * Is this malware relevant on FreeBSD/*BSD s