8.0 zfs install

2009-12-04 Thread William Taylor
Does the installer in 8.0 support zfs?

If not whats the easiest way to get a full zfs install done?
___
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: tcp delays in jails

2009-12-01 Thread William Taylor

On Dec 1, 2009, at 3:07 AM, Ivan Voras wrote:

 William Taylor wrote:
 I recently started having a problem with tcp connections in one of my jails.
 Im running 4.9-stable
 
 I guess it will not do any good to tell you to upgrade to 8.0? :)
 
   Not at this time although I probably should eventually.  I still have a 
3.5-STABLE box kicking around.
   I have always been a believer of if it isn't broken don't fix it.

 both sendmail and perdition experience the same problem. I even tried 
 stopping
 everything on the box and the problem still persists.
 
 Just to verify - the problem is on the side of the servers (TCP listeners)?
 
   Seems to be. I could write a small tcp server and see if I can get it to 
exhibit the same behavior or not.

 Connections to other jails on different ip's on the same box are fine.
 There seems to be about a 5 second delay.
 From this snippet of a ktrace I did you can see what looks to be a delay of 
 about 5 seconds  after the CALL kevent
 
 I'm not sure what you are tracing but this trace looks like something having 
 to do with DNS.
 
 Does DNS resolve properly on the box? Reverse DNS also? Some servers, ssh and 
 probably sendmail also, do a reverse DNS lookup on the connecting client.
 Just the generic ones... try seeing if DNS and reverse DNS work first.
 
 

Yes DNS is resolving properly forward and reverse. I even tried changing DNS 
servers.

___
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


tcp delays in jails

2009-11-30 Thread William Taylor
I recently started having a problem with tcp connections in one of my jails.
Im running 4.9-stable
both sendmail and perdition experience the same problem. I even tried stopping
everything on the box and the problem still persists.
Connections to other jails on different ip's on the same box are fine.
There seems to be about a 5 second delay.

From this snippet of a ktrace I did you can see what looks to be a delay of 
about 5 seconds  after the CALL kevent

86872 perdition 1259617190.144575 GIO   fd 6 wrote 43 bytes
   
n\M^]\^A\0\0\^A\0\0\0\0\0\0\^B18\^B96\^B81\^C206\ain-addr\^Darpa\0\0\f\0\^A
 86872 perdition 1259617190.144584 RET   sendto 43/0x2b
 86872 perdition 1259617190.144592 CALL  gettimeofday(0xbfbfde9c,0)
 86872 perdition 1259617190.144604 RET   gettimeofday 0
 86872 perdition 1259617190.144619 CALL  
kevent(0x4,0xbfbfdec0,0x1,0xbfbfdec0,0x1,0xbfbfdea4)
 86872 perdition 1259617195.147032 RET   kevent 0
 86872 perdition 1259617195.147085 CALL  close(0x6)
 86872 perdition 1259617195.147120 RET   close 0
 86872 perdition 1259617195.147138 CALL  socket(0x2,0x2,0)
 86872 perdition 1259617195.147150 RET   socket 6
 86872 perdition 1259617195.147159 CALL  
sendto(0x6,0xbfbfe100,0x2b,0,0x28269b60,0x10)
 86872 perdition 1259617195.147186 GIO   fd 6 wrote 43 bytes


Any ideas of what I can do to figure this out?

Thanks,
  William

___
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


FreeBSD 7.0 w/ 3ware 9650SE-24M8 no JBOD disks

2008-03-09 Thread William Taylor
I just installed FreeBSD 7.0 w/ a 3ware 9650SE-24M8 controller.
I set the controller to export JBOD disks but they don't show up in FreeBSD for 
some reason.
I have verified that they do show up in CentOS so I don't think the controller 
is setup wrong.
If I create an array it will show up in FreeBSD as da0. I have tried disabling 
the onboard 
sata controller as well to see if that made a difference. Also I couldn't find 
anything else
in the kernel that might pertain to this. BTW I had to use the onboard sata 
controller for the 
install because the disks were not showing up.


uname -a:  
FreeBSD localhost 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Mar  9 06:00:53 UTC 
2008 [EMAIL PROTECTED]:/usr/src/sys/amd64/compile/LDS  amd64

Potentialy relevent dmesg output:
3ware device driver for 9000 series storage controllers, version: 3.70.05.001
twa0: 3ware 9000 series Storage Controller port 0x3000-0x30ff mem 
0xd800-0xd9ff,0xda30-0xda300fff irq 18 at device 0.0 on pci9
twa0: [ITHREAD]
twa0: INFO: (0x04: 0x0053): Battery capacity test is overdue:
twa0: INFO: (0x15: 0x1300): Controller details:: Model 9650SE-24M8, 24 ports, 
Firmware FE9X 3.08.00.016, BIOS BE9X 3.08.00.004

da0 at twa0 bus 0 target 0 lun 0
da0: AMCC 9650SE-24M DISK 3.08 Fixed Direct Access SCSI-5 device 
da0: 100.000MB/s transfers
da0: 5721984MB (11718623232 512 byte sectors: 255H 63S/T 729450C)

FreeBSD has no problems detecting the disk w/ the onboard sata controller:
ad4: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata2-master SATA300
ad6: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata3-master SATA300
ad8: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata4-master SATA300
ad10: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata5-master SATA300
ad12: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata6-master SATA300
ad14: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata7-master SATA300


Thanks,
  William

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 7.0 w/ 9650SE-24M8 no JBOD disks

2008-03-09 Thread William Taylor
I just installed FreeBSD 7.0 w/ a 3ware 9650SE-24M8 controller.
I set the controller to export JBOD disks but they don't show up in FreeBSD for 
some reason.
I have verified that they do show up in CentOS so I don't think the controller 
is setup wrong.
If I create an array it will show up in FreeBSD as da0. I have tried disabling 
the onboard
sata controller as well to see if that made a difference. Also I couldn't find 
anything else
in the kernel that might pertain to this. BTW I had to use the onboard sata 
controller for the 
install because the disks were not showing up.


uname -a: 
FreeBSD localhost 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Mar  9 06:00:53 UTC 
2008 [EMAIL PROTECTED]:/usr/src/sys/amd64/compile/LDS  amd64

Potentialy relevent dmesg output:
3ware device driver for 9000 series storage controllers, version: 3.70.05.001
twa0: 3ware 9000 series Storage Controller port 0x3000-0x30ff mem 
0xd800-0xd9ff,0xda30-0xda300fff irq 18 at device 0.0 on pci9
twa0: [ITHREAD]
twa0: INFO: (0x04: 0x0053): Battery capacity test is overdue: 
twa0: INFO: (0x15: 0x1300): Controller details:: Model 9650SE-24M8, 24 ports, 
Firmware FE9X 3.08.00.016, BIOS BE9X 3.08.00.004

da0 at twa0 bus 0 target 0 lun 0
da0: AMCC 9650SE-24M DISK 3.08 Fixed Direct Access SCSI-5 device 
da0: 100.000MB/s transfers
da0: 5721984MB (11718623232 512 byte sectors: 255H 63S/T 729450C)

FreeBSD has no problems detecting the disk w/ the onboard sata controller:
ad4: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata2-master SATA300
ad6: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata3-master SATA300
ad8: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata4-master SATA300
ad10: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata5-master SATA300
ad12: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata6-master SATA300
ad14: 953869MB Hitachi HDS721010KLA330 GKAOA70M at ata7-master SATA300


Thanks,
  William
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]