Re: IPFW via command problem

2003-12-14 Thread Jaime
On Sunday, December 14, 2003, at 01:49 AM, Ian Moore wrote: # Allow outgoing pings ${fwcmd} add pass icmp from any to any icmptypes 8 out via ${oif} ${fwcmd} add pass icmp from any to any icmptypes 0 in via ${oif} where I have defined ${oif} as oif=xl1 where xl1 is my external interface The above

Re: IPFW via command problem

2003-12-14 Thread imoore
Jaime writes: On Sunday, December 14, 2003, at 01:49 AM, Ian Moore wrote: # Allow outgoing pings ${fwcmd} add pass icmp from any to any icmptypes 8 out via ${oif} ${fwcmd} add pass icmp from any to any icmptypes 0 in via ${oif} where I have defined ${oif} as oif=xl1 where xl1 is my external

Re: Page faults every few days

2003-12-14 Thread Jaime
On Sunday, December 14, 2003, at 01:40 AM, Gautam Gopalakrishnan wrote: On Sun, Dec 14, 2003 at 12:19:19AM -0500, Jaime wrote: Its probably SpamAssassin, which is run against every incoming message. This causes it to have lots of copies in memory at once and to run/quit very often. I don't

The FreeBSD Diary: 2003-11-23 - 2003-12-13

2003-12-14 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to [EMAIL PROTECTED] with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list

Re: Page faults every few days

2003-12-14 Thread Kent Stewart
On Saturday 13 December 2003 11:52 pm, Jaime wrote: On Sunday, December 14, 2003, at 01:40 AM, Gautam Gopalakrishnan wrote: On Sun, Dec 14, 2003 at 12:19:19AM -0500, Jaime wrote: Its probably SpamAssassin, which is run against every incoming message. This causes it to have lots of

Re: Page faults every few days

2003-12-14 Thread jaime
On Sun, 14 Dec 2003, Kent Stewart wrote: Well, there is this piece of info in /usr/src/UPDATING 20030904: Between August 9th and August 30th, a bug existed in the i386 virtual memory system which could cause panics under load. Anyone running a kernel built between

Re: Page faults every few days

2003-12-14 Thread Kent Stewart
On Sunday 14 December 2003 01:16 am, [EMAIL PROTECTED] wrote: On Sun, 14 Dec 2003, Kent Stewart wrote: Well, there is this piece of info in /usr/src/UPDATING 20030904: Between August 9th and August 30th, a bug existed in the i386 virtual memory system which could cause

How to find out which drive isdown?

2003-12-14 Thread Joachim Dagerot
I'm not sure if I'm brave or just stupid, but I have running my complex freeBSD for several years now, every week something is tuned, installed or tweaked, however, I'm not very good on computers! :-\ My problem: I have seven disks in my cabinett, three of them builds a vinum RAID-5 plex. One

RE: Need help: HyperThreading-CPU + FreeBSD-Stable + Multi-threading

2003-12-14 Thread Stefan Cars
Hi! That was removed, it's not in 4.9! / Stefan -Original Message- From: Minnesota Slinky [mailto:[EMAIL PROTECTED] Sent: den 14 december 2003 01:13 To: 'Stefan Cars'; 'Rob' Cc: [EMAIL PROTECTED] Subject: RE: Need help: HyperThreading-CPU + FreeBSD-Stable + Multi-threading I

No Carrier 802.11b FreeBsd 5.1 Avaya Texas Instruments

2003-12-14 Thread Darryl Barlow
I have installed FreeBSD on a Desktop Machine with a TI 1410 PCI Cardbus Bridge and an Avaya Silver Wireless Network Card. The card connects perfectly to a D-Link Access Point in Debian and even in Windows XP. However, in FreeBSD there is no carrier no matter what I seem to try.

SMP-stability with 5.2

2003-12-14 Thread Stefan Cars
Hi! How good is the SMP-stability on 5.2. I'm currently running 4.9 on some non-critical servers and I'm thinking of installing 5.2, how good is the SMPng now ? / Stefan ___ [EMAIL PROTECTED] mailing list

problems after upgrade 5.1 5.2 RC1

