[BlueOnyx:10964] Re: Hardware Information broken

Palmer, Alex alex.palmer at united.com
Wed Jul 18 03:08:54 -05 2012


Hi Michael,

I tried reinstalling phpsysinfo but I still get the same error. If I put a copy of phpsysinfo 3.0.18 on one of my virtual sites everything works as expected.

I'm using Blueonyx 5106R.

Looking at the paths in the error

(/usr/sausalito/ui/web/base/phpsysinfo/.phpsysinfo/templates//images/bar_middle.gif)

It would seem one of the templates isn't being selected?

Thanks

Alex

-----Original Message-----
From: blueonyx-bounces at mail.blueonyx.it [mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of blueonyx-request at mail.blueonyx.it
Sent: Tuesday, July 17, 2012 10:35 PM
To: blueonyx at mail.blueonyx.it
Subject: Blueonyx Digest, Vol 43, Issue 17

Send Blueonyx mailing list submissions to
	blueonyx at mail.blueonyx.it

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.blueonyx.it/mailman/listinfo/blueonyx
or, via email, send a message with subject or body 'help' to
	blueonyx-request at mail.blueonyx.it

You can reach the person managing the list at
	blueonyx-owner at mail.blueonyx.it

When replying, please edit your Subject line so it is more specific than "Re: Contents of Blueonyx digest..."


Today's Topics:

   1. [BlueOnyx:10955] Re: PHP from /var/www/html (Michael Stauber)
   2. [BlueOnyx:10956] Re: Hardware Information broken (Michael Stauber)
   3. [BlueOnyx:10957]  SolarSpeed openwebmail and From address (LUSO)
   4. [BlueOnyx:10958]  Wordpress package (New Millennium Internet)
   5. [BlueOnyx:10959] Re: Wordpress package (Gerald Waugh)
   6. [BlueOnyx:10960] Re: SolarSpeed openwebmail and From address
      (Richard Morgan)
   7. [BlueOnyx:10961] 5106R system w/solarspeed phpMyAdmin-3.1.3
      w/	php-5.3.6 (Gerald Waugh)
   8. [BlueOnyx:10962] Re: Wordpress package (Charles Bowman)
   9. [BlueOnyx:10963] Re: 5106R system w/solarspeed
      phpMyAdmin-3.1.3 w/	php-5.3.6 (Gerald Waugh)


----------------------------------------------------------------------

Message: 1
Date: Tue, 17 Jul 2012 19:56:53 +0200
From: Michael Stauber <mstauber at blueonyx.it>
Subject: [BlueOnyx:10955] Re: PHP from /var/www/html
To: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
Message-ID: <201207171956.53468.mstauber at blueonyx.it>
Content-Type: Text/Plain;  charset="utf-8"

Hi Colin,

> The BX default web folder is set to /var/www/html but this will not 
> allow PHP scripting on a BX box. Do I just add the necessary handler 
> into http.conf or is this a dangerous thing to do?

It's not really dangerous, but generally we wouldn't want to have something running there. Just to keep it simple.

An easy way to get around it is to throw a .htaccess into /var/www/html/ with something like this in it:

Options +ExecCGI
DirectoryIndex index.php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
php_admin_flag safe_mode Off
php_admin_flag safe_mode_gid Off
php_admin_value safe_mode_allowed_env_vars PHP_ php_admin_value safe_mode_exec_dir .
php_admin_value safe_mode_include_dir .
php_admin_value safe_mode_protected_env_vars LD_LIBRARY_PATH php_admin_flag register_globals Off php_admin_flag allow_url_fopen On php_admin_flag allow_url_include Off #php_admin_value open_basedir /tmp/:/var/lib/php/session/:/var/www/html/
php_admin_value open_basedir /
php_admin_value post_max_size 8M
php_admin_value upload_max_filesize 2M
php_admin_value max_execution_time 30
php_admin_value max_input_time 60
php_admin_value memory_limit 16M

--
With best regards

Michael Stauber


------------------------------

Message: 2
Date: Tue, 17 Jul 2012 20:00:03 +0200
From: Michael Stauber <mstauber at blueonyx.it>
Subject: [BlueOnyx:10956] Re: Hardware Information broken
To: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
Message-ID: <201207172000.03332.mstauber at blueonyx.it>
Content-Type: Text/Plain;  charset="utf-8"

Hi Alex,

> I know this was brought up in April and a fix released but I?m still 
> getting the error despite having all the latest updates. Is anyone able to help?
> Warning:
> fopen(/usr/sausalito/ui/web/base/phpsysinfo/.phpsysinfo/templates//ima
> ges/
> bar_middle.gif) [function.fopen]: failed to open stream: No such file 
> or directory in 
> /usr/sausalito/ui/web/base/phpsysinfo/.phpsysinfo/includes/common_func
> tion
> s.php on line 268
> Warning: fread(): supplied argument is not a valid stream resource in 
> /usr/sausalito/ui/web/base/phpsysinfo/.phpsysinfo/includes/common_func
> tion
> s.php on line 270
> Warning: fclose(): supplied argument is not a valid stream resource in 
> /usr/sausalito/ui/web/base/phpsysinfo/.phpsysinfo/includes/common_func
> tion s.php on line 271 Template Error: filename: file 
> /usr/sausalito/ui/web/base/phpsysinfo/.phpsysinfo/templates//form.tpl 
> does not exist. Halted.

What version of BlueOnyx is this on? 5106R, 5107R or 5108R?

You cound try this:

rpm -e --nodeps phpsysinfo
yum install phpsysinfo

That will remove phpSysInfo and will reinstall it again.

--
With best regards

Michael Stauber



------------------------------

Message: 3
Date: Tue, 17 Jul 2012 20:10:55 +0100
From: LUSO <info at lusodigital.com>
Subject: [BlueOnyx:10957]  SolarSpeed openwebmail and From address
To: blueonyx at blueonyx.it
Message-ID: <MTAwMDAxNy5kaXJlY3Rv.1342552267 at quikprotect>
Content-Type: text/plain; charset=us-ascii

Hello,

I'm  setting  up  a  new  64bit  blueonyx server with OpenWebmail from SolarSpeed (installed by pkg)

When  a  new  user  log in OWM for the first time, by default his FROM address is username at www.domain.com and not username at domain.com

What should I change to fix that ?
That's really important for me.

Regards

Emmanuel



------------------------------

Message: 4
Date: Tue, 17 Jul 2012 20:32:23 +0100
From: "New Millennium Internet" <info at nm.tm>
Subject: [BlueOnyx:10958]  Wordpress package
To: <Blueonyx at mail.blueonyx.it>
Message-ID: <0A35E8AF803D40B28607BAA5AF8ADD1C at emachinesPC>
Content-Type: text/plain; charset="utf-8"

Just purchased the Wordpress package from Solarspeedand it all loaded fine but just tried to go into my server and got 

?A crucial system component (CCE) is currently not operating. Please try again in a moment.?


And an email [one per minute]

Cron <root at bqb2> /usr/local/sbin/dfix.sh Connection failed: Resource temporarily unavailable Connection failed: Resource temporarily unavailable

Should i reboot the server?

any ideas???????

Nic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.blueonyx.it/pipermail/blueonyx/attachments/20120717/a2da49bc/attachment-0001.html 

------------------------------

Message: 5
Date: Tue, 17 Jul 2012 14:38:37 -0500
From: Gerald Waugh <gwaugh at frontstreetnetworks.com>
Subject: [BlueOnyx:10959] Re: Wordpress package
To: New Millennium Internet <info at nm.tm>,	BlueOnyx General Mailing
	List <blueonyx at mail.blueonyx.it>
Message-ID: <5005BF3D.4030701 at frontstreetnetworks.com>
Content-Type: text/plain; charset="iso-8859-1"

On 07/17/2012 02:32 PM, New Millennium Internet wrote:
> Just purchased the Wordpress package from Solarspeedand it all loaded 
> fine but just tried to go into my server and got
>  
> "A crucial system component (CCE) is currently not operating. Please 
> try again in a moment."
>  
>  
> And an email [one per minute]
>  
> Cron <root at bqb2> /usr/local/sbin/dfix.sh Connection failed: Resource 
> temporarily unavailable Connection failed: Resource temporarily 
> unavailable
>  
> Should i reboot the server?
>  
> any ideas???????

service cced.init restart

Gerald

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.blueonyx.it/pipermail/blueonyx/attachments/20120717/c25aac68/attachment-0001.html 

------------------------------

Message: 6
Date: Tue, 17 Jul 2012 21:31:11 +0100
From: "Richard Morgan" <richard at morgan-web.co.uk>
Subject: [BlueOnyx:10960] Re: SolarSpeed openwebmail and From address
To: "BlueOnyx General Mailing List" <blueonyx at mail.blueonyx.it>
Message-ID: <D605CE3E72864285928D796167D4D0FB at morganweb>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original

----- Original Message -----
From: "LUSO" <info at lusodigital.com>
To: <blueonyx at blueonyx.it>
Sent: Tuesday, July 17, 2012 8:10 PM
Subject: [BlueOnyx:10957] SolarSpeed openwebmail and From address


> Hello,
>
> I'm  setting  up  a  new  64bit  blueonyx server with OpenWebmail from
> SolarSpeed (installed by pkg)
>
> When  a  new  user  log in OWM for the first time, by default his FROM
> address is username at www.domain.com and not username at domain.com
>
> What should I change to fix that ?
> That's really important for me.
>
> Regards
>
> Emmanuel
>

>From OpenWebmail v2.52 there is an option in the config to pick and alias or 
to create your own.

It's all there in config.

HTH.
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx 



------------------------------

Message: 7
Date: Tue, 17 Jul 2012 15:50:26 -0500
From: Gerald Waugh <gwaugh at frontstreetnetworks.com>
Subject: [BlueOnyx:10961] 5106R system w/solarspeed phpMyAdmin-3.1.3
	w/	php-5.3.6
To: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
Message-ID: <5005D012.5050703 at frontstreetnetworks.com>
Content-Type: text/plain; charset=ISO-8859-1

system exhibits this behavior with solarspeed packages
    phpMyAdmin-3.1.3 w/ php-5.3.6

when using browser http://host.domain.tld/phpMyAdmin
    displays php code

When displayed in the GUI
    PHP 5.2+ is required

Any ideas

-- 
Gerald



------------------------------

Message: 8
Date: Tue, 17 Jul 2012 21:52:00 +0100
From: Charles Bowman <charlesbowman at wknet.co.uk>
Subject: [BlueOnyx:10962] Re: Wordpress package
To: New Millennium Internet <info at nm.tm>,	BlueOnyx General Mailing
	List <blueonyx at mail.blueonyx.it>
Message-ID:
	<CADRKnYmCBkeUhJ=-aMuG6YBz6LGEP7xox9ZNWBWXVWMCsetqag at mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

Give it a go...

Cheers,
C

On 17 July 2012 20:32, New Millennium Internet <info at nm.tm> wrote:

>   Just purchased the Wordpress package from Solarspeedand it all loaded
> fine but just tried to go into my server and got
>
> ?A crucial system component (CCE) is currently not operating. Please try
> again in a moment.?
>
>
> And an email [one per minute]
>
> Cron <root at bqb2> /usr/local/sbin/dfix.sh
> Connection failed: Resource temporarily unavailable
> Connection failed: Resource temporarily unavailable
>
> Should i reboot the server?
>
> any ideas???????
>
> Nic
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.blueonyx.it/pipermail/blueonyx/attachments/20120717/00736094/attachment-0001.html 

------------------------------

Message: 9
Date: Tue, 17 Jul 2012 16:35:04 -0500
From: Gerald Waugh <gwaugh at frontstreetnetworks.com>
Subject: [BlueOnyx:10963] Re: 5106R system w/solarspeed
	phpMyAdmin-3.1.3 w/	php-5.3.6
To: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
Message-ID: <5005DA88.8040105 at frontstreetnetworks.com>
Content-Type: text/plain; charset="iso-8859-1"

On 07/17/2012 03:50 PM, Gerald Waugh wrote:
> system exhibits this behavior with solarspeed packages
>     phpMyAdmin-3.1.3 w/ php-5.3.6
>
> when using browser http://host.domain.tld/phpMyAdmin
>     displays php code
>
> When displayed in the GUI
>     PHP 5.2+ is required
>
> Any ideas
>

ns1.nic.ag
 67.215.171.2

Admin / root Grace99#$

mysql Play4659#




-- 
Gerald Waugh
Front Street Networks - RaQware
4604 Fern Ave
Shreveport, LA 71105
PH: +1 318-734-4779
CL: +1 318-401-0428

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.blueonyx.it/pipermail/blueonyx/attachments/20120717/aaee210b/attachment.html 

------------------------------

_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


End of Blueonyx Digest, Vol 43, Issue 17
****************************************




More information about the Blueonyx mailing list