[BlueOnyx:10358] Missing vhosts data
I did and yum update to a 5016R server the other day, and something went seriously wrong. The last update on it was back in February which went fine. This time about 670+ item were updated which surprised me, but for some reason PHP stopped working on all the vsites. I have the Solarspeed PHP 5.2 package installed. So I thought perhaps it needs a reboot, after such a large the update. I did that and on boot up up poped an Ext3 error and I couldn't login, bash was missing! I booted on the installer CD in linux rescue mode and did an fsck which found a lot of errors, but only confined to the /root volume. Which was strange, as if it was a drive failing the whole LVM should be effected. Anyway I manged to install the bits that fsck removed, all except the contents of /etc/httpd/conf/vhosts which is empty. How can I rebuild /etc/httpd/conf/vhosts ? - Ernie. ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10357] Re: 5108R Web Alias Redirects
> It's now in the new [BlueOnyx-Testing] YUM repository. Thanks, the update worked perfectly. One minor issue on the web form is that the "Limit (kbps)" form field requires a value even if Enable Bandwidth Limits isn't selected. This is the error: Sorry, the data entered in the field speed is invalid. Please check your input and try again. Putting any numeric value in the form field fixes the error but I suspect this is an oversight. Maybe pre-populate the form with a large value? Thanks for the quick fix. Randy ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10356] Re: Updating PHP
Hi Greg, > There has also been a lot of progress on the WHAM installer with a lot > of new and updated modules available, an improved build system to > deliver more frequent updates, suPHP integration, and lots more. > > Stay tuned... Yepp, there is more to come. :-) -- With best regards Michael Stauber ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10355] Re: Updating PHP
Hi List. On 4/27/2012 2:51 AM, Chris Gebhardt - VIRTBIZ Internet wrote: > SB9-PageKeeper Service wrote: >> Where is the best deal for the php upgrade for 5106r to be found? Do >> they take paypal? >> I'm In the usa. > I wouldn't get mine from a source other than Compass or Solarspeed. > Both accept PayPal. Both are overseas. Both provide a good level of > service and support, and what's more, they are active in furthering > BlueOnyx. Without their ongoing support of the project, it would be > substantially more challenging for the platform to continue. > > Compass PHP > http://www.compassnetworks.com.au/shop/compass-php-p-44.html > > Solarspeed PHP > http://www.solarspeed.net/product.php?id_product=36 There is some news that has been gradually percolating around the community that is relevant to this discussion. Recently, there has been a lot of co-development work happening between Solarspeed and Compass. We have started working smarter, not harder. Wherever there is a package that we both make, we will retire one product to reduce duplicate development efforts. We have also done some core Blueonyx changes to make PKG installation more relable in general, and corresponding enhancements to NewLinQ. Many of the Solarspeed packages are now available via Compass. I had actually overlooked the PHP package, so my apologies for that. I will need to do some work in the near future to make that happen. There has also been a lot of progress on the WHAM installer with a lot of new and updated modules available, an improved build system to deliver more frequent updates, suPHP integration, and lots more. Stay tuned... Regards, Greg. ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10354] Re: 5108R Web Alias Redirects
Hi Randy, > > http://devel.blueonyx.it/trac/changeset/895/ > > Cool! Thanks. It's now in the new [BlueOnyx-Testing] YUM repository. If you want to test it, do a "yum update" first to get the updated "blueonyx- yumconf" RPM. Then edit /etc/yum.repos.d/BlueOnyx.repo and enable the [BlueOnyx-Testing] YUM repository at the bottom of that file. -- With best regards Michael Stauber ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10353] Re: 5108R Quota discrepency
Yep - I've done that exact same thing. Mine was even worse - I didn't untar the old files in the virtual site's directory - but in /home/users/admin. But since they were still on the /home partition, and were owned by that user - they counted against that user. Took me a while to find them, but a "find" by user finally revealed them, and a quick change of ownership fixed the problem. Chuck -- Original Message --- From: "Randy Smith" To: BlueOnyx General Mailing List Sent: Thu, 26 Apr 2012 10:45:37 -0700 Subject: [BlueOnyx:10351] Re: 5108R Quota discrepency > > A user's files could be somewhere else than in that user's home > > directory. > > Chuck your a genius! I didn't realize that files outside the users space were > counted. A quick scan of the drive revealed I caused the problem when I > untarred a backup to restore a few files for him... an it was counted. Oops! > > Problem solved. > ___ > Blueonyx mailing list > Blueonyx@mail.blueonyx.it > http://mail.blueonyx.it/mailman/listinfo/blueonyx --- End of Original Message --- ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10352] Re: 5108R Web Alias Redirects
> A fix for this is in SVN now. After a bit more testing I'll release > it soon: > > http://devel.blueonyx.it/trac/changeset/895/ Cool! Thanks. ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10351] Re: 5108R Quota discrepency
> A user's files could be somewhere else than in that user's home > directory. Chuck your a genius! I didn't realize that files outside the users space were counted. A quick scan of the drive revealed I caused the problem when I untarred a backup to restore a few files for him... an it was counted. Oops! Problem solved. ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10350] Re: 5108R Quota discrepency
Any files that are owned by that user are counted so there could be loads in /home/sites/www.domain.com/web/ File ownerships can also transfer over when files are copied as root and users uid's are different on different servers. e.g. you untar something as root which you copied from another machine. If you want to find every file then run `find / -user user_x -print` Dan On 26/04/2012 18:01, Randy Smith wrote: > Customer call says he's out of space and got an error in owm. Looked at the > web admin it looks ok. I increased space for good measure. Later I look and > it's grown. So I compare with get_quotas.pl and what I see in the home dir. > > /usr/sausalito/sbin/get_quotas.pl | grep user_x > user_g34 512000 > > du -c /home/sites/www.domain.com/users/user_x/ > 95068 total > > I suspect there is something else being counted. Where do I need to look? > > Because I just imported this user from BQ I did some cleanup using the > suggestions here: > http://article.gmane.org/gmane.linux.devices.blueonyx.user/6059/match=quota > > Thanks, > > Randy > > ___ > Blueonyx mailing list > Blueonyx@mail.blueonyx.it > http://mail.blueonyx.it/mailman/listinfo/blueonyx -- Find me online : http://www.dogsbody.info/ ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10349] Re: 5108R Quota discrepency
Randy, A user's files could be somewhere else than in that user's home directory. If that user is the admin and has been loading a lot of files to the site's website - that counts again him too, since those files are also owned by that user. So you have to go around that virtual site, find all the files owned by that user and add them all up to get his actual total. It should come close to that quota number. One way to fix that is the new feature in the BX GUI where you can set the ownership of the /web directory's files. Change the ownership to "nobody" or "apache" - and it may solve that user's over-quota issue. Of course - that could cause other problems with the website itself (especially if using a CMS), so be sure you know what you're doing before changing those ownerships. Chuck -- Original Message --- From: "Randy Smith" To: blueonyx@mail.blueonyx.it Sent: Thu, 26 Apr 2012 10:01:13 -0700 Subject: [BlueOnyx:10348] 5108R Quota discrepency > Customer call says he's out of space and got an error in owm. Looked at the > web admin it looks ok. I increased space for good measure. Later I look and > it's grown. So I compare with get_quotas.pl and what I see in the home dir. > > /usr/sausalito/sbin/get_quotas.pl | grep user_x > user_g 34 512000 > > du -c /home/sites/www.domain.com/users/user_x/ > 95068 total > > I suspect there is something else being counted. Where do I need to look? > > Because I just imported this user from BQ I did some cleanup using the > suggestions here: > http://article.gmane.org/gmane.linux.devices.blueonyx.user/6059/match=quota > > Thanks, > > Randy > > ___ > Blueonyx mailing list > Blueonyx@mail.blueonyx.it > http://mail.blueonyx.it/mailman/listinfo/blueonyx --- End of Original Message --- ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10348] 5108R Quota discrepency
Customer call says he's out of space and got an error in owm. Looked at the web admin it looks ok. I increased space for good measure. Later I look and it's grown. So I compare with get_quotas.pl and what I see in the home dir. /usr/sausalito/sbin/get_quotas.pl | grep user_x user_g34 512000 du -c /home/sites/www.domain.com/users/user_x/ 95068 total I suspect there is something else being counted. Where do I need to look? Because I just imported this user from BQ I did some cleanup using the suggestions here: http://article.gmane.org/gmane.linux.devices.blueonyx.user/6059/match=quota Thanks, Randy ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10347] Re: Updating PHP
SB9-PageKeeper Service wrote: > Where is the best deal for the php upgrade for 5106r to be found? Do > they take paypal? > I'm In the usa. I wouldn't get mine from a source other than Compass or Solarspeed. Both accept PayPal. Both are overseas. Both provide a good level of service and support, and what's more, they are active in furthering BlueOnyx. Without their ongoing support of the project, it would be substantially more challenging for the platform to continue. Compass PHP http://www.compassnetworks.com.au/shop/compass-php-p-44.html Solarspeed PHP http://www.solarspeed.net/product.php?id_product=36 There are those that advocate "rolling your own". I'm not going to say this is "wrong", but I think that the engineered PKGs are a better way to go for the sake of continuity because the developers have taken precautions so that the upgrades will not interfere with the operation of the system, and won't be blown out by a YUM update (or cause something else to be blown out due to dependencies). And of course there's the whole thing about supporting those that support the free BlueOnyx software that we enjoy... but that's less tangible for a lot of folks, I guess. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10346] Updating PHP
Where is the best deal for the php upgrade for 5106r to be found? Do they take paypal? I'm In the usa. TIA David Hahn___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10345] Re: Sending one site's email via a separate IP
> I did similar on a Debian system for a client by running a second > sendmail instance. It's tricky and I'm not sure of the implications on a > BlueOnyx system. As I recall we may have used the url below as a guide. Thanks Gerald. Dan -- Find me online : http://www.dogsbody.info/ ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10344] FYI: Distribution Servers Downtime - 12 hours on May 1 - May 2 2012
FYI Hello, The distribution servers rsync.scientificlinux.org, ftp.scientificlinux.org, ftp1.scientificlinux.org, and ftp2.scientificlinux.org will be going down on: Tuesday May 1, 2012 at 19:00 CDT (Chicago) This is a few days away. Affected Machines: * rsync.scientificlinux.org * ftp.scientificlinux.org * ftp1.scientificlinux.org * ftp2.scientificlinux.org Begin Downtime: May 1, 2011 at 19:00 CDT (Chicago) The downtime is expected to last for 12 hours. End Downtime: May 2, 2012 at 07:00 CDT (Chicago) For your local time you can run date -d '2012-05-01 19:00 CDT' Thank you for your patience while we perform this maintenance. Pat Riehecky ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10343] Re: Sending one site's email via a separate IP
On 04/26/2012 09:27 AM, Dogsbody wrote: > > Has anyone done this? I have one site that send a lot of mail and I > don't want their mail affecting the reputation of the rest of the sites > on this server. > > Moving their website to a separate IP is easy however their email will > still be sent via the main IP of the server. Before I dive headlong > into conf files, does anyone know how to setup sendmail so that email > for one domain is sent via a virtual IP instead of the main one? > > Any pointers welcome. > I did similar on a Debian system for a client by running a second sendmail instance. It's tricky and I'm not sure of the implications on a BlueOnyx system. As I recall we may have used the url below as a guide. http://www.brandonhutchinson.com/Running_a_second_sendmail_instance.html -- Gerald ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10342] Re: Cant enable ssl on vsite
On 04/26/2012 09:41 AM, free...@gmx.ch wrote: > Hi > > >> One IP address per SSL and no other sites using that IP > > I think you have misunderestimated (bushims ;) me. > > Yes, one ip adress per SSL but you can use this ip for other *non* SSL Sites. > > So, example: > > This is possible: > vsite1 - 192.168.1.2 - only http vhost > vsite2 - 192.168.1.2 - only http vhost > vsite3 - 192.168.1.2 - http/https vhost > vsite4 - 192.168.1.2 - only http vhost > > I have this setup working on several different Servers..older Blue Onyx > Servers and "normal" Centos Server. This has to work. But it works not on > this 5106R. > > Best Regards > I guess its too early in the morning here. I stand corrected... -- Gerald ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10341] Re: Cant enable ssl on vsite
Hi > One IP address per SSL and no other sites using that IP I think you have misunderestimated (bushims ;) me. Yes, one ip adress per SSL but you can use this ip for other *non* SSL Sites. So, example: This is possible: vsite1 - 192.168.1.2 - only http vhost vsite2 - 192.168.1.2 - only http vhost vsite3 - 192.168.1.2 - http/https vhost vsite4 - 192.168.1.2 - only http vhost I have this setup working on several different Servers..older Blue Onyx Servers and "normal" Centos Server. This has to work. But it works not on this 5106R. Best Regards -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10340] Sending one site's email via a separate IP
Has anyone done this? I have one site that send a lot of mail and I don't want their mail affecting the reputation of the rest of the sites on this server. Moving their website to a separate IP is easy however their email will still be sent via the main IP of the server. Before I dive headlong into conf files, does anyone know how to setup sendmail so that email for one domain is sent via a virtual IP instead of the main one? Any pointers welcome. Thank you Dan -- Find me online : http://www.dogsbody.info/ ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10339] Re: 5108R Web Alias Redirects
Hi Randy, A fix for this is in SVN now. After a bit more testing I'll release it soon: http://devel.blueonyx.it/trac/changeset/895/ -- With best regards Michael Stauber ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10337] Re: pdflib
Hi Michael, > > We have a couple of users who want pdflib installed on one of our BX > > servers. Googling about there seem to be various ways of doing it (inc. > > adding repos and using yum). > The Solarspeed PHP-5.2.* and PHP-5.3.* come with the evaluation version > PDFlib preinstalled. It's version 8.0.3 at this time and unless you purchase a > license for it, PDFs generated with it will contain a watermark. Okay thanks > However, it has to be said that there are other royalty free solutions > available > to generate PDFs from within PHP scripts. Methods which don't require > rebuilding PHP. > > FPDF for example: > > URL: > http://www.fpdf.org/ > > Tutorial: > http://www.fpdf.org/en/tutorial/tuto1.htm > > The methods it uses are slightly different coding wise, but your script just > needs to include the FPDF library and can then use the functions. It's pretty > straightforward, royalty free and easy to use. I will pass this on ;) Thanks for your help. Colin ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10338] Re: Cant enable ssl on vsite
On 04/26/2012 05:12 AM, free...@gmx.ch wrote: > Hi > > I've found some similar postings in the archiv; but didnt found a solution: > > A 5106R Server with newest patches; 2 vsites sharing an IP. No SSL enabled on > both vsites. Nothing listening on tcp 443 according to netstat -tan. > > Now i've created a certificate under "Create Signing Request" (with Checkbox > on "Generate Self-Signed Certificate"). Then i want to start the SSL with > "Enable SSL" and "Save". Fails with error: > > *** > "SSL is already being used by hydroapp.begasoft.ch which shares the same IP > address, x.x.x.x, as this site. SSL can only be enabled for one site using a > shared IP address. Change the IP address of this site or disable SSL for > subdomain.domain.com if you want to enable SSL for this site." > *** > > Yes i know...SSL cant be used on shared IP's. But SSL isnt enabled on this IP > so far. > > I have the same setup on some older Blue Onyx Server and it works there > (didnt set it up by myself some years ago). > > Cant find the solution.. > One IP address per SSL and no other sites using that IP -- Gerald ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10336] Re: 5108R Web Alias Redirects
Hi Randy, > #RewriteRule ^/(.*) http://www.example.com/$1 > > I can rewrite web_alias_redirects.pl to work as I want but I'd like to know > if it's aleady been fixed and I simply have an old version. ;) Yeah, that RewriteRule has been commented out during a BlueOnyx update a few days ago. As you pointed out, it affects the "web alias redirects" and as long as it is commented out, the switch "web alias redirects" in the GUI has no function. This was done as a short term fix for some SSL problems we had on 5107R and 5108R, where some sites with SSL enabled started and endless redirect loop. This is a problem between that RewriteRule and /etc/httpd/conf.d/ssl_perl.conf, which does a dynamic change of the sites Apache config when SSL is enabled. I have the problem narrowed down to a faulty regular expression in ssl_perl.conf and within the next few days I'll release some updates which will hopefully solve both issues. -- With best regards Michael Stauber ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10335] Re: pdflib
Hi Colin, > We have a couple of users who want pdflib installed on one of our BX > servers. Googling about there seem to be various ways of doing it (inc. > adding repos and using yum). > > I would appreciate some advice on this - so as not to b* a server that is > working fine at the moment ;) The Solarspeed PHP-5.2.* and PHP-5.3.* come with the evaluation version PDFlib preinstalled. It's version 8.0.3 at this time and unless you purchase a license for it, PDFs generated with it will contain a watermark. However, it has to be said that there are other royalty free solutions available to generate PDFs from within PHP scripts. Methods which don't require rebuilding PHP. FPDF for example: URL: http://www.fpdf.org/ Tutorial: http://www.fpdf.org/en/tutorial/tuto1.htm The methods it uses are slightly different coding wise, but your script just needs to include the FPDF library and can then use the functions. It's pretty straightforward, royalty free and easy to use. -- With best regards Michael Stauber ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10334] Cant enable ssl on vsite
Hi I've found some similar postings in the archiv; but didnt found a solution: A 5106R Server with newest patches; 2 vsites sharing an IP. No SSL enabled on both vsites. Nothing listening on tcp 443 according to netstat -tan. Now i've created a certificate under "Create Signing Request" (with Checkbox on "Generate Self-Signed Certificate"). Then i want to start the SSL with "Enable SSL" and "Save". Fails with error: *** "SSL is already being used by hydroapp.begasoft.ch which shares the same IP address, x.x.x.x, as this site. SSL can only be enabled for one site using a shared IP address. Change the IP address of this site or disable SSL for subdomain.domain.com if you want to enable SSL for this site." *** Yes i know...SSL cant be used on shared IP's. But SSL isnt enabled on this IP so far. I have the same setup on some older Blue Onyx Server and it works there (didnt set it up by myself some years ago). Cant find the solution.. Best Regards Tom -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx
[BlueOnyx:10333] pdflib
We have a couple of users who want pdflib installed on one of our BX servers. Googling about there seem to be various ways of doing it (inc. adding repos and using yum). I would appreciate some advice on this - so as not to b* a server that is working fine at the moment ;) BX 3.20110922 PHP 5.3.3 Safe to just install phplib 7.05 from source? Thanks Colin ___ Blueonyx mailing list Blueonyx@mail.blueonyx.it http://mail.blueonyx.it/mailman/listinfo/blueonyx