Re: [pfSense Support] FW: Cosmetic Bug in Trafficshaper?

2005-09-13 Thread Ben Browning
I installed pfSense a few days ago using pfSense-LiveCD-0.84.iso (the
version from 09/11/05).

I've observed this bug also. After examining the source of the file
firewall_shaper_queues_edit.php I came to the following conclusion:

* When using HFSC, the bandwidth input box doesn't appear.
* Because of this, when you press the save button on any HFSC queue,
it clears the bandwidth value of that queue in the config xml file.
* Thus, anytime you press save on a HFSC queue, the bandwidth field
gets blanked.

This is more than just a cosmetic bug. If you ever edit the root
queues, their bandwidth gets set to 0. This bandwidth value is used
when calculating the maximum available bandwidth to give out to the
other queues. So, if I create a queue called qSSHUp under my qWANRoot
(which we'll pretend I have saved since running the wizard, and it now
shows up blank in the bandwidth field) and tell qSSHUp to guarantee a
realtime bandwidth of 32Kb, the traffic shaping rules won't load. It
will complain that there isn't that much bandwidth available to give
out.

To fix this, on line 202 of firewall_shaper_queues_edit.php I changed:

?php if ($schedulertype == cbq): ?

to

?php if ($schedulertype == cbq or $schedulertype == hfsc): ?


This has solved my disappearing bandwidth-field issue, and now allows
me to modify rules and have them load successfully.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] Carp Weirdness - Always reboots to INIT

2005-09-13 Thread Frimmel, Ivan \(ISS South Africa\)
Sorry I don't understand exactly... my CONFIG as follows: 
OPT1 : 192.168.10.0 /24  (SYNC)Crossover as per tutorial. 
WAN: PPPoE with DHCP from ISP separate user accounts (2 different IPs on
WAN ) 
LAN: 172.16.24.0/28 

So the OPT1 has static IPs when CARP starts. Does WAN (PPPoE) also have
to be UP when CARP wants to start? 
Tx
Ivan.



-Original Message-
From: Scott Ullrich [mailto:[EMAIL PROTECTED] 
Sent: 12 September 2005 05:43 PM
To: support@pfsense.com
Subject: Re: [pfSense Support] Carp Weirdness - Always reboots to INIT

On 9/12/05, Frimmel, Ivan (ISS South Africa) [EMAIL PROTECTED]
wrote:
 1) kill power on both routers .. 1 is setup with lower advert. Freq
than
 other. Power them up together. BOTH go into INIT mode always and the
virtual
 gateway doesn't get created. .Only way to fix this is to disable carp
on
 Master then enable .. it becomes master , disable carp on slave, it
becomes
 slave. Carp is up!  Any ideas why they don't automagically figure
these
 things out ? first node up should always be master? 

I do not show this behavior here.   Are you perhaps using PPPoE on the
WAN?  A ip must be bound to the interface on the same subnet as the
CARP ip's.

 2) I only have 2 servers but everytime I reboot one to test it another
carp
 id gets created in the list ? 

This has been covered in the list.  Each time machines boot they
create a random creator id.  This is how pfsync works.

 3) dhcp rules and others are replicating across LB rules are not ? 

I'll look into it.

Scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] /rescue directory

2005-09-13 Thread Frimmel, Ivan \(ISS South Africa\)








My routers have been up for sometime before
0.84 and after .. du h gives ~3Mb on both. No VMware.











