debian-ports.org getting relatively unstable

2013-12-14 Thread Dave Land
Hiya Folks, Not sure what's up at debian-ports.org, but I've been trying to debootstrap 2 different HPPA machines for the last couple days and have been getting a variety of errors (size mismatches, files not found when they were there 20 minutes before, etc. etc.) Somebody may want to look i

Re: mintupdate

2013-12-14 Thread brunomaximom
Why do you need setproctitle() when porting software from GNU/Linux? That's a BSD-specific function. Yeah, that's unnecessary. The program is ported now. What do you wnat? The patch or the package? -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe".

IDLE and Eclipse

2013-12-14 Thread brunomaximom
Hi guys Look for the IDLE and Eclipse on kFreeBSD... IDLE almost freezes when I try to open a file, the edit window can't be closed and the name of the file isn't on top of window. Eclipse...well, I have eclipse-cdt installed and I can't create any project, including java projects. And I cannot

running 9.2 on stable feasible?

2013-12-14 Thread Christoph Egger
Hi all! Do you think running 9.2 kernels on stable will be feasible? I fear it needs some freebsd-{libs,utils} from 9.2 as well? (especially pfctl ..) Regards Christoph -- 9FED 5C6C E206 B70A 5857 70CA 9655 22B9 D49A E731 Debian Developer | Lisp Hacker | CaCert Assurer -- To UNSUBSCRIB

Re: possible /dev/random compromise (misplaced trust in RDRAND / Padlock entropy sources)

2013-12-14 Thread Ben Hutchings
On Sat, 2013-12-14 at 19:00 -0200, Henrique de Moraes Holschuh wrote: > On Sat, 14 Dec 2013, Steven Chamberlain wrote: > > On 14/12/13 01:08, Henrique de Moraes Holschuh wrote: > > > Yeah, I think Linux went through similar blindness braindamage sometime > > > ago, > > > but blind trust on rdrand

Re: possible /dev/random compromise (misplaced trust in RDRAND / Padlock entropy sources)

2013-12-14 Thread Henrique de Moraes Holschuh
On Sat, 14 Dec 2013, Steven Chamberlain wrote: > On 14/12/13 01:08, Henrique de Moraes Holschuh wrote: > > Yeah, I think Linux went through similar blindness braindamage sometime ago, > > but blind trust on rdrand has been fixed for a long time now, and it never > > trusted any of the other HRNGs (

Re: IPSEC

2013-12-14 Thread Eitan Adler
Hi arch@, The question below has been unanswered since Sat, Sep 14, 2013. Are there any known concerns with enabling IPSEC? Is there any reason to not do so in GENERIC? On Sun, Dec 8, 2013 at 2:02 PM, Olivier Cochard-Labbé wrote: > On Sun, Dec 8, 2013 at 12:16 AM, Eitan Adler wrote: >> Hi all

Re: possible /dev/random compromise (misplaced trust in RDRAND / Padlock entropy sources)

2013-12-14 Thread Steven Chamberlain
On 14/12/13 11:18, Cyril Brulebois wrote: > If you're talking about this: > | commit c2557a303ab6712bb6e09447df828c557c710ac9 > | Author: Theodore Ts'o > | Date: Thu Jul 5 10:35:23 2012 -0400 > | > | random: add new get_random_bytes_arch() function > | […] > > it was backported into 3.2.y,

Re: possible /dev/random compromise (misplaced trust in RDRAND / Padlock entropy sources)

2013-12-14 Thread Cyril Brulebois
Steven Chamberlain (2013-12-14): > On 14/12/13 01:08, Henrique de Moraes Holschuh wrote: > > Yeah, I think Linux went through similar blindness braindamage sometime ago, > > but blind trust on rdrand has been fixed for a long time now, and it never > > trusted any of the other HRNGs (or used them

Re: possible /dev/random compromise (misplaced trust in RDRAND / Padlock entropy sources)

2013-12-14 Thread Steven Chamberlain
Hi, On 14/12/13 01:08, Henrique de Moraes Holschuh wrote: > Yeah, I think Linux went through similar blindness braindamage sometime ago, > but blind trust on rdrand has been fixed for a long time now, and it never > trusted any of the other HRNGs (or used them for anything at all without a > trip