Re: firefox is stuck in getbuf()

2010-07-29 Thread Gavin Atkinson
On Wed, 21 Jul 2010, Gavin Atkinson wrote: > On Tue, 2010-07-20 at 16:29 +0300, Kostik Belousov wrote: > > On Tue, Jul 20, 2010 at 10:58:00AM +0800, David Xu wrote: > > > With newest -HEAD code, firefox is stuck in getbuf(). > > > > > > top > > > > > > last pid: 1814; load averages: 0.00, 0.0

Re: Panic booting vmware i386 after SRAT update

2010-07-29 Thread David Cornejo
On Thu, Jul 29, 2010 at 4:18 AM, John Baldwin wrote: > On Wednesday, July 28, 2010 1:37:42 pm m...@freebsd.org wrote: > > I have a 2 cpu virtual image of FreeBSD current. It panics during > > boot after building in the NUMA support. > > > > I'll transcribe the SRAT bootverbose messages and panic

Re: /tmp and swap space

2010-07-29 Thread Lucius Windschuh
Hi "gahn". 2010/7/29 gahn : > hi all: > > is it possible to create /tmp directory under swap space? under solaris, it > is automatically created under swap unless one specifically instructs the > system not to do so.. Yes you can, by mounting a tmpfs there. fstab line: tmpfs /

Playing with Vnet in Jail on FreeBSD

2010-07-29 Thread Luiz Gustavo S. Costa
I just published in my recent blog (this is the first post) about the use of Vnet Jail in FreeBSD. See and know what you think. http://world-unix.com/blog/2010/07/29/playing-with-vnet-in-jail-on-freebsd/ Thank you. -- Luiz Gustavo Costa (Powered by BSD) *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+

Re: /tmp and swap space

2010-07-29 Thread Pawel Worach
On Jul 29, 2010, at 17:35, gahn wrote: > hi all: > > is it possible to create /tmp directory under swap space? under solaris, it > is automatically created under swap unless one specifically instructs the > system not to do so.. Why not use tmpfs ? echo "tmpfs /tmp

Re: Panic booting vmware i386 after SRAT update

2010-07-29 Thread mdf
On Thu, Jul 29, 2010 at 7:18 AM, John Baldwin wrote: > On Wednesday, July 28, 2010 1:37:42 pm m...@freebsd.org wrote: >> I have a 2 cpu virtual image of FreeBSD current.  It panics during >> boot after building in the NUMA support. >> >> I'll transcribe the SRAT bootverbose messages and panic mess

Re: /tmp and swap space

2010-07-29 Thread David Wolfskill
On Thu, Jul 29, 2010 at 08:35:30AM -0700, gahn wrote: > hi all: > > is it possible to create /tmp directory under swap space? Certainly; case in point: localhost(9.0-C)[4] uname -v FreeBSD 9.0-CURRENT #71 r210558M: Wed Jul 28 07:46:04 PDT 2010 r...@localhost:/usr/obj/usr/src/sys/CANARY loc

Re: /tmp and swap space

2010-07-29 Thread Matthew Seaman
On 29/07/2010 16:35, gahn wrote: > is it possible to create /tmp directory under swap space? under > solaris, it is automatically created under swap unless one specifically > instructs the system not to do so.. Yes, this is certainly possible. Just add: tmpmfs="YES" tmpsize="32m" to /etc

Re: /tmp and swap space

2010-07-29 Thread Rui Paulo
On 29 Jul 2010, at 16:35, gahn wrote: > hi all: > > is it possible to create /tmp directory under swap space? under solaris, it > is automatically created under swap unless one specifically instructs the > system not to do so.. echo tmpmfs=YES >> /etc/rc.conf Regards, -- Rui Paulo

/tmp and swap space

2010-07-29 Thread gahn
hi all: is it possible to create /tmp directory under swap space? under solaris, it is automatically created under swap unless one specifically instructs the system not to do so.. tia ___ freebsd-current@freebsd.org mailing list http://lists.

Re: Panic booting vmware i386 after SRAT update

2010-07-29 Thread John Baldwin
On Wednesday, July 28, 2010 1:37:42 pm m...@freebsd.org wrote: > I have a 2 cpu virtual image of FreeBSD current. It panics during > boot after building in the NUMA support. > > I'll transcribe the SRAT bootverbose messages and panic message as best I can. > > Table 'SRAT' at 0xfef07f6 > SRAT: F

Re: k3b causing system freeze/panic

2010-07-29 Thread Dag-Erling Smørgrav
Szilveszter Adam writes: > Also, if I remember correctly, for people with a bit more recent > controllers ATA_CAM offers other advantages, but those do not affect > me. So, for me ATA_CAM is just a better version of the ata(4) > driver... It's the exact same driver, but plugged into CAM. DES --