From: Tommaso Di
Donato [mailto:[EMAIL PROTECTED] 
Sent: 13 September 2005 11:33 AM
To: support@pfsense.com
Subject: Re: [pfSense Support]
/rescue directory





mmh. I did a fresh
install.. and I obtain exactly the same:
# du -h /rescue/
365M /rescue/

Could this be a bug in 0.84 LiveCD, or may it depends on that I install it over
a vmware Virtual Machine?

Tom



On 9/12/05, Scott
Ullrich [EMAIL PROTECTED]
wrote:

Try a
reinstall. All of my boxes are ~3 megs.

Scott












RE: [pfSense Support] /rescue directory

2005-09-13 Thread Dan Swartzendruber


At 08:40 AM 9/13/2005, Frimmel, Ivan \(ISS South Africa\) wrote:
My
routers have been up for sometime before 0.84 and after .. du –h
gives ~3Mb on both. No VMware.
i'm running vanilla 0.84 and i get:
# du -h /rescue/
2.8M /rescue/





RE: [pfSense Support] Dyndns and PPPoE

2005-09-13 Thread Erik Kristensen
A major flaw until yesterday as to where the cache file is located had gone
undetected. We will be fixing that today. I will post to the list when the
file has been updated. It may be te fix. 

-Erik

On Tue, 13 Sep 2005 14:15:12 +0200, Frimmel, Ivan \(ISS South Africa\) wrote
 Router 2 has gone into a weird non responsive, non verbose boot mode,
 seems quite common after a upgrade. I don't have the skills or time 
 to fix it.. so I am going to reload tonight, I have already broken 
 the carp so it can stay broken short term. 
 
 I am happy to allow remote access to the dev team to the non production
 routers for testing and development of dyndns and carp .. if they 
 wish ?
 
 Ivan.
 
 -Original Message-
 From: Erik Kristensen [mailto:[EMAIL PROTECTED] 
 Sent: 12 September 2005 06:30 PM
 To: support@pfsense.com
 Subject: Re: [pfSense Support] Dyndns and PPPoE
 
 This has been a very interesting problem that we are continually trying
 to 
 fix. Since there isn't anyone on the development team that has PPPoE 
 it has been a slow process. I use DynDNS personally (however I am 
 not using a PPPoE connection) and DynDNS is working very well for 
 me.  My pfSense install just did a successful update to my DynDNS 
 yesterday, I even checked my account to make sure. 
 
 I made a change to the dyndns.class that resides in the /etc/inc
 directory 
 yesterday or the day before. Make sure you have the lastest of that file
 on 
 your system and try seeing if you can get it to update. If it does 
 not work please get the contents of /var/etc/dyndns.debug AND 
 /var/etc/dyndns.cache and paste them in a response to this message. 
 I have added some extra debugging to help figure this problem out.
 
 Regards.
 -Erik
 
 On Mon, 12 Sep 2005 16:56:57 +0200, Frimmel, Ivan \(ISS South 
 Africa\) wrote
  Running 0.84 Dyndns(dynamic) seems to still be flaky  .. last week I
  registered a custom dns with dnydns .. and it works 100% of the 
  time. I have one router setup with one PPPoE dialout and another set 
  with a different one. 
  
   
  
  I load balanance incoming traffic by giving half of the people I
 meet
  one dyndns address which the one machine registers, and the other 
  half the other dnydns ( custom ). 
  
   
  
  SO : The custom dyndns is always upto date.. the dynamic one is a
  problem. But only recently .. I think from around 0.82 Its been
  unreliable. My IP gets changed every 24-48 hours and the problem is
  because I have multiple outbounds so I can't use a update client 
  cause it won't know which gateway to use. 
  
   
  
  Updating the dyndns (dynamic) setting manually gives me:
  
   Sep 12 16:26:01
  
  php: /services_dyndns.php: phpDynDNS: No Change In My IP Address
 and/or
  28 Days Has Not Past. Not Updating Dynamic DNS Entry. 
  
   
  
  Dynamic DNS client
  
  Enable
  
  Service type
  
  DynDNS (dynamic) DynDNS (static) DynDNS (custom) DHS DyNS HN.ORG
  ZoneEdit easyDNS No-IP ODS.org 
  
  Hostname
  
  MX
  
  Set this option only if you need a special MX record. Not all 
  services support this.
  
  Wildcards
  
  Enable Wildcard
  
  Username
  
  Password
  
   
  
  
  
   
  
  Doing a reboot doesn't help either - only way is to do it manually by
  going to the dyndns page and putting in WAN IP.
  
   
  
  Which I did on Friday .. played a bit now and this is the date I get 
  of my last update:
  
  IP in Database/DNS: 165.165.217.60 Last Updated: Fri Sep 9 11:17:28
 2005
  
   
  
  Looking at my DynDns account I notice that my wildcard is set to ON 
  on PF and OFF on dynDns .. I wonder if this can be the cause ? Need 
  to do some more testing locally... 
  
   
  
   
  
  Ivan.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] Carp Weirdness - Always reboots to INIT

2005-09-13 Thread Frimmel, Ivan \(ISS South Africa\)
HI

That is exactly as it stands right now .. i.e. the only thing carp creates for 
me is a LAN gateway (Virtual). I have also tried it with or without outbound 
LB. No difference. 
There is No NAT ( inbound )and No Virtual WAN IP. I only use it for outbound 
redundancy.

As I say it works well if I manually intervene, i.e. when both boot together I 
have to hit disable CARP .. and then Enable CARP on both boxes.. as simple as 
that. 

It then identifies if it is first ( master ) or second ( BACKUP )depending on 
the order in which I hit disable/enable carp. But they always go INIT if no 
CARP server is up, if at least one CARP server is up then things work as 
expected.

Ivan.



-Original Message-
From: Holger Bauer [mailto:[EMAIL PROTECTED] 
Sent: 13 September 2005 02:50 PM
To: support@pfsense.com
Subject: AW: [pfSense Support] Carp Weirdness - Always reboots to INIT

CARP doesn't work well together with dynamic adresses or better said, they 
don't play together at all. You might want to use carp in this configuration 
only at lan. this way you are able to failover but the clients will have to 
restart the sessions after a failover took place (won't be stateful). I also 
doubt that you would be able to use the same ip on both of your wans as carp-ip 
in this setup (you wrote different ips).
So just follow the tutorial but don't build a carp ip for wan and don't do the 
outbound nat stuff. Only create a LAN-Carp IP and make the clients use it as 
gateway.

Holger

-Ursprüngliche Nachricht-
Von: Frimmel, Ivan (ISS South Africa) [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 13. September 2005 14:19
An: support@pfsense.com
Betreff: RE: [pfSense Support] Carp Weirdness - Always reboots to INIT


Sorry I don't understand exactly... my CONFIG as follows: 
OPT1 : 192.168.10.0 /24  (SYNC)Crossover as per tutorial. 
WAN: PPPoE with DHCP from ISP separate user accounts (2 different IPs on
WAN ) 
LAN: 172.16.24.0/28 

So the OPT1 has static IPs when CARP starts. Does WAN (PPPoE) also have
to be UP when CARP wants to start? 
Tx
Ivan.



-Original Message-
From: Scott Ullrich [mailto:[EMAIL PROTECTED] 
Sent: 12 September 2005 05:43 PM
To: support@pfsense.com
Subject: Re: [pfSense Support] Carp Weirdness - Always reboots to INIT

On 9/12/05, Frimmel, Ivan (ISS South Africa) [EMAIL PROTECTED]
wrote:
 1) kill power on both routers .. 1 is setup with lower advert. Freq
than
 other. Power them up together. BOTH go into INIT mode always and the
virtual
 gateway doesn't get created. .Only way to fix this is to disable carp
on
 Master then enable .. it becomes master , disable carp on slave, it
becomes
 slave. Carp is up!  Any ideas why they don't automagically figure
these
 things out ? first node up should always be master? 

I do not show this behavior here.   Are you perhaps using PPPoE on the
WAN?  A ip must be bound to the interface on the same subnet as the
CARP ip's.

 2) I only have 2 servers but everytime I reboot one to test it another
carp
 id gets created in the list ? 

This has been covered in the list.  Each time machines boot they
create a random creator id.  This is how pfsync works.

 3) dhcp rules and others are replicating across LB rules are not ? 

I'll look into it.

Scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Virus checked by G DATA AntiVirusKit


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] pfsense on mac mini?

2005-09-13 Thread Bill Marquette
Tier 2 platform, don't even both with it until it's a Tier 1 platform unless you like fixing things.
http://www.freebsd.org/platforms/ppc.html

I'd also like to point out that we've had nothing but issues with usb
keyboards and that's all that currently works in the PPC port.
Wait another year and a half or so and it won't matter.

--BillOn 9/12/05, dny [EMAIL PROTECTED] wrote:
btw.i read somewhere, freebsd does run on maci even seen the screenshoots...-To unsubscribe, e-mail: 
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]


