Re: [pfSense Support] Wan interface Error

2009-12-23 Thread Koray AGAYA
This error Category is ERRORS IN not  Collisions or Errors Outpuıt What
Does it mean ERRORS IN  I checked Switch Does not have a problem How to
resolve this problem

Which log can I look ? Not enough for me I dont know Why occur this error
Please help me This error continuous increase. Now plus  104 and then about
two hours


On Wed, Dec 23, 2009 at 9:30 AM, Seth Mos seth@xs4all.nl wrote:

 Op 23-12-2009 8:19, Koray AGAYA schreef:


 I use dashboard Have a error WAN Interfaces Statistics. I analysed
 system log but I dont view anything What is the problem Where can I
 learn What is Problem Where can I look ?


 This refers to physical interface errors. Collisions on a duplex mismatch,
 crc errors, buffer over runs.

 You'll have to debug switch ports etc.

 Regards,

 Seth

 -
 To unsubscribe, e-mail: support-unsubscr...@pfsense.com
 For additional commands, e-mail: support-h...@pfsense.com

 Commercial support available - https://portal.pfsense.org




-- 
-Hayatı Ciddiye Alma Asla Sağ Çıkamıycaksın
!
attachment: Error_two.png-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org

Re: [pfSense Support] Wan interface Error

2009-12-23 Thread Remko Lodder


On Wed, December 23, 2009 9:53 am, Koray AGAYA wrote:
 This error Category is ERRORS IN not  Collisions or Errors Outpuýt What
 Does it mean ERRORS IN  I checked Switch Does not have a problem How to
 resolve this problem

 Which log can I look ? Not enough for me I dont know Why occur this error
 Please help me This error continuous increase. Now plus  104 and then
 about
 two hours

Dear Agaya,

In and outgoing mostly mean that there is a duplex mismatch of somesort
between your machine and the switch to which you are connected to. It
could mean that your machine is performing on half duplex and that more
packets then possible are being sent.

It might not be entirely visible on the machine itself, but on the
connected switch you should be able to see the same information.

On a cisco that would mean: sh interface fa0/1 (for example) where you
will find various counters.

Since there are only a few packets being error'ed, it could mean that it
doesn't heavily interfere with it. When the rate increases more and more
something is evily wrong. Please check cabling as well.

Cheers,
Remko
-- 
/\   Best regards,  | re...@freebsd.org
\ /   Remko Lodder   | re...@efnet
 Xhttp://www.evilcoder.org/  |
/ \   ASCII Ribbon Campaign  | Against HTML Mail and News


-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



[pfSense Support] Preload upgrade

2009-12-23 Thread Atkins, Dwane P
Is there a way to preload an upgrade on a device and then have it do it's 
install and reboot later?  In other words, can I copy the new release to a 
particular directory on a pfSense device and then ssh and execute script and 
then have it reboot with a saved configuration?

Thank you

Dwane


Re: [pfSense Support] Preload upgrade

2009-12-23 Thread Seth Mos

Op 23-12-2009 14:20, Atkins, Dwane P schreef:

Is there a way to preload an upgrade on a device and then have it do
it’s install and reboot later? In other words, can I copy the new
release to a particular directory on a pfSense device and then ssh and
execute script and then have it reboot with a saved configuration?


Use the console upgrade menu.

Regards,

Seth

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] routed / RIP -- No buffer space available?

2009-12-23 Thread Gerald A
Hi Tim,

On Tue, Dec 22, 2009 at 10:29 PM, Tim Nelson tnel...@rockbochs.com wrote:

 - Gerald A geraldabli...@gmail.com wrote:
  Hey Tim,
  Adding RAM won't increase MBUFs, if I remember correctly. It is a kernel
 param, and can be tweaked by recompiling the kernel. (It may nowadays be
 possible to massage it by sysctl, or as a boot time param, but I'm not
 sure). So, you can tweak it without adding RAM.


After a bit of research, I found that they had made this a sysctl:

 sysctl kern.ipc.nmbclusters

