pf question

2008-09-09 Thread Scott Bennett
I'm just starting to play around with pf to get it to handle NAT for a LAN, and I've just discovered that I don't know how to get pf to reload /etc/pf.conf after I make changes to it. pfctl -d -e doesn't do it, and neither does pfctl -d; pfctl -e. Is there a way to do it besides rebooting?

RE: pf question

2008-09-09 Thread joeb
pfctl -f /etc/pf.conf # loads the pf.conf file pfctl -Nf /etc/pf.conf # Load only the NAT rules from the file pfctl -Rf /etc/pf.conf # Load only the filter rules from the file -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Bennett

Re: pf question

2008-09-09 Thread Artis Caune
On Tue, Sep 9, 2008 at 8:17 AM, Scott Bennett [EMAIL PROTECTED] wrote: I'm just starting to play around with pf to get it to handle NAT for a LAN, and I've just discovered that I don't know how to get pf to reload /etc/pf.conf after I make changes to it. pfctl -d -e doesn't do it, and

[ask] adding new processor

2008-09-09 Thread andy-ch
I would like to add a new processor on my FreeBSD 7-RELEASE. Now it's 1 x Intel Xeon E5410, and I would like to add another 1 x Intel Xeon E5410, so there will be 2 x Intel Xeon E5410 (8-Core Total) Do I need to recompile the kernel and/or daemons inside (ex: Apache, PHP, MySQL, EXIM,

Re: [ask] adding new processor

2008-09-09 Thread Artis Caune
On Tue, Sep 9, 2008 at 9:55 AM, andy-ch [EMAIL PROTECTED] wrote: I would like to add a new processor on my FreeBSD 7-RELEASE. Now it's 1 x Intel Xeon E5410, and I would like to add another 1 x Intel Xeon E5410, so there will be 2 x Intel Xeon E5410 (8-Core Total) Do I need to recompile the

Re: Postfix issue

2008-09-09 Thread perryh
why are you not using your ISP to relay emails, using its mail gateway (which should have a static IP address)? ... I do not like the fact that a number of governments (including most european ones) now have the right to access all emails that pass through an ISP's server. They do not have

WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Zbigniew Szalbot
Hello, How do I set a global WITHOUT_X11 in pkgtools.conf? (not for a specific port but for all ports) I tried putting it under MAKE_ARGS = { } and came up with MAKE_ARGS = { 'WITHOUT_X11=yes', } but it does not work $ portinstall ** Error occured reading

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Zbigniew Szalbot wrote: | Hello, | | How do I set a global WITHOUT_X11 in pkgtools.conf? (not for a specific | port but for all ports) | | I tried putting it under | MAKE_ARGS = { | } | and came up with | MAKE_ARGS = {

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Zbigniew Szalbot
Hello, Matthew Seaman: | MAKE_ARGS = { 'WITHOUT_X11=yes', | } | | but it does not work | | $ portinstall | ** Error occured reading /usr/local/etc/pkgtools.conf: | /usr/local/etc/pkgtools.conf:390: odd number list for Hash | | Many thanks in advance! | Put it in /etc/make.conf --

Re: [ask] adding new processor

2008-09-09 Thread Wojciech Puchar
I would like to add a new processor on my FreeBSD 7-RELEASE. Now it's 1 x Intel Xeon E5410, and I would like to add another 1 x Intel Xeon E5410, so there will be 2 x Intel Xeon E5410 (8-Core Total) Do I need to recompile the kernel and/or daemons inside (ex: Apache, PHP, MySQL, EXIM,

Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Albert Shih
Le 08/09/2008 à 23:37:38-0400, Michael a écrit Derek Ragona wrote: I have a FreeBSD 7 release I wanted to use as a host for virtual machines. What software is anyone else using to host virtual machines under FreeBSD? I'd just like to here what has worked, or what has not worked.

Re: State of 3d video, which vendor has best support?

2008-09-09 Thread KlaymenDK
quote who=John Nielsen On Monday 08 September 2008, KlaymenDK wrote: I'm about to build a new pc, the first in quite a few years. My problem is that I can't find out if I should choose a 3D chipset from Intel, Ati, or nVidia. What's the state of support, track record, and such for these

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Zbigniew Szalbot wrote: | Hello, | | Matthew Seaman: | | MAKE_ARGS = { 'WITHOUT_X11=yes', | | } | | | but it does not work | | | $ portinstall | | ** Error occured reading /usr/local/etc/pkgtools.conf: | |

Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Derek Ragona
At 04:17 AM 9/9/2008, Albert Shih wrote: Le 08/09/2008 à 23:37:38-0400, Michael a écrit Derek Ragona wrote: I have a FreeBSD 7 release I wanted to use as a host for virtual machines. What software is anyone else using to host virtual machines under FreeBSD? I'd just like to here

Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Derek Ragona
At 12:27 AM 9/9/2008, Alain G. Fabry wrote: On Mon, Sep 08, 2008 at 10:21:56PM -0500, Derek Ragona wrote: I have a FreeBSD 7 release I wanted to use as a host for virtual machines. What software is anyone else using to host virtual machines under FreeBSD? I use Qemu and run XP, Solaris,

Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derek Ragona wrote: At 04:17 AM 9/9/2008, Albert Shih wrote: Le 08/09/2008 à 23:37:38-0400, Michael a écrit Derek Ragona wrote: I have a FreeBSD 7 release I wanted to use as a host for virtual machines. What software is anyone else

Sendmail check FROM: header

2008-09-09 Thread lyd mc
Hi guys, How do i check valid sender before sending mail? example:     FROM: [EMAIL PROTECTED] if this 'anonymous' user is not on localhost the mail should be rejected even if the user has valid login (user and password). my sendmail uses login/plain before relaying. however they can still

Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Eric Masson
Derek Ragona [EMAIL PROTECTED] writes: Hi, I thought that the VMware ESX is just a trial version that quits running after a few weeks. But if I am wrong about that, let me know. From : http://vmware.com/products/esxi/ ESXi seems to be free, but not the entreprise administration tools.

Re: safest way to upgrade a production server

2008-09-09 Thread John Almberg
Anyway, I guess what I should do is patch this to the latest 6.3 version? My strategy was to do a source-base upgrade to 6.3-RELEASE, and then use freebsd-update to apply critical patches. Freebsd-update only works on -RELEASE versions with generic kernels, but I find it much faster and easier

[OT] tcpdump overhead

2008-09-09 Thread Mario Lobo
Hello; I am doing a final paper for my post-graduate studies. The paper is about QOS on a corporate environment. One of the issues involved in the network measurements I am going to make is how much overhead tcpdump will have on them (if any). It seems to me that this overhead

Re: [OT] tcpdump overhead

2008-09-09 Thread Wojciech Puchar
make is how much overhead tcpdump will have on them (if any). It seems to me that this overhead can be disregarded as influential but, if depends how kmuch packets are actually gathered. if you tcpdump everything from loaded gigabit link it won't be small. you will have to use at least

Re: Problems with portsdb -Uu on FreeBSD 6.3

2008-09-09 Thread RW
On Mon, 8 Sep 2008 19:43:14 -0400 Sean Cavanaugh [EMAIL PROTECTED] wrote: I've never fully trusted portsnap. I do run portsnap fetch before every portupgrade but I always follow it up with CVSUP and I usually find some more files that get changed anyway. portsnap fetch doesn't affect your

Re: Problems with portsdb -Uu on FreeBSD 6.3

2008-09-09 Thread RW
On Mon, 8 Sep 2008 17:57:16 -0700 perikillo [EMAIL PROTECTED] wrote: On Mon, Sep 8, 2008 at 5:26 PM, Michael Powell [EMAIL PROTECTED]wrote: Please don't top-post. Unless you have a specific overriding reason to do -Uu you might want to try -uF instead. It's what I use and it's always

HUAWEI G3 Modem

2008-09-09 Thread Markus Klaschka
Hey, I have serious problems getting that thing working. I followed the instructions here: http://greasy.com/mustakim/huawei_220_freebsd.html Somehow I end up with: Sep 8 18:20:54 jupiter kernel: ucom0: HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2 on uhub0 Sep

Re: freebsd 7.0 and jail

2008-09-09 Thread Oliver Peter
On Mon, Sep 08, 2008 at 11:28:09AM -0700, gahn wrote: Hello: I am trying to build jails on 7.0 system and got errors: / Installing everything -- cd /usr/src; make -f Makefile.inc1

how to charater special files?

2008-09-09 Thread gahn
hi, all: how could i create a character special files (such as crw-rw-rw-)? thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: how to charater special files?

2008-09-09 Thread Manolis Kiagias
gahn wrote: hi, all: how could i create a character special files (such as crw-rw-rw-)? thanks Devices are normally managed by devfs(5). The standard way for creating device files is still mknod(8) (deprecated) ___ freebsd-questions@freebsd.org

Re: how can i use ISO-8859-1??

2008-09-09 Thread Roland Smith
On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote: Guys, This is one of the I've-been-meaning-to-ask questions; but other things keep happening that took precedence. Now it's time to ask what are the voodoo commands to set up in my ~/.zshrc or other

Re: mail server DNS configuration questions

2008-09-09 Thread Patrick Mahan
Andrew Falanga presented these words - circa 9/6/08 6:28 PM- Hi, Well, my clients at church are still having issues and after working with George, a respondant to my original questions, I think that most, if not all, of my problems are related to DNS and how we've got it improperly

Re: how can i use ISO-8859-1??

2008-09-09 Thread Lars Eighner
On Tue, 9 Sep 2008, Roland Smith wrote: On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote: Guys, This is one of the I've-been-meaning-to-ask questions; but other things keep happening that took precedence. Now it's time to ask what are the voodoo

Re: how can i use ISO-8859-1??

2008-09-09 Thread Dave Feustel
On Tue, Sep 09, 2008 at 12:14:47PM -0500, Lars Eighner wrote: On Tue, 9 Sep 2008, Roland Smith wrote: On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote: Guys, This is one of the I've-been-meaning-to-ask questions; but other things keep happening that took precedence.

kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread freebsd_user
# uname -a FreeBSD 6281.domain.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:4 5 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP i386 ##--- cvsup the src # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 # $FreeBSD: src/sys/conf/newvers.sh,v 1.72.2.5.2.8 2008/09/03 19:09:47

Re: Problems with portsdb -Uu on FreeBSD 6.3

2008-09-09 Thread perikillo
On Tue, Sep 9, 2008 at 6:13 AM, RW [EMAIL PROTECTED] wrote: On Mon, 8 Sep 2008 17:57:16 -0700 perikillo [EMAIL PROTECTED] wrote: On Mon, Sep 8, 2008 at 5:26 PM, Michael Powell [EMAIL PROTECTED]wrote: Please don't top-post. Unless you have a specific overriding reason to do -Uu you

FreeBSD 7 and ESXi

2008-09-09 Thread scuba
HI all, I'm planning to virtualize a FreeBSD server on a Dell PowerEdge with embedded hipervisor VMware ESXi 3.5. Fbsd isn't listed as supported as guest OS for ESX(i), since version 4.x. Is there any report about problems or impossibility doing that? - Marcelo

Re: Exiting Gnome

2008-09-09 Thread Popof Popof
Try CTRL + ALT + 1 2008/9/9 FBSD1 [EMAIL PROTECTED] Started Gnome for first time. Can not figure how to exit (stop) gnome and return to the FreeBSD command line. The System/logout option just hangs. ___ freebsd-questions@freebsd.org mailing list

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Daniel Bye
On Tue, Sep 09, 2008 at 11:02:28AM +0200, Zbigniew Szalbot wrote: WITHOUT_MODULES=X11 This one is specific to kernel builds - it allows you to list by name kernel modules that you do not want to build. Compare with MODULES_OVERRIDE which allows you to name the modules you /do/ want to build.

Local patches to ports?

2008-09-09 Thread Linda Messerschmidt
Hello, We use Apache 1.3 on FreeBSD and for a long time, we have maintained our own build process separate from the ports collection because we have some local patches. These are accounting patches, of interest to no one but us, so I have no chance of getting anyone upstream to ever adopt them,

Re: Local patches to ports?

2008-09-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Linda Messerschmidt wrote: Hello, We use Apache 1.3 on FreeBSD and for a long time, we have maintained our own build process separate from the ports collection because we have some local patches. These are accounting patches, of interest to no

Re: Local patches to ports?

2008-09-09 Thread Lowell Gilbert
Linda Messerschmidt [EMAIL PROTECTED] writes: Hello, We use Apache 1.3 on FreeBSD and for a long time, we have maintained our own build process separate from the ports collection because we have some local patches. These are accounting patches, of interest to no one but us, so I have no

Re: pf question

2008-09-09 Thread Bruce Cran
On Tue, 9 Sep 2008 00:17:39 -0500 (CDT) Scott Bennett [EMAIL PROTECTED] wrote: I'm just starting to play around with pf to get it to handle NAT for a LAN, and I've just discovered that I don't know how to get pf to reload /etc/pf.conf after I make changes to it. pfctl -d -e doesn't do

Re: Exiting Gnome

2008-09-09 Thread Polytropon
On Tue, 9 Sep 2008 13:08:49 +0800, FBSD1 [EMAIL PROTECTED] wrote: Started Gnome for first time. Can not figure how to exit (stop) gnome and return to the FreeBSD command line. The System/logout option just hangs. Did you try to press Ctrl+Alt+PF2 (for example) to switch to a text mode terminal?

Re: how can i use ISO-8859-1??

2008-09-09 Thread Gary Kline
On Tue, Sep 09, 2008 at 06:54:56PM +0200, Roland Smith wrote: On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote: Guys, This is one of the I've-been-meaning-to-ask questions; but other things keep happening that took precedence. Now it's time to ask what are

Re: Local patches to ports?

2008-09-09 Thread Linda Messerschmidt
On Tue, Sep 9, 2008 at 3:58 PM, Greg Larkin [EMAIL PROTECTED] wrote: I would recommend setting up a local Tinderbox installation: http://tinderbox.marcuscom.com/ Wow, it looks like a lot of work, but if we can finally build everything in one place, with our local patches and then get

Re: how can i use ISO-8859-1??

2008-09-09 Thread Gary Kline
On Tue, Sep 09, 2008 at 12:14:47PM -0500, Lars Eighner wrote: On Tue, 9 Sep 2008, Roland Smith wrote: On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote: Guys, This is one of the I've-been-meaning-to-ask questions; but other things keep happening that took precedence.

Re: Local patches to ports?

2008-09-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Linda Messerschmidt wrote: On Tue, Sep 9, 2008 at 3:58 PM, Greg Larkin [EMAIL PROTECTED] wrote: I would recommend setting up a local Tinderbox installation: http://tinderbox.marcuscom.com/ Wow, it looks like a lot of work, but if we can

Re: how can i use ISO-8859-1??

2008-09-09 Thread Roland Smith
On Tue, Sep 09, 2008 at 02:47:34PM -0700, Gary Kline wrote: I installed the rxvt-unicode terminal emulator because it's a lot lighter then xterm, although both should handle UTF-8. You should use a unicode font though. I put the following in my ~/.Xresources: I had something like

Re: how can i use ISO-8859-1??

2008-09-09 Thread Roland Smith
On Tue, Sep 09, 2008 at 03:16:08PM -0700, Gary Kline wrote: Because it is a hiddeous waste for most readers and writers of English and other European languages. I also argured that utf-8 was a waste of a whole byte per char for most of us. That's not true. UTF-8 is a

Re: how can i use ISO-8859-1??

2008-09-09 Thread Polytropon
On Wed, 10 Sep 2008 00:28:14 +0200, Roland Smith [EMAIL PROTECTED] wrote: Doesn't konsole have a help menu? Otherwise check the konsole site: http://konsole.kde.org/ It seems to have a handbook online. Isn't there a man konsole? Oh wait, KDE doesn't have standard manpages... :-) Never mind,

Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Polytropon
I'm not sure if I can help you, but there's something that looks strange to me: On Tue, 9 Sep 2008 14:47:49 -0400, [EMAIL PROTECTED] wrote: === zyd (install)^M install -o root -g wheel -m 555 if_zyd.ko /boot/kernel^M install -o root -g wheel -m 555 if_zyd.ko.symbols /boot/kernel^M kldxref

Re: FreeBSD 7 and ESXi

2008-09-09 Thread Todor Genov
I have ran FreeBSD 6.3 and 7.0 in ESXi and haven't bumped into any problems so far. When they say supported they are referring to service level agreements and technical support should something go wrong, so if you plan to use this in a production environment you need to do some prior testing on

Re: how can i use ISO-8859-1??

2008-09-09 Thread Gary Kline
On Wed, Sep 10, 2008 at 12:39:41AM +0200, Roland Smith wrote: On Tue, Sep 09, 2008 at 03:16:08PM -0700, Gary Kline wrote: Because it is a hiddeous waste for most readers and writers of English and other European languages. I also argured that utf-8 was a waste of a whole byte per

rss-glx screen saver compilation fails?

2008-09-09 Thread Henrik Hudson
Hey List, running FreeBSD-7-stable (from April or so) i386 binary nVidia drivers Has anybody successfully got rss-glx (really slick screensavers; http://rss-glx.sourceforge.net/ ) to compile for them? It isn't in ports and I was trying to compile it. I think I got all of the dependencies,

Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Chris Hill
On Wed, 10 Sep 2008, Polytropon wrote: [snip] I'm sure you noticed the Ctrl-M (^M) at the ends of each line. This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10). UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13 is the CR character which is equivalent to Ctrl-M, if I

Xorg issues with Toshiba

2008-09-09 Thread Michael S
Good day. I have a Toshiba laptop and I am having problems with X configuration. The automatic (PCBSD 7 beta) utility for X configuration was failing. I then booted into single user mode disabled that feature (edited /etc/ttys). I kept having problems even with Xorg -config and Xorg

X11 environments are not building

2008-09-09 Thread Desmond Chapman
Gnome and KDE are not building due to patches not cleanly aplying. Used a snapshot of FreeBSD 7.0 AMD64 boot only to install. = SHA256 Checksum OK for gnome2/epiphany-2.20.1.tar.bz2. === Patching for epiphany-2.20.1 === Applying FreeBSD patches for epiphany-2.20.1 === epiphany-2.20.1

portmanager errors

2008-09-09 Thread gahn
Hello: I run into errors when i run portmanager -u: 00344 luit-1.0.2_2 /x11/luit Makefile, line 85: Could not find /usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc Makefile, line 92: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg) Makefile, line 96: if-less endif

kde3 build problems

2008-09-09 Thread Desmond Chapman
Current build problems with kde3: # pkg_add -rf kde3 Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/kde3.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch

Re: HP 2133 MiniNote FreeBSD

2008-09-09 Thread kuantem
UPDATE: Sound IS working, however i'm only able to hear audio from the headphone port. Not sure how to make the onboard speakers work. Next project is getting openchrome video drivers to run in X. I've read up on a few articles regarding NDIS... apparently we should be able to rip windows

Re: Local patches to ports?

2008-09-09 Thread N. Raghavendra
At 2008-09-09T15:12:48-04:00, Linda Messerschmidt wrote: After our last upgrade to 7-STABLE (7.1-PRERELEASE) our local build process started producing broken binaries but the port has patches and one of them makes it work. So, this seems like a good time to replace our build process with the

More build problems: portmaster and portupgrade not properly working.

2008-09-09 Thread Desmond Chapman
Here are more problems === Cleaning for portupgrade-2.3.1,2 # cd / # portupgrade -a portupgrade: Command not found. # cd /usr/ports # portupgrade -a portupgrade: Command not found. # man portupgrade Formatting page, please wait...Done. PORTUPGRADE(1) FreeBSD General Commands Manual

Re: More build problems: portmaster and portupgrade not properly working.

2008-09-09 Thread N. Raghavendra
At 2008-09-10T03:46:52Z, Desmond Chapman wrote: === Registering installation for portmaster-1.25 # portmaster portmaster: Command not found. After installing a command, do # rehash before invoking the installed command. See tcsh(1). Raghavendra. -- N. Raghavendra [EMAIL PROTECTED] |

Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Uwe Laverenz
Eric Masson schrieb: http://vmware.com/products/esxi/ ESXi seems to be free, but not the entreprise administration tools. ESXi is free and can be administrated with the Virtual Infrastructure Client (also free and included in ESXi). You don't have to pay for a license to run ESXi or your

RE: kde3 build problems

2008-09-09 Thread joeb
I believe kde3 is obsolete. I Just did kde4 and it worked. pkg_add -r kde4 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Desmond Chapman Sent: Wednesday, September 10, 2008 11:24 AM To: freebsd-questions@freebsd.org Subject: kde3 build problems

Re: rss-glx screen saver compilation fails?

2008-09-09 Thread perryh
spirographx.o(.text+0x30f): In function `getAll': : undefined reference to `sincosf' Per Google, it's a gnu-ism: http://linux.die.net/man/3/sincosf void sincosf(float x, float *sin, float *cos); Several applications need sine and cosine of the same angle x. This function computes

sendmail as smarthost / authentication

2008-09-09 Thread Zbigniew Szalbot
Dear all, I did try to follow instructions at http://www.sendmail.org/~ca/email/auth.html to make sendmail use a smarthost. I only followed what is under section: Using sendmail as a client with AUTH Anyway, to cut long story short, sendmail does not operate as a client so my smarthost is