Re: ipfw And ping

2011-12-03 Thread Tim Daneliuk
On 12/04/2011 01:04 AM, Ian Smith wrote: For one, google 'icmp redirect attack' But isn't that handled by setting: net.inet.icmp.drop_redirect=1 # This is the ICMP rule we generally use: # ipfw add 10 allow icmp from any to any in icmptypes 0,3,4,11,12,14,16,18 Hmmm I just t

Re: Major version changes using portupgrade?

2011-12-03 Thread Sergio Tam
2011/12/2 Matthew Pounsett : > > I'm trying to do a major version upgrade of postgres from 8.4 to 9.1.  I've > dumped the db and uninstalled the postgres-server port, and I'd like to use > portupgrade to handle the client upgrade, since it has a number of > dependencies that probably should be r

Re: ipfw And ping

2011-12-03 Thread Ian Smith
In freebsd-questions Digest, Vol 391, Issue 9, Message: 9 On Fri, 02 Dec 2011 10:35:45 -0600 Tim Daneliuk wrote: > On 12/01/2011 05:45 PM, Jon Radel wrote: > > > > On 12/1/11 6:25 PM, Tim Daneliuk wrote: > > > >> ${FWCMD} add allow icmp from any to any > >> > >> It does work but, two quest

Major version changes using portupgrade?

2011-12-03 Thread Matthew Pounsett
I'm trying to do a major version upgrade of postgres from 8.4 to 9.1. I've dumped the db and uninstalled the postgres-server port, and I'd like to use portupgrade to handle the client upgrade, since it has a number of dependencies that probably should be recompiled against the new client libs

Re: AHCI driver and static device names

2011-12-03 Thread CyberLeo Kitsana
On 12/04/2011 04:28 AM, per...@pluto.rain.com wrote: > CyberLeo Kitsana wrote: > >> You cannot combine GPT with glabel (or any other geom class >> that writes data to the first or last 34 sectors of a disk, >> like gmirror) due to layout conflicts. > > This is overstated. Thanks for the clarifi

Re: AHCI driver and static device names

2011-12-03 Thread perryh
CyberLeo Kitsana wrote: > You cannot combine GPT with glabel (or any other geom class > that writes data to the first or last 34 sectors of a disk, > like gmirror) due to layout conflicts. This is overstated. Since a GPT ordinarily is intended to be booted from, and so must be recognized by the

sudo log messages

2011-12-03 Thread Коньков Евгений
hi I add line to syslog.conf and killall -HUP syslogd Tell me please how to stop sudo to food /var/log/messages? -- С уважением, Коньков mailto:kes-...@yandex.ru ___ freebsd-questions@freebsd.org mailing list http://lists.fr

IPSec in Jail

2011-12-03 Thread Alejandro Imass
Hello, I was following a thread in FBSD Spanish talking about the use of IPSec in Jails and there was no conclusion to the matter. I have a client that wants to run a VPN which requires IPSec and he is running on some jails we provide them. We can provide them with a public IP for the jail but I'm

Re: Usage of FreeBSD

2011-12-03 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Sat Dec 3 12:57:05 2011 > Date: Sat, 3 Dec 2011 12:31:22 -0600 > From: Charles Pitkin > To: freebsd-questions@freebsd.org > Cc: > Subject: Usage of FreeBSD > > To whom it may concern, > > I am a amateur developer looking to build a system with FreeBSD.

Re: Jails within different networks ... ?

2011-12-03 Thread Matthew Seaman
On 03/12/2011 17:54, Snoop wrote: > I have 3 jails within the host xxx.xxx.26.224 configured in this way > (below) and everything works well. > What if I want to enable another jail but I don't want to assign to that > my next available public ip address xxx.xxx.26.228/24 but I want this > jail to

Re: Usage of FreeBSD

2011-12-03 Thread Robert Bonomi
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Jails within different networks ... ?

2011-12-03 Thread Sergio Tam
2011/12/3 Snoop : > Hi there, I've a doubt! > I have 3 jails within the host xxx.xxx.26.224 configured in this way > (below) and everything works well. > What if I want to enable another jail but I don't want to assign to that > my next available public ip address xxx.xxx.26.228/24 but I want this

Re: AHCI driver and static device names

2011-12-03 Thread b. f.
> I was getting ready to install the latest FreeBSD 9-RCs image, and I > found that 9 now defaults to using the ahci driver for sata disks. This > would be great if it weren't for the fact that the ahci driver seems to > do dynamic device name assignment as opposed to the static ones used > with

Re: Usage of FreeBSD

2011-12-03 Thread Matthew Seaman
On 03/12/2011 18:31, Charles Pitkin wrote: > I am a amateur developer looking to build a system with FreeBSD. I will be > using it as a virtual machine on KVM. I will be making modifications on how > the networking is set up within FreeBSD to allow for better networking > between vm's. I will also

Usage of FreeBSD

2011-12-03 Thread Charles Pitkin
To whom it may concern, I am a amateur developer looking to build a system with FreeBSD. I will be using it as a virtual machine on KVM. I will be making modifications on how the networking is set up within FreeBSD to allow for better networking between vm's. I will also be modifying how FreeBSD i