The example I found mentioned 65535 as a number, your mileage may vary.

 I've seen this when an ipfw rule prevented sending, like for a ping. Could
 it be a  fw rule that is causing this? (Just grasping at straws).

 Right now, it's just functioning as a 'core' router with NAT turned off.
 All interfaces have Allow any protocol from anywhere to anywhere rules on
 them. There are no other services enabled, not even dns forwarder or DHCP.
 Just pure routing and RIP.

 Looking at my edge firewall, I see MBUF usage like this:  738 /1845 which
 is very odd since that box also has 256MB RAM. The only difference is that
 my edge box has 2x128MB DIMMs and my core (problematic box) has a single
 256MB DIMM. Are the MBUF values calculated randomly? Where do they come
 from?


I tried doing some research on this one, and wasn't as successful. From what
I recall, there is some important constant somewhere in the kernel sources
that sets this up initially. It might now additionally be sized by RAM or
some other magic, and since it's a dynamic tunable, you can tweak it at
boottime (or anytime).

I'd be surprised if it was random. One thing you did mention was that your
core box has 5 interfaces -- my off the cuff guess would be that mbufs are
added as the number of interfaces increases. It would make sense, since you
would potentially have more network traffic requiring more resources.

Thanks,
Gerald.


Re: [pfSense Support] routed / RIP -- No buffer space available?

2009-12-23 Thread Michael Schuh
2009/12/23 Gerald A geraldabli...@gmail.com:
 Hi Tim,
 On Tue, Dec 22, 2009 at 10:29 PM, Tim Nelson tnel...@rockbochs.com wrote:

 - Gerald A geraldabli...@gmail.com wrote:
  Hey Tim,
  Adding RAM won't increase MBUFs, if I remember correctly. It is a kernel
  param, and can be tweaked by recompiling the kernel. (It may nowadays be
  possible to massage it by sysctl, or as a boot time param, but I'm not
  sure). So, you can tweak it without adding RAM.

 After a bit of research, I found that they had made this a sysctl:
  sysctl kern.ipc.nmbclusters
 The example I found mentioned 65535 as a number, your mileage may vary.

  I've seen this when an ipfw rule prevented sending, like for a ping.
  Could it be a  fw rule that is causing this? (Just grasping at straws).

 Right now, it's just functioning as a 'core' router with NAT turned off.
 All interfaces have Allow any protocol from anywhere to anywhere rules on
 them. There are no other services enabled, not even dns forwarder or DHCP.
 Just pure routing and RIP.

 Looking at my edge firewall, I see MBUF usage like this:  738 /1845 which
 is very odd since that box also has 256MB RAM. The only difference is that
 my edge box has 2x128MB DIMMs and my core (problematic box) has a single
 256MB DIMM. Are the MBUF values calculated randomly? Where do they come
 from?


 I tried doing some research on this one, and wasn't as successful. From what
 I recall, there is some important constant somewhere in the kernel sources
 that sets this up initially. It might now additionally be sized by RAM or
 some other magic, and since it's a dynamic tunable, you can tweak it at
 boottime (or anytime).
 I'd be surprised if it was random. One thing you did mention was that your
 core box has 5 interfaces -- my off the cuff guess would be that mbufs are
 added as the number of interfaces increases. It would make sense, since you
 would potentially have more network traffic requiring more resources.
 Thanks,
 Gerald.

please look here, ind the section Loader Tunables:
http://www.freebsd.org/cgi/man.cgi?query=tuningapropos=0sektion=0manpath=FreeBSD+8.0-RELEASEformat=html

greetings and a merry chrismas

michael


-- 
= = =  m  i  c  h  a  e  l  -  s  c  h  u  h  .  n  e  t  = = =
Projektmanagement - IT-Consulting - Professional Services IT
Michael Schuh
Postfach 10 21 52
66021 Saarbrücken
phone: 0681/8319664
mobil:  0175/5616453
@: m i c h a e l . s c h u h @ g m a i l . c o m

= = =  Ust-ID:  DE251072318  = = =

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] routed / RIP -- No buffer space available?

