Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-21 Thread kama
you dont need to have it in the kernel... mount linprocfs will load the kld. /Bjorn On Thu, 16 Jun 2005, Steven Hartland wrote: > you shouldn't mount /proc as linprocfs they are different formats. > Instead you should define: > options LINPROCFS > in your kernel config and then mount li

Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-16 Thread Mike Knight
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good point, an oversight on my part. I already had LINPROCFS in my custom kernel (I only loaded SMP to make sure my kernel wasn't the issue) but neglected to mount it to the proc directory inside compat/linux. I guess it checks both locations becuas

Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-16 Thread Steven Hartland
you shouldn't mount /proc as linprocfs they are different formats. Instead you should define: options LINPROCFS in your kernel config and then mount linproc under /compat/linux/proc the fstab line should look like: linproc /compat/linux/proc linprocfs rw 0 0 Steve / K - Origi

Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-15 Thread Mike Knight
To: hlds_linux@list.valvesoftware.com | Subject: Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch | | Wow i didn't even think about that. I mounted /proc as linprocfs and | it's working flawlessly. | | I'm still a bit curious why it is an intermittent issue where it starts | 50%

RE: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-15 Thread Alfred Reynolds
ECTED] On Behalf Of Mike | Knight | Sent: Wednesday, June 15, 2005 6:19 PM | To: hlds_linux@list.valvesoftware.com | Subject: Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch | | Update: | | It turns out that the 5.4 i386 branch has the exact same problem, i | was just not ge

Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-15 Thread Mike Knight
Sent: Wednesday, June 15, 2005 6:19 PM | To: hlds_linux@list.valvesoftware.com | Subject: Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch | | Update: | | It turns out that the 5.4 i386 branch has the exact same problem, i was | just not getting the error the few times i tried i

RE: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-15 Thread Alfred Reynolds
Faults on FreeBSD amd64 branch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Update: It turns out that the 5.4 i386 branch has the exact same problem, i was just not getting the error the few times i tried it. udpsocket.cpp (543) : Assertion Failed: 0 == iRet udpsocket.cpp (546) : Assertion Failed

Re: [hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-15 Thread Mike Knight
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Update: It turns out that the 5.4 i386 branch has the exact same problem, i was just not getting the error the few times i tried it. udpsocket.cpp (543) : Assertion Failed: 0 == iRet udpsocket.cpp (546) : Assertion Failed: 0 == iRet I get that erro

[hlds_linux] Segmentation Faults on FreeBSD amd64 branch

2005-06-15 Thread Mike Knight
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, I'm running FreeBSD 5.4-amd64 on a dual xeon nocona box. It is not a production box yet, but I'm trying to get HLDS working on it. Whenever I run HLDS there is a 50% chance that it gives a segmentation fault. I am running stock SMP ker