> 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
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
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
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)
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
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
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
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
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
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
10 matches
Mail list logo