RE: FreeBSD 7.0-RELEASE amd64 on Dell M600 Blade

2008-09-11 Thread Rudi Kramer - MWEB
> Steven Hartland: > > Sent: Tuesday, September 09, 2008 12:28 AM > To: freebsd-hackers@freebsd.org > Subject: FreeBSD 7.0-RELEASE amd64 on Dell M600 Blade > > I've been trying to install FreeBSD 7.0-RELEASE amd64 on > a Dell M600 Blade but it hangs just after initialising > the isa bus. > > I've

loading multi threaded library into executable enabled for single thread

2008-09-11 Thread Barry Andrews
Hi All, I have a multi-threaded library that is linked against libpthread. When I load this lib into a tclsh process on FreeBSD, I get this error, "Recurse on private mutex". and crash. I understand that I can have this issue when the executable is not linked against libpthread but one of the load

Re: loading multi threaded library into executable enabled for single thread

2008-09-11 Thread Brooks Davis
On Thu, Sep 11, 2008 at 03:06:35PM -0400, Barry Andrews wrote: > Hi All, > > I have a multi-threaded library that is linked against libpthread. When I > load this lib into a tclsh process on FreeBSD, I get this error, "Recurse on > private mutex". and crash. I understand that I can have this issue

readdir(somefile) returing inconsistent errors

2008-09-11 Thread Jille Timmermans
Hello, I was looking through some vop_readdir()'s, and noticed an inconsistency between (at least) xfs and unionfs. sys/fs/unionfs/union_vnops.c:1410: if(ap->a_vp->v_type != VDIR) return (ENOTDIR); sys/fs/xfs/FreeBSD/xfs_vnops.c:1001: if(vp->v_type != VDIR)

Filtering items in readdir() with own fs

2008-09-11 Thread Jille Timmermans
Hello all, I am trying to create a filesystem that works exactly like nullfs, but hides all .svn dirs (and contents) (Yes, I started with svn cp). I've got it working so far that it denies that the dirs and contents exist (grep isn't complaining; so I can finally grep -r through the source). But

Re: Filtering items in readdir() with own fs

2008-09-11 Thread L Campbell
Just as a random comment, if you wanted to grep over a svn-managed directory hierarchy, you could simply do -- find . \! -ipath '*/.svn*' | xargs grep -H search_string On Thu, Sep 11, 2008 at 3:59 PM, Jille Timmermans <[EMAIL PROTECTED]> wrote: > Hello all, > > > I am trying to create a filesyst

Re: loading multi threaded library into executable enabled for single thread

2008-09-11 Thread Daniel Eischen
On Thu, 11 Sep 2008, Barry Andrews wrote: Hi All, I have a multi-threaded library that is linked against libpthread. When I load this lib into a tclsh process on FreeBSD, I get this error, "Recurse on private mutex". and crash. I understand that I can have this issue when the executable is not

Re: FreeBSD 7.0-RELEASE amd64 on Dell M600 Blade

2008-09-11 Thread Steven Hartland
Thanks Rudi, would really like to get is sorted as they would make ideal app servers. - Original Message - From: "Rudi Kramer - MWEB" <[EMAIL PROTECTED]> Hi Steven, We recently purchased a few M600's but haven't got around to loading FBSD on them, we should start installing next week

Re: loading multi threaded library into executable enabled for single thread

2008-09-11 Thread Barry Andrews
FreeBSD version 5.5 output of ldd for my lib is: libbase.so: libutils.so => ./libutils.so (0x287e) libACE.so.5.5.6 => ./libACE.so.5.5.6 (0x2882d000) libxerces-c.so.27 => ./libxerces-c.so.27 (0x28976000) libsqlite3.so.8 => ./libsqlite3.so.8 (0x28d23000) li

Re: FreeBSD 7.0-RELEASE amd64 on Dell M600 Blade

2008-09-11 Thread Karl Fischer
On Fri, Sep 12, 2008 at 01:00, Steven Hartland <[EMAIL PROTECTED]> wrote: > Thanks Rudi, would really like to get is sorted as they would make > ideal app servers. > > - Original Message - From: "Rudi Kramer - MWEB" <[EMAIL PROTECTED]> > > > Hi Steven, > > We recently purchased a few M600's