2003-12-14 Thread martin vana
Hi, after binary upgrade from 5.1 to 5.2 RC1 I've encoutered some non-critical misbehaviour of my box, after executing mount : /home/vana#mount on () on () on () on () on () on () and fsck: /home/vana#fsck -y /libexec/ld-elf.so.1: fsck: Undefined symbol execvP Whole system

Where do I put options to ports make directives?

2003-12-14 Thread stan
I'm rebuilding a machine that suffred a root disk crash. I can't seem to find the place to put the optiosn I pass to various port's make install comands (as defines), so they will be reused, when I use portupgrade to keep them up to date. Where is thsi file? -- They that would give up essential

Re: Where do I put options to ports make directives?

2003-12-14 Thread Jez Hancock
On Sun, Dec 14, 2003 at 09:28:55AM -0500, stan wrote: I'm rebuilding a machine that suffred a root disk crash. I can't seem to find the place to put the optiosn I pass to various port's make install comands (as defines), so they will be reused, when I use portupgrade to keep them up to date.

NIS authontication problem.

2003-12-14 Thread Hossein
Hello every body; In our department we are going to use a 5.1 Stable FreeBSD, and it must run NIS client to authonticate the users through a Linux NIS server. The ypbind works well and when I do ypcat passwd I get the enteries in the passwd of the NIS server. I added the correct

Re: Nvidia vs SMP/apic

2003-12-14 Thread Josh Paetzel
On Sun, Dec 14, 2003 at 04:34:13PM +1100, matti k wrote: I have a problem whereby the nvidia drivers cause my system to hang/reboot a few seconds after startx. I have discovered that disabling the SMP/apic lines in the kernel fixes the problem. This occurs on 5.2-CURRENT and 4.9-RELEASE. I

[no subject]

2003-12-14 Thread Vladimir
Hello, all How i can send message to current maillist? I have try send to [EMAIL PROTECTED] and to [EMAIL PROTECTED] but i recive only messages like this: [EMAIL PROTECTED] : FAILED (permanent error): RCPT response unsuccessful [EMAIL PROTECTED] : FAILED (permanent error): RCPT

memory categories

2003-12-14 Thread Benjamin Lutz
I'm trying to understand what FreeBSD uses its memory for. Unfortunately, I've not been able to find documentation that answers all my questions, so I'm hoping someone on this list can answer them. Let's start with top(1)'s memory categories: Free: Not used for any purpose.

Re: NIS authontication problem.

2003-12-14 Thread Tillman Hodgson
On Sun, Dec 14, 2003 at 06:13:39PM -0500, Hossein wrote: Hello every body; In our department we are going to use a 5.1 Stable FreeBSD, and it must run NIS client to authonticate the users through a Linux NIS server. The ypbind works well and when I do ypcat passwd I get the

Re: problems after upgrade 5.1 5.2 RC1

2003-12-14 Thread Kris Kennaway
On Sun, Dec 14, 2003 at 02:27:08PM +0100, martin vana wrote: Hi, after binary upgrade from 5.1 to 5.2 RC1 I've encoutered some non-critical misbehaviour of my box, after executing mount : /home/vana#mount on () on () on () on () on () on () and fsck:

Re: memory categories

2003-12-14 Thread Lowell Gilbert
Benjamin Lutz [EMAIL PROTECTED] writes: Let's start with top(1)'s memory categories: Please read the FAQ entry What do the various memory states displayed by top mean? and see if which of your questions remain unanswered.

Re: 4.9 floppy install help

2003-12-14 Thread Toomas Aas
i have Award Modular BIOS v 4.41 PG (c) 1984-96 (cd-rom Bootable), Pent 133Mhz 1.2 Gig and 32 Megs 3com nic. no mouse. i downloaded 4.9 in 2 .iso images and setup some floppies for booting. the Kern.flp disk executes fine and asks for Mfsroot.flp. but this disks returns zf_read unexpected

trouble: ipnat simultaneously icmp traffic from many NATed computers

2003-12-14 Thread
Hello! Sorry for my bad english We have router on FreeBSD 4.8-RELEASE (IP Filter: v3.4.31)and want to NAT our LAN. We have 3 computer at LAN - 192.168.0.2, 192.168.0.3,192.168.0.4. We put the rule to ipnat.rules: /etc/ipnat.rules map rl0 192.168.0.0/26 - 195.112.113.242/32 So all work all

ntpd problem

