Re: ipdivert.ko

2011-04-05 Thread Ian Smith
In freebsd-questions Digest, Vol 357, Issue 3, Message: 8 On Tue, 5 Apr 2011 00:58:50 +0930 Sebastian Ramadan wrote: > I wish to cause ipdivert.ko to load at boot time. Currently, ipfw.ko loads > correctly at boot time with ipfw_load="YES" in /boot/loader.conf, but > ipdivert.ko does not load

Re: remaining goal.. .

2011-04-05 Thread Arthur Chance
On 04/05/11 00:39, Gary Kline wrote: On Mon, Apr 04, 2011 at 03:39:19PM -0700, David Brodbeck wrote: On Sat, Apr 2, 2011 at 4:56 PM, Gary Kline wrote: simply that i'm looking for somebody who know how to transfer pfsense from a standalone system to this kit. I would suggest

dhcpd in vmware

2011-04-05 Thread xinyou yan
the dhcpd can't start in vmware : Here is my /usr/local/etc/hpcdd.conf option domain-name "ikfb.org"; option domain-name-servers 192.168.4.100; option subnet-mask 255.255.255.0; default-lease-time 3600; max-lease-time 86400; ddns-update-style none; subnet 192.168.0.0 netmask 255.255.255.0 {

Re: dhcpd in vmware

2011-04-05 Thread Kevin Wilcox
On Tue, Apr 5, 2011 at 08:29, xinyou yan wrote: > the dhcpd can't start in vmware : > > Here is my /usr/local/etc/hpcdd.conf Is the file named hpcdd.conf or is that a typo? > subnet 192.168.0.0 netmask 255.255.255.0 { > range 192.168.4.129 192.168.4.254; > option routers 192.168.4.1; >

Place to install library of shell functions

2011-04-05 Thread Michael Grünewald
Dear FreeBSD users, today I come to you with what seems to be somehow pedantic question: where is the best place to install libraries of shell functions. I read hier(4) carefully and it seems the correct place for this would be somewhere under `/usr/local/share': share/

Re: Place to install library of shell functions

2011-04-05 Thread Jerry McAllister
On Tue, Apr 05, 2011 at 05:23:47PM +0200, Michael Grünewald wrote: > Dear FreeBSD users, > > > today I come to you with what seems to be somehow pedantic question: > where is the best place to install libraries of shell functions. > > I read hier(4) carefully and it seems the correct place fo

Re: Place to install library of shell functions

2011-04-05 Thread Polytropon
On Tue, 05 Apr 2011 17:23:47 +0200, Michael Grünewald wrote: > Dear FreeBSD users, > > > today I come to you with what seems to be somehow pedantic question: > where is the best place to install libraries of shell functions. Depends. Are you interested in shell functions you install from a p

Re: Place to install library of shell functions

2011-04-05 Thread Dan Nelson
In the last episode (Apr 05), Michael Grünewald said: > today I come to you with what seems to be somehow pedantic question: where > is the best place to install libraries of shell functions. > > I read hier(4) carefully and it seems the correct place for this would > be somewhere under `/usr/loc

Re: Place to install library of shell functions

2011-04-05 Thread mikel king
On Apr 5, 2011, at 11:23 AM, Michael Grünewald wrote: > Dear FreeBSD users, > > > today I come to you with what seems to be somehow pedantic question: where > is the best place to install libraries of shell functions. > > I read hier(4) carefully and it seems the correct place for this would

Help with pam_abl package

2011-04-05 Thread Phusion
I'm having a problem with the pam_abl package. I've already emailed the programs author, but didn't get a reply back. I'm having trouble setting up a rule to exclude to users. One user is the root user while the other is a local account. I've tried multiple things, but they don't seem to work. The

Re: Place to install library of shell functions

