Re: Dell H710 and H310 Raid Controller

2012-12-17 Thread Omer Faruk SEN
Does bcm5720 support committed to  9-Stable?


On Sun, Nov 4, 2012 at 9:53 PM, Sean Bruno sean...@yahoo-inc.com wrote:

 On Sun, 2012-11-04 at 05:47 -0800, Omer Faruk SEN wrote:
  It seems right now only way to go with Rx20 Server models is to use
  Intel
  cards (dell provides i350 chipset network interfaces as alternative)

 The Broadcom 5720 support is in current right now.  It will not be in
 9.1, but will be available in stable/9 soon-ish.

 Sean

___
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


making a custom iso

2012-12-17 Thread Omer Faruk SEN
Hi ,

I have just build a custom iso using

   cd /usr
  svn co http://svn.freebsd.org/base/stable/9 src
   cd src
   make buildworld buildkernel
   cd release
   make release
   make install DESTDIR=/var/freebsd-snapshot

Svn Revision is r244359  (9.1-RELEASE is r243825) but after install when i
do uname -a I get

9.1-PRERELEASE I think http://svn.freebsd.org/base/stable/9 should be
updated to 9-Stable

Regards.
___
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: Dell H710 and H310 Raid Controller

2012-11-04 Thread Omer Faruk SEN
Hi,


Just tried 9.1-RC3 with R720 which has H710p( the only difference with H710
is 1 gb cache instead of 512mb ). It has recognized both H710p raid as
mfid0 and also network cards are recognized as bgeX (*BCM5720)* but network
cards times out (watchdog timeout) I think it is about
http://forums.freebsd.org/showthread.php?t=31769page=2

It seems right now only way to go with Rx20 Server models is to use Intel
cards (dell provides i350 chipset network interfaces as alternative)

PS: I really need your comments on R420 with H710 or R320 with H310 raid
controllers

Regads.


On Fri, Nov 2, 2012 at 4:10 PM, kpn...@pobox.com wrote:

 On Thu, Nov 01, 2012 at 07:46:45PM +0200, Omer Faruk SEN wrote:
  Hi,
 
  Can anyone in this list verify that both RAID controllers are supported
 on
  FreeBSD 8.3 or 9.1

 Negative on 8.3. I'm running a post-8.3-release 8.3-STABLE compiled after
 the new mfi driver went in.

  H710 has  LSISAS2208 dual-core PowerPC ROC
  H310 has LSISAS2008.
 
  I am planning to use these controllers on R420 and R320 Dell Servers. I
  would also like to get comments on these two platfoms and if there are
 any
  issues on FreeBSD 9.1 (I know it is RC2 right now)

 I've got an H710 in an R620. It works fine for me.

 Of course, my system is lightly loaded for the most part. The past couple
 of days I've had one client pounding on it via netatalk. It held up well
 considering ZFS performing really badly on a 96% full pool when writing
 a lot of data. But that's an outlier. Usually my system is lightly loaded.

 Make sure you turn off all power savings controls in the BIOS.
 --
 Kevin P. Nealhttp://www.pobox.com/~kpn/
On the community of supercomputer fans:
 But what we lack in size we make up for in eccentricity.
   from Steve Gombosi, comp.sys.super, 31 Jul 2000 11:22:43 -0600

___
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


Dell H710 and H310 Raid Controller

2012-11-01 Thread Omer Faruk SEN
Hi,

Can anyone in this list verify that both RAID controllers are supported on
FreeBSD 8.3 or 9.1

H710 has  LSISAS2208 dual-core PowerPC ROC
H310 has LSISAS2008.

I am planning to use these controllers on R420 and R320 Dell Servers. I
would also like to get comments on these two platfoms and if there are any
issues on FreeBSD 9.1 (I know it is RC2 right now)

Regards.
___
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


mfi driver at FreeBSD 8.2

2012-10-23 Thread Omer Faruk SEN
Hi,

I remember someone sending a bug report about mfi driver on FreeBSD 8.2

Can I see the list of these bugs? Couldn't find any email about it. (I
remember i have read but can't find it )

Regards.
___
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: 8.3-BETA1 installation problem

2012-02-24 Thread Omer Faruk SEN
I have done a simple

dd if=/dev/zero of=/dev/ad6 count=100 bs=1m which i think covers all. But
still no luck.

Regards.

