Re: Per-IP Bandwidth Monitoring

2013-06-09 Thread Bernt Hansson
On 2013-06-09 04:32, Kenta Suzumoto wrote: Hello. I'm running a FreeBSD machine with 5 IP addresses, each of them attached to a specific jail. I'm wondering if there is an easy way to monitor the bandwidth usage of each of them individually. Upon googling, I ran into a lot of suggestions like

Mellanox NIC names changed, each kldunload/kldload mlx4ib module

2013-06-09 Thread Alex Liptsin
Hi. I work with FreeBSD9.1 and Mellanox devices. Every time I unload / load mlx4ib module, NIC names of mellanox devices (ibX) are renamed. Can I prevent it? [root@h-qa-032 mlx4]# ifconfig ib8: flags=8002BROADCAST,MULTICAST metric 0 mtu 65520

Re: Per-IP Bandwidth Monitoring

2013-06-09 Thread Philip Jocks
Am 09.06.2013 um 04:32 schrieb Kenta Suzumoto ken...@hush.com: Hello. I'm running a FreeBSD machine with 5 IP addresses, each of them attached to a specific jail. I'm wondering if there is an easy way to monitor the bandwidth usage of each of them individually. Upon googling, I ran into a

Re: trouble setting up wireless

2013-06-09 Thread Alexander Kapshuk
On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Please post the output of 'ifconfig -a'. root@box0:/root # ifconfig -a ath0:

/etc/make.conf CURDIR

2013-06-09 Thread Matthias Apitz
Hello, I have the kernel sources not in /usr/src/sys, but elsewhere; I can not get set correctly SYSDIR via /etc/make.conf for some ports (or other values like USE_GCC, ...); if I have in /etc/make.conf these lines: .if ${.CURDIR:M*/multimedia/cuse4bsd-kmod*}

Re: trouble setting up wireless

2013-06-09 Thread Warren Block
On Sun, 9 Jun 2013, Alexander Kapshuk wrote: On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Notebooks also have function-key combinations to enable and

Re: trouble setting up wireless

2013-06-09 Thread Alexander Kapshuk
On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Notebooks also have function-key combinations to enable and disable the radio. I've been able to use

Re: trouble setting up wireless

2013-06-09 Thread Warren Block
On Sun, 9 Jun 2013, Alexander Kapshuk wrote: On 06/09/13 01:24, Warren Block wrote: First, check the easy things: is there a physical switch to enable wireless? Is it on? There is no physical switch to enable wireless there. Notebooks also have function-key combinations to enable and

Re: /etc/make.conf CURDIR

2013-06-09 Thread Shane Ambler
On 09/06/2013 23:46, Matthias Apitz wrote: Hello, I have the kernel sources not in /usr/src/sys, but elsewhere; I can not get set correctly SYSDIR via /etc/make.conf for some ports (or other values like USE_GCC, ...); if I have in /etc/make.conf these lines: .if

Re: /etc/make.conf CURDIR

2013-06-09 Thread Matthias Apitz
El día Monday, June 10, 2013 a las 03:03:07AM +0930, Shane Ambler escribió: it works, but if I let away the '*' in the line, i.e. .if ${.CURDIR:M*/multimedia/cuse4bsd-kmod} SYSDIR=/usr/home/guru/head/src/sys .endif the 'make' asks me to set SYSDIR: ... You'll find the

Re: trouble setting up wireless

2013-06-09 Thread Alexander Kapshuk
On 06/09/13 18:44, Warren Block wrote: The ath_hal(4) man page says that the support for my wireless card is handled via ath_hal. It seems to be compiled into the kernel, but I'm not seeing it being loaded like the wpa_ and ath_pci modules are. 'kldstat' should show it. It doesn't. kldstat

Re: Mellanox NIC names changed, each kldunload/kldload mlx4ib module

2013-06-09 Thread Garrett Cooper
On Jun 9, 2013, at 5:35 AM, Alex Liptsin wrote: Hi. I work with FreeBSD9.1 and Mellanox devices. Every time I unload / load mlx4ib module, NIC names of mellanox devices (ibX) are renamed. Can I prevent it? [root@h-qa-032 mlx4]# ifconfig ib8: flags=8002BROADCAST,MULTICAST metric 0 mtu

buildworld selectively?

2013-06-09 Thread Walter Hurry
As a relative newcomer to FreeBSD I am planning a 'make buildworld' for the first time. Since this is likely to be a lengthy process (my first attempt will be in a virtual machine), I am wondering whether it is possible to be at all selective about what is built. I have read the handbook

Re: buildworld selectively?

2013-06-09 Thread Gary J. Hayers
Have a read of the man page for /etc/src.conf On 09/06/2013 19:52, Walter Hurry wrote: As a relative newcomer to FreeBSD I am planning a 'make buildworld' for the first time. Since this is likely to be a lengthy process (my first attempt will be in a virtual machine), I am wondering whether it

Re: buildworld selectively?

2013-06-09 Thread Walter Hurry
On Sun, 09 Jun 2013 19:56:10 +0100, Gary J. Hayers wrote: Have a read of the man page for /etc/src.conf On 09/06/2013 19:52, Walter Hurry wrote: As a relative newcomer to FreeBSD I am planning a 'make buildworld' for the first time. Since this is likely to be a lengthy process (my first

Re: buildworld selectively?

2013-06-09 Thread Gary J. Hayers
No worries, no such thing as a silly question :) On 09/06/2013 20:51, Walter Hurry wrote: On Sun, 09 Jun 2013 19:56:10 +0100, Gary J. Hayers wrote: Have a read of the man page for /etc/src.conf On 09/06/2013 19:52, Walter Hurry wrote: As a relative newcomer to FreeBSD I am planning a 'make

Re: buildworld selectively?

2013-06-09 Thread Lowell Gilbert
Walter Hurry walterhu...@gmail.com writes: Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry if it was a silly question. Bear in mind that you're only going to be able to shave a small fraction off the build time. by excluding parts of the build. The 'games' section in

Re: buildworld selectively?

2013-06-09 Thread Walter Hurry
On Sun, 09 Jun 2013 17:27:52 -0400, Lowell Gilbert wrote: Walter Hurry walterhu...@gmail.com writes: Ah, src.conf. That's what I missed!. Thank you so much Gary, and sorry if it was a silly question. Bear in mind that you're only going to be able to shave a small fraction off the build

Re: buildworld selectively?

2013-06-09 Thread Robert Huff
Walter Hurry writes: Fair enough. Point taken, thanks. Nevertheless I see no reason to compile stuff I neither want nor need. While I endorse the principle ... it can be difficult for the casual user to know which parts can be removed without blowing up things they want.

which reader/tablet/whatever

2013-06-09 Thread Gary Kline
guys, most of you know that im physically disabled. anyway, the disability extends to my speech and is why the cellphone I have is datged and never got upgraded. Anyway ... whilei dont need a new cell, I =have= been eyeing something that I

Re: which reader/tablet/whatever

2013-06-09 Thread Peter Giessel
On 2013, Jun 9, at 19:13, Gary Kline kl...@thought.org wrote: can I put freebsd on these tablet devices? Personally, I don't see how another O.S. would work on the tablet devices. They don't have any of the hardware other O.S.'s assume (such as a keyboard), and they have such