ATI Radeon HD 3200 / HP Laptop (Using)

2010-09-26 Thread Michael R. Rusch
I see that the Radeon HD 3200 needs r600_dri.so On the mailing list I saw on Dec 5, 2009 there was a patch here: http://lists.freebsd.org/pipermail/freebsd-ports/2009-December/058115.html Can anyone confirm that this was ever committed to FreeBSD Head and MFC;d 8.1 I cant get my 3D acceleration

-current under Xen

2010-09-26 Thread Julian Elischer
After bruce C gave me the hint of kern.eventtimer.periodic=1, I was able to boot -current on my vps at rootbsd.com, but it hangs on reboot.. some time before the unmounts as the file systems need to be cleaned on the next successful boot. Has anyone had any experience with this? unfortunately

Parallelized scripting

2010-09-26 Thread Buganini
Hi, I just wrote a rough C program that may help to do parallelized scripting, for example, parallelized rc.d scripts. http://github.com/buganini/brackets in this way it is easy to use, no need to escape argv for multiple times. any comments are welcomed. Buganini ___

netisr software flowid

2010-09-26 Thread Artemiev Igor
Hi. What is the status for software flowid calculation? I found the old netisr2 patch[1] from Robert Watson and took from there code for setting flowid in tcp_input with some changes[2]. It work for me very well (8.1-stable) - now the server can handle not transit traffic without drops up to 118K

Re: psm(4) - synaptics touch pad strange behavier

2010-09-26 Thread David Horn
On Sun, Sep 26, 2010 at 11:44 AM, Norikatsu Shigemura wrote: > > Hi psm(4) masters! > >        I have trouble using Synaptics TouchPad, psm(4) on my CF-R9. >        The trouble is that the mouse cursor moves at random, and the >        mouse button is clicked without button action.  I heard same >

Re: CFR: Replace man/manpath/whatis/apropos with a shell script

2010-09-26 Thread Alexander Best
On Sat Sep 11 10, Gordon Tetlow wrote: > On Thu, Sep 9, 2010 at 7:41 PM, Alexander Best wrote: > > > > Feedback on the man(1), manpath(1), apropos(1), and man.conf(5) manpages > > > would be appreciated. I'm new to manpage authoring and could use a > > review. > > > > you forgot the AUTHORS secti

Re: Recent GELI additions.

2010-09-26 Thread Iñigo Ortiz de Urbina
Indeed, truly impressive work. geli makes encryption a bliss :) Thank you very much p...@! On 9/25/10, Pawel Jakub Dawidek wrote: > Hi. > > I'd like to inform about three new features in GELI available in HEAD: > > 1. AES-XTS encryption. XTS mode is a standard that is recommended these >days

psm(4) - synaptics touch pad strange behavier

2010-09-26 Thread Norikatsu Shigemura
Hi psm(4) masters! I have trouble using Synaptics TouchPad, psm(4) on my CF-R9. The trouble is that the mouse cursor moves at random, and the mouse button is clicked without button action. I heard same trouble from ume@'s CF-R8. So I enabled options PSM_

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-26 Thread Bartosz Stec
W dniu 2010-09-26 14:54, Bartosz Stec pisze: W dniu 2010-09-26 14:42, Erik Trulsson pisze: On Sun, Sep 26, 2010 at 02:21:51PM +0200, Bartosz Stec wrote: W dniu 2010-09-24 16:34, Dimitry Andric pisze: On 2010-09-24 14:13, Bartosz Stec wrote: Could you please try to rename this make.conf t

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-26 Thread Erik Trulsson
On Sun, Sep 26, 2010 at 02:21:51PM +0200, Bartosz Stec wrote: > W dniu 2010-09-24 16:34, Dimitry Andric pisze: > > On 2010-09-24 14:13, Bartosz Stec wrote: > >>> Could you please try to rename this make.conf to e.g. > >>> make.conf.disable, > >>> and retry the world build? > >> Still the same wi

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-26 Thread Bartosz Stec
W dniu 2010-09-26 14:42, Erik Trulsson pisze: On Sun, Sep 26, 2010 at 02:21:51PM +0200, Bartosz Stec wrote: W dniu 2010-09-24 16:34, Dimitry Andric pisze: On 2010-09-24 14:13, Bartosz Stec wrote: Could you please try to rename this make.conf to e.g. make.conf.disable, and retry the world b

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-26 Thread Bartosz Stec
W dniu 2010-09-24 16:34, Dimitry Andric pisze: On 2010-09-24 14:13, Bartosz Stec wrote: Could you please try to rename this make.conf to e.g. make.conf.disable, and retry the world build? Still the same without make.conf. My personal guess is, that clang builded by clang with CPUTYPE=athlon-x

Re: DHCP server in base

2010-09-26 Thread Michel Talon
David DEMELIER said: > I agree that for some people it will be completely useless, but if we > can disable it in src.conf everyone will be happy. Since FreeBSD is > great for a router it's really fast to make a full working server > without installing anything else. What is the problem of install

Re: Recent GELI additions.

2010-09-26 Thread Olivier Certner
Hi, Thanks a lot for your efforts, Pawel! Geli is definitely awesome. Bye, Olivier Certner ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

Re: DHCP server in base

2010-09-26 Thread David DEMELIER
2010/9/25 Marcin Cieslak : >>> M. Warner Losh wrote: > >>: I agree but like Aleksandr said, almost 70% of dhcp code is already in >>: base so adding 1Mb of dhcpd code wouldn't be too much. I like the idea >>: to keep some parts in the ports tree and move out from the base. >> >> Yea.  I agree too.