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: [email protected] > 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]; [email protected] > > 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 Marquette [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, September 11, 2005 1:57 AM > > > To: Robo.K. > > > Cc: [email protected] > > > Subject: Re: [pfSense Support] Plan author of TrafficShaper some > > expanation > > > of use the traffic shaper? > > > > > > > > > I'm still somewhat working on the shaper and since I've taken about > > > a > > much > > > needed 2 month break from it, I'm going to have to do a little > > re-education. > > > > > > Here's a little info right from the pf.conf man page: > > > > > > The hfsc scheduler supports some additional options: > > > > > > realtime _sc_ > > > The minimum required bandwidth for the queue. > > > > > > upperlimit _sc > > > _ > > > The maximum allowed bandwidth for the queue. > > > > > > linkshare _sc_ > > > The bandwidth share of a backlogged queue. > > > > > > <sc> is an acronym for service > > > curve. > > > > > > The format for service curve specifications is (m1, d, m2). m2 > > controls > > > the bandwidth assigned to the queue. m1 and d are optional and can > > > be > > > > > > used to control the initial bandwidth assignment. For the first d > > mil- > > > liseconds the queue gets the bandwidth given as m1, afterwards the > > value > > > given in m2. > > > > > > In some cases percentages were easier or more "right" to enter, in > > other > > > cases the KB values were the "right" thing to do...the decision for > > each had > > > nothing to do with what valid values for those fields were, but what > > my > > > experience showed as useful. > > > > > > --Bill > > > > > > > > > > > > On 9/10/05, Robo.K. <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > Plan author of TrafficShaper some expanation of use the traffic > > shaper? > > > Because one thing is theory of HFSC and other thing is filling boxes > > > Upperlimit Real time Link share Parent queue ...? > > > > > > > > There > > > http://wiki.pfsense.com/wikka.php?wakka=HFSCBandwidthShapingNotes > > > is some explanation, but not complete. > > > > > > > > In boxes Upperlimit Realtime Link share are used three values and > > once > > > percents and once Kbite/s... What is for?what is what? > > > > > > > > Can explain anybody this more complex? > > > > > > > > > > > > > > > > Thank you. > > > > > > > > > > > > -- > > > > No virus found in this outgoing message. > > > > Checked by AVG Anti-Virus. > > > > Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: > > 9.9.2005 > > > > > > > > > > > > ---------- > > > > * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA > > > > * www.EuropskaDomena.sk - bezplatna predregistracia domen .EU > > > > * Zoner Photo Studio 7 - Spoznajte kuzlo digitalnej fotografie! > > > http://www.zoner.cz/photo-studio > > > > > > > > > > > > > > > > ---------- > > > * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA > > > * www.ZonerPress.sk - pocitacova literatura, zameranie na webdesign > > > a grafiku > > > * Zoner Photo Studio 7 - Spoznajte kuzlo digitalnej fotografie! > > > http://www.zoner.cz/photo-studio > > > > > > > > > > > > -- > > > No virus found in this incoming message. > > > Checked by AVG Anti-Virus. > > > Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: > > 9.9.2005 > > > > > > > > > > > > -- > > > No virus found in this outgoing message. > > > Checked by AVG Anti-Virus. > > > Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: > > 9.9.2005 > > > > > > > > > ---------- > > > * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA > > > * www.EuropskaDomena.sk - bezplatna predregistracia domen .EU > > > * www.ZonerPress.sk - pocitacova literatura, zameranie na webdesign > > > a grafiku > > > > > > > --------------------------------------------------------------------- > > 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] > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.344 / Virus Database: 267.10.21/96 - Release Date: 10.9.2005 > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.344 / Virus Database: 267.10.21/96 - Release Date: 10.9.2005 > > > > --------------------------------------------------------------------- > 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]