On Fri, Feb 24, 2012 at 8:11 PM, Michael Powell nightre...@hotmail.comwrote:

 Warren Block wrote:

  On Fri, 24 Feb 2012, Omer Faruk SEN wrote:
 
  Already done that but still habe the same issue. I can dd and sysctl but
  after installing without using W at disk label screen still no luck. I
  have also done
  sysctl kern.geom.debugflags=16 on fixit and restarted installation but
  still getting the same error.
 
  [Please don't top-post, it makes responding more difficult.]
 
  If you need to clear the old MBR the old way, use a LiveFS or Fixit
  shell and do this (as root):
 
  sysctl kern.geom.debugflags=16  and:
 
  dd if=/dev/zero of=/dev/adx oseek=1 bs=512 count=1
 
  The sysctl is not necessary.  The dd may not erase enough of the disk.
  It will erase a bsdlabel, but not the MBR/PMBR.  As always, be warned
  that this will erase the partition table on that disk, so make sure it's
  the correct target disk and that you have full backups:
 
 dd if=/dev/zero of=/dev/adX bs=512 count=34


 Excellent idea here. It covers GPT too, for as if a Linux distro was on the
 disk previously, or anything else using GPT. For me I only needed the one
 because my problem was only a change from FBSD 6.2 to 7.x something,
 no GPT involved - my problem was only disklabel related.

  Replace X with the correct drive number.



 ___
 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-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: 8.3-BETA1 installation problem

2012-02-23 Thread Omer Faruk SEN
Already done that but still habe the same issue. I can dd and sysctl but
after installing without using W at disk label screen still no luck. I have
also done
sysctl kern.geom.debugflags=16 on fixit and restarted installation but
still getting the same error.


On Thu, Feb 23, 2012 at 1:27 AM, Michael Powell nightre...@hotmail.comwrote:

 Warren Block wrote:

  On Wed, 22 Feb 2012, Omer Faruk SEN wrote:
 
  I am trying to install FreeBSD 8.3-BETA1 to a system with ssd disk
  recognized as ad6. At fixit mode i can dd device but at installer
  (sysinstall) when I configured disk and using w installer is unable to
  format devices stating that
 
  Unable to find device node for /dev/ad6s1b in dev. The creation of file
  systems will be aborted
 
  any suggestion on what may be the reason for that or is it a bug on
  installer
 
  Using Write is one of the causes for that.  Don't Write, just choose
  Quit after making selections.
 
  (There are other causes, like old partitioning information on the disk.
  Removing that with gpart destroy or just dd-ing zeros over it is the
  cure in that case.)

 If you need to clear the old MBR the old way, use a LiveFS or Fixit shell
 and do this (as root):

 sysctl kern.geom.debugflags=16  and:

 dd if=/dev/zero of=/dev/adx oseek=1 bs=512 count=1

 where x equals your drive number. This will zero out any old MBR.

 A time or two when I've seen this error this fixed it up and the install
 proceeds as normal. As Warren said before, don't use the W, just Q and
 sysinstall will queue and issue all the commands at a later point.

 -Mike


 ___
 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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


8.3-BETA1 installation problem

2012-02-22 Thread Omer Faruk SEN
Hi,

I am trying to install FreeBSD 8.3-BETA1 to a system with ssd disk
recognized as ad6. At fixit mode i can dd device but at installer
(sysinstall) when I configured disk and using w installer is unable to
format devices stating that

Unable to find device node for /dev/ad6s1b in dev. The creation of file
systems will be aborted

any suggestion on what may be the reason for that or is it a bug on
installer
___
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: replacing a kernel module located in installation Dvd

2012-02-13 Thread Omer Faruk SEN
Found answer to my own question

http://www.cyclecide.com/~rudy/example/custom-freebsd.html

is the link that i was looking for this is to replace a precompiled file
(such as adding a kernel module or changing default kernel)

Regards.

On Sat, Feb 11, 2012 at 8:20 PM, Omer Faruk SEN omerf...@gmail.com wrote:

 Hi,

 I am looking for a way to replace a kernel module on installation DVD and
 rebuild it so i can use it. I have made one about 2-3 years ago based on a
 script that i have found on internet but now i couldn't able to find it.

 Can someone direct me to the right place or suggest a way to do so since I
 absolutely remember nothing on how it was done..

 Thanks in advance.

 Regards.

___
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: replacing a kernel module located in installation Dvd

2012-02-13 Thread Omer Faruk SEN
Or to use a patch file (my friend send this to me) which is a better method
if you can apply patch

http://romana.now.ie/writing/customfreebsdiso.html



On Mon, Feb 13, 2012 at 2:13 PM, Omer Faruk SEN omerf...@gmail.com wrote:

 Found answer to my own question

 http://www.cyclecide.com/~rudy/example/custom-freebsd.html

 is the link that i was looking for this is to replace a precompiled file
 (such as adding a kernel module or changing default kernel)

 Regards.


 On Sat, Feb 11, 2012 at 8:20 PM, Omer Faruk SEN omerf...@gmail.comwrote:

 Hi,

 I am looking for a way to replace a kernel module on installation DVD and
 rebuild it so i can use it. I have made one about 2-3 years ago based on a
 script that i have found on internet but now i couldn't able to find it.

 Can someone direct me to the right place or suggest a way to do so since
 I absolutely remember nothing on how it was done..

 Thanks in advance.

 Regards.



___
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


replacing a kernel module located in installation Dvd

2012-02-11 Thread Omer Faruk SEN
Hi,

I am looking for a way to replace a kernel module on installation DVD and
rebuild it so i can use it. I have made one about 2-3 years ago based on a
script that i have found on internet but now i couldn't able to find it.

Can someone direct me to the right place or suggest a way to do so since I
absolutely remember nothing on how it was done..

Thanks in advance.

Regards.
___
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


ISP driver and FreeBSD

2011-12-28 Thread Omer Faruk SEN
Hi,

I have a dual port HBA:

isp0@pci0:2:0:0:class=0x0c0400 card=0x015d1077 chip=0x25321077
rev=0x02 hdr=0x00
vendor = 'QLogic Corporation'
device = '8Gb PCIe x8 Single/Dual Fibre Channel HBA (ISP2532)'
class  = serial bus
subclass   = Fibre Channel
isp1@pci0:2:0:1:class=0x0c0400 card=0x015d1077 chip=0x25321077
rev=0x02 hdr=0x00
vendor = 'QLogic Corporation'
device = '8Gb PCIe x8 Single/Dual Fibre Channel HBA (ISP2532)'
class  = serial bus
subclass   = Fibre Channel

for the SAN Storage we use EMC VNX5100. I have enabled driver
/boot/loader.conf:

isp_load=YES
ispfw_load=YES



I have attached a LUN  but I can see the daX disks and get following error:



# grep da0 /var/run/dmesg.boot
(da0:isp0:0:0:0): READ CAPACITY(10). CDB: 25 0 0 0 0 0 0 0 0 0
(da0:isp0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:25,0 (Logical unit not
supported)
(da0:isp0:0:0:0): fatal error, failed to attach to device
(da0:isp0:0:0:0): lost device
(da0:isp0:0:0:0): removing device entry

# grep da1 /var/run/dmesg.boot
(da1:isp1:0:0:0): READ CAPACITY(10). CDB: 25 0 0 0 0 0 0 0 0 0
(da1:isp1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:25,0 (Logical unit not
supported)
(da1:isp1:0:0:0): fatal error, failed to attach to device
(da1:isp1:0:0:0): lost device
(da1:isp1:0:0:0): removing device entry


Can anyone guide me what may be the problem. I use FreeBSD 8.1 amd64

Regards.
___
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 8.X and NC522SFP support?

2011-06-30 Thread Omer Faruk SEN
Hi,

Does anyone know that this card NC522SFP is supported under FreeBSD ?

http://h18000.www1.hp.com/products/servers/networking/nc522sfp/index.html

Regards
___
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


mfiutil cache?

2011-01-16 Thread Omer Faruk SEN
I am a bit confused with the output I get:

# mfiutil cache mfid0
mfi0 volume mfid0 cache settings:
  I/O caching: disabled
write caching: write-back
   read ahead: always
drive write cache: default


As you can see from above I/O caching is disabled. but I have write
caching: write-back. What should I understand from the output? Is my
write caching enabled with WB or ? I have a battery on my raid card
too.

Regards.
___
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


9 TB single device and zfs

2010-12-22 Thread Omer Faruk SEN
Hi,

Is it suggested to create a zfs on a single 9 TB volume?  There is
hardware raid and I am thinking to enable write-back cache on that hw
based raid card.

Regards.
___
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


zfs snmpd disk status

2010-11-09 Thread Omer Faruk SEN
Hi,

I have a system like:

/dev/da0s1a 48G2.2G 42G 5%/
devfs  1.0K1.0K  0B   100%/dev
/dev/da0s1d 72G940M 66G 1%/usr
opt547G 14G534G 2%/opt

/opt is a zfs partition

snmpd.conf :

disk / 1
disk /opt 1


Above configuration doesn't work (I only  see / partition)


snmpwalking UCD-SNMP-MIB::dskTable is as follows:

UCD-SNMP-MIB::dskIndex.1 = INTEGER: 1
UCD-SNMP-MIB::dskPath.1 = STRING: /
UCD-SNMP-MIB::dskDevice.1 = STRING: /dev/da0s1a
UCD-SNMP-MIB::dskMinimum.1 = INTEGER: 1
UCD-SNMP-MIB::dskMinPercent.1 = INTEGER: -1
UCD-SNMP-MIB::dskTotal.1 = INTEGER: 50777032
UCD-SNMP-MIB::dskAvail.1 = INTEGER: 44430528
UCD-SNMP-MIB::dskUsed.1 = INTEGER: 2284346
UCD-SNMP-MIB::dskPercent.1 = INTEGER: 5
UCD-SNMP-MIB::dskPercentNode.1 = INTEGER: 0
UCD-SNMP-MIB::dskTotalLow.1 = Gauge32: 50777032
UCD-SNMP-MIB::dskTotalHigh.1 = Gauge32: 0
UCD-SNMP-MIB::dskAvailLow.1 = Gauge32: 44430528
UCD-SNMP-MIB::dskAvailHigh.1 = Gauge32: 0
UCD-SNMP-MIB::dskUsedLow.1 = Gauge32: 2284346
UCD-SNMP-MIB::dskUsedHigh.1 = Gauge32: 0
UCD-SNMP-MIB::dskErrorFlag.1 = INTEGER: noError(0)
UCD-SNMP-MIB::dskErrorMsg.1 = STRING:



Is there anyone in this list achived to get disk usage of a zfs pool?

Regards.
___
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


freeradius snmp support

2010-10-21 Thread Omer Faruk SEN
Hi,

I have read in this mailing list that snmp support of  freeradius
(radiusd) has some issues and it was removed. What is the current (as
of 2.1.10) status of snmp support in radiusd?

Regards.


PS: I may have fully misunderstood this issue because it had been
really very long time. I couldn't able to find the mail from archives
so I wanted to ask it to this list.
___
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


Windows AD and ntpd sync problem

2010-09-13 Thread Omer Faruk SEN
Hi,

I am trying to sync my time against a ntp server on Active Directory
but no matter what i do ntpd did not sync against AD's NTP server.
ntpdate works perfectly against AD but not ntpd.

Here is my ntpd.conf:

restrict default nomodify notrap noquery
restrict 127.0.0.1
server 10.0.0.85 !! Active Directory server (w2k8 r2)

Has anyone came across something like that?

Regards.
___
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


Fwd: Hast + ZFS + Postgresql on FreeBSD 8.1

2010-08-22 Thread Omer Faruk SEN
-- Forwarded message --
From: Omer Faruk SEN omerf...@gmail.com
Date: Fri, Aug 20, 2010 at 10:57 PM
Subject: Hast + ZFS + Postgresql on FreeBSD 8.1
To: FreeBSD freebsd-questions@freebsd.org


Hi,

Is there any one here in this list tried this combo on FreeBSD 8.1 ? I
really would like to know your opinions about that. Especially I am
concerned on how to keep consistency of database  and recovery
procedures in the event of failure (I mean pgsql recovery or any)

Regards.
___
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


Hast + ZFS + Postgresql on FreeBSD 8.1

2010-08-20 Thread Omer Faruk SEN
Hi,

Is there any one here in this list tried this combo on FreeBSD 8.1 ? I
really would like to know your opinions about that. Especially I am
concerned on how to keep consistency of database  and recovery
procedures in the event of failure (I mean pgsql recovery or any)

Regards.
___
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: tcpdump filter maximum number?

2010-06-01 Thread Omer Faruk Sen
Just want to find out the limit of bpf filters that i can write on
tcpdump or on my special packet capture program that uses bpf
subsystem. Openfile limits is acceptable of course if that is the only
limit there is no problem i can raise it

On Mon, May 31, 2010 at 7:45 PM, Robert Bonomi bon...@mail.r-bonomi.com wrote:
 From owner-freebsd-questi...@freebsd.org  Mon May 31 04:19:25 2010
 Date: Mon, 31 May 2010 12:17:32 +0300
 From: Omer Faruk Sen omerf...@gmail.com
 To: FreeBSD freebsd-questions@freebsd.org
 Subject: tcpdump filter maximum number?

 Hi,

 Is there any limit on writing filters on tcpdump? Or is there any? I
 use FreeBSD as the operating system. Maybe this limit is not on
 tcpdump but on bpf on FreeBSD that is why I have stated FreeBSD

 There are _always_ limits to anything.  grin

 If nothing else, your filters are going to be limited by the number of
 open file descriptors.

 Not terribly helpful, I know, but if you explain more/better what you're
 trying to do, something more helpful may emerge.


 ___
 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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


tcpdump filter maximum number?

2010-05-31 Thread Omer Faruk Sen
Hi,

Is there any limit on writing filters on tcpdump? Or is there any? I
use FreeBSD as the operating system. Maybe this limit is not on
tcpdump but on bpf on FreeBSD that is why I have stated FreeBSD

Regards.
___
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


1 Gbit IPsec

2010-05-17 Thread Omer Faruk Sen
Hi

Is anyone here in this list able to find a card that have gained 1
Gbit encryption (or at least 800 mbits/s) that works for FreeBSD 8.0
or FreeBSD 8.0-Stable? It seems that Hifn support is not good at all
(new chipsets are not supported). Or maybe I am wrong so it is best to
ask to this list. If you use Hifn can I have your comments ?

Regards.
___
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


1 Gbit ipsec performance

2010-05-14 Thread Omer Faruk Sen
Hi,

Is anyone here in this list able to find a card that have gained 1
Gbit encryption (or at least 800 mbits/s) that works for FreeBSD 8.0
or FreeBSD 8.0-Stable? It seems that Hifn support is not good at all
(new chipsets are not supported). Or maybe I am wrong so it is best to
ask to this list. If you use Hifn can I have your comments ?

Regards.
___
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


IBM DS4800 Storage

2010-03-01 Thread Omer Faruk Sen
Hi ,

Is there anyone here that have used SAN against IBM DS4800 (Fiber). I
can see disk but i can't fdisk it.

 # camcontrol devlist -v
scbus0 on isp0 bus 0:
 at scbus0 target -1 lun -1 ()
scbus1 on isp1 bus 0:
IBM 1815  FAStT 0914 at scbus1 target 0 lun 6 (pass0,da0)
 at scbus1 target -1 lun -1 ()
scbus-1 on xpt0 bus 0:
 at scbus-1 target -1 lun -1 (xpt0)


fdisk /dev/da0
fdisk: could not detect sector size

and dmesg output when system boots:

registered firmware set isp_1040
registered firmware set isp_1040_it
registered firmware set isp_1080
registered firmware set isp_1080_it
registered firmware set isp_12160
registered firmware set isp_12160_it
registered firmware set isp_2100
registered firmware set isp_2200
registered firmware set isp_2300
registered firmware set isp_2322
registered firmware set isp_2400
isp0: Qlogic ISP 2432 PCI FC-AL Adapter port 0x6000-0x60ff mem
0xc7efc000-0xc7ef irq 17 at device 0.0 on pci36
isp0: [ITHREAD]
isp0: Board Type 2422, Chip Revision 0x3, loaded F/W Revision 4.0.20
isp1: Qlogic ISP 2432 PCI FC-AL Adapter port 0x7000-0x70ff mem
0xc5ffc000-0xc5ff irq 18 at device 0.0 on pci7
isp1: [ITHREAD]
isp1: Board Type 2422, Chip Revision 0x3, loaded F/W Revision 4.0.20
vgapci0: VGA-compatible display port 0x4000-0x40ff mem
0xd000-0xd7ff,0xdfff-0xdfff irq 22 at device 6.0 on
pci1
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2
isp1: 0.0.2 FCP RESPONSE: 0x2

and afterwards:

(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 10 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 80 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:6): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:6): CAM Status: SCSI Status Error
(da0:isp1:0:0:6): SCSI Status: Check Condition
(da0:isp1:0:0:6): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:6): Vendor Specific ASC
(da0:isp1:0:0:6): Unretryable error
isp1: 0.0.6 FCP RESPONSE: 0x2
(da0:isp1:0:0:6): Synchronize cache 

Synchronize cache failed, status == 0x59

2010-02-27 Thread Omer Faruk Sen
Hi,

I am trying to use a Qlogic 2432 chip based card on FreeBSD 7.1 or
7.2. The SAN storage is IBM DS 4800. I get following error on boot and
can't fdisk the fiber LUN.Following is the dmesg output:

da0 at isp1 bus 0 target 0 lun 2
da0: IBM 1815  FAStT 0914 Fixed Direct Access SCSI-5 device
da0: 400.000MB/s transfers
da0: Command Queueing Enabled
da0: 20480MB (41943040 512 byte sectors: 255H 63S/T 2610C)
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #5 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #4 Launched!
SMP: AP CPU #7 Launched!
(da0:isp1:0:0:2): READ(6)/WRITE(6) not supported, increasing
minimum_cmd_size to 10.
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 1 0 0 1 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
isp1: 0.0.2 FCP RESPONSE: 0x2
(da0:isp1:0:0:2): Synchronize cache failed, status == 0x59, scsi status == 0x0
(da0:isp1:0:0:2): READ(10). CDB: 28 0 2 7f ff ff 0 0 1 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 80 0 0 10 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 10 0 0 10 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 0 0 0 10 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 2 0 0 0 10 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 80 0 0 10 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error
(da0:isp1:0:0:2): READ(10). CDB: 28 0 0 0 0 10 0 0 10 0
(da0:isp1:0:0:2): CAM Status: SCSI Status Error
(da0:isp1:0:0:2): SCSI Status: Check Condition
(da0:isp1:0:0:2): ILLEGAL REQUEST asc:94,1
(da0:isp1:0:0:2): Vendor Specific ASC
(da0:isp1:0:0:2): Unretryable error

Can someone enlighten me about this  error? What is my err on this issue?

Regards.
___
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 8.0 slow boot

2010-01-20 Thread Omer Faruk Sen
Hi,

After boot loader multi choice menu FreeBSD 8.0 waits about 2 ~
minutes to boot just showing

|

sign. As far as I know FreeBSD 8.0 uses a new TTY subsystem

OLD one:

 w
 6:28PM  up 5 days,  4:09, 2 users, load averages: 0.00, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0


NEW one (with 8.0)

w
12:26AM  up 11 mins, 2 users, load averages: 0.00, 0.02, 0.02
USER TTY  FROM  LOGIN@  IDLE WHAT
root pts/1


I think this is related with that. Is there any option to use old TTY
subsystem on 8.0 or how can I speed up that boot wait process.

Regards.
___
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


ntpq command output and unreachable state?

2009-12-19 Thread Omer Faruk Sen
Hi,

I am trying to understand output of ntpq -c peers (or ntpq -p). What I
am trying to understand that when a ntp server is announced as
unreachable. I have made a test. I setup a test ntp server with


/etc/ntp.conf
=
restrict default nomodify notrap noquery
restrict 127.0.0.1
server 0.pool.ntp.org
server clock.isc.org

and started ntpd daemon using

/usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid -f
/var/db/ntpd.drift -g -l /var/log/ntpd.log

and blocked all port 123 traffic that goes out from this ntp server at
my gateway (to simulate to lost connection on ntp servers at ntp.conf)
After 26 hours later my ntpd still thinks that it can reach to
clock.isc.org (as can be seen with * mark before clock.isc.org
below)

# ntpq -c peers
 remote   refid  st t when poll reach   delay   offset  jitter
==
+194.27.110.130  131.188.3.2202 u  27h 10240   67.816   13.282   0.000
*clock.isc.org   204.123.2.5  2 u  26h 10240  224.461  -15.208   0.000

But I am sure that it can't reach (I sniff my firewall so no traffic
comes from clock.isc.org). My question is how can I find out that my
ntp servers defined at ntp.conf are unreachable (I know that if ntp
server is unreachable than my local ntp server stops to answer for ntp
 requests)

