Re: ifconfig accepting hostname as ipv4 address

2012-06-11 Thread Jonathan McKeown
On Saturday 09 June 2012 23:29:02 Kevin Oberman wrote: > On Sat, Jun 9, 2012 at 12:37 AM, Garrett Cooper wrote: > > > >    I agree that it's not the best configuration in the world, as it > > would only work 100% if a machine had proper DNS records or a > > definitive hosts file. > >    There are

Re: SuperPages utilization survey

2012-06-11 Thread Ivan Voras
On 07/06/2012 01:26, Florian Smeets wrote: > On 05.06.12 16:29, Mark Felder wrote: >> On Sat, 02 Jun 2012 06:49:18 -0500, Florian Smeets wrote: >> >>> As far as i understand it does at least enable usage of pages up to 4MB, >>> perhaps someone should teach mysql about the FreeBSD's limits? >>> If

Re: cleaning /usr/obj before copying it to USB key

2012-06-11 Thread Lars Engels
On Sun, Jun 10, 2012 at 01:07:58PM +0300, Aldis Berjoza wrote: > On Sat, 9 Jun 2012 08:57:33 -0700 > Tim Kientzle wrote: > > > > > You can delete all of the '.o' files using a command like this: > > > >find /usr/obj -name '*.o' | xargs rm > > > > > I think: > find /usr/obj -name '*.o'

Re: cleaning /usr/obj before copying it to USB key

2012-06-11 Thread Matthias Apitz
El día Monday, June 11, 2012 a las 09:24:02AM +0200, Lars Engels escribió: > On Sun, Jun 10, 2012 at 01:07:58PM +0300, Aldis Berjoza wrote: > > On Sat, 9 Jun 2012 08:57:33 -0700 > > Tim Kientzle wrote: > > > > > > > > You can delete all of the '.o' files using a command like this: > > > > > >

Re: usertime stale at about 371k seconds

2012-06-11 Thread Eric van Gyzen
On 05/31/2012 02:34, Andrey Zonov wrote: On 5/30/12 11:27 PM, Andrey Zonov wrote: Hi, I have long running process for which `ps -o usertime -p $pid' shows always the same time - 6190:07.65, `ps -o cputime -p $pid' for the same process continue to grow and now it's 21538:53.61. It looks like ove

Issue with KGDB setup. System freezes when it enters ddb

2012-06-11 Thread nagarjuna vempati
Hello, Can someone plese help me understand what is the problem? After fresh disk installation of freeBSD9.0 AMD64 from disk, I copied /usr/src/sys/am64/conf/GENERIC to KGDBKERNEL and added following lines to the file options GDB options DDB options KDB_UNATTENDED option

Getting rid of RC2 cipher

2012-06-11 Thread rank1seeker
# From: '/usr/src/crypto/openssl/CHANGES.SSLeay' NO_RC2=YES Doesn't work (after build and install): # /usr/bin/openssl ciphers -v | grep -i rc RC2-CBC-MD5 SSLv2 Kx=RSA Au=RSA Enc=RC2(128) Mac=MD5 RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 RC4-MD5

Re: VirtualBox on FreeBSD is looking for you!

2012-06-11 Thread Hans Petter Selasky
On Sunday 10 June 2012 08:55:52 Bernhard Froehlich wrote: >- USB support (needs fixing) Hi, If questions arise I can answer them and give advice with regard to libusb in baseport and the USB FS interface. I've been somewhat involved fixing the USB support for VirtualBox under FreeBSD last t

FreeBSD Boot Times

2012-06-11 Thread Brandon Falk
Greetings, I was just wondering what it is that FreeBSD does that makes it take so long to boot. Booting into Ubuntu minimal or my own custom Linux distro, literally takes 0.5-2 seconds to boot up to shell, where FreeBSD takes about 10-20 seconds. I'm not sure if anything could be parallelized

Re: FreeBSD Boot Times

2012-06-11 Thread Garrett Cooper
On Mon, Jun 11, 2012 at 3:21 PM, Brandon Falk wrote: > Greetings, > > I was just wondering what it is that FreeBSD does that makes it take so long > to boot. Booting into Ubuntu minimal or my own custom Linux distro, > literally takes 0.5-2 seconds to boot up to shell, where FreeBSD takes about >

Re: FreeBSD Boot Times

2012-06-11 Thread Mark Felder
They have a lot of manpower and can spend a lot of time replacing the boot subsystems and all startup scripts every 2 releases. For FreeBSD it's not a big issue as most people don't reboot often. If it's an itch you want to scratch you're more than welcome to look into it; that seems to be th

Re: FreeBSD Boot Times

2012-06-11 Thread Mark Saad
On Jun 11, 2012, at 6:21 PM, Brandon Falk wrote: > Greetings, > > I was just wondering what it is that FreeBSD does that makes it take so long > to boot. Booting into Ubuntu minimal or my own custom Linux distro, literally > takes 0.5-2 seconds to boot up to shell, where FreeBSD takes about 1

Upcoming release schedule - 8.4 ?

2012-06-11 Thread John Kozubik
Friends, I am looking at the upcoming release schedule, and I only see 9.1 listed - can anyone confirm or deny 8.4 ? Thanks. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

Re: Upcoming release schedule - 8.4 ?

2012-06-11 Thread Mark Linimon
On Mon, Jun 11, 2012 at 03:38:56PM -0700, John Kozubik wrote: > I am looking at the upcoming release schedule, and I only see 9.1 > listed - can anyone confirm or deny 8.4 ? Although I am not on re@, AFAIK the only schedule that is on the table is the one for 9.1. mcl

Re: decoding of multi-byte nops in dtrace

2012-06-11 Thread Andriy Gapon
on 11/06/2012 06:49 per...@pluto.rain.com said the following: > Sounds as if DTrace could use an improvement to recognize and handle > the tail call optimization, maybe something along the lines of: > > If a function has no otherwise-determined return probe > and it contains a jump to the

Re: FreeBSD Boot Times

2012-06-11 Thread Andriy Gapon
on 12/06/2012 01:21 Brandon Falk said the following: > Greetings, > > I was just wondering what it is that FreeBSD does that makes it take so long > to > boot. Booting into Ubuntu minimal or my own custom Linux distro, literally > takes > 0.5-2 seconds to boot up to shell, where FreeBSD takes ab