Re: [pfSense Support] FW: Cosmetic Bug in Trafficshaper?

2005-09-13 Thread Bill Marquette
ack, I'll poke at this shortly. I had some interesting
experiences with the bandwidth fields when writing the wizard.
They shouldn't be needed - realtime/upperlimit/linkshare are supposed
to be better. What I found was that bandwidth is needed so that
pfctl doesn't bitch about bandwidth being over allocated (also, it
seemed like it stomped on the queue even though I'd set upperlimit to a
reasonable setting).

--BillOn 9/13/05, Ben Browning [EMAIL PROTECTED] wrote:
I installed pfSense a few days ago using pfSense-LiveCD-0.84.iso (theversion from 09/11/05).I've observed this bug also. After examining the source of the filefirewall_shaper_queues_edit.php I came to the following conclusion:
* When using HFSC, the bandwidth input box doesn't appear.* Because of this, when you press the save button on any HFSC queue,it clears the bandwidth value of that queue in the config xml file.* Thus, anytime you press save on a HFSC queue, the bandwidth field
gets blanked.This is more than just a cosmetic bug. If you ever edit the rootqueues, their bandwidth gets set to 0. This bandwidth value is usedwhen calculating the maximum available bandwidth to give out to the
other queues. So, if I create a queue called qSSHUp under my qWANRoot(which we'll pretend I have saved since running the wizard, and it nowshows up blank in the bandwidth field) and tell qSSHUp to guarantee a
realtime bandwidth of 32Kb, the traffic shaping rules won't load. Itwill complain that there isn't that much bandwidth available to giveout.To fix this, on line 202 of firewall_shaper_queues_edit.php I changed:
?php if ($schedulertype == cbq): ?to?php if ($schedulertype == cbq or $schedulertype == hfsc): ?This has solved my disappearing bandwidth-field issue, and now allows
me to modify rules and have them load successfully.-To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [pfSense Support] /rescue directory

2005-09-13 Thread John Cianfarani








I have a version installed under vmware gsx
3.2 as well and I notice the same thing.



John











From: Tommaso Di
Donato [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 13, 2005
3:40 AM
To: support@pfsense.com
Subject: Re: [pfSense Support]
/rescue directory





Hi!
I did a new install, and this is what I obtain:

# df -h
Filesystem Size Used
Avail Capacity Mounted on
/dev/ad0s1a 496M
437M 19M 96% /
devfs
1.0K 1.0K 0B
100% /dev
# du -h /rescue/
356M /rescue/

The only think I could imagine is that this is not a real disk, but
a vmware Virtual Machine.. Do you think this could be the reason?

Tom





On 9/12/05, Scott
Ullrich [EMAIL PROTECTED]
wrote:

Try a reinstall. All of my boxes are ~3 megs.

Scott












Re: [pfSense Support] /rescue directory

2005-09-13 Thread Tommaso Di Donato
Ok, not a problem.. The important (for me) is to know that in a normal installation it is differentOn 9/13/05, John Cianfarani 
[EMAIL PROTECTED] wrote:














I have a version installed under vmware gsx
3.2 as well and I notice the same thing.



John




Re: [pfSense Support] FW: Cosmetic Bug in Trafficshaper?

2005-09-13 Thread Scott Ullrich
Woops!   Can you please open a ticket for this at
http://cvstrac.pfsense.com/tktnew and include the notes that you did
in the email so we don't forget.  Thanks!

On 9/13/05, Ben Browning [EMAIL PROTECTED] wrote:
 I installed pfSense a few days ago using pfSense-LiveCD-0.84.iso (the
 version from 09/11/05).
 
 I've observed this bug also. After examining the source of the file
 firewall_shaper_queues_edit.php I came to the following conclusion:
 
 * When using HFSC, the bandwidth input box doesn't appear.
 * Because of this, when you press the save button on any HFSC queue,
 it clears the bandwidth value of that queue in the config xml file.
 * Thus, anytime you press save on a HFSC queue, the bandwidth field
 gets blanked.
 
 This is more than just a cosmetic bug. If you ever edit the root
 queues, their bandwidth gets set to 0. This bandwidth value is used
 when calculating the maximum available bandwidth to give out to the
 other queues. So, if I create a queue called qSSHUp under my qWANRoot
 (which we'll pretend I have saved since running the wizard, and it now
 shows up blank in the bandwidth field) and tell qSSHUp to guarantee a
 realtime bandwidth of 32Kb, the traffic shaping rules won't load. It
 will complain that there isn't that much bandwidth available to give
 out.
 
 To fix this, on line 202 of firewall_shaper_queues_edit.php I changed:
 
 ?php if ($schedulertype == cbq): ?
 
 to
 
 ?php if ($schedulertype == cbq or $schedulertype == hfsc): ?
 
 
 This has solved my disappearing bandwidth-field issue, and now allows
 me to modify rules and have them load successfully.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] /rescue directory

2005-09-13 Thread John Cianfarani
On my none vmware system I have it running on it looks to do the same thing.

# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a3.9G433M3.1G12%/
devfs  1.0K1.0K  0B   100%/dev
# du -h /rescue
356M/rescue


System specs
CPU: Celeron 2.6Ghz
Board: Asus P4P800-MX (All hardware except for NIC is disabled, IDE mode is set 
to compatible)
Memory: 512Meg
CDROM: LG GCE-8526B
HD: WD160GB


John

From: Tommaso Di Donato [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 13, 2005 10:48 AM
To: support@pfsense.com
Subject: Re: [pfSense Support] /rescue directory

Ok, not a problem.. The important (for me) is to know that in a normal 
installation it is different
On 9/13/05, John Cianfarani  [EMAIL PROTECTED] wrote:
I have a version installed under vmware gsx 3.2 as well and I notice the same 
thing.
 
John
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] /rescue directory

2005-09-13 Thread Dan Swartzendruber

At 11:44 AM 9/13/2005, John Cianfarani wrote:

On my none vmware system I have it running on it looks to do the same thing.

# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a3.9G433M3.1G12%/
devfs  1.0K1.0K  0B   100%/dev
# du -h /rescue
356M/rescue


any idea what in /rescue is taking up the space?  can you show us an 
'ls -lr' of that?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[pfSense Support] problem booting

2005-09-13 Thread Christiano Farina Haesbaert
Hi, I've downloaded the pfsense-0.84, when i try to boot it says it cant find 
alot of binarys, i mean critical binarys, like php, getty and etc.

What do i do ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] problem booting