Best Regards.
___
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: ntpq command output and unreachable state?

2009-12-19 Thread Omer Faruk Sen
I have used ntpq -c associations to see if the server is reachable or
not. But even the peers are not reachable my ntpd answers to queries
for some time and after recovering connection (reachable state) my
ntpd doesn't answer to ntp clients even if ntpq -c peers states *
state. But after certain amount of time time can be synced with my
ntpd server. (this recovery process took more than 1 hour in my test
setup).



On Sat, Dec 19, 2009 at 2:10 PM, Omer Faruk Sen omerf...@gmail.com wrote:
 Hi,

 I am trying to understand output of ntpq -c peers (or ntpq -p). What I
 am trying to understand that when a ntp server is announced as
 unreachable. I have made a test. I setup a test ntp server with


 /etc/ntp.conf
 =
 restrict default nomodify notrap noquery
 restrict 127.0.0.1
 server 0.pool.ntp.org
 server clock.isc.org

 and started ntpd daemon using

 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid -f
 /var/db/ntpd.drift -g -l /var/log/ntpd.log

 and blocked all port 123 traffic that goes out from this ntp server at
 my gateway (to simulate to lost connection on ntp servers at ntp.conf)
 After 26 hours later my ntpd still thinks that it can reach to
 clock.isc.org (as can be seen with * mark before clock.isc.org
 below)

 # ntpq -c peers
     remote           refid      st t when poll reach   delay   offset  jitter
 ==
 +194.27.110.130  131.188.3.220    2 u  27h 1024    0   67.816   13.282   0.000
 *clock.isc.org   204.123.2.5      2 u  26h 1024    0  224.461  -15.208   0.000

 But I am sure that it can't reach (I sniff my firewall so no traffic
 comes from clock.isc.org). My question is how can I find out that my
 ntp servers defined at ntp.conf are unreachable (I know that if ntp
 server is unreachable than my local ntp server stops to answer for ntp
  requests)

 Best Regards.

___
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


gmirror and geli/gshsec

2009-11-18 Thread Omer Faruk Sen
Is it possible to use geli/gshsec on a gmirrored disk partitions? Such as:

Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/mirror/gm0a 29G260M 26G 1%/
devfs   1.0K1.0K  0B   100%/dev
/dev/mirror/gm0e146G 31M134G 0%/data
/dev/mirror/gm0d 39G1.2G 34G 3%/usr


I want to mirror /data and also encrypt it.

Regards.
___
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: NFS performance-tuning FreeBSD - NetApp

2009-08-03 Thread Omer Faruk SEN
Merhaba Ewald,

You can read http://communities.netapp.com/thread/39 thread. There is special 
mount options for Linux and also for FreeBSD give it a try.

Regards.

Monday, August 3, 2009, 11:55:16 AM, you wrote:

 Hi,

 I've got a FreeBSD 7.2 box (HP C-class Blade - AMD dual core Opteron
 (x64), 4GB RAM, Broadcom NetXtreme II BCM5706) that should be
 connected to a NetApp 3170 filer via NFS.

 Out of the box, with nothing tuned (no special parameters for
 mount_nfs, no kernel tuning), performance is very sluggish: I've got
 ~250Mbit/sec performance with peaks around 400Mbit/sec.

 Sure enough, neither CPU (server and NetApp) nor network performance
 is the problem here - it must be something NFS-related.

 Any ideas on how to increas my NFS-performance? (Special mount
 parameters, kernel tuning,...)

 Thanks in advance for any clue,
 -ewald


 ___
 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



-- 
Best regards,
 Omermailto:of...@enderunix.org
___
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: ata-raid.c patch for ICH7 RAID1

2009-03-02 Thread Omer Faruk Sen
I can't actually apply this patch to FreeBSD 6.3-RELEASE. It seems
ataraid is something not to be used in FreeBSD so I have started to
use gmirror instead. Only downside of it is there are 2 disks shown in
boot loader not one so if F1 (first disk goes) goes you have to
manually select other disk just for one time.

On Sun, Mar 1, 2009 at 8:59 PM, Tamouh Hakmi ha...@rogers.com wrote:
 Hi,

 Has anyone had experience applying this patch to their FreeBSD 6.x setup?

 http://www.nabble.com/Vital-Patches-for-ataraid-with-Intel-Matrix-RAID-(ICH7)-td16179257.html

 I've couple of machines using ICH8/ICH9 which seem to exhibit the same 
 problems and would be interested in applying the patch. But want to avoid any 
 complications that may result from it.

 Any feedback is appreciated, do you know if FBSD 6.4 has the patch already 
 implemented?

 Thanks,

 Tamouh Hakmi


 ___
 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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


top output question

2009-02-17 Thread Omer Faruk Sen
Hi,

I see process like postgres what is the meaning of  in top output
I couldn't find it in the manual page.

Regards.
___
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


auditdonly works for console

2009-02-09 Thread Omer Faruk Sen
Hi,

I have tested audit subsystem with FreeBSD 7.1. But the weird thing is
that I only get commands that are executed on console not the ones
that are executed through ssh. Am I missing something here?
I have followed these steps:
http://www.freebsd.org/doc/en/books/handbook/audit-install.html

Regards.
___
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 6.3/7.1 and Linux disk performance test

2009-02-07 Thread Omer Faruk Sen
Hi,

I have installed a new server to test performance results. BIOS and
RAID BIOS is the latest in this server ( Raid controller is a Intel
SRCSASBB8I )



# dmesg |grep -i mfi
mfi0: LSI MegaSAS 1078 port 0x2000-0x20ff mem
0xb8b0-0xb8b3,0xb8b4-0xb8b7 irq 16 at device 0.0 on
pci10
mfi0: Megaraid SAS driver Ver 3.00
mfi0: 1870 (287314652s/0x0020/info) - Shutdown command received from host
mfi0: 1871 (boot + 3s/0x0020/info) - Firmware initialization started
(PCI ID 0060/1000/1013/8086)
mfi0: 1872 (boot + 3s/0x0020/info) - Firmware version 1.20.72-0562
mfi0: 1873 (boot + 3s/0x0020/info) - Board Revision
mfi0: 1874 (boot + 15s/0x0002/info) - Inserted: PD 08(e0xff/s8)
mfi0: 1875 (boot + 15s/0x0002/info) - Inserted: PD 08(e0xff/s8) Info:
enclPd=, scsiType=0, portMap=00,
sasAddr=5000c5000bcb90b1,
mfi0: 1876 (boot + 15s/0x0002/info) - Inserted: PD 09(e0xff/s9)
mfi0: 1877 (boot + 15s/0x0002/info) - Inserted: PD 09(e0xff/s9) Info:
enclPd=, scsiType=0, portMap=01,
sasAddr=5000c5000bcb962d,
mfi0: 1878 (boot + 15s/0x0002/info) - Inserted: PD 0a(e0xff/s10)
mfi0: 1879 (boot + 15s/0x0002/info) - Inserted: PD 0a(e0xff/s10) Info:
enclPd=, scsiType=0, portMap=02,
sasAddr=5000c5000bcb8f8d,
mfi0: [ITHREAD]
mfi0: 1880 (287314711s/0x0020/info) - Time established as 02/07/09
9:38:31; (52 seconds since power on)
mfid0: MFI Logical Disk on mfi0
mfid0: 556928MB (1140588544 sectors) RAID volume ''


