search for: fbsd7

Displaying 5 results from an estimated 5 matches for "fbsd7".

Did you mean: fbsd
2008 Oct 31
1
FreeBSD 7 DomU on Centos X86_64 Dom0 Xen 3.3.0
HI all I am having just a bugger of a time trying to get this freebsd 7 box installed under xen. Here is my config file: [root@COBRA1 ~]# cat /etc/xen/FBSD7 name = ''FBSD7'' builder = ''hvm'' device_model = ''/usr/lib64/xen/bin/qemu-dm'' kernel = ''/usr/lib64/xen/boot/hvmloader'' acpi = ''0'' memory = ''512'' maxmem = &...
2008 Apr 15
2
A bug in g++ exceptions on 7?
Howdy, We believe we've found a bug in the libgcc or libstdc++ library (not sure which one) packaged with the gcc43 port in fbsd7 on an Intel x86-64. A program linked against those libraries aborts when an exception is thrown. It does not abort if -lpthread is added to the link line, even though the program does not use threads. I believe the problem is related to the pthread stubs in libgcc, but I don't know enough to...
2008 Oct 31
0
Fwd: Re: FreeBSD 7 DomU on Centos X86_64 Dom0 Xen 3.3.0
...on my host system, so hvmbuilder wasn''t built... Regards, --ms Quoting tad1214 <tad1214@aol.com>: > > HI all I am having just a bugger of a time trying to get this freebsd 7 box > installed under xen. > > Here is my config file: > [root@COBRA1 ~]# cat /etc/xen/FBSD7 > name = ''FBSD7'' > builder = ''hvm'' > device_model = ''/usr/lib64/xen/bin/qemu-dm'' > kernel = ''/usr/lib64/xen/boot/hvmloader'' > acpi = ''0'' > memory = ''...
2008 Apr 08
4
ZFS deadlock
Hello A box of mine running RELENG_7_0 and ZFS over a couple of disks (6 disks, 3 mirrors) seems to have gotten stuck. From Ctrl-T: load: 0.50 cmd: zsh 40188 [zfs:&buf_hash_table.ht_locks[i].ht_lock] 0.02u 0.04s 0% 3404k load: 0.43 cmd: zsh 40188 [zfs:&buf_hash_table.ht_locks[i].ht_lock] 0.02u 0.04s 0% 3404k load: 0.10 cmd: zsh 40188 [zfs:&buf_hash_table.ht_locks[i].ht_lock]
2008 Nov 24
2
ext2 inode size patch - RE: PR kern/124621
A while back, I submitted a patch for PR kern/124621, which allows the mounting of an ext2(3) filesystem created with an inode size other than 128. The e2fsprogs' default is now 256, so file systems created on newer Linux distributions or with the port will not be mountable. I was hopeful this would get committed in time for 7.1-RELEASE (and 6.4-RELEASE), however the PR remains open. If