Re: FreeBSD as an Access Point

2012-12-22 Thread Arthur Chance
On 12/21/12 21:12, dweimer wrote: Just wondering if anyone has used FreeBSD (or NanoBSD) on any small form factor broads such as PC Engines Alix, or similar hardware. And how well it has worked for them, and what hardware they used. I have been having a lot of performance issues with my home

kldload if_run error

2012-12-22 Thread Вячеслав Агапов
Hello. I try load if_run module on freebsd and got error uname -a FreeBSD 9.0-STABLE #0 r23 kldload if_run kldload: can't load if_run: Exec format error interface run.1 already present in the KLD 'kernel'! linker_load_file: Unsupported file type on FreeBSD 9.1-PRERELEASE i got the same

Re: uname -r output values?

2012-12-22 Thread Damien Fleuriot
On 21 Dec 2012, at 18:51, Fbsd8 fb...@a1poweruser.com wrote: Fleuriot Damien wrote: On Dec 21, 2012, at 2:36 PM, Fbsd8 fb...@a1poweruser.com wrote: When issuing the uname -r command what are the different values possible to expect? So far I have this list. Where X.X = major release

exclude directories from find command

2012-12-22 Thread Jack Mc Lauren
Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory.  I use this command to find all files, but how can I exclude /extra directory ? find / -type f Thanks in advance ... 

Re: exclude directories from find command

2012-12-22 Thread Jens Jahnke
Hi, On Sat, 22 Dec 2012 06:22:44 -0800 (PST) Jack Mc Lauren jack.mclau...@yahoo.com wrote: JML How can I exclude specific directories from my find command ? I JML want to look for all files in the whole system except for those in JML e.g /extra directory. I use this command to find all files,

Re: kldload if_run error

2012-12-22 Thread Bas Smeelen
On 12/22/12 13:48, Вячеслав Агапов wrote: Hello. I try load if_run module on freebsd and got error uname -a FreeBSD 9.0-STABLE #0 r23 kldload if_run kldload: can't load if_run: Exec format error interface run.1 already present in the KLD 'kernel'! device run is in compiled into generic

Re: exclude directories from find command

2012-12-22 Thread RW
On Sat, 22 Dec 2012 06:22:44 -0800 (PST) Jack Mc Lauren wrote: Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory. I use this command to find all files, but how can I exclude /extra

Re: exclude directories from find command

2012-12-22 Thread Bas Smeelen
On 12/22/12 15:22, Jack Mc Lauren wrote: Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory. I use this command to find all files, but how can I exclude /extra directory ? find /

poudriere upgade perl in jail

2012-12-22 Thread Bas Smeelen
I have poudriere setup on a server to compile packages for my old laptop, mini, and some friends laptops and it works great. How can I upgrade the perl version of the poudriere jail to perl-5.16, it is now perl-5.14? I tried startied the jail with poudriere jail -s -j and then try jail

Re: poudriere upgade perl in jail

2012-12-22 Thread Patrick Lamaiziere
Le Sat, 22 Dec 2012 16:56:09 +0100, Bas Smeelen b.smee...@ose.nl a écrit : I have poudriere setup on a server to compile packages for my old laptop, mini, and some friends laptops and it works great. How can I upgrade the perl version of the poudriere jail to perl-5.16, it is now

Re: poudriere upgade perl in jail

2012-12-22 Thread Bas Smeelen
On 12/22/12 17:08, Patrick Lamaiziere wrote: Le Sat, 22 Dec 2012 16:56:09 +0100, Bas Smeelen b.smee...@ose.nl a écrit : I have poudriere setup on a server to compile packages for my old laptop, mini, and some friends laptops and it works great. How can I upgrade the perl version of the

d-link dwa-125 up

2012-12-22 Thread Вячеслав Агапов
Hello. Help me up wifi router dlink dwa-125. My system. uname -a FreeBSD 9-stable kldload if_run kldload runfw kldstat 81 0x82628000 12a70if_run.ko 91 0x8263b000 216c runfw.ko After insert usb dmesg ugen5.2: Ralink at usbus5 /var/log/messages root: Unknown

Re: d-link dwa-125 up

2012-12-22 Thread Вячеслав Агапов
I found my mistake. Now it worked. in /usr/src/sys/dev/usb/usbdevs added product DLINK DWA1250x3c1eDWA-125 in /usr/src/sys/dev/usb/usbdevs added RUN_DEV(DLINK,DWA125), and then cd /usr/src/sys/modules/usb/run make 2012/12/22 Вячеслав Агапов agapov.sl...@gmail.com Hello.

Re: exclude directories from find command

2012-12-22 Thread Roland Smith
On Sat, Dec 22, 2012 at 06:22:44AM -0800, Jack Mc Lauren wrote: Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory.  I use this command to find all files, but how can I exclude

how to configure host login account to use jail?

2012-12-22 Thread Fbsd8
Have jails up and running on host with ip address of 10.0.10.10 10.0.10.11 10.0.10.12 10.0.10.13 10.0.10.14 The host rc.conf has ifconfig_xl0=DHCP # nix connected to isp ifconfig_rl0=inet 10.0.10.2 #lan nic I want lan users to login to their jail by ip address using ssh. How do I setup host

Re: how to configure host login account to use jail?

2012-12-22 Thread Damien Fleuriot
On 23 Dec 2012, at 03:43, Fbsd8 fb...@a1poweruser.com wrote: Have jails up and running on host with ip address of 10.0.10.10 10.0.10.11 10.0.10.12 10.0.10.13 10.0.10.14 The host rc.conf has ifconfig_xl0=DHCP # nix connected to isp ifconfig_rl0=inet 10.0.10.2 #lan nic I want lan users