2011-04-05 Thread Jerry
On Tue, 5 Apr 2011 12:09:40 -0400 mikel king articulated: > For the bash library (http://jafdip.com/?p=537) we > choose /usr/local/lib. This just seems to be the most logical place > for this sort of thing. Interestingly enough, WOT gives that URL a poor rating. http://www.mywot.com/en/

Re: remaining goal.. .

2011-04-05 Thread Gary Kline
On Tue, Apr 05, 2011 at 11:42:33AM +0100, Arthur Chance wrote: > On 04/05/11 00:39, Gary Kline wrote: > >On Mon, Apr 04, 2011 at 03:39:19PM -0700, David Brodbeck wrote: > >>On Sat, Apr 2, 2011 at 4:56 PM, Gary Kline wrote: > >>>simply that i'm looking for somebody who know how to transfer

Re: Place to install library of shell functions

2011-04-05 Thread Chris Rees
2011/4/5 Jerry McAllister : > On Tue, Apr 05, 2011 at 05:23:47PM +0200, Michael Grünewald wrote: > >> Dear FreeBSD users, >> >> >> today I come to you with what seems to be somehow pedantic question: >> where is the best place to install libraries of shell functions. >> >> I read hier(4) carefully

Fuse > 2.7.4?

2011-04-05 Thread Joe Auty
Hello, What is the status of the fusefs-libs port? I'd like to try the newer s3fs builds with FUSE, but they require 2.8.4 or higher. I was unable to get FUSE 2.8.5 to build with the current patches included in the port. Are these patches still necessary? -- Joe Auty, NetMusician NetMusician he

RaLink RT2760 + RT2720

2011-04-05 Thread Dan Gavin
Hello, I have purchased this wireless card: http://www.monoprice.com/products/product.asp?c_id=105&cp_id=10501&cs_id=1050103&p_id=5338&seq=1&format=3#specification It seems that it is not being detected by 8.2-RELEASE. I have tried the RT2870 and RT2860 drivers with the card from: http://repo

Re: Help with pam_abl package

2011-04-05 Thread Dimitri Yioulos
On Tuesday 05 April 2011 12:22:54 pm Phusion wrote: > I'm having a problem with the pam_abl package. > I've already emailed the programs author, but > didn't get a reply back. I'm having trouble > setting up a rule to exclude to users. One user > is the root user while the other is a local > accou

Mentioning of geom in the handbook's RAID chapter.

2011-04-05 Thread Leon Meßner
Hi, I recently searched google for "FreeBSD software raid" because i wanted to compare the advice google gives me for creating a software raid in linux and freebsd. First hit here was the link to the handbook page (18.4). This page still is only talking about ccd and vinum. I know there is a whole

Re: Mentioning of geom in the handbook's RAID chapter.

2011-04-05 Thread Michael Powell
Leon Meßner wrote: > Hi, > > I recently searched google for "FreeBSD software raid" because i wanted > to compare the advice google gives me for creating a software raid in > linux and freebsd. First hit here was the link to the handbook page > (18.4). This page still is only talking about ccd an

Re: remaining goal.. .

2011-04-05 Thread Daniel Staal
--As of April 5, 2011 11:05:19 AM -0700, Gary Kline is alleged to have said: It is a Alix 601 board with 1G of CF flash. But according to my hardware friend, it will take a CF burner of some kind. --As for the rest, it is mine. I'm going to assume you mean the Alix 6e1, which

f77 in FreeBSD 8.2

2011-04-05 Thread Eduardo Viruena Silva
Hello, FreeBSD gurus, I have noticed that the Fortran Compiler f77 that used to be in freebsd sources is not longer there in version 8.2-stable, now it's in the obsolete software list. Nevertheless, it has some directories in the sources: /usr/src/gnu/usr.bin/cc/f77 /usr/src/gnu/usr.bin/cc/f77/

Re: f77 in FreeBSD 8.2

2011-04-05 Thread Mehmet Erol Sanliturk
On Tue, Apr 5, 2011 at 7:46 PM, Eduardo Viruena Silva < eduardo.viru...@esfm.ipn.mx> wrote: > > Hello, FreeBSD gurus, > > I have noticed that the Fortran Compiler f77 that used to be > in freebsd sources is not longer there in version 8.2-stable, > now it's in the obsolete software list. > > Never

Re: f77 in FreeBSD 8.2

2011-04-05 Thread Eduardo Viruena Silva
On Tue, April 5, 2011 7:44 pm, Mehmet Erol Sanliturk wrote: > On Tue, Apr 5, 2011 at 7:46 PM, Eduardo Viruena Silva < > eduardo.viru...@esfm.ipn.mx> wrote: > >> >> Hello, FreeBSD gurus, >> >> I have noticed that the Fortran Compiler f77 that used to be >> in freebsd sources is not longer there in v

Re: remaining goal.. .

2011-04-05 Thread Gary Kline
On Tue, Apr 05, 2011 at 07:21:13PM -0400, Daniel Staal wrote: > --As of April 5, 2011 11:05:19 AM -0700, Gary Kline is alleged to have said: > > > It is a Alix 601 board with 1G of CF flash. But according to my > > hardware friend, it will take a CF burner of some kind. > > --As for the

Thunderbird segfaults if UID > 0

2011-04-05 Thread Kevin Kinsey
Hello, I've had trouble since upgrading mail/thunderbird from 2.X to 3.1.9 --- as a non-root user, it segfaults. As root, I have no issues. I've tried: 1. Googling 2. "mv .mozilla .mozilla-old && thunderbird" 3. sudo chmod 777 /dev/null && thunderbird (and similar stuff with /dev/fd/* and

Re: f77 in FreeBSD 8.2

2011-04-05 Thread Mehmet Erol Sanliturk
On Tue, Apr 5, 2011 at 9:20 PM, Eduardo Viruena Silva < eduardo.viru...@esfm.ipn.mx> wrote: > On Tue, April 5, 2011 7:44 pm, Mehmet Erol Sanliturk wrote: > > On Tue, Apr 5, 2011 at 7:46 PM, Eduardo Viruena Silva < > > eduardo.viru...@esfm.ipn.mx> wrote: > > > >> > >> Hello, FreeBSD gurus, > >> > >

how to tune the system for the heavy traffic?

2011-04-05 Thread 李森
hi all: my freebsd is 7.3-RELEASE FreeBSD. i fount it lose packages slightly, ping test: 23 packets transmitted, 22 packets received, 4.3% packet loss round-trip min/avg/max/stddev = 0.073/0.521/1.952/0.521 ms netstat 1: there is a lot of input error in netsta

npviewer and ELF binary type 0 not known

2011-04-05 Thread David Demelier
Hello, I had a power failure and a lot of fsck issues after. I don't know if my system is having corrupt files but I can't use flash player anymore : markand@Groseille ~ $ nspluginwrapper -v -a -i Auto-install plugins from /home/markand/.mozilla/plugins Looking for plugins in /home/markand/.mo