2005-09-13 Thread Scott Ullrich
http://wiki.pfsense.com/wikka.php?wakka=BootTroubleShooting

On 9/13/05, Christiano Farina Haesbaert [EMAIL PROTECTED] wrote:
 Hi, I've downloaded the pfsense-0.84, when i try to boot it says it cant find
 alot of binarys, i mean critical binarys, like php, getty and etc.
 
 What do i do ?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[pfSense Support] Autodetect CPU Usage

2005-09-13 Thread Mojo Jojo
OK, loaded up M0n0wall first and played with that a while and now I have 
installed PfSense.


Two things I noticed so far that I found curious, maybe you folks could 
comment.


1- When installing M0n0wall earlier on the same piece of hardware (see below 
for hardware specs) the a option for auto detecting the cable when it's 
connected worked perfectly, in fact I did this three or four times without 
fail. When attempting this with the same hardware, cables, switch and DSL 
modem, it fails every time and on every NIC using PfSense. I just named the 
interfaces by hand and when on and all is well. So, not a complaint of 
course just thought it might be a bug in v. 0.84.


2- On the System Overview screen I show the following:

CPU usage: 67%
Memory usage: 29%
SWAP usage: 0%
Disk usage: 3%

My CPU usage seems to go between 67% and 71% or so and doesn't move much 
from this range.


