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 a

Re: 200gb hard drive?

2003-11-20 Thread Omer Faruk Sen
Thanks for all answers. That space problem was bothering me all the times and I have learnt the reason for space loss. By the way I admit that I have to make more search on google before sending that to here. But it can be very nice that this information to be added on handbook. Or is it in ha

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

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 many

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%/

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

Re: ntpq command output and unreachable state?

2009-12-19 Thread Omer Faruk Sen
t 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 wrote: > Hi, > > I am trying to understand output of ntpq -c peers (or ntpq -p). What I > am tryin

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

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, > > > > I

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 t

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 c

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/mai

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

2008-05-07 Thread Omer Faruk Sen
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)

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 sinc

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 wrote: >

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 wrote: > Found answer to my own question > > http://www.cyclecide.com/~rudy/examp

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 cre

Re: 8.3-BETA1 installation problem

2012-02-23 Thread Omer Faruk SEN
, Michael Powell wrote: > 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 > >> (sy

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 wrote: > Warren Block wrote: > > > On Fri, 24 Feb 2012, Omer Faruk SEN wrote: > > > >> Already d

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

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:

multi port modem cards for FreeBSD

2006-01-08 Thread Omer Faruk Sen
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

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

x225 serveraid 5i with bios 7.10.18

2006-02-01 Thread Omer Faruk Sen
8 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.

sangoma s518 adsl card sppp driver problem.

2006-02-20 Thread Omer Faruk Sen
! 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

sl0 (serial IP) interface?

2004-12-13 Thread Omer Faruk Sen
elated 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 Fr

FreeBSD Conference at Turkey pictures

2004-12-26 Thread Omer Faruk Sen
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

FreeBSD Conference at Turkey Videos

2005-01-01 Thread Omer Faruk Sen
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

[no subject]

2005-01-04 Thread Omer Faruk Sen
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

disk error or what ?

2005-01-06 Thread Omer Faruk Sen
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

qlogic 2340 and dell cx200

2005-03-08 Thread Omer Faruk Sen
oblem 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

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

Layer7 sniffer

2005-04-04 Thread Omer Faruk Sen
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

mysql port question

2005-01-31 Thread Omer Faruk Sen
. --- 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

snd_emu10k1.ko + 4.9 PRERELEASE = crash

2003-09-15 Thread Omer Faruk Sen
I have a [EMAIL PROTECTED]:3:0: class=0x040100 card=0x80271102 chip=0x00021102 rev=0x08 hdr=0x00 vendor = 'Creative Labs' device = 'EMU10K1 Audio Chipset (SB Live!)' class= multimedia subclass = audio - sound card which works perfectly but aft

128 bit wep and FreeBSD

2003-10-01 Thread Omer Faruk Sen
Hi. The company I worked for is going to buy some wireless PCI and PCMCIA cards. I have insisted on buying Prism II, Prism 2.5 or Prism 3 chipset based cards since I can use them as an Access Point. As far as I have searched on internet Prism 2,2.5,3 chipset based cards support only 40 bit w

ibm x345 system

2005-10-17 Thread Omer Faruk Sen
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. Duydun

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

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 PRO

ipw and 6.0-RELEASE

2005-11-13 Thread Omer Faruk Sen
ht? 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 Turkis

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

apache chroot or FreeBSD jail ?

2004-09-17 Thread Omer Faruk Sen
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

make world again?

2004-09-22 Thread Omer Faruk Sen
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/ofse

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 syst

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

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

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/listin

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-bac

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://l

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 t

Re: Dell H710 and H310 Raid Controller

2012-11-04 Thread Omer Faruk SEN
ov 2, 2012 at 4:10 PM, 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-re

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 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 chips

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 r244

ipv6only 9.1-Release

2013-01-10 Thread Omer Faruk SEN
Hi, Has anyone build a IPV6Only FreeBSD for 9.1 We had http://wiki.freebsd.org/IPv6Only but there is only 9.0 builds. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mai

new packets aren't injected to pipe

2002-12-27 Thread Omer Faruk Sen
Hi. I have a firewall with both ipf and ipfw. I am using ipfw for bandwidth limiting. But I am living a problem. Not all new connections that is matched to pipe config aren't injected to pipe thus not bandwith limited. I have a very simple config of ipfw as follows:

ports update?

2002-10-16 Thread Omer Faruk Sen
First I am sorry if here is not the right place to ask it. I am trying to update a port but I am having a problem. I am in fact having problems while patch'ing my old port. Here is what I have done. #cp -r category/ports category/ports.old #cd category/ports #cd /usr/ports/category #diff -ruN

ports upgrade?

2002-10-22 Thread Omer Faruk Sen
First I am sorry if here is not the right place to ask it. I am trying to update a port but I am having a problem. I am in fact having problems while patch'ing my old port. Here is what I have done. #cp -r category/ports category/ports.old #cd category/ports #cd /usr/ports/category #diff -ruN

Re: Cyclom ?

2002-10-22 Thread Omer Faruk Sen
I have lived that sio buffer overflow problem with my old 33.6 ISA modem. What I did was to detach the isa card cleaned the dust on it and I haven't seen such an error on my system :) funny but true.. Stephan Weber writes: Hello, I have a question about the driver for the Cyclades-Multipo

alt keys

2002-10-27 Thread Omer Faruk Sen
Hi; How can I enable ALT-b or ALT-f keys in cons25 terminal? Or do I have to use another terminal . REGARDS. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

canon a40 digicam

2002-10-28 Thread Omer Faruk Sen
Has anyone here achived to work canon a40 digital camera with FreeBSD? I have followed these steps but it didn't work: 1) Edited usbd.conf device "PowerShot A40, Canon Inc." product 0x3058 vendor 0x4a9 attach "/usr/local/bin/gphoto2 --auto-detect" 2)kldload usb.ko 3)usbd 4)

SMP and adaptec 3960D problem.

2003-03-28 Thread Omer Faruk Sen
Hi. I have installed FreeBSD on a double Xeon 2.4 GHZ with HTT feature. Install and bootup went seamlessly but after enabling and compiling SMP support I have started to receive that error: ahc: Timedout SCB already complete. Interrupts may not be functioning this happened with both GENER

Cont:SMP and adaptec 3960D problem.

2003-03-28 Thread Omer Faruk Sen
I am using 4.8-RC which I have cvsuped today for the problem that I have mentioned before this mail. REGARD ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTE

Re: Cont:SMP and adaptec 3960D problem.

2003-03-28 Thread Omer Faruk Sen
My problem was omission of the kernel option HTT which enables HTT support in kernel. That support was committed to FreeBSD cvs at March 25 2003 which is something new. But interesting thing is that even if I close Hyper Threading support on my bios the system doesnt' boot... I am using 4.8

5.4 or 6 ?

2005-08-18 Thread Omer Faruk Sen
. --- 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'ni

Re: 5.4 or 6 ?

2005-08-19 Thread Omer Faruk Sen
: 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

rlimitmem

2005-08-25 Thread Omer Faruk Sen
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

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

hint.apic.0.disabled

2005-09-26 Thread Omer Faruk Sen
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

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. O

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

2 same IP's on 2 different interface?

2005-04-20 Thread Omer Faruk Sen
ags=8843 mtu 1500 options=8 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.En

New Site: sysctl.enderunix.org

2005-05-02 Thread Omer Faruk Sen
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 b

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

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

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

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, _

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 wh

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 wh

esx 3.0.2 update1 BTX Halted issue

2008-02-19 Thread Omer Faruk SEN
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

esx 3.0.2 Update 1 and BTX halted

2008-02-19 Thread Omer Faruk Sen
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

Re: esx 3.0.2 update1 BTX Halted issue

2008-02-20 Thread Omer Faruk SEN
gt; 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 > h

WEOF command timeout

2003-04-02 Thread Omer Faruk Sen
I have an old tape ast0: TAPE at ata0-slave PIO4 But I am having that problem when I try to make backup of my system. It seems a problem with ata0? ast0: WEOF command timeout - resetting ata0: resetting devices .. acd0: removed from configuration ast0: removed from configuration done And he

hpt366 and disklabel problem

2003-06-21 Thread Omer Faruk Sen
Hi. I have an old system that has hpt366 card on it. I have connected 4 drive connected to it. But after connecting those drives to that hpt366 I can not do disklabel on them but i can if i connect it to normal ide connectors. I am using GENERIC 4.8 kernel that ships with 4.8Release. The erro

mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
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.En

Re: mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
king 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% sys

Re: mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
etween 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 c

Re: mysql and system/nice cpu usage

2004-10-31 Thread Omer Faruk Sen
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

online disk image software

2004-11-15 Thread Omer Faruk Sen
.. --- 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

FreeBSD 4 and 5 changes?

2004-11-21 Thread Omer Faruk Sen
ll 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/ofse

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

label with glabel or tunefs

2004-12-05 Thread Omer Faruk Sen
ile 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.En

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@ IDL

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: Fixed Direct Access SCSI-5 device da0: 400.000MB/s transfer

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: at scbus1 target 0 lun 6 (pass0,da0) < >

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.

1 Gbit IPsec

2010-05-16 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. I

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

tokenring oc-3137 issue?

2003-07-17 Thread Omer Faruk Sen
I have mailed that mail to freebsd-tokenring before but there seems to be no action in that mailing list. So I am posting it to here too. Sorry for inconvenience. Hi I have to setup a machine using that pci tokenring adapter. I have successfully co

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

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 to

  1   2   >