Does the FreeBSD support ServeRAID M5110 (LSI SAS2208 ROC)

2012-07-11 Thread miles kuo
Hi all, I plan to install the FreeBSD on IBM x3550M4 which the RAID Controller is ServeRAID M5110 (LSI SAS2208 ROC). When the FreeBSD 9.0 installing, it shows that the driver load error: mpt0: Port 0x3000-0x30ff mem 0x91d4-0x91d0 irg 42 at device 0.0 on pci27 mpt0: soft reset failed: dev

Re: Does the FreeBSD support ServeRAID M5110 (LSI SAS2208 ROC)

2012-07-11 Thread miles kuo
I found a SVN commit which seems relative with the ServeRAID M5110. Does it indicated that the ServeRAID M5110 support codes had been merged into the FreeBSD? http://www.mavetju.org/mail/view_thread.php?list=svn-src-vendor&id=3522011&thread=yes *svn commit: r235420 - vendor/pciids/dist**@@ -376,6

Re: Does the FreeBSD support ServeRAID M5110 (LSI SAS2208 ROC)

2012-07-11 Thread Vincent Hoffman
you could try one of the snapshot isos at http://pub.allbsd.org/FreeBSD-snapshots/ (RELENG_9 is 9-STABLE which is in the gradual process of becoming 9.1) and see if that behaves better. Depends if you are happy running -STABLE until the next release. Vince On 11/07/2012 09:35, miles kuo wrote: >

Re: Does the FreeBSD support ServeRAID M5110 (LSI SAS2208 ROC)

2012-07-11 Thread Matthew Seaman
On 11/07/2012 09:44, Vincent Hoffman wrote: > you could try one of the snapshot isos at > http://pub.allbsd.org/FreeBSD-snapshots/ (RELENG_9 is 9-STABLE which is > in the gradual process of becoming 9.1) > and see if that behaves better. Depends if you are happy running -STABLE > until the next rel

How to mirror the FreeBSD OS on two disks

2012-07-11 Thread miles kuo
Hi all, I have two SAS disks for the FreeBSD install. I want to install the freeBSD on one disk and mirror to another disk. Just like the AIX Mirror. Any changes will sync between the two disks. And if one disk crashed or disconnected, the OS could continue running on another disk. Does the Fre

8.3 Memory Leak

2012-07-11 Thread Paul Macdonald
Hi, After a binary update to 8.3 i'm seeing wired memory increase steadily over the course of about a week, after which point i need to reboot the machine as it starts swapping. Several other boxes were updated at the same time, and all ports rebuilt post upgrade. FreeBSD x.x.com 8.3-RELEAS

Re: How to mirror the FreeBSD OS on two disks

2012-07-11 Thread Kaya Saman
On Wed, Jul 11, 2012 at 10:18 AM, miles kuo wrote: > Hi all, > > I have two SAS disks for the FreeBSD install. I want to install the freeBSD > on one disk and mirror to another disk. Just like the AIX Mirror. > > Any changes will sync between the two disks. And if one disk crashed or > disconnect

Re: How to mirror the FreeBSD OS on two disks

2012-07-11 Thread Andreas Rudisch
On Wed, 11 Jul 2012 17:18:56 +0800 miles kuo wrote: > Does the FreeBSD support the disk mirror? How to implement it? Hi, take a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html Andreas -- GnuPG key : 0x2A573565|http://www.gnupg.org/howtos/de/ Fingerp

Re: How to mirror the FreeBSD OS on two disks

2012-07-11 Thread Mikel King
There's an old article on BsdNews About using gmirrior perhaps that's the sort of thing you are looking for? -> http://BSDNews.net/index.php/2006/08/31/working-with-gmirror-on-a-sun-fire-x2100-part-1/ Regards, Mikel King On Jul 11, 2012, at 5:18 AM, miles kuo wrote: > Hi all, > > I have t

Fwd: Packet string-matching support

2012-07-11 Thread Michał Jędrzejczak
Hi all . I've question about packet filtering, in BSD is possible filter packet with string-matching ? I seek something to proxy tcp with check string in packet . In linux is : http://www.symantec.com/connect/articles/iptables-linux-firewall-packet-string-matching-support -- __

Packet string-matching support

2012-07-11 Thread Michał Jędrzejczak
Hi all . I've question about packet filtering, in BSD is possible filter packet with string-matching ? I seek something to proxy tcp with check string in packet . In linux is : http://www.symantec.com/connect/articles/iptables-linux-firewall-packet-string-matching-support -- _

Re: How to mirror the FreeBSD OS on two disks