Seems to me that with the hardware I am using, and the fact that I only have 
one desktop machine turned on and accessing the internet, that this amount 
of CPU usage is excessive. Can someone tell me if this much CPU usage is 
normal? I am planning on using this solution to protect a much larger setup 
with a LOT more traffic than what's going through this device now. I am 
afraid to see what happens with traffic if my CPU is already at 70% with 
virtually no bandwidth passing through.


I am running a fresh install of 0.84.

Also, I think my CPU usage with M0n0wall was like some tiny number like 5%.

Thoughts? Specs below.

Hardware:
PIII 933
128 mb ram
4 Linksys 10/100 Network Everywhere NICS
1 Onboard NIC which I have disabled.
Dell Mboard of some sort.

Thanks,
Todd


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] Autodetect CPU Usage

2005-09-13 Thread Scott Ullrich
On 9/13/05, Mojo Jojo [EMAIL PROTECTED] wrote:
 OK, loaded up M0n0wall first and played with that a while and now I have
 installed PfSense.
 
 Two things I noticed so far that I found curious, maybe you folks could
 comment.
 
 1- When installing M0n0wall earlier on the same piece of hardware (see below
 for hardware specs) the a option for auto detecting the cable when it's
 connected worked perfectly, in fact I did this three or four times without
 fail. When attempting this with the same hardware, cables, switch and DSL
 modem, it fails every time and on every NIC using PfSense. I just named the
 interfaces by hand and when on and all is well. So, not a complaint of
 course just thought it might be a bug in v. 0.84.

