Setting up a a route in FreeBSD with NAT issues

2011-03-11 Thread Kaya Saman
Hi all, I'm trying to setup a gateway between an internal network using Vbox test machines of which one is a FreeBSD router/gateway. Being familiar with Cisco I know how easy this is to do but I think that I'm struggling a bit with the syntax. My setup is as so: Damn Small Linux (virtual

Setting up a a route in FreeBSD with NAT issues

2011-03-11 Thread Kaya Saman
Ok I've managed to make some headway however it still isn't working properly: /etc/ipnat.rules #map em1 10.100.100.0/26 - 0.0.0.0/32 portmap tcp/udp 1:65000 map em1 10.100.100.0/26 - 0.0.0.0/32 map em1 10.100.100.0/26 - 0.0.0.0/32 auto I then added this addition to the end of the

Ross Cameron has left a message for you

2011-03-11 Thread WAYN
Hi, Ross Cameron has left you a message on WAYN. To read message from Ross click on the link below: http://www.wayn.com/invite/23061-kwtcb1/fqe03k-u2977tal38uh All the best, The WAYN Team To stop receiving invite requests from Ross Cameron, click

Ross Cameron has left a message for you

2011-03-11 Thread WAYN
Hi FreeBSD, Ross Cameron has left you a message on WAYN. To read message from Ross click on the link below: http://www.wayn.com/invite/23061-kwtcrl/fqe0og-csqi69276u6qc All the best, The WAYN Team To stop receiving invite requests from Ross Cameron,

Re: xpdf can not print via cups if started from firefox

2011-03-11 Thread Warren Block
On Fri, 11 Mar 2011, O. Hartmann wrote: On 03/11/11 01:13, Polytropon wrote: Maybe you're experiencing a caching problem? I would guess that as you stated there is a temporary file, this should not happen (in relation to Firefox) there should at least be an error message. Did you try to

Opportunity

2011-03-11 Thread Daniel Matei
Hello, I am developing an international business and I am looking for 2 partners. I entered innovative technologies with international monopoly. The company is listed on NYSE.com and FORBES Magazine Award. The information are PUBLIC. If you are interested to find more about it, please

Re: xpdf can not print via cups if started from firefox

2011-03-11 Thread O. Hartmann
On 03/11/11 16:44, Warren Block wrote: On Fri, 11 Mar 2011, O. Hartmann wrote: On 03/11/11 01:13, Polytropon wrote: Maybe you're experiencing a caching problem? I would guess that as you stated there is a temporary file, this should not happen (in relation to Firefox) there should at least

Re: Setting up a a route in FreeBSD with NAT issues

2011-03-11 Thread Kaya Saman
Eventually I got this thing to work by adding the following syntax into the config files: /etc/rc.conf: gateway_enable=YES hostname=ROUTER.test.org http://ROUTER.test.org ifconfig_em0=inet 172.16.7.136 netmask 255.255.240.0 em0_nat=NO ifconfig_em1=inet 10.100.100.1 netmask 255.255.255.192

syslog-ng logging stopped

2011-03-11 Thread Len Conrad
uname -a FreeBSD 7.0-RELEASE syslog-ng --version syslog-ng 2.0.10 change date on syslog-ng.conf is Apr 20 2009 syslog-ng been running untouched for that long. Millions of lines/per day log from 10 source machine. about 00:20 today Friday, all syslogging to syslog-ng stopped. sockstat -4

Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Brian Waters
It seems to me that under /dev, you can have the following sound-related device files: dspX dspX.Y (among others) I'm having some trouble getting my sound to work (Dell Inspiron E1705/Inspiron 9400 with Sigmatel STAC9220 codec). I've read the manpages for snd and snd_hda (which is the

Best practices on upgrading, etc.

2011-03-11 Thread Ed Flecko
Hi folks, I'm trying to fully understand the whole FBSD version thing and when, if , and why you should consider upgrading. I have a production server running FBSD 8.1 (and I'm following the errata branch) that works just fine, with no problems. I see that the Production Release of 8.2 is

terminal emulators with secure keyboard capability

2011-03-11 Thread Chad Perrin
For those who aren't aware, XTerm offers a pretty nifty security feature, particular for cases of entering passwords. If you hold down the Ctrl key and the left left mouse button, a menu appears; the second item down is Secure Keyboard. From the XTerm manpage: The Secure Keyboard mode is

Re: xorg-driver/xf86-video-ati-6.14.0: Worse performance since last update

2011-03-11 Thread O. Hartmann
On 03/08/11 19:32, Roland Smith wrote: On Tue, Mar 08, 2011 at 07:16:05PM +0100, O. Hartmann wrote: Since the last update of Xorg stuff, including the xf86-video-ati-6.14.0, the video performance of all of our AMD/ATi-driven boxes went worse. The bad performance also occur with the

Re: Best practices on upgrading, etc.

2011-03-11 Thread Christer Solskogen
On Fri, Mar 11, 2011 at 10:03 PM, Ed Flecko edfle...@gmail.com wrote: Hi folks, I'm trying to fully understand the whole FBSD version thing and when, if , and why you should consider upgrading. I have a production server running FBSD 8.1 (and I'm following the errata branch) that works just