Jails within different networks ... ?

2011-12-03 Thread Snoop
Hi there, I've a doubt! I have 3 jails within the host xxx.xxx.26.224 configured in this way (below) and everything works well. What if I want to enable another jail but I don't want to assign to that my next available public ip address xxx.xxx.26.228/24 but I want this jail to have a private ip ad

Re: AHCI driver and static device names

2011-12-03 Thread CyberLeo Kitsana
On 12/03/2011 10:04 AM, Rob wrote: > glabel looks to place a label on the whole disk, but the manpage is > unclear (to me) how the partitions are handled. If I use glabel to > label a disk "test" and this disk has 4 partitions on it, then how is > each partition accessed? testp1...testp4 for gpt?

Re: upcoming 9.0 release

2011-12-03 Thread Polytropon
On Sat, 03 Dec 2011 16:53:24 +0100, Filippo Moretti wrote: > They seem to work anyway.I was unable to upgrade many ports due to > failure to patch properly but all the application I have still work. > I do agree they should be re-installed You can always use the "fallback method" of using the com

Re: AHCI driver and static device names

2011-12-03 Thread Rob
Is there a loader.conf entry to enable the static ids, or will the ahci driver always use static ids if "options ATA_STATIC_ID" is in the kernel config? I desire to use stock kernels and the 9-rc2 boot iso seems to not have ATA_STATID_ID set (unless there's a loader.conf value to enable the fu

Re: upcoming 9.0 release

2011-12-03 Thread Filippo Moretti
On 02/12/2011 15.12, Mike Clarke wrote: On Friday 02 December 2011, Dick Hoogendijk wrote: I always use portmaster. What steps do I take to get from installed ports on 8.2-release to 9.0? Is there a nice and working procedure to follow? Thanks for the advice. You need to re-install all your p

Re: AHCI driver and static device names

2011-12-03 Thread Rob
glabel looks to place a label on the whole disk, but the manpage is unclear (to me) how the partitions are handled. If I use glabel to label a disk "test" and this disk has 4 partitions on it, then how is each partition accessed? testp1...testp4 for gpt? The other option seems to be to use t

Re: ZFS Filesystems wont auto-mount on boot

2011-12-03 Thread APseudoUtopia
On Sat, Dec 3, 2011 at 6:56 AM, CyberLeo Kitsana wrote: > On 12/03/2011 12:28 AM, APseudoUtopia wrote: >> Hello, >> >> I followed a couple tutorials I found through google to setup RAID-Z1 >> on root on FreeBSD 9.0-RC2. Everything works well, except it always >> drops me into a recovery shell on b

Re: Weird stuff SOLVED

2011-12-03 Thread Greg Larkin
Hi Bernt, Glad to hear you figured it out! Cheers, Greg On Dec 1, 2011, at 8:10 PM, Bernt Hansson wrote: > 2011-12-02 01:53, Bernt Hansson skrev: > > At some points one is an idiot! > > /var/db/ports was pointing at the wrong directory and not the ports > directory. Well, well you live to

Re: ZFS Filesystems wont auto-mount on boot

2011-12-03 Thread Sergio de Almeida Lenzi
Em Sáb, 2011-12-03 às 01:28 -0500, APseudoUtopia escreveu: > Hello, > > I followed a couple tutorials I found through google to setup RAID-Z1 > on root on FreeBSD 9.0-RC2. Everything works well, except it always > drops me into a recovery shell on boot. I'm forced to run `zfs mount > -a` to get a

Re: Installing an older version of a port

2011-12-03 Thread Da Rock
On 12/02/11 17:51, Polytropon wrote: On Fri, 02 Dec 2011 15:25:48 +1000, Da Rock wrote: On 12/02/11 14:01, Adam Vande More wrote: On Thu, Dec 1, 2011 at 9:55 PM, Da Rock mailto:freebsd-questi...@herveybayaustralia.com.au>> wrote: I've never actually done this before, so I'm a little shak

Re: ZFS Filesystems wont auto-mount on boot

2011-12-03 Thread CyberLeo Kitsana
On 12/03/2011 12:28 AM, APseudoUtopia wrote: > Hello, > > I followed a couple tutorials I found through google to setup RAID-Z1 > on root on FreeBSD 9.0-RC2. Everything works well, except it always > drops me into a recovery shell on boot. I'm forced to run `zfs mount > -a` to get all my data visi

Re: AHCI driver and static device names

2011-12-03 Thread Denise H. G.
On 2011/12/03 at 10:51, Rob wrote: > > I was getting ready to install the latest FreeBSD 9-RCs image, and I > found that 9 now defaults to using the ahci driver for sata disks. > This would be great if it weren't for the fact that the ahci driver > seems to do dynamic device name assignment as o

Re: make buildworld powers down system

2011-12-03 Thread doug
On Fri, 2 Dec 2011, Polytropon wrote: On Fri, 2 Dec 2011 03:28:09 -0500, Mehmet Erol Sanliturk wrote: On Fri, Dec 2, 2011 at 3:05 AM, Polytropon wrote: On Fri, 2 Dec 2011 02:06:26 -0500 (EST), d...@safeport.com wrote: The screen does go into standby and I am not sure what is controling that