Re: good morning to all

2009-06-16 Thread Pranav Peshwe
On Mon, Jun 15, 2009 at 9:41 PM, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: thanks ;) It's not that easy like in Polish - where you simply look if name ends with a for women. There is somewhat similar a logic for Indian names too. Female Indian names generally end in vowels.

Re: tmpfs experimental?

2009-06-16 Thread Wojciech Puchar
In other words, is there still reason for the highly experimental feature warning? Last time when I added the warning, it was because some data corruption issue that can be identified by fsx which I didn't got a chance to investigate further. I think tmpfs is Ok for some usual work but maybe

Re: tmpfs experimental?

2009-06-16 Thread Wojciech Puchar
multiple times: ianto# mount | grep ' /tmp' tmpfs on /tmp (tmpfs, local) ianto# mount /tmp ianto# mount | grep ' /tmp' tmpfs on /tmp (tmpfs, local) tmpfs on /tmp (tmpfs, local) ianto# umount /tmp ianto# mount | grep ' /tmp' tmpfs on /tmp (tmpfs, local) ianto# it's not only tmpfs. you

Re: How best to debug locking/scheduler problems

2009-06-16 Thread Marius NĂ¼nnerich
On Mon, Jun 15, 2009 at 23:53, Mel Flynnmel.flynn+fbsd.hack...@mailing.thruhere.net wrote: Hi, I'm trying to get to the bottom of a bug with getpeername() and certain kde4 applications which is probably as low-level as the libthr and the scheduler. From browsing various related files in

Re: How best to debug locking/scheduler problems

2009-06-16 Thread John Baldwin
On Monday 15 June 2009 5:53:05 pm Mel Flynn wrote: Hi, I'm trying to get to the bottom of a bug with getpeername() and certain kde4 applications which is probably as low-level as the libthr and the scheduler. From browsing various related files in sys/kern it seems KTR is a good bet to

Loader reading FAT

2009-06-16 Thread Daniel O'Connor
Hi, I am attempting to get create a FAT FS USB stick to install FreeBSD from. I have it working however I would like to pare back the size of the syslinux memdisk it loads. Currently it has the loader, kernel sysinstall MFS which is not very small (this isn't an issue for me but I find it

Re: tmpfs experimental?

2009-06-16 Thread Ben Kelly
Ivan Voras wrote: Ben Kelly wrote: I get some slightly unexpected behavior when mount mountpoint is run multiple times: ianto# mount | grep ' /tmp' tmpfs on /tmp (tmpfs, local) ianto# mount /tmp ianto# mount | grep ' /tmp' tmpfs on /tmp (tmpfs, local) tmpfs on /tmp (tmpfs,

Invitation from Peter Dwyer

2009-06-16 Thread Peter Dwyer
See my latest photos, updates and friends on Bebo. Click to view my profile. http://www.bebo.com/T/4.aaa24355-d6ae-4a84-8c23-b56d127954f2/inv/9464482779a941261774b9464320231c135de0 ... This email was sent to you at the direct

Re: Loader reading FAT

2009-06-16 Thread Rick C. Petty
On Tue, Jun 16, 2009 at 11:50:38PM +0930, Daniel O'Connor wrote: Unfortunately I can't get the loader to read a FAT partition which surprises me because I think it should be able to.. I believe that libstand can do it (I can see the code :) however when I list the USB stick device I get

Re: How best to debug locking/scheduler problems

2009-06-16 Thread Mel Flynn
Hi John, On Tuesday 16 June 2009 04:19:57 John Baldwin wrote: On Monday 15 June 2009 5:53:05 pm Mel Flynn wrote: PIDTID COMM TDNAME KSTACK 4283 100215 kdeinit4 -mi_switch turnstile_wait _mtx_lock_sleep uipc_peeraddr kern_getpeername

Re: How best to debug locking/scheduler problems

2009-06-16 Thread John Baldwin
On Tuesday 16 June 2009 1:52:23 pm Mel Flynn wrote: Hi John, On Tuesday 16 June 2009 04:19:57 John Baldwin wrote: On Monday 15 June 2009 5:53:05 pm Mel Flynn wrote: PIDTID COMM TDNAME KSTACK 4283 100215 kdeinit4 -mi_switch

Re: How best to debug locking/scheduler problems

2009-06-16 Thread Mel Flynn
On Tuesday 16 June 2009 11:02:42 John Baldwin wrote: On Tuesday 16 June 2009 1:52:23 pm Mel Flynn wrote: Hi John, On Tuesday 16 June 2009 04:19:57 John Baldwin wrote: On Monday 15 June 2009 5:53:05 pm Mel Flynn wrote: PIDTID COMM TDNAME KSTACK 4283

Re: Loader reading FAT

2009-06-16 Thread Daniel O'Connor
On Wed, 17 Jun 2009, Rick C. Petty wrote: On Tue, Jun 16, 2009 at 11:50:38PM +0930, Daniel O'Connor wrote: Unfortunately I can't get the loader to read a FAT partition which surprises me because I think it should be able to.. I believe that libstand can do it (I can see the code :) however