Re: Best practices on upgrading, etc.

2011-03-11 Thread Lars Eighner
On Fri, 11 Mar 2011, Ed Flecko wrote: Hi folks, I'm trying to fully understand the whole FBSD version thing and when, if , and why you should consider upgrading. I have a production server running FBSD 8.1 (and I'm following the errata branch) that works just fine, with no problems. I see

Re: Best practices on upgrading, etc.

2011-03-11 Thread Polytropon
On Fri, 11 Mar 2011 13:03:22 -0800, Ed Flecko edfle...@gmail.com wrote: 1.) If you have a production server that's running well (and is fully patched, i.e. following the errata branch), is there a compelling reason to upgrade or do most people do it because there are features in the new

Re: syslog-ng logging stopped

2011-03-11 Thread Len Conrad
-- Original Message -- From: Iñigo Ortiz de Urbina inigoortizdeurb...@gmail.com Date: Fri, 11 Mar 2011 23:12:49 +0100 Whats in dmesg and /var/log/? You shared extensive and excellent troubleshooting info but didnt spot none of these. Keep us updated im

Re: Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Frank Shute
On Fri, Mar 11, 2011 at 03:29:44PM -0500, Brian Waters wrote: It seems to me that under /dev, you can have the following sound-related device files: dspX dspX.Y (among others) I'm having some trouble getting my sound to work (Dell Inspiron E1705/Inspiron 9400 with Sigmatel STAC9220

Re: using dovecot, where is ICOMING mail stored?

2011-03-11 Thread Gary Kline
On Thu, Mar 10, 2011 at 07:22:45PM -0500, Daniel Staal wrote: --As of March 10, 2011 1:36:45 PM -0800, Gary Kline is alleged to have said: I did try pointing mutt -f at my saved backup /usr/tmp/.../Maildir. Nothing. My copies of saved mail are there, but not what was in the

Re: Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Brian Waters
Yeah, I have tried all the basic stuff. At this point, I've basically accepted that solving the problem on my machine is going to involve a whole bunch of technical stuff that I don't have the patience for - reading the HDA spec and the codec datasheet, reading the driver code, and making changes

Re: Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Erich Dollansky
Hi, On Saturday 12 March 2011 04:29:44 Brian Waters wrote: It seems to me that under /dev, you can have the following sound-related device files: dspX dspX.Y (among others) this is what you see after your driver is loaded. You might have to tell an application which one to use. I'm

Re: Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Bernt Hansson
2011-03-11 21:29, Brian Waters: It seems to me that under /dev, you can have the following sound-related device files: dspX dspX.Y (among others) I'm having some trouble getting my sound to work (Dell Inspiron E1705/Inspiron 9400 with Sigmatel STAC9220 codec). I've read the manpages for snd

Installing FreeBSD 8.1 on MacBook 5,1

2011-03-11 Thread Jasper Bedwell
Hi, I've been trying to dual-boot FreeBSD 8.1 with Mac OS X on my MacBook (5,1) for some time now, but am having trouble trying to get the live cd to boot. I reach the FreeBSD Boot Loader Screen with the options for boot, boot without ACPI etc. However, I cannot select an option. I have tried

Re: How to get Huawei USB modem to work ?

2011-03-11 Thread Erich Dollansky
Hi, On Sunday 02 January 2011 19:54:57 Manish Jain wrote: Hello, From a similar thread, I picked up some information that I should try kldload'ing usba. But when I ran the command, I got an error message that there is no such module. I searched under sys/modules and there

Re: Best practices on upgrading, etc.

2011-03-11 Thread Erich Dollansky
Hi, On Saturday 12 March 2011 05:03:22 Ed Flecko wrote: I have a production server running FBSD 8.1 (and I'm following the errata branch) that works just fine, with no problems. I see that the Production Release of 8.2 is available. Obviously, 8.2 has features that 8.1 does not, but I