Will check on this.

 2- On the System Overview screen I show the following:
 
 CPU usage: 67%
 Memory usage: 29%
 SWAP usage: 0%
 Disk usage: 3%

Should be fixed in CVS Erik redid all of our meters in ajax.

Scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] Autodetect CPU Usage

2005-09-13 Thread Chris Buechler

Scott Ullrich wrote:


2- On the System Overview screen I show the following:

CPU usage: 67%
Memory usage: 29%
SWAP usage: 0%
Disk usage: 3%
   



Should be fixed in CVS Erik redid all of our meters in ajax.
 

I might add it's a display quirk that's been going on for a while now, 
it wasn't actually using that much CPU. 


-cmb

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] Autodetect CPU Usage

2005-09-13 Thread Scott Ullrich
Run top from /exec.php to see the real #'s until you upgrade to the
latest version (when we release it)

Scott

On 9/13/05, Chris Buechler [EMAIL PROTECTED] wrote:
 Scott Ullrich wrote:
 
 2- On the System Overview screen I show the following:
 
 CPU usage: 67%
 Memory usage: 29%
 SWAP usage: 0%
 Disk usage: 3%
 
 
 
 Should be fixed in CVS Erik redid all of our meters in ajax.
 
 
 I might add it's a display quirk that's been going on for a while now,
 it wasn't actually using that much CPU.
 
 -cmb
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] Plan author of TrafficShaper some expanation of use the traffic shaper?

2005-09-13 Thread Robo.K.
After upgrade to 0.84.2 appears in menu SYSTEM in item PLATFORM  this -
WARP.
And  this appears in 0.84.2  after change from pfsense drop-down face to
pfsense classical design.
 
 
Warning: fopen(/tmp/config.cache): failed to open stream: Read-only file
system in /etc/inc/config.inc on line 204 Warning: fwrite(): supplied
argument is not a valid stream resource in /etc/inc/config.inc on line 205
Warning: fclose(): supplied argument is not a valid stream resource in
/etc/inc/config.inc on line 206 Warning: fopen(/tmp/ifconfig_wireless):
failed to open stream: Read-only file system in /etc/inc/interfaces.inc on
line 531 Warning: fwrite(): supplied argument is not a valid stream resource
in /etc/inc/interfaces.inc on line 532 Warning: fclose(): supplied argument
is not a valid stream resource in /etc/inc/interfaces.inc on line 533
ifconfig: not found Warning: fopen(/tmp/bridge_config_ath0): failed to open
stream: Read-only file system in /etc/inc/interfaces.inc on line 274
Warning: fwrite(): supplied argument is not a valid stream resource in
/etc/inc/interfaces.inc on line 275 Warning: fwrite(): supplied argument is
not a valid stream resource in /etc/inc/interfaces.inc on line 276 Warning:
fwrite(): supplied argument is not a valid stream resource in
/etc/inc/interfaces.inc on line 277 Warning: fclose(): supplied argument is
not a valid stream resource in /etc/inc/interfaces.inc on line 278 Warning:
fopen(/tmp/ifconfig_wireless): failed to open stream: Read-only file system
in /etc/inc/interfaces.inc on line 531 Warning: fwrite(): supplied argument
is not a valid stream resource in /etc/inc/interfaces.inc on line 532
Warning: fclose(): supplied argument is not a valid stream resource in
/etc/inc/interfaces.inc on line 533 ifconfig: not found Warning:
fopen(/tmp/bridge_config_wi0): failed to open stream: Read-only file system
in /etc/inc/interfaces.inc on line 274 Warning: fwrite(): supplied argument
is not a valid stream resource in /etc/inc/interfaces.inc on line 275
Warning: fwrite(): supplied argument is not a valid stream resource in
/etc/inc/interfaces.inc on line 276 Warning: fwrite(): supplied argument is
not a valid stream resource in /etc/inc/interfaces.inc on line 277 Warning:
fclose(): supplied argument is not a valid stream resource in
/etc/inc/interfaces.inc on line 278 Warning: fopen(/var/etc/sasyncd.conf):
failed to open stream: Read-only file system in /etc/inc/vpn.inc on line 61
Warning: fwrite(): supplied argument is not a valid stream resource in
/etc/inc/vpn.inc on line 62 Warning: fclose(): supplied argument is not a
valid stream resource in /etc/inc/vpn.inc on line 63 Warning: chmod():
Read-only file system in /etc/inc/vpn.inc on line 64 Warning: touch():
Unable to create file /tmp/filter_dirty because Read-only file system in
/etc/inc/vpn.inc on line 569 Warning: fopen(/var/etc/hosts): failed to open
stream: Read-only file system in /etc/inc/system.inc on line 111 Error:
cannot open hosts file in system_hosts_generate(). Warning: touch(): Unable
to create file /tmp/filter_dirty because Read-only file system in
/etc/inc/interfaces.inc on line 204 Warning: touch(): Unable to create file
/tmp/filter_dirty because Read-only file system in /etc/inc/filter.inc on
line 63