2003-12-14 Thread Mathieu Arnold
Hi, I have a few routers who don't have any 127.0.0.1, because their loopback has a a routable address so that I can use an IGP with them. Now, I guess that's the reason why ntpd is not working, and I was wondering how I could do have it work with another IP, I guess I'll have to add some config

Re: problems after upgrade 5.1 5.2 RC1

2003-12-14 Thread martin vana
On Sun, 14 Dec 2003 08:47:44 -0800 Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, Dec 14, 2003 at 02:27:08PM +0100, martin vana wrote: Hi, after binary upgrade from 5.1 to 5.2 RC1 I've encoutered some non-critical misbehaviour of my box, after executing mount : /home/vana#mount

magicfilter in FBSD 5.2 not working correctly

2003-12-14 Thread Hartmann, O.
Dear Sir. Due to my bad English I will try to explain what kind of malfunktion I discovered in the newest magicfilter 1.2 stuff. Prior to this malfunktion, I used magicfilter in the desired way - fully functioning! Base system is a FreeBSD 5.2-RC box acting as printserver for a couple of HP

I can't mount dos formatted 1.44mb floppy in FreeBSD 5.0

2003-12-14 Thread nil ban
Hello, Plz tell me how I'll be able to mount 1.44mb dos formatted(fat filesystem) floppy. Whenever I give the command #mount -t msdos /dev/fd0 /mnt/floppy, I get the following promt; msdosfs: /dev/fd0: Input/output error. I also wrote msdosfs instead of msdos and try other floppies but the

I can't mount dos formatted 1.44mb floppy in FreeBSD 5.0

2003-12-14 Thread nil ban
Hello, Plz tell me how I'll be able to mount 1.44mb dos formatted(fat filesystem) floppy. Whenever I give the command #mount -t msdos /dev/fd0 /mnt/floppy, I get the following promt; msdosfs: /dev/fd0: Input/output error. I also wrote msdosfs instead of msdos and try other floppies but the

Re: ntpd problem

2003-12-14 Thread Josh Paetzel
On Sun, Dec 14, 2003 at 06:36:31PM +0100, Mathieu Arnold wrote: Hi, I have a few routers who don't have any 127.0.0.1, because their loopback has a a routable address so that I can use an IGP with them. Now, I guess that's the reason why ntpd is not working, and I was wondering how I could

Re: I can't mount dos formatted 1.44mb floppy in FreeBSD 5.0

2003-12-14 Thread Josh Paetzel
On Sun, Dec 14, 2003 at 10:14:48AM -0800, nil ban wrote: Hello, Plz tell me how I'll be able to mount 1.44mb dos formatted(fat filesystem) floppy. Whenever I give the command #mount -t msdos /dev/fd0 /mnt/floppy, I get the following promt; msdosfs: /dev/fd0: Input/output error. I also

Re: confirm 817357904d84cd1e47a2ecea977498053e7e7f69

2003-12-14 Thread dick hoogendijk
On Sun, 14 Dec 2003 08:39:16 -0800 [EMAIL PROTECTED] wrote: Your membership in the mailing list freebsd-questions has been disabled due to excessive bounces The last bounce received from you was dated 14-Dec-2003. You will not get any more messages from this list until you re-enable your

5.2 install problem (pc card)

2003-12-14 Thread Dan Rue
Hi, If I install FreeBSD 4.9 on my IBM 600x thinkpad, it prompts me for kernel config, and then detects my pcmcia network card, allowing me to do a net install. However, I would like to give 5.2 a whirl, but it does not detect my card, and I can not find where to set it up. I have looked

Re: Edit handbook.

2003-12-14 Thread Simon Barner
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html It would be nice if you could add a point between points 3 and 4 on this page which says... If you haven't done a make world, do: cd /usr/src/lib/libsmutil make depend make obj make cd /usr/src/lib/libsm make

Re: How to find out which drive isdown?

2003-12-14 Thread Dan Nelson
In the last episode (Dec 14), Joachim Dagerot said: I have seven disks in my cabinett, three of them builds a vinum RAID-5 plex. One of the disks in the RAID is down according to vinum list. I could use some honts on how to determine which physical disk is named what in my system, is

Re: NIS authontication problem.

