Re: FreeBSD Server Settings Consult

2008-05-03 Thread Free BSD
i0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4:  on ehci0
usb4: USB revision 2.0
uhub4:  on usb4
uhub4: 8 ports with 8 removable, self powered
isab0:  at device 17.0 on pci0
isa0:  on isab0
pci0:  at device 17.5 (no driver attached)
acpi_tz0:  on acpi0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio0: [FILTER]
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
sio1: [FILTER]
pmtimer0 on isa0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0:  on ppc0
ppbus0: [ITHREAD]
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ukbd0:  on uhub0
kbd2 at ukbd0
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert enabled, nat loadable, rule-based
forwarding enabled, default to accept, logging limited to 100 packets/entry
by default
ad0: 76319MB  at ata0-master UDMA100
ad4: 76319MB  at ata2-master SATA150
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad4s1a
rl0: link state changed to UP

- Hide quoted text -



On Fri, May 2, 2008 at 7:20 PM, Mel <[EMAIL PROTECTED]>
wrote:

On Friday 02 May 2008 13:28:44 Free BSD wrote:
> We've been having some problems with our server and I was wondering if
> someone had any advice or suggestions for our current system settings.

Would help to know, at minimum:
- ammount of ram
- ammount of cpu's
- platform (uname -m )
- pciconf -lv|grep ^none
- dmesg output that complains about hardware
- what's different about your kernel with respect to GENERIC

What the problems are:
- from the sysctl variables, I'm guessing you want more network performance
- you mention core dumps, does the kernel crash?

Some background:
- what's the primary purpose of the machine
- why are things like ipc tuned?


> kern.maxfilesperproc=65536

The above will only work with programs that use open(2) exclusively and not
fopen, because fopen is limited to SHRT_MAX, being 32767.


--
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]"


Re: FreeBSD Server Settings Consult

2008-05-02 Thread Free BSD
Well from bad experience that goes no where, due-to rare issue and no
supporting logs/core dumps... Therefore that be a complete no :(

On Fri, May 2, 2008 at 11:30 AM, Bob Hall <[EMAIL PROTECTED]> wrote:

> On Fri, May 02, 2008 at 07:28:44AM -0400, Free BSD wrote:
> > We've been having some problems with our server and I was wondering if
> > someone had any advice or suggestions for our current system settings.
>
> You'll probably get more help if you post the problems and any
> diagnostic info. :)
> ___
> 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]"


FreeBSD Server Settings Consult

2008-05-02 Thread Free BSD
We've been having some problems with our server and I was wondering if
someone had any advice or suggestions for our current system settings.

# cat /etc/sysctl.conf

kern.ipc.maxsockbuf=1048576
net.inet.tcp.sendspace=65536
net.inet.tcp.recvspace=65536
net.local.stream.recvspace=65536
net.local.stream.sendspace=65536
net.inet.udp.recvspace=65536
net.inet.udp.maxdgram=65535
kern.ipc.somaxconn=8192
kern.maxvnodes=132072
kern.maxfiles=65535
kern.maxfilesperproc=65536
net.inet.tcp.msl=7500
net.inet.tcp.mssdflt=1460
security.bsd.see_other_uids=0
security.bsd.see_other_gids=0
kern.fallback_elf_brand=3
net.inet.tcp.newreno=1
net.inet.tcp.rfc1323=1
net.inet.tcp.delayed_ack=0
net.inet.ip.check_interface=0
vfs.vmiodirenable=1
net.inet.ip.portrange.randomized=1
net.inet.icmp.bmcastecho=0
net.inet.icmp.maskrepl=0
net.inet.icmp.icmplim=500
kern.randompid=89061
net.inet.icmp.drop_redirect=1
net.inet.icmp.log_redirect=0
net.inet.ip.random_id=89061
net.inet.ip.rtexpire=2
net.inet.ip.rtmaxcache=256
net.inet.ip.rtminexpire=2
net.inet.tcp.blackhole=2
net.inet.tcp.icmp_may_rst=0
net.inet.tcp.inflight.enable=0
net.inet.tcp.log_in_vain=0
net.inet.tcp.sack.enable=1
net.inet.udp.blackhole=1
net.inet.udp.log_in_vain=0
net.link.ether.inet.log_arp_wrong_iface=0
net.link.ether.inet.max_age=1200