-Original Message-
From: Scott Ullrich [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 13, 2005 6:43 AM
To: support@pfsense.com
Subject: Re: [pfSense Support] Plan author of TrafficShaper some expanation
of use the traffic shaper?

Try feeding this update to your installation.

http://www.pfsense.com/~sullrich/pfSense-Mini-Update-0.84.2.tgz

Scott

On 9/12/05, John Cianfarani [EMAIL PROTECTED] wrote:
 Did the update_file.sh -all
 And now all I get is:
 
 Warning: main(includes/functions.inc.php): failed to open stream: No 
 such file or directory in /usr/local/www/index.php on line 41 Fatal
 error: main(): Failed opening required 'includes/functions.inc.php'
 (include_path='.:/etc/inc:/usr/local/www:/usr/local/captiveportal') in 
 /usr/local/www/index.php on line 41
 
 Running build 0.84
 
 John
 
 -Original Message-
 From: Scott Ullrich [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 12, 2005 11:26 PM
 To: Robo.K.
 Cc: [EMAIL PROTECTED]; support@pfsense.com
 Subject: Re: [pfSense Support] Plan author of TrafficShaper some 
 expanation of use the traffic shaper?
 
 We just amended this Traffic Shaper screens.   Do a update_file.sh
 -all or refer to this screenshot for more information:
 http://www.pfsense.com/~sullrich/HFSC2.PNG
 
 Scott
 
 
 On 9/10/05, Robo.K. [EMAIL PROTECTED] wrote:
 
  Thank you, for very usefull explanation.
  And what does mean Parent queue (CBQ or HFSC only)   and Default queue
  ?
 
  For example, if I have a line 1024kbit/s download.
  I will want create a queues   64, 128, 256, 284,384,512  kbit/s, where
 I
  want share  just non used  /in time/ bandwidth between queues.
  Some example?
  :-}
 
  Thanks.
  Bob.
 
 
   
   From: Bill 

Re: [pfSense Support] Plan author of TrafficShaper some expanation of use the traffic shaper?

2005-09-13 Thread Scott Ullrich
Edit /etc/platform with Diagnostics - Edit File and replace with pfSense

Reboot and you will be back to normal.

Sorry about that!

Scott


On 9/13/05, Robo.K. [EMAIL PROTECTED] wrote:
 After upgrade to 0.84.2 appears in menu SYSTEM in item PLATFORM  this -
 WARP.
 And  this appears in 0.84.2  after change from pfsense drop-down face to
 pfsense classical design.
 
 
 Warning: fopen(/tmp/config.cache): failed to open stream: Read-only file
 system in /etc/inc/config.inc on line 204 Warning: fwrite(): supplied
 argument is not a valid stream resource in /etc/inc/config.inc on line 205
 Warning: fclose(): supplied argument is not a valid stream resource in
 /etc/inc/config.inc on line 206 Warning: fopen(/tmp/ifconfig_wireless):
 failed to open stream: Read-only file system in /etc/inc/interfaces.inc on
 line 531 Warning: fwrite(): supplied argument is not a valid stream resource
 in /etc/inc/interfaces.inc on line 532 Warning: fclose(): supplied argument
 is not a valid stream resource in /etc/inc/interfaces.inc on line 533
 ifconfig: not found Warning: fopen(/tmp/bridge_config_ath0): failed to open
 stream: Read-only file system in /etc/inc/interfaces.inc on line 274
 Warning: fwrite(): supplied argument is not a valid stream resource in
 /etc/inc/interfaces.inc on line 275 Warning: fwrite(): supplied argument is
 not a valid stream resource in /etc/inc/interfaces.inc on line 276 Warning:
 fwrite(): supplied argument is not a valid stream resource in
 /etc/inc/interfaces.inc on line 277 Warning: fclose(): supplied argument is
 not a valid stream resource in /etc/inc/interfaces.inc on line 278 Warning:
 fopen(/tmp/ifconfig_wireless): failed to open stream: Read-only file system
 in /etc/inc/interfaces.inc on line 531 Warning: fwrite(): supplied argument
 is not a valid stream resource in /etc/inc/interfaces.inc on line 532
 Warning: fclose(): supplied argument is not a valid stream resource in
 /etc/inc/interfaces.inc on line 533 ifconfig: not found Warning:
 fopen(/tmp/bridge_config_wi0): failed to open stream: Read-only file system
 in /etc/inc/interfaces.inc on line 274 Warning: fwrite(): supplied argument
 is not a valid stream resource in /etc/inc/interfaces.inc on line 275
 Warning: fwrite(): supplied argument is not a valid stream resource in
 /etc/inc/interfaces.inc on line 276 Warning: fwrite(): supplied argument is
 not a valid stream resource in /etc/inc/interfaces.inc on line 277 Warning:
 fclose(): supplied argument is not a valid stream resource in
 /etc/inc/interfaces.inc on line 278 Warning: fopen(/var/etc/sasyncd.conf):
 failed to open stream: Read-only file system in /etc/inc/vpn.inc on line 61
 Warning: fwrite(): supplied argument is not a valid stream resource in
 /etc/inc/vpn.inc on line 62 Warning: fclose(): supplied argument is not a
 valid stream resource in /etc/inc/vpn.inc on line 63 Warning: chmod():
 Read-only file system in /etc/inc/vpn.inc on line 64 Warning: touch():
 Unable to create file /tmp/filter_dirty because Read-only file system in
 /etc/inc/vpn.inc on line 569 Warning: fopen(/var/etc/hosts): failed to open
 stream: Read-only file system in /etc/inc/system.inc on line 111 Error:
 cannot open hosts file in system_hosts_generate(). Warning: touch(): Unable
 to create file /tmp/filter_dirty because Read-only file system in
 /etc/inc/interfaces.inc on line 204 Warning: touch(): Unable to create file
 /tmp/filter_dirty because Read-only file system in /etc/inc/filter.inc on
 line 63
 
 -Original Message-
 From: Scott Ullrich [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 13, 2005 6:43 AM
 To: support@pfsense.com
 Subject: Re: [pfSense Support] Plan author of TrafficShaper some expanation
 of use the traffic shaper?
 
 Try feeding this update to your installation.
 
 http://www.pfsense.com/~sullrich/pfSense-Mini-Update-0.84.2.tgz
 
 Scott
 
 On 9/12/05, John Cianfarani [EMAIL PROTECTED] wrote:
  Did the update_file.sh -all
  And now all I get is:
 
  Warning: main(includes/functions.inc.php): failed to open stream: No
  such file or directory in /usr/local/www/index.php on line 41 Fatal
  error: main(): Failed opening required 'includes/functions.inc.php'
  (include_path='.:/etc/inc:/usr/local/www:/usr/local/captiveportal') in
  /usr/local/www/index.php on line 41
 
  Running build 0.84
 
  John
 
  -Original Message-
  From: Scott Ullrich [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 12, 2005 11:26 PM
  To: Robo.K.
  Cc: [EMAIL PROTECTED]; support@pfsense.com
  Subject: Re: [pfSense Support] Plan author of TrafficShaper some
  expanation of use the traffic shaper?
 
  We just amended this Traffic Shaper screens.   Do a update_file.sh
  -all or refer to this screenshot for more information:
  http://www.pfsense.com/~sullrich/HFSC2.PNG
 
  Scott
 
 
  On 9/10/05, Robo.K. [EMAIL PROTECTED] wrote:
  
   Thank you, for very usefull explanation.
   And what does mean Parent queue (CBQ or HFSC only)   and Default queue
   ?
  
   For example, if I have