I have installed RHEL 5.3 x64 on this server and here is simple dd
performance test:

Last login: Fri Feb  6 12:15:32 2009 from 10.0.0.51
[r...@localhost ~]# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes (819 MB) copied, 1.8473 seconds, 443 MB/s
[r...@localhost ~]# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes (819 MB) copied, 2.05412 seconds, 399 MB/s
[r...@localhost ~]# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes (819 MB) copied, 1.94096 seconds, 422 MB/s
[r...@localhost ~]# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes (819 MB) copied, 2.1092 seconds, 388 MB/s
[r...@localhost ~]# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes (819 MB) copied, 1.84414 seconds, 444 MB/s
[r...@localhost ~]# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes (819 MB) copied, 2.09829 seconds, 390 MB/s

And after that I have tested with FreeBSD 6.3 and 7.1:

6.3:

# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.534685 secs (231760388 bytes/sec)
# cd /var/tmp/
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.051668 secs (268443342 bytes/sec)
# cd /
# cd /var/tmp/
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.001266 secs (272951481 bytes/sec)
# cd /home/
cd: can't cd to /home/
# cd /usr/
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.678156 secs (222720290 bytes/sec)
# cd /boot
# dd if=/dev/zero of=bigfile bs=8192 count=10
cd /usr/10+0 records in
10+0 records out
81920 bytes transferred in 2.985471 secs (274395563 bytes/sec)
# local
# pwd
/usr/local
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.501986 secs (233924406 bytes/sec)

7.1:

Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a9.7G2.6G6.3G29%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1d478G4.0K440G 0%/opt
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.441476 secs (238037393 bytes/sec)
# cd /
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.132512 secs (261515371 bytes/sec)
# cd /usr/local/
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.296514 secs (248504951 bytes/sec)

# cd /usr
# dd if=/dev/zero of=bigfile bs=8192 count=10
10+0 records in
10+0 records out
81920 bytes transferred in 3.069655 secs (266870386 bytes/sec)

as you can see there is a big difference in just simple dd test. Is
there additional steps that I can follow to increase performance? By
the way If I use write-thru cache on this raid card FreeBSD 6.3 and
FreeBSD 7.1 only gives 13MB/s~ which is very very bad. Linux gives a
slight decrease on dd test with write-thru cache but freebsd goes from
230-270 

10gb network interface suggestions

2009-02-07 Thread Omer Faruk Sen
Hi,

I want to ask if anyone here in this list has any experience with
10gbE on FreeBSD? My questions:

1) Which 10gbE to use? I see that intel has a good support for 10gbE
on FreeBSD with its own driver for FreeBSD:

http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=2992DwnldID=14688lang=eng

But also I am open to other brands. Especially If anyone has
experience on that this matter would be very very helpful. I have seen
that Sun has quad 10gbE adapters:
http://www.sun.com/products/networking/ethernet/10gigethernet/index.xml
 I am not sure if FreeBSD supports that?

2) Do you suggest fiber or copper?

3) Which bus option to use ? As far as I see intel has both (Pci
Express and PCI-X not sure if their PCI Express cards are PCI Express
2.0 for pcie2 http://en.wikipedia.org/wiki/PCI_Express shows
significant performance boost)
http://www.intel.com/network/connectivity/products/server_adapters.htm?iid=nc+server#s1=10%20Gigabit%20Ethernets2=alls3=all

4) Especially since I am new to 10gbE I also request if someone can
suggest me 10gbE switch. There are lots switches but not sure. One of
my colleague told me that enterasys is good ad 10gbE but not sure.

Regards.
___
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


system time on top output

2009-02-04 Thread Omer Faruk Sen
Hi,

I have a running pgsql server but on heavy loads it consumes lots of
time in system (more than %50). I can see that

CPU states: 15.4% user,  0.0% nice, 81.9% system,  1.5% interrupt,  1.2% idle

But how can I debug that kind of system. vmstat and other tools only
show most cpu is used by system. But how can I go deeper and debug
that kind of a problem?
Any tools that you can suggest me?
___
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


zfs root partition boot?

2009-02-02 Thread Omer Faruk Sen
Hi,

Can I use zfs on / using FreeBSD 7.1?  I also use
http://people.freebsd.org/~rse/mirror/ script to create mirror is
there such a a tool for ZFS to use on Fbsd 7.1?

Regards.
___
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


atacontrol software or hardware raid

2009-01-25 Thread Omer Faruk Sen
How can I detect if system has Software or hardware raid? Since in manual page:

 The atacontrol command can also be used to create purely software RAID
 arrays in systems that do NOT have a real hardware RAID card such as a
 Highpoint or Promise card.  A common scenario is a 1U server such as the
 HP DL320 G4 or G5.  These servers contain a SATA controller that has 2
 channels that can contain 2 disks per channel, but the servers are wired
 to only place a single SATA drive on each channel.

Or how can I find out if the hardware is real hardware RAID card?
For example my system has following dmesg output:

ad4: 152627MB Seagate ST3160815AS 4.AAB at ata2-master SATA300
ad6: 152627MB Seagate ST3160815AS 4.AAB at ata3-master SATA300
ar0: 152625MB Intel MatrixRAID RAID1 status: READY
ar0: disk0 READY (master) using ad6 at ata3-master
ar0: disk1 READY (mirror) using ad4 at ata2-master

This system is an intel server with S3210SH server board in it. While
installing system I see ad4,ad6 and ar0 as harddrives in sysinstall. I
choose to install ar0.

Additionally as far as I see ar0 is very susceptible to errors since a
single CRC error can break the RAID consistency is that normal?  I
really appreciate those who uses such a kind of RAID1

Regards.
___
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


mfi raid tool for freebsd?

2008-12-24 Thread Omer Faruk SEN

I have a server with LSI MegaSAS 1064R RAID controller which is recognized as 
mfid0 . Is there a tool that i can query the status of the raid also the status 
of disks? I have tried smartmontools but it didn't work at all..

Regards
  

-- 
Best regards,
 Omer  mailto:o...@faruk.net
___
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[2]: mfi raid tool for freebsd?

2008-12-24 Thread Omer Faruk SEN
Which is broken: 
 
Unfetchable - mark as BROKEN

But thanks again.

Wednesday, December 24, 2008, 4:10:17 PM, you wrote:

 Hello Omer,

 Wednesday, December 24, 2008, 1:32:05 PM, you wrote:

 I have a server with LSI MegaSAS 1064R RAID controller which is
 recognized as mfid0 . Is there a tool that i can query the status of
 the raid also the status of disks? I have tried smartmontools but it didn't 
 work at all..

 Port:   linux-megacli-1.01.40_2
 Path:   /usr/ports/sysutils/linux-megacli
 Info:   LSI MegaRAID SAS controller management utility

 Unfortunately, we do not have native tool yet :-(
 It would be nice to ask LSI to port it to FreeBSD.




-- 
Best regards,
 Omermailto:o...@faruk.net
___
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


netgraph one2many question

2008-09-17 Thread Omer Faruk SEN


  Hi,

I want to setup a one2many setup so a traffic comes to one interface should be 
duplicated to other 2 interfaces like:

# Plumb nodes together
/usr/sbin/ngctl mkpeer vr1: one2many upper one
/usr/sbin/ngctl connect vr1: vr1:upper lower many0
/usr/sbin/ngctl connect vr2: vr1:upper lower many1
/usr/sbin/ngctl connect vr3: vr1:upper lower many2

# Allow vr2 through vr3 to xmit/recv vr1 frames

/usr/sbin/ngctl msg vr2: setpromisc 1
/usr/sbin/ngctl msg vr3: setpromisc 1
/usr/sbin/ngctl msg vr2: setautosrc 0
/usr/sbin/ngctl msg vr3: setautosrc 0

# Configure all three links as up

/usr/sbin/ngctl msg vr1:upper setconfig { xmitAlg=1 failAlg=1 enabledLinks=[ 1 
1 1 ] }

But when  I sniff vr2 or vr3 I get no traffic. Can someone enlighten me what am 
I doing wrong here?

Regards

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


inventory software?

2008-08-26 Thread Omer Faruk SEN


  Hello,

Is there a inventory software in ports tree? What i want is to learn all 
hardware details (ram ,  cpu , mainboard etc. serial numbers and amount of 
them). I need a simple program that does this but couldn't able to find in 
ports tree

Thanks in advance.

Regards.

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


Re[2]: inventory software?

2008-08-26 Thread Omer Faruk SEN


Tuesday, August 26, 2008, 11:07:31 AM, you wrote:

That's great... Thanks..

 On Tue, Aug 26, 2008 at 3:48 PM, Wojciech Puchar 
 [EMAIL PROTECTED] wrote:

 Is there a inventory software in ports tree?


 in base system - simply read /var/run/dmesg.boot


 sysutils/dmidecode

 cat pkg-descr
 Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table
 contents in a human-readable format. The output contains a description of
 the
 system's hardware components, as well as other useful pieces of information
 such as serial numbers and BIOS revision.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


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


carp interface and running manual scripts

2008-08-05 Thread Omer Faruk SEN


  Hi,

Is it possible to run a script after carp interface becomes MASTER? Ie external 
script that runs the required services..

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


minpasswordlen and login.conf not working on 6 or 7 series

2008-05-07 Thread Omer Faruk Sen
Hi,


I wanted to set  the minimum length of  passwords  of my users so I
have done the followings in login.conf

1) added  :minpasswordlen=5:\ todefault like:


default:\
:passwd_format=md5:\
:copyright=/etc/COPYRIGHT:\
:welcome=/etc/motd:\
:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\
:path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/loca
l/bin ~/bin:\
:nologin=/var/run/nologin:\
:cputime=unlimited:\
:datasize=unlimited:\
:stacksize=unlimited:\
:memorylocked=unlimited:\
:memoryuse=unlimited:\
:filesize=unlimited:\
:coredumpsize=unlimited:\
:openfiles=unlimited:\
:minpasswordlen=5:\
:maxproc=unlimited:\
:sbsize=unlimited:\
:vmemoryuse=unlimited:\

2) Have run cap_mkdb /etc/login.conf

