Re: ZFS and zfsloader

2011-04-26 Thread CyberLeo Kitsana
On 04/25/2011 07:10 PM, Peter Toth wrote: > Hi there, > > I've recently migrated my old laptop to a new one (both running R8.2 + > ZFS). Used zfs send/recv and corrected mountpoints. > On the old laptop I had my / sitting in zpool, on the new one I've > created a separate zpool/root for /. > Every

Re: disk problem: suggestion on how to handle...

2011-04-26 Thread Bruce Cran
On Tue, 26 Apr 2011 07:08:21 +0200 Denis Fortin wrote: > So, is there a way to "mark the inode bad" and then launch an fsck ? > How can I turn "offset=-574217714356717568" into a usable piece of > information? It looks like something is causing geom to try and read way past the end of the disk?

Re: easy Firewall setup

2011-04-26 Thread Polytropon
On Mon, 25 Apr 2011 21:34:41 -0500, Antonio Olivares wrote: > Thanks for sharing this. I have a base FreeBSD 8.2 system on one > machine and I would like to setup a firewall that allows me to visit > websites and not allow incoming traffic. Something easy to set up and > start like > /etc/local

Re: disk problem: suggestion on how to handle...

2011-04-26 Thread Polytropon
On Tue, 26 Apr 2011 07:08:21 +0200, Denis Fortin wrote: > Good morning, > > I have a small server with an SSD drive in it that is having some problems. > > Notably, dmesg has been repeatedly reporting the following error message: > > g_vfs_done():ad0s1a[READ(offset=-574217714356717568, >

Re: gpart questions

2011-04-26 Thread CyberLeo Kitsana
On 04/24/2011 12:24 PM, Helmut Schneider wrote: > Hi, > > i'm playing around with (virtual) disks within a VMware ESXi 4.1 server: > ... > So, what did sysinstall that gpart didn't? You forgot to gpart create the inner BSD label on da1s1. 8< # mdconfig -a -t swap -s 512M md0 # gpart show

Re: gpart questions

2011-04-26 Thread Bruce Cran
On Tue, 26 Apr 2011 03:10:48 -0500 CyberLeo Kitsana wrote: > # gpart add -b 63 -s 1048500 -t freebsd md0 You could simplify it by using: gpart add -b 63 -t freebsd md0 > # gpart add -b 16 -s 1048484 -t freebsd-ufs md0s1 Likewise: gpart add -b 16 -t freebsd-ufs md0s1 Or, if you want to speci

Re: easy Firewall setup

2011-04-26 Thread krad
On 26 April 2011 08:52, Polytropon wrote: > On Mon, 25 Apr 2011 21:34:41 -0500, Antonio Olivares < > olivares14...@gmail.com> wrote: > > Thanks for sharing this. I have a base FreeBSD 8.2 system on one > > machine and I would like to setup a firewall that allows me to visit > > websites and not

Re: Password theft from memory?

2011-04-26 Thread RW
On Mon, 25 Apr 2011 22:56:14 -0400 Bob Hall wrote: > On Mon, Apr 25, 2011 at 11:29:08PM +0100, RW wrote: > > On Mon, 25 Apr 2011 13:54:20 -0400 > > Bob Hall wrote: > > > > > On Mon, Apr 25, 2011 at 05:46:33PM +0200, C. P. Ghost wrote: > > > > On Mon, Apr 25, 2011 at 5:15 PM, Bob Hall > > > > w

Re: Password theft from memory?

2011-04-26 Thread Bruce Cran
On Mon, 25 Apr 2011 23:29:08 +0100 RW wrote: > The reason I thought that heap memory isn't zeroed is from the > discussion of pre-zeroed pages in this article: There's an idlezero task that runs by default (via the vm.idlezero_enable sysctl), zeroing unused pages, but malloc itself doesn't zer

Re: Password theft from memory?

2011-04-26 Thread RW
On Tue, 26 Apr 2011 10:48:53 +0100 Bruce Cran wrote: > On Mon, 25 Apr 2011 23:29:08 +0100 > RW wrote: > > > The reason I thought that heap memory isn't zeroed is from the > > discussion of pre-zeroed pages in this article: > > There's an idlezero task that runs by default (via > the vm.idleze

Re: ZFS and zfsloader

2011-04-26 Thread Peter Toth
On 04/26/11 19:24, CyberLeo Kitsana wrote: > On 04/25/2011 07:10 PM, Peter Toth wrote: >> Hi there, >> >> I've recently migrated my old laptop to a new one (both running R8.2 + >> ZFS). Used zfs send/recv and corrected mountpoints. >> On the old laptop I had my / sitting in zpool, on the new one I'

error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native -std=c99

Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread Rick Macklem
> Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: > 221060) update I get the follwoing error while building the kernel > (options NFSD/options NFSCL instead of options NFSSERVER/options > NFSCLIENT): > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native >

Re: OpenVPN routing

2011-04-26 Thread Nathan Vidican
On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman wrote: > > I've got an OpenVPN connection working to my remote server, but I want to > route the traffic to the local LAN. > > I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) > from the remote machine. > > Server.conf: > lo

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 8:32 AM, Nathan Vidican wrote: > On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman wrote: >> >> I've got an OpenVPN connection working to my remote server, but I want to >> route the traffic to the local LAN. >> >> I have a bridge set up, pingable... but can't ping the em1 (1

Re: easy Firewall setup

2011-04-26 Thread Fbsd8
Antonio Olivares wrote: Dear kind folks, Is there an easy firewall setup available somewhere(like the one referenced below but for FreeBSD)? i.e, like I saw reading in Distrowatch an easy way(using a page on the net: http://connie.slackware.com/~alien/efg/) I have read that there is pf and th

Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread Rick Macklem
> > Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: > > Revision: > > 221060) update I get the follwoing error while building the kernel > > (options NFSD/options NFSCL instead of options NFSSERVER/options > > NFSCLIENT): > > > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing >

Re: easy Firewall setup

2011-04-26 Thread Warren Block
On Tue, 26 Apr 2011, Polytropon wrote: You can easily do this with IPFW (from the base system) Step 1: Create a file /etc/ipfw.conf which will contain your firewall rules. /etc/rc.firewall has a bunch of predefined firewall types, usable as-is or as examples. Instructions are in that file.

Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Mikael Bak
Hi list, I have a system running FreeBSD 7.3. Its main function is running Postfix SMTP server and a few perl based content filters. Nothing exotic really. It has been nicely up and running approx 150 days when it suddenly starts behaving very strange. First I noticed a converter script failing.

Re: Password theft from memory?

2011-04-26 Thread C. P. Ghost
On Tue, Apr 26, 2011 at 11:41 AM, RW wrote: >> The above quote states that the memory not occupied by the remapped >> object is zero filled. Which is to say that memory allocated by mmap() >> is either filled with new data or filled with zeros. > > In context it says: > >     "If len is not a mult

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Chris Rees
On 26 Apr 2011 15:18, "Mikael Bak" wrote: > > Hi list, > > I have a system running FreeBSD 7.3. Its main function is running > Postfix SMTP server and a few perl based content filters. Nothing exotic > really. > > It has been nicely up and running approx 150 days when it suddenly > starts behaving

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread C. P. Ghost
On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bak wrote: > Hi list, > > I have a system running FreeBSD 7.3. Its main function is running > Postfix SMTP server and a few perl based content filters. Nothing exotic > really. > > It has been nicely up and running approx 150 days when it suddenly > starts b

Re: OpenVPN routing

2011-04-26 Thread Diego Arias
On Tue, Apr 26, 2011 at 8:45 AM, Ryan Coleman wrote: > > On Apr 26, 2011, at 8:32 AM, Nathan Vidican wrote: > > > On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman > wrote: > >> > >> I've got an OpenVPN connection working to my remote server, but I want > to route the traffic to the local LAN. > >>

Re: OpenVPN routing

2011-04-26 Thread Maciej Milewski
On Tuesday 26 of April 2011 15:45:22, Ryan Coleman wrote: > I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine. ... > push "route 192.168.47.0 255.255.255.0" Have you tried adding the route to 192.168.46.0/24 subnet into the vpn client? You want to

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Mikael Bak
Chris Rees wrote: > > On 26 Apr 2011 15:18, "Mikael Bak" > wrote: >> >> Hi list, >> >> I have a system running FreeBSD 7.3. Its main function is running >> Postfix SMTP server and a few perl based content filters. Nothing exotic >> really. >> >> It has been nicely up and run

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Mikael Bak
C. P. Ghost wrote: > On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bak wrote: >> Hi list, >> >> I have a system running FreeBSD 7.3. Its main function is running >> Postfix SMTP server and a few perl based content filters. Nothing exotic >> really. >> >> It has been nicely up and running approx 150 days

Re: Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
On 04/26/11 15:54, Rick Macklem wrote: Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-str

Hardware suggestions

2011-04-26 Thread Jaime Kikpole
I'm looking for new hardware for my web filter (FreeBSD + dansguardian + squid). Can anyone suggest good (or warn about bad) models of hardware for this? I'm looking for a small tower or compact chassis (not rack mount) with two ethernet interfaces. I'd like RAID-1 as well, if possible. I can s

Re: Hardware suggestions

2011-04-26 Thread Chris Brennan
On Tue, Apr 26, 2011 at 12:04 PM, Jaime Kikpole wrote: I'm looking for new hardware for my web filter (FreeBSD + dansguardian + > squid). > > Can anyone suggest good (or warn about bad) models of hardware for > this? I'm looking for a small tower or compact chassis (not rack > mount) with two et

Re: Hardware suggestions

2011-04-26 Thread Jaime Kikpole
On Tue, Apr 26, 2011 at 12:34 PM, Chris Brennan wrote: > Just out of curiosity, why not rack-mounted boxed? Space issues. They'll have to either fit on a shelf in one of two rooms, depending on the outcome of some other things. Any thoughts on brand or model? Thanks, Jaime -- Network Adminis

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Robison, Dave
I second the idea that this is a RAM issue. Power down, ground yourself, remove and re-seat the RAM and see if the problem goes away. On 04/26/2011 07:35, Mikael Bak wrote: C. P. Ghost wrote: On Tue, Apr 26, 2011 at 4:02 PM, Mikael Bak wrote: Hi list, I have a system running FreeBSD 7.3.

Re: Hardware suggestions

2011-04-26 Thread Chris Whitehouse
On 26/04/2011 18:45, Jaime Kikpole wrote: On Tue, Apr 26, 2011 at 12:34 PM, Chris Brennan wrote: Just out of curiosity, why not rack-mounted boxed? Space issues. They'll have to either fit on a shelf in one of two rooms, depending on the outcome of some other things. Any thoughts on brand o

Re: Hardware suggestions

2011-04-26 Thread Jerry
On Tue, 26 Apr 2011 20:09:41 +0100 Chris Whitehouse articulated: > On 26/04/2011 18:45, Jaime Kikpole wrote: > > On Tue, Apr 26, 2011 at 12:34 PM, Chris > > Brennan wrote: > >> Just out of curiosity, why not rack-mounted boxed? > > > > Space issues. They'll have to either fit on a shelf in one

RE: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Devin Teske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Robison, Dave > Sent: Tuesday, April 26, 2011 10:46 AM > To: freebsd-questions@freebsd.org > Subject: Re: Suddenly lots processes exits signal 11 (core dumped) > >

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 9:53 AM, Maciej Milewski wrote: > On Tuesday 26 of April 2011 15:45:22, Ryan Coleman wrote: >> I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) > from the remote machine. > ... >> push "route 192.168.47.0 255.255.255.0" > > Have you tried adding the r

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 3:50 PM, Ryan Coleman wrote: > On Apr 26, 2011, at 9:53 AM, Maciej Milewski wrote: > >> On Tuesday 26 of April 2011 15:45:22, Ryan Coleman wrote: >>> I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) >> from the remote machine. >> ... >>> push "route

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 9:07 AM, Diego Arias wrote: > > If you need to route LAN - TO - LAN just enable the client-to-client. Its a > Security Feature of OpenVPN > > http://www.secure-computing.net/wiki/index.php/OpenVPN/Routing > I've done that and it had no effect :-\_

RE: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Chris Hill
On Tue, 26 Apr 2011, Devin Teske wrote: Continue on to create a 2nd [visible] partition beyond the primary bootable [invisible] partition (allowing you to use the remainder of your thumb drive for usable storage)... 5. Execute: echo "p 2 0x0c * *" | fdisk -f - /dev/da5 NOTE: again, assuming `

RE: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Devin Teske
> -Original Message- > From: Chris Hill [mailto:ch...@monochrome.org] > Sent: Tuesday, April 26, 2011 4:51 PM > To: Devin Teske > Cc: david.robi...@fisglobal.com; freebsd-questions@freebsd.org; Teske, Devin > Subject: RE: Suddenly lots processes exits signal 11 (core dumped) > > On Tue, 26

Re: Password theft from memory?

2011-04-26 Thread RW
On Tue, 26 Apr 2011 16:23:11 +0200 "C. P. Ghost" wrote: > On Tue, Apr 26, 2011 at 11:41 AM, RW > wrote: > >> The above quote states that the memory not occupied by the remapped > >> object is zero filled. Which is to say that memory allocated by > >> mmap() is either filled with new data or fill

Re: Suddenly lots processes exits signal 11 (core dumped)

2011-04-26 Thread Steve Bernacki
On 4/26/2011 7:50 PM, Chris Hill wrote: [snip] tripel# echo "p 2 0x0c * *" | fdisk -f - /dev/da0 *** Working on device /dev/da0 *** fdisk: Class not found tripel# Try (note the single quotes): tripel# echo 'p 2 0x0c * *' | fdisk -f - /dev/da0 Just a hunch but perhaps the shell is glo

Re: Hardware suggestions

2011-04-26 Thread Karl Vogel
>> On Tue, 26 Apr 2011 12:04:34 -0400, >> Jaime Kikpole said: J> I'm looking for new hardware for my web filter (FreeBSD + dansguardian + J> squid). Have a look at the Ars Technica system guides for suggestions on rolling your own PC. They discuss three general-purpose systems with an ey

hello

2011-04-26 Thread egal egal
Hello can you help me, i will freebsd 8.1 32bit downgraden to freebsd 7.1 or 7.2 as ? Please Help Marco Boelen ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

was the problem/problemS surrounding upgrading "bind9" fixed?

2011-04-26 Thread Gary Kline
Guys, I never got my old, bind9[3.X] that is past its EOL to upgrade. Pretty sure I read about the same problem I found that some others had to. Am I misinformed? thanks in advance. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward

Re: OpenVPN routing

2011-04-26 Thread Maciej Milewski
On Wednesday 27 of April 2011 01:15:09, Ryan Coleman wrote: > Maciej, > Here you go: > Ryan-Colemans-MacBook-Pro:~ ryanjcole$ netstat -rn > Routing tables > Internet: > DestinationGatewayFlagsRefs Use Netif > Expire default10.0.1.1 UGSc