2009-12-23 Thread Gerald A
On Wed, Dec 23, 2009 at 2:41 PM, Michael Schuh michael.sc...@gmail.comwrote:

 please look here, ind the section Loader Tunables:

 http://www.freebsd.org/cgi/man.cgi?query=tuningapropos=0sektion=0manpath=FreeBSD+8.0-RELEASEformat=html


First, thanks for the pointer to a great resource on various tunables, and a
fantastic guide to tweaking things related to mbufs.

Tim had asked how FreeBSD comes up with this value initially, and
there isn't any insight into the initial value on that page, unless I
missed something. So, where that is synthesized from remains a
mystery, despite having good information on how to tune it for
practical use.

Thanks,
Gerald


Re: [pfSense Support] routed / RIP -- No buffer space available?

2009-12-23 Thread Michael Schuh
2009/12/23 Gerald A geraldabli...@gmail.com:


 On Wed, Dec 23, 2009 at 2:41 PM, Michael Schuh michael.sc...@gmail.com
 wrote:

 please look here, ind the section Loader Tunables:

 http://www.freebsd.org/cgi/man.cgi?query=tuningapropos=0sektion=0manpath=FreeBSD+8.0-RELEASEformat=html

 First, thanks for the pointer to a great resource on various tunables, and a
 fantastic guide to tweaking things related to mbufs.
 Tim had asked how FreeBSD comes up with this value initially, and there isn't any insight into the initial value on that page, unless I missed something. So, where that is synthesized from remains a mystery, despite having good information on how to tune it for practical use.
 Thanks,
 Gerald

as far as i know, FreeBSD calculate this in regard of the amount of
Memory in your system
if you has nothing other configured...one of my boxes has 1G RAM and
no settings other than default,
the value of nmbclusters is 6, par example

for monitoring this value you can use the command netstat -m and see
what's going on
this shows you also the configured values from kernel (you must not use sysctl).

greetings

michael



-- 
= = =  m  i  c  h  a  e  l  -  s  c  h  u  h  .  n  e  t  = = =
Projektmanagement - IT-Consulting - Professional Services IT
Michael Schuh
Postfach 10 21 52
66021 Saarbrücken
phone: 0681/8319664
mobil:  0175/5616453
@: m i c h a e l . s c h u h @ g m a i l . c o m

= = =  Ust-ID:  DE251072318  = = =

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] routed / RIP -- No buffer space available?

2009-12-23 Thread Michael Schuh
2009/12/23 Michael Schuh michael.sc...@gmail.com:
 2009/12/23 Gerald A geraldabli...@gmail.com:


 On Wed, Dec 23, 2009 at 2:41 PM, Michael Schuh michael.sc...@gmail.com
 wrote:

 please look here, ind the section Loader Tunables:

 http://www.freebsd.org/cgi/man.cgi?query=tuningapropos=0sektion=0manpath=FreeBSD+8.0-RELEASEformat=html

 First, thanks for the pointer to a great resource on various tunables, and a
 fantastic guide to tweaking things related to mbufs.
 Tim had asked how FreeBSD comes up with this value initially, and there isn't any insight into the initial value on that page, unless I missed something. So, where that is synthesized from remains a mystery, despite having good information on how to tune it for practical use.
 Thanks,
 Gerald

 as far as i know, FreeBSD calculate this in regard of the amount of
 Memory in your system
 if you has nothing other configured...one of my boxes has 1G RAM and
 no settings other than default,
 the value of nmbclusters is 6, par example

 for monitoring this value you can use the command netstat -m and see
 what's going on
 this shows you also the configured values from kernel (you must not use 
 sysctl).

 greetings

 michael

sorry i've forgotten something:
the linked manpage is for FreeBSD Release 8.0
for pfsense freebsd 7 stable is the correct version, if there is a
difference and i remember correctly.



 --
 = = =  m  i  c  h  a  e  l  -  s  c  h  u  h  .  n  e  t  = = =
 Projektmanagement - IT-Consulting - Professional Services IT
 Michael Schuh
 Postfach 10 21 52
 66021 Saarbrücken
 phone: 0681/8319664
 mobil:  0175/5616453
 @: m i c h a e l . s c h u h @ g m a i l . c o m

 = = =  Ust-ID:  DE251072318  = = =