After that still the users can change their passwords to less than 5
characters and no warning are shown to the user . I have tested this
at FreeBSD 6.2, FreeBSD 6.3 and even on FreeBSD 7.0 it doesn't work

But I have found a FreeBSD 4.11 and followed the same steps and I got
following on passwd command:

ns1~# passwd x
Changing local password for x.
New password:
Please enter a password at least 5 characters in length.
New password:
Password unchanged.


Am I missing something here? Or this may be a bug on FreeBSD 6.X and 7.X

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


Re: minpasswordlen and login.conf not working on 6 or 7 series

2008-05-07 Thread Omer Faruk Sen
Actually I have read it but haven't read all the man pages because
even in 7.0 manual page for login.conf still have:

 minpasswordlennumber6 The minimum length a local password 
may be.

I think that line should be removed from manual page too.

Regards, thanks for the fast reply.

On Thu, May 8, 2008 at 12:16 AM, Mel
[EMAIL PROTECTED] wrote:
 On Wednesday 07 May 2008 23:00:04 Omer Faruk Sen wrote:

   I wanted to set  the minimum length of  passwords  of my users so I
   have done the followings in login.conf
  
   1) added  :minpasswordlen=5:\ todefault like:


  Am I missing something here? Or this may be a bug on FreeBSD 6.X and 7.X

  You didn't read the login.conf manpage:
  The minpasswordlen and minpasswordcase facilities for enforcing restric-
  tions on password quality, which used to be supported by login.conf, have
  been superseded by the pam_passwdqc(8) PAM module.

  --
  Mel

  Problem with today's modular software: they start with the modules
 and never get to the software part.

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


install.cfg and command

2008-04-29 Thread Omer Faruk Sen
Hi,

At
http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/040502.htmlit
states that I can run commands while installing server like:

command=echo keyrate=fast  /etc/rc.conf
system

But when I use that I get error I can't issue that command. Is there a
speacial way  to execute commands like that in install.cfg ( echo   
file_on_disk_not_in_memory_filesystem   )
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


LOADER_TFTP_SUPPORT=YES and FreeBSD 6.3

2008-04-26 Thread Omer Faruk Sen
Hi,

I am trying to build a install server. I have used make
-DLOADER_TFTP_SUPPORT=YES in /usr/src/obj and copied it over to my /pxeboot/
which I have copied contents from FreeBSD 6.3 Install
cd. But no matter what I have done pxeboot always tries to use nfs but no
tftp. There is a similar thread that states with FreeBSD 6.3 and above
LOADER_TFTP_SUPPORT=YES doesn't work:

http://www.opensubscriber.com/message/freebsd-questions@freebsd.org/8560733.html


Does anyone successfully managed to use pxeboot with tftp ( and mfsroot) but
not with the nfs mount?

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


splash screen on amd64?

2008-03-24 Thread Omer Faruk Sen
Hi,

Is there a way to use splash screen on amd64 machines? Since whatever I do
it was not possible with 6.3-RELEASE amd64.

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


Re: splash screen on amd64?

2008-03-24 Thread Omer Faruk Sen
Than is there a possibility that we can use to see picture on bootup
(kernel) without using splash (another driver ..) ?

On Mon, Mar 24, 2008 at 4:34 PM, Pieter de Goeje [EMAIL PROTECTED] wrote:

 On Monday 24 March 2008, Omer Faruk Sen wrote:
  Hi,
 
  Is there a way to use splash screen on amd64 machines? Since whatever I
 do
  it was not possible with 6.3-RELEASE amd64.

 I believe you need i386 FreeBSD to do that, because options VESA, which
 splash(4) relies on, isn't supported by FreeBSD amd64.

 --
 Pieter de Goeje


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


Re: esx 3.0.2 update1 BTX Halted issue

2008-02-20 Thread Omer Faruk SEN
Hello

It was my bad not to enable the VT feature of the CPU so esx wasn't supporting 
the 64 bit systems. This error is taken just  because of that. Fixed the issue 
and now I can happily install fbsd amd64 to esx3.0.2 update1 

Tuesday, February 19, 2008, 8:07:53 PM, you wrote:

   Hi,

 I am trying to install amd64 version of the freebsd 6.2 (also 6.3 gives the 
 same error).

 After options presented in the loader whatever I choose ( safe
 mode, wo acpi...) it directly goes to BTX Halted mode.

 Has anyone in this list installed fbsd 6.2 or 6.3 to esx 3.0.2
 update 1 ?(I have also tried esx 3.0.2 without update 1 and has
 taken the same error message). If yes have you done anything special for this 
 system ?

 BTW: This system is upgraded from first 2.5.4 

 Regards.


 -- 
 Omer Faruk Sen
 http://www.faruk.net




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


esx 3.0.2 update1 BTX Halted issue

2008-02-19 Thread Omer Faruk SEN

  Hi,

I am trying to install amd64 version of the freebsd 6.2 (also 6.3 gives the 
same error).

After options presented in the loader whatever I choose ( safe mode, wo 
acpi...) it directly goes to BTX Halted mode.

Has anyone in this list installed fbsd 6.2 or 6.3 to esx 3.0.2 update 1 ?(I 
have also tried esx 3.0.2 without update 1 and has taken the same error 
message). If yes have you done anything special for this system ?

BTW: This system is upgraded from first 2.5.4 

Regards.


-- 
Omer Faruk Sen
http://www.faruk.net

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


esx 3.0.2 Update 1 and BTX halted

2008-02-19 Thread Omer Faruk Sen
Hi,
I am trying to install amd64 version of the freebsd 6.2 (also 6.3 gives
the same error).

After options presented in the loader whatever I choose ( safe mode, wo
acpi...) it directly goes to BTX Halted mode.

Has anyone in this list installed fbsd 6.2 or 6.3 to esx 3.0.2 update 1
?(I have also tried esx 3.0.2 without update 1 and has taken the same
error message). If yes have you done anything special for this system ?

BTW: This system is upgraded from first 2.5.4

Regards.


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


disabling boot output

2008-01-04 Thread Omer Faruk Sen
Hi,

How can I disable boot messages so user can't see any boot message.
I think there is 4 part for that and each of them requires a different
configuration file to be edited.

1) boot
2) loader
3) kernel message
4) init scripts

Can anyone send me an URL that depicts those changes? Or at least where to
look for them. I think 2,3,4 can be done with configuration files but 1 step
requires some code change right?


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


a customized sysinstall

2008-01-01 Thread Omer Faruk Sen
Hi,

I am looking a way in to integrating a afterinstall scripts/files in to
standart FreeBSD sysinstall program. What I think is to add a new
distribution (like src,ports,doc,local..) to FreeBS, create ISO and after
that run after-install script on the chrooted directory.

Can anyone suggest me where to look ? (URL or whatever that may be useful)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


adding diablo-jdk-1.5.0.07.01_8.tbz package in a script

2007-12-26 Thread Omer Faruk Sen
Hi,

Is there a way to add a package that requires the acceptance of the license
(such as diablo-jdk-1.5.0.07.01_8.tbz) in a script.

I have made a yes yes | pkg_add diablo-jdk-1.5.0.07.01_8.tbz but it didn't
work. Maybe there is an option that can be used somewhere .

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


sangoma s518 adsl card sppp driver problem.

2006-02-20 Thread Omer Faruk Sen
Hi, 

I have a problem with s518 sangoma adsl card. I have FreeBSD-5.4 Release 
installed and installed wanpipe driver and software. Card has been detected 
perfectly that I can see on dmesg output. I have created a conf file using 
wancfg command and after running wanrouter start I get following error: 


wanpipe: S518-PCI ADSL card found, cpu(s) 1, bus #0, slot #19, irq #10
WANPIPE: Allocating maximum 1 devices:
WANPIPE: wanpipe1-wanpipe1.
WANPIPE(tm) L.I.P Network Layer Beta5-2.8.2 (c) 1995-2004 Sangoma 
Technologies I

nc.
WanpipeLIP: Protocols: FR PPP CHDLC
Registering Wanpipe Lip protocol 


Processing WAN device wanpipe1...
wanpipe1: Locating: ADSL card, CPU , PciSlot=19, PciBus=0
wanpipe1: Found: ADSL card, CPU A, PciSlot=19, PciBus=0
wanpipe1: Starting hardware setup...
wanpipe1: ADSL PCI memory at 0xe800
wanpipe1: IRQ 10 allocated to the ADSL card
wanpipe1: Set interrupt handler...
wanpipe1: Starting ADSL device.
wanpipe1: Initializing S518 ADSL card...
wanpipe1: Initializing LAN Interface
wanpipe1: Enabling ADSL (ATM OAM) Watchdog
wanpipe1: ADSL HW Addr: 00:77:77:77:7a:db
wanpipe1: Creating new WAN interface waad0...
wanpipe1: Please verify that SPPP is enabled in your kernel!
wanpipe1: Failed to create new interface (-22)!
wanpipe1: Device already configured! 



# wanrouter debug
Wanpipe environment/utilites/modules/operation OK 

I have compiled sppp in to the kernel but no luck again. I take wanpipe1: 
Please verify that SPPP is enabled in your kernel! message. Has anyone has a 
solution for that? 




---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*** 


AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/ 



Life is trouble.. Only Death is not!
 -Alexis Zorba
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


x225 serveraid 5i with bios 7.10.18

2006-02-01 Thread Omer Faruk Sen
Hi 

Does anyone successfully booted this system. I have one of this and at 
loader stage it dumps a lot of things to screen and can't boot system. But 
if I remove serveraid 5i card system boots but naturally can't find any hdd. 

I have updated serveraid 5i card's bios to 7.10.18 but it didn't help.. 

I have tried both 5.4 and 6.0 

I have used cd image (serveraid support cd) located 
http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-56811 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*** 


AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/ 



Life is trouble.. Only Death is not!
 -Alexis Zorba
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.0-RELEASE apache13-modssl signal 11s

2006-01-23 Thread Omer Faruk Sen


I have installed  apache13-modssl 1.3.34+2.8.25_2 to my FreeBSD 6.0-RELEASE. 
But when I try to start server using -DSSL I get signal 11s. But when I 
disable mod_ssl httpd works fine. Does anybody lived something like that 
with FreeBSD 6.0-RELEASE 



---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*** 


AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/ 



Life is trouble.. Only Death is not!
 -Alexis Zorba
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


multi port modem cards for FreeBSD

2006-01-08 Thread Omer Faruk Sen
Hi, 

I will install a fax server using hylafax on FreeBSD. This fax server must 
handle at least 8 fax-modem attached to it. For this I think I need a serial 
port multiplier or PCI based fax-modem cards which has at least 8 ports 
fax-modem chip. For FreeBSD 6.0 which hardware do I have to use for not 
having any driver specific problems. Can you recommend me one that works 
with hylafax and FreeBSD? 