2003-12-14 Thread Dan Nelson
In the last episode (Dec 14), Hossein said: In our department we are going to use a 5.1 Stable FreeBSD, and it must run NIS client to authonticate the users through a Linux NIS server. The ypbind works well and when I do ypcat passwd I get the enteries in the passwd of the NIS

Re: How to find out which drive isdown?

2003-12-14 Thread John Ekins
On Sun, 14 Dec 2003 14:27:23 -0600 Dan Nelson [EMAIL PROTECTED] wrote: [snipped] - Vunum ld will list the disks and their status. If you're not sure - which physical disk is da1, you'll probably have to look at the - jumper settings on each drive. If you can see the serial numbers on the

RE: I can't mount dos formatted 1.44mb floppy in FreeBSD 5.0

2003-12-14 Thread fbsd_user
Use this command mount_msdos /dev/fd0 /mnt cd /mnt ls not your command mount -t msdos /dev/fd0 /mnt/floppy, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of nil ban Sent: Sunday, December 14, 2003 1:21 PM To: [EMAIL PROTECTED] Subject: I can't mount dos

POP3 server.

2003-12-14 Thread fbsd_user
Does FBSD have an built in preconfigured pop3 server? A pop3 server that's part of the FBSD basic install? I know qpopper is in the ports. Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

ipnat+ipfw + 3 gateways

2003-12-14 Thread hugle
hello all. I'm trying to to smth like load balancing between 3 interfaces using ipnat and ipfw my gw's are: 213.252.192.161 on fxp0 with 213.252.192.162 213.252.192.141 on vlan0 with 213.252.192.142 212.59.9.1 on rl1 with 212.59.9.59 the ruleset i have is: in ipfw: ipfw add 1001 fwd

Re: POP3 server.

2003-12-14 Thread hugle
f Does FBSD have an built in preconfigured pop3 server? f A pop3 server that's part of the FBSD basic install? f I know qpopper is in the ports. courier-imap has both POP3 and IMAP servers I think. f Thanks f ___ f [EMAIL PROTECTED] mailing list f

gnome2-lite build fails

2003-12-14 Thread r t g tan
Hi, Im getting the following output when I try to make install the gnome2-lite meta-port, for the build of mozilla-gtk2.. checking for minimum required perl version = 5.004... 5.00503 checking for full perl installation... no configure error: Cannot find Config.pm or

Re: gnome2-lite build fails

2003-12-14 Thread Gautam Gopalakrishnan
On Sun, Dec 14, 2003 at 11:54:41PM +0100, r t g tan wrote: Hi, checking for minimum required perl version = 5.004... 5.00503 checking for full perl installation... no configure error: Cannot find Config.pm or $Config{archlib}. A full perl installation is required.

RE: ipnat+ipfw + 3 gateways

2003-12-14 Thread fbsd_user
I think you are confused. IPNAT is part of ipfilter firewall and IPFW is an different firewall who has his own NATD function. You can not use one part from one and the other part from the other one. They work as an set, IPNAT/IPFILTER or IPFW/NATD. Your best bet is to use IPNAT and it's firewall

How to list all packages in a given category?

2003-12-14 Thread Chris Pressey
Hi all, Apologies in advance if this is a stupid question, but I couldn't find anything relevant in the man pages or with Google: How can I list all the packages I have installed in a certain category? I'm thinking it should be something like 'pkg_info -C games', but AFAICT pkg_info doesn't

Re: ipnat+ipfw + 3 gateways

2003-12-14 Thread Tillman Hodgson
On Sun, Dec 14, 2003 at 06:01:08PM -0500, fbsd_user wrote: I think you are confused. IPNAT is part of ipfilter firewall and IPFW is an different firewall who has his own NATD function. You can not use one part from one and the other part from the other one. They work as an set,

Re: How to list all packages in a given category?

2003-12-14 Thread Gautam Gopalakrishnan
On Sun, Dec 14, 2003 at 03:27:47PM -0800, Chris Pressey wrote: Hi all, Apologies in advance if this is a stupid question, but I couldn't find anything relevant in the man pages or with Google: How can I list all the packages I have installed in a certain category? I'm thinking it should

null device in linux jail root

2003-12-14 Thread Charles Howse
Hi, I installed Linux compatibility when I installed FBSD 4.8, but I've never really done anything with it. While portupgrading , I was presented with a prompt that I don't know how to respond to: You need to create the null device in your jail root environment. Run the following commands