2012-07-11 Thread Warren Block
On Wed, 11 Jul 2012, Kaya Saman wrote: On Wed, Jul 11, 2012 at 10:18 AM, miles kuo wrote: Hi all, I have two SAS disks for the FreeBSD install. I want to install the freeBSD on one disk and mirror to another disk. Just like the AIX Mirror. Any changes will sync between the two disks. And if

Re: curl error: SSL_write() returned SYSCALL, errno = 32

2012-07-11 Thread Toomas Aas
Hello again! Recently I upgraded a lot of ports on one of our FreeBSD 7.4 servers. Among others I upgraded curl from 7.19.6 to 7.24.0, and php from 5.2.11 to 5.3.13. PHP's curl extension is also installed. After the upgrade, an application which tries to POST some data over https using PH

Re: How to mirror the FreeBSD OS on two disks

2012-07-11 Thread Joseph Lenox
What about a ZFS root? Just make sure both disks are in the BIOS/EFT boot order. http://www.aisecure.net/2011/11/28/root-zfs-freebsd9/ Something else we noticed on our site is that backup of a system snapshot can be quickly restored using just a live CD (do up to step 5, then replace steps 6-7

Re: encrypted ZFS root and encrypted swap OOTB?

2012-07-11 Thread Joseph Lenox
On 07/09/2012 06:55 PM, David Christensen wrote: I wrote: >> https://www.dan.me.uk/blog/2012/05/06/full-disk-encryption-with-zfs-root-for-freebsd-9-x/ On 07/09/2012 09:43 AM, Colin Barnabas wrote: Perhaps this will help- http://www.aisecure.net/2011/11/28/root-zfs-freebsd9/ Thanks for the

Re: encrypted ZFS root and encrypted swap OOTB?

2012-07-11 Thread Vincent Hoffman
On 11/07/2012 16:25, Joseph Lenox wrote: > On 07/09/2012 06:55 PM, David Christensen wrote: >> I wrote: >> >> >> https://www.dan.me.uk/blog/2012/05/06/full-disk-encryption-with-zfs-root-for-freebsd-9-x/ >> >> >> On 07/09/2012 09:43 AM, Colin Barnabas wrote: >>> Perhaps this will help- >>> http://ww

How to make /dev/smb appear?

2012-07-11 Thread Yuri
I need to run decode-dimms from i2c-tools and it requires /dev/smb: SMBus device not found Googling the previous topics suggests that 'device smbios' in kernel config should have helped, but it didn't. smbus.ko and smb.ko are both loaded. What should I do to make /deb/smb appear? Thank you,

Re: NTFS data recovery

2012-07-11 Thread lokada...@gmx.de
On 07/09/12 18:01, Graeme Dargie wrote: Hi All, I have been given a laptop to look at for a friend, the hard disk is close to death with a SMART error on POST. My initial thought was to just mount it on an Windows 7 machine and grab what I can from the drive. No joy Windows insists that the p

Re: NTFS data recovery

2012-07-11 Thread Polytropon
On Wed, 11 Jul 2012 21:32:30 +0200, lokada...@gmx.de wrote: > Other programms: > http://www.sleuthkit.org/ (opensource i think) It is. I've been using it, it's very professional, except that they nowadays keep their (quite good) documentation in some wiki on the web. :-( > http://www.ufsexplore

Re: How to make /dev/smb appear?

2012-07-11 Thread Michael Powell
Yuri wrote: > I need to run decode-dimms from i2c-tools and it requires /dev/smb: > SMBus device not found > > Googling the previous topics suggests that 'device smbios' in kernel > config should have helped, but it didn't. smbus.ko and smb.ko are both > loaded. > > What should I do to make /deb

Re: encrypted ZFS root and encrypted swap OOTB?

2012-07-11 Thread David Christensen
On 07/09/2012 10:14 PM, Vladislav wrote: You can use PC-BSD installer and install FreeBSD with an encrypted ZFS root. Okay. :-) David ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

Basic i5/i7 Motherboard Suggestion..

2012-07-11 Thread Pierre-Luc Drouin
Hi, I am looking to build a simple i5 or i7 CPU-based desktop computer that is compatible with FreeBSD. Could someone suggest me a sub $200 motherboard whose chipsets and BIOS works well with FreeBSD? I would prefer to stick with either Intel or Asus if possible... Thanks! ___

Re: Building www/libxul fails - 'No such file or directory'

2012-07-11 Thread Toomas Aas
Thu, 12 Jul 2012 kirjutas Jan Beich : I've seen other people confused by this harmless warning. OMG. All this time the build was actually successful and all I should have done was 'make install', which I did just now and of course it worked. I just assumed that if the last line in build o