Any suggestions? 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*** 


AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/ 



Life is trouble.. Only Death is not!
 -Alexis Zorba
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipw and 6.0-RELEASE

2005-11-13 Thread Omer Faruk Sen
Hi, 

As stated I am trying to install ipw-firmware port on 6.0-RELEASE but port 
states that I ipw support is already included in source tree. But when I try 
to activate this interface (ipw0) I get 

ipw0: Pleas load firmware. 



and thus I can't associate againsy my AP. 

Which one is right? I am a bit confused here.. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*** 


AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


why mozilla but not firefox?

2005-11-06 Thread Omer Faruk Sen
Hi,

I am sure this question was asked before but why gnome2 metaport installs
mozilla but not firefox?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ibm x345 system

2005-10-17 Thread Omer Faruk Sen


Hi, 



Does FreeBSD support this system without problem? (raid,ethernet...)
Anyone in this list has installed FreeBSD 5.4 or FreeBSD 6 successfully? We 
are going to buy that system but want to be sure if everything works fine 

A google search doesn't give the answer so I am asking here. 



---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ibm x346 !!! system

2005-10-17 Thread Omer Faruk Sen

Sorry for the wrong server. It will be x346 not x345...



Omer Faruk Sen wrote:



Hi,

Does FreeBSD support this system without problem? (raid,ethernet...)
Anyone in this list has installed FreeBSD 5.4 or FreeBSD 6 
successfully? We are going to buy that system but want to be sure if 
everything works fine

A google search doesn't give the answer so I am asking here.

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc


First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




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


apf like tool for freebsd

2005-09-27 Thread Omer Faruk Sen



Is there a tool in FreeBSD to use as anti-dos and brute force prevention 
automation tool which apf does it for Linux (using iptables). 

I especially interested in tools which is based on IPFilter.. 






---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hint.apic.0.disabled

2005-09-26 Thread Omer Faruk Sen
Hi, 

It seems that there is a conflict in manual pages. Or I am missing 
something. In manual page of loader.conf it is stated to add 
hint.apic.0.disabled=1 to disable acpi totally. But also in device.hints 
manual page it is stated to add hint.apic.0.disabled=1 line to disable 
acpi. Which one is the true one? To add to device.hints or loader.conf file. 

Best Regards. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hint.apic.0.disabled

2005-09-26 Thread Omer Faruk Sen
Sorry for that. I have missed it. Should be more careful before emailing to 
a mailing list ;) 

I also mixed loader.conf manual page with acpi manual page. 




Lowell Gilbert writes: 

Omer Faruk Sen [EMAIL PROTECTED] writes: 


Hi, It seems that there is a conflict in manual pages. Or I am missing
something. In manual page of loader.conf it is stated to add
hint.apic.0.disabled=1 to disable acpi totally. But also in
device.hints manual page it is stated to add hint.apic.0.disabled=1
line to disable acpi. Which one is the true one? To add to
device.hints or loader.conf file. Best Regards. ---


Please note that apic and acpi are very different things.  You
seem to be confusing them. 


loader.conf(5) doesn't mention either one on my 5-STABLE system.
The example in device.hints is for acpi.  But there is
considerably more information about acpi in the acpi(4) man page,
with a lot of loader.conf tunables you can set regarding acpi.
One of them will disable it completely, but the syntax is
different than you would use in device.hints. 


Also note that there is a whole chapter on Using and Debugging
FreeBSD ACPI in the FreeBSD Handbook.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/ 


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


mksnap_ffs rollback?

2005-09-15 Thread Omer Faruk Sen
Hi, 

Is it possible in FreeBSD to rollback a snapshot that is done with 
mksnap_ffs or with mount -o snapshot? 

It seems that there is no way of doing that in FreeBSD am i right ? 



---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rlimitmem

2005-08-25 Thread Omer Faruk Sen
Hi, 

Is there anyone in this list that used rlimitmem directive in apache1x on 
FreeBSD? 

I have set it to  RLimitMEM  2597152 4194304 but top command shows me that 
httpd uses 20mb of ram maximum. I think it is related with FreeBSD. How can 
I change a processes maximum ram size in RAM or am I totally wrong about 
this issue? 

Best Regards. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.4 or 6 ?

2005-08-19 Thread Omer Faruk Sen
Hi, 

I will be installing a server that will be online for production environment 
in 1 month. I want your suggestions if I should use 5.4 or 6 ? 

I am thinking to install 6.0-Beta2 and upgrade to 6.0-RELEASE when it comes 
out. But I wanted to take your precious opinions. 







---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.4 or 6 ?

2005-08-19 Thread Omer Faruk Sen



The reason I am asking this question that I beleive 6.0 seems to be more 
stable than 5.4. But sure I know the most stable one is 4.11. But I want a 
comment from those who has a deeper knowledge about the differences about 
stabilty of 5.4 and forthcoming 6.0-RELEASE 



Dev FreeBSD writes: 


On 8/19/05, Omer Faruk Sen [EMAIL PROTECTED] wrote:
Hi, 


I will be installing a server that will be online for production environment
in 1 month. I want your suggestions if I should use 5.4 or 6 ? 


I am thinking to install 6.0-Beta2 and upgrade to 6.0-RELEASE when it comes
out. But I wanted to take your precious opinions. 


 ---
Omer Faruk Sen


Hi 


Suggest you go with the stable 5.4 RELEASE for your production server
environment. 


Please take a look at
http://www.freebsd.org/releases/5.4R/announce.html 



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




---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/ 


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


pam_mkhomedir ?

2005-06-03 Thread Omer Faruk Sen
Hi, 

Is there any pam_mkhomedir for FreeBSD? Or has anyone compiled this pam 
module ? 

Regards. 



---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 



First Turkish Qmail book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk Qmail kitabi cikti.
http://www.acikakademi.com/catalog/qmail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dropbear and crunchgen

2005-05-18 Thread Omer Faruk Sen
Hi,
Has anyone here managed to embedd dropbear ssh server with crunchgen? I 
really like to see conf parameters if anyone done that. 

Regars. 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikakademi.com/freebsd.php 

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


developer list in FreeBSD source tree

2005-05-05 Thread Omer Faruk Sen
Hi, 

There was a file in FreeBSD source tree that shows who is responsible for 
related driver or program. I couldn't remeber it so I decided to mail it to 
here. Can someone point me to the right document in /usr/src? 

Best Regards.. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikakademi.com/freebsd.php 

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


New Site: sysctl.enderunix.org

2005-05-03 Thread Omer Faruk Sen
Hi 

EnderUNIX.ORG has debuted a new site that you can add sysctl's on related OS 
(Currently FreeBSD, OpenBSD, NetBSD and Linux) 

