Re: linux program with kernel module

2013-03-15 Thread Ruben de Groot
On Thu, Mar 14, 2013 at 10:42:41PM +0100, Ralf Mardorf typed: On Thu, 2013-03-14 at 21:43 +0100, Istvan Gabor wrote: Can it run linux programs that have their own (linux) kernel module? If yes, how can I install such program, and how can I load the kernel module? (If I know correctly

Re: linux program with kernel module

2013-03-15 Thread Ralf Mardorf
On Fri, 2013-03-15 at 15:03 +, Ruben de Groot wrote: On Thu, Mar 14, 2013 at 10:42:41PM +0100, Ralf Mardorf typed: On Thu, 2013-03-14 at 21:43 +0100, Istvan Gabor wrote: Can it run linux programs that have their own (linux) kernel module? If yes, how can I install such program, and

Is the Intel X520-SR2 (82599ES) supported by the ixbe driver?

2013-03-15 Thread Dennis Glatting
I have a new Intel X520-SR2 that I plopped into my Supermicro H8QGL-6F with the hope I could connect 10GbE to a Cisco 3560. The links come but but there is much wierdness. Looking through the driver I see the 82599EB is supported but no mention of the ES. Should this work? I have:

RE: Is the Intel X520-SR2 (82599ES) supported by the ixbe driver?

2013-03-15 Thread Teske, Devin
I suspect you're running out of mbuf clusters. Try: echo kern.ipc.nmbclusters=524288 /etc/sysctl.conf echo kern.ipc.nmbjumbop=524288 /etc/sysctl.conf reboot -- Devin From: owner-freebsd-questi...@freebsd.org [owner-freebsd-questi...@freebsd.org] on

Re: No sound with Thinkpad X60

2013-03-15 Thread Michael Ross
On Thu, 14 Mar 2013 23:59:09 +0100, Peter Harrison four.harris...@googlemail.com wrote: Hi list, I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip. This is what I see in dmesg: hdac0: Intel 82801G HDA Controller mem 0xee24-0xee243fff irq 17 at device 27.0 on

Re: Can't fetch boost-jam

2013-03-15 Thread Gary Dunn
Open Slate openslateproj at gmail.com writes: For several days I have not been able to update my ports due to fetch errors. Right now the first port portupgrade wants to update is devel/boost-jam. [snip] Still cannot build this port today. Same problem.

RE: Is the Intel X520-SR2 (82599ES) supported by the ixbe driver?

2013-03-15 Thread Dennis Glatting
On Fri, 15 Mar 2013, Teske, Devin wrote: I suspect you're running out of mbuf clusters. Try: echo kern.ipc.nmbclusters=524288 /etc/sysctl.conf echo kern.ipc.nmbjumbop=524288 /etc/sysctl.conf reboot These were my settings: Keystone sysctl -a kern.ipc.nmbclusters kern.ipc.nmbclusters:

Re: configure recursively and build question

2013-03-15 Thread Lowell Gilbert
Istvan Gabor suseuse...@lajt.hu writes: 2013. március 12. 21:17 napon Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org írta: Second, config-recursive only does the configuration of the port options. Then I misunderstood the handbook, chich says: To avoid this when there are many

Can an ISO file be mounted from /etc/fstab at boot?

2013-03-15 Thread Oscar Hodgson
I'm pretty sure the answer is no, just write a local rc script to do that, but thought I'd check. Can't see any hint of that capability in the handbook or fstab(5). Really just looking for a single point of management for file systems Thanks in advance. Oscar

Re: Can't fetch boost-jam

2013-03-15 Thread Lowell Gilbert
Open Slate openslatep...@gmail.com writes: For several days I have not been able to update my ports due to fetch errors. Right now the first port portupgrade wants to update is devel/boost-jam. Here is the tail of the output of make issued in /usr/ports/devel/boost-jam: You seem to have

Re: Can an ISO file be mounted from /etc/fstab at boot?

2013-03-15 Thread Lowell Gilbert
Oscar Hodgson oscar.hodg...@gmail.com writes: I'm pretty sure the answer is no, just write a local rc script to do that, but thought I'd check. Can't see any hint of that capability in the handbook or fstab(5). Really just looking for a single point of management for file systems I

RE: Is the Intel X520-SR2 (82599ES) supported by the ixbe driver?

2013-03-15 Thread Dennis Glatting
Sorry for the noise. The problem was old sysctls. On Fri, 15 Mar 2013, Dennis Glatting wrote: On Fri, 15 Mar 2013, Teske, Devin wrote: I suspect you're running out of mbuf clusters. Try: echo kern.ipc.nmbclusters=524288 /etc/sysctl.conf echo kern.ipc.nmbjumbop=524288 /etc/sysctl.conf

Re: No sound with Thinkpad X60

2013-03-15 Thread Peter Harrison
Friday, 15 March 2013 at 18:48:24 +0100, Michael Ross said: On Thu, 14 Mar 2013 23:59:09 +0100, Peter Harrison four.harris...@googlemail.com wrote: Hi list, I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip. This is what I see in dmesg: hdac0: Intel

Re: No sound with Thinkpad X60

2013-03-15 Thread Michael Ross
On Sat, 16 Mar 2013 00:28:27 +0100, Peter Harrison four.harris...@googlemail.com wrote: Friday, 15 March 2013 at 18:48:24 +0100, Michael Ross said: On Thu, 14 Mar 2013 23:59:09 +0100, Peter Harrison four.harris...@googlemail.com wrote: Hi list, I've a problem with sound on a Thinkpad

Re: Can't fetch boost-jam

2013-03-15 Thread Open Slate
Apparently my employer blocks sourceforge. If the FreeBSD site would upgrade their distfiles this port, and I suspect a few more, would update just fine. I may have to give up running FreeBSD at work. On Fri, Mar 15, 2013 at 9:27 AM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org

Weird NFS Performance Problem

2013-03-15 Thread Tim Daneliuk
I have a FreeBSD 9.1-STABLE exhibiting weird NFS performance issues and I'd appreciate any suggestions. I have several different directories exported from the same filesystem. The machine that mounts them (a Linux Mint 12 desktop) writes nice and fast to one of them, but writes to the other one

Re: Weird NFS Performance Problem

2013-03-15 Thread Mehmet Erol Sanliturk
On Fri, Mar 15, 2013 at 5:09 PM, Tim Daneliuk tun...@tundraware.com wrote: I have a FreeBSD 9.1-STABLE exhibiting weird NFS performance issues and I'd appreciate any suggestions. I have several different directories exported from the same filesystem. The machine that mounts them (a Linux

Installing 9.1 without re-partitioning hard drive

2013-03-15 Thread leeoliveshackelford
Good evening, Free BSD enthusiasts. Thank you to each of the several people who have responded to my previous messages. I have made significant progress, but am now flummoxed at the installation of the boot loader. The handbook says to run this command, boot0cfg -B ad0. When I run this

Re: Installing 9.1 without re-partitioning hard drive

2013-03-15 Thread Erich Dollansky
Hi, On Fri, 15 Mar 2013 20:11:24 -0700 (PDT) leeoliveshackelf...@surewest.net wrote: Good evening, Free BSD enthusiasts. Thank you to each of the several good morning, people who have responded to my previous messages. I have made significant progress, but am now flummoxed at the