-- 
= = =  m  i  c  h  a  e  l  -  s  c  h  u  h  .  n  e  t  = = =
Projektmanagement - IT-Consulting - Professional Services IT
Michael Schuh
Postfach 10 21 52
66021 Saarbrücken
phone: 0681/8319664
mobil:  0175/5616453
@: m i c h a e l . s c h u h @ g m a i l . c o m

= = =  Ust-ID:  DE251072318  = = =

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Preload upgrade

2009-12-23 Thread Chris Buechler
On Wed, Dec 23, 2009 at 9:27 AM, Seth Mos seth@xs4all.nl wrote:
 Op 23-12-2009 14:20, Atkins, Dwane P schreef:

 Is there a way to preload an upgrade on a device and then have it do
 it’s install and reboot later? In other words, can I copy the new
 release to a particular directory on a pfSense device and then ssh and
 execute script and then have it reboot with a saved configuration?

 Use the console upgrade menu.


Yeah, use SCP to upload the update file somewhere (like /root), then
use the console upgrade to point it to that filename on the local
filesystem when you're ready to upgrade.

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



[pfSense Support] RRD - Queue graphs

2009-12-23 Thread John Mitchell

Hey,

I know this has been covered a few times in the forums (already tried 
all suggestions there). I am having trouble generating RRD Queue graphs 
with the latest 2.0 ALPHA build. I used a Single_Wan_Multi_Lan setup on 
queues, I have deleted the wan and lan RRD databases already (and 
re-enabled rrd). But I keep getting the following in the logs :-


Dec 23 19:25:11 	php: /status_rrd_graph_img.php: failed to create graph 
from /var/db/rrd/lan-queues.rrd, removing database

Dec 23 19:25:11 php: /status_rrd_graph_img.php: Creating rrd update 
script
Dec 23 19:25:12 	php: /status_rrd_graph_img.php: Failed to create graph 
with error code 1, the error is: ERROR: Could not parse color in 
''/usr/bin/nice -n20 /usr/local/bin/rrdtool graph 
/tmp/lan-queues.rrd-1y.png --start -31622400 -e -43200 --vertical-label 
bits/sec --color SHADEA#ee --color SHADEB#ee --title 
`hostname` - LAN :: Queues - 1 year - 12 hours average --height 200 
--width 620 -x MONTH:1:MONTH:3:MONTH:1:0:%b 
DEF:lan=/var/db/rrd/lan-queues.rrd:lan:AVERAGE 
CDEF:lan-bytes_out=lan,0,0,LIMIT,UN,0,lan,IF 
CDEF:lan-bits_out=lan-bytes_out,8,* AREA:lan-bits_out#:lan 
COMMENT:\n COMMENT: `date +%b %d %H\:%M\:%S %Y`




Any help would be appreachiated.

Thanks!
mitch

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



[pfSense Support] Re: Wan interface Error

2009-12-23 Thread Ugo Bellavance

On 2009-12-23 02:19, Koray AGAYA wrote:

Hi

I use dashboard Have a error WAN Interfaces Statistics. I analysed
system log but I dont view anything What is the problem Where can I
learn What is Problem Where can I look ?


I'd only worry about it if ther number of errors was increasing 
significantly.


Regards,

Ugo


-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



[pfSense Support] gmirror health notify?

2009-12-23 Thread J.D. Bronson

I'm running gmirror on pfsense 1.2.3 and it is running fine.
I have a small shell script that checks and parses the output
of gmirror list. I use it for my freebsd 8 boxes and have it email
root each night.

What options might I have with pfsense for croning this script
and then somehow having it email me??

I'm looking for a way to monitor gmirror. It doesnt have to be like a 
watchdog..once a day is fine...


Thanks-


--
J.D. Bronson
Information Technology

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org