# cat /boot/loader.conf

kern.ipc.maxsockets=32768
kern.ipc.nmbclusters=32768
kern.ipc.nmbufs=131072
kern.ipc.shm_use_phys=1
kern.maxproc=8192
net.inet.tcp.tcbhashsize=16384
kern.maxfiles=65535
kern.maxfilesperproc=65536

# cat /etc/rc.conf (minus networking)

clear_tmp_enable="YES"
update_motd="NO"
tcp_extensions="YES"
firewall_enable="YES"
firewall_script="/etc/ipfw.rules"
linux_enable="YES"
sshd_enable="NO"
usbd_enable="NO"

fsck_y_enable="YES"
oidentd_enable="YES"
pureftpd_enable="no"

syslogd_enable="YES"
syslogd_flags="-ss"

ntpd_enable="YES"
ntpd_flags="-4 -p/var/run/ntpd.pid"
tcp_keepalive="YES"
icmp_bmcastecho="NO"
icmp_bandlim=="YES"

portmap_enable="NO"
icmp_drop_redirect="YES"
quota_enable="YES"
check_quotas="YES"
#accounting_enable="YES"
named_program="/usr/sbin/named"
named_flags="-u bind -c /etc/namedb/named.conf"
named_enable="YES"
local_startup="/usr/local/etc/rc.d"
openssh_enable="YES"
openssh_flags="-4 -f/etc/ssh/sshd_config"
openssh_pidfile="/var/run/sshd.pid"
sendmail_enable="NO"
network_interfaces="rl0 lo0"
webmin_enable="YES"
dumpdev="AUTO"
dumpdir="/var/crash"
courier_imap_imapd_enable="YES"
courier_imap_imapd_ssl_enable="YES"
courier_imap_pop3d_enable="YES"
courier_imap_pop3d_ssl_enable="YES"
courier_authdaemond_enable="YES"
tor_enable="NO"
chkservd_enable="YES"
apop3d_enable="NO"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


License Question

2008-01-21 Thread Free BSD
Hello, i have a question about licensing FreeBSD: i would be like install 
freebsd in corporation on workstation (don't servers). Its free ? Or FreeBSD 
free for individual using ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


minimum requirements

2006-10-09 Thread free bsd
Thank you everyone for responding to my initial question.  
   
  In hindsight I realize I worded my original inquiry inaccurately.  What I am 
attempting to determine is how well or if ver 6.1 will work on a 4GB hard drive 
with a Pentium 4 - 3.06GHz cpu and 1GB ram?  The machine has a 232GB hard drive 
but I have another 4GB drive sitting around being unused that I was thinking of 
adding to the machine to configure in a dual boot setup with the 4GB drive 
being totally allocated to FreeBSD.  
   
  However, before attempting that task I am trying to determine whether or not 
it would be even feasible to use a 4GB drive to install v 6.1 or should I use a 
larger drive to install the many of FreeBSD's features?  And if a larger drive 
how large of a drive would I need to utilize many or any of its features 
without limiting myself to a bare bones setup?  Additionally, if the 4GB drive 
will work how limited would the install/capabilities/features be?  
   
  I am not at all opposed to using a larger drive but at the present time do 
not have a clue as to what size drive I should use for the most flexibility 
regarding type of installation options.
   
  -art


-
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mail forwarding using ipfw

2004-04-06 Thread free bsd
dear all,
 i have network like this

lanX.com -
  |
lanA.com  IPFW FBSD  lanB.com ===> to Internet
|   |
lanC.com ---|   |--- lanD.com 

right now,... lanA.com , lanC.com, lanD.com have
smtpoutgoing to internet via lanB.com

the problem is ..  i want to make ruleset in IPFW FBSD
that email outgoing from lanC.com , lanD.com, and
lanA.com through lanX.com before go to lanB.com
without change configuration smtpoutgoing in the
lanA,lanC,lanD only in IPFW_FBSD .. (is it possible
???)


__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fsck on single-user

2003-06-28 Thread free bsd
howto automatically fsck -y on single-user,..
howto rulesets ipfw using MAC address 
 
thx
-bsd-


-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"