In sysctl.enderunix.org you can add a new knob and the description of 
related knob. There is also a mailing list that you receive email when a new 
sysctl knob added.
Examples are in the website ( http://sysctl.enderunix.org ) 

Since we can't enter all the knobs available we are requesting support from 
all *BSD and Linux users. 

We also want to thank nyi.net for sponsoring us. Especially to Dina and Phil 
Koblence. 

Best Regards. I hope this site be usefull to all Open Source users. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikakademi.com/freebsd.php 

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


2 same IP's on 2 different interface?

2005-04-20 Thread Omer Faruk Sen
Hi, 

I accidently configured the same IP on a machine but on different interface 
and it is accepted. Maybe it is not a bug but semanticly it shouldn't be. I 
thinks I should send a pr for this problem cause it may cause other problems 
like the one I lived( losing network connection) 

Here is an example:
rl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
  options=8VLAN_MTU
!!-inet 192.168.6.49 netmask 0xff00 broadcast 192.168.6.255
  inet6 fe80::250:fcff:fef6:20e8%rl0 prefixlen 64 scopeid 0x1
  ether 00:50:fc:f6:20:e8
  media: Ethernet autoselect (100baseTX full-duplex)
  status: active
rl1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  options=8VLAN_MTU
  inet6 fe80::20d:61ff:fe92:c70d%rl1 prefixlen 64 scopeid 0x2
!!-inet 192.168.6.49 netmask 0xff00 broadcast 192.168.6.255
  ether 00:0d:61:92:c7:0d
  media: Ethernet autoselect (none) 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikakademi.com/freebsd.php 

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


Layer7 sniffer

2005-04-04 Thread Omer Faruk Sen
Hi, 

I am looking for a software that can extract and produce HTML outputs 
(online and offline) of my  gateway. I mean something like ntop but software 
should produce http statics (Who and when a http site visited and things 
like that) too. Since I am not going to install this on my gateway I will 
port mirror the traffic of my gateway to that machine. Something like sarg 
(for squid) maybe. 

Is there something like that you can advise me? I really need that. I was 
using ipaudit but it just gives me Layer 4 and Layer 3 traffic. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikakademi.com/freebsd.php 

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


after init messeages

2005-03-14 Thread Omer Faruk Sen
Hi, 

Is it possible to disable messages that was given by rc_ng to the console? 
Maybe by disabling console entry in ttys file ?
Best Regars.. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


qlogic 2340 and dell cx200

2005-03-08 Thread Omer Faruk Sen
Hi, 

I have been trying to use a SAN system using Dell CX200 fiber SAN Storage 
with Qlogic 2340 (PCI-X 133) HBA. But I had lots of error messages and 
unstable OS behaviour. I have tried different scenarios on that system. This 
qlogic 2340 card has a qlogic 2312 chipset which is recognized by my kernel: 

isp0: Qlogic ISP 2312 PCI FC-AL Adapter port 0xcc00-0xccff mem 
0xfcd0-0xfcd00fff irq 24 at device 6.0 on pci3 

But in my test setup I receive following errors: 

(da0:isp0:0:0:0): READ(06). CDB: 8 f 3f 9f 80 0
(da0:isp0:0:0:0): CAM Status: SCSI Status Error
(da0:isp0:0:0:0): SCSI Status: Check Condition
(da0:isp0:0:0:0): UNIT ATTENTION asc:2a,81
(da0:isp0:0:0:0): Vendor Specific ASCQ
(da0:isp0:0:0:0): Retrying Command (per Sense Data) 

Sometime I receive following errors: 

isp0: bad execution throttle of 0- using 16
(da1:isp0:0:0:2): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required 

I have enabled ispfw and my system sometime recognizes my LUN's that is 
smaller than 8 GB (I am not sure about size. I have tried 5GB LUNs). I can 
format and use it in one of my tries. But after adding a second 5GB LUN my 
system finds it as da1 but can't format it. I have also added a 30 GB LUN. 
This LUN can't be formatted to. 

(da1:isp0:0:0:2): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0
(da1:isp0:0:0:2): NOT READY asc:4,3
(da0:isp0:0:0:0): removing device entry
da1 at isp0 bus 0 target 0 lun 2
da1: DGC RAID 5 0207 Fixed Direct Access SCSI-4 device
da1: 200.000MB/s transfers, Tagged Queueing Enabled
da1: 30720MB (62914560 512 byte sectors: 255H 63S/T 3916C)
(da1:isp0:0:0:2): READ(06). CDB: 8 0 0 0 1 0
(da1:isp0:0:0:2): CAM Status: SCSI Status Error
(da1:isp0:0:0:2): SCSI Status: Check Condition
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
(da1:isp0:0:0:2): Unretryable error
(da1:isp0:0:0:2): Invalidating pack
(da1:isp0:0:0:2): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
(da1:isp0:0:0:2): READ(06). CDB: 8 0 0 1 1 0
(da1:isp0:0:0:2): CAM Status: SCSI Status Error
(da1:isp0:0:0:2): SCSI Status: Check Condition
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
(da1:isp0:0:0:2): Unretryable error
(da1:isp0:0:0:2): Invalidating pack
(da1:isp0:0:0:2): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
(da1:isp0:0:0:2): READ(06). CDB: 8 0 0 0 2 0
(da1:isp0:0:0:2): CAM Status: SCSI Status Error
(da1:isp0:0:0:2): SCSI Status: Check Condition
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
(da1:isp0:0:0:2): Unretryable error
(da1:isp0:0:0:2): Invalidating pack
(da1:isp0:0:0:2): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
Mounting root from ufs:/dev/amrd0s1a
(da1:isp0:0:0:2): READ(06). CDB: 8 0 0 0 1 0
(da1:isp0:0:0:2): CAM Status: SCSI Status Error
(da1:isp0:0:0:2): SCSI Status: Check Condition
(da1:isp0:0:0:2): NOT READY asc:4,3
(da1:isp0:0:0:2): Logical unit not ready, manual intervention required
(da1:isp0:0:0:2): Unretryable error
(da1:isp0:0:0:2): Invalidating pack 

Has anyone a clue on what is going on? I am very new to that SAN concepts. 
But I am thinking that the HBA card is the problem but don't have a chance 
to try another HBA. 


I have also used ISP_TARGET_MODE=1 in my kernel (both 5.3R and 5-STABLE). 
But that totally disabled isp card. 



---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


mysql port question

2005-01-31 Thread Omer Faruk Sen
Hi, 

I am planning to install mysql on a FreeBSD 5 system but I am confused a 
little bit. I had some problem while I had installed mysql on FreeBSD4. I 
know there were problems on FreeBSD 4 (in fact thread implementation of 
FreeBSD) with mysql. On FreeBSD mysql40-server port I have seen an option 
like: WITH_PROC_SCOPE_PTH 

I want to use kernel threading with system scope. As far as I understand for 
that I have to enable system scoped threading sysctl knob and compile mysql 
without WITH_PROC_SCOPE_PTH=1 to take advantage of FreeBSD 5 threading model 
. Am I right? 

Best Regards. 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


disk error or what ?

2005-01-06 Thread Omer Faruk Sen
Hi, 

I have a scsi controller: 

iir0: Intel Integratd RAID Controller mem 0xfc2f-0xfc2f3fff irq 20 at 
device 8.0 on pci4 

Yestarday I have taken this messages from my dmesg output: 

iir0: SCSI-B, ID 0: last status 0x0107. I/O status: SELECTION_TIMEOUT
iir0: SCSI-B, ID 0: Check cables, termination, termpower, LVDS operation, 
etc.
iir0: Array Drive 0: Logical Drive 0 SCSI-B, ID 0, LUN 0 failed
iir0: Array Drive 0: FAIL state entered
iir0: SCSI-B, ID 0: Auto Hot Plug started for slot 0
iir0: SCSI-B, ID 0: MPI returned 0x0043
iir0: Bus B: The SCSI controller successfully recovered from a SCSI BUS 
issue.  The issue may still be present on the BUS.  Check cables, 
termination, termpower, LVDS operation, etc
iir0: SCSI-B, ID 0: MPI returned 0x0048 

I want to be sure that if I have understood right. It seems that Driver0 has 
failed. But I want to be sure that that is correct. How can I verift that 
Driver0 has the problem. 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


[no subject]

2005-01-04 Thread Omer Faruk Sen
Hi, 

I have an IBM X 346 server which I have an obstacle when I try to install 
FreeBSD 5.3 on it. System sees RAID controller (ips) and disk behind them 
but when I try to write disklabel I get following errors: 

unable to find device node for /dev/ipsd01b in /dev! The creation of systems 
will be aborted 

I tried to install system without swap (I thought it may work) but got the 
same error. Anyone here had installed FreeBSD 5.3 on this system? 

This system has serveRAID-7k in it. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


FreeBSD Conference at Turkey Videos

2005-01-01 Thread Omer Faruk Sen
Hi,
Last week I have sent the link of pictures of conference that was held in 
Middle East Technical University. 
(http://www.enderunix.org/events/metu2004/pictures) 

We have finished to make XVIDs of the conference and uploaded them to  
ftp://ftp.enderunix.org/pub/events/metu2004 

Anyone want to watch can download them. By the way conference was done in 
Turkish language. 

Best REGARDS.
---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


FreeBSD Conference at Turkey pictures

2004-12-26 Thread Omer Faruk Sen
Hi, 

I wanted to mail the link of the pictures of the conference that we have 
done at Middle East Technical University on December,10. More than 100 
people has joined to the conference and we have delivered FreeBSD 5.3 and 
FreeSBIE 1.1 CDs to attendees. We have also recorded the conference and will 
announce it when it becomes available in DIVX format. (Gotta learn how to 
make better DIVX) 

URL: http://www.enderunix.org/events/metu2004/pictures/ 

We hope to make better organizations about FreeBSD in Turkey with the 
support of FreeBSD society.  I am sending this email  especially to this 
mailing list so everybody can see what is happening about FreeBSD in Turkey.
Turkish presentations are also avilable if you visit 
http://www.enderunix.org/events/metu2004 link. 

Best REGARDS. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


sl0 (serial IP) interface?

2004-12-13 Thread Omer Faruk Sen
Hi, 

I can't see slx interface on my freshly installed FreeBSD 5 system even if I 
add device sl to my kernel configuration file. I have used 
network_interfaces=sl0 lo0... knob but I couldn't enable that interface. 

Does something chage between 4 and 5 series related to sl subsystem? 

Best Regards..
---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


label with glabel or tunefs

2004-12-05 Thread Omer Faruk Sen
Hi, 

I am having difficulty why should I need to label a disk? I have read enough 
to understand the concpets of vinum. But in example at glabel man page a 
label created for just one disk (ad2). Why do I need to label just one disk? 

EXAMPLES
   The following example shows how to set up a label for disk ``da2'', cre-
   ate a file system on it, and mount it: 

	   glabel label -v usr /dev/da2
	   newfs /dev/label/usr
	   mount /dev/label/usr /usr
	   [...]
	   umount /usr
	   glabel stop usr
	   glabel unload 

   The next example shows how to set up a label for a UFS file system: 

	   tunefs -L data /dev/da4s1a
	   mount /dev/ufs/data /mnt/data 


I think my main issue is with the concept of  disk labelization. Why one 
does need to create /dev/label/xxx or /dev/ufs/xxx instead of standard 
/dev/ad2s1a .. 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


FreeBSD 4 and 5 changes?

2004-11-21 Thread Omer Faruk Sen
Hi, 

I was about to make slides about changes of FreeBSD 4 and FreeBSD 5. I was 
looking for a complete document but couldn't able to find. I have looked to
migration guide (http://www.freebsd.org/releases/5.3R/migration-guide.html) 
it seems perfect but I wanted to be sure if it contains all of the changes. 
Can someone point me the right URL for these changes? 


Best Regards,, 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


Re: FreeBSD 4 and 5 changes?

2004-11-21 Thread Omer Faruk Sen
I was thinking to inspect release notes of FreeBSD 5.0, 5.1, 5.2, 5.2.1 and 
5.3 have a deep understanding of the changes. Maybe that helps.  But I will 
see. 


Matthew Seaman writes: 

On Sun, Nov 21, 2004 at 10:45:19AM +0200, Omer Faruk Sen wrote: 

I was about to make slides about changes of FreeBSD 4 and FreeBSD 5. I was 
looking for a complete document but couldn't able to find. I have looked to
migration guide (http://www.freebsd.org/releases/5.3R/migration-guide.html) 
it seems perfect but I wanted to be sure if it contains all of the changes. 
Can someone point me the right URL for these changes? 
I'd say that the Migration Guide covers everything significant.  The
only way to discover /all/ of the changes between 4.x and 5.x would be
to grovel through the mailing list archives and examine in detailall
of the changes that have been committed to CVS.  That's probably a bit
more work than you intended to do... 

	Cheers, 

	Matthew 

--
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


online disk image software

2004-11-15 Thread Omer Faruk Sen
Hi, 

I want to ask if there is an online image software for FreeBSD. Just like 
Norton ghost or g4u but system should be up. There is one for Linux which 
Dan Langille has written an artcile 
(http://www.freebsddiary.org/disk-cloning.php) about this software but for 
Windows version. 

REGARDS..
---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
Hi, 

I have web server which uses php+mysql. As far as I have searched the best 
thing to use mysql on FreeBSD is to use linuxthreads. For the performance 
and stability I have done following things on my FreeBSD-4.X Stable system: 

Compile mysql with linuxthreads and as static binary. I have read 
http://jeremy.zawodny.com/blog/archives/000697.html. I have used mysql 4.0 
and 4.1 for my setup but had problems on both of the version. 

My problem is the mysql eats away lots of CPU time especially in nice and 
system which is really very very weird. A snapshot of the top is like 
this: 

--
240 processes: 7 running, 233 sleeping
CPU states: 10.9% user, 73.9% nice, 12.5% system,  2.7% interrupt,  0.0% 
idle
Mem: 244M Active, 1309M Inact, 309M Wired, 93M Cache, 199M Buf, 56M Free
Swap: 3072M Total, 24K Used, 3072M Free
--- 

This system is HTT enabled 2 Xeon 2.8 GHZ with 2 GB RAM. I have disabled SMP 
and recompiled my kernel but my problem (nice and system cpu times..) still 
persists. 

I would appreciate if any of you help me.. 

REGARDS. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


Re: mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
Everything that is stated in tuning man page was done. What is interesting 
that this site was running more than 8 months without problem. But a few 
weeks ago system was started to behave like that. 

By the way isn't it interesting that mysql creates load on system and nice? 
I think mysql should create load on user. That is why I have send this 
problem to FreeBSD mailing list. I am using FreeBSD for more that 4 years 
but never come across with a problem like that. I am thinking to use Zend 
Optimizer. Maybe that helps me .. 

If that doesn't help I was thinking to run sql on a seperate machine. 

Chuck Swiger writes: 

Omer Faruk Sen wrote:
I have web server which uses php+mysql. As far as I have searched the 
best thing to use mysql on FreeBSD is to use linuxthreads. [ ... ]
240 processes: 7 running, 233 sleeping
CPU states: 10.9% user, 73.9% nice, 12.5% system,  2.7% interrupt,  0.0% 
idle
Mem: 244M Active, 1309M Inact, 309M Wired, 93M Cache, 199M Buf, 56M Free
Swap: 3072M Total, 24K Used, 3072M Free
Well, you've managed to saturate the available CPU power with the 
workload. If you've already done some performance tuning at the FreeBSD 
level by adjusting your kernel config and followed man tuning, you 
aren't likely to get much further by tweaking FreeBSD's config. 

Look into optimizing your database utilization by checking the SQL query 
histogram, particularly if your site ends up doing transaction(s) for each 
HTTP hit.  People write books on database management and tuning, and you 
should look there rather than to a FreeBSD list for advice.  :-) 

You could also get another machine and run the database and webserver on 
seperate systems to help site performance by dividing and concentrating 
the workload.  Consider switching from MySQL to postgres or a database you 
actually pay for: Oracle, Sybase, Frontbase, etc. 

You could also consider another web middleware/scripting evironment than 
PHP which handles database interactions more efficiently: Zope, JSP, 
WebObjects. 

--
-Chuck 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


Re: mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
Hi 

The oid you are talking about is not valid in FreeBSD-4. Maybe you are 
talking about FreeBSD-5 sysctl oids? But it does worth to try but I am not 
sure which oid it is in FreeBSD 4.. 

REGARDS 

PS: I have found vm.kvm_size. I think it is the one that corresponds in your 
email? 

[EMAIL PROTECTED] writes: 

In a message dated 10/31/04 11:03:12 AM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
but never come across with a problem like that. I am thinking to use Zend 
Optimizer. Maybe that helps me ..  

If that doesn't help I was thinking to run sql on a seperate machine. 
You might try tuning kern.vm.kmem.size if thats not in the tuning suggestions.
The OS tends to allocate way more memory than needed for the kernel if 
you have a lot of memory in the system; you probably don't need more than
100M or so unless you're running bgp or something unusual. Once you start 
swapping with mysql and php you're dead. 

Moving to another system can help, but be aware that if your network is
busy it can add some different inefficiencies. If you do go to a separate
system connect it with a dedicated NIC if possible, to alleviate network
backup. If you have a multiple bus machine, moving your NIC to a separate
bus from the HDD can significantly increase performance. When you have
the NIC and HDD on the same bus, heavy network traffic can cause disk
operations to back up and substantially slow database applications. Make
sure the busses are really separate (and not cascaded), otherwise it won't
help. 

Also if you're on a 32bit bus machine you'll have a lot more contention than
with a pci-x bus. Most people think that if you have enough bus then it 
doesnt matter, but thats dead wrong. Bus contention between devices is 
a major performance factor.

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


Re: mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
12 1K  1K102400K   120 0  16,32,64
 ifaddr27 7K  7K102400K   270 0  32,64,256,2K
BPF 4 1K  1K102400K40 0  32
MSDOSFS mount 1   256K256K102400K10 0  256K
 vnodes46 6K  6K102400K  3650 0  
16,32,64,128,256
  mount 7 4K  4K102400K90 0  16,128,512
cluster_save buffer 0 0K  1K102400K   2689710 0  32
   vfscache129506  9144K   9316K102400K  46019630 0  
64,128,256,512K
 BIO buffer 612K648K102400K 82080 0  512,2K
pcb17 5K  5K102400K 97400 0  16,32,64,2K
 soname 4 1K 22K102400K  22885340 0  16,128
 atexit 1 1K  1K102400K10 0  16
   accf 4 1K  1K102400K40 0  16,32
   ptys 2 1K  1K102400K20 0  512
   ttys   40953K 53K102400K 10720 0  128,256
 zombie 0 0K 22K102400K   2413890 0  128
  proc-args61 4K  6K102400K903060 0  
16,32,64,128,256
 kqueue 2 2K 23K102400K 60900 0  256,1K
  sigio 1 1K  1K102400K   350 0  32
   file   57536K 90K102400K 135941510 0  64
shm 112K 12K102400K10 0  16K
file desc to leader 1 1K  1K102400K30 0  32
  file desc   30181K176K102400K   1007500 0  256,512,1K,2K
  dev_t   827   104K104K102400K  8270 0  128
timecounter10 2K  2K102400K   100 0  128
kld 4 1K  1K102400K   350 0  16,32,128
ISOFS mount 1   512K512K102400K10 0  512K
sem 3 6K  6K102400K30 0  1K,4K
msg 425K 25K102400K40 0  512,4K,16K
   rman65 4K  4K102400K  4230 0  16,64
   ioctlops 0 0K  1K102400K   170 0  512,1K
  taskqueue 2 1K  1K102400K20 0  32
   SWAP 2  1097K   1097K102400K20 0  32,512K
eventhandler16 1K  1K102400K   160 0  32,64
bus   44661K 65K102400K 11550 0  
16,32,64,128,256,512,1K,2K,4K,8K,16K
  sysctloid67 3K  3K102400K   670 0  16,32,64
 sysctl 0 0K  1K102400K 57470 0  16,32
uidinfo16 2K  2K102400K 25370 0  32,1K
   cred   13317K 41K102400K  32836340 0  128
subproc   40427K 46K102400K   3147320 0  32,64,256,4K
   proc 2 8K  8K102400K20 0  4K
session23 2K  2K102400K 53820 0  64
   pgrp28 1K  2K102400K 55730 0  32
   temp  5663  1760K   2009K102400K  56638260 0  
16,32,64,128,256,512,1K,2K,4K,8K,128K,512K 

Memory Totals:  In Use   FreeRequests
  45649K  2932K50908309 


Omer Faruk Sen writes: 

Hi  

The oid you are talking about is not valid in FreeBSD-4. Maybe you are 
talking about FreeBSD-5 sysctl oids? But it does worth to try but I am not 
sure which oid it is in FreeBSD 4..  

REGARDS  

PS: I have found vm.kvm_size. I think it is the one that corresponds in 
your email?  

[EMAIL PROTECTED] writes:  

In a message dated 10/31/04 11:03:12 AM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
but never come across with a problem like that. I am thinking to use 
Zend Optimizer. Maybe that helps me ..   

If that doesn't help I was thinking to run sql on a seperate machine.
You might try tuning kern.vm.kmem.size if thats not in the tuning 
suggestions.
The OS tends to allocate way more memory than needed for the kernel if 
you have a lot of memory in the system; you probably don't need more than
100M or so unless you're running bgp or something unusual. Once you start 
swapping with mysql and php you're dead.  

Moving to another system can help, but be aware that if your network is
busy it can add some different inefficiencies. If you do go to a 
separate
system connect it with a dedicated NIC if possible, to alleviate network
backup. If you have a multiple bus machine, moving your NIC to a separate
bus from the HDD can significantly increase performance. When you have
the NIC and HDD on the same bus, heavy network traffic can cause disk
operations to back up and substantially slow database applications. Make
sure the busses are really separate (and not cascaded), otherwise it 
won't
help.  

Also if you're on a 32bit bus machine you'll have a lot more contention 
than
with a pci-x bus. Most people think that if you have enough bus then it 
doesnt matter, but thats dead wrong. Bus contention between devices is a 
major performance factor

make world again?

2004-09-22 Thread Omer Faruk Sen
Hi, 

I have searched Makefiles in /usr/src but couldn't able to find a solution 
for my problem. How can I install (e.g. for a jail system) 2 different world 
to different directories without compiling in the second world? 

What I want to do is this: 

make world DESTDIR=/var/jail/1
make world DESTDIR=/var/jail/2  (This jail must be installed without 
compiling everything since it takes time) 

REGARDS. 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


Re: make world again?

2004-09-22 Thread Omer Faruk Sen
I have found my own answer..
first buildworld
then 

make installworld DESTDIR=$JAIL1
make installworld DESTDIR=$JAIL2 

Omer Faruk Sen writes: 

Hi,  

I have searched Makefiles in /usr/src but couldn't able to find a solution 
for my problem. How can I install (e.g. for a jail system) 2 different 
world to different directories without compiling in the second world?  

What I want to do is this:  

make world DESTDIR=/var/jail/1
make world DESTDIR=/var/jail/2  (This jail must be installed without 
compiling everything since it takes time)  

REGARDS.  

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
  

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php  

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

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


options NO_LKM?

2004-09-17 Thread Omer Faruk Sen
I have seen that NO_LKM option has been removed (a long time ago ) from 
supported options in kernel config file. 

I want to disable kernel module loading in my system. Is there a way for 
that? 

---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


apache chroot or FreeBSD jail ?

2004-09-17 Thread Omer Faruk Sen
Hi, 

I am planning to restrict apache to a spesific directory. But I am not sure 
if to install apache in chroot env or making a FreeBSD jail install ( say 
/usr/jail/freebsd_jail_ip). Which one is recommended for better security ? 

An artilcele in http://www.haught.org/freebsdapache.php says jail is better 
that just chroot environment. But I want to be sure to have your opinions 
about it and want be sure which one is better. 

Regards, 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


Apache2 tuning?

2003-12-05 Thread Omer Faruk Sen
I have searched on google for a apache2 performance tuning document on 
FreeBSD but there is not much document and all of them repeat themselves. 

Is there any document for that. By the way is it suggest to compile and run 
apache2 on freebsd with ``worker MPM''. And especially is there anyone in 
this list that compile and run apache2 with linuxthreads? (Especially on a 
production server?) 

Thanks. 

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


200gb hard drive?

2003-11-20 Thread Omer Faruk Sen
Hi 

I have installed a new hard drive to my FreeBSD system. Hard drive is 200gb 
but
when I fdisk and disklabel the output of df -h is something like that: 

/dev/ad1s1e   183G   2.0K   169G 0%/disk2 

Here as you can see I can only use 169GB of it. Bios has seen my harddrive 
as 190GB also dmesg output is like that: 

ad1: 190782MB WDC WD2000JB-00DUA3 [387621/16/63] at ata0-slave UDMA100 

My question is what happened to 190-169 gb or maybe after some filesystem 
information reservation what happened to 183-169 gb? 

By the way I have used default newfs parameters -b 16384 -f 2048. I don't 
know if that helps... 

REGARDS... 

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


  1   2   >