Re: How to list all packages in a given category?

2003-12-14 Thread Jez Hancock
On Sun, Dec 14, 2003 at 03:27:47PM -0800, Chris Pressey wrote: Apologies in advance if this is a stupid question, but I couldn't find anything relevant in the man pages or with Google: mail list archives are a good bet too (MARC for example) :P How can I list all the packages I have installed

Re: POP3 server.

2003-12-14 Thread Lowell Gilbert
fbsd_user [EMAIL PROTECTED] writes: Does FBSD have an built in preconfigured pop3 server? A pop3 server that's part of the FBSD basic install? No. I know qpopper is in the ports. And many others as well. -- Lowell Gilbert, embedded/networking software engineer, Boston area:

php5 compile fail

2003-12-14 Thread Aleksander Rozman - Andy
Hi ! I am having weird problem. I tried to install php5 but it seems that FreeBSD has some stuff missing. In resolv.h, we are mising 4 aliases res_ninit, res_nmkquery, res_nsend, res_nclose. I was working with some people on php site, to disover why my compile fails and we came to this

RE: ipnat+ipfw + 3 gateways

2003-12-14 Thread fbsd_user
What do you think IPF is? That's the utility name used to load filter rules into IPFILTER. So you are doing just what I said. The original poster said nothing about doing traffic shaping. IPNAT will not function with out IPFILTER rules. At lease pass in all on all interfaces. He listed none in

Re: ipnat+ipfw + 3 gateways

2003-12-14 Thread Tillman Hodgson
On Sun, Dec 14, 2003 at 07:23:26PM -0500, fbsd_user wrote: What do you think IPF is? That's the utility name used to load filter rules into IPFILTER. So you are doing just what I said. The original poster said nothing about doing traffic shaping. IPNAT will not function with out IPFILTER

SUID program elimination / Bandwidth limitation

2003-12-14 Thread mike
I am securing a machine for my new job, and I need to obviously, find and eliminate all suid programs. This should not be too difficult on a developer only install, and hitting a man page should be the most difficult task of finding out how to find and -s these programs. (Hell if you want to save

(no subject)

2003-12-14 Thread Bobber Cheng
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

[no subject]

2003-12-14 Thread Bobber Cheng
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Sending email via PHP mail command in jail

2003-12-14 Thread Brent Wiese
I have a 4.9 system running various jails. My clients want to be able to send confirmation emails via PHP's mail() command. Postfix doesn't seem to install right in the jail. I found a program called mini-sendmail and compiled it to use a relay server I have... It works fine from command line,

Jdk 1.4.2 + FreeBSD 5.1 = applet fails

2003-12-14 Thread Ricardo Britto
Greetings! I've just installed jdk1.4.2 via ports on my FreeBSD 5.1. I've already tested java compiler and interpreter and seems to be ok. Also, I have run an applet demo that is included with jdk - ok! But the problem is when I try to open an applet in a remote site (ICQ Go! for example). It

forwarding mail with sendmail

2003-12-14 Thread Ben Gnoinski
Hello I was just wondering if it was possible to forward e-mail messages using sendmail. If it is not possible could you give me an alternate solution in which I could transfer the e-mails to another e-mail account. Thank you for your time. Ben Gnoinski

Re: forwarding mail with sendmail

2003-12-14 Thread Jonathan T. Sage
Ben Gnoinski wrote: Hello I was just wondering if it was possible to forward e-mail messages using sendmail. If it is not possible could you give me an alternate solution in which I could transfer the e-mails to another e-mail account. Thank you for your time. Ben Gnoinski

Re[2]: ipnat+ipfw + 3 gateways

2003-12-14 Thread hugle
TH On Sun, Dec 14, 2003 at 07:23:26PM -0500, fbsd_user wrote: What do you think IPF is? That's the utility name used to load filter rules into IPFILTER. So you are doing just what I said. The original poster said nothing about doing traffic shaping. IPNAT will not function with out IPFILTER

Re[2]: ipnat+ipfw + 3 gateways

2003-12-14 Thread hugle
btw, why should i use forward? cause system has ONE deufalt route, so if i nat via otehr interface, teh packets don't know to wwhch GW they have to go. So maybe i need to add default gateways to other interfaces ? so i have: default gw is 213.252.192.161 and default gw for 213.252.192.142 is