From cschnee at box.telemedia.ch Tue Mar 1 03:30:48 2011 From: cschnee at box.telemedia.ch (Christoph Schneeberger) Date: Tue, 01 Mar 2011 09:30:48 +0100 Subject: [BlueOnyx:06605] Re: SquirrelMail problem In-Reply-To: References: Message-ID: <4D6CAEB8.1030101@box.telemedia.ch> lewisg wrote: > Why would SquirrelMail respond with a login page on some vsites and on > others respond with the following? > > > /** > * index.php > * > * Redirects to the login page. > * > * @copyright © 1999-2006 The SquirrelMail Project Team > * @license http://opensource.org/licenses/gpl-license.php GNU Public > License > * @version $Id: index.php,v 1.14.2.7 2006/02/03 22:27:46 jervfors Exp $ > * @package squirrelmail > */ > > // Are we configured yet? > if( ! file_exists ( 'config/config.php' ) ) { > echo '

ERROR: Config file ' . > '"config/config.php" not found. You need to ' . > 'configure SquirrelMail before you can use it.

'; > exit; > } > > // If we are, go ahead to the login page. > header('Location: src/login.php'); > > ?> > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > See here for a solution without enabling PHP: http://www.bluequartz.us/phpBB2/viewtopic.php?p=552582&sid=248b6ec7e4465d4deab8270a12e19934 Wondering why this isn't part of BlueOnyx's Squirrelmail package... Cheers, Christoph From lists at hqmatics.nl Tue Mar 1 03:50:55 2011 From: lists at hqmatics.nl (Tjerk Hacquebord) Date: Tue, 1 Mar 2011 09:50:55 +0100 Subject: [BlueOnyx:06606] Re: Rewrite rule status? In-Reply-To: <201103010014.29604.mstauber@blueonyx.it> References: <005101cbd729$5d79de90$186d9bb0$@nl> <201103010014.29604.mstauber@blueonyx.it> Message-ID: <006e01cbd7ed$c7d7a2d0$5786e870$@nl> Hi Michael, There have been many questions about it some while ago. Problem is that if you add multiple web aliases to a vsite the domains do not redirect to the main domain anymore. Old behavior was domain2.com redirects to main domain: domain1.com. Now the site doesn?t redirect anymore. Taco proposed to make a switch for this behavior per site. That would be the best solution. If that?s not possible I think many of the list members would like the ?old? behavior back. Example current vhost file: RewriteCond %{HTTP_HOST} !^www.maindomain.com(:80)?$ [NC] RewriteCond %{HTTP_HOST} !^otherdomain.com(:80)?$ [NC] RewriteRule ^/(.*) http://www.maindomain.nl/$1 [L,R=301] It should not write RewriteCond for each web alias. I?m not sure if the problem is related to that specific update but I think it was around that time when it started for new Vsites and changed vsites so this was my best guess. Tjerk Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] Namens Michael Stauber Verzonden: dinsdag 1 maart 2011 0:14 Aan: BlueOnyx General Mailing List Onderwerp: [BlueOnyx:06601] Re: Rewrite rule status? Hi Tjerk, > I was wondering if there is any news about the known rewrite ?problem? / > option for web aliases? Sorry, but could you please specify the exact nature of that problem? Just to be sure that I fully understand what you're refering to. The set of updates you linked in trac ... http://devel.blueonyx.it/trac/changeset/552/BlueOnyx/5106R/ui/base-vsite.mod ... added a couple of things, like suPHP support, made sure PHP settings for Vsites aren't dropped accidentially and so on. The only change relate to web aliasses was that a change of aliases now doesn't accidentially drop the PHP settings and email server aliasses, like it previously used to do. Offhand I'm not sure of an intentional change of the general web alias functionality in general. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From colin at mainline.co.uk Tue Mar 1 12:34:18 2011 From: colin at mainline.co.uk (Colin Jack) Date: Tue, 1 Mar 2011 17:34:18 +0000 Subject: [BlueOnyx:06607] Re: Rewrite rule status? In-Reply-To: <006e01cbd7ed$c7d7a2d0$5786e870$@nl> Message-ID: From: Tjerk Hacquebord > Reply-To: BlueOnyx General Mailing List > Date: Tue, 1 Mar 2011 09:50:55 +0100 To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06606] Re: Rewrite rule status? Hi Michael, There have been many questions about it some while ago. Problem is that if you add multiple web aliases to a vsite the domains do not redirect to the main domain anymore. Old behavior was domain2.com redirects to main domain: domain1.com. Now the site doesn?t redirect anymore. Taco proposed to make a switch for this behavior per site. That would be the best solution. If that?s not possible I think many of the list members would like the ?old? behavior back. Example current vhost file: RewriteCond %{HTTP_HOST} !^www.maindomain.com(:80)?$ [NC] RewriteCond %{HTTP_HOST} !^otherdomain.com(:80)?$ [NC] RewriteRule ^/(.*) http://www.maindomain.nl/$1 [L,R=301] It should not write RewriteCond for each web alias. I?m not sure if the problem is related to that specific update but I think it was around that time when it started for new Vsites and changed vsites so this was my best guess. _____________ Hi Tjerk/Michael, Interestingly we have had a client today ask if this can be turned off. They want to have all their web aliases to show the URL of the 'new' redirected domain. I could comment out all the entries in the conf file but this would be overwritten each time they changed an alias. This should really be an off/on option on the web services GUI? Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Tue Mar 1 19:31:47 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Wed, 2 Mar 2011 01:31:47 +0100 Subject: [BlueOnyx:06608] Re: Vsite Quota In-Reply-To: <0741E2323ED548EEBA3E5C31F21A1024@research> References: <0741E2323ED548EEBA3E5C31F21A1024@research> Message-ID: <201103020131.47339.mstauber@blueonyx.it> Hi David, > I've ran these commands and login to GUI and still get same thing > > /usr/sausalito/sbin/user_gid_fix.pl > /usr/sausalito/sbin/fix_user_UID_and_GID.pl > /usr/sausalito/sbin/fix_user_suspension.pl > /usr/Sausalito/sbin/disk_restorequotas.pl > > I see results scroll on screen on 1st 3 commands > Last command just comes back to command prompt > I don't know if it's supposed to show you or not. That's fine. The last command shows nothing unless there is a problem. > Any Suggestions? Maybe the site (or a user of that site) owns files outside of the the usually expected paths like /home/sites/siteX/. In that case these files would still contribute to the disk quota. Best way to find all files belonging to a certain user group is to search them this way: find / -group site1 (If you search for files belonging to "site1") You could also search for all files belonging to a certain user: find / -user username -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Tue Mar 1 19:35:47 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Wed, 2 Mar 2011 01:35:47 +0100 Subject: [BlueOnyx:06609] Re: Rewrite rule status? In-Reply-To: References: Message-ID: <201103020135.47286.mstauber@blueonyx.it> Hi Colin, > There have been many questions about it some while ago. Problem is that if > you add multiple web aliases to a vsite the domains do not redirect to the > main domain anymore. Old behavior was domain2.com redirects to main > domain: domain1.com. Now the site doesn?t redirect anymore. Ah, thanks for the clarification. Yeah, I now see what the problem is. I'll look into it after checking with the other developers. I think there was some purpose behind that change, but I see that it both has advantages and disadvantages. I also remember that Taco was talking about making the behaviour configureable per domain, which sounds like a good idea. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Tue Mar 1 19:52:43 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Tue, 1 Mar 2011 19:52:43 -0500 Subject: [BlueOnyx:06610] Re: Rewrite rule status? In-Reply-To: <201103020135.47286.mstauber@blueonyx.it> References: <201103020135.47286.mstauber@blueonyx.it> Message-ID: <00fa01cbd874$23f11840$6bd348c0$@com> If it was made configurable per domain, wouldn?t that hose the statistics for the sites is was enabled on? From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Tuesday, March 01, 2011 7:36 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06609] Re: Rewrite rule status? Hi Colin, > There have been many questions about it some while ago. Problem is that if > you add multiple web aliases to a vsite the domains do not redirect to the > main domain anymore. Old behavior was domain2.com redirects to main > domain: domain1.com. Now the site doesn?t redirect anymore. Ah, thanks for the clarification. Yeah, I now see what the problem is. I'll look into it after checking with the other developers. I think there was some purpose behind that change, but I see that it both has advantages and disadvantages. I also remember that Taco was talking about making the behaviour configureable per domain, which sounds like a good idea. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From chuck at tetlow.net Tue Mar 1 21:26:34 2011 From: chuck at tetlow.net (Chuck Tetlow) Date: Tue, 1 Mar 2011 20:26:34 -0600 Subject: [BlueOnyx:06611] Re: Vsite Quota In-Reply-To: <0741E2323ED548EEBA3E5C31F21A1024@research> References: <0741E2323ED548EEBA3E5C31F21A1024@research> Message-ID: <20110302022008.M83136@tetlow.net> David, The command "ls -lh" only shows you the size of files in that directory, or 4kb sized sub-directories.? Not a lot of help. Go to the directory and instead of using "ls", use "du".? The best command will be "du -hs subdirectoryname".? Or to see everything under that "du -hs *".? That command will add up everything under that subdirectory name and give you the total size in human readable format. Just one thing to remember, don't try this in the /home/sites directory.? It will give you the size of each link which is worthless.? Look in that directory for the site you want to check the size of.? You'll find something like: lrwxrwxrwx? 1 root root?? 18 Feb? 8 00:22 www.test.com -> ../.sites/39/site9 To check the amount of disk usage that the site "www.test.com" is using - use the command "du -hs /home/.sites/39/site9".? That will return the actual amount of disk space being used by www.test.com, its website, and all its users. Chuck ---------- Original Message ----------- From: "KA0JON" To: Sent: Mon, 28 Feb 2011 19:42:27 -0600 Subject: [BlueOnyx:06602] ?Vsite Quota > Hi List, > I have a problem with Vsite Quota. > > My GUI Disk Usage > Shows site 7 with 35284.41 mg, ?yea 35.284 gig > > When I run ls -lh at commandline I get > drwxrwsr-x 7 nobody site7 4.0K Sep 16 14:40 site7 > > Only thing I could find was on this when I googled was > > http://www.bluequartz.us/phpBB2/viewtopic.php?p=533686&sid=9c0da58a39b00eead > 1d99641c8ea7547 > > I've ran these commands and login to GUI and still get same thing > > /usr/sausalito/sbin/user_gid_fix.pl > /usr/sausalito/sbin/fix_user_UID_and_GID.pl > /usr/sausalito/sbin/fix_user_suspension.pl > /usr/Sausalito/sbin/disk_restorequotas.pl > > I see results scroll on screen on 1st 3 commands > Last command just comes back to command prompt > I don't know if it's supposed to show you or not. > > (I am logged in as root when I ran the commands) > > I had this site setup with one user name the family could upload scan family > Files and documents. I have since moved it to windows box, deleted the user > and deleted the files. > > If there's away to screw it up I think I found it. > > Any Suggestions? > > David Kreifels > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx ------- End of Original Message ------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From ka0jon at our-klan.com Tue Mar 1 22:47:40 2011 From: ka0jon at our-klan.com (KA0JON) Date: Tue, 1 Mar 2011 21:47:40 -0600 Subject: [BlueOnyx:06612] Re: Vsite Quota In-Reply-To: <201103020131.47339.mstauber@blueonyx.it> References: <0741E2323ED548EEBA3E5C31F21A1024@research> <201103020131.47339.mstauber@blueonyx.it> Message-ID: <7654FB7166F14C68A384628D7F57C43B@research> Thank you Michael, When I ran the find / -group site 7 command much to my surprise when after I installed BO on this server, I made a /home/olddrive/ folder that had everything from my old server /home folder on it and all the sites. This is why my disk usage is GUI was showing funky things, 2 site 7's So I went and chown that folder to root: root and now all my sites are showing correctly. So in my way to save things and put it on this hard drive was giving me grief. Also thank you Chuck, for telling me about the du -hs command The du -hs /home/.sites/112/site7 shows correct value The Disk Usage in the GUI has spoiled me. Learning the comandline commands comes in handy. David Kreifels -------------- next part -------------- An HTML attachment was scrubbed... URL: From chuck at tetlow.net Tue Mar 1 23:15:29 2011 From: chuck at tetlow.net (Chuck Tetlow) Date: Tue, 1 Mar 2011 22:15:29 -0600 Subject: [BlueOnyx:06613] Re: Vsite Quota In-Reply-To: <7654FB7166F14C68A384628D7F57C43B@research> References: <0741E2323ED548EEBA3E5C31F21A1024@research> <201103020131.47339.mstauber@blueonyx.it> <7654FB7166F14C68A384628D7F57C43B@research> Message-ID: <20110302040342.M43667@tetlow.net> OH YEA!? I've done that too!? cmuExport all sites off a box, cmuImport them to a new server.? Then copy the /home partition over - just in case you need something from the old box.? Of course - its got to go in the new server's /home directory (since nothing else is large enough to hold it).? But if you use rsync or tar/untar - all the GIDs and UIDs can be preserved.? Suddenly, your new server shows some sites and some users over quota.? WEIRD! I finally figured it out by searching for other files owned by the users who were over quota.? Use the command "find / -user username".? You may find a couple of that user's files in /tmp or directories used by specific programs (like OpenWebMail).? But MOST of it should be in that user's home directory (or that site's main web directory if they are a admin).? Any files anywere else should be investigated. You did the right thing - change all those directories and files to root:root.? Use the "R" switch to do it recursively (chown -R root:root /home/backup).? Then they won't be counted against sites or users any more. Sorry - even though I've had that exact problem, I didn't think about it earlier.? Good catch Michael. Chuck ---------- Original Message ----------- From: "KA0JON" To: "'BlueOnyx General Mailing List'" Sent: Tue, 1 Mar 2011 21:47:40 -0600 Subject: [BlueOnyx:06612] Re: Vsite Quota > Thank you Michael, > ? > When I ran the find / -group site 7command > much to my surprise when after Iinstalled BO on this server, > I made a /home/olddrive/ folder that hadeverything from my old server /home folder on it and all the sites. > This is why my disk usage is GUI wasshowing funky things, 2 site 7?s > So I went and chown that folder to root:root? and now all my sites are showing correctly. > ? > So in my way to save things and put it onthis hard drive was giving me grief. > ? > Also thank you Chuck, for telling meabout the du ?hs ?command > The du -hs /home/.sites/112/site7 showscorrect value > ? > The Disk Usage in the GUI has spoiled me. > Learning the comandline commands comes inhandy. > ? > David Kreifels > ? ------- End of Original Message ------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From colin at mainline.co.uk Wed Mar 2 03:27:33 2011 From: colin at mainline.co.uk (Colin Jack) Date: Wed, 2 Mar 2011 08:27:33 +0000 Subject: [BlueOnyx:06614] Re: Rewrite rule status? In-Reply-To: <00fa01cbd874$23f11840$6bd348c0$@com> Message-ID: Hi Darrell, From: "Darrell D. Mobley" > Reply-To: BlueOnyx General Mailing List > Date: Tue, 1 Mar 2011 19:52:43 -0500 To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06610] Re: Rewrite rule status? If it was made configurable per domain, wouldn?t that hose the statistics for the sites is was enabled on? It is already enabled by default, that is the issue. Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Wed Mar 2 09:38:06 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Wed, 2 Mar 2011 09:38:06 -0500 Subject: [BlueOnyx:06615] Re: Rewrite rule status? In-Reply-To: References: <00fa01cbd874$23f11840$6bd348c0$@com> Message-ID: <003501cbd8e7$72340d50$569c27f0$@com> I was referring to making it a switch in the GUI. That would make it screw up stats for sites that enabled it in the GUI. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Colin Jack Sent: Wednesday, March 02, 2011 3:28 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06614] Re: Rewrite rule status? Hi Darrell, From: "Darrell D. Mobley" < dmobley at uhostme.com> Reply-To: BlueOnyx General Mailing List < blueonyx at blueonyx.it> Date: Tue, 1 Mar 2011 19:52:43 -0500 To: 'BlueOnyx General Mailing List' < blueonyx at blueonyx.it> Subject: [BlueOnyx:06610] Re: Rewrite rule status? If it was made configurable per domain, wouldn't that hose the statistics for the sites is was enabled on? It is already enabled by default, that is the issue. Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at hqmatics.nl Wed Mar 2 09:58:35 2011 From: lists at hqmatics.nl (Tjerk Hacquebord) Date: Wed, 2 Mar 2011 15:58:35 +0100 Subject: [BlueOnyx:06616] Re: Rewrite rule status? In-Reply-To: <003501cbd8e7$72340d50$569c27f0$@com> References: <00fa01cbd874$23f11840$6bd348c0$@com> <003501cbd8e7$72340d50$569c27f0$@com> Message-ID: <012701cbd8ea$4f6cac20$ee460460$@nl> It does already screw up the stats by default now, I think that's what Colin is trying to say. So it can only get better :) Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] Namens Darrell D. Mobley Verzonden: woensdag 2 maart 2011 15:38 Aan: 'BlueOnyx General Mailing List' Onderwerp: [BlueOnyx:06615] Re: Rewrite rule status? I was referring to making it a switch in the GUI. That would make it screw up stats for sites that enabled it in the GUI. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Colin Jack Sent: Wednesday, March 02, 2011 3:28 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06614] Re: Rewrite rule status? Hi Darrell, From: "Darrell D. Mobley" < dmobley at uhostme.com> Reply-To: BlueOnyx General Mailing List < blueonyx at blueonyx.it> Date: Tue, 1 Mar 2011 19:52:43 -0500 To: 'BlueOnyx General Mailing List' < blueonyx at blueonyx.it> Subject: [BlueOnyx:06610] Re: Rewrite rule status? If it was made configurable per domain, wouldn't that hose the statistics for the sites is was enabled on? It is already enabled by default, that is the issue. Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Wed Mar 2 17:42:08 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Wed, 2 Mar 2011 17:42:08 -0500 Subject: [BlueOnyx:06617] Re: Rewrite rule status? In-Reply-To: <012701cbd8ea$4f6cac20$ee460460$@nl> References: <00fa01cbd874$23f11840$6bd348c0$@com> <003501cbd8e7$72340d50$569c27f0$@com> <012701cbd8ea$4f6cac20$ee460460$@nl> Message-ID: <00d701cbd92b$104ffdd0$30eff970$@com> Hello, preacher, this is choir. J If they make it a GUI optional switch, then those site's stats will become screwed up. Until we can figure out how to fix that, it needs to be returned to the default behavior it used to have. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Tjerk Hacquebord Sent: Wednesday, March 02, 2011 9:59 AM To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06616] Re: Rewrite rule status? It does already screw up the stats by default now, I think that's what Colin is trying to say. So it can only get better :) Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] Namens Darrell D. Mobley Verzonden: woensdag 2 maart 2011 15:38 Aan: 'BlueOnyx General Mailing List' Onderwerp: [BlueOnyx:06615] Re: Rewrite rule status? I was referring to making it a switch in the GUI. That would make it screw up stats for sites that enabled it in the GUI. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Colin Jack Sent: Wednesday, March 02, 2011 3:28 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06614] Re: Rewrite rule status? Hi Darrell, From: "Darrell D. Mobley" < dmobley at uhostme.com> Reply-To: BlueOnyx General Mailing List < blueonyx at blueonyx.it> Date: Tue, 1 Mar 2011 19:52:43 -0500 To: 'BlueOnyx General Mailing List' < blueonyx at blueonyx.it> Subject: [BlueOnyx:06610] Re: Rewrite rule status? If it was made configurable per domain, wouldn't that hose the statistics for the sites is was enabled on? It is already enabled by default, that is the issue. Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: From gkuhnert at compassnetworks.com.au Wed Mar 2 17:52:28 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Thu, 03 Mar 2011 09:52:28 +1100 Subject: [BlueOnyx:06618] Re: Rewrite rule status? In-Reply-To: <00d701cbd92b$104ffdd0$30eff970$@com> References: <00fa01cbd874$23f11840$6bd348c0$@com> <003501cbd8e7$72340d50$569c27f0$@com> <012701cbd8ea$4f6cac20$ee460460$@nl> <00d701cbd92b$104ffdd0$30eff970$@com> Message-ID: <4D6ECA2C.2050702@compassnetworks.com.au> Another angle: 1. Not everyone wants stats. 2. Not everyone wants redirects to a single domain. To be honest, I cant remember why this patch made it into the code base, but it's there now. Moving forward, I personally prefer making it user configurable (when Taco finishes that bit of code), instead of putting it back the way it was before.... Just my view. Regards, Greg. On 3/03/2011 9:42 AM, Darrell D. Mobley wrote: > > Hello, preacher, this is choir. J > > If they make it a GUI optional switch, then those site's stats will > become screwed up. Until we can figure out how to fix that, it needs > to be returned to the default behavior it used to have. > > *From:*blueonyx-bounces at blueonyx.it > [mailto:blueonyx-bounces at blueonyx.it] *On Behalf Of *Tjerk Hacquebord > *Sent:* Wednesday, March 02, 2011 9:59 AM > *To:* 'BlueOnyx General Mailing List' > *Subject:* [BlueOnyx:06616] Re: Rewrite rule status? > > It does already screw up the stats by default now, I think that's what > Colin is trying to say. > > So it can only get better :) > > *Van:*blueonyx-bounces at blueonyx.it > [mailto:blueonyx-bounces at blueonyx.it] *Namens *Darrell D. Mobley > *Verzonden:* woensdag 2 maart 2011 15:38 > *Aan:* 'BlueOnyx General Mailing List' > *Onderwerp:* [BlueOnyx:06615] Re: Rewrite rule status? > > I was referring to making it a switch in the GUI. That would make it > screw up stats for sites that enabled it in the GUI. > > *From:*blueonyx-bounces at blueonyx.it > [mailto:blueonyx-bounces at blueonyx.it] *On Behalf Of *Colin Jack > *Sent:* Wednesday, March 02, 2011 3:28 AM > *To:* BlueOnyx General Mailing List > *Subject:* [BlueOnyx:06614] Re: Rewrite rule status? > > Hi Darrell, > > From: "Darrell D. Mobley" > > > Reply-To: BlueOnyx General Mailing List > > > Date: Tue, 1 Mar 2011 19:52:43 -0500 > > To: 'BlueOnyx General Mailing List' > > > Subject: [BlueOnyx:06610] Re: Rewrite rule status? > > If it was made configurable per domain, wouldn't that hose the > statistics for the sites is was enabled on? > > It is already enabled by default, that is the issue. > > Colin > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From ses at aviaweb.com Wed Mar 2 18:06:13 2011 From: ses at aviaweb.com (Stephanie Sullivan) Date: Wed, 2 Mar 2011 18:06:13 -0500 Subject: [BlueOnyx:06619] Re: Rewrite rule status? In-Reply-To: <00d701cbd92b$104ffdd0$30eff970$@com> References: <00fa01cbd874$23f11840$6bd348c0$@com> <003501cbd8e7$72340d50$569c27f0$@com> <012701cbd8ea$4f6cac20$ee460460$@nl> <00d701cbd92b$104ffdd0$30eff970$@com> Message-ID: <0d2401cbd92e$6fc1b580$4f452080$@com> Indeed, the old behavior SHOULD be the default behavior. Period. The default should not break stats and who knows what else. -Stephanie From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Darrell D. Mobley Sent: Wednesday, March 02, 2011 5:42 PM To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06617] Re: Rewrite rule status? Hello, preacher, this is choir. J If they make it a GUI optional switch, then those site's stats will become screwed up. Until we can figure out how to fix that, it needs to be returned to the default behavior it used to have. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Tjerk Hacquebord Sent: Wednesday, March 02, 2011 9:59 AM To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06616] Re: Rewrite rule status? It does already screw up the stats by default now, I think that's what Colin is trying to say. So it can only get better :) Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] Namens Darrell D. Mobley Verzonden: woensdag 2 maart 2011 15:38 Aan: 'BlueOnyx General Mailing List' Onderwerp: [BlueOnyx:06615] Re: Rewrite rule status? I was referring to making it a switch in the GUI. That would make it screw up stats for sites that enabled it in the GUI. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Colin Jack Sent: Wednesday, March 02, 2011 3:28 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06614] Re: Rewrite rule status? Hi Darrell, From: "Darrell D. Mobley" < dmobley at uhostme.com> Reply-To: BlueOnyx General Mailing List < blueonyx at blueonyx.it> Date: Tue, 1 Mar 2011 19:52:43 -0500 To: 'BlueOnyx General Mailing List' < blueonyx at blueonyx.it> Subject: [BlueOnyx:06610] Re: Rewrite rule status? If it was made configurable per domain, wouldn't that hose the statistics for the sites is was enabled on? It is already enabled by default, that is the issue. Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Wed Mar 2 18:39:22 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Thu, 3 Mar 2011 00:39:22 +0100 Subject: [BlueOnyx:06620] Re: Rewrite rule status? In-Reply-To: <0d2401cbd92e$6fc1b580$4f452080$@com> References: <00fa01cbd874$23f11840$6bd348c0$@com> <00d701cbd92b$104ffdd0$30eff970$@com> <0d2401cbd92e$6fc1b580$4f452080$@com> Message-ID: <201103030039.22157.mstauber@blueonyx.it> Hi Stephanie, > Indeed, the old behavior SHOULD be the default behavior. Period. The default > should not break stats and who knows what else. Indeed. That's how it'll be when done. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmorgan at portmorgan.com Wed Mar 2 19:07:08 2011 From: rmorgan at portmorgan.com (Rod Morgan) Date: Wed, 02 Mar 2011 17:07:08 -0700 Subject: [BlueOnyx:06621] Re: Request to add fail2ban to default yum repositories In-Reply-To: <4D626491.2020400@portmorgan.com> References: <4D626491.2020400@portmorgan.com> Message-ID: <4D6EDBAC.6000304@portmorgan.com> Bump On 2/21/2011 6:11 AM, Rod Morgan wrote: > I'd like to implement fail2ban on a stock BX system. However, > fail2ban doesn't appear be available in the default yum repositories. > I know better than to arbitrarily add an additional repository. > > Michael/Taco...can fail2ban be added to the default repository? > > Rod Morgan -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Wed Mar 2 19:17:11 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Thu, 3 Mar 2011 01:17:11 +0100 Subject: [BlueOnyx:06622] Re: Request to add fail2ban to default yum repositories In-Reply-To: <4D6EDBAC.6000304@portmorgan.com> References: <4D626491.2020400@portmorgan.com> <4D6EDBAC.6000304@portmorgan.com> Message-ID: <201103030117.11083.mstauber@blueonyx.it> Hi Rod, > Michael/Taco...can fail2ban be added to the default repository? Not really. We used a different approach and integrated PAM_ABL into BlueOnyx, which also blocks logins after repeated failed logins. Dropping fail2ban into our repositories has the potential to interfere with firewall rules from third party firewall applications that people might already have. Default "out of the box" firewalling is something that easily shoot people into the foot. Hence I'd rather like to avoid that. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From general at ziggo.nl Thu Mar 3 03:32:48 2011 From: general at ziggo.nl (Steffan) Date: Thu, 3 Mar 2011 09:32:48 +0100 Subject: [BlueOnyx:06623] Re: subdomains for vsite In-Reply-To: References: <4D07E7E7.1040205@webtent.net> <1D7ED5B10EC841D99E76FED282F89544@KenMarcusPC> <027b01cba2a9$953e1e40$bfba5ac0$@nl> <5DC8BA7A-80E7-45D3-B4B7-02DFC77287DD@blueonyx.it> <017c01cbad85$03f53bd0$0bdfb370$@nl> Message-ID: <016401cbd97d$93c3c050$bb4b40f0$@nl> Any update ? -----Oorspronkelijk bericht----- Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] Namens Taco Scargo Verzonden: donderdag 6 januari 2011 13:37 Aan: BlueOnyx General Mailing List Onderwerp: [BlueOnyx:06272] Re: subdomains for vsite Hi Steffan, Not yes, sorry. I have to close my financial administration for 2009 and 2010, so I am a bit swamped with work, but I should be finishing that this week, so will try afterwards. But don't hesitate to remind me if I keep quiet on the subject :) With regards, Taco Scargo taco at blueonyx.it On 6 jan 2011, at 10:35, Steffan wrote: > Hello Taco, > Did you find time to look in to this ? > > -----Oorspronkelijk bericht----- > Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > Namens Taco Scargo > Verzonden: donderdag 23 december 2010 15:28 > Aan: BlueOnyx General Mailing List > Onderwerp: [BlueOnyx:06175] Re: {Spam?} subdomains for vsite > > No, DNS should have nothing to do with it. > > I will try it our myself and let you know my experience. From you report it > sounds as if it is a reproducible problem. > > With regards, > > Taco Scargo > taco at blueonyx.it > > > On 23 dec 2010, at 16:17, Steffan wrote: > > Quote: > I changed the settings in the server managment from 1000 to 500 > I disabled the settings in the vsite > Changed the settings in the vsite to 400 and enabled > > Dec 23 16:08:52 server9 cced(smd)[9904]: client 846:[48:11682]: CREATE > "Subdomains" "webpath" "=" "/home/.sites/31/site36/web/test" "group" "=" > "site36" "isUser" "=" "0" "hostname" "=" "test" > Dec 23 16:08:52 server9 cced(smd)[9904]: LOCKDEBUG: Locked file (null): > Success > Dec 23 16:08:52 server9 cced(smd)[9904]: client 846:[48:11682]: CREATE > Subdomains failed (-9) > Dec 23 16:08:52 server9 cced(smd)[9904]: LOCKDEBUG: Locked file y: No such > file or directory > Dec 23 16:08:52 server9 cced(smd)[9914]: client 846:[48:7891]: SET 829 . > subdomains "max_subdomains" "=" "" "vsite_enabled" "=" "" > Dec 23 16:08:52 server9 cced(smd)[9914]: client 846:[48:7891]: SET > 829.subdomains failed (-5) > > Same problem > Tried another server > Same problem > Does dns need to be enabled ? > Im using external dns > > > > -----Oorspronkelijk bericht----- > Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > Namens Taco Scargo > Verzonden: donderdag 23 december 2010 15:28 > Aan: BlueOnyx General Mailing List > Onderwerp: [BlueOnyx:06175] Re: {Spam?} subdomains for vsite > > try modifying the max subdomains and try again > > With regards, > > Taco Scargo > taco at blueonyx.it > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From md at goulburn.net.au Mon Mar 7 17:26:32 2011 From: md at goulburn.net.au (David Booth) Date: Tue, 08 Mar 2011 09:26:32 +1100 Subject: [BlueOnyx:06624] Re: clistuser In-Reply-To: References: <4D626491.2020400@portmorgan.com> <4D6EDBAC.6000304@portmorgan.com> <201103030117.11083.mstauber@blueonyx.it> Message-ID: >> Is there any way to get UserAlias that would be nice for my records too. > Yes, you can use this script for that: > http://data.smd.net/scripts/findalias_and_users.pl.txt > # $Id: findalias_and_users.pl, v1.0.0.0 Wed 21 Jan 2009 06:08:39 PM CET > mstauber Exp $ > # > # Script to generate a list of all sites, their IP and which Email Server > # Aliasses and Web Server Aliasses they have. It also prints out the > sites > # users and their email aliasses. This script seems to have a missing loop exit or a var not zeroed before entering the loop? - for each site it gives me the userlist for the whole server, not just the users for that site. -- David Booth Goulburn Internet From mstauber at blueonyx.it Mon Mar 7 17:52:42 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Mon, 7 Mar 2011 23:52:42 +0100 Subject: [BlueOnyx:06625] Re: clistuser In-Reply-To: References: <4D626491.2020400@portmorgan.com> Message-ID: <201103072352.43010.mstauber@blueonyx.it> Hi David, > This script seems to have a missing loop exit or a var not zeroed before > entering the loop? - for each site it gives me > the userlist for the whole server, not just the users for that site. Ah, yeah. I see what you mean. I'll look into it. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From md at goulburn.net.au Mon Mar 7 18:23:29 2011 From: md at goulburn.net.au (David Booth) Date: Tue, 08 Mar 2011 10:23:29 +1100 Subject: [BlueOnyx:06626] Re: clistuser In-Reply-To: <201103072352.43010.mstauber@blueonyx.it> References: <4D626491.2020400@portmorgan.com> <201103072352.43010.mstauber@blueonyx.it> Message-ID: On Tue, 08 Mar 2011 09:52:42 +1100, Michael Stauber wrote: > Hi David, > >> This script seems to have a missing loop exit or a var not zeroed before >> entering the loop? - for each site it gives me >> the userlist for the whole server, not just the users for that site. > > Ah, yeah. I see what you mean. I'll look into it. > Thanks Michael, A quick list of users is easy: ls /home/sites/*/users but with aliases would be much nicer. What about a flag for those who are admin users? And those with .forward? - that could be handy too From germano at soru.me.uk Mon Mar 7 18:27:38 2011 From: germano at soru.me.uk (Germano Soru) Date: Mon, 7 Mar 2011 23:27:38 -0000 Subject: [BlueOnyx:06627] new email boxes Message-ID: Hello all, Hopefully someone can help.. I'm having yet another problem I'm trying to add users for a friend to his domain, but every account I've added after his, we keep seeing this. ----- The following addresses had permanent fatal errors ----- (reason: Can't create output) ----- Transcript of session follows ----- procmail: Lock failure on "/home/.sites/70/site4/.users/123/crystal.h/mbox.lock" procmail: Error while writing to "/home/.sites/70/site4/.users/123/crystal.h/mbox" 550 5.0.0 ... Can't create output I don't even know where to look. Ive searched logs with no luck. Any ideas would be much appreciated I don't know if its related, but the ftp tells me that that the permission is denied also Thankx in advance Regards, Germano -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL: From md at goulburn.net.au Mon Mar 7 18:44:57 2011 From: md at goulburn.net.au (David Booth) Date: Tue, 08 Mar 2011 10:44:57 +1100 Subject: [BlueOnyx:06628] Re: new email boxes In-Reply-To: References: Message-ID: On Tue, 08 Mar 2011 10:27:38 +1100, Germano Soru wrote: > Hello all, > > > Hopefully someone can help.. > > > I'm having yet another problem > > I'm trying to add users for a friend to his domain, but every account > I've > added after his, we keep seeing this. > > > > ----- The following addresses had permanent fatal errors ----- > > > (reason: Can't create output) > > > ----- Transcript of session follows ----- > > procmail: Lock failure on > "/home/.sites/70/site4/.users/123/crystal.h/mbox.lock" > > procmail: Error while writing to > "/home/.sites/70/site4/.users/123/crystal.h/mbox" > > 550 5.0.0 ... Can't create output > > > > I don't even know where to look. Ive searched logs with no luck. > > > Any ideas would be much appreciated > > > I don't know if its related, but the ftp tells me that that the > permission > is denied also > > > > Thankx in advance > > > Regards, > > Germano > > crystl.h is over quota How many users do you want to add? - say U How much average disk space for users? - say D Set the site's quota at U * D + 50 Increase the quota for crysal.h -- David Booth From germano at soru.me.uk Mon Mar 7 19:01:49 2011 From: germano at soru.me.uk (Germano Soru) Date: Tue, 8 Mar 2011 00:01:49 -0000 Subject: [BlueOnyx:06629] Re: new email boxes In-Reply-To: References: Message-ID: Well, 1, but I'm sure there will be more soon. I have allocated 20gb for two users so it cant be that.. - Germano -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of David Booth Sent: 07 March 2011 11:45 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06628] Re: new email boxes crystl.h is over quota How many users do you want to add? - say U How much average disk space for users? - say D Set the site's quota at U * D + 50 Increase the quota for crysal.h -- David Booth ---------------------------------------------------------------------------- On Tue, 08 Mar 2011 10:27:38 +1100, Germano Soru wrote: > Hello all, > > > Hopefully someone can help.. > > > I'm having yet another problem > > I'm trying to add users for a friend to his domain, but every account > I've > added after his, we keep seeing this. > > > > ----- The following addresses had permanent fatal errors ----- > > > (reason: Can't create output) > > > ----- Transcript of session follows ----- > > procmail: Lock failure on > "/home/.sites/70/site4/.users/123/crystal.h/mbox.lock" > > procmail: Error while writing to > "/home/.sites/70/site4/.users/123/crystal.h/mbox" > > 550 5.0.0 ... Can't create output > > > > I don't even know where to look. Ive searched logs with no luck. > > > Any ideas would be much appreciated > > > I don't know if its related, but the ftp tells me that that the > permission > is denied also > > > > Thankx in advance > > > Regards, > > Germano > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From md at goulburn.net.au Mon Mar 7 19:16:39 2011 From: md at goulburn.net.au (David Booth) Date: Tue, 08 Mar 2011 11:16:39 +1100 Subject: [BlueOnyx:06630] Re: new email boxes In-Reply-To: References: Message-ID: On Tue, 08 Mar 2011 11:01:49 +1100, Germano Soru wrote: > procmail: Error while writing to > "/home/.sites/70/site4/.users/123/crystal.h/mbox" > > 550 5.0.0 ... Can't create output ---- > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of David Booth > Sent: 07 March 2011 11:45 > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06628] Re: new email boxes > > crystl.h is over quota > > How many users do you want to add? - say U > How much average disk space for users? - say D > > Set the site's quota at U * D + 50 > > Increase the quota for crysal.h > ----- > > Well, 1, but I'm sure there will be more soon. > > I have allocated 20gb for two users so it cant be that.. > > - Germano So the site quota is 20000? And how much for crystal.h? du -h /home/sites/your.sitename.here/users/crystal.h Or just remove crystal.h and try to add again? From dmobley at uhostme.com Mon Mar 7 20:28:46 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Mon, 7 Mar 2011 20:28:46 -0500 Subject: [BlueOnyx:06631] Security -> Failed Logins Message-ID: <018301cbdd30$2bcd13a0$83673ae0$@com> When I go to the admin server GUI, under Security -> Failed Logins and click the Whois link next to a listing, the whois opens in a popup and then the screen with the list of logins goes to an error page: "Forbidden, you don't have permission to access the requested file on this server." The red or green buttons under Access are hyperlinked but nothing happens. What do they do? From dmobley at uhostme.com Mon Mar 7 21:32:18 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Mon, 7 Mar 2011 21:32:18 -0500 Subject: [BlueOnyx:06632] Re: OWM and Spam In-Reply-To: <003201cbd5cc$c2c7a6a0$4856f3e0$@com> References: <011a01cbc27e$79f33180$6dd99480$@com> <007f01cbccac$199ef480$4cdcdd80$@com> <005301cbcd24$42c87020$c8595060$@com><68AC29CA92044B509E4C23A6B0C12CB0@KenMarcusPC> <009801cbcd4b$cb97de00$62c79a00$@com> <4EFE5CDEC648467F959CDB13671DB21D@KenMarcusPC> <00af01cbcd61$ac505a20$04f10e60$@com> <003201cbd5cc$c2c7a6a0$4856f3e0$@com> Message-ID: <019a01cbdd39$0babe480$2303ad80$@com> Bump again. > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Darrell D. Mobley > Sent: Saturday, February 26, 2011 10:50 AM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06581] Re: OWM and Spam > > Bump! Specifically: > > I looked in the GUI for the email server and there are no RBLs defined, > and on the advanced tab, POP Authenticated Relaying is checked, but Enable > delay_checks is not checked. What sendmail.mc file is BX using or is it > writing straight to sendmail.cf? > > I manually edited my sendmail.mc to turn delay_checks on, disable > greet_pause and enable zen.spamhaus.org and bl.spamcop.net, made my > sendmail.cf and it works. I wonder if I made changes in the GUI if it, > because it's not picking up my changes to sendmail.mc, would wipe out my > changes? > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On Behalf Of Darrell D. Mobley > > Sent: Tuesday, February 15, 2011 5:43 PM > > To: 'BlueOnyx General Mailing List' > > Subject: [BlueOnyx:06509] Re: OWM and Spam > > > > > -----Original Message----- > > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx- > bounces at blueonyx.it] > > > On Behalf Of Ken - Precision Web Hosting, Inc > > > Sent: Tuesday, February 15, 2011 3:53 PM > > > To: BlueOnyx General Mailing List > > > Subject: [BlueOnyx:06506] Re: OWM and Spam > > > > > > zen includes dynamic IPs. > > > > > > It's good to block dynamic IP addresses as that will get rid of a lot > of > > spam. > > > > Yes, I found that out when some of my mails get returned, I have to turn > > around and resend them via my cable email account or forget it. But on > to > > what you post below: > > > > > One easy way to allow your users to send is to enable the poprelay, > then > > > edit the sendmail.cf > > > > You can get Sendmail to check a user's credentials before bouncing their > > outbound mail by using: > > > > FEATURE(`delay_checks', `friend')dnl > > > > And commenting out: > > > > dnl FEATURE(`greet_pause', `1000')dnl > > > > What I am trying to address is inbound spam. Funny, now that Chris > > mentions > > it, I looked in the GUI for the email server and there are no RBLs > > defined, > > and on the advanced tab, POP Authenticated Relaying is checked, but > Enable > > delay_checks is not checked. What sendmail.mc file is BX using or is it > > writing straight to sendmail.cf? > > > > I manually edited my sendmail.mc to turn delay_checks on, disable > > greet_pause and enable zen.spamhaus.org and bl.spamcop.net, made my > > sendmail.cf and it works. I wonder if I made changes in the GUI if it, > > because it's not picking up my changes to sendmail.mc, would wipe out my > > changes? > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From kenlists at precisionweb.net Tue Mar 8 00:18:50 2011 From: kenlists at precisionweb.net (Ken - Precision Web Hosting, Inc) Date: Mon, 7 Mar 2011 21:18:50 -0800 Subject: [BlueOnyx:06633] Re: new email boxes In-Reply-To: References: Message-ID: <02EB4367F66941FBB21B2452214EE9E2@KenMarcusPC> ----- Original Message ----- From: Germano Soru Hello all, Hopefully someone can help.. I'm having yet another problem I'm trying to add users for a friend to his domain, but every account I've added after his, we keep seeing this. ----- The following addresses had permanent fatal errors ----- (reason: Can't create output) ----- Transcript of session follows ----- procmail: Lock failure on "/home/.sites/70/site4/.users/123/crystal.h/mbox.lock" procmail: Error while writing to "/home/.sites/70/site4/.users/123/crystal.h/mbox" 550 5.0.0 ... Can't create output I don't even know where to look. Ive searched logs with no luck. Any ideas would be much appreciated I don't know if its related, but the ftp tells me that that the permission is denied also Thankx in advance Regards, Germano << Either the site is over quota, or one of your partitions is full. For the site, check the GUI under Usage --> disk. For the paritions, from the command line type: df ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net From germano at soru.me.uk Tue Mar 8 04:32:39 2011 From: germano at soru.me.uk (Germano) Date: Tue, 8 Mar 2011 09:32:39 -0000 Subject: [BlueOnyx:06634] Re: new email boxes In-Reply-To: <02EB4367F66941FBB21B2452214EE9E2@KenMarcusPC> References: <02EB4367F66941FBB21B2452214EE9E2@KenMarcusPC> Message-ID: <22FC01BA15B94A5A8AED1EEC38D19FE1@Blackberry> There is plenty of space allocated to both the user, domain and enough left over for the server.. I've attempted to have another look this morning and it now just works as it should. I can create users and they can send and reply no problem now... So I don't know But thank you for the help!! - Germano -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Ken - Precision Web Hosting, Inc Sent: 08 March 2011 05:19 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06633] Re: new email boxes ----- Original Message ----- From: Germano Soru Hello all, Hopefully someone can help.. I'm having yet another problem I'm trying to add users for a friend to his domain, but every account I've added after his, we keep seeing this. ----- The following addresses had permanent fatal errors ----- (reason: Can't create output) ----- Transcript of session follows ----- procmail: Lock failure on "/home/.sites/70/site4/.users/123/crystal.h/mbox.lock" procmail: Error while writing to "/home/.sites/70/site4/.users/123/crystal.h/mbox" 550 5.0.0 ... Can't create output I don't even know where to look. Ive searched logs with no luck. Any ideas would be much appreciated I don't know if its related, but the ftp tells me that that the permission is denied also Thankx in advance Regards, Germano << Either the site is over quota, or one of your partitions is full. For the site, check the GUI under Usage --> disk. For the paritions, from the command line type: df ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From gkuhnert at compassnetworks.com.au Tue Mar 8 04:43:33 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Tue, 08 Mar 2011 20:43:33 +1100 Subject: [BlueOnyx:06635] Re: Security -> Failed Logins In-Reply-To: <018301cbdd30$2bcd13a0$83673ae0$@com> References: <018301cbdd30$2bcd13a0$83673ae0$@com> Message-ID: <4D75FA45.6040106@compassnetworks.com.au> On 8/03/2011 12:28 PM, Darrell D. Mobley wrote: > When I go to the admin server GUI, under Security -> Failed Logins and click > the Whois link next to a listing, the whois opens in a popup and then the > screen with the list of logins goes to an error page: "Forbidden, you don't > have permission to access the requested file on this server." Same happens here. The popup works just fine, but for some reason the main window goes to a non-existent URL. Have you opened this as a bug in TRAC at the blueonyx site for tracking? Opening bugs in TRAC will make sure they get looked at when the devs get some time. > The red or green buttons under Access are hyperlinked but nothing happens. > What do they do? The hyperlinks are part of the sausalito gui system - Ignore the hyperlinks. Its a status icon only. No clickable function available. Green meens we know about this user/host, but not yet blocked. Red means we are blocking this user / host right now. Regards, Greg. From gkuhnert at compassnetworks.com.au Tue Mar 8 04:48:10 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Tue, 08 Mar 2011 20:48:10 +1100 Subject: [BlueOnyx:06636] Re: OWM and Spam In-Reply-To: <019a01cbdd39$0babe480$2303ad80$@com> References: <011a01cbc27e$79f33180$6dd99480$@com> <007f01cbccac$199ef480$4cdcdd80$@com> <005301cbcd24$42c87020$c8595060$@com><68AC29CA92044B509E4C23A6B0C12CB0@KenMarcusPC> <009801cbcd4b$cb97de00$62c79a00$@com> <4EFE5CDEC648467F959CDB13671DB21D@KenMarcusPC> <00af01cbcd61$ac505a20$04f10e60$@com> <003201cbd5cc$c2c7a6a0$4856f3e0$@com> <019a01cbdd39$0babe480$2303ad80$@com> Message-ID: <4D75FB5A.8040904@compassnetworks.com.au> Blueonyx uses sendmail.mc - however, any changes you make that map to features in the GUI will not be imported to BlueOnyx. My advice is to setup any settings via the GUI if they are available there. Any changes that are not available in the GUI can be made safely in the sendmail.mc file. Regards, Greg. On 8/03/2011 1:32 PM, Darrell D. Mobley wrote: > Bump again. >> Bump! Specifically: >> >> I looked in the GUI for the email server and there are no RBLs defined, >> and on the advanced tab, POP Authenticated Relaying is checked, but Enable >> delay_checks is not checked. What sendmail.mc file is BX using or is it >> writing straight to sendmail.cf? >> >> I manually edited my sendmail.mc to turn delay_checks on, disable >> greet_pause and enable zen.spamhaus.org and bl.spamcop.net, made my >> sendmail.cf and it works. I wonder if I made changes in the GUI if it, >> because it's not picking up my changes to sendmail.mc, would wipe out my >> changes? From jeffrey at px2co.net Tue Mar 8 05:43:38 2011 From: jeffrey at px2co.net (Jeffrey Pellin) Date: Tue, 08 Mar 2011 10:43:38 +0000 Subject: [BlueOnyx:06637] Dovecot IMAP default Message-ID: Hi all, Does anyone know how to configure Dovecot to use the user email address as the default email sender for that session rather than using apache at serverdomain.com? Regards Jeffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeffrhysjones at mac.com Tue Mar 8 09:43:07 2011 From: jeffrhysjones at mac.com (Jeff Jones) Date: Tue, 08 Mar 2011 14:43:07 +0000 Subject: [BlueOnyx:06638] Server processes slowly grow, admin GUI down, cced hangs on shutdown In-Reply-To: <562E640DA047DC4E88DCAF26616F6E460148A5F0@exchange.combox.de> References: <0L51000KNJ87YYY5@vms173003.mailsrvcs.net> <562E640DA047DC4E88DCAF26616F6E460148A5F0@exchange.combox.de> Message-ID: <70BB6B19-47FB-4778-9E42-365DA80639DB@mac.com> Hi all, A while back I reported an issue of a BX server that mysteriously hung in the night - all websites down, basically ran out of RAM: http://www.blueonyx.it/pipermail/blueonyx/2010-September/005484.html The only thing I could see beforehand that was fishy, was that the number of processes running on the box suddenly started to increase, by 1 or 2 - every 15 mins - until the server RAM went. So what I did was stick a monitor on the number of processes, and if it went over 'X' in the future, to send me an alert. Well - I just got my first high process alert! The first thing I noticed was that the admserv was not working - I was unable to get into GUI admin. I restarted admsrv, but no dice. All the websites on the server were fine - this is the same as last time, the sites only fail when the number of processes gets so high that the server runs out of ram. I tried to restart apache, but that hung. On a different SSH session, I then attempted a reboot - but the reboot hung when trying to kill cced. So there was something majorly wrong with the server. After the hard reset - it rebooted - and fine again. It's disappointing that although I can now detect this issue very early on - I still need to perform a hard reset again to 'fix' it. I guess the bonus now is that I get early warning, so I don't get woken up at 3am!!! So I was wondering - are there any other ideas as to why this might be happening? Any suggestions for logs etc to look at? Cheers, Jeff Jeff Jones jeffrhysjones at mac.com From jeffrey at px2co.net Tue Mar 8 10:32:10 2011 From: jeffrey at px2co.net (Jeffrey Pellin) Date: Tue, 08 Mar 2011 15:32:10 +0000 Subject: [BlueOnyx:06639] Re: Server processes slowly grow, admin GUI down, cced hangs on shutdown In-Reply-To: <70BB6B19-47FB-4778-9E42-365DA80639DB@mac.com> References: <0L51000KNJ87YYY5@vms173003.mailsrvcs.net> <562E640DA047DC4E88DCAF26616F6E460148A5F0@exchange.combox.de> <70BB6B19-47FB-4778-9E42-365DA80639DB@mac.com> Message-ID: <76d2fa987e65b516e44550497ee58ea1@localhost> Hi Jeff, This sounds like a problem we had. It was never actually fixed but turning off Tomcat had a very positive impact. It may be nothing, but it's somewhere to start. Good luck Jeffrey On Tue, 08 Mar 2011 14:43:07 +0000, Jeff Jones wrote: > Hi all, > > A while back I reported an issue of a BX server that mysteriously hung in > the night - all websites down, basically ran out of RAM: > > http://www.blueonyx.it/pipermail/blueonyx/2010-September/005484.html > > The only thing I could see beforehand that was fishy, was that the number > of processes running on the box suddenly started to increase, by 1 or 2 - > every 15 mins - until the server RAM went. > > So what I did was stick a monitor on the number of processes, and if it > went over 'X' in the future, to send me an alert. > > Well - I just got my first high process alert! > > The first thing I noticed was that the admserv was not working - I was > unable to get into GUI admin. I restarted admsrv, but no dice. > All the websites on the server were fine - this is the same as last time, > the sites only fail when the number of processes gets so high that the > server runs out of ram. > I tried to restart apache, but that hung. > On a different SSH session, I then attempted a reboot - but the reboot hung > when trying to kill cced. > > So there was something majorly wrong with the server. > > After the hard reset - it rebooted - and fine again. > > It's disappointing that although I can now detect this issue very early on > - I still need to perform a hard reset again to 'fix' it. I guess the > bonus now is that I get early warning, so I don't get woken up at 3am!!! > > So I was wondering - are there any other ideas as to why this might be > happening? > > Any suggestions for logs etc to look at? > > Cheers, > > Jeff > > Jeff Jones > jeffrhysjones at mac.com > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From mstauber at blueonyx.it Tue Mar 8 12:37:06 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Tue, 8 Mar 2011 18:37:06 +0100 Subject: [BlueOnyx:06640] Re: Dovecot IMAP default In-Reply-To: References: Message-ID: <201103081837.07025.mstauber@blueonyx.it> Hi Jeffrey, > Does anyone know how to configure Dovecot to use the user email address as > the default email sender for that session rather than using > apache at serverdomain.com? This has nothing to do with Dovecot. Dovecot is just the daemon that provides POP3 and IMAP services. It doesn't send any mails, but provides an interface between the mailboxes on the system and the users email client(s). Your problem is rather that your PHP script that send emails were coded by a slacker. There are a dozend common way how a PHP script can send emails. Some use native PHP functions for that, some use PEAR modules, some external libraries. In almost all of them the PHP script *can* set the sender address of the emails it sends. Your script apparently doesn't do that. So when your Sendmail then processes the email and finds that the mail doesn't have a sender address specified, it adds "apache@" as sender as sort of a default. So you'd have to look into your PHP script, find out what mail function it uses and have to adjust it to set a valid sender address. Some people sometimes suggest to edit /etc/php.ini and to change the line ... sendmail_path = /usr/sbin/sendmail -t -i ... to ... sendmail_path = /usr/sbin/sendmail -t -i -f valid_mailbox at yourserver.com ... which will set the default sender address (if not specified elsewhere) to valid_mailbox at yourserver.com instead. But personally I think that's unwise, because messing with the server config because your PHP programmer created sub-optimal and sloppy code isn't really the way to do it. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Tue Mar 8 15:04:20 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Tue, 8 Mar 2011 15:04:20 -0500 Subject: [BlueOnyx:06641] Re: Server processes slowly grow, admin GUI down, cced hangs on shutdown In-Reply-To: <70BB6B19-47FB-4778-9E42-365DA80639DB@mac.com> References: <0L51000KNJ87YYY5@vms173003.mailsrvcs.net> <562E640DA047DC4E88DCAF26616F6E460148A5F0@exchange.combox.de> <70BB6B19-47FB-4778-9E42-365DA80639DB@mac.com> Message-ID: <003901cbddcc$039ba530$0ad2ef90$@com> > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Jeff Jones > Sent: Tuesday, March 08, 2011 9:43 AM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06638] Server processes slowly grow, admin GUI down, > cced hangs on shutdown > > Hi all, > > A while back I reported an issue of a BX server that mysteriously hung in > the night - all websites down, basically ran out of RAM: > > http://www.blueonyx.it/pipermail/blueonyx/2010-September/005484.html > > The only thing I could see beforehand that was fishy, was that the number > of processes running on the box suddenly started to increase, by 1 or 2 - > every 15 mins - until the server RAM went. It's gremlins, I tell ya. I have a BX server running on an old powerhog, an HP DL380 G3, which runs fine until a new kernel comes in through YUM and I edit grub.conf to use it. When the reserver reboots under the new kernel (which is now default=0), sometime around 4AM that night my server will simply stop responding to anything, except pings. No SSH, HTTP, FTP, nothing (useful) can access it. I have the HP health scripts with the watchdog timer running, but since the server isn't locked up, it just keeps sitting there until I wake up, hit the IP-based power switch and force a hard reboot. Not good for the SCSI drives, but there is nothing else I can do (short of buying different equipment) to determine why it does this, since it is remote to me. From kenneth at domain-nameit.net Tue Mar 8 17:15:13 2011 From: kenneth at domain-nameit.net (Kenneth Allan) Date: Tue, 8 Mar 2011 17:15:13 -0500 Subject: [BlueOnyx:06642] ***SPAM(6.0)*** Can htaccess contain an "include"? Message-ID: <20110308213751.M23564@domain-nameit.net> Hi Blues, Can htaccess contain an "include"? Currently each vsite contains a very efficient script that appends IPs to it's htaccess. I want to share a single IP file between all vsites. I know there are several other ways to deny IPs, but this might be a good way to apply to the entire box. Or, should I be looking at httpd?? Thanks, Kenneth -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From kenneth at domain-nameit.net Tue Mar 8 18:09:15 2011 From: kenneth at domain-nameit.net (Kenneth Allan) Date: Tue, 8 Mar 2011 18:09:15 -0500 Subject: [BlueOnyx:06643] ***SPAM(6.0)*** Can htaccess contain an "include"? Message-ID: <20110308230915.M93951@domain-nameit.net> Hi Blues, Can htaccess contain an "include"? Currently each vsite contains a very efficient script that appends IPs to it's htaccess. I want to share a single IP file between all vsites. I know there are several other ways to deny IPs, but this might be a good way to apply to the entire box. Or, should I be looking at httpd?? Thanks, Kenneth -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From patrick at krulleke.nl Wed Mar 9 13:14:10 2011 From: patrick at krulleke.nl (Krul, Patrick) Date: Wed, 9 Mar 2011 19:14:10 +0100 Subject: [BlueOnyx:06644] Restrict access as serveradmin Message-ID: <002101cbde85$c9908760$5cb19620$@nl> Hi all, I'm new to BO but I'm running a cobalt raq550 for many years. I want to migrate the websites to my new BO server and also want to give customers access to the default admin website to manage there DNS and PHPMyAdmin. But I want the user admin only to be allowed to access the BO website from a specific subnet. I'm also struggling with proftpd. I've got a dual nic server. Eth0 is lan eth1 is outside. After creating a website proftpd the auth tls command is not allowd on the wan side Commando: AUTH TLS Antwoord: 500 AUTH not understood Commando: AUTH SSL Antwoord: 500 AUTH not understood I figured out to suppress the servertype and version to 220 FTP Server ready. That response was first only on the lan side. I had to put the setting also in the proftpd.conf virtual host settings. I already figured out to change the language of webalizer to Dutch Thankx Patrick From webmaster at muntada.com Thu Mar 10 21:36:43 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 10 Mar 2011 21:36:43 -0500 Subject: [BlueOnyx:06645] Multiple Sites to IP Address In-Reply-To: <003901cbddcc$039ba530$0ad2ef90$@com> Message-ID: As everyone knows, you can have multiple sites for an IP address when SSL is not needed. However, there is a side effect. I had a customer who put in mail.siteb.com and since there wasn't a web alias in the configuration, but another site, it resolved to www.sitea.com, because when it resolved the IP, that site was the IP address that was I guess the first site. Of course, now he is upset because he has no affiliation with www.sitea.com. In IIS, I can force host header resolution to the point where IP resolution won't work. In other words, http://www.sitea.com will work but not http://10.10.10.10. How could we accomplish the same thing with BlueOnyx? What I had to do in the mean time, was add all of the A records to the web aliases, but my thought is if he types in the IP address, he will get upset. Of course, I could just simply give him his own IP address and I might have to do that for this customer, but what about other customers? Regards, Rashid From dan at twinwolf.net Thu Mar 10 22:49:42 2011 From: dan at twinwolf.net (Dan Porter) Date: Thu, 10 Mar 2011 22:49:42 -0500 Subject: [BlueOnyx:06646] Re: Multiple Sites to IP Address In-Reply-To: References: <003901cbddcc$039ba530$0ad2ef90$@com> Message-ID: <20110311034157.M44492@twinwolf.net> An HTML attachment was scrubbed... URL: From webmaster at muntada.com Fri Mar 11 01:25:27 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Fri, 11 Mar 2011 01:25:27 -0500 Subject: [BlueOnyx:06647] Re: Multiple Sites to IP Address In-Reply-To: <20110311034157.M44492@twinwolf.net> Message-ID: Dan, That sounds like a good approach. Regards, Rashid On 3/10/11 10:49 PM, "Dan Porter" wrote: > ---------- Original Message ----------- > From: Abdul Rashid Abdullah > To: BlueOnyx > Sent: Thu, 10 Mar 2011 21:36:43 -0500 > Subject: [BlueOnyx:06645] ?Multiple Sites to IP Address > >> > As everyone knows, you can have multiple sites for an IP address when SSL >> is >> > not needed. ?However, there is a side effect. ?I had a customer who put in >> > mail.siteb.com and since there wasn't a web alias in the configuration, but >> > another site, it resolved to www.sitea.com , >> because when it resolved the IP, >> > that site was the IP address that was I guess the first site. >> > >> > Of course, now he is upset because he has no affiliation with www.sitea.com >> . >> > >> > In IIS, I can force host header resolution to the point where IP resolution >> > won't work. ?In other words, http://www.sitea.com >> will work but not >> > MailScanner warning: numerical links are often malicious: >> http://10.10.10.10 . >> > >> > How could we accomplish the same thing with BlueOnyx? >> > >> > What I had to do in the mean time, was add all of the A records to the web >> > aliases, but my thought is if he types in the IP address, he will get >> upset. >> > Of course, I could just simply give him his own IP address and I might have >> > to do that for this customer, but what about other customers? >> > >> > Regards, >> > >> > Rashid >> > >> > _______________________________________________ >> > Blueonyx mailing list >> > Blueonyx at blueonyx.it >> > http://www.blueonyx.it/mailman/listinfo/blueonyx > ------- End of Original Message ------- > > > My solution to that problem was to always use my support domain name as the > first site of an IP address and then put a generic "Page Not Found" as the > index page.? Then, regardless of which other site with the same IP address was > incorrectly accessed, it gave the generic "Page Not Found" message along with > a message to contact myself as the hosting company.?? This solved the problem > for us and the clients never ended up at the wrong site. > > Hope that helps, > > > Dan Porter > Twin Wolf Technology Group, LLC > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From kenlists at precisionweb.net Fri Mar 11 02:00:22 2011 From: kenlists at precisionweb.net (Ken - Precision Web Hosting, Inc) Date: Thu, 10 Mar 2011 23:00:22 -0800 Subject: [BlueOnyx:06648] Re: Multiple Sites to IP Address In-Reply-To: References: Message-ID: <6837E31E7E2D48AAA5DC834FDE594FF5@KenMarcusPC> ----- Original Message ----- From: "Abdul Rashid Abdullah" To: "BlueOnyx" Sent: Thursday, March 10, 2011 6:36 PM Subject: [BlueOnyx:06645] Multiple Sites to IP Address > As everyone knows, you can have multiple sites for an IP address when SSL > is > not needed. However, there is a side effect. I had a customer who put in > mail.siteb.com and since there wasn't a web alias in the configuration, > but > another site, it resolved to www.sitea.com, because when it resolved the > IP, > that site was the IP address that was I guess the first site. > > Of course, now he is upset because he has no affiliation with > www.sitea.com. > > In IIS, I can force host header resolution to the point where IP > resolution > won't work. In other words, http://www.sitea.com will work but not > http://10.10.10.10. > > How could we accomplish the same thing with BlueOnyx? > > What I had to do in the mean time, was add all of the A records to the web > aliases, but my thought is if he types in the IP address, he will get > upset. > Of course, I could just simply give him his own IP address and I might > have > to do that for this customer, but what about other customers? > > Regards, > > Rashid > > Rashid You could add mail.siteb.com as a "web server alias" for the www.siteb.com site. I do that with my site and my customer's sites. E.g. http://mail.precisionweb.net ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net From general at ziggo.nl Fri Mar 11 02:29:42 2011 From: general at ziggo.nl (Steffan) Date: Fri, 11 Mar 2011 08:29:42 +0100 Subject: [BlueOnyx:06649] Re: Multiple Sites to IP Address In-Reply-To: <6837E31E7E2D48AAA5DC834FDE594FF5@KenMarcusPC> References: <6837E31E7E2D48AAA5DC834FDE594FF5@KenMarcusPC> Message-ID: <165401cbdfbe$1671d410$43557c30$@nl> What i Always do is create a siteconf in /etc/httpd/conf.d You can copy a site from /etc/httpd/conf/vhosts/sitexx to /etc/httpd/conf.d/a_first_site.conf I then change the names in the servername point the web directory to somewhere on the server say /home/sites/servername Create the directory and /web directory, put a standard index.html page say server xx im alive Reload httpd and the ip will go to this First site Steffan -----Oorspronkelijk bericht----- Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] Namens Ken - Precision Web Hosting, Inc Verzonden: vrijdag 11 maart 2011 8:00 Aan: BlueOnyx General Mailing List Onderwerp: [BlueOnyx:06648] Re: Multiple Sites to IP Address ----- Original Message ----- From: "Abdul Rashid Abdullah" To: "BlueOnyx" Sent: Thursday, March 10, 2011 6:36 PM Subject: [BlueOnyx:06645] Multiple Sites to IP Address > As everyone knows, you can have multiple sites for an IP address when SSL > is > not needed. However, there is a side effect. I had a customer who put in > mail.siteb.com and since there wasn't a web alias in the configuration, > but > another site, it resolved to www.sitea.com, because when it resolved the > IP, > that site was the IP address that was I guess the first site. > > Of course, now he is upset because he has no affiliation with > www.sitea.com. > > In IIS, I can force host header resolution to the point where IP > resolution > won't work. In other words, http://www.sitea.com will work but not > http://10.10.10.10. > > How could we accomplish the same thing with BlueOnyx? > > What I had to do in the mean time, was add all of the A records to the web > aliases, but my thought is if he types in the IP address, he will get > upset. > Of course, I could just simply give him his own IP address and I might > have > to do that for this customer, but what about other customers? > > Regards, > > Rashid > > Rashid You could add mail.siteb.com as a "web server alias" for the www.siteb.com site. I do that with my site and my customer's sites. E.g. http://mail.precisionweb.net ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From chris at wizards.co.uk Fri Mar 11 04:55:18 2011 From: chris at wizards.co.uk (Chris Comley) Date: Fri, 11 Mar 2011 09:55:18 -0000 Subject: [BlueOnyx:06650] Re: Multiple Sites to IP Address In-Reply-To: <20110311034157.M44492@twinwolf.net> References: <003901cbddcc$039ba530$0ad2ef90$@com> <20110311034157.M44492@twinwolf.net> Message-ID: <145601cbdfd2$6dc4eea0$494ecbe0$@co.uk> This is my preferred approach. Easy to set the "default" vsite on a manually controlled box but how do you do it on BO? DO you *have* to remember to set up the default site before any other site, or can you go back in later and promote your preferred site to the top of the list? My solution to that problem was to always use my support domain name as the first site of an IP address and then put a generic "Page Not Found" as the index page. Then, regardless of which other site with the same IP address was incorrectly accessed, it gave the generic "Page Not Found" message along with a message to contact myself as the hosting company. This solved the problem for us and the clients never ended up at the wrong site. Hope that helps, Dan Porter Twin Wolf Technology Group, LLC -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan at twinwolf.net Fri Mar 11 05:31:12 2011 From: dan at twinwolf.net (Dan Porter) Date: Fri, 11 Mar 2011 05:31:12 -0500 Subject: [BlueOnyx:06651] Re: Multiple Sites to IP Address In-Reply-To: <145601cbdfd2$6dc4eea0$494ecbe0$@co.uk> References: <003901cbddcc$039ba530$0ad2ef90$@com> <20110311034157.M44492@twinwolf.net> <145601cbdfd2$6dc4eea0$494ecbe0$@co.uk> Message-ID: <20110311100617.M94377@twinwolf.net> An HTML attachment was scrubbed... URL: From richard at morgan-web.co.uk Fri Mar 11 07:29:01 2011 From: richard at morgan-web.co.uk (Richard Morgan) Date: Fri, 11 Mar 2011 12:29:01 -0000 Subject: [BlueOnyx:06652] Re: Multiple Sites to IP Address References: Message-ID: <1AA259F6014842079991BAE4AC313290@morganweb> I think, subject to all the normal disclaimers, you can add a site you want to respond on the IP from the BX GUI. Then edit /etc/httpd/conf/httpd.conf and move the relevant site up to the top of the list from within the Include /etc... section at the end. I've done this before, but never checked it to see if it stays after changes/updates. Richard ----- Original Message ----- From: "Abdul Rashid Abdullah" To: "BlueOnyx" Sent: Friday, March 11, 2011 2:36 AM Subject: [BlueOnyx:06645] Multiple Sites to IP Address > As everyone knows, you can have multiple sites for an IP address when SSL > is > not needed. However, there is a side effect. I had a customer who put in > mail.siteb.com and since there wasn't a web alias in the configuration, > but > another site, it resolved to www.sitea.com, because when it resolved the > IP, > that site was the IP address that was I guess the first site. > > Of course, now he is upset because he has no affiliation with > www.sitea.com. > > In IIS, I can force host header resolution to the point where IP > resolution > won't work. In other words, http://www.sitea.com will work but not > http://10.10.10.10. > > How could we accomplish the same thing with BlueOnyx? > > What I had to do in the mean time, was add all of the A records to the web > aliases, but my thought is if he types in the IP address, he will get > upset. > Of course, I could just simply give him his own IP address and I might > have > to do that for this customer, but what about other customers? > > Regards, > > Rashid > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From rurick at usa.net Fri Mar 11 11:26:52 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 11 Mar 2011 11:26:52 -0500 Subject: [BlueOnyx:06653] vacation.pl oddities Message-ID: <00c701cbe009$213acbe0$63b063a0$@net> This is a little bit OT, but I know a lot of you are familiar with BQ as well. We are currently running a BQ server, and are in the process of migrating away to a BlueOnyx server. We aren't quite ready to pull the trigger on the migration due to hardware that is still in transit, but we have a major issue with our old box that needs desperate attention in the interim. We have a handful of users that when they activate the vacation reply, it starts vacation.pl and pegs out the CPU for each message inbound with no apparent output. Eventually the user account will have multiple instances of vacation.pl running to the point the CPU is maxed at 100%, sendmail crashes, the GUI locks, etc. Other users don't seem to have any problems with it and it runs fine. I've seen google results where gurus like Gerald Waugh and others have somewhat reproduced the problem but cant find a solution, I've had others look at our box and come to the same (lack of) conclusion. Even though the user's account who caused the last problem has been reset to turn off the script it continues to flare up intermittently. It appears that Its time to disable it for the short term so it cant possibly run. What is the best (most stable and reliable) way to disable vacation.pl so it cant possibly run? Rename it so it cant be found by other scripts that call it? Add something to the first line to make it exit immediately if it does get called? .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From kenlists at precisionweb.net Fri Mar 11 12:19:39 2011 From: kenlists at precisionweb.net (Ken - Precision Web Hosting, Inc) Date: Fri, 11 Mar 2011 09:19:39 -0800 Subject: [BlueOnyx:06654] Re: vacation.pl oddities In-Reply-To: <00c701cbe009$213acbe0$63b063a0$@net> References: <00c701cbe009$213acbe0$63b063a0$@net> Message-ID: <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> ----- Original Message ----- From: Roy Urick To: blueonyx at blueonyx.it Sent: Friday, March 11, 2011 8:26 AM Subject: [BlueOnyx:06653] vacation.pl oddities This is a little bit OT, but I know a lot of you are familiar with BQ as well. We are currently running a BQ server, and are in the process of migrating away to a BlueOnyx server. We aren't quite ready to pull the trigger on the migration due to hardware that is still in transit, but we have a major issue with our old box that needs desperate attention in the interim. We have a handful of users that when they activate the vacation reply, it starts vacation.pl and pegs out the CPU for each message inbound with no apparent output. Eventually the user account will have multiple instances of vacation.pl running to the point the CPU is maxed at 100%, sendmail crashes, the GUI locks, etc. Other users don't seem to have any problems with it and it runs fine. I've seen google results where gurus like Gerald Waugh and others have somewhat reproduced the problem but cant find a solution, I've had others look at our box and come to the same (lack of) conclusion. Even though the user's account who caused the last problem has been reset to turn off the script it continues to flare up intermittently. It appears that Its time to disable it for the short term so it cant possibly run. What is the best (most stable and reliable) way to disable vacation.pl so it cant possibly run? Rename it so it cant be found by other scripts that call it? Add something to the first line to make it exit immediately if it does get called? >> Roy I've seen that on sites / users that are over quota. You could also set up a cron to kill the vaction.pl Something like */2 * * * * killall -9 vacation.pl ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net From cobaltfacts at virtbiz.com Fri Mar 11 12:36:27 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Fri, 11 Mar 2011 11:36:27 -0600 Subject: [BlueOnyx:06655] Re: vacation.pl oddities In-Reply-To: <00c701cbe009$213acbe0$63b063a0$@net> References: <00c701cbe009$213acbe0$63b063a0$@net> Message-ID: <4D7A5D9B.9000705@virtbiz.com> Roy Urick wrote: > What is the best (most stable and reliable) way to disable vacation.pl > so it cant possibly run? Rename it so it cant be found by other scripts > that call it? Add something to the first line to make it exit > immediately if it does get called? chmod vacation.pl to 000 -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From rurick at usa.net Fri Mar 11 12:44:02 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 11 Mar 2011 12:44:02 -0500 Subject: [BlueOnyx:06656] Re: vacation.pl oddities In-Reply-To: <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> References: <00c701cbe009$213acbe0$63b063a0$@net> <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> Message-ID: <00f201cbe013$e8d69ad0$ba83d070$@net> Thanks Ken, but that wont quite help. Quite often you cant kill the process because it gets locked up so badly. The only way to kill the process in that case is an "init 6". I've so far had to reboot our server 4x in as many hours today to fix the problem after trying repeatedly to kill the process various ways... by PID causes it to spawn a new one instantly. Killing by the user, or killall by process name simply doesn't do a thing. Neither errors that nothing was killed, it just is ineffective. The only reliable way to stop it is to prevent it from running in the first place. But I just don't want to disable it in a way that breaks something else. (other than maybe adding log file entries) -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Ken - Precision Web Hosting, Inc Sent: Friday, March 11, 2011 12:20 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06654] Re: vacation.pl oddities ----- Original Message ----- From: Roy Urick To: blueonyx at blueonyx.it Sent: Friday, March 11, 2011 8:26 AM Subject: [BlueOnyx:06653] vacation.pl oddities This is a little bit OT, but I know a lot of you are familiar with BQ as well. We are currently running a BQ server, and are in the process of migrating away to a BlueOnyx server. We aren't quite ready to pull the trigger on the migration due to hardware that is still in transit, but we have a major issue with our old box that needs desperate attention in the interim. We have a handful of users that when they activate the vacation reply, it starts vacation.pl and pegs out the CPU for each message inbound with no apparent output. Eventually the user account will have multiple instances of vacation.pl running to the point the CPU is maxed at 100%, sendmail crashes, the GUI locks, etc. Other users don't seem to have any problems with it and it runs fine. I've seen google results where gurus like Gerald Waugh and others have somewhat reproduced the problem but cant find a solution, I've had others look at our box and come to the same (lack of) conclusion. Even though the user's account who caused the last problem has been reset to turn off the script it continues to flare up intermittently. It appears that Its time to disable it for the short term so it cant possibly run. What is the best (most stable and reliable) way to disable vacation.pl so it cant possibly run? Rename it so it cant be found by other scripts that call it? Add something to the first line to make it exit immediately if it does get called? >> Roy I've seen that on sites / users that are over quota. You could also set up a cron to kill the vaction.pl Something like */2 * * * * killall -9 vacation.pl ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx .... From kenlists at precisionweb.net Fri Mar 11 13:15:55 2011 From: kenlists at precisionweb.net (Ken - Precision Web Hosting, Inc) Date: Fri, 11 Mar 2011 10:15:55 -0800 Subject: [BlueOnyx:06657] Re: vacation.pl oddities In-Reply-To: <00f201cbe013$e8d69ad0$ba83d070$@net> References: <00c701cbe009$213acbe0$63b063a0$@net><8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> <00f201cbe013$e8d69ad0$ba83d070$@net> Message-ID: ----- Original Message ----- From: "Roy Urick" To: "'BlueOnyx General Mailing List'" Sent: Friday, March 11, 2011 9:44 AM Subject: [BlueOnyx:06656] Re: vacation.pl oddities > Thanks Ken, but that wont quite help. > > Quite often you cant kill the process because it gets locked up so badly. > The only way to kill the process in that case is an "init 6". I've so far > had to reboot our server 4x in as many hours today to fix the problem > after > trying repeatedly to kill the process various ways... by PID causes it to > spawn a new one instantly. Killing by the user, or killall by process > name > simply doesn't do a thing. Neither errors that nothing was killed, it just > is ineffective. > > The only reliable way to stop it is to prevent it from running in the > first > place. But I just don't want to disable it in a way that breaks something > else. (other than maybe adding log file entries) > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Ken - Precision Web Hosting, Inc > Sent: Friday, March 11, 2011 12:20 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06654] Re: vacation.pl oddities > > > ----- Original Message ----- > From: Roy Urick > To: blueonyx at blueonyx.it > Sent: Friday, March 11, 2011 8:26 AM > Subject: [BlueOnyx:06653] vacation.pl oddities > > > This is a little bit OT, but I know a lot of you are familiar with BQ as > well. > > We are currently running a BQ server, and are in the process of migrating > away to a BlueOnyx server. We aren't quite ready to pull the trigger on > the > migration due to hardware that is still in transit, but we have a major > issue with our old box that needs desperate attention in the interim. > > We have a handful of users that when they activate the vacation reply, it > starts vacation.pl and pegs out the CPU for each message inbound with no > apparent output. Eventually the user account will have multiple instances > of > > vacation.pl running to the point the CPU is maxed at 100%, sendmail > crashes, > > the GUI locks, etc. Other users don't seem to have any problems with it > and > it runs fine. > > I've seen google results where gurus like Gerald Waugh and others have > somewhat reproduced the problem but cant find a solution, I've had others > look at our box and come to the same (lack of) conclusion. > > Even though the user's account who caused the last problem has been reset > to turn off the script it continues to flare up intermittently. It appears > that Its time to disable it for the short term so it cant possibly run. > > What is the best (most stable and reliable) way to disable vacation.pl so > it > > cant possibly run? Rename it so it cant be found by other scripts that > call > it? Add something to the first line to make it exit immediately if it does > get called? >>> > > > Roy > > I've seen that on sites / users that are over quota. > > You could also set up a cron to kill the vaction.pl > > Something like > */2 * * * * killall -9 vacation.pl > > ---- > Ken M > Precision Web Hosting, Inc. > http://www.precisionweb.net > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > .... Roy, Is it the vacation.pl from the /admin or the one that you can set up from the /openwebmail ? You could deactivate the one that is not working by editing the .forward file in each users directory. You can check for vacation.pl in the .forward file using grep vacation /home/sites/*.*/users/*/.forward Then edit those .forwward files. ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net From rurick at usa.net Fri Mar 11 13:34:09 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 11 Mar 2011 13:34:09 -0500 Subject: [BlueOnyx:06658] Re: vacation.pl oddities In-Reply-To: References: <00c701cbe009$213acbe0$63b063a0$@net><8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> <00f201cbe013$e8d69ad0$ba83d070$@net> Message-ID: <010801cbe01a$e930eba0$bb92c2e0$@net> Supposedly the openwebmail version works. The one that is broken is the one accessed via the user control panel. With 800 mailboxes, touching all of the .forward files is not an option. We need a way to prevent it from running even if instructed by the server. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Ken - Precision Web Hosting, Inc Sent: Friday, March 11, 2011 1:16 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06657] Re: vacation.pl oddities ----- Original Message ----- From: "Roy Urick" To: "'BlueOnyx General Mailing List'" Sent: Friday, March 11, 2011 9:44 AM Subject: [BlueOnyx:06656] Re: vacation.pl oddities > Thanks Ken, but that wont quite help. > > Quite often you cant kill the process because it gets locked up so badly. > The only way to kill the process in that case is an "init 6". I've so far > had to reboot our server 4x in as many hours today to fix the problem > after > trying repeatedly to kill the process various ways... by PID causes it to > spawn a new one instantly. Killing by the user, or killall by process > name > simply doesn't do a thing. Neither errors that nothing was killed, it just > is ineffective. > > The only reliable way to stop it is to prevent it from running in the > first > place. But I just don't want to disable it in a way that breaks something > else. (other than maybe adding log file entries) > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Ken - Precision Web Hosting, Inc > Sent: Friday, March 11, 2011 12:20 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06654] Re: vacation.pl oddities > > > ----- Original Message ----- > From: Roy Urick > To: blueonyx at blueonyx.it > Sent: Friday, March 11, 2011 8:26 AM > Subject: [BlueOnyx:06653] vacation.pl oddities > > > This is a little bit OT, but I know a lot of you are familiar with BQ as > well. > > We are currently running a BQ server, and are in the process of migrating > away to a BlueOnyx server. We aren't quite ready to pull the trigger on > the > migration due to hardware that is still in transit, but we have a major > issue with our old box that needs desperate attention in the interim. > > We have a handful of users that when they activate the vacation reply, it > starts vacation.pl and pegs out the CPU for each message inbound with no > apparent output. Eventually the user account will have multiple instances > of > > vacation.pl running to the point the CPU is maxed at 100%, sendmail > crashes, > > the GUI locks, etc. Other users don't seem to have any problems with it > and > it runs fine. > > I've seen google results where gurus like Gerald Waugh and others have > somewhat reproduced the problem but cant find a solution, I've had others > look at our box and come to the same (lack of) conclusion. > > Even though the user's account who caused the last problem has been reset > to turn off the script it continues to flare up intermittently. It appears > that Its time to disable it for the short term so it cant possibly run. > > What is the best (most stable and reliable) way to disable vacation.pl so > it > > cant possibly run? Rename it so it cant be found by other scripts that > call > it? Add something to the first line to make it exit immediately if it does > get called? >>> > > > Roy > > I've seen that on sites / users that are over quota. > > You could also set up a cron to kill the vaction.pl > > Something like > */2 * * * * killall -9 vacation.pl > > ---- > Ken M > Precision Web Hosting, Inc. > http://www.precisionweb.net > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > .... Roy, Is it the vacation.pl from the /admin or the one that you can set up from the /openwebmail ? You could deactivate the one that is not working by editing the .forward file in each users directory. You can check for vacation.pl in the .forward file using grep vacation /home/sites/*.*/users/*/.forward Then edit those .forwward files. ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dudi at kolcore.com Fri Mar 11 14:08:46 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Fri, 11 Mar 2011 11:08:46 -0800 Subject: [BlueOnyx:06659] Re: vacation.pl oddities In-Reply-To: <00f201cbe013$e8d69ad0$ba83d070$@net> References: <00c701cbe009$213acbe0$63b063a0$@net> <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> <00f201cbe013$e8d69ad0$ba83d070$@net> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C16C16CB@IE2RD2XVS101.red002.local> Hi, >Quite often you cant kill the process because it gets locked up so badly. >The only way to kill the process in that case is an "init 6". I've so far >had to reboot our server 4x in as many hours today to fix the problem after >trying repeatedly to kill the process various ways... by PID causes it to >spawn a new one instantly. Killing by the user, or killall by process name >simply doesn't do a thing. Neither errors that nothing was killed, it just >is ineffective. You could look at fuser -k, I've used it as a last resort to kill a hung process without rebooting the server. Regards, D. From dudi at kolcore.com Fri Mar 11 14:12:53 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Fri, 11 Mar 2011 11:12:53 -0800 Subject: [BlueOnyx:06660] Re: vacation.pl oddities In-Reply-To: <00f201cbe013$e8d69ad0$ba83d070$@net> References: <00c701cbe009$213acbe0$63b063a0$@net> <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> <00f201cbe013$e8d69ad0$ba83d070$@net> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C16C16CD@IE2RD2XVS101.red002.local> Hi, >The only reliable way to stop it is to prevent it from running in the first >place. But I just don't want to disable it in a way that breaks something >else. (other than maybe adding log file entries) Another option is to edit vacation.pl and add "exit 0" at the top. It will run and immediately exit. D. From cobaltfacts at virtbiz.com Fri Mar 11 14:27:58 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Fri, 11 Mar 2011 13:27:58 -0600 Subject: [BlueOnyx:06661] Re: vacation.pl oddities In-Reply-To: <00f201cbe013$e8d69ad0$ba83d070$@net> References: <00c701cbe009$213acbe0$63b063a0$@net> <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> <00f201cbe013$e8d69ad0$ba83d070$@net> Message-ID: <4D7A77BE.9010101@virtbiz.com> Roy Urick wrote: > The only reliable way to stop it is to prevent it from running in the first > place. But I just don't want to disable it in a way that breaks something > else. (other than maybe adding log file entries) You can simply give it 000 permissions so that it can't run. # chmod 000 /usr/sausalito/handlers/base/email/vacation.pl # chmod 000 /usr/local/sbin/vacation.pl That will prevent it from running at all but won't damage anything else. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From rurick at usa.net Fri Mar 11 14:50:36 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 11 Mar 2011 14:50:36 -0500 Subject: [BlueOnyx:06662] Re: vacation.pl oddities In-Reply-To: <9A4085B7A6E42849838BFCD1672A732A07C16C16CD@IE2RD2XVS101.red002.local> References: <00c701cbe009$213acbe0$63b063a0$@net> <8D9DBDEE22A443608B7F34F5F25E622B@KenMarcusPC> <00f201cbe013$e8d69ad0$ba83d070$@net> <9A4085B7A6E42849838BFCD1672A732A07C16C16CD@IE2RD2XVS101.red002.local> Message-ID: <016701cbe025$9742f2b0$c5c8d810$@net> I think I'll try this option first. Neutering the script like that sounds like the safest way without causing errors. Make it run but do absolutely nothing. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Dudi Goldenberg Sent: Friday, March 11, 2011 2:13 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06660] Re: vacation.pl oddities Hi, >The only reliable way to stop it is to prevent it from running in the first >place. But I just don't want to disable it in a way that breaks something >else. (other than maybe adding log file entries) Another option is to edit vacation.pl and add "exit 0" at the top. It will run and immediately exit. D. _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx .... From dmobley at uhostme.com Fri Mar 11 17:04:33 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Fri, 11 Mar 2011 17:04:33 -0500 Subject: [BlueOnyx:06663] Latest Admin Server GUI Update Message-ID: <010a01cbe038$4dbb6bf0$e93243d0$@com> I registered some additional domains for a site today, logged onto the admin server GUI to add them and was greeted by a YUM update that had overwritten my modifications to the Merlot template. Great, so I stopped and changed that back. Then I noticed there were some new template choices. How long has that been there? Added the new domains to the site via the GUI as add-on domains, saved the file, and off course, the default behavior of redirecting domain.tld to www.domain.tld was not there, but the change also wiped out my PHP settings for .php files. Since I had to go into the sitex file and modify it anyway to restore the default forwarding to www behavior, I manually added the .php AddTypes as well. Anything else I don't know about? From cobaltfacts at virtbiz.com Fri Mar 11 17:43:39 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Fri, 11 Mar 2011 16:43:39 -0600 Subject: [BlueOnyx:06664] Re: Latest Admin Server GUI Update In-Reply-To: <010a01cbe038$4dbb6bf0$e93243d0$@com> References: <010a01cbe038$4dbb6bf0$e93243d0$@com> Message-ID: <4D7AA59B.7000902@virtbiz.com> Darrell D. Mobley wrote: > I registered some additional domains for a site today, logged onto the admin > server GUI to add them and was greeted by a YUM update that had overwritten > my modifications to the Merlot template. Great, so I stopped and changed > that back. Then I noticed there were some new template choices. How long > has that been there? > > Added the new domains to the site via the GUI as add-on domains, saved the > file, and off course, the default behavior of redirecting domain.tld to > www.domain.tld was not there, but the change also wiped out my PHP settings > for .php files. Since I had to go into the sitex file and modify it anyway > to restore the default forwarding to www behavior, I manually added the .php > AddTypes as well. > > Anything else I don't know about? Are you using the testing repo? -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From gkuhnert at compassnetworks.com.au Fri Mar 11 18:19:08 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Sat, 12 Mar 2011 10:19:08 +1100 Subject: [BlueOnyx:06665] Re: Latest Admin Server GUI Update In-Reply-To: <010a01cbe038$4dbb6bf0$e93243d0$@com> References: <010a01cbe038$4dbb6bf0$e93243d0$@com> Message-ID: <4D7AADEC.4030809@compassnetworks.com.au> On 12/03/2011 9:04 AM, Darrell D. Mobley wrote: > I registered some additional domains for a site today, logged onto the admin > server GUI to add them and was greeted by a YUM update that had overwritten > my modifications to the Merlot template. Great, so I stopped and changed > that back. Then I noticed there were some new template choices. How long > has that been there? Editing the merlot template is not the best way to customise the gui. Each time there is an update to the template RPM's, your changes will be over-written. It would be smarter to make a copy of that template, and add it as a new one. The new theme was the main thing added in this update. > Added the new domains to the site via the GUI as add-on domains, saved the > file, and off course, the default behavior of redirecting domain.tld to > www.domain.tld was not there, but the change also wiped out my PHP settings > for .php files. Since I had to go into the sitex file and modify it anyway > to restore the default forwarding to www behavior, I manually added the .php > AddTypes as well. This is not related to the theme/template yum update. Its a problem that's been around for a while. Temporary solution: Untuck and re-tick PHP in the gui when you create a new site, and it will work. > Anything else I don't know about? Um.... I dont know what you dont know, other than the fact that you dont know it. Regards, Greg. From gkuhnert at compassnetworks.com.au Fri Mar 11 18:23:12 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Sat, 12 Mar 2011 10:23:12 +1100 Subject: [BlueOnyx:06666] Re: Latest Admin Server GUI Update In-Reply-To: <4D7AA59B.7000902@virtbiz.com> References: <010a01cbe038$4dbb6bf0$e93243d0$@com> <4D7AA59B.7000902@virtbiz.com> Message-ID: <4D7AAEE0.9010303@compassnetworks.com.au> On 12/03/2011 9:43 AM, Chris Gebhardt - VIRTBIZ Internet wrote: > Darrell D. Mobley wrote: >> I registered some additional domains for a site today, logged onto the admin >> server GUI to add them and was greeted by a YUM update that had overwritten >> my modifications to the Merlot template. Great, so I stopped and changed >> that back. Then I noticed there were some new template choices. How long >> has that been there? > Are you using the testing repo? I got it here on a box that is not using the testing repo. Looks like Michael may have decided to make the new theme update public already? Regards, Greg. From jdory at nomealaska.org Fri Mar 11 18:49:56 2011 From: jdory at nomealaska.org (Jim Dory) Date: Fri, 11 Mar 2011 14:49:56 -0900 Subject: [BlueOnyx:06667] what all needed to change server name (mail) Message-ID: <4D7AB524.4020404@nomealaska.org> We recently moved our web server to an offsite host, but kept the email part of the server in house. The local server's name is www.nomealaska.org and now I have my DNS records pointing offsite to the new www.nomealaska.org. Our email is user at nomealaska.org and so I have nomealaska.org listed as an alias for the local server. DNS is still pointing to our local (no hostname) nomealaska.org. So if I change the name to mail.nomealaska.org, keeping the alias for now of nomealaska.org, things should work? I tried that this morning and could not receive mail. (email settings in client are still set to pop3 going to nomealaska.org and smtp is nomealaska.org. I didn't think to try to restart dovecot or anything so perhaps after changing the server name I should have done that. Maillog didn't have anything that jumped out - but I'm not the best at reading it. Things are working right now as is - I can shut off the web part of the services to avoid conflicts with the new site but things seem to work there for now as well - plus I'm still migrating a little off the old site so nice to log onto it for now. thx for any help, Jim -- Jim Dory Engineering City of Nome PO Box 281 102 Division St. Nome, AK 99762 907.443.6604 http://www.nomealaska.org From mstauber at blueonyx.it Fri Mar 11 19:04:48 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Sat, 12 Mar 2011 01:04:48 +0100 Subject: [BlueOnyx:06668] Re: Latest Admin Server GUI Update In-Reply-To: <4D7AAEE0.9010303@compassnetworks.com.au> References: <010a01cbe038$4dbb6bf0$e93243d0$@com> <4D7AA59B.7000902@virtbiz.com> <4D7AAEE0.9010303@compassnetworks.com.au> Message-ID: <201103120104.49053.mstauber@blueonyx.it> Hi all, > I got it here on a box that is not using the testing repo. Looks like > Michael may have decided to make the new theme update public already? The "gallery" update (mentioned on the devel list) ended up in the public repository instead of the testing repository. This ain't a big issue anyway, as the gallery update "just" contains the new GUI theme called FireSmoke that Rod Morgan donated. Thanks again, Rod! And yes: Editing a default theme like Merlot isn't the best way to do it. Rod Morgan for example did it the right way with his contribution: He substitute his own XML file and also put all his new graphics into a new subdirectory. Which makes it really easy to find out which graphics belong to that theme. As for sites loosing their PHP settings: This used to happen quite frequently in the past and over the last couple of releases Taco and I made some code changes that improve the situation and make this a lot less frequent. The last update to base-vsite as done by Greg deals with other issues. As far as I can tell it should not affect that behaviour at all. But I'll take a closer look at it again. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Fri Mar 11 19:28:18 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Sat, 12 Mar 2011 01:28:18 +0100 Subject: [BlueOnyx:06669] Re: Latest Admin Server GUI Update In-Reply-To: <201103120104.49053.mstauber@blueonyx.it> References: <010a01cbe038$4dbb6bf0$e93243d0$@com> <4D7AAEE0.9010303@compassnetworks.com.au> <201103120104.49053.mstauber@blueonyx.it> Message-ID: <201103120128.18247.mstauber@blueonyx.it> Replying to myself: > The last update to base-vsite as done by Greg deals with other issues. As > far as I can tell it should not affect that behaviour at all. But I'll > take a closer look at it again. Oh-oh. I see the problem: The last update of base-vsite had some negative effect here. Unless suPHP is enabled, the siteX file will be missing the PHP related lines. I just backed out the changes and reverted base-vsite back to the previous state. Updated RPMs are just hitting the mirrors now. The problem is fixed in base-vsite-*-3.0-132BX75. Fix: "yum clean all ; yum update". Then toggle the "enable PHP" switch for affected sites, save the changes and you should be fine again. Sorry! -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Fri Mar 11 21:20:59 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Fri, 11 Mar 2011 21:20:59 -0500 Subject: [BlueOnyx:06670] Re: Latest Admin Server GUI Update In-Reply-To: <201103120128.18247.mstauber@blueonyx.it> References: <010a01cbe038$4dbb6bf0$e93243d0$@com> <4D7AAEE0.9010303@compassnetworks.com.au> <201103120104.49053.mstauber@blueonyx.it> <201103120128.18247.mstauber@blueonyx.it> Message-ID: <014a01cbe05c$20ccd920$62668b60$@com> No worries, Michael, mistakes happen and as many contributions as you?ve made to this thing, who am I to need an apology! J I am glad you are here, if I haven?t told you lately. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Friday, March 11, 2011 7:28 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06669] Re: Latest Admin Server GUI Update Replying to myself: > The last update to base-vsite as done by Greg deals with other issues. As > far as I can tell it should not affect that behaviour at all. But I'll > take a closer look at it again. Oh-oh. I see the problem: The last update of base-vsite had some negative effect here. Unless suPHP is enabled, the siteX file will be missing the PHP related lines. I just backed out the changes and reverted base-vsite back to the previous state. Updated RPMs are just hitting the mirrors now. The problem is fixed in base-vsite-*-3.0-132BX75. Fix: "yum clean all ; yum update". Then toggle the "enable PHP" switch for affected sites, save the changes and you should be fine again. Sorry! -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From LCBerry at LCBConsulting.net Fri Mar 11 22:37:47 2011 From: LCBerry at LCBConsulting.net (Lew Berry) Date: Fri, 11 Mar 2011 22:37:47 -0500 Subject: [BlueOnyx:06671] Re: what all needed to change server name (mail) In-Reply-To: <4D7AB524.4020404@nomealaska.org> References: <4D7AB524.4020404@nomealaska.org> Message-ID: <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C18@lts1.LinearTechSolutions.com> Change the name of the local site to mail.nomealaska.org and set your mx records to point to it as high priority and delete mx record for www.... make sure you also have A record for mail.nome...... also allow for 72 hours to propagate. Lew Berry, MCSE, MCT, CSSA LCB Consulting Inc. Systems Engineer 450-106 State Road 13 N, #205 St Johns FL, 32259 LCBerry at LCBConsulting.net (904) 482-1405 (904) 322-5049 fax (904) 651-1046 cell ****** CONFIDENTIALITY NOTICE ****** NOTICE: This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message from your system. Thank you. ************************************************************************ **** -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Jim Dory Sent: Friday, March 11, 2011 6:50 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06667] what all needed to change server name (mail) We recently moved our web server to an offsite host, but kept the email part of the server in house. The local server's name is www.nomealaska.org and now I have my DNS records pointing offsite to the new www.nomealaska.org. Our email is user at nomealaska.org and so I have nomealaska.org listed as an alias for the local server. DNS is still pointing to our local (no hostname) nomealaska.org. So if I change the name to mail.nomealaska.org, keeping the alias for now of nomealaska.org, things should work? I tried that this morning and could not receive mail. (email settings in client are still set to pop3 going to nomealaska.org and smtp is nomealaska.org. I didn't think to try to restart dovecot or anything so perhaps after changing the server name I should have done that. Maillog didn't have anything that jumped out - but I'm not the best at reading it. Things are working right now as is - I can shut off the web part of the services to avoid conflicts with the new site but things seem to work there for now as well - plus I'm still migrating a little off the old site so nice to log onto it for now. thx for any help, Jim -- Jim Dory Engineering City of Nome PO Box 281 102 Division St. Nome, AK 99762 907.443.6604 http://www.nomealaska.org _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From LCBerry at LCBConsulting.net Fri Mar 11 22:39:56 2011 From: LCBerry at LCBConsulting.net (Lew Berry) Date: Fri, 11 Mar 2011 22:39:56 -0500 Subject: [BlueOnyx:06672] Re: what all needed to change server name (mail) In-Reply-To: <4D7AB524.4020404@nomealaska.org> References: <4D7AB524.4020404@nomealaska.org> Message-ID: <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C19@lts1.LinearTechSolutions.com> Also don't forget to fix the PTR record. Lew Berry, MCSE, MCT, CSSA LCB Consulting Inc. Systems Engineer 450-106 State Road 13 N, #205 St Johns FL, 32259 LCBerry at LCBConsulting.net (904) 482-1405 (904) 322-5049 fax (904) 651-1046 cell ****** CONFIDENTIALITY NOTICE ****** NOTICE: This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message from your system. Thank you. ************************************************************************ **** -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Jim Dory Sent: Friday, March 11, 2011 6:50 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06667] what all needed to change server name (mail) We recently moved our web server to an offsite host, but kept the email part of the server in house. The local server's name is www.nomealaska.org and now I have my DNS records pointing offsite to the new www.nomealaska.org. Our email is user at nomealaska.org and so I have nomealaska.org listed as an alias for the local server. DNS is still pointing to our local (no hostname) nomealaska.org. So if I change the name to mail.nomealaska.org, keeping the alias for now of nomealaska.org, things should work? I tried that this morning and could not receive mail. (email settings in client are still set to pop3 going to nomealaska.org and smtp is nomealaska.org. I didn't think to try to restart dovecot or anything so perhaps after changing the server name I should have done that. Maillog didn't have anything that jumped out - but I'm not the best at reading it. Things are working right now as is - I can shut off the web part of the services to avoid conflicts with the new site but things seem to work there for now as well - plus I'm still migrating a little off the old site so nice to log onto it for now. thx for any help, Jim -- Jim Dory Engineering City of Nome PO Box 281 102 Division St. Nome, AK 99762 907.443.6604 http://www.nomealaska.org _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dump_mail at straszek.dk Sat Mar 12 09:51:36 2011 From: dump_mail at straszek.dk (=?iso-8859-1?Q?=22S=F8ren_S=2E_Straszek=22?=) Date: Sat, 12 Mar 2011 15:51:36 +0100 Subject: [BlueOnyx:06673] edit php error Message-ID: <0CD700BD-DF11-4C40-8C6B-3A01387250EE@straszek.dk> Hi, when I try to edit php settings (services>PHP) for a specific site i get a lot of errors: Warning: array_values() [function.array-values]: The argument should be an array in /usr/sausalito/ui/web/base/vsite/vsite_php.php on line 274 Warning: array_values() [function.array-values]: The argument should be an array in /usr/sausalito/ui/web/base/vsite/vsite_php.php on line 310 Warning: array_values() [function.array-values]: The argument should be an array in /usr/sausalito/ui/web/base/vsite/vsite_php.php on line 335 Warning: array_values() [function.array-values]: The argument should be an array in /usr/sausalito/ui/web/base/vsite/vsite_php.php on line 360 Warning: array_values() [function.array-values]: The argument should be an array in /usr/sausalito/ui/web/base/vsite/vsite_php.php on line 397 Warning: Cannot modify header information - headers already sent by (output started at /usr/sausalito/ui/web/base/vsite/vsite_php.php:274) in /usr/sausalito/ui/libPhp/uifc/Page.php on line 142 Warning: Cannot modify header information - headers already sent by (output started at /usr/sausalito/ui/web/base/vsite/vsite_php.php:274) in /usr/sausalito/ui/libPhp/uifc/Page.php on line 146 Anyone know how to fix this? Regards S?ren From bluequartz at ozin.com Sat Mar 12 15:33:18 2011 From: bluequartz at ozin.com (bluequartz at ozin.com) Date: Sat, 12 Mar 2011 20:33:18 +0000 Subject: [BlueOnyx:06674] Stoping backscatter from majordomo ? Message-ID: <01cbe0f4$Blat.v2.6.2$b8dcea3a$8ecdbfddb53@localhost> We have majordomo turned off on our server. Postmaster keeps replying to mail to majordomo@ and is thus guilty of backscatter. How do I stop it replying? Thanks for your help Below is an example: ========================================================= Date: Wed, 2 Feb 2011 19:54:07 GMT From: Mail Delivery Subsystem To: margheritaeroycemf at flowergallery.com Subject: Returned mail: see transcript for details The original message was received at Wed, 2 Feb 2011 19:54:04 GMT from [91.73.127.58] ----- The following addresses had permanent fatal errors ----- "|/usr/local/majordomo/wrapper majordomo -C /usr/local/majordomo/sites/site4/majordomo.cf" (reason: Service unavailable) (expanded from: ) ----- Transcript of session follows ----- smrsh: "wrapper" not available for sendmail programs (stat failed) 554 5.0.0 Service unavailable [ Part 3.2: "Delivery Status" ] Reporting-MTA: dns; t6.tec1.net Received-From-MTA: DNS; [91.73.127.58] Arrival-Date: Wed, 2 Feb 2011 19:54:04 GMT Final-Recipient: RFC822; majordomo at mydomain.org X-Actual-Recipient: X-Unix; |/usr/local/majordomo/wrapper majordomo -C /usr/local/majordomo/sites/site4/majordomo.cf Action: failed Status: 5.5.0 Diagnostic-Code: X-Unix; 69 Last-Attempt-Date: Wed, 2 Feb 2011 19:54:06 GMT From bluequartz at ozin.com Sat Mar 12 16:30:44 2011 From: bluequartz at ozin.com (Jason Ozin) Date: Sat, 12 Mar 2011 21:30:44 -0000 Subject: [BlueOnyx:06675] Re: Stopping backscatter from majordomo ? Message-ID: <00d301cbe0fc$beb11d90$3c1358b0$@ozin.com> Some more information, A note to Michael and a possible fix. More information and Possible fix -------------------------------------------------- Originally I had removed majordomo completely following this from Michael: http://www.solarspeed.net/otrs/public.pl?Action=PublicFAQ&ItemID=21 But looking again I noticed that in /etc/mail/sendmail.cf this line had reverted to: # location of alias file O AliasFile=/etc/mail/aliases, /etc/mail/aliases.majordomo So I changed it again to this:: # location of alias file O AliasFile=/etc/mail/aliases #, /etc/mail/aliases.majordomo And restarted the appropriate services. So two questions. 1. Is that likely to fix my issue? 2. Why did it revert - will it do so at every update? And a third question please, doing: rpm -qa | grep -i maillist I get: base-maillist-locale-da_DK-1.4.1-1BQ7.centos5 base-maillist-locale-de_DE-1.4.1-1BQ7.centos5 presumably these can be removed too? A note to Michael ------------------------------ Michael the text on the page(s) at: http://www.solarspeed.net/otrs/public.pl?Action=PublicFAQ&ItemID=21 do not wrap in Fiefox (so you lose the right hand side) and do display at all in IE8 Jason Ozin -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of bluequartz at ozin.com Sent: 12 March 2011 20:33 To: blueonyx at blueonyx.it Subject: [BlueOnyx:06674] Stoping backscatter from majordomo ? We have majordomo turned off on our server. Postmaster keeps replying to mail to majordomo@ and is thus guilty of backscatter. How do I stop it replying? Thanks for your help Below is an example: ========================================================= Date: Wed, 2 Feb 2011 19:54:07 GMT From: Mail Delivery Subsystem To: margheritaeroycemf at flowergallery.com Subject: Returned mail: see transcript for details The original message was received at Wed, 2 Feb 2011 19:54:04 GMT from [91.73.127.58] ----- The following addresses had permanent fatal errors ----- "|/usr/local/majordomo/wrapper majordomo -C /usr/local/majordomo/sites/site4/majordomo.cf" (reason: Service unavailable) (expanded from: ) ----- Transcript of session follows ----- smrsh: "wrapper" not available for sendmail programs (stat failed) 554 5.0.0 Service unavailable [ Part 3.2: "Delivery Status" ] Reporting-MTA: dns; t6.tec1.net Received-From-MTA: DNS; [91.73.127.58] Arrival-Date: Wed, 2 Feb 2011 19:54:04 GMT Final-Recipient: RFC822; majordomo at mydomain.org X-Actual-Recipient: X-Unix; |/usr/local/majordomo/wrapper majordomo -C /usr/local/majordomo/sites/site4/majordomo.cf Action: failed Status: 5.5.0 Diagnostic-Code: X-Unix; 69 Last-Attempt-Date: Wed, 2 Feb 2011 19:54:06 GMT _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From mstauber at blueonyx.it Sat Mar 12 17:36:51 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Sat, 12 Mar 2011 23:36:51 +0100 Subject: [BlueOnyx:06676] Re: edit php error In-Reply-To: <0CD700BD-DF11-4C40-8C6B-3A01387250EE@straszek.dk> References: <0CD700BD-DF11-4C40-8C6B-3A01387250EE@straszek.dk> Message-ID: <201103122336.51771.mstauber@blueonyx.it> Hi S?ren, > when I try to edit php settings (services>PHP) for a specific site i get a > lot of errors: > > Warning: array_values() [function.array-values]: The argument should be an > array in /usr/sausalito/ui/web/base/vsite/vsite_php.php on line 274 > > [...] > > Anyone know how to fix this? It looks like a whole deal of PHP settings (upload_max_filesize, etc.) aren't set for that site. Hence the errors. Runs this script as root from the command line and then try again: /usr/sausalito/sbin/set_default_php_settings.pl That will set the default PHP settings for all sites back to factory default. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From ka0jon at our-klan.com Sat Mar 12 19:42:50 2011 From: ka0jon at our-klan.com (KA0JON) Date: Sat, 12 Mar 2011 18:42:50 -0600 Subject: [BlueOnyx:06677] fstab Message-ID: I created a /home folder on separate physical hard drive the fstab file had /dev/VolGroup00/home /home ext3 defaults,usrquota,grpquota 1 2 I commented it out and added /dev/sdb/home /home ext3 defaults,usrquota,grpquota 1 2 And now it won't come up, I added other drives before but not for home partion before. Can someone shed some light on this and help me out David Kreifels From dan at twinwolf.net Sat Mar 12 23:46:50 2011 From: dan at twinwolf.net (Dan Porter) Date: Sat, 12 Mar 2011 23:46:50 -0500 Subject: [BlueOnyx:06678] Atmail Webmail Message-ID: <20110313043403.M7869@twinwolf.net> An HTML attachment was scrubbed... URL: From dudi at kolcore.com Sun Mar 13 01:21:25 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Sat, 12 Mar 2011 22:21:25 -0800 Subject: [BlueOnyx:06679] Re: fstab In-Reply-To: References: Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C16C1781@IE2RD2XVS101.red002.local> Hi, >I created a /home folder on separate physical hard drive the fstab file had >/dev/VolGroup00/home /home ext3 defaults,usrquota,grpquota 1 2 >I commented it out and added >/dev/sdb/home /home ext3 defaults,usrquota,grpquota 1 2 >And now it won't come up, I added other drives before but not for home partion before. You should specify the device partition in fstab, like: /dev/sdb1 /home ext3 defaults,usrquota,grpquota 1 2 Try a manual mount before to verify this gives you what u need. D. From ka0jon at our-klan.com Sun Mar 13 01:46:50 2011 From: ka0jon at our-klan.com (KA0JON) Date: Sun, 13 Mar 2011 00:46:50 -0600 Subject: [BlueOnyx:06680] Re: fstab In-Reply-To: <9A4085B7A6E42849838BFCD1672A732A07C16C1781@IE2RD2XVS101.red002.local> References: <9A4085B7A6E42849838BFCD1672A732A07C16C1781@IE2RD2XVS101.red002.local> Message-ID: You should specify the device partition in fstab, like: /dev/sdb1 /home ext3 defaults,usrquota,grpquota 1 2 Try a manual mount before to verify this gives you what u need. D. Hi Dudi, Yes I made my folder in /mnt folder (/mnt/sdb) And tested it using mount /dev/sdb /mnt/sdb And then using midnight commander I made a copy of /home folder to /mnt/sdb/home folder. And the put /dev/sdb/home /home ext3 defaults,usrquota,grpquota 1 2 In fstab to replace original home path, Perhaps I broke Links using midnight commander David From dudi at kolcore.com Sun Mar 13 02:57:08 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Sat, 12 Mar 2011 23:57:08 -0800 Subject: [BlueOnyx:06681] Re: fstab In-Reply-To: References: <9A4085B7A6E42849838BFCD1672A732A07C16C1781@IE2RD2XVS101.red002.local> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C16C1784@IE2RD2XVS101.red002.local> >Hi Dudi, > >And then using midnight commander I made a copy of /home folder to >/mnt/sdb/home folder. And the put /dev/sdb/home /home ext3 defaults,usrquota,grpquota 1 2 In fstab to replace original home path, Perhaps I broke Links using midnight commander This still sounds wrong... The line in /etc/fstab should read: /dev/sdb /home ext3 defaults,usrquota,grpquota 1 2 Try a manual mount of /dev/sdb to some mount point and see if it mounts. If the drive has a single partition, I fell that the device should be /dev/sdb1 instead of /dev/sdb David Regards, D. (4X4XX...) _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dudi at kolcore.com Sun Mar 13 03:58:43 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Sun, 13 Mar 2011 00:58:43 -0800 Subject: [BlueOnyx:06682] Re: fstab In-Reply-To: References: <9A4085B7A6E42849838BFCD1672A732A07C16C1781@IE2RD2XVS101.red002.local> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C16C178A@IE2RD2XVS101.red002.local> >/dev/sdb/home /home ext3 defaults,usrquota,grpquota 1 2 You can use "fdisk -l /dev/sdb" to view the actual partitioning of the drive. D. From gwaugh at frontstreetnetworks.com Sun Mar 13 06:39:54 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Sun, 13 Mar 2011 06:39:54 -0500 Subject: [BlueOnyx:06683] Re: fstab In-Reply-To: References: Message-ID: <1300016394.15669.222.camel@ns1.gg-w.net> On Sat, 2011-03-12 at 18:42 -0600, KA0JON wrote: > I created a /home folder on separate physical hard drive the fstab file had > > > > /dev/VolGroup00/home /home ext3 > defaults,usrquota,grpquota 1 2 > > > > I commented it out and added > > > /dev/sdb/home /home ext3 > defaults,usrquota,grpquota 1 2 > > > > And now it won't come up, I added other drives before but not for home > partion before. > > > > Can someone shed some light on this and help me out You have to give the partition number, /dev/sdb1 -- Gerald Waugh Front Street Networks http://www.frontstreetnetworks.com +1 318-670-8312 cell 318-401-0428 From mstauber at blueonyx.it Sun Mar 13 09:57:43 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Sun, 13 Mar 2011 15:57:43 +0100 Subject: [BlueOnyx:06684] Re: fstab In-Reply-To: <9A4085B7A6E42849838BFCD1672A732A07C16C1784@IE2RD2XVS101.red002.local> References: <9A4085B7A6E42849838BFCD1672A732A07C16C1784@IE2RD2XVS101.red002.local> Message-ID: <201103131557.43762.mstauber@blueonyx.it> Hi Dudi, > This still sounds wrong... > > The line in /etc/fstab should read: > /dev/sdb /home ext3 defaults,usrquota,grpquota 1 2 No, remember that /dev/sdb is just the disk - the whole disk. You need to specify which partition you want to mount from that disk. Like /dev/sdb1, /dev/sdb2 and so on. "fdisk -l" lists which disks are connected and what partitions are on them. That usually gives a good idea which one you may need. However, simply using "mount" to mount a partition ony works if the partition(s) in questions aren't part of an LVM. If they're part of an LVM, then it gets a hell of a lot more complicated as outlined at the URL below: http://www.solarspeed.net/otrs/public.pl?Action=PublicFAQ&CategoryID=10&ItemID=59 -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From dudi at kolcore.com Sun Mar 13 13:13:46 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Sun, 13 Mar 2011 11:13:46 -0700 Subject: [BlueOnyx:06685] Re: fstab In-Reply-To: <201103131557.43762.mstauber@blueonyx.it> References: <9A4085B7A6E42849838BFCD1672A732A07C16C1784@IE2RD2XVS101.red002.local> <201103131557.43762.mstauber@blueonyx.it> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C16C17BB@IE2RD2XVS101.red002.local> Hi Michael, >"fdisk -l" lists which disks are connected and what partitions are on them. That usually gives a good idea which one you may need. >However, simply using "mount" to mount a partition ony works if the partition(s) in questions aren't part of an LVM. If they're part >of an LVM, then it gets a hell of a lot more complicated as outlined at the URL below: >http://www.solarspeed.net/otrs/public.pl?Action=PublicFAQ&CategoryID=10&ItemID=59 This is exactly what I wrote 2 minutes after that :-) the OP did write that he test mounted with /dev/sdb (as it would be for a CD etc.). Regarding fdisk ?l, the OP also wrote that he installed another drive and that he wishes to move /home over to it, so this does look straight forward. The reason I suggested fdisk ?l is to verify what is the correct partition number to be used in /etc/fstab. Regards, Dudi From ka0jon at our-klan.com Sun Mar 13 14:59:44 2011 From: ka0jon at our-klan.com (KA0JON) Date: Sun, 13 Mar 2011 14:59:44 -0500 Subject: [BlueOnyx:06686] Re: fstab In-Reply-To: <9A4085B7A6E42849838BFCD1672A732A07C16C17BB@IE2RD2XVS101.red002.local> References: <9A4085B7A6E42849838BFCD1672A732A07C16C1784@IE2RD2XVS101.red002.local><201103131557.43762.mstauber@blueonyx.it> <9A4085B7A6E42849838BFCD1672A732A07C16C17BB@IE2RD2XVS101.red002.local> Message-ID: Appreciate all the replies. Just got up so I will tackle it again today and let you know what I did wrong. David Kreifels From mstauber at blueonyx.it Sun Mar 13 17:20:29 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Sun, 13 Mar 2011 23:20:29 +0100 Subject: [BlueOnyx:06687] New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso Message-ID: <201103132320.29819.mstauber@blueonyx.it> Hi all, A new BlueOnyx ISO image has been released. It contains all the patches and updates as of today. Additionally the CD itself has been upgraded with a new first stage installer, which should support more (and newer) hardware. The new ISO image is named BlueOnyx-5.5-20110313.iso. It is currently being distributed to the mirrors. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From LCBerry at LCBConsulting.net Sun Mar 13 18:38:05 2011 From: LCBerry at LCBConsulting.net (Lew Berry) Date: Sun, 13 Mar 2011 19:38:05 -0400 Subject: [BlueOnyx:06688] Re: New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso In-Reply-To: <201103132320.29819.mstauber@blueonyx.it> References: <201103132320.29819.mstauber@blueonyx.it> Message-ID: <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C27@lts1.LinearTechSolutions.com> Just in case no one says it. Thanks for all the work you do on this project! Lew Berry, MCSE, MCT, CSSA LCB Consulting Inc. Systems Engineer 450-106 State Road 13 N, #205 St Johns FL, 32259 LCBerry at LCBConsulting.net (904) 482-1405 (904) 322-5049 fax (904) 651-1046 cell ****** CONFIDENTIALITY NOTICE ****** NOTICE: This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message from your system. Thank you. **************************************************************************** From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Sunday, March 13, 2011 6:20 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06687] New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso Hi all, A new BlueOnyx ISO image has been released. It contains all the patches and updates as of today. Additionally the CD itself has been upgraded with a new first stage installer, which should support more (and newer) hardware. The new ISO image is named BlueOnyx-5.5-20110313.iso. It is currently being distributed to the mirrors. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From rurick at usa.net Sun Mar 13 19:15:28 2011 From: rurick at usa.net (Roy Urick) Date: Sun, 13 Mar 2011 20:15:28 -0400 Subject: [BlueOnyx:06689] Re: New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso In-Reply-To: <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C27@lts1.LinearTechSolutions.com> References: <201103132320.29819.mstauber@blueonyx.it> <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C27@lts1.LinearTechSolutions.com> Message-ID: <014601cbe1dc$ec8bf100$c5a3d300$@net> Ditto. I?d be in a world of hurt if my n00b butt had to roll my own box. And thanks again for digging me out of several holes a couple years back. Its truly appreciated. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Lew Berry Sent: Sunday, March 13, 2011 7:38 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06688] Re: New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso Just in case no one says it. Thanks for all the work you do on this project! Lew Berry, MCSE, MCT, CSSA LCB Consulting Inc. Systems Engineer 450-106 State Road 13 N, #205 St Johns FL, 32259 LCBerry at LCBConsulting.net (904) 482-1405 (904) 322-5049 fax (904) 651-1046 cell ****** CONFIDENTIALITY NOTICE ****** NOTICE: This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message from your system. Thank you. **************************************************************************** From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Sunday, March 13, 2011 6:20 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06687] New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso Hi all, A new BlueOnyx ISO image has been released. It contains all the patches and updates as of today. Additionally the CD itself has been upgraded with a new first stage installer, which should support more (and newer) hardware. The new ISO image is named BlueOnyx-5.5-20110313.iso. It is currently being distributed to the mirrors. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From cobaltfacts at virtbiz.com Sun Mar 13 20:14:21 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Sun, 13 Mar 2011 20:14:21 -0500 Subject: [BlueOnyx:06690] Re: New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso In-Reply-To: <201103132320.29819.mstauber@blueonyx.it> References: <201103132320.29819.mstauber@blueonyx.it> Message-ID: <4D7D6BED.6080607@virtbiz.com> This is great, Thanks Michael. It will really shave some time off of the install process since not nearly as much will have to be YUM'd up front! -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ Michael Stauber wrote: > Hi all, > > A new BlueOnyx ISO image has been released. It contains all the patches > and updates as of today. Additionally the CD itself has been upgraded > with a new first stage installer, which should support more (and newer) > hardware. > > The new ISO image is named BlueOnyx-5.5-20110313.iso. > > It is currently being distributed to the mirrors. > > -- > > With best regards > > Michael Stauber > > > ------------------------------------------------------------------------ > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From arzberger at maxxnet.de Mon Mar 14 07:25:35 2011 From: arzberger at maxxnet.de (Florian Arzberger) Date: Mon, 14 Mar 2011 13:25:35 +0100 Subject: [BlueOnyx:06691] Re: New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso In-Reply-To: <4D7D6BED.6080607@virtbiz.com> References: <201103132320.29819.mstauber@blueonyx.it> <4D7D6BED.6080607@virtbiz.com> Message-ID: <032c01cbe242$ec0dfe10$c429fa30$@de> > -----Urspr?ngliche Nachricht----- > Von: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > Im Auftrag von Chris Gebhardt - VIRTBIZ Internet > Gesendet: Montag, 14. M?rz 2011 02:14 > An: BlueOnyx General Mailing List > Betreff: [BlueOnyx:06690] Re: New BlueOnyx ISO image: BlueOnyx-5.5- > 20110313.iso > > This is great, Thanks Michael. > > It will really shave some time off of the install process since not > nearly as much will have to be YUM'd up front! > yes, thanks a lot! From gwaugh at frontstreetnetworks.com Mon Mar 14 07:51:22 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Mon, 14 Mar 2011 07:51:22 -0500 Subject: [BlueOnyx:06692] Re: New BlueOnyx ISO image: BlueOnyx-5.5-20110313.iso In-Reply-To: <201103132320.29819.mstauber@blueonyx.it> References: <201103132320.29819.mstauber@blueonyx.it> Message-ID: <1300107082.15669.236.camel@ns1.gg-w.net> On Sun, 2011-03-13 at 23:20 +0100, Michael Stauber wrote: > Hi all, > > A new BlueOnyx ISO image has been released. It contains all the > patches and updates as of today. Additionally the CD itself has been > upgraded with a new first stage installer, which should support more > (and newer) hardware. > > The new ISO image is named BlueOnyx-5.5-20110313.iso. > > It is currently being distributed to the mirrors. Good, anxious to give it a go. Maybe will circumvent using the one I built that didn't like the Adaptec PCI RAID controller -- Gerald From jdory at nomealaska.org Mon Mar 14 11:22:12 2011 From: jdory at nomealaska.org (Jim Dory) Date: Mon, 14 Mar 2011 08:22:12 -0800 Subject: [BlueOnyx:06693] Re: what all needed to change server name (mail) In-Reply-To: <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C18@lts1.LinearTechSolutions.com> References: <4D7AB524.4020404@nomealaska.org> <88D79BC4D2B3EA4AAC90966A6F725DBFCB2C18@lts1.LinearTechSolutions.com> Message-ID: <4D7E40B4.6020902@nomealaska.org> On 3/11/2011 6:37 PM, Lew Berry wrote: > Change the name of the local site to mail.nomealaska.org and set your mx > records to point to it as high priority and delete mx record for www.... > make sure you also have A record for mail.nome...... also allow for 72 > hours to propagate. > Thanks the help Lew! I did those things and it didn't seem to work - if you change the name of a server is there a need to restart any services? I've had the A record for mail.nomealaska.org for several days now. I did forget to fix up the ptr record which still points to nomealaska.org instead of mail. When I configured the email client (Thunderbird) to point to the pop3 server mail.nomealaska.org it changed my email address from nomealaska.org to mail.nomealaska.org. So perhaps that is not what I want to do. I'll need to think this through a bit better. cheers, JD -- Jim Dory Engineering City of Nome PO Box 281 102 Division St. Nome, AK 99762 907.443.6604 http://www.nomealaska.org From hsesma at gmail.com Mon Mar 14 12:40:34 2011 From: hsesma at gmail.com (Hugo Sesma) Date: Mon, 14 Mar 2011 11:40:34 -0600 Subject: [BlueOnyx:06694] google apps and cname DNS Message-ID: Hi, Recently one of our customers puchase google apps and request to move email and other services, they requested to add several cnames to our costumer DNS. I have read always recomewndations form Michael against this practice. but now it seems that is no way to avoid them. Any suggestions to make this configuration work better with using cnames here is the first line they are requesting domain.com googlefffffffff2b90663 CNAME google.com A Thank in advance. Regards H -------------- next part -------------- An HTML attachment was scrubbed... URL: From kenlists at precisionweb.net Mon Mar 14 12:53:08 2011 From: kenlists at precisionweb.net (Ken - Precision Web Hosting, Inc) Date: Mon, 14 Mar 2011 10:53:08 -0700 Subject: [BlueOnyx:06695] Re: google apps and cname DNS In-Reply-To: References: Message-ID: <21C90ED4A12644D7BF313E57321F0290@KenMarcusPC> >> ----- Original Message ----- From: Hugo Sesma Hi, Recently one of our customers puchase google apps and request to move email and other services, they requested to add several cnames to our costumer DNS. I have read always recomewndations form Michael against this practice. but now it seems that is no way to avoid them. Any suggestions to make this configuration work better with using cnames here is the first line they are requesting domain.comgooglefffffffff2b90663CNAMEgoogle.comA Thank in advance. Regards H << There is no problem with cnames unless they are used by the email system. We've set up the cnames for google apps a few times. ---- Ken M Precision Web Hosting, Inc. http://www.precisionweb.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Mon Mar 14 14:54:10 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Mon, 14 Mar 2011 20:54:10 +0100 Subject: [BlueOnyx:06696] Re: =?utf-8?q?New_BlueOnyx_ISO_image=3A=09BlueOnyx-5=2E5-20110313?= =?utf-8?q?=2Eiso?= In-Reply-To: <1300107082.15669.236.camel@ns1.gg-w.net> References: <201103132320.29819.mstauber@blueonyx.it> <1300107082.15669.236.camel@ns1.gg-w.net> Message-ID: <201103142054.10846.mstauber@blueonyx.it> Hi Gerald, > Maybe will circumvent using the one I built that didn't like the Adaptec > PCI RAID controller Yeah, please let me know if that worked for you now. I also got feedback that our new ISO now works on the IBM Z-Series servers, where it previously also didn't recognize the controller. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From hsesma at gmail.com Mon Mar 14 18:58:38 2011 From: hsesma at gmail.com (Hugo Sesma) Date: Mon, 14 Mar 2011 17:58:38 -0600 Subject: [BlueOnyx:06697] Re: google apps and cname DNS In-Reply-To: <21C90ED4A12644D7BF313E57321F0290@KenMarcusPC> References: <21C90ED4A12644D7BF313E57321F0290@KenMarcusPC> Message-ID: Ken, thanks for your reply, I did all the configuration and seems that everything is working fine. Regards H. On Mon, Mar 14, 2011 at 11:53 AM, Ken - Precision Web Hosting, Inc < kenlists at precisionweb.net> wrote: > > >> > ----- Original Message ----- > From: Hugo Sesma > > Hi, > > Recently one of our customers puchase google apps and request to move email > and other services, they requested to add several cnames to our costumer > DNS. I have read always recomewndations form Michael against this practice. > > but now it seems that is no way to avoid them. > > Any suggestions to make this configuration work better with using cnames > here is the first line they are requesting > > domain.comgooglefffffffff2b90663CNAMEgoogle.comA > > Thank in advance. > > Regards > > H > << > > > > > > There is no problem with cnames unless they are used by the email system. > We've set up the cnames for google apps a few times. > > ---- > Ken M > Precision Web Hosting, Inc. > http://www.precisionweb.net > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mbona at svalero.es Tue Mar 15 02:23:03 2011 From: mbona at svalero.es (Manuel Bona) Date: Tue, 15 Mar 2011 08:23:03 +0100 Subject: [BlueOnyx:06698] Failed install BlueOnyx 5.5 on HP Proliant ML110 G5 Message-ID: <4D7F13D7.50801@svalero.es> When installingBlueOnyx 5.5 onHP ProliantML110G5An erroroccursafter installation beforeconfiguringthe network. Theerroris: /EDAC MC0: CE page 0x0, offset 0x0, grain 536870912, syndrome 0x92 row 1 clanel0, lavel ??????: i3200 CE/ /EDAC MC0: CE page 0x0, offset 0x0, grain 536870912, syndrome 0x92 row 1 clanel1, lavel ??????: i3200 CE/ Thiserroroccurscontinuously. AsI can solvetheproblem,install theserverproperly. Thanks. Manuel Bona -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que est? limpio. -------------- next part -------------- An HTML attachment was scrubbed... URL: From md at goulburn.net.au Wed Mar 16 01:17:39 2011 From: md at goulburn.net.au (David Booth) Date: Wed, 16 Mar 2011 17:17:39 +1100 Subject: [BlueOnyx:06699] fwiw In-Reply-To: <4D4E75A6.7020004@compassnetworks.com.au> References: <4D4D699D.9000200@probass.com> <4D4E75A6.7020004@compassnetworks.com.au> Message-ID: I wanted to find all the users who have a .forward, and what's in it. So I made lookforward.sh #! /bin/bash ls /home/sites > sitelist.txt cat sitelist.txt | while read line; do site=$line ls /home/sites/$site/users > tmp cat tmp | while read line; do if [ -f /home/sites/$site/users/$line/.forward ] then echo ___________________________________________; echo $site; echo $line; cat /home/sites/$site/users/$line/.forward echo ___________________________________________; fi done done I still have to munge it to get what I really need but it beats doing it one by one. Enjoy. -- David Booth Goulburn Internet From gwaugh at frontstreetnetworks.com Wed Mar 16 07:57:26 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Wed, 16 Mar 2011 07:57:26 -0500 Subject: [BlueOnyx:06700] Re: fwiw In-Reply-To: References: <4D4D699D.9000200@probass.com> <4D4E75A6.7020004@compassnetworks.com.au> Message-ID: <1300280246.15669.349.camel@ns1.gg-w.net> On Wed, 2011-03-16 at 17:17 +1100, David Booth wrote: > I wanted to find all the users who have a .forward, and what's in it. > > So I made lookforward.sh > > #! /bin/bash > ls /home/sites > sitelist.txt > cat sitelist.txt | while read line; > do > site=$line > ls /home/sites/$site/users > tmp > cat tmp | while read line; > do > if [ -f /home/sites/$site/users/$line/.forward ] > then > echo ___________________________________________; > echo $site; > echo $line; > cat /home/sites/$site/users/$line/.forward > echo ___________________________________________; > fi > done > done rm sitelist.txt tmp > I still have to munge it to get what I really need but it beats doing it > one by one. > > Enjoy. -- Gerald Waugh Front Street Networks http://www.frontstreetnetworks.com +1 318-670-8312 cell 318-401-0428 From lesmith at ecsis.net Wed Mar 16 08:50:57 2011 From: lesmith at ecsis.net (Larry Smith) Date: Wed, 16 Mar 2011 07:50:57 -0600 Subject: [BlueOnyx:06701] Re: fwiw In-Reply-To: <1300280246.15669.349.camel@ns1.gg-w.net> References: <4D4D699D.9000200@probass.com> <1300280246.15669.349.camel@ns1.gg-w.net> Message-ID: <201103160850.57647.lesmith@ecsis.net> On Wed March 16 2011 07:57, Gerald Waugh wrote: > On Wed, 2011-03-16 at 17:17 +1100, David Booth wrote: > > I wanted to find all the users who have a .forward, and what's in it. > > > > So I made lookforward.sh > > > > #! /bin/bash > > ls /home/sites > sitelist.txt > > cat sitelist.txt | while read line; > > do > > site=$line > > ls /home/sites/$site/users > tmp > > cat tmp | while read line; > > do > > if [ -f /home/sites/$site/users/$line/.forward ] > > then > > echo > > ___________________________________________; echo $site; > > echo $line; > > cat /home/sites/$site/users/$line/.forward > > echo > > ___________________________________________; fi > > done > > done > > rm sitelist.txt tmp > > > I still have to munge it to get what I really need but it beats doing it > > one by one. > > > > Enjoy. RE-write that only gives the site name, user name and forwarding email if any is present: ---------cut----------- #!/bin/bash for site in `ls /home/sites` do for users in `ls /home/sites/$site/users` do if [ -f /home/sites/$site/users/$users/.forward ] then FWD=`grep -v "^#" /home/sites/$site/users/$users/.forward` if [ -z $FWD ] then echo -n "$site:$users:EMPTY" else echo -n "$site:$users:$FWD" fi fi echo "" done done -------cut---------- -- Larry Smith lesmith at ecsis.net From md at goulburn.net.au Wed Mar 16 16:39:05 2011 From: md at goulburn.net.au (David Booth) Date: Thu, 17 Mar 2011 08:39:05 +1100 Subject: [BlueOnyx:06702] Re: fwiw In-Reply-To: <201103160850.57647.lesmith@ecsis.net> References: <4D4D699D.9000200@probass.com> <1300280246.15669.349.camel@ns1.gg-w.net> <201103160850.57647.lesmith@ecsis.net> Message-ID: On Thu, 17 Mar 2011 00:50:57 +1100, Larry Smith wrote: > On Wed March 16 2011 07:57, Gerald Waugh wrote: >> On Wed, 2011-03-16 at 17:17 +1100, David Booth wrote: >> > I wanted to find all the users who have a .forward, and what's in it. >> > ---------cut----------- > > RE-write that only gives the site name, user name and forwarding > email if any is present: > > ---------cut----------- > #!/bin/bash > > for site in `ls /home/sites` > do > for users in `ls /home/sites/$site/users` > do > if [ -f /home/sites/$site/users/$users/.forward ] > then > FWD=`grep -v "^#" /home/sites/$site/users/$users/.forward` > if [ -z $FWD ] > then > echo -n "$site:$users:EMPTY" > else > echo -n "$site:$users:$FWD" > fi > fi > echo "" > done > done > -------cut---------- > sweet! -- David Booth From webmaster at muntada.com Wed Mar 16 17:18:22 2011 From: webmaster at muntada.com (MuntadaNet Webmaster) Date: Wed, 16 Mar 2011 18:18:22 -0400 Subject: [BlueOnyx:06703] cced gone wild In-Reply-To: References: <4D4D699D.9000200@probass.com> <4D4E75A6.7020004@compassnetworks.com.au> Message-ID: <0LI600FFN8SHCR20@vms173007.mailsrvcs.net> On one of my servers, cced keeps spawning more and more processes. Can someone give me an idea of what to look for to prevent this? It is causing a Denial of Service eventually in which the only recovery is cycling the power. Regards, Rashid From jeffrhysjones at mac.com Wed Mar 16 17:40:50 2011 From: jeffrhysjones at mac.com (Jeff Jones) Date: Wed, 16 Mar 2011 22:40:50 +0000 Subject: [BlueOnyx:06704] Re: cced gone wild In-Reply-To: <0LI600FFN8SHCR20@vms173007.mailsrvcs.net> References: <4D4D699D.9000200@probass.com> <4D4E75A6.7020004@compassnetworks.com.au> <0LI600FFN8SHCR20@vms173007.mailsrvcs.net> Message-ID: Hi Rashid, I think this may be a similar issue to mine. For me - the following occurs: Steady, linear rise in new processes created on the server, 2 every 5 minutes Admin GUI stops working Restarting AdmSrv doesn't get GUI working Websites continue to work until RAM on server is exhausted Unable to restart HTTPD Unable to restart cced Unable to restart server The only way to recover is a physical power cycle. I only have one BX server that has this problem, and it occurs about once every 6 months. I have set up an SNMP monitoring alert on system processes that alerts me when the number of processes rises above normal - in this way I can manually intervene and restart the box at night in a 'controlled' manner. But I would really like some tips on how to investigate this problem further in order to find the culprit..... Cheers, Jeff On 16 Mar 2011, at 22:18, MuntadaNet Webmaster wrote: > On one of my servers, cced keeps spawning more and more > processes. Can someone give me an idea of what to look for to > prevent this? It is causing a Denial of Service eventually in which > the only recovery is cycling the power. > > Regards, > > Rashid > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From webmaster at muntada.com Wed Mar 16 17:55:02 2011 From: webmaster at muntada.com (MuntadaNet Webmaster) Date: Wed, 16 Mar 2011 18:55:02 -0400 Subject: [BlueOnyx:06705] Re: cced gone wild In-Reply-To: References: <4D4D699D.9000200@probass.com> <4D4E75A6.7020004@compassnetworks.com.au> <0LI600FFN8SHCR20@vms173007.mailsrvcs.net> Message-ID: <0LI6003P8AHIA010@vms173019.mailsrvcs.net> Jeff, I saw you had this issue and what you did by looking back through old email. However, same as you, I need to find the culprit. I have already done a power cycle but the problem is already building backup. So right now, I have stopped cced so at least the services can function. Not sure what repercussions I am introducing though so looking for some immediate assistance/help. Good to know though that there is someone else with this issue. Regards, Rashid At 06:40 PM 3/16/2011, Jeff Jones wrote: >Hi Rashid, > >I think this may be a similar issue to mine. > >For me - the following occurs: > >Steady, linear rise in new processes created on the server, 2 every 5 minutes >Admin GUI stops working >Restarting AdmSrv doesn't get GUI working >Websites continue to work until RAM on server is exhausted >Unable to restart HTTPD >Unable to restart cced >Unable to restart server > >The only way to recover is a physical power cycle. > >I only have one BX server that has this problem, and it occurs about >once every 6 months. > >I have set up an SNMP monitoring alert on system processes that >alerts me when the number of processes rises above normal - in this >way I can manually intervene and restart the box at night in a >'controlled' manner. > >But I would really like some tips on how to investigate this problem >further in order to find the culprit..... > >Cheers, > >Jeff > >On 16 Mar 2011, at 22:18, MuntadaNet Webmaster wrote: > > > On one of my servers, cced keeps spawning more and more > > processes. Can someone give me an idea of what to look for to > > prevent this? It is causing a Denial of Service eventually in which > > the only recovery is cycling the power. > > > > Regards, > > > > Rashid > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx From dmobley at uhostme.com Wed Mar 16 18:35:03 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Wed, 16 Mar 2011 19:35:03 -0400 Subject: [BlueOnyx:06706] Re: cced gone wild In-Reply-To: References: <4D4D699D.9000200@probass.com> <4D4E75A6.7020004@compassnetworks.com.au> <0LI600FFN8SHCR20@vms173007.mailsrvcs.net> Message-ID: <00d001cbe432$c65d6ba0$531842e0$@com> > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Jeff Jones > Sent: Wednesday, March 16, 2011 6:41 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06704] Re: cced gone wild > > The only way to recover is a physical power cycle. > > I only have one BX server that has this problem, and it occurs about once > every 6 months. > > I have set up an SNMP monitoring alert on system processes that alerts me > when the number of processes rises above normal - in this way I can > manually intervene and restart the box at night in a 'controlled' manner. Jeff, can you point me to a tutorial or guide on how you set up your monitoring alert? I'd like to try that on my BX machine that stops responding every time it loads a new kernel. Reboots afterward prevent it from happening again. From bluequartz at hypersys.ne.jp Wed Mar 16 21:40:15 2011 From: bluequartz at hypersys.ne.jp (Eiji Hamano (bluequartz)) Date: Thu, 17 Mar 2011 11:40:15 +0900 Subject: [BlueOnyx:06707] Re: [bluequartz] Re: cced gone wild References: <4D4D699D.9000200@probass.com><4D4E75A6.7020004@compassnetworks.com.au><0LI600FFN8SHCR20@vms173007.mailsrvcs.net> Message-ID: <98634AC145414E5EB3A051D1F1AFAD0D@ACER> >> Steady, linear rise in new processes created on the server, 2 every 5 >> minutes I also have the same experience. Following steps were always escaped from my BO crisis. 1. Search for unusual extensive access. tail -200 /var/log/secure 2. If you find the IP address, DROP it on you server. /sbin/iptables -A INPUT -s xxx.xxx.xxx.xxx -j DROP 3. Using a TOP command, Obtain the IDs of invalid new processes. Then, KILL new processes. kill -9 xxxx xxxx xxxx xxxx xxxx .............. Best Regards. Eiji Hmanao From webmaster at muntada.com Wed Mar 16 22:25:12 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Wed, 16 Mar 2011 23:25:12 -0400 Subject: [BlueOnyx:06708] Re: [bluequartz] Re: cced gone wild In-Reply-To: <98634AC145414E5EB3A051D1F1AFAD0D@ACER> Message-ID: Thanks. I tried that already. With the dfix and denyhosts running, it usually takes care of most of those automatically. In this case, I didn't find anything too excessive. Just the normal amount of activity. I am still stumped. On 3/16/11 10:40 PM, "Eiji Hamano (bluequartz)" wrote: >>> Steady, linear rise in new processes created on the server, 2 every 5 >>> minutes > > I also have the same experience. > Following steps were always escaped from my BO crisis. > > 1. Search for unusual extensive access. > tail -200 /var/log/secure > > 2. If you find the IP address, DROP it on you server. > /sbin/iptables -A INPUT -s xxx.xxx.xxx.xxx -j DROP > > 3. Using a TOP command, Obtain the IDs of invalid new processes. > Then, KILL new processes. > kill -9 xxxx xxxx xxxx xxxx xxxx .............. > > Best Regards. Eiji Hmanao > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > From gwaugh at frontstreetnetworks.com Wed Mar 16 22:45:56 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Wed, 16 Mar 2011 22:45:56 -0500 Subject: [BlueOnyx:06709] Re: [bluequartz] Re: cced gone wild In-Reply-To: References: Message-ID: <1300333556.15669.494.camel@ns1.gg-w.net> On Wed, 2011-03-16 at 23:25 -0400, Abdul Rashid Abdullah wrote: > Thanks. I tried that already. With the dfix and denyhosts running, it > usually takes care of most of those automatically. In this case, I didn't > find anything too excessive. Just the normal amount of activity. I am > still stumped. Rashid, Are you sure the server hasn't been compromised? scrutinize the files/directories in 'ls -la /tmp' Also maybe look at 'ps aux' and see if there might be processes '/usr/local/httpd' Gerald From webmaster at muntada.com Wed Mar 16 23:21:27 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 17 Mar 2011 00:21:27 -0400 Subject: [BlueOnyx:06710] Re: [bluequartz] Re: cced gone wild In-Reply-To: <1300333556.15669.494.camel@ns1.gg-w.net> Message-ID: Did the /tmp check already earlier as well. Ps aux doesn't turn up anything unusual nor any /usr/local/httpd processes The biggest thing I see is that if I let the /etc/cron.d/dfix.cron run, then it quickly contributes to several cced processes spawning in a short period. Whereas, if I prevent the cron job from running, kill the secondary cced processes, it appears to run without any spawning of these processes keeping the cpu down. On 3/16/11 11:45 PM, "Gerald Waugh" wrote: > > On Wed, 2011-03-16 at 23:25 -0400, Abdul Rashid Abdullah wrote: >> Thanks. I tried that already. With the dfix and denyhosts running, it >> usually takes care of most of those automatically. In this case, I didn't >> find anything too excessive. Just the normal amount of activity. I am >> still stumped. > > Rashid, > > Are you sure the server hasn't been compromised? > scrutinize the files/directories in 'ls -la /tmp' > > > Also maybe look at 'ps aux' > and see if there might be processes '/usr/local/httpd' > > Gerald > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > From md at goulburn.net.au Wed Mar 16 23:21:24 2011 From: md at goulburn.net.au (David Booth) Date: Thu, 17 Mar 2011 15:21:24 +1100 Subject: [BlueOnyx:06711] Re: [bluequartz] Re: cced gone wild In-Reply-To: <1300333556.15669.494.camel@ns1.gg-w.net> References: <1300333556.15669.494.camel@ns1.gg-w.net> Message-ID: I've had similar sounding trouble before. Try removing pam_abl_purge.cron from /etc/cron.d Just move it elsewhere to see if that stops it happening. If it does then something is going wrong with /usr/bin/pam_abl --purge or /usr/sausalito/sbin/pam_abl_import.pl -- David Booth From rurick at usa.net Wed Mar 16 23:32:43 2011 From: rurick at usa.net (Roy Urick) Date: Thu, 17 Mar 2011 00:32:43 -0400 Subject: [BlueOnyx:06712] new build ISO shell based network issues? Message-ID: <000f01cbe45c$5bf52df0$13df89d0$@net> I just attempted to deploy (using the brand new ISO) a brand new supermicro server (5026t-TB: Xeon quad core, X58/ICH10R chipset w/ 2 drives (using the OS soft RAID not using hardware raid), 6GB ECC RAM, etc) and ran into weird issues. I installed the OS using defaults. I ran the setup and got the box stood up in my LAN for testing. Everything was great. During the shell based setup wizard, I would constantly get the screen taken over every few minutes by the raid sync utility timing out and throwing an error, but eventually the drives sync'd ok. I was able to get into the GUI, finish the setup and all seemed well. Until I attemped to go back to the shell and run the setup program again to move the box to a LAN segment in the vicinity of its new home. When I would attempt to change the IP address info for ETH0, all or part would not actually "take hold" and the box would still respond on the old IP. Sometimes the IP would change, but the gateway wouldn't. the shell utility showed everything was fine, but the GUI would show inconsistencies that appeared more true than the shell setup settings. I reset using the web GUI and it appeared to take hold properly. I also noticed after exiting the shell setup by choosing "save and exit" I didn't see any services restarting. I recall that used to happen when using the shell based setup. Then I did a CMU import/export to move my info from my old BQ box. It imported everything OK, it setup an interface alias for the IP of the source box, etc. long story short even though the box appeared to have the correct new IP from the migration, it would not communicate with the network. I eventually had to just power off the box and walk away from the migration. No matter what network segment I put it on it was not accessible. (and I cant troubleshoot my way out of a wet paper bag at a linux command line, especially when basic commands like ifconfig and init are removed) Also several times during the shell based setup application the screen would switch to a white on black screen full of junk, Hebrew looking characters. (obviously not Hebrew, but it had the same types of shapes) after tabbing around and managing to get out of that screen, the screen change would cause a full refresh and be OK. Anyone else seen flaky things like this? Especially on the network setup? And yes that is overkill hardware for a BO box. Its a temporary server and the box will have a use as a windows server afterwards. .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From cobaltfacts at virtbiz.com Wed Mar 16 23:43:50 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Wed, 16 Mar 2011 23:43:50 -0500 Subject: [BlueOnyx:06713] Re: new build ISO shell based network issues? In-Reply-To: <000f01cbe45c$5bf52df0$13df89d0$@net> References: <000f01cbe45c$5bf52df0$13df89d0$@net> Message-ID: <4D819186.5010807@virtbiz.com> Roy Urick wrote: > I also noticed after exiting the shell setup by choosing ?save and exit? > I didn?t see any services restarting. I recall that used to happen when > using the shell based setup. Hi Roy, Curious, what shell setup util are you using? /root/network_settings.sh or /usr/bin/setup (Hint: you SHOULD be using the first one, not the second, since /root/network_settings.sh actually modifies from cced.) -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From mstauber at blueonyx.it Wed Mar 16 23:52:31 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Thu, 17 Mar 2011 05:52:31 +0100 Subject: [BlueOnyx:06714] Re: new build ISO shell based network issues? In-Reply-To: <000f01cbe45c$5bf52df0$13df89d0$@net> References: <000f01cbe45c$5bf52df0$13df89d0$@net> Message-ID: <201103170552.32220.mstauber@blueonyx.it> Hi Roy, > During the shell based setup wizard, I would constantly get the screen > taken over every few minutes by the raid sync utility timing out and > throwing an error, but eventually the drives sync'd ok. Yeah, some background tasks sometime dump info onto the console. That can be a nuisance. > I also noticed after exiting the shell setup by choosing "save and exit" I > didn't see any services restarting. I recall that used to happen when using > the shell based setup. Oh yes. When you finish the initial setup or when you are using /root/network_settings.sh, then the network and relevant services will be restarted. If *that* didn't happen on your end, then something is really wrong. > I cant troubleshoot my way out of a wet paper bag at a > linux command line, especially when basic commands like ifconfig and init > are removed Errr ... just to clarify: You say "ifconfig" and "init" aren't present? If so, your box wouldn't boot up or take any network settings at all. I think that part of your troubles is a handling issue: When you login as "admin" and then "su" to gain root access, the /sbin directory isn't part of your path. So you need to specify the full path to the commands from /sbin if you need any of those. Like "/sbin/ifconfig" or "/sbin/init". If you're on the local console anyway, login directly as "root" to get around that issue. If you login as "admin" (like you have to when you use SSH for example) and need to "su", use "su -" instead. The minus at the end will make sure that /sbin is added to your path, too. Like said: That part may have been a handling issue, but your box not taking network settings or services not restarting after the setup scripts of course has nothing to do with that. There sure is something else wrong with the box. > Also several times during the shell based setup application the screen > would switch to a white on black screen full of junk, Hebrew looking > characters. (obviously not Hebrew, but it had the same types of shapes) > after tabbing around and managing to get out of that screen, the screen > change would cause a full refresh and be OK. That's really weird. Roy, I hate to say it, but do another OS restore on that box and start over. It could be that one (or more) RPMs off the CD didn't install correctly. Maybe the ISO image was corrupt, maybe the CD-ROM had troubles reading some parts of the CD, so I'd even suggest to go as far as to re-download the ISO and to burn it again - just to be sure. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbennett at dpcsi.com Thu Mar 17 00:06:39 2011 From: jbennett at dpcsi.com (Jared Bennett) Date: Thu, 17 Mar 2011 00:06:39 -0500 Subject: [BlueOnyx:06715] Re: new build ISO shell based network issues? In-Reply-To: <000f01cbe45c$5bf52df0$13df89d0$@net> References: <000f01cbe45c$5bf52df0$13df89d0$@net> Message-ID: Earlier today I attempted to deploy a VM from the latest .iso.. Everything seemed to be fine until I attempted to ftp into it, to no avail. Tried disabling and re-enabling, rebooting, etc.. but this also did not help. Upon checking /etc/xinetd.d/ the proftpd file was blank. Tried populating that file with the contents off another VM from an older build that was fully updated, also which did not work. Examination showed that the referenced /usr/sbin/in.proftpd was also missing. At this point, due to time constraints, I wiped the VM and rebuilt from the 2010-05-19 iso, which of course went swimmingly. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gkuhnert at compassnetworks.com.au Thu Mar 17 00:52:36 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Thu, 17 Mar 2011 16:52:36 +1100 Subject: [BlueOnyx:06716] Re: [bluequartz] Re: cced gone wild In-Reply-To: References: Message-ID: <4D81A1A4.8000308@compassnetworks.com.au> Hi Abdul... On 17/03/2011 3:21 PM, Abdul Rashid Abdullah wrote: > Did the /tmp check already earlier as well. Ps aux doesn't turn up anything > unusual nor any /usr/local/httpd processes > > The biggest thing I see is that if I let the /etc/cron.d/dfix.cron run, then > it quickly contributes to several cced processes spawning in a short period. > Whereas, if I prevent the cron job from running, kill the secondary cced > processes, it appears to run without any spawning of these processes keeping > the cpu down. Turning off dfix may reduce the number of log messages going to your screen, but it will not fix the underlying problem. All DFIX is doing is asking for information from CCED. You can disable some code in DFIX to help reduce the symptoms you are experiencing, but there is still an underlying problem on your server that needs to be addressed. If I were to take a guess, I think some data in CCED may be corrupt on your box. See my post http://www.blueonyx.it/pipermail/blueonyx/2011-February/006533.html for instructions that will show you how to audit some of the CCED database information. See below for the lines in dfix that you can comment out until you fix the cced problem. Regards, Greg. # Pam_abl blocks touch $FAILOBJECTS for FAILOBJECT in `echo 'find fail_hosts blocking = "1"' | /usr/sausalito/bin/cceclient | grep ^104 | cut -d " " -f 3` do echo get $FAILOBJECT > $FAILOBJECTS done cat $FAILOBJECTS | /usr/sausalito/bin/cceclient | grep ^102.*host_ip | cut -d \" -f 2 > $MUSTBLOCK rm $FAILOBJECTS From bluequartz at hypersys.ne.jp Thu Mar 17 01:07:11 2011 From: bluequartz at hypersys.ne.jp (Eiji Hamano (bluequartz)) Date: Thu, 17 Mar 2011 15:07:11 +0900 Subject: [BlueOnyx:06717] Re: [bluequartz] Re: cced gone wild References: Message-ID: >> The biggest thing I see is that if I let the /etc/cron.d/dfix.cron run, >> then You must upgrade Dfix. The old version of Dfix has "dfix.cron". However the newwest Dfix cannot block the excessive attack like 2 every 5 minutes. All my BOs has newwest Dfix, but I have to execute iptables DROP command in evry crisis. Eiji Hamano From webmaster at muntada.com Thu Mar 17 05:50:20 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 17 Mar 2011 06:50:20 -0400 Subject: [BlueOnyx:06718] Re: [bluequartz] Re: cced gone wild In-Reply-To: <4D81A1A4.8000308@compassnetworks.com.au> Message-ID: Greg, Thanks. Cced checked out though. The report was identical. However, I have now done the disable to see if that reduces the number of cced spawns for the time being. -Rashid On 3/17/11 1:52 AM, "Greg Kuhnert" wrote: > Hi Abdul... > > On 17/03/2011 3:21 PM, Abdul Rashid Abdullah wrote: >> Did the /tmp check already earlier as well. Ps aux doesn't turn up anything >> unusual nor any /usr/local/httpd processes >> >> The biggest thing I see is that if I let the /etc/cron.d/dfix.cron run, then >> it quickly contributes to several cced processes spawning in a short period. >> Whereas, if I prevent the cron job from running, kill the secondary cced >> processes, it appears to run without any spawning of these processes keeping >> the cpu down. > > Turning off dfix may reduce the number of log messages going to your > screen, but it will not fix the underlying problem. All DFIX is doing is > asking for information from CCED. > > You can disable some code in DFIX to help reduce the symptoms you are > experiencing, but there is still an underlying problem on your server > that needs to be addressed. If I were to take a guess, I think some data > in CCED may be corrupt on your box. See my post > http://www.blueonyx.it/pipermail/blueonyx/2011-February/006533.html for > instructions that will show you how to audit some of the CCED database > information. > > See below for the lines in dfix that you can comment out until you fix > the cced problem. > > Regards, > Greg. > > # Pam_abl blocks > touch $FAILOBJECTS > for FAILOBJECT in `echo 'find fail_hosts blocking = "1"' | > /usr/sausalito/bin/cceclient | grep ^104 | cut -d " " -f 3` > do > echo get $FAILOBJECT > $FAILOBJECTS > done > cat $FAILOBJECTS | /usr/sausalito/bin/cceclient | grep ^102.*host_ip > | cut -d \" -f 2 > $MUSTBLOCK > rm $FAILOBJECTS > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > From webmaster at muntada.com Thu Mar 17 06:31:00 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 17 Mar 2011 07:31:00 -0400 Subject: [BlueOnyx:06719] Re: [bluequartz] Re: cced gone wild In-Reply-To: Message-ID: David, I tried this but still I am getting extra spawning of the cced process. On 3/17/11 12:21 AM, "David Booth" wrote: > I've had similar sounding trouble before. > > Try removing pam_abl_purge.cron from /etc/cron.d > > Just move it elsewhere to see if that stops it happening. > If it does then something is going wrong with > > /usr/bin/pam_abl --purge > > or > > /usr/sausalito/sbin/pam_abl_import.pl > From webmaster at muntada.com Thu Mar 17 06:36:09 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 17 Mar 2011 07:36:09 -0400 Subject: [BlueOnyx:06720] Re: [bluequartz] Re: cced gone wild In-Reply-To: Message-ID: What I can say now after trying David's (moving the pam_abl_purge.cron) and Greg's suggestion (commenting out part of dfix.cron) is that I am seeing that I am getting one extra cced process spawn every 15 minutes. I believe that is because the swatch is touch the cce. I think Greg has the right thinking going that something is corrupt within my cce and I just have to figure out what. For now, I am able to breathe but with assistance. I still need to find the root cause. Any more ideas/suggestions? Thanks to everyone who has contributed... From webmaster at muntada.com Thu Mar 17 07:06:12 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 17 Mar 2011 08:06:12 -0400 Subject: [BlueOnyx:06721] Re: [bluequartz] Re: cced gone wild In-Reply-To: Message-ID: I should mention that I did run the script from Greg and that didn't indicate any issues. So I am not sure what else to do to test the integrity of the cced database. On 3/17/11 7:36 AM, "Abdul Rashid Abdullah" wrote: > > What I can say now after trying David's (moving the pam_abl_purge.cron) and > Greg's suggestion (commenting out part of dfix.cron) is that I am seeing > that I am getting one extra cced process spawn every 15 minutes. > > I believe that is because the swatch is touch the cce. I think Greg has the > right thinking going that something is corrupt within my cce and I just have > to figure out what. > > For now, I am able to breathe but with assistance. I still need to find the > root cause. Any more ideas/suggestions? > > Thanks to everyone who has contributed... > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > From jeffrey at px2co.net Thu Mar 17 07:08:16 2011 From: jeffrey at px2co.net (Jeffrey Pellin) Date: Thu, 17 Mar 2011 12:08:16 +0000 Subject: [BlueOnyx:06722] Re: [bluequartz] Re: cced gone wild In-Reply-To: References: Message-ID: <07f02d64fdfcebb8e58947f62971918b@localhost> This might not be the same thing but we had a similar problem with lots of processes bringing down one of our BO v-servers. Our Aventurine box is with Chris over at Virtbiz and it appears that one of his excellent team nailed the problem, as we haven't had an issue for some time. I never thought to ask Chris what it was. If it's the same thing maybe he'll post. Regards Jeffrey On Thu, 17 Mar 2011 07:36:09 -0400, Abdul Rashid Abdullah wrote: > What I can say now after trying David's (moving the pam_abl_purge.cron) and > Greg's suggestion (commenting out part of dfix.cron) is that I am seeing > that I am getting one extra cced process spawn every 15 minutes. > > I believe that is because the swatch is touch the cce. I think Greg has > the > right thinking going that something is corrupt within my cce and I just > have > to figure out what. > > For now, I am able to breathe but with assistance. I still need to find > the > root cause. Any more ideas/suggestions? > > Thanks to everyone who has contributed... > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From cobaltfacts at virtbiz.com Thu Mar 17 08:11:38 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Thu, 17 Mar 2011 08:11:38 -0500 Subject: [BlueOnyx:06723] Re: [bluequartz] Re: cced gone wild In-Reply-To: <07f02d64fdfcebb8e58947f62971918b@localhost> References: <07f02d64fdfcebb8e58947f62971918b@localhost> Message-ID: <4D82088A.5040305@virtbiz.com> Jeffrey Pellin wrote: > This might not be the same thing but we had a similar problem with lots of > processes bringing down one of our BO v-servers. > > Our Aventurine box is with Chris over at Virtbiz and it appears that one of > his excellent team nailed the problem, as we haven't had an issue for some > time. I never thought to ask Chris what it was. > > If it's the same thing maybe he'll post. Hi Jeffrey, Ah yes, this would be our old Albatros, right? :) I just had a quick look back at the history on this one and it looks like it wasn't exactly the same issue. On your box it was Apache instead of cced.init. What would happen is that Apache would get hammered and then get very out of sorts to the point that it begins to block network traffic for the entire host (not just the VPS). Restarting Apache on the affected VPS seems to cure the symptom. We tightened up some web security and that seemed to bring the number incidents down significantly but not entirely. We also loaded in a quick script to watch for network to fail and if it does, issue a restart for Apache. It looks like that restart is happening about once every 1.5 days or so. An imperfect solution, to be sure, but the system continues to run. As a failsafe, we've also got the physical system monitored and if network goes AWOL on it for more than 5 minutes the box gets power-cycled by the PDU. The 5 minute window leaves time for things like intentional reboots. I don't think the above will help Rashid with his issue, but since you asked... I told. ;) -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From jeffrey at px2co.net Thu Mar 17 08:41:03 2011 From: jeffrey at px2co.net (Jeffrey Pellin) Date: Thu, 17 Mar 2011 13:41:03 +0000 Subject: [BlueOnyx:06724] Re: [bluequartz] Re: cced gone wild In-Reply-To: <4D82088A.5040305@virtbiz.com> References: <07f02d64fdfcebb8e58947f62971918b@localhost> <4D82088A.5040305@virtbiz.com> Message-ID: Hi Chris - you're right I did ask! BTW a solution that means both we and our clients are completely unaware of any issues or service problems sounds pretty damn good to me and far from imperfect. I'm sorry Rashid - but maybe the techniques that Chris used to keep our server up might help. Regards Jeffrey On Thu, 17 Mar 2011 08:11:38 -0500, Chris Gebhardt - VIRTBIZ Internet wrote: > Jeffrey Pellin wrote: >> This might not be the same thing but we had a similar problem with lots >> of >> processes bringing down one of our BO v-servers. >> >> Our Aventurine box is with Chris over at Virtbiz and it appears that one >> of >> his excellent team nailed the problem, as we haven't had an issue for >> some >> time. I never thought to ask Chris what it was. >> >> If it's the same thing maybe he'll post. > > Hi Jeffrey, > Ah yes, this would be our old Albatros, right? :) I just had a quick > look back at the history on this one and it looks like it wasn't exactly > the same issue. On your box it was Apache instead of cced.init. What > would happen is that Apache would get hammered and then get very out of > sorts to the point that it begins to block network traffic for the > entire host (not just the VPS). Restarting Apache on the affected VPS > seems to cure the symptom. > > We tightened up some web security and that seemed to bring the number > incidents down significantly but not entirely. We also loaded in a > quick script to watch for network to fail and if it does, issue a > restart for Apache. It looks like that restart is happening about once > every 1.5 days or so. An imperfect solution, to be sure, but the > system continues to run. > > As a failsafe, we've also got the physical system monitored and if > network goes AWOL on it for more than 5 minutes the box gets > power-cycled by the PDU. The 5 minute window leaves time for things > like intentional reboots. > > I don't think the above will help Rashid with his issue, but since you > asked... I told. ;) From rurick at usa.net Thu Mar 17 08:59:00 2011 From: rurick at usa.net (Roy Urick) Date: Thu, 17 Mar 2011 09:59:00 -0400 Subject: [BlueOnyx:06725] Re: new build ISO shell based network issues? In-Reply-To: <201103170552.32220.mstauber@blueonyx.it> References: <000f01cbe45c$5bf52df0$13df89d0$@net> <201103170552.32220.mstauber@blueonyx.it> Message-ID: <000c01cbe4ab$7789c810$669d5830$@net> I was just doing SU and then running ?setup? like I remember from my cobalt days, and possibly even BQ. Hard to say since its been years since I last deployed one of these boxes when it last worked. You?d think that if ?setup? no longer works properly as Chris suggested, it shouldn?t be there. Or if it needed to be around it would cause the proper setup program to kick off. What I meant by ifconfig and init ?missing? was that they don?t work from the command line. I didn?t realize I had to execute the ifconfig using the whole path. I don?t recall init ever worked from the terminal for shutting down/rebooting on these servers since the Raq4 days, and always found it annoying when I was in a terminal session and wanted to reboot the box I?d have to fire up the GUI and do it there. Also I might be doing something wrong, but Squirrelmail also doesn?t appear to be configured properly out of the box either. (surfing to /webmail displays a text error about it not being setup yet. ) I think I might revert back to the prior iso and just spend some time with YUM just to be sure it is stable. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Thursday, March 17, 2011 12:53 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06714] Re: new build ISO shell based network issues? Hi Roy, > During the shell based setup wizard, I would constantly get the screen > taken over every few minutes by the raid sync utility timing out and > throwing an error, but eventually the drives sync'd ok. Yeah, some background tasks sometime dump info onto the console. That can be a nuisance. > I also noticed after exiting the shell setup by choosing "save and exit" I > didn't see any services restarting. I recall that used to happen when using > the shell based setup. Oh yes. When you finish the initial setup or when you are using /root/network_settings.sh, then the network and relevant services will be restarted. If *that* didn't happen on your end, then something is really wrong. > I cant troubleshoot my way out of a wet paper bag at a > linux command line, especially when basic commands like ifconfig and init > are removed Errr ... just to clarify: You say "ifconfig" and "init" aren't present? If so, your box wouldn't boot up or take any network settings at all. I think that part of your troubles is a handling issue: When you login as "admin" and then "su" to gain root access, the /sbin directory isn't part of your path. So you need to specify the full path to the commands from /sbin if you need any of those. Like "/sbin/ifconfig" or "/sbin/init". If you're on the local console anyway, login directly as "root" to get around that issue. If you login as "admin" (like you have to when you use SSH for example) and need to "su", use "su -" instead. The minus at the end will make sure that /sbin is added to your path, too. Like said: That part may have been a handling issue, but your box not taking network settings or services not restarting after the setup scripts of course has nothing to do with that. There sure is something else wrong with the box. > Also several times during the shell based setup application the screen > would switch to a white on black screen full of junk, Hebrew looking > characters. (obviously not Hebrew, but it had the same types of shapes) > after tabbing around and managing to get out of that screen, the screen > change would cause a full refresh and be OK. That's really weird. Roy, I hate to say it, but do another OS restore on that box and start over. It could be that one (or more) RPMs off the CD didn't install correctly. Maybe the ISO image was corrupt, maybe the CD-ROM had troubles reading some parts of the CD, so I'd even suggest to go as far as to re-download the ISO and to burn it again - just to be sure. -- With best regards Michael Stauber .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From rurick at usa.net Thu Mar 17 08:59:28 2011 From: rurick at usa.net (Roy Urick) Date: Thu, 17 Mar 2011 09:59:28 -0400 Subject: [BlueOnyx:06726] Re: new build ISO shell based network issues? In-Reply-To: References: <000f01cbe45c$5bf52df0$13df89d0$@net> Message-ID: <001101cbe4ab$885c1df0$991459d0$@net> I can confirm my box exhibits the same symptoms. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Jared Bennett Sent: Thursday, March 17, 2011 1:07 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06715] Re: new build ISO shell based network issues? Earlier today I attempted to deploy a VM from the latest .iso.. Everything seemed to be fine until I attempted to ftp into it, to no avail. Tried disabling and re-enabling, rebooting, etc.. but this also did not help. Upon checking /etc/xinetd.d/ the proftpd file was blank. Tried populating that file with the contents off another VM from an older build that was fully updated, also which did not work. Examination showed that the referenced /usr/sbin/in.proftpd was also missing. At this point, due to time constraints, I wiped the VM and rebuilt from the 2010-05-19 iso, which of course went swimmingly. .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From admin at chautauqualake.net Thu Mar 17 09:33:48 2011 From: admin at chautauqualake.net (Franklin S Werren) Date: Thu, 17 Mar 2011 10:33:48 -0400 Subject: [BlueOnyx:06727] .htaccess problems Message-ID: <4D821BCC.6000402@chautauqualake.net> Hi All; I am trying to use one of the Twitter clones out there and most of these come with an .htaccess file and every time I try it I get the dreaded server error in the domain I am working on.. Ideas ??? The .htaccess file listed below is from Floopo !! -- Franklin S Werren admin at chautauqualake.net www.chautauqualake.net Confidentiality Note: This email and any attachments are confidential and may contain privileged information intended for the addressee(s) only. If you are not the intended recipient, please notify us immediately and remove the email and any attachments from your system without storing, disclosing or copying all, or any part of it. The content of this email and attachments may contain data that falls within the scope of the Data Protection Act 1998. The unauthorized opening, use, recording, disclosure, copying or alteration of this message is strictly forbidden under the Data Protection Act 1998. #***************************************************************************************** # Copyright (c) 2009 All rights reserved. #***************************************************************************************** #----------------------------------START------------------------------------------------# order allow,deny allow from all Options +FollowSymlinks RewriteEngine On #Options -Indexes #disable directory browsing #----------------------------------------------------------------------------------------# #-----------------------------------SUB FOLDER INSTALLATIONS-------------------------------# # If you have installed floopo in a subfolder (example www.yourdomain.com/myblog) # You must edit the line below to include the folder name # EXAMPLE => RewriteBase /myblog RewriteBase / #----------------------------------------------------------------------------------------# #-----------------------------------Items to skip-----------------------------------------# RewriteRule \.(css|jpe?g|gif|png|flv|swf)$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #----------------------------------------------------------------------------------------# #Some "one" word links (must get these bofore member names - Add all generic pages here) #------------------------------------------------------------------------------------------------------------ #Folders RewriteRule ^plugins/([^/]*)$ plugins/$1 [L] #Plugins RewriteRule ^thirdparty/([^/]*)$ thirdparty/$1 [L] #Plugins RewriteRule ^themes/([^/]*)$ themes/$1 [L] #Themes RewriteRule ^lib/([^/]*)$ lib/$1 [L] #Lib RewriteRule ^content/([^/]*)$ content/$1 [L] #Content RewriteRule ^includes/([^/]*)$ includes/$1 [L] #Includes RewriteRule ^config/([^/]*)$ config/$1 [L] #Includes RewriteRule ^setup/([^/]*)$ setup/$1 [L] #Setup RewriteRule ^com/([^/]*)$ com/$1 [L] #Com RewriteRule ^lang/([^/]*)$ lang/$1 [L] #Lang RewriteRule ^notice$ index.php?option=com_notice¬ice=$1 [L] #Notices RewriteRule ^join$ index.php?option=com_register [L] #Join RewriteRule ^home$ index.php [L] #Home Page RewriteRule ^siteadmin/$ index.php?option=com_admin [L] #Site Admin RewriteRule ^siteadmin$ index.php?option=com_admin [L] #Site Admin RewriteRule ^pages/([^/]*)$ index.php?option=com_pages&load=$1 [L] #Usage Policy #Member Default (Text) stream #------------------------------------------------------------------------------------------------------------ RewriteRule ^([a-zA-Z0-9]+)$ index.php?option=com_text&stream=$1 [L] #username RewriteRule ^([a-zA-Z0-9]+)/$ index.php?option=com_text&stream=$1 [L] #username/ # Varoius Streams - with page numbers #------------------------------------------------------------------------------------------------------------ RewriteRule ^public_stream$ index.php?option=com_text&stream=$1&page=$2 [L] #Text Updates - paginated RewriteRule ^public/updates/search/([0-9]+)$ index.php?option=com_text&stream=public&page=$1&search=1 [L] #Text Search - paginated RewriteRule ^public/images/search/([0-9]+)$ index.php?option=com_images&stream=public&page=$1&search=1 [L] #Image Search - paginated RewriteRule ^([^/]*)/updates/([0-9]+)$ index.php?option=com_text&stream=$1&page=$2 [L] #Text Updates - paginated RewriteRule ^([^/]*)/images/([0-9]+)$ index.php?option=com_images&stream=$1&page=$2 [L] #Image Updates - paginated RewriteRule ^([^/]*)/updates/following/([0-9]+)$ index.php?option=com_text&stream=$1&type=following_updates&page=$2 [L] #Following Text Updates - paginated RewriteRule ^([^/]*)/images/following/([0-9]+)$ index.php?option=com_images&stream=$1&type=following_images&page=$2 [L] ##Following Image Updates - paginated RewriteRule ^([^/]*)/updates/favorites/([0-9]+)$ index.php?option=com_text&stream=$1&type=favorite_updates&page=$2 [L] #Favorite Text Updates - paginated RewriteRule ^([^/]*)/images/favorites/([0-9]+)$ index.php?option=com_images&stream=$1&type=favorite_images&page=$2 [L] #Favorite Image Updates - paginated # Varoius Streams - no page numbers #------------------------------------------------------------------------------------------------------------ RewriteRule ^([^/]*)/updates$ index.php?option=com_text&stream=$1 [L] #Text Updates RewriteRule ^([^/]*)/images$ index.php?option=com_images&stream=$1 [L] #Image Updates RewriteRule ^([^/]*)/updates/following$ index.php?option=com_text&stream=$1&type=following_updates [L] #Following Text Updates RewriteRule ^([^/]*)/images/following$ index.php?option=com_images&stream=$1&type=following_images [L] ##Following Image Updates RewriteRule ^([^/]*)/updates/favorites$ index.php?option=com_text&stream=$1&type=favorite_updates [L] #Favorite Text Updates RewriteRule ^([^/]*)/images/favorites$ index.php?option=com_images&stream=$1&type=favorite_images [L] #Favorite Image Updates #Followings - with page numbers #------------------------------------------------------------------------------------------------------------ RewriteRule ^([^/]*)/following/([0-9]+)$ index.php?option=com_following&stream=$1&type=1&page=$2 [L] #People a member is following - paginated RewriteRule ^([^/]*)/followers/([0-9]+)$ index.php?option=com_following&stream=$1&type=2&page=$2 [L] #People following a member - paginated #Followings - no page numbers #------------------------------------------------------------------------------------------------------------ RewriteRule ^([^/]*)/following$ index.php?option=com_following&stream=$1&type=1 [L] #People a member is following RewriteRule ^([^/]*)/followers$ index.php?option=com_following&stream=$1&type=2 [L] #People following a member #Members Account #------------------------------------------------------------------------------------------------------------ RewriteRule ^account/myaccount$ index.php?option=com_myaccount [L] #My Account RewriteRule ^account/myaccount/view$ index.php?option=com_myaccount&reset=1 [L] #My Account reset RewriteRule ^account/myaccount/profile$ index.php?option=com_myaccount&load=1 [L] #profile RewriteRule ^account/myaccount/changepassword$ index.php?option=com_myaccount&load=2 [L] #change password RewriteRule ^account/myaccount/preferences$ index.php?option=com_myaccount&load=3 [L] #preferences RewriteRule ^account/myaccount/avatar$ index.php?option=com_myaccount&load=4 [L] #profile RewriteRule ^account/myaccount/webprofile$ index.php?option=com_myaccount&load=5 [L] #profile RewriteRule ^account/myaccount/webprofile$ index.php?option=com_myaccount&load=6 [L] #profile RewriteRule ^account/myaccount/messages$ index.php?option=com_myaccount&load=6&box=1 [L] #Inbox RewriteRule ^account/myaccount/inbox$ index.php?option=com_myaccount&load=6&box=1 [L] #Inbox RewriteRule ^account/myaccount/sent$ index.php?option=com_myaccount&load=6&box=2 [L] #Sent email RewriteRule ^account/myaccount/new$ index.php?option=com_myaccount&load=6&box=3 [L] #Compose new email RewriteRule ^account/myaccount/customize$ index.php?option=com_myaccount&load=7 [L] #Compose new email RewriteRule ^account/logout$ index.php?option=com_login&logout=1 [L] #Logout #Replies - with page numbers #------------------------------------------------------------------------------------------------------------ RewriteRule ^([^/]*)/replies/updates/([^/]*)$ index.php?option=com_text&stream=$1&type=replies&page=$2 [L] #Text replies - paginated RewriteRule ^([^/]*)/replies/images/([^/]*)$ index.php?option=com_images&stream=$1&type=replies&page=$2 [L] #Image replies - paginated #Replies - no page numbers #------------------------------------------------------------------------------------------------------------ RewriteRule ^([^/]*)/replies/updates$ index.php?option=com_text&stream=$1&type=replies [L] #Text replies RewriteRule ^([^/]*)/replies/images$ index.php?option=com_images&stream=$1&type=replies [L] #Image replies #Add content #-------------------------------------------------------------------------------------------------------------- RewriteRule ^new/picture$ index.php?option=com_images&action=add [L] # Add new picture #--------------------------------------- SOME SIMPLE BLOCKS -----------------------------# RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteCond %{QUERY_STRING} SELECT(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} UNION(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteRule ^(.*)$ index.php [F,L] #--------------------------------------- END BLOCKS -------------------------------------# ErrorDocument 404 /404.php -------------- next part -------------- A non-text attachment was scrubbed... Name: admin.vcf Type: text/x-vcard Size: 960 bytes Desc: not available URL: From rodrigo at xnet.mx Thu Mar 17 09:46:39 2011 From: rodrigo at xnet.mx (rodrigo at xnet.mx) Date: Thu, 17 Mar 2011 14:46:39 +0000 Subject: [BlueOnyx:06728] Re: new build ISO shell based network issues? In-Reply-To: <201103170552.32220.mstauber@blueonyx.it> References: <000f01cbe45c$5bf52df0$13df89d0$@net><201103170552.32220.mstauber@blueonyx.it> Message-ID: <1455956486-1300373019-cardhu_decombobulator_blackberry.rim.net-1042800071-@bda758.bisx.prod.on.blackberry> Been somewhere near there burnt the cd again and all errors went away Hth Rodrigo o servicio email movil Blackberry by xnet.mx -----Original Message----- From: Michael Stauber Sender: blueonyx-bounces at blueonyx.it Date: Thu, 17 Mar 2011 05:52:31 To: BlueOnyx General Mailing List Reply-To: BlueOnyx General Mailing List Subject: [BlueOnyx:06714] Re: new build ISO shell based network issues? _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From jeffrey at px2co.net Thu Mar 17 09:48:18 2011 From: jeffrey at px2co.net (Jeffrey Pellin) Date: Thu, 17 Mar 2011 14:48:18 +0000 Subject: [BlueOnyx:06729] Re: .htaccess problems In-Reply-To: <4D821BCC.6000402@chautauqualake.net> References: <4D821BCC.6000402@chautauqualake.net> Message-ID: <41dd914b45ec38f390d662e4c791b03c@localhost> Hi Frank, Have you allowed these options to be overridden, if not you will get a 500 for sure. Go to GUI > Server management > Network Services > Web and allow the overrides, then the .htaccess will work. To do this on just a site by site basis or just for a single directory allow overides in the httpd includes for your site. Regards Jeffrey On Thu, 17 Mar 2011 10:33:48 -0400, Franklin S Werren wrote: > Hi All; > > I am trying to use one of the Twitter clones out there > and most of these come with an .htaccess file > and every time I try it I get the dreaded server error > in the domain I am working on.. > > Ideas ??? > > The .htaccess file listed below is from Floopo !! > > -- > Franklin S Werren admin at chautauqualake.net > www.chautauqualake.net > > Confidentiality Note: This email and any attachments are confidential and > may contain privileged information intended for the addressee(s) only. If > you are not the intended recipient, please notify us immediately and > remove the email and any attachments from your system without storing, > disclosing or copying all, or any part of it. The content of this email > and attachments may contain data that falls within the scope of the Data > Protection Act 1998. The unauthorized opening, use, recording, disclosure, > copying or alteration of this message is strictly forbidden under the Data > Protection Act 1998. > > > > > #***************************************************************************************** > # Copyright (c) 2009 All rights reserved. > #***************************************************************************************** > > > #----------------------------------START------------------------------------------------# > > order allow,deny > allow from all > > Options +FollowSymlinks > RewriteEngine On > #Options -Indexes #disable directory browsing > #----------------------------------------------------------------------------------------# > > > > > > #-----------------------------------SUB FOLDER > INSTALLATIONS-------------------------------# > > # If you have installed floopo in a subfolder (example > www.yourdomain.com/myblog) > # You must edit the line below to include the folder name # EXAMPLE => > RewriteBase /myblog > > RewriteBase / > > #----------------------------------------------------------------------------------------# > > > > > > > > #-----------------------------------Items to > skip-----------------------------------------# > RewriteRule \.(css|jpe?g|gif|png|flv|swf)$ - [L] > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > #----------------------------------------------------------------------------------------# > > > #Some "one" word links (must get these bofore member names - Add all > generic pages here) > #------------------------------------------------------------------------------------------------------------ > #Folders > RewriteRule ^plugins/([^/]*)$ plugins/$1 [L] #Plugins > RewriteRule ^thirdparty/([^/]*)$ thirdparty/$1 [L] #Plugins > RewriteRule ^themes/([^/]*)$ themes/$1 [L] #Themes > RewriteRule ^lib/([^/]*)$ lib/$1 [L] #Lib > RewriteRule ^content/([^/]*)$ content/$1 [L] #Content > RewriteRule ^includes/([^/]*)$ includes/$1 [L] #Includes > RewriteRule ^config/([^/]*)$ config/$1 [L] #Includes > RewriteRule ^setup/([^/]*)$ setup/$1 [L] #Setup > RewriteRule ^com/([^/]*)$ com/$1 [L] #Com > RewriteRule ^lang/([^/]*)$ lang/$1 [L] #Lang > RewriteRule ^notice$ index.php?option=com_notice¬ice=$1 [L] #Notices > > > > RewriteRule ^join$ index.php?option=com_register [L] #Join > RewriteRule ^home$ index.php [L] #Home Page > RewriteRule ^siteadmin/$ index.php?option=com_admin [L] #Site Admin > RewriteRule ^siteadmin$ index.php?option=com_admin [L] #Site Admin > RewriteRule ^pages/([^/]*)$ index.php?option=com_pages&load=$1 [L] #Usage > Policy > > > > #Member Default (Text) stream > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^([a-zA-Z0-9]+)$ index.php?option=com_text&stream=$1 [L] > #username > RewriteRule ^([a-zA-Z0-9]+)/$ index.php?option=com_text&stream=$1 [L] > #username/ > > > > # Varoius Streams - with page numbers > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^public_stream$ index.php?option=com_text&stream=$1&page=$2 [L] > #Text Updates - paginated > RewriteRule ^public/updates/search/([0-9]+)$ > index.php?option=com_text&stream=public&page=$1&search=1 [L] #Text Search > - paginated > RewriteRule ^public/images/search/([0-9]+)$ > index.php?option=com_images&stream=public&page=$1&search=1 [L] #Image > Search - paginated > RewriteRule ^([^/]*)/updates/([0-9]+)$ > index.php?option=com_text&stream=$1&page=$2 [L] #Text Updates - paginated > RewriteRule ^([^/]*)/images/([0-9]+)$ > index.php?option=com_images&stream=$1&page=$2 [L] #Image Updates - > paginated > RewriteRule ^([^/]*)/updates/following/([0-9]+)$ > index.php?option=com_text&stream=$1&type=following_updates&page=$2 [L] > #Following Text Updates > - paginated > RewriteRule ^([^/]*)/images/following/([0-9]+)$ > index.php?option=com_images&stream=$1&type=following_images&page=$2 [L] > ##Following Image > Updates - paginated > RewriteRule ^([^/]*)/updates/favorites/([0-9]+)$ > index.php?option=com_text&stream=$1&type=favorite_updates&page=$2 [L] > #Favorite Text Updates - > paginated > RewriteRule ^([^/]*)/images/favorites/([0-9]+)$ > index.php?option=com_images&stream=$1&type=favorite_images&page=$2 [L] > #Favorite Image Updates - > paginated > > > # Varoius Streams - no page numbers > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^([^/]*)/updates$ index.php?option=com_text&stream=$1 [L] #Text > Updates > RewriteRule ^([^/]*)/images$ index.php?option=com_images&stream=$1 [L] > #Image Updates > RewriteRule ^([^/]*)/updates/following$ > index.php?option=com_text&stream=$1&type=following_updates [L] #Following > Text Updates > RewriteRule ^([^/]*)/images/following$ > index.php?option=com_images&stream=$1&type=following_images [L] > ##Following Image Updates > RewriteRule ^([^/]*)/updates/favorites$ > index.php?option=com_text&stream=$1&type=favorite_updates [L] #Favorite > Text Updates > RewriteRule ^([^/]*)/images/favorites$ > index.php?option=com_images&stream=$1&type=favorite_images [L] #Favorite > Image Updates > > > > #Followings - with page numbers > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^([^/]*)/following/([0-9]+)$ > index.php?option=com_following&stream=$1&type=1&page=$2 [L] #People a > member is following - paginated > RewriteRule ^([^/]*)/followers/([0-9]+)$ > index.php?option=com_following&stream=$1&type=2&page=$2 [L] #People > following a member - paginated > > > #Followings - no page numbers > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^([^/]*)/following$ > index.php?option=com_following&stream=$1&type=1 [L] #People a member is > following > RewriteRule ^([^/]*)/followers$ > index.php?option=com_following&stream=$1&type=2 [L] #People following a > member > > > > #Members Account > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^account/myaccount$ index.php?option=com_myaccount [L] #My > Account > RewriteRule ^account/myaccount/view$ index.php?option=com_myaccount&reset=1 > [L] #My Account reset > RewriteRule ^account/myaccount/profile$ > index.php?option=com_myaccount&load=1 [L] #profile > RewriteRule ^account/myaccount/changepassword$ > index.php?option=com_myaccount&load=2 [L] #change password > RewriteRule ^account/myaccount/preferences$ > index.php?option=com_myaccount&load=3 [L] #preferences > RewriteRule ^account/myaccount/avatar$ > index.php?option=com_myaccount&load=4 [L] #profile > RewriteRule ^account/myaccount/webprofile$ > index.php?option=com_myaccount&load=5 [L] #profile > RewriteRule ^account/myaccount/webprofile$ > index.php?option=com_myaccount&load=6 [L] #profile > RewriteRule ^account/myaccount/messages$ > index.php?option=com_myaccount&load=6&box=1 [L] #Inbox > RewriteRule ^account/myaccount/inbox$ > index.php?option=com_myaccount&load=6&box=1 [L] #Inbox > RewriteRule ^account/myaccount/sent$ > index.php?option=com_myaccount&load=6&box=2 [L] #Sent email > RewriteRule ^account/myaccount/new$ > index.php?option=com_myaccount&load=6&box=3 [L] #Compose new email > RewriteRule ^account/myaccount/customize$ > index.php?option=com_myaccount&load=7 [L] #Compose new email > RewriteRule ^account/logout$ index.php?option=com_login&logout=1 [L] > #Logout > > > #Replies - with page numbers > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^([^/]*)/replies/updates/([^/]*)$ > index.php?option=com_text&stream=$1&type=replies&page=$2 [L] #Text replies > - paginated > RewriteRule ^([^/]*)/replies/images/([^/]*)$ > index.php?option=com_images&stream=$1&type=replies&page=$2 [L] #Image > replies - paginated > > > > #Replies - no page numbers > #------------------------------------------------------------------------------------------------------------ > RewriteRule ^([^/]*)/replies/updates$ > index.php?option=com_text&stream=$1&type=replies [L] #Text replies > RewriteRule ^([^/]*)/replies/images$ > index.php?option=com_images&stream=$1&type=replies [L] #Image replies > > > #Add content > #-------------------------------------------------------------------------------------------------------------- > RewriteRule ^new/picture$ index.php?option=com_images&action=add [L] # Add > new picture > > > #--------------------------------------- SOME SIMPLE BLOCKS > -----------------------------# > RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] > RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] > RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) > RewriteCond %{QUERY_STRING} SELECT(=|\[|\%[0-9A-Z]{0,2}) [OR] > RewriteCond %{QUERY_STRING} UNION(=|\[|\%[0-9A-Z]{0,2}) [OR] > RewriteRule ^(.*)$ index.php [F,L] > #--------------------------------------- END BLOCKS > -------------------------------------# > > ErrorDocument 404 /404.php From mstauber at blueonyx.it Thu Mar 17 10:23:47 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Thu, 17 Mar 2011 16:23:47 +0100 Subject: [BlueOnyx:06730] Re: new build ISO shell based network issues? In-Reply-To: <000c01cbe4ab$7789c810$669d5830$@net> References: <000f01cbe45c$5bf52df0$13df89d0$@net> <201103170552.32220.mstauber@blueonyx.it> <000c01cbe4ab$7789c810$669d5830$@net> Message-ID: <201103171623.48539.mstauber@blueonyx.it> Hi Roy, > I was just doing SU and then running ?setup? like I remember from my cobalt > days, and possibly even BQ. I'm sorry to say it, but then you didn't follow the usual procedures: 1.) Install from the iso and reboot. 2.) At the login prompt and before login it tells you to login as "root" with password "blueonyx". 3.) Once you logged in that way, the interactive setup starts and will guide you through the network setup. You probably bypassed this procedure by logging in as "admin" and then fiddled around with legacy tools such as "setup", which is not the supported way of doing things. If you bypass the interactive setup built into BlueOnyx (it gets executed the first time you log in as "root"), then all bets are off. This interactive setup does a lot more than to configure the network settings, as it also restarts services and populates CCE with some important information. So if you detour from that path, then quite a few things won't work as intended. > You?d think that if ?setup? no longer works properly as Chris suggested, > it shouldn?t be there. It is there for a reason, which is also true for quite a few other system tools which rarely get used. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From rurick at usa.net Thu Mar 17 11:33:43 2011 From: rurick at usa.net (Roy Urick) Date: Thu, 17 Mar 2011 12:33:43 -0400 Subject: [BlueOnyx:06731] Re: new build ISO shell based network issues? In-Reply-To: <201103171623.48539.mstauber@blueonyx.it> References: <000f01cbe45c$5bf52df0$13df89d0$@net> <201103170552.32220.mstauber@blueonyx.it> <000c01cbe4ab$7789c810$669d5830$@net> <201103171623.48539.mstauber@blueonyx.it> Message-ID: <004f01cbe4c1$14b9e7e0$3e2db7a0$@net> I followed all steps as you indicated were proper. The problem was during the move from my office to our colo facility when I would use the legacy setup utility. My bad. Now that I know to use the proper script I think I?ll be OK. Just to clarify if I wanted to use the correct shell config script I would kick off ?/root/network_settings.sh?? Thanks again for your hard work! Also check your customer service email. I asked a question via your web form (https://www.solarspeed.net/contact-form.php) a day or two ago and haven?t heard anything back. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Thursday, March 17, 2011 11:24 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06730] Re: new build ISO shell based network issues? Hi Roy, > I was just doing SU and then running ?setup? like I remember from my cobalt > days, and possibly even BQ. I'm sorry to say it, but then you didn't follow the usual procedures: 1.) Install from the iso and reboot. 2.) At the login prompt and before login it tells you to login as "root" with password "blueonyx". 3.) Once you logged in that way, the interactive setup starts and will guide you through the network setup. You probably bypassed this procedure by logging in as "admin" and then fiddled around with legacy tools such as "setup", which is not the supported way of doing things. If you bypass the interactive setup built into BlueOnyx (it gets executed the first time you log in as "root"), then all bets are off. This interactive setup does a lot more than to configure the network settings, as it also restarts services and populates CCE with some important information. So if you detour from that path, then quite a few things won't work as intended. > You?d think that if ?setup? no longer works properly as Chris suggested, > it shouldn?t be there. It is there for a reason, which is also true for quite a few other system tools which rarely get used. -- With best regards Michael Stauber .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From cobaltfacts at virtbiz.com Thu Mar 17 11:48:30 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Thu, 17 Mar 2011 11:48:30 -0500 Subject: [BlueOnyx:06732] Re: new build ISO shell based network issues? In-Reply-To: <000c01cbe4ab$7789c810$669d5830$@net> References: <000f01cbe45c$5bf52df0$13df89d0$@net> <201103170552.32220.mstauber@blueonyx.it> <000c01cbe4ab$7789c810$669d5830$@net> Message-ID: <4D823B5E.2050701@virtbiz.com> Roy Urick wrote: > I was just doing SU and then running ???setup??? like I remember from my > cobalt days, and possibly even BQ. Hard to say since its been years > since I last deployed one of these boxes when it last worked. Ah, this could be the issue. When you complete the install from the CD it will prompt you to reboot once the install is completed. Then once the system fully boots it gets to a login prompt and asks you to log in as "root" and "blueonyx". Once you do, it will launch into the initial interactive setup script to set IP, gateway, netmask and a DNS server. Fill all that in and it will load it to the correct places and then restart network when it's done to load in the new config. Once that's complete it will give you the prompt to choose if you'd like to immediately fetch the latest YUM update or not. (I generally choose to do that). > You???d think that if ???setup??? no longer works properly as Chris > suggested, it shouldn???t be there. Or if it needed to be around it > would cause the proper setup program to kick off. Some of the legacy things are there because they're hidden in the background of other functions or script calls. Other times it's because they're a part of the CentOS distribution that can't be easily trimmed away without causing other problems. Generally though, so long as you stick with using the correct scripts you shouldn't run into trouble. Actually, this is the first time I've read of this particular issue! -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From dw at abadata.com Thu Mar 17 12:51:52 2011 From: dw at abadata.com (David Wineman) Date: Thu, 17 Mar 2011 12:51:52 -0500 Subject: [BlueOnyx:06733] Open Web Mail In-Reply-To: References: Message-ID: <20110317174855.M35241@abadata.com> Has anyone experienced problems with the vacation message of OpenWebMail? We can't get it to work. I have done a (very) little research and it seems like this might be due to a kernal conflict. Any work arounds or suggestions would be greatly appreciated. Thanks... From cobaltfacts at virtbiz.com Thu Mar 17 13:06:05 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Thu, 17 Mar 2011 13:06:05 -0500 Subject: [BlueOnyx:06734] Re: Open Web Mail In-Reply-To: <20110317174855.M35241@abadata.com> References: <20110317174855.M35241@abadata.com> Message-ID: <4D824D8D.6010806@virtbiz.com> David Wineman wrote: > Has anyone experienced problems with the vacation message of OpenWebMail? > We can't get it to work. I have done a (very) little research and it seems > like this might be due to a kernal conflict. Any work arounds or > suggestions would be greatly appreciated. The more accurate question could be "Has anyone NOT experienced problems with the vacation message of OpenWebMail?" My best advice is to not use it, but rather use the same functionality that exists from within BlueOnyx. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From dmobley at uhostme.com Thu Mar 17 13:47:49 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Thu, 17 Mar 2011 14:47:49 -0400 Subject: [BlueOnyx:06735] Re: Open Web Mail In-Reply-To: <20110317174855.M35241@abadata.com> References: <20110317174855.M35241@abadata.com> Message-ID: <009501cbe4d3$d0d0ac40$727204c0$@com> > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of David Wineman > Sent: Thursday, March 17, 2011 1:52 PM > To: blueonyx at blueonyx.it > Subject: [BlueOnyx:06733] Open Web Mail > > Has anyone experienced problems with the vacation message of OpenWebMail? > We can't get it to work. I have done a (very) little research and it > seems like this might be due to a kernal conflict. Any work arounds or > suggestions would be greatly appreciated. As Chris suggests, use the built in BlueOnyx vacation message tools in the user profile in the GUI, as well as users wanting to set a forwarding email address. Turn OFF the user's ability to even dabble with the OWM vacation message and email forwarding by setting these flags: enable_autoreply no and enable_setforward no in /location-of-openwebmail-files/openwebmail/etc/defaults/openwebmail.conf These options will be taken out of the Preferences section in OWM. Result: No more scrogged .forward and .vacation_msg vs. .vacation.msg files. Perhaps the BX vendors who sell OWM packages should set those two flags to know and this topic should go away for good. Not that it's a bad thing to seek advice. :-) From gkuhnert at compassnetworks.com.au Thu Mar 17 15:44:42 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Fri, 18 Mar 2011 07:44:42 +1100 Subject: [BlueOnyx:06736] Re: [bluequartz] Re: cced gone wild In-Reply-To: References: Message-ID: <4D8272BA.4060803@compassnetworks.com.au> Hi Abdul... On 17/03/2011 11:06 PM, Abdul Rashid Abdullah wrote: > I should mention that I did run the script from Greg and that didn't > indicate any issues. So I am not sure what else to do to test the > integrity > of the cced database. Can I ask you to try something simple: echo 'find fail_hosts blocking = "1"' | /usr/sausalito/bin/cceclient This is a cce command that is normally part of DFIX - Issue this on your server. I am curious if you get an immediate answer to this query, or if it "hangs" without providing a response. Regards, Greg. From webmaster at muntada.com Thu Mar 17 17:26:26 2011 From: webmaster at muntada.com (MuntadaNet Webmaster) Date: Thu, 17 Mar 2011 18:26:26 -0400 Subject: [BlueOnyx:06737] Re: [bluequartz] Re: cced gone wild In-Reply-To: <4D8272BA.4060803@compassnetworks.com.au> References: <4D8272BA.4060803@compassnetworks.com.au> Message-ID: <0LI800AHS4WTH760@vms173003.mailsrvcs.net> Greg, It is indeed hanging: [root at baraka ~]# echo 'find fail_hosts blocking = "1"' | /usr/sausalito/bin/cceclient 100 CSCP/0.80 200 READY It just stays there and does nothing. -Rashid At 04:44 PM 3/17/2011, you wrote: >Hi Abdul... > >On 17/03/2011 11:06 PM, Abdul Rashid Abdullah wrote: > > I should mention that I did run the script from Greg and that didn't > > indicate any issues. So I am not sure what else to do to test the > > integrity > > of the cced database. > >Can I ask you to try something simple: > >echo 'find fail_hosts blocking = "1"' | /usr/sausalito/bin/cceclient > >This is a cce command that is normally part of DFIX - Issue this on your >server. I am curious if you get an immediate answer to this query, or if >it "hangs" without providing a response. > >Regards, >Greg. >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx From webmaster at muntada.com Thu Mar 17 17:28:04 2011 From: webmaster at muntada.com (MuntadaNet Webmaster) Date: Thu, 17 Mar 2011 18:28:04 -0400 Subject: [BlueOnyx:06738] Re: cced gone wild In-Reply-To: References: <07f02d64fdfcebb8e58947f62971918b@localhost> <4D82088A.5040305@virtbiz.com> Message-ID: <0LI800AHT4WUH760@vms173003.mailsrvcs.net> Jeff, Still good info nevertheless! Thanks Chris. They already hooked me up when I need to cycle the power. I figured this was one for the collective. Regards, Rashid At 09:41 AM 3/17/2011, you wrote: >Hi Chris - you're right I did ask! > >BTW a solution that means both we and our clients are completely unaware of >any issues or service problems sounds pretty damn good to me and far from >imperfect. > >I'm sorry Rashid - but maybe the techniques that Chris used to keep our >server up might help. > >Regards > >Jeffrey > > >On Thu, 17 Mar 2011 08:11:38 -0500, Chris Gebhardt - VIRTBIZ Internet > wrote: > > Jeffrey Pellin wrote: > >> This might not be the same thing but we had a similar problem with lots > >> of > >> processes bringing down one of our BO v-servers. > >> > >> Our Aventurine box is with Chris over at Virtbiz and it appears that one > >> of > >> his excellent team nailed the problem, as we haven't had an issue for > >> some > >> time. I never thought to ask Chris what it was. > >> > >> If it's the same thing maybe he'll post. > > > > Hi Jeffrey, > > Ah yes, this would be our old Albatros, right? :) I just had a quick > > look back at the history on this one and it looks like it wasn't exactly > > the same issue. On your box it was Apache instead of cced.init. What > > would happen is that Apache would get hammered and then get very out of > > sorts to the point that it begins to block network traffic for the > > entire host (not just the VPS). Restarting Apache on the affected VPS > > seems to cure the symptom. > > > > We tightened up some web security and that seemed to bring the number > > incidents down significantly but not entirely. We also loaded in a > > quick script to watch for network to fail and if it does, issue a > > restart for Apache. It looks like that restart is happening about once > > every 1.5 days or so. An imperfect solution, to be sure, but the > > system continues to run. > > > > As a failsafe, we've also got the physical system monitored and if > > network goes AWOL on it for more than 5 minutes the box gets > > power-cycled by the PDU. The 5 minute window leaves time for things > > like intentional reboots. > > > > I don't think the above will help Rashid with his issue, but since you > > asked... I told. ;) >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx From maronoff at gmail.com Fri Mar 18 19:17:32 2011 From: maronoff at gmail.com (Michael Aronoff) Date: Fri, 18 Mar 2011 17:17:32 -0700 Subject: [BlueOnyx:06739] Re: [bluequartz] Re: cced gone wild In-Reply-To: <0LI800AHS4WTH760@vms173003.mailsrvcs.net> References: <4D8272BA.4060803@compassnetworks.com.au> <0LI800AHS4WTH760@vms173003.mailsrvcs.net> Message-ID: <000601cbe5cb$0bcbab90$236302b0$@gmail.com> Sorry I am late to this thread, but I was not sure at first if my problem and yours were related. I had a similar problem that turned out to be related to pam_abl. It seemed that pam_abl was not purging it's blacklist history properly so as it tried to do its thing cce was hanging. Your problem seems a little different but try the following anyway. It came from Michael @ Solarspeed As root and from the console run this command: /etc/init.d/pam_abl status It should show a list of blocked hosts and users and also the date and time of the events. Check this output for two things: a) You should see no error message that indicate a corruption of the PAM_ABL database. b) You should see no events older than say a week. If you see events older than a week OR get an error message that indicates a corruption of the PAM_ABL database. Like in the case that I had recently, the corruption of the database no longer allowed removal of old records, so the PAM_ABL lists got so long that the GUI literally choked on processing and displaying them. To fix this issue run these two commands: rm /var/lib/abl/hosts.db rm /var/lib/abl/users.db That will delete the PAM_ABL databases. They will get recreated automatically, so no worries there. Then restart CCEd for good measure and check the PAM_ABL blocks again in the GUI: /etc/init.d/cced.init restart (this part is important!, cced is not updated about the fix until after it tries to sync with the pam_abl database, so go to the GUI , under security, failed logins. It might take a moment to come up, that is cced syncing to the now empty pam_abl) I had corrupted pam_abl databases on 3 out of 4 of my BX servers. This fixed them right up. Hope it helps you. M Aronoff Out From rc at probass.com Thu Mar 17 20:21:05 2011 From: rc at probass.com (Richard Barker) Date: Thu, 17 Mar 2011 21:21:05 -0400 Subject: [BlueOnyx:06740] Mysql Message-ID: <4D82B381.6050209@probass.com> I did a new install from the latest iso and all went great but I am unable to change the mysql password, I did it multiple times and from the cli still uses no password. Does anyone have any ideas what might be the issue? Thanks in advance. RC From chuck at tetlow.net Thu Mar 17 21:02:01 2011 From: chuck at tetlow.net (Chuck Tetlow) Date: Thu, 17 Mar 2011 20:02:01 -0600 Subject: [BlueOnyx:06741] Re: Mysql In-Reply-To: <4D82B381.6050209@probass.com> References: <4D82B381.6050209@probass.com> Message-ID: <20110318013550.M10754@tetlow.net> When you first load the box - there is no MySQL root user password.? In the GUI - leave that "Current Password" block blank and put in the new password you want for the root MySQL user. If that doesn't work - you might have accidentally put in a password and now don't know what it is.? In that case, change it from the command line.? As root - use the commands service mysqld stop /usr/bin/mysqld_safe?? --datadir="$datadir" --socket="$socketfile" --log-error="$errlogfile" --pid-file="$mypidfile" ?skip-grant-tables >/dev/null 2>&1 & Make sure that command is all on one line - or it won't work. mysqladmin -u root password ?mynewpassword? Be sure you use single quotes around that new password like 'mynewpassword'.? Then simply restart the MySQL server with "service mysqld restart". Test to be sure you can get in with the new password by accessing the MySQL client from the command line with "mysql -u root -p".? The client will prompt you for the root user's password.? If you successfully get in to the MySQL prompt like mysql> -- you were successful.? Get out using the command "exit" and you've got a new MySQL root user password. Now go into the GUI and attempt to change the password.? Use that password as the "Current Password", and put in a new password in the two blanks. And you're done! Good luck. Chuck ---------- Original Message ----------- From: Richard Barker To: "'BlueOnyx General Mailing List'" Sent: Thu, 17 Mar 2011 21:21:05 -0400 Subject: [BlueOnyx:06740] ?Mysql > I did a new install from the latest iso and all went great but I am > unable to change the mysql password, > I did it multiple times and from the cli still uses no password. > > Does anyone have any ideas what might be the issue? > > Thanks in advance. > RC > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx ------- End of Original Message ------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From webmaster at muntada.com Fri Mar 18 04:31:19 2011 From: webmaster at muntada.com (MuntadaNet Webmaster) Date: Fri, 18 Mar 2011 05:31:19 -0400 Subject: [BlueOnyx:06742] Re: cced gone wild In-Reply-To: <000601cbe5cb$0bcbab90$236302b0$@gmail.com> References: <4D8272BA.4060803@compassnetworks.com.au> <0LI800AHS4WTH760@vms173003.mailsrvcs.net> <000601cbe5cb$0bcbab90$236302b0$@gmail.com> Message-ID: <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> Thanks Michael Arnoff and Michael Stauber for this. Unfortunately, it did not work but I do have some observations. First, I really didn't see anything wrong with the output. However, just for the heck, I did go ahead and delete the two databases. When I went to the GUI, it just hung there. It never showed anything and what I noticed is that immediately, I got several cced processes showing up. So although it didn't fix the issue, it did reveal yet another symptom. Regards, Rashid At 08:17 PM 3/18/2011, you wrote: >Sorry I am late to this thread, but I was not sure at first if my problem >and yours were related. > >I had a similar problem that turned out to be related to pam_abl. It seemed >that pam_abl was not purging it's blacklist history properly so as it tried >to do its thing cce was hanging. > >Your problem seems a little different but try the following anyway. It came >from Michael @ Solarspeed > >As root and from the console run this command: > >/etc/init.d/pam_abl status > >It should show a list of blocked hosts and users and also the date and time >of the events. Check this output for two things: > >a) You should see no error message that indicate a corruption of the PAM_ABL >database. > >b) You should see no events older than say a week. > >If you see events older than a week OR get an error message that indicates a >corruption of the PAM_ABL database. Like in the case that I had recently, >the corruption of the database no longer allowed removal of old records, so >the PAM_ABL lists got so long that the GUI literally choked on processing >and displaying them. > >To fix this issue run these two commands: > >rm /var/lib/abl/hosts.db >rm /var/lib/abl/users.db > >That will delete the PAM_ABL databases. They will get recreated >automatically, so no worries there. > >Then restart CCEd for good measure and check the PAM_ABL blocks again in the >GUI: >/etc/init.d/cced.init restart >(this part is important!, cced is not updated about the fix until after it >tries to sync with the pam_abl database, so go to the GUI , under security, >failed logins. It might take a moment to come up, that is cced syncing to >the now empty pam_abl) > >I had corrupted pam_abl databases on 3 out of 4 of my BX servers. This fixed >them right up. > >Hope it helps you. > >M Aronoff Out > > > >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx From Kit at simplysites.net Fri Mar 18 06:34:54 2011 From: Kit at simplysites.net (Kit Wong) Date: Fri, 18 Mar 2011 11:34:54 +0000 Subject: [BlueOnyx:06743] broken dns in gui Message-ID: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeffrey at px2co.net Fri Mar 18 06:50:25 2011 From: jeffrey at px2co.net (Jeffrey Pellin) Date: Fri, 18 Mar 2011 11:50:25 +0000 Subject: [BlueOnyx:06744] Re: broken dns in gui In-Reply-To: References: Message-ID: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit -------------- next part -------------- An HTML attachment was scrubbed... URL: From Kit at simplysites.net Fri Mar 18 07:19:59 2011 From: Kit at simplysites.net (Kit Wong) Date: Fri, 18 Mar 2011 12:19:59 +0000 Subject: [BlueOnyx:06745] Re: broken dns in gui In-Reply-To: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> References: , <4771c52a4cb15c0387c51d77cb5a92cc@localhost> Message-ID: Just tried with Chrome, Firefox, IE and Safari and it all acts the same way. Any other ideas? ________________________________ From: blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On Behalf Of Jeffrey Pellin [jeffrey at px2co.net] Sent: 18 March 2011 11:50 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06744] Re: broken dns in gui I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the ?Apply Changes Now? button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit -------------- next part -------------- An HTML attachment was scrubbed... URL: From hsesma at gmail.com Fri Mar 18 09:54:28 2011 From: hsesma at gmail.com (Hugo Sesma) Date: Fri, 18 Mar 2011 08:54:28 -0600 Subject: [BlueOnyx:06746] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> Message-ID: Hi, test the DNS server status /etc/init.d/named status if it is down try /etc/init.d/named start or try /etc/init.d/named restart if any error are loged try to check the configuration may be some registers or cnames are in conflict. Regards. On Fri, Mar 18, 2011 at 6:19 AM, Kit Wong wrote: > Just tried with Chrome, Firefox, IE and Safari and it all acts the same > way. Any other ideas? > > ------------------------------ > *From:* blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On > Behalf Of Jeffrey Pellin [jeffrey at px2co.net] > *Sent:* 18 March 2011 11:50 > *To:* BlueOnyx General Mailing List > *Subject:* [BlueOnyx:06744] Re: broken dns in gui > > I've seen something similar using Chrome to browse, but it disappeared > on IE (shudder). > > Regards > > Jeffrey > > On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong wrote: > > Hi All > > > > I have been having problems with the DNS GUI in a BQ server. Basically when > I change anything in there the ?Apply Changes Now? button never becomes > clickable. > > > > Has anyone had this before and how do I set about fixing it? > > > > Thanks in advance > > > Kit > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Kit at simplysites.net Fri Mar 18 10:25:03 2011 From: Kit at simplysites.net (Kit Wong) Date: Fri, 18 Mar 2011 15:25:03 +0000 Subject: [BlueOnyx:06747] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> Message-ID: Hi Hugo Named is running [root at server3030 ~]# service named status number of zones: 180 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running named (pid 22036) is running... What is happening is whenever I modify the DNS with the GUI the "Apply Changes Now" button is not clickable. Not too sure what scripts that particular button runs, but if I can manually run it in the root then I suppose I will not need that "Button" fixed. Regards Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Hugo Sesma Sent: 18 March 2011 14:54 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06746] Re: broken dns in gui Hi, test the DNS server status /etc/init.d/named status if it is down try /etc/init.d/named start or try /etc/init.d/named restart if any error are loged try to check the configuration may be some registers or cnames are in conflict. Regards. On Fri, Mar 18, 2011 at 6:19 AM, Kit Wong > wrote: Just tried with Chrome, Firefox, IE and Safari and it all acts the same way. Any other ideas? ________________________________ From: blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On Behalf Of Jeffrey Pellin [jeffrey at px2co.net] Sent: 18 March 2011 11:50 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06744] Re: broken dns in gui I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong > wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From rodrigo at xnet.mx Fri Mar 18 10:57:44 2011 From: rodrigo at xnet.mx (rodrigo at xnet.mx) Date: Fri, 18 Mar 2011 15:57:44 +0000 Subject: [BlueOnyx:06748] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> Message-ID: <1178627013-1300463682-cardhu_decombobulator_blackberry.rim.net-1552410901-@bda758.bisx.prod.on.blackberry> What about a restart if no this might help too /etc/init.d/cced.init restart Hth Rodrigo o servicio email movil Blackberry by xnet.mx -----Original Message----- From: Kit Wong Sender: blueonyx-bounces at blueonyx.it Date: Fri, 18 Mar 2011 15:25:03 To: BlueOnyx General Mailing List Reply-To: BlueOnyx General Mailing List Subject: [BlueOnyx:06747] Re: broken dns in gui _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dmobley at uhostme.com Fri Mar 18 11:02:24 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Fri, 18 Mar 2011 12:02:24 -0400 Subject: [BlueOnyx:06749] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> Message-ID: <006301cbe585$df774da0$9e65e8e0$@com> Have you tried a reboot? From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Kit Wong Sent: Friday, March 18, 2011 11:25 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06747] Re: broken dns in gui Hi Hugo Named is running [root at server3030 ~]# service named status number of zones: 180 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running named (pid 22036) is running... What is happening is whenever I modify the DNS with the GUI the "Apply Changes Now" button is not clickable. Not too sure what scripts that particular button runs, but if I can manually run it in the root then I suppose I will not need that "Button" fixed. Regards Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Hugo Sesma Sent: 18 March 2011 14:54 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06746] Re: broken dns in gui Hi, test the DNS server status /etc/init.d/named status if it is down try /etc/init.d/named start or try /etc/init.d/named restart if any error are loged try to check the configuration may be some registers or cnames are in conflict. Regards. On Fri, Mar 18, 2011 at 6:19 AM, Kit Wong wrote: Just tried with Chrome, Firefox, IE and Safari and it all acts the same way. Any other ideas? _____ From: blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On Behalf Of Jeffrey Pellin [jeffrey at px2co.net] Sent: 18 March 2011 11:50 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06744] Re: broken dns in gui I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From Kit at simplysites.net Fri Mar 18 11:08:07 2011 From: Kit at simplysites.net (Kit Wong) Date: Fri, 18 Mar 2011 16:08:07 +0000 Subject: [BlueOnyx:06750] Re: broken dns in gui In-Reply-To: <1178627013-1300463682-cardhu_decombobulator_blackberry.rim.net-1552410901-@bda758.bisx.prod.on.blackberry> References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <1178627013-1300463682-cardhu_decombobulator_blackberry.rim.net-1552410901-@bda758.bisx.prod.on.blackberry> Message-ID: The server has restarted many times. Issuing the command below still does not make the Apply Changes Now button work. I added a new record into the gui (DNS Primary Service List) but even doing a cced.init restart and named restart the changes do not show up even when I do Dig domain doesn't show my new A record Nslookup domain cannot find it Host domain cannot find it -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of rodrigo at xnet.mx Sent: 18 March 2011 15:58 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06748] Re: broken dns in gui What about a restart if no this might help too /etc/init.d/cced.init restart Hth Rodrigo o servicio email movil Blackberry by xnet.mx -----Original Message----- From: Kit Wong Sender: blueonyx-bounces at blueonyx.it Date: Fri, 18 Mar 2011 15:25:03 To: BlueOnyx General Mailing List Reply-To: BlueOnyx General Mailing List Subject: [BlueOnyx:06747] Re: broken dns in gui _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From Kit at simplysites.net Fri Mar 18 11:11:10 2011 From: Kit at simplysites.net (Kit Wong) Date: Fri, 18 Mar 2011 16:11:10 +0000 Subject: [BlueOnyx:06751] Re: broken dns in gui In-Reply-To: <006301cbe585$df774da0$9e65e8e0$@com> References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: Hi Darrell This problem has been going on for quite a while and the server has been rebooted many times. I just ignored it as I was not modifying dns records for a while. So..... Add A record to Dns gui Apply Changes Now doesn't light up Dig www.domain.com no A record Nslookup www.Domain.com No record Host www.domain.com no record The new A record does show up within the DNS Primary Service List GUI Thanks Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Darrell D. Mobley Sent: 18 March 2011 16:02 To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06749] Re: broken dns in gui Have you tried a reboot? From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Kit Wong Sent: Friday, March 18, 2011 11:25 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06747] Re: broken dns in gui Hi Hugo Named is running [root at server3030 ~]# service named status number of zones: 180 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running named (pid 22036) is running... What is happening is whenever I modify the DNS with the GUI the "Apply Changes Now" button is not clickable. Not too sure what scripts that particular button runs, but if I can manually run it in the root then I suppose I will not need that "Button" fixed. Regards Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Hugo Sesma Sent: 18 March 2011 14:54 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06746] Re: broken dns in gui Hi, test the DNS server status /etc/init.d/named status if it is down try /etc/init.d/named start or try /etc/init.d/named restart if any error are loged try to check the configuration may be some registers or cnames are in conflict. Regards. On Fri, Mar 18, 2011 at 6:19 AM, Kit Wong > wrote: Just tried with Chrome, Firefox, IE and Safari and it all acts the same way. Any other ideas? ________________________________ From: blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On Behalf Of Jeffrey Pellin [jeffrey at px2co.net] Sent: 18 March 2011 11:50 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06744] Re: broken dns in gui I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong > wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From maronoff at gmail.com Fri Mar 18 11:59:31 2011 From: maronoff at gmail.com (Michael Aronoff) Date: Fri, 18 Mar 2011 09:59:31 -0700 Subject: [BlueOnyx:06752] Re: cced gone wild In-Reply-To: <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> References: <4D8272BA.4060803@compassnetworks.com.au> <0LI800AHS4WTH760@vms173003.mailsrvcs.net> <000601cbe5cb$0bcbab90$236302b0$@gmail.com> <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> Message-ID: <006201cbe58d$db52b090$91f811b0$@gmail.com> Rashid wrote: > When I went to the GUI, it just hung there. > It never showed anything and what I noticed is that immediately, I got several cced processes showing up. I had the same behavior. However after removing the databases, when I went back to GUI it 'appeared' to hang but after a few min it finally came up. After that it now comes up very fast again. I realized it must be that when you open the Failed Logins page it does a sync of the cced batabase to the PAM_abl database. After clearing the pam_abl the sync can take a while. Go back to that page and leave it there for a while before giving up. M Aronoff Out From dmobley at uhostme.com Fri Mar 18 14:37:10 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Fri, 18 Mar 2011 15:37:10 -0400 Subject: [BlueOnyx:06753] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: <00af01cbe5a3$dfe703c0$9fb50b40$@com> Your system oid in cce is not allowing you to set the dirty flag. The database must be corrupt. In /usr/sausalito/ui/web/base/dns/records.php, you can see: if($sys_dns['dirty'] == 0) { $commitButton->setDisabled(true); } That sets the disabled button. You have to find someone to tell you how to check cce client to figure out which record is corrupt or needs changing. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Kit Wong Sent: Friday, March 18, 2011 12:11 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06751] Re: broken dns in gui Hi Darrell This problem has been going on for quite a while and the server has been rebooted many times. I just ignored it as I was not modifying dns records for a while. So... Add A record to Dns gui Apply Changes Now doesn't light up Dig www.domain.com no A record Nslookup www.Domain.com No record Host www.domain.com no record The new A record does show up within the DNS Primary Service List GUI Thanks Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Darrell D. Mobley Sent: 18 March 2011 16:02 To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06749] Re: broken dns in gui Have you tried a reboot? From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Kit Wong Sent: Friday, March 18, 2011 11:25 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06747] Re: broken dns in gui Hi Hugo Named is running [root at server3030 ~]# service named status number of zones: 180 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running named (pid 22036) is running... What is happening is whenever I modify the DNS with the GUI the "Apply Changes Now" button is not clickable. Not too sure what scripts that particular button runs, but if I can manually run it in the root then I suppose I will not need that "Button" fixed. Regards Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Hugo Sesma Sent: 18 March 2011 14:54 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06746] Re: broken dns in gui Hi, test the DNS server status /etc/init.d/named status if it is down try /etc/init.d/named start or try /etc/init.d/named restart if any error are loged try to check the configuration may be some registers or cnames are in conflict. Regards. On Fri, Mar 18, 2011 at 6:19 AM, Kit Wong wrote: Just tried with Chrome, Firefox, IE and Safari and it all acts the same way. Any other ideas? _____ From: blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On Behalf Of Jeffrey Pellin [jeffrey at px2co.net] Sent: 18 March 2011 11:50 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06744] Re: broken dns in gui I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From Kit at simplysites.net Sun Mar 20 14:29:32 2011 From: Kit at simplysites.net (Kit Wong) Date: Sun, 20 Mar 2011 19:29:32 +0000 Subject: [BlueOnyx:06754] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: Bump. I tried Darrell's suggestion of running the dirty_flag script but it still not changed. The A record I created eventually showed by running Dig www.Domain.com the next day. Not sure if its to do with unticking the enable dns server saving and reenable it again. Anyone have any ideas. I can supply login details and compensate anyone who can fix this. Regards Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Kit Wong Sent: 18 March 2011 16:11 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06751] Re: broken dns in gui Hi Darrell This problem has been going on for quite a while and the server has been rebooted many times. I just ignored it as I was not modifying dns records for a while. So..... Add A record to Dns gui Apply Changes Now doesn't light up Dig www.domain.com no A record Nslookup www.Domain.com No record Host www.domain.com no record The new A record does show up within the DNS Primary Service List GUI Thanks Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Darrell D. Mobley Sent: 18 March 2011 16:02 To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06749] Re: broken dns in gui Have you tried a reboot? From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Kit Wong Sent: Friday, March 18, 2011 11:25 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06747] Re: broken dns in gui Hi Hugo Named is running [root at server3030 ~]# service named status number of zones: 180 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running named (pid 22036) is running... What is happening is whenever I modify the DNS with the GUI the "Apply Changes Now" button is not clickable. Not too sure what scripts that particular button runs, but if I can manually run it in the root then I suppose I will not need that "Button" fixed. Regards Kit From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Hugo Sesma Sent: 18 March 2011 14:54 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06746] Re: broken dns in gui Hi, test the DNS server status /etc/init.d/named status if it is down try /etc/init.d/named start or try /etc/init.d/named restart if any error are loged try to check the configuration may be some registers or cnames are in conflict. Regards. On Fri, Mar 18, 2011 at 6:19 AM, Kit Wong > wrote: Just tried with Chrome, Firefox, IE and Safari and it all acts the same way. Any other ideas? ________________________________ From: blueonyx-bounces at blueonyx.it [blueonyx-bounces at blueonyx.it] On Behalf Of Jeffrey Pellin [jeffrey at px2co.net] Sent: 18 March 2011 11:50 To: BlueOnyx General Mailing List Subject: [BlueOnyx:06744] Re: broken dns in gui I've seen something similar using Chrome to browse, but it disappeared on IE (shudder). Regards Jeffrey On Fri, 18 Mar 2011 11:34:54 +0000, Kit Wong > wrote: Hi All I have been having problems with the DNS GUI in a BQ server. Basically when I change anything in there the "Apply Changes Now" button never becomes clickable. Has anyone had this before and how do I set about fixing it? Thanks in advance Kit _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From md at goulburn.net.au Sun Mar 20 15:35:48 2011 From: md at goulburn.net.au (David Booth) Date: Mon, 21 Mar 2011 07:35:48 +1100 Subject: [BlueOnyx:06755] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: On Mon, 21 Mar 2011 06:29:32 +1100, Kit Wong wrote: > The A record I created eventually showed by running Dig www.Domain.com the next day. > > So..... > Add A record to Dns gui > Apply Changes Now doesn't light up > > Dig www.domain.com no A record > Nslookup www.Domain.com No record > Host www.domain.com no record > > The new A record does show up within the DNS Primary Service List GUI > Add A record to Dns gui untick enable dns server, save, tick, save dig @your_server www.domain.com Is it just the button? -- David Booth From Kit at simplysites.net Sun Mar 20 15:49:09 2011 From: Kit at simplysites.net (Kit Wong) Date: Sun, 20 Mar 2011 20:49:09 +0000 Subject: [BlueOnyx:06756] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: Yep it's just the apply changes now button is not clickable after modifying dns records. Will disabling and enabling dns do the same thing? Sent from my iPhone On 20 Mar 2011, at 20:41, "David Booth" wrote: > > > On Mon, 21 Mar 2011 06:29:32 +1100, Kit Wong wrote: > > >> The A record I created eventually showed by running > Dig www.Domain.com the next day. > > > >> So..... >> Add A record to Dns gui >> Apply Changes Now doesn't light up >> >> Dig www.domain.com no A record >> Nslookup www.Domain.com No record >> Host www.domain.com no record >> >> The new A record does show up within the DNS Primary Service List GUI >> > > Add A record to Dns gui > untick enable dns server, save, tick, save > > dig @your_server www.domain.com > > Is it just the button? > > -- > David Booth > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > From md at goulburn.net.au Sun Mar 20 16:07:11 2011 From: md at goulburn.net.au (David Booth) Date: Mon, 21 Mar 2011 08:07:11 +1100 Subject: [BlueOnyx:06757] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: On Mon, 21 Mar 2011 07:49:09 +1100, Kit Wong wrote: > Yep it's just the apply changes now button is not clickable after > modifying dns records. Will disabling and enabling dns do the same thing? > Yep. That stops and starts named. In shell as root you could do service named restart Try: >> >> Add A record to Dns gui >> untick enable dns server, save, tick, save >> >> dig @your_server www.domain.com >> do you see it now? From gwaugh at frontstreetnetworks.com Sun Mar 20 16:08:06 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Sun, 20 Mar 2011 16:08:06 -0500 Subject: [BlueOnyx:06758] Re: broken dns in gui In-Reply-To: References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> Message-ID: <1300655286.10561.112.camel@ns1.gg-w.net> On Sun, 2011-03-20 at 20:49 +0000, Kit Wong wrote: > Yep it's just the apply changes now button is not clickable after modifying dns records. Will disabling and enabling dns do the same thing? looks that way, or you could try service named restart from a shell session -- Gerald From Kit at simplysites.net Sun Mar 20 18:32:13 2011 From: Kit at simplysites.net (Kit Wong) Date: Sun, 20 Mar 2011 23:32:13 +0000 Subject: [BlueOnyx:06759] Re: broken dns in gui In-Reply-To: <1300655286.10561.112.camel@ns1.gg-w.net> References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> <1300655286.10561.112.camel@ns1.gg-w.net> Message-ID: <4842ABE2-2A67-48FF-8212-B55D4DFB2998@simplysites.net> Thanks if that is all that button did then I am happy for the button not to work. I just thought it rebuilt stuff etc Thank you Sent from my iPhone On 20 Mar 2011, at 21:13, "Gerald Waugh" wrote: > > On Sun, 2011-03-20 at 20:49 +0000, Kit Wong wrote: >> Yep it's just the apply changes now button is not clickable after modifying dns records. Will disabling and enabling dns do the same thing? > > looks that way, or you could try > service named restart > from a shell session > > > -- > Gerald > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > From dmobley at uhostme.com Sun Mar 20 19:05:24 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Sun, 20 Mar 2011 20:05:24 -0400 Subject: [BlueOnyx:06760] Re: broken dns in gui In-Reply-To: <4842ABE2-2A67-48FF-8212-B55D4DFB2998@simplysites.net> References: <4771c52a4cb15c0387c51d77cb5a92cc@localhost> <006301cbe585$df774da0$9e65e8e0$@com> <1300655286.10561.112.camel@ns1.gg-w.net> <4842ABE2-2A67-48FF-8212-B55D4DFB2998@simplysites.net> Message-ID: <00a201cbe75b$ade13990$09a3acb0$@com> What it is supposed to do is signify to cced to rebuild the DNS databases and restart named automatically. You shouldn't have to unclick and re-click the save button every time to save your changes. Something in your oid database isn't working right, and if allowed to fester, it could crash your server or cause problems in other areas. There has to be someone on this list who can tell you why your save changes button won't work and how to check your database for corruption. If your are happy with your current arrangement, go into the code and comment out the dirty flag check. In: /usr/sausalito/ui/web/base/dns/records.php: and /usr/sausalito/ui/web/base/dns/vsite_records.php Change if($sys_dns['dirty'] == 0) { $commitButton->setDisabled(true); } To: if($sys_dns['dirty'] == 0) { // $commitButton->setDisabled(true); } Then you can save it any time you want, change or no change. > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Kit Wong > Sent: Sunday, March 20, 2011 7:32 PM > To: gwaugh at frontstreetnetworks.com; BlueOnyx General Mailing List > Cc: BlueOnyx General Mailing List > Subject: [BlueOnyx:06759] Re: broken dns in gui > > Thanks if that is all that button did then I am happy for the button not > to work. I just thought it rebuilt stuff etc > > Thank you > > Sent from my iPhone > > On 20 Mar 2011, at 21:13, "Gerald Waugh" > wrote: > > > > > On Sun, 2011-03-20 at 20:49 +0000, Kit Wong wrote: > >> Yep it's just the apply changes now button is not clickable after > modifying dns records. Will disabling and enabling dns do the same thing? > > > > looks that way, or you could try > > service named restart > > from a shell session > > > > > > -- > > Gerald > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From general at ziggo.nl Mon Mar 21 06:40:45 2011 From: general at ziggo.nl (Steffan) Date: Mon, 21 Mar 2011 12:40:45 +0100 Subject: [BlueOnyx:06761] direcory protection In-Reply-To: <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> References: <4D8272BA.4060803@compassnetworks.com.au> <0LI800AHS4WTH760@vms173003.mailsrvcs.net> <000601cbe5cb$0bcbab90$236302b0$@gmail.com> <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> Message-ID: <040601cbe7bc$d1c249b0$7546dd10$@nl> Hello Developers Would it be possible to add a future like http://www.directorypass.com to the gui so users can easily protect directorys with a username and password Greatings Steffan From cobaltfacts at virtbiz.com Mon Mar 21 07:35:20 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Mon, 21 Mar 2011 07:35:20 -0500 Subject: [BlueOnyx:06762] Re: direcory protection In-Reply-To: <040601cbe7bc$d1c249b0$7546dd10$@nl> References: <4D8272BA.4060803@compassnetworks.com.au> <0LI800AHS4WTH760@vms173003.mailsrvcs.net> <000601cbe5cb$0bcbab90$236302b0$@gmail.com> <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> <040601cbe7bc$d1c249b0$7546dd10$@nl> Message-ID: <4D874608.2010501@virtbiz.com> Steffan wrote: > Hello Developers > > Would it be possible to add a future like > http://www.directorypass.com to the gui > so users can easily protect directorys with a username and password Perhaps as a 3rd party PKG? I'd rather not have it in the BlueOnyx base, as that's going to be a big support issue. It always is with our Plesk boxes. Customers that need password protection can do so via .htaccess easily enough. Past that, most customers who aren't savvy with that sort of thing have moved or are moving to CMS-based sites that will do it for them in the background. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From dmobley at uhostme.com Mon Mar 21 13:45:00 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Mon, 21 Mar 2011 14:45:00 -0400 Subject: [BlueOnyx:06763] Re: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 References: <009001cb01d2$25f27e00$6801a8c0@earthlink.net> <9D2B238C65C64A62B6860FD592F26E42@KenMarcusPC> Message-ID: <009701cbe7f8$15864da0$4092e8e0$@com> > -----Original Message----- > From: Darrell D. Mobley [mailto:dmobley at uhostme.com] > Sent: Tuesday, June 01, 2010 6:41 PM > To: 'coba-e at bluequartz.org' > Subject: RE: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 > > > -----Original Message----- > > From: Ken - Precision Web Hosting, Inc > [mailto:kenlists at precisionweb.net] > > Sent: Tuesday, June 01, 2010 6:19 PM > > To: coba-e at bluequartz.org > > Subject: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 > > > > Here is the info on that: > > http://www.mail-archive.com/blueonyx at blueonyx.it/msg00755.html > > About this line: > > openssl req -new -newkey rsa:2048 -keyout key -nodes -out request > > If that is what it takes to generate a larger key length (other than > 1024), I wonder if we could make a feature request asking that a key > length checkbox be added to the Signing Request GUI form? I am posting this in BX as well. My SSL cert company today told me they aren't accepting anything below 2048 bit keys any longer. Can we request for an update to the GUI to allow us to pick 1024, 2048 or 4096 bit keys (and maybe default it to 2048)? From webmaster at oldcabin.net Mon Mar 21 14:08:01 2011 From: webmaster at oldcabin.net (webmaster) Date: Mon, 21 Mar 2011 14:08:01 -0500 Subject: [BlueOnyx:06764] Re: direcory protection In-Reply-To: <4D874608.2010501@virtbiz.com> References: <4D8272BA.4060803@compassnetworks.com.au> <0LI800AHS4WTH760@vms173003.mailsrvcs.net> <000601cbe5cb$0bcbab90$236302b0$@gmail.com> <0LI800C3IYM2YH70@vms173017.mailsrvcs.net> <040601cbe7bc$d1c249b0$7546dd10$@nl> <4D874608.2010501@virtbiz.com> Message-ID: <201103211908.p2LJ8613003703@aframe.oldcabin.net> > > > Hello Developers > > > > Would it be possible to add a future like > > http://www.directorypass.com to the gui > > so users can easily protect directorys with a username and password > >Perhaps as a 3rd party PKG? I'd rather not have it in the BlueOnyx >base, as that's going to be a big support issue. It always is with our >Plesk boxes. > >Customers that need password protection can do so via .htaccess easily >enough. Past that, most customers who aren't savvy with that sort of >thing have moved or are moving to CMS-based sites that will do it for >them in the background. > >-- I use webmin to setup my protected directories From robert at webtent.org Mon Mar 21 14:23:34 2011 From: robert at webtent.org (Robert Fitzpatrick) Date: Mon, 21 Mar 2011 15:23:34 -0400 Subject: [BlueOnyx:06765] suPHP and sessions Message-ID: <4D87A5B6.7030705@webtent.org> I find that with suPHP enabled and ownership set to the admin user, sessions are not working due to .... [Mon Mar 21 15:17:33 2011] [error] [client 72.64.244.53] PHP Warning: Unknown: open(/var/lib/php/session/sess_i7r3j9isrt3ilf8gekog2sgc67, O_RDWR) failed: Permission denied (13) in Unknown on line 0, referer: http://demo.webtent.net/login.php?info=DENIED This is because the permissions are root.apache on the session directory... drwxrwx--- 2 root apache 212K Mar 21 15:15 . Of course, there's more than one way to handle this, I was wondering if there was a preferred way others are using for minimal impact on BO? Thanks for all the help, Robert From dan at twinwolf.net Tue Mar 22 06:00:42 2011 From: dan at twinwolf.net (Dan Porter) Date: Tue, 22 Mar 2011 06:00:42 -0500 Subject: [BlueOnyx:06766] Error during Secondary DNS Create Message-ID: <20110322105032.M32489@twinwolf.net> An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Tue Mar 22 08:46:11 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Tue, 22 Mar 2011 09:46:11 -0400 Subject: [BlueOnyx:06767] Re: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 In-Reply-To: <009701cbe7f8$15864da0$4092e8e0$@com> References: <009001cb01d2$25f27e00$6801a8c0@earthlink.net> <9D2B238C65C64A62B6860FD592F26E42@KenMarcusPC> <009701cbe7f8$15864da0$4092e8e0$@com> Message-ID: <009501cbe897$81a26380$84e72a80$@com> > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Darrell D. Mobley > Sent: Monday, March 21, 2011 2:45 PM > To: coba-e at bluequartz.org; 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06763] Re: [coba-e:16681] Re: SSL Key Lenth too short. > need 2048 or 4096 > > I am posting this in BX as well. My SSL cert company today told me they > aren't accepting anything below 2048 bit keys any longer. Can we request > for an update to the GUI to allow us to pick 1024, 2048 or 4096 bit keys > (and maybe default it to 2048)? I added a new 2048-bit SSL certificate today from Geotrust DBA Rapid SSL to a website on BX server. I installed the intermediate server as "ca-certs", restarted httpd and tested the installation at https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=co ntent&id=SO9556&actp=LIST&viewlocale=en_US Status was successful. Does an end user (who uses IE) need to do anything to display the URL Location area in green? The link above, in IE, displays the URL in green, while https connections to the site on my server does not, but it does display a locked lock. Is this because of the browser recognizing the certificate authority? In the case of the above URL, the CA is Geotrust, Inc., where as with my cheapo RapidSSL cert, it's RapidSSL CA. From dmobley at uhostme.com Tue Mar 22 08:50:29 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Tue, 22 Mar 2011 09:50:29 -0400 Subject: [BlueOnyx:06768] Re: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 References: <009001cb01d2$25f27e00$6801a8c0@earthlink.net> <9D2B238C65C64A62B6860FD592F26E42@KenMarcusPC> <009701cbe7f8$15864da0$4092e8e0$@com> Message-ID: <009601cbe898$1b0e8300$512b8900$@com> > -----Original Message----- > From: Darrell D. Mobley [mailto:dmobley at uhostme.com] > Sent: Tuesday, March 22, 2011 9:46 AM > To: 'BlueOnyx General Mailing List' > Subject: RE: [BlueOnyx:06763] Re: [coba-e:16681] Re: SSL Key Lenth too > short. need 2048 or 4096 > > I added a new 2048-bit SSL certificate today from Geotrust DBA Rapid SSL > to a website on BX server. I installed the intermediate server as "ca- > certs", restarted httpd and tested the installation at > > https://knowledge.rapidssl.com/support/ssl-certificate- > support/index?page=content&id=SO9556&actp=LIST&viewlocale=en_US > > Status was successful. > > Does an end user (who uses IE) need to do anything to display the URL > Location area in green? The link above, in IE, displays the URL in green, > while https connections to the site on my server does not, but it does > display a locked lock. Is this because of the browser recognizing the > certificate authority? In the case of the above URL, the CA is Geotrust, > Inc., where as with my cheapo RapidSSL cert, it's RapidSSL CA. Let me answer my own question: "cheapo SSL cert != green bar (EV cert)" From gwaugh at frontstreetnetworks.com Tue Mar 22 10:17:12 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Tue, 22 Mar 2011 10:17:12 -0500 Subject: [BlueOnyx:06769] named update Message-ID: <1300807032.10043.26.camel@ns1.gg-w.net> Hi, I note that named was updated via yum Now I get errors on all secondary servers received notify for zone host.domain.tld refused notify from non-master: 1.2.3.4 Now the IP 1.2.3.4 is the IP address of the secondary server. So it's like the secondary server is sending notifies to itself and then refusing them. Anyone else seen this? and/or have a solution I'm still looking, will notify (pun intended) if I find answer -- Gerald From gwaugh at frontstreetnetworks.com Tue Mar 22 10:24:29 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Tue, 22 Mar 2011 10:24:29 -0500 Subject: [BlueOnyx:06770] Re: named update In-Reply-To: <1300807032.10043.26.camel@ns1.gg-w.net> References: <1300807032.10043.26.camel@ns1.gg-w.net> Message-ID: <1300807469.10043.29.camel@ns1.gg-w.net> On Tue, 2011-03-22 at 10:17 -0500, Gerald Waugh wrote: > Hi, > > I note that named was updated via yum > > Now I get errors on all secondary servers > received notify for zone host.domain.tld > refused notify from non-master: 1.2.3.4 > > Now the IP 1.2.3.4 is the IP address of the secondary server. > So it's like the secondary server is sending notifies to itself > and then refusing them. > > Anyone else seen this? and/or have a solution > I'm still looking, will notify (pun intended) if I find answer Appears this only happens when named is restarted on the secondary all appears normal on both servers when named restarts on the primary -- Gerald From dudi at kolcore.com Tue Mar 22 10:36:10 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Tue, 22 Mar 2011 08:36:10 -0700 Subject: [BlueOnyx:06771] Re: named update In-Reply-To: <1300807469.10043.29.camel@ns1.gg-w.net> References: <1300807032.10043.26.camel@ns1.gg-w.net> <1300807469.10043.29.camel@ns1.gg-w.net> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C189478B@IE2RD2XVS101.red002.local> >Appears this only happens when named is restarted on the secondary >all appears normal on both servers when named restarts on the primary Does the secondary answer for the domain if you directly query it? The domain should be listed under DNS -> Edit secondary services along with the master's IP. D. From dudi at kolcore.com Tue Mar 22 13:22:00 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Tue, 22 Mar 2011 11:22:00 -0700 Subject: [BlueOnyx:06772] Re: named update In-Reply-To: <1300807469.10043.29.camel@ns1.gg-w.net> References: <1300807032.10043.26.camel@ns1.gg-w.net> <1300807469.10043.29.camel@ns1.gg-w.net> Message-ID: <9A4085B7A6E42849838BFCD1672A732A07C189488A@IE2RD2XVS101.red002.local> Hi Gerald, >Appears this only happens when named is restarted on the secondary >all appears normal on both servers when named restarts on the primary I just check 2 of my machines, both have the files owned by named.named, but those servers are both BQs I don't have any BO running. So it looks like you nailed it :-) Regards, Dudi From Luis at avalonglobal.com Tue Mar 22 14:38:52 2011 From: Luis at avalonglobal.com (Luis Rojas) Date: Tue, 22 Mar 2011 19:38:52 +0000 (UTC) Subject: [BlueOnyx:06773] SSL not working Message-ID: Hi, I am having problems with an SSL that I installed on one of my sites. When I try to go to https:// it kicks me over to http://. I have another websites on the same serer and its currently running an SSL with no problems. What could be causing this? Thank you for the help. From gwaugh at frontstreetnetworks.com Tue Mar 22 14:57:33 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Tue, 22 Mar 2011 14:57:33 -0500 Subject: [BlueOnyx:06774] Re: SSL not working In-Reply-To: References: Message-ID: <1300823853.10043.70.camel@ns1.gg-w.net> On Tue, 2011-03-22 at 19:38 +0000, Luis Rojas wrote: > Hi, I am having problems with an SSL that I installed on one of my sites. When I > try to go to https:// it kicks me over to http://. I have another websites on > the same serer and its currently running an SSL with no problems. What could be > causing this? Thank you for the help. restart httpd from a shell and see if you get any errors for that website -- Gerald From cobaltfacts at virtbiz.com Tue Mar 22 15:06:53 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Tue, 22 Mar 2011 15:06:53 -0500 Subject: [BlueOnyx:06775] Re: SSL not working In-Reply-To: References: Message-ID: <4D89015D.6000808@virtbiz.com> Luis Rojas wrote: > Hi, I am having problems with an SSL that I installed on one of my sites. When I > try to go to https:// it kicks me over to http://. I have another websites on > the same serer and its currently running an SSL with no problems. What could be > causing this? Thank you for the help. My best guess is it could be an .htaccess or similar that is rewriting some pages to pull from http://. For instance, OSCommerce and ZenCart do that. In that case you can check from a login or "My Account" type of page. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From Luis at avalonglobal.com Tue Mar 22 15:47:36 2011 From: Luis at avalonglobal.com (Luis Rojas) Date: Tue, 22 Mar 2011 20:47:36 +0000 (UTC) Subject: [BlueOnyx:06776] Re: SSL not working References: <1300823853.10043.70.camel@ns1.gg-w.net> Message-ID: > restart httpd from a shell > and see if you get any errors for that website > I restarted the httpd from the shell and did not see any errors on the logs. From gwaugh at frontstreetnetworks.com Tue Mar 22 16:03:08 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Tue, 22 Mar 2011 16:03:08 -0500 Subject: [BlueOnyx:06777] Re: SSL not working In-Reply-To: References: <1300823853.10043.70.camel@ns1.gg-w.net> Message-ID: <1300827788.10043.76.camel@ns1.gg-w.net> On Tue, 2011-03-22 at 20:47 +0000, Luis Rojas wrote: > > restart httpd from a shell > > and see if you get any errors for that website > > > > > I restarted the httpd from the shell and did not see any errors on the logs. Then try Chris's suggestion. -- Gerald From dmobley at uhostme.com Tue Mar 22 16:04:03 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Tue, 22 Mar 2011 17:04:03 -0400 Subject: [BlueOnyx:06778] Re: SSL not working In-Reply-To: References: <1300823853.10043.70.camel@ns1.gg-w.net> Message-ID: <00d701cbe8d4$ace487c0$06ad9740$@com> > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Luis Rojas > Sent: Tuesday, March 22, 2011 4:48 PM > To: blueonyx at blueonyx.it > Subject: [BlueOnyx:06776] Re: SSL not working > > > restart httpd from a shell > > and see if you get any errors for that website > > I restarted the httpd from the shell and did not see any errors on the > logs. Then check for an .htaccess in the web document root or some other cause. If you restarted httpd from the shell and no errors for that website were displayed on the screen, then the problem is within the website itself. From Luis at avalonglobal.com Tue Mar 22 16:09:38 2011 From: Luis at avalonglobal.com (Luis Rojas) Date: Tue, 22 Mar 2011 21:09:38 +0000 (UTC) Subject: [BlueOnyx:06779] Re: SSL not working References: <4D89015D.6000808@virtbiz.com> Message-ID: > My best guess is it could be an .htaccess or similar that is rewriting > some pages to pull from http://. For instance, OSCommerce and ZenCart > do that. In that case you can check from a login or "My Account" type > of page. > HI Chris, I just emailed you a copy of my .haccess, can you please let me know if you see something in there that could be causing the SSL not to work. Thanks. From Luis at avalonglobal.com Tue Mar 22 16:21:53 2011 From: Luis at avalonglobal.com (Luis Rojas) Date: Tue, 22 Mar 2011 21:21:53 +0000 (UTC) Subject: [BlueOnyx:06780] Re: SSL not working References: Message-ID: Well it looks like its working now. I am not sure what fixed it,but SSL shows up. Thank you all. From cobaltfacts at virtbiz.com Tue Mar 22 17:04:38 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Tue, 22 Mar 2011 17:04:38 -0500 Subject: [BlueOnyx:06781] Re: SSL not working In-Reply-To: References: <4D89015D.6000808@virtbiz.com> Message-ID: <4D891CF6.6090808@virtbiz.com> Luis Rojas wrote: > HI Chris, I just emailed you a copy of my .haccess, can you please let me know > if you see something in there that could be causing the SSL not to work. Thanks. From what I could tell it appeared to be a fairly standard Joomla .htaccess file, which shouldn't present any real trouble. At any rate, it looks like you've got it running now so that is a good thing. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From reginaldvw at gmail.com Wed Mar 23 02:37:10 2011 From: reginaldvw at gmail.com (Reginald) Date: Wed, 23 Mar 2011 08:37:10 +0100 Subject: [BlueOnyx:06782] EXT3-fs error Message-ID: I had a problem with a VPS running BlueOnyx. I used KVM to have a look and I saw this: EXT3-fs error (device dm-2): ext3_get_inode_loc: unable to read inode block - inode=20374174, block=81494059 I just rebooted the server and everything was fine. What may have caused this? Maybe an update of some sort? On another identical server I had no problems at all. The major difference between the two servers is in the Installed Software List: --- no problem server: Installed Software List 1 Entry BlueOnyx 2.20100301 Project BlueOnyx The BlueOnyx is the base software for the BlueOnyx 5106R Series. This software package is required in order for your server appliance to function --- problem server: Installed Software List 6 Entries APF Firewall 5.0.3 Solarspeed.net APF and BFD repackaged for BlueOnyx AV-SPAM 5.1.1 Solarspeed.net The AV-SPAM provides server side means to protect all mailtraffic against virii and SPAM. AWStats 6.9 Solarspeed.net AWStats - see 'Site' & 'Usage Information' Automated Backup 2.0.1 Solarspeed.net Automated Backup System BlueOnyx 2.20100301 Project BlueOnyx The BlueOnyx is the base software for the BlueOnyx 5106R Series. This software package is required in order for your server appliance to function. Clam-AV 0.97 Solarspeed.net Clam AV: A GPL virus scanner. Auto-Updates the virus scanner engine through YUM. ---> Maybe I should just remove (some) of the installed software packages? Brgds, Reg From dan at twinwolf.net Wed Mar 23 03:27:27 2011 From: dan at twinwolf.net (Dan Porter) Date: Wed, 23 Mar 2011 03:27:27 -0500 Subject: [BlueOnyx:06783] Re: EXT3-fs error In-Reply-To: References: Message-ID: <20110323082145.M50469@twinwolf.net> An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Wed Mar 23 05:12:56 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Wed, 23 Mar 2011 11:12:56 +0100 Subject: [BlueOnyx:06784] Re: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 In-Reply-To: <009701cbe7f8$15864da0$4092e8e0$@com> References: <009001cb01d2$25f27e00$6801a8c0@earthlink.net> <9D2B238C65C64A62B6860FD592F26E42@KenMarcusPC> <009701cbe7f8$15864da0$4092e8e0$@com> Message-ID: <201103231112.56393.mstauber@blueonyx.it> Hi Darrell, > I am posting this in BX as well. My SSL cert company today told me they > aren't accepting anything below 2048 bit keys any longer. Can we request > for an update to the GUI to allow us to pick 1024, 2048 or 4096 bit keys > (and maybe default it to 2048)? We already switched BlueOnyx to 2048bit keys two months ago: http://devel.blueonyx.it/trac/browser/BlueOnyx/5106R/ui/base- ssl.mod/glue/handlers/SSL.pm So if you (re)generate a SSL Cert or make a cert request, then it'll be done in 2048 bit if you're fully yum updated. As for making the key strength selectable: Yeah, maybe. I'll add it to the whish-list. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Wed Mar 23 05:18:08 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Wed, 23 Mar 2011 11:18:08 +0100 Subject: [BlueOnyx:06785] Re: EXT3-fs error In-Reply-To: References: Message-ID: <201103231118.09522.mstauber@blueonyx.it> Hi Reginald, > EXT3-fs error (device dm-2): ext3_get_inode_loc: unable to read inode > block - inode=20374174, block=81494059 > > I just rebooted the server and everything was fine. > > What may have caused this? Maybe an update of some sort? It's not a software issue. There is a problem with the filesystem on the hard disk. Linux has ways to work around these issues to a certain extend. If a sector on the disk is bad, it gets marked as bad and is no longer used for storing data. On the really large disks that are common these days, there are bound to be a few bad sectors over time. It's just a matter of statistics. If you're worried about your disks health, you could take a closer look with the SMART tools (smartctl) to get some detailed statistics. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at wizards.co.uk Wed Mar 23 05:28:11 2011 From: chris at wizards.co.uk (Chris Comley) Date: Wed, 23 Mar 2011 10:28:11 -0000 Subject: [BlueOnyx:06786] SSI on UserWebs Message-ID: <049a01cbe945$02c6a860$0853f920$@co.uk> I have a site with SSI turned on -but SSI includes don't appear to be working for the userweb (www.sitename.com/~userweb) - there's no separate on/off box for SSI on the user control panel. -- Chris Comley Wizards Limited - Reg in England # 2799104 - PO Box 255 - HP16 9SD Networking, Storage, Internet, Phones | 01494 837515 and Wide Area Networking | Talk to us about telephone systems. Firewalls, Routers, Switches - Installation, training, consultancy. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Wed Mar 23 08:22:10 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Wed, 23 Mar 2011 09:22:10 -0400 Subject: [BlueOnyx:06787] Re: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 In-Reply-To: <201103231112.56393.mstauber@blueonyx.it> References: <009001cb01d2$25f27e00$6801a8c0@earthlink.net> <9D2B238C65C64A62B6860FD592F26E42@KenMarcusPC> <009701cbe7f8$15864da0$4092e8e0$@com> <201103231112.56393.mstauber@blueonyx.it> Message-ID: <004d01cbe95d$50d2e560$f278b020$@com> I?m yummed up, I just didn?t regenerate a new key ? the SSL provider was using the previous year?s request, which at the time, was 1024. All good. From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Michael Stauber Sent: Wednesday, March 23, 2011 6:13 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06784] Re: [coba-e:16681] Re: SSL Key Lenth too short. need 2048 or 4096 Hi Darrell, > I am posting this in BX as well. My SSL cert company today told me they > aren't accepting anything below 2048 bit keys any longer. Can we request > for an update to the GUI to allow us to pick 1024, 2048 or 4096 bit keys > (and maybe default it to 2048)? We already switched BlueOnyx to 2048bit keys two months ago: http://devel.blueonyx.it/trac/browser/BlueOnyx/5106R/ui/base-ssl.mod/glue/handlers/SSL.pm So if you (re)generate a SSL Cert or make a cert request, then it'll be done in 2048 bit if you're fully yum updated. As for making the key strength selectable: Yeah, maybe. I'll add it to the whish-list. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwaugh at frontstreetnetworks.com Wed Mar 23 12:12:39 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Wed, 23 Mar 2011 12:12:39 -0500 Subject: [BlueOnyx:06788] Re: Backup solutions via rsync and single DB dumps In-Reply-To: <4D39558C.1020706@box.telemedia.ch> References: <4D39558C.1020706@box.telemedia.ch> Message-ID: <1300900359.10043.150.camel@ns1.gg-w.net> On Fri, 2011-01-21 at 10:44 +0100, Christoph Schneeberger wrote: > Richard Morgan wrote: > > There's been some talk recently of transferring from one server to > > another using rsync. I've tried setting this up but as an rsync > > newby, I can't see quite where to get started. Does anyone have any > > scripts or little recipes that can be shared to get the ball > > rolling? > > > > The same applies to dumping MySQL databases one at a time, rather > > than by RAQBackup's method of dumping them all en-masse. > > > > Any help would be greatly appreciated. Many thanks indeed. > > > > Regards > > > > Richard > > You may want to check our mysql backup script: > http://www.telemedia.ch/publ/blueonyx-mysqlbackup.html > > For rsync backups, checkout backuppc: http://backuppc.sourceforge.net/ > > hth, > Christoph > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx -- Gerald Waugh Front Street Networks http://www.frontstreetnetworks.com +1 318-670-8312 cell 318-401-0428 From admin at chautauqualake.net Wed Mar 23 17:52:40 2011 From: admin at chautauqualake.net (Franklin S Werren) Date: Wed, 23 Mar 2011 18:52:40 -0400 Subject: [BlueOnyx:06789] Playing with SSL Certs Message-ID: <4D8A79B8.9050803@chautauqualake.net> Hi All; I am trying to get a free SSL certificate I got from https://www.startssl.com/ to work on a Blue Onyx Box Any Hints ????? It keeps looking for the Private certificate ??? Maybe I am doing the import wrong ???? I do use a self sign cert on the root so I can access the GUI over ssl... Frank -- Franklin S Werren admin at chautauqualake.net www.chautauqualake.net Confidentiality Note: This email and any attachments are confidential and may contain privileged information intended for the addressee(s) only. If you are not the intended recipient, please notify us immediately and remove the email and any attachments from your system without storing, disclosing or copying all, or any part of it. The content of this email and attachments may contain data that falls within the scope of the Data Protection Act 1998. The unauthorized opening, use, recording, disclosure, copying or alteration of this message is strictly forbidden under the Data Protection Act 1998. -------------- next part -------------- A non-text attachment was scrubbed... Name: admin.vcf Type: text/x-vcard Size: 960 bytes Desc: not available URL: From webmaster at muntada.com Thu Mar 24 07:28:26 2011 From: webmaster at muntada.com (Abdul Rashid Abdullah) Date: Thu, 24 Mar 2011 08:28:26 -0400 Subject: [BlueOnyx:06790] Aliases.majordomo Message-ID: I did something screwy and corrupted my aliases.majordomo file without backing it up. Is there a quick way to get that accurately rebuilt? Regards, Rashid From gwaugh at frontstreetnetworks.com Thu Mar 24 08:25:52 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Thu, 24 Mar 2011 08:25:52 -0500 Subject: [BlueOnyx:06791] Re: Aliases.majordomo In-Reply-To: References: Message-ID: <1300973152.10043.224.camel@ns1.gg-w.net> On Thu, 2011-03-24 at 08:28 -0400, Abdul Rashid Abdullah wrote: > I did something screwy and corrupted my aliases.majordomo file without > backing it up. Is there a quick way to get that accurately rebuilt? > You should be able to dump the db /usr/sausalito/db4/bin/db_dump might do it. Search google for Berkley db_dump -- Gerald From gwaugh at frontstreetnetworks.com Thu Mar 24 08:29:48 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Thu, 24 Mar 2011 08:29:48 -0500 Subject: [BlueOnyx:06792] Re: Aliases.majordomo In-Reply-To: <1300973152.10043.224.camel@ns1.gg-w.net> References: <1300973152.10043.224.camel@ns1.gg-w.net> Message-ID: <1300973388.10043.226.camel@ns1.gg-w.net> On Thu, 2011-03-24 at 08:25 -0500, Gerald Waugh wrote: > On Thu, 2011-03-24 at 08:28 -0400, Abdul Rashid Abdullah wrote: > > I did something screwy and corrupted my aliases.majordomo file without > > backing it up. Is there a quick way to get that accurately rebuilt? > > > > You should be able to dump the db > /usr/sausalito/db4/bin/db_dump > might do it. > Search google for Berkley db_dump > http://www.mail-archive.com/debian-user at lists.debian.org/msg181707.html -- Gerald From gwaugh at frontstreetnetworks.com Thu Mar 24 09:12:47 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Thu, 24 Mar 2011 09:12:47 -0500 Subject: [BlueOnyx:06793] Howto Remove Majordomo Message-ID: <1300975967.10043.229.camel@ns1.gg-w.net> Are these instructions for removing majordomo relevent http://fsn.raqware.com/BlueQuartz/remove-majordomo -- Gerald From mstauber at blueonyx.it Thu Mar 24 11:10:45 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Thu, 24 Mar 2011 17:10:45 +0100 Subject: [BlueOnyx:06794] Re: Howto Remove Majordomo In-Reply-To: <1300975967.10043.229.camel@ns1.gg-w.net> References: <1300975967.10043.229.camel@ns1.gg-w.net> Message-ID: <201103241710.46523.mstauber@blueonyx.it> Hi Gerald, > Are these instructions for removing majordomo relevent > http://fsn.raqware.com/BlueQuartz/remove-majordomo Yeah, that looks about right. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From hsesma at gmail.com Thu Mar 24 11:12:46 2011 From: hsesma at gmail.com (Hugo Sesma) Date: Thu, 24 Mar 2011 10:12:46 -0600 Subject: [BlueOnyx:06795] Server haked? Message-ID: Hi, yesterday I've noticed tha the mail log has entries as shown in the log with an empty from=<> field is this a hack or there is any other sympthom I could look for. Thanks in advance Mar 23 08:51:29 ns1 sendmail[7123]: p2NEpRPb007123: from=<>, size=2488, class=0, nrcpts=1, msgid=<201103231451.p2NEpRPb007123 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-189-247-108-69-dyn.prod-infinitum.com.mx [189.247.108.69] (may be forged) Mar 23 09:50:38 ns1 sendmail[12615]: p2NFoblu012615: from=<>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=mx.mailscanservice.com [174.133.213.146] Mar 23 09:50:38 ns1 sendmail[12615]: p2NFoblv012615: from=<>, size=0, class=0, nrcpts=1, proto=SMTP, daemon=MTA, relay=mx.mailscanservice.com [174.133.213.146] Mar 23 09:56:50 ns1 sendmail[13194]: p2NFujLl013194: from=<>, size=2459, class=0, nrcpts=1, msgid=<201103231556.p2NFujLl013194 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-189-247-108-69-dyn.prod-infinitum.com.mx [189.247.108.69] (may be forged) Mar 23 10:15:28 ns1 sendmail[15936]: p2NGFLSG015936: from=<>, size=2502, class=0, nrcpts=1, msgid=<201103231615.p2NGFLSG015936 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-201-124-78-62-dyn.prod-infinitum.com.mx [201.124.78.62] (may be forged) Mar 23 11:53:34 ns1 sendmail[28114]: p2NHrWUT028114: from=<>, size=2745, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=customer-148-223-253-35.uninet-ide.com.mx [148.223.253.35] (may be forged) Mar 23 13:23:52 ns1 sendmail[15118]: p2NJNoUG015118: from=<>, size=138444, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=imsa.metlife.com.mx [200.53.119.250] Mar 23 13:49:46 ns1 sendmail[18378]: p2NJnhPG018378: from=<>, size=2576, class=0, nrcpts=1, msgid=<201103231949.p2NJnhPG018378 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-189-247-108-69-dyn.prod-infinitum.com.mx [189.247.108.69] (may be forged) Mar 23 14:42:21 ns1 sendmail[24057]: p2NKgIHi024057: from=<>, size=1563, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=mail4.ixe.com.mx [200.23.204.15] Mar 23 16:21:54 ns1 sendmail[3942]: p2NMLq3A003942: from=<>, size=5307, class=0, nrcpts=1, msgid=<7fc966fd-41f4-4242-bd3d-b285e4fc16ed>, proto=ESMTP, daemon=MTA, relay=mail.ahmsa.com [207.248.158.22] Mar 23 16:53:39 ns1 sendmail[7133]: p2NMrcbd007133: from=<>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=mx06.suantispam.com [74.54.239.80] Mar 23 16:53:39 ns1 sendmail[7133]: p2NMrcbe007133: from=<>, size=0, class=0, nrcpts=1, proto=SMTP, daemon=MTA, relay=mx06.suantispam.com [74.54.239.80] Mar 23 17:39:14 ns1 sendmail[11708]: p2NNdDJ4011708: from=<>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=mx.mailscanservice.com [174.133.213.146] Mar 23 17:39:15 ns1 sendmail[11708]: p2NNdDJ5011708: from=<>, size=0, class=0, nrcpts=1, proto=SMTP, daemon=MTA, relay=mx.mailscanservice.com [174.133.213.146] Mar 23 17:41:37 ns1 sendmail[12058]: p2NNfafF012058: from=<>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=smtp.iwsservers.com [205.251.131.20] Mar 23 17:41:38 ns1 sendmail[12058]: p2NNfafG012058: from=<>, size=0, class=0, nrcpts=1, proto=SMTP, daemon=MTA, relay=smtp.iwsservers.com [205.251.131.20] Mar 23 20:03:19 ns1 sendmail[27166]: p2O23GtV027166: from=<>, size=1174, class=0, nrcpts=1, msgid=<201103240203.p2O23GtV027166 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-189-134-88-172-dyn.prod-infinitum.com.mx [189.134.88.172] (may be forged) Mar 23 23:48:43 ns1 sendmail[12062]: p2O5mf7H012062: from=<>, size=2890, class=0, nrcpts=1, msgid=<2523f1$en7s31 at pluto.ksr.lan>, proto=ESMTP, daemon=MTA, relay=smtpout.karoo.kcom.com [212.50.160.34] Mar 24 01:51:34 ns1 sendmail[21693]: p2O7pWBe021693: from=<>, size=3153, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=col0-omc4-s4.col0.hotmail.com [65.55.34.206] Mar 24 01:51:34 ns1 sendmail[21694]: p2O7pWpY021694: from=<>, size=3104, class=0, nrcpts=1, msgid=<20110324080320.4709E21940 at ldmistage1.mbo.com>, proto=SMTP, daemon=MTA, relay=reverse.252.147.118.64.static.ldmi.com [64.118.147.252] (may be forged) Mar 24 08:21:54 ns1 sendmail[18878]: p2OELqvo018878: from=<>, size=2427, class=0, nrcpts=1, msgid=<201103241421.p2OELqvo018878 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-189-247-108-69-dyn.prod-infinitum.com.mx [189.247.108.69] (may be forged) Mar 24 09:12:00 ns1 sendmail[22957]: p2OFBwgc022957: from=<>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=mail-vx0-f194.google.com [209.85.220.194] Mar 24 09:16:20 ns1 sendmail[23508]: p2OFGJrj023508: from=<>, size=2493, class=0, nrcpts=1, msgid=<201103241516.p2OFGJrj023508 at ns1.abaco.net.mx>, proto=ESMTP, daemon=MSA, relay=dsl-189-247-108-69-dyn.prod-infinitum.com.mx [189.247.108.69] (may be forged) Last lines of /var/log/maillog Only show lines with text -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwaugh at frontstreetnetworks.com Thu Mar 24 11:16:37 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Thu, 24 Mar 2011 11:16:37 -0500 Subject: [BlueOnyx:06796] Re: Howto Remove Majordomo In-Reply-To: <201103241710.46523.mstauber@blueonyx.it> References: <1300975967.10043.229.camel@ns1.gg-w.net> <201103241710.46523.mstauber@blueonyx.it> Message-ID: <1300983397.10043.264.camel@ns1.gg-w.net> On Thu, 2011-03-24 at 17:10 +0100, Michael Stauber wrote: > Hi Gerald, > > > Are these instructions for removing majordomo relevent > > > http://fsn.raqware.com/BlueQuartz/remove-majordomo > > Yeah, that looks about right. > Did two servers, all seems to be OK I think the instructions came from either you or Brian. And of course it was for BlueQuartz -- Gerald From steve-lists at geekinter.net Thu Mar 24 11:17:25 2011 From: steve-lists at geekinter.net (Steven Howes) Date: Thu, 24 Mar 2011 16:17:25 +0000 Subject: [BlueOnyx:06797] Re: Server haked? In-Reply-To: References: Message-ID: On 24 Mar 2011, at 16:12, Hugo Sesma wrote: > yesterday I've noticed tha the mail log has entries as shown in the log with an empty from=<> field is this a hack or there is any other sympthom I could look for. Emails with a blank from address are acceptable according to the RFC (for bounces etc). What makes you think you've been hacked? S From phil at magma-group.co.uk Thu Mar 24 16:49:53 2011 From: phil at magma-group.co.uk (Philip Hamer) Date: Thu, 24 Mar 2011 21:49:53 -0000 Subject: [BlueOnyx:06798] Install Zend To Solarspeed php 5.3.5 Package Message-ID: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> Hi All, hope you are well. I purchased the solarspeed php 5.3.5 upgrade package today and installed to our server. I just worked out that this php upgrade is missing the zend optimiser so my zencart wont run. I already have zend installed for the normal (stock) php. How can I install a later version of the zend runtime to the solarspeed php upgrade, if it's possible at all? Hope someone can help. Kind Regards Philip Hamer MAGMA. **************************************************************************** *********** Philip Hamer - Magma Energy Services ltd phil at magma-group.co.uk Mobile Telephone 07976 413593 **************************************************************************** *********** MAGMA ENERGY SERVICES LTD Specialists In The Supply, Installation And Maintenance Of Your Key Business Services Heating, Electrical, Fire & Security, Construction, Plumbing, Air Conditioning, Renewable Energy Please See Our Web Site www.magma-group.co.uk for up to date details **************************************************************************** *********** This email document, its contents and any attached or included files are confidential, and intended solely for the use of the intended recipient(s) to whom it is addressed. If you have received this email in error, please contact MAGMA Energy Services Ltd on 01543 422011 or email office at magma-group.co.uk Any unauthorized disclosure or use of the whole or part of this message (without prior consent in writing) is forbidden.Any views or opinions expressed are solely those of the author and do not necessarily represent those of Magma Energy Services Ltd. **************************************************************************** *********** MAGMA Energy Services Ltd, Registered In England 3997735 Registered Office: Magma Energy Services Ltd, Unit 5 Image Business Park, East Cannock Road, Hednesford, Cannock, West Midlands, WS12 1LT. Tel: 01543 422011 Fax: 01543 876582 Email office at magma-group.co.uk http://www.magma-group.co.uk **************************************************************************** *********** -------------- next part -------------- An HTML attachment was scrubbed... URL: From cobaltfacts at virtbiz.com Thu Mar 24 17:02:31 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Thu, 24 Mar 2011 17:02:31 -0500 Subject: [BlueOnyx:06799] Re: Install Zend To Solarspeed php 5.3.5 Package In-Reply-To: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> References: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> Message-ID: <4D8BBF77.50008@virtbiz.com> Philip Hamer wrote: > Hi All, hope you are well. > > I purchased the solarspeed php 5.3.5 upgrade package today and installed > to our server. > > I just worked out that this php upgrade is missing the zend optimiser so > my zencart wont run. > > I already have zend installed for the normal (stock) php. > > How can I install a later version of the zend runtime to the solarspeed > php upgrade, if it?s possible at all? Hi Philip, You may want to consider trading the 5.3.5 for 5.2.17, which is generally more compatible with legacy applications and does include Zend. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From gwaugh at frontstreetnetworks.com Thu Mar 24 17:12:22 2011 From: gwaugh at frontstreetnetworks.com (Gerald Waugh) Date: Thu, 24 Mar 2011 17:12:22 -0500 Subject: [BlueOnyx:06800] Re: Install Zend To Solarspeed php 5.3.5 Package In-Reply-To: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> References: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> Message-ID: <1301004742.10043.337.camel@ns1.gg-w.net> On Thu, 2011-03-24 at 21:49 +0000, Philip Hamer wrote: > Hi All, hope you are well. > > > > I purchased the solarspeed php 5.3.5 upgrade package today and > installed to our server. > > I just worked out that this php upgrade is missing the zend optimiser > so my zencart wont run. > > I already have zend installed for the normal (stock) php. > > How can I install a later version of the zend runtime to the > solarspeed php upgrade, if it?s possible at all? > You should probably use a php-5.2.x -- Gerald From oscar.zovo at gmail.com Thu Mar 24 17:51:05 2011 From: oscar.zovo at gmail.com (Oscar Zovo) Date: Thu, 24 Mar 2011 23:51:05 +0100 Subject: [BlueOnyx:06801] Re: Server haked? In-Reply-To: References: Message-ID: On Thu, Mar 24, 2011 at 5:12 PM, Hugo Sesma wrote: > Hi, > > yesterday I've noticed tha the mail log has entries as shown in the log > with an empty from=<> field is this a hack or there is any other sympthom I > could look for. > > > The empty from=<>, means that mail was generated by the MAILER_DAEMON (ie. by the system), it mostly happens when messages are bounced back to the sender. Is your system correctly rejecting mail for unknown users? Or are you accepting mail then bounce them if you can't deliver? Regards, OZ. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gkuhnert at compassnetworks.com.au Thu Mar 24 18:04:31 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Fri, 25 Mar 2011 10:04:31 +1100 Subject: [BlueOnyx:06802] Re: Install Zend To Solarspeed php 5.3.5 Package In-Reply-To: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> References: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> Message-ID: <4D8BCDFF.1050607@compassnetworks.com.au> Unfortunately, the folks at Zend decided they did not want to make a 5.3.5 zend engine backwards compatible with older zend encoded applications. In my opinion, Zend should be shot for failing to allow apps compiled with older encoders to work on php 5.3.5 zend enabled servers. Anyway, you have two options: 1. Get an older PHP package, or 2. Ask the author of your cart to encode their app with a more recent version of Zend - or better still Ioncube. At least Ioncube doesnt have the braindead philosophy of making older encoded applications unsupported if you want to run a modern PHP build! Regards, Greg. On 25/03/2011 8:49 AM, Philip Hamer wrote: > > Hi All, hope you are well. > > I purchased the solarspeed php 5.3.5 upgrade package today and > installed to our server. > > I just worked out that this php upgrade is missing the zend optimiser > so my zencart wont run. > > I already have zend installed for the normal (stock) php. > > How can I install a later version of the zend runtime to the > solarspeed php upgrade, if it's possible at all? > > Hope someone can help. > > Kind Regards > > Philip Hamer > > MAGMA. > > *************************************************************************************** > > Philip Hamer -- Magma Energy Services ltd > > phil at magma-group.co.uk > > Mobile Telephone 07976 413593 > > *************************************************************************************** > > MAGMA ENERGY SERVICES LTD > > Specialists In The Supply, Installation And Maintenance Of Your Key > Business Services > > Heating, Electrical, Fire & Security, Construction, > > Plumbing, Air Conditioning, Renewable Energy > > Please See Our Web Site www.magma-group.co.uk for up to date details > > *************************************************************************************** > > This email document, its contents and any attached or included files > are confidential, > > and intended solely for the use of the intended recipient(s) to whom > it is addressed. > > If you have received this email in error, please contact MAGMA Energy > Services Ltd > > on 01543 422011 or email office at magma-group.co.uk Any unauthorized > disclosure > > or use of the whole or part of this message (without prior > > consent in writing) is forbidden.Any views or opinions > > expressed are solely those of the author and do not necessarily > > represent those of Magma Energy Services Ltd. > > *************************************************************************************** > > MAGMA Energy Services Ltd, Registered In England 3997735 > > Registered Office: Magma Energy Services Ltd, Unit 5 Image Business Park, > > East Cannock Road, Hednesford, Cannock, West Midlands, WS12 1LT. > > Tel: 01543 422011 Fax: 01543 876582 > > Email office at magma-group.co.uk http://www.magma-group.co.uk > > *************************************************************************************** > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstauber at blueonyx.it Thu Mar 24 20:44:32 2011 From: mstauber at blueonyx.it (Michael Stauber) Date: Fri, 25 Mar 2011 02:44:32 +0100 Subject: [BlueOnyx:06803] Re: Install Zend To Solarspeed php 5.3.5 Package In-Reply-To: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> References: <000001cbea6d$68f5b8a0$3ae129e0$@co.uk> Message-ID: <201103250244.32297.mstauber@blueonyx.it> Hi Philip, > I purchased the solarspeed php 5.3.5 upgrade package today and installed to > our server. > > I just worked out that this php upgrade is missing the zend optimiser so my > zencart wont run. > > I already have zend installed for the normal (stock) php. > > How can I install a later version of the zend runtime to the solarspeed php > upgrade, if it's possible at all? At the time that PKG was built, Zend didn't have a Zend Optimizer that would work with PHP-5.3. There was only a beta of it available through backchannels, which apparently was so troublesome, that I didn't dare to include it, as it would probably fall flat on its face, taking Apache with it. Personally I find it highly troublesome that a company like Zend (who used to be bleeding egde when it came to PHP stuff) can't get their act together on this - even ages after PHP-5.3.0 was released. IonCube (Zend's competitor) had their IonCube Encoder Cerberus and the libraries for PHP-5.3 out in pretty much no time after the release. Their Encoder is even downwards compatible, which Zend isn't and it has a better performance. Hell, it even costs less, so I can't really figure out why commercial software vendors still are so attached to Zend's crappy "Optimizer" . My suggestion: Contact me offlist and trade the PHP-5.3.5 in for the PHP-5.2.17 PKG instead (at no extra charge). The PHP-5.2.17 PKG has both Zend Optimizer and IonCube included. -- With best regards Michael Stauber -------------- next part -------------- An HTML attachment was scrubbed... URL: From rurick at usa.net Thu Mar 24 23:49:06 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 25 Mar 2011 00:49:06 -0400 Subject: [BlueOnyx:06804] changes to sendmail.cf from BQ? Message-ID: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> I just migrated a server from BQ to BO a few hours ago. in testing I discovered one of my aliased domains is not functioning properly. On the BQ server, We added the following to the bottom of the sendmail.cf file to also listen on port 26 (to bypass ISP blocks on port 25): O DaemonPortOptions=Port=26,Name=MTA I attempted to replicate the same thing on our new BO box, and it worked at first, but after possibly a reboot and several GUI based changes, now the line is gone, and its no longer listening on 26 as it should. What is the best way to achieve sendmail listening on 25 AND 26 on a BO box? .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfolk at qzoneinc.com Fri Mar 25 00:12:39 2011 From: jfolk at qzoneinc.com (Jeff Folk) Date: Fri, 25 Mar 2011 00:12:39 -0500 Subject: [BlueOnyx:06805] Re: changes to sendmail.cf from BQ? In-Reply-To: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> Message-ID: On Mar 24, 2011, at 11:49 PM, Roy Urick wrote: > > I just migrated a server from BQ to BO a few hours ago. in testing I discovered one of my aliased domains is not functioning properly. > > On the BQ server, We added the following to the bottom of the sendmail.cf file to also listen on port 26 (to bypass ISP blocks on port 25): > > O DaemonPortOptions=Port=26,Name=MTA > > I attempted to replicate the same thing on our new BO box, and it worked at first, but after possibly a reboot and several GUI based changes, now the line is gone, and its no longer listening on 26 as it should. > > What is the best way to achieve sendmail listening on 25 AND 26 on a BO box? Not to use port 26... In the GUI, tick the "Enable SMTPS Server" box (port 465), tick the "Enable Submission Port" box (port 587) and click "Save". There you go, using standard ports. Hope that helps; Jeff From rurick at usa.net Fri Mar 25 00:37:11 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 25 Mar 2011 01:37:11 -0400 Subject: [BlueOnyx:06806] Re: changes to sendmail.cf from BQ? In-Reply-To: References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> Message-ID: <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> Sorry, not an option. I have 500+ systems using port 26 and no fast way to setup the submission port on all clients. Unfortunately I misplaced my magic wand, so I cant reset all of my mail clients by hand in the next 5 1/5 hours before they start waking up and arriving at work in the AM. Your idea is grand on paper, but epic fail in reality. NEXT! ;) -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Jeff Folk Sent: Friday, March 25, 2011 1:13 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06805] Re: changes to sendmail.cf from BQ? On Mar 24, 2011, at 11:49 PM, Roy Urick wrote: > > I just migrated a server from BQ to BO a few hours ago. in testing I discovered one of my aliased domains is not functioning properly. > > On the BQ server, We added the following to the bottom of the sendmail.cf file to also listen on port 26 (to bypass ISP blocks on port 25): > > O DaemonPortOptions=Port=26,Name=MTA > > I attempted to replicate the same thing on our new BO box, and it worked at first, but after possibly a reboot and several GUI based changes, now the line is gone, and its no longer listening on 26 as it should. > > What is the best way to achieve sendmail listening on 25 AND 26 on a BO box? Not to use port 26... In the GUI, tick the "Enable SMTPS Server" box (port 465), tick the "Enable Submission Port" box (port 587) and click "Save". There you go, using standard ports. Hope that helps; Jeff _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx .... From md at goulburn.net.au Fri Mar 25 01:40:29 2011 From: md at goulburn.net.au (David Booth) Date: Fri, 25 Mar 2011 17:40:29 +1100 Subject: [BlueOnyx:06807] Re: changes to sendmail.cf from BQ? In-Reply-To: <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> Message-ID: iptables - map incoming 26 to 25 On Fri, 25 Mar 2011 16:37:11 +1100, Roy Urick wrote: > Sorry, not an option. I have 500+ systems using port 26 and no fast way > to > setup the submission port on all clients. Unfortunately I misplaced my > magic > wand, so I cant reset all of my mail clients by hand in the next 5 1/5 > hours > before they start waking up and arriving at work in the AM. > > Your idea is grand on paper, but epic fail in reality. NEXT! ;) > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Jeff Folk > Sent: Friday, March 25, 2011 1:13 AM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06805] Re: changes to sendmail.cf from BQ? > > On Mar 24, 2011, at 11:49 PM, Roy Urick wrote: >> >> I just migrated a server from BQ to BO a few hours ago. in testing I > discovered one of my aliased domains is not functioning properly. >> >> On the BQ server, We added the following to the bottom of the >> sendmail.cf > file to also listen on port 26 (to bypass ISP blocks on port 25): >> >> O DaemonPortOptions=Port=26,Name=MTA >> >> I attempted to replicate the same thing on our new BO box, and it worked > at first, but after possibly a reboot and several GUI based changes, now > the > line is gone, and its no longer listening on 26 as it should. >> >> What is the best way to achieve sendmail listening on 25 AND 26 on a BO > box? > > Not to use port 26... > > In the GUI, tick the "Enable SMTPS Server" box (port 465), tick the > "Enable > Submission Port" box (port 587) and click "Save". There you go, using > standard ports. > > Hope that helps; > Jeff > From jfolk at qzoneinc.com Fri Mar 25 07:13:11 2011 From: jfolk at qzoneinc.com (Jeff Folk) Date: Fri, 25 Mar 2011 07:13:11 -0500 Subject: [BlueOnyx:06808] Re: changes to sendmail.cf from BQ? In-Reply-To: <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> Message-ID: On Mar 25, 2011, at 12:37 AM, Roy Urick wrote: > > Sorry, not an option. I have 500+ systems using port 26 and no fast way to > setup the submission port on all clients. Unfortunately I misplaced my magic > wand, so I cant reset all of my mail clients by hand in the next 5 1/5 hours > before they start waking up and arriving at work in the AM. > > Your idea is grand on paper, but epic fail in reality. NEXT! ;) Then map/redirect your non-standard port over to the standard one... But I don't think the epic fail is on my part, thank you very much... ;-) From lesmith at ecsis.net Fri Mar 25 07:27:41 2011 From: lesmith at ecsis.net (Larry Smith) Date: Fri, 25 Mar 2011 06:27:41 -0600 Subject: [BlueOnyx:06809] Re: changes to sendmail.cf from BQ? In-Reply-To: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> Message-ID: <201103250727.41919.lesmith@ecsis.net> I believe the sendmail.cf is re-written each time you do updates or changes on the server from the sendmail.mc file. Have you tried putting the changes there ?? DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl just change the port to 26 vice smtp (or add another line to listen to both)... -- Larry Smith lesmith at ecsis.net On Thu March 24 2011 23:49, Roy Urick wrote: > I just migrated a server from BQ to BO a few hours ago. in testing I > discovered one of my aliased domains is not functioning properly. > > > > On the BQ server, We added the following to the bottom of the sendmail.cf > file to also listen on port 26 (to bypass ISP blocks on port 25): > > > > O DaemonPortOptions=Port=26,Name=MTA > > > > I attempted to replicate the same thing on our new BO box, and it worked at > first, but after possibly a reboot and several GUI based changes, now the > line is gone, and its no longer listening on 26 as it should. > > > > What is the best way to achieve sendmail listening on 25 AND 26 on a BO > box? > > > > > > > > > > > > .... From cobaltfacts at virtbiz.com Fri Mar 25 07:59:44 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Fri, 25 Mar 2011 07:59:44 -0500 Subject: [BlueOnyx:06810] Re: changes to sendmail.cf from BQ? In-Reply-To: <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> Message-ID: <4D8C91C0.9000902@virtbiz.com> Roy Urick wrote: > Sorry, not an option. I have 500+ systems using port 26 and no fast way to > setup the submission port on all clients. Unfortunately I misplaced my magic > wand, so I cant reset all of my mail clients by hand in the next 5 1/5 hours > before they start waking up and arriving at work in the AM. > > Your idea is grand on paper, but epic fail in reality. NEXT! ;) Hmmmmm.... "epic fail" perhaps, but not on Jeff's suggestion to use standard submission port. We recently moved 5200+ users from BQ to BX. We've always used standard submission port (587), but used POP-before-SMTP instead of authenticated SMTP on 587. That changed with the move to BX. Rather than risk freaking out at the last minute we made sure that we communicated the change with customers, notifying every user about the date and time of the cutover. Of course, not every user will read and understand, so we did take a few support tickets (less than 50!) to walk some users through their changes. I'm not sure who would have told you to go with SMTP on 26, but I would use this opportunity to begin your move toward standardization. That way you won't be stuck with some weird set of procedures and leave your customers out hanging in the wind. SMTP belongs on 25, Submission belongs on 587. The sooner you get your machines and your users with that program the better off you'll be. Then your "next" move (or the next time the box YUM updates, or...) you won't have another "epic fail" on your hands. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From rurick at usa.net Fri Mar 25 08:20:59 2011 From: rurick at usa.net (Roy Urick) Date: Fri, 25 Mar 2011 09:20:59 -0400 Subject: [BlueOnyx:06811] Re: changes to sendmail.cf from BQ? In-Reply-To: <4D8C91C0.9000902@virtbiz.com> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> <4D8C91C0.9000902@virtbiz.com> Message-ID: <002701cbeaef$7ae6cae0$70b460a0$@usa.net> Sorry, my apologies to Jeff for such a terse response . As you can imagine stress was a bit high last night/this AM, and a suggestion to suddenly move that many clients on the fly wasn't within reason. We did the best with what we had, as at the time the decision was made many years back the server at that time didn't support submission port. Since then we haven't changed. Hopefully our next move will be to Exchange 2010 later this year. *crosses fingers* Thanks to all for your help. Larry hit the nail on the head with the sendmail.mc file. I forgot that's where I added it last time. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Chris Gebhardt - VIRTBIZ Internet Sent: Friday, March 25, 2011 9:00 AM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06810] Re: changes to sendmail.cf from BQ? Roy Urick wrote: > Sorry, not an option. I have 500+ systems using port 26 and no fast > way to setup the submission port on all clients. Unfortunately I > misplaced my magic wand, so I cant reset all of my mail clients by > hand in the next 5 1/5 hours before they start waking up and arriving at work in the AM. > > Your idea is grand on paper, but epic fail in reality. NEXT! ;) Hmmmmm.... "epic fail" perhaps, but not on Jeff's suggestion to use standard submission port. We recently moved 5200+ users from BQ to BX. We've always used standard submission port (587), but used POP-before-SMTP instead of authenticated SMTP on 587. That changed with the move to BX. Rather than risk freaking out at the last minute we made sure that we communicated the change with customers, notifying every user about the date and time of the cutover. Of course, not every user will read and understand, so we did take a few support tickets (less than 50!) to walk some users through their changes. I'm not sure who would have told you to go with SMTP on 26, but I would use this opportunity to begin your move toward standardization. That way you won't be stuck with some weird set of procedures and leave your customers out hanging in the wind. SMTP belongs on 25, Submission belongs on 587. The sooner you get your machines and your users with that program the better off you'll be. Then your "next" move (or the next time the box YUM updates, or...) you won't have another "epic fail" on your hands. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From cobaltfacts at virtbiz.com Fri Mar 25 08:32:08 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Fri, 25 Mar 2011 08:32:08 -0500 Subject: [BlueOnyx:06812] Re: changes to sendmail.cf from BQ? In-Reply-To: <002701cbeaef$7ae6cae0$70b460a0$@usa.net> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> <4D8C91C0.9000902@virtbiz.com> <002701cbeaef$7ae6cae0$70b460a0$@usa.net> Message-ID: <4D8C9958.6050403@virtbiz.com> Roy Urick wrote: > Sorry, my apologies to Jeff for such a terse response . As you can imagine > stress was a bit high last night/this AM, and a suggestion to suddenly move > that many clients on the fly wasn't within reason. Must have been an emergency move. Those are always an adventure! > We did the best with what we had, as at the time the decision was made many > years back the server at that time didn't support submission port. Since > then we haven't changed. If you can open up 26, you can open up 587. But "once upon a time" there wasn't really a standard. Providers went willy-nilly with it. > Hopefully our next move will be to Exchange 2010 later this year. *crosses > fingers* EEEK! My condolences! -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From dmobley at uhostme.com Fri Mar 25 11:54:00 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Fri, 25 Mar 2011 12:54:00 -0400 Subject: [BlueOnyx:06813] Re: changes to sendmail.cf from BQ? In-Reply-To: <4D8C9958.6050403@virtbiz.com> References: <003001cbeaa7$f8c996b0$ea5cc410$@usa.net> <007901cbeaae$b0e68ea0$12b3abe0$@usa.net> <4D8C91C0.9000902@virtbiz.com> <002701cbeaef$7ae6cae0$70b460a0$@usa.net> <4D8C9958.6050403@virtbiz.com> Message-ID: <009601cbeb0d$3daa3c20$b8feb460$@com> > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Chris Gebhardt - VIRTBIZ Internet > Sent: Friday, March 25, 2011 9:32 AM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06812] Re: changes to sendmail.cf from BQ? > > Roy Urick wrote: > > > Hopefully our next move will be to Exchange 2010 later this year. > > *crosses fingers* > > EEEK! My condolences! I was gonna say, talk about an epic fail. ;-) From aarong at thinkcomputer.com Sat Mar 26 19:06:54 2011 From: aarong at thinkcomputer.com (Aaron Greenspan) Date: Sat, 26 Mar 2011 20:06:54 -0400 Subject: [BlueOnyx:06814] Pay with your phone using FaceCash Message-ID: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> I use FaceCash to pay with my phone. It's more convenient than plastic and it even works with a paper card if you don't have an iPhone, Android or BlackBerry. Take a look! -Aaron Stop carrying plastic with you everywhere you go. Learn more about FaceCash mobile payments here: http://www.facecash.com/index.html?x=1&y=59115876de This message was sent to you by Aaron Greenspan. If you would prefer not to receive such mailings in the future, click here: http://www.facecash.com/signup/optout.html?x=2799&email=blueonyx%40blueonyx.it Think Computer Corporation / 3260 Hillview Avenue / Palo Alto, CA 94304-1226 / http://www.thinkcomputer.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ka0jon at our-klan.com Sat Mar 26 19:21:45 2011 From: ka0jon at our-klan.com (KA0JON) Date: Sat, 26 Mar 2011 19:21:45 -0500 Subject: [BlueOnyx:06815] Reverse DNS does not match SMTP Banner Message-ID: <380B5A18D75C4AF8B58D1828AB940FFD@research> HI list, I moved my our-klan.com domain over to my other server, which is svr1.501ep.com , it has the domain 501ep.com on it at ip address 174.79.107.68. When I use http://mxtoolbox.com 501ep.com Domain will pass the smtp test but when I do a test on our-klan.com Domain (at ip address 174.79.107.66 ) I get a Warning - Reverse DNS does not match SMTP Banner Could someone give me some idea what to do to clear it? I am running DNS on the svr.501ep.com Box. David E. Kreifels From lesmith at ecsis.net Sat Mar 26 20:32:20 2011 From: lesmith at ecsis.net (Larry Smith) Date: Sat, 26 Mar 2011 20:32:20 -0500 Subject: [BlueOnyx:06816] Re: Reverse DNS does not match SMTP Banner In-Reply-To: <380B5A18D75C4AF8B58D1828AB940FFD@research> References: <380B5A18D75C4AF8B58D1828AB940FFD@research> Message-ID: <201103262032.20786.lesmith@ecsis.net> The SMTP banner has nothing to do with DNS, it is the local name the server has for that IP address based on the /etc/hosts file. Check that file and make sure each IP on the box has the correct name in the /etc/hosts file, restart sendmail and then check (telnet 25) and the box should helo with the name you put in the hosts file for that IP address. -- Larry Smith lesmith at ecsis.net On Sat March 26 2011 19:21, KA0JON wrote: > HI list, > > I moved my our-klan.com domain over to my other server, which is > > svr1.501ep.com , it has the domain 501ep.com on it at ip address > > 174.79.107.68. When I use http://mxtoolbox.com > 501ep.com > > Domain will pass the smtp test but when I do a test on our-klan.com > > Domain (at ip address 174.79.107.66 ) > > I get a Warning - Reverse DNS does not match SMTP Banner > > > > Could someone give me some idea what to do to clear it? > > I am running DNS on the svr.501ep.com Box. > > > > David E. Kreifels > > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From ka0jon at our-klan.com Sat Mar 26 21:22:38 2011 From: ka0jon at our-klan.com (KA0JON) Date: Sat, 26 Mar 2011 21:22:38 -0500 Subject: [BlueOnyx:06817] Re: Reverse DNS does not match SMTP Banner In-Reply-To: <201103262032.20786.lesmith@ecsis.net> References: <380B5A18D75C4AF8B58D1828AB940FFD@research> <201103262032.20786.lesmith@ecsis.net> Message-ID: Thank You Larry, I edited the /etc/hosts file and restarted sendmail and all is well now. Regards, David -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Larry Smith Sent: Saturday, March 26, 2011 8:32 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06816] Re: Reverse DNS does not match SMTP Banner The SMTP banner has nothing to do with DNS, it is the local name the server has for that IP address based on the /etc/hosts file. Check that file and make sure each IP on the box has the correct name in the /etc/hosts file, restart sendmail and then check (telnet 25) and the box should helo with the name you put in the hosts file for that IP address. -- Larry Smith lesmith at ecsis.net On Sat March 26 2011 19:21, KA0JON wrote: > HI list, > > I moved my our-klan.com domain over to my other server, which is > > svr1.501ep.com , it has the domain 501ep.com on it at ip address > > 174.79.107.68. When I use http://mxtoolbox.com > 501ep.com > > Domain will pass the smtp test but when I do a test on our-klan.com > > Domain (at ip address 174.79.107.66 ) > > I get a Warning - Reverse DNS does not match SMTP Banner > > > > Could someone give me some idea what to do to clear it? > > I am running DNS on the svr.501ep.com Box. > > > > David E. Kreifels > > > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dwh1958 at gmail.com Sat Mar 26 21:58:05 2011 From: dwh1958 at gmail.com (Doug Harvey) Date: Sat, 26 Mar 2011 21:58:05 -0500 Subject: [BlueOnyx:06818] Re: Pay with your phone using FaceCash In-Reply-To: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> References: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> Message-ID: Not to sound like the negative one in the bunch, but I do not agree with a company that solicits software on a public forum that is intended for server software issue resolution. Further more, I do not want software on my phone that would, according to the company web site privacy section: We collect information you give to us when you make a purchase, or other account information such as balance, payment history or credit card usage; and others give to us to make sure that the data you provide is accurate and up-to-date. This may include information about you from employers, banks, or insurers. Personally, I think that all the new technology that we have at our disposal is great, but at the same time, I take issue with every company on the planet wanting to data-mine everyone's personal information that is not relevant to what that company might have to offer. Just my two cents. Doug On Sat, Mar 26, 2011 at 7:06 PM, Aaron Greenspan wrote: > [image: FaceCash] > > Pay with your phone using FaceCash > > *March 26, 2011, 8:06 PM EDT* > > *Save time. Save money. Pay with your face. > * > > [image: FaceCash for iPhone]I use FaceCash to pay with my phone. It's more convenient than plastic and > it even works with a paper card if you don't have an iPhone, Android or > BlackBerry. Take a look! > > FaceCash is a mobile payment system that can help *replace your wallet*. > You can load money into your FaceCash account from a checking or savings > account, *but you don't have to*--you can also just *hand cash to any > merchant* that accepts FaceCash and they'll credit it to your account > instantly. > > With FaceCash you can *split bills* easily, *store frequent flyer numbers*, > turn your phone into a student ID, view *electronic receipts*, and take > advtange of special *coupons just for FaceCash users*. > > Most importantly, FaceCash lets you *pay for things in real life using a > barcode*, and it's *much more secure than plastic cards*. That's because > every time you pay with FaceCash, *a picture of your face will show up not > just on your phone, but on the cash register, as well*, ensuring that your > funds are safe. Plus, your data won't go anywhere--it does not get sold to > third parties. > > Download the app for your phone today, and *sign up > *! > > This message was sent to you by Aaron Greenspan. If you would prefer not to > receive such mailings in the future, click here > . > > Think Computer Corporation / 3260 Hillview Avenue / Palo Alto, CA > 94304-1226 / http://www.thinkcomputer.com > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chuck at tetlow.net Sat Mar 26 22:47:24 2011 From: chuck at tetlow.net (Chuck Tetlow) Date: Sat, 26 Mar 2011 21:47:24 -0600 Subject: [BlueOnyx:06819] Re: Pay with your phone using FaceCash In-Reply-To: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> References: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> Message-ID: <20110327034429.M27058@tetlow.net> I do hope this list's moderator will immediately unsubscribe this member! Its not bad enough we have long, involved conversations on this list about how to control and block SPAM - this ass thinks its OK to SPAM the list itself! Please don't let him get away with this again - de-list and block him now so we don't have to put up with his unsolicited commercial advertising!! Chuck ---------- Original Message ----------- From: Aaron Greenspan To: Unavailable Sent: Sat, 26 Mar 2011 20:06:54 -0400 Subject: [BlueOnyx:06814] ?Pay with your phone using FaceCash > > Pay with your phone using FaceCash > March 26, 2011, 8:06 PM EDT > Save time. Save money. Pay with your face. > I use FaceCash to pay with my phone. It's more convenient than plastic and it even works with a paper card if you don't have an iPhone, Android or BlackBerry. Take a look! > FaceCash is a mobile payment system that can help replace your wallet. You can load money into your FaceCashaccount from a checking or savings account, but you don't have to--you can also just hand cash to any merchantthat accepts FaceCash and they'll credit it to your account instantly. > With FaceCash you can split bills easily, store frequent flyer numbers, turn your phone into a studentID, view electronic receipts, and take advtange of special coupons just for FaceCash users. > Most importantly, FaceCash lets you pay for things in real life using a barcode, and it's much more securethan plastic cards. That's because every time you pay with FaceCash, a picture of your face will show up not juston your phone, but on the cash register, as well, ensuring that your funds are safe. Plus, your data won't goanywhere--it does not get sold to third parties. > Download the app for your phone today, and sign up! > This message was sent to you by Aaron Greenspan. If you would prefer not to receive such mailings in the future, click here. > > Think Computer Corporation / 3260 Hillview Avenue / Palo Alto, CA 94304-1226 / http://www.thinkcomputer.com ------- End of Original Message ------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From aarong at thinkcomputer.com Sun Mar 27 00:22:44 2011 From: aarong at thinkcomputer.com (Aaron Greenspan) Date: Sat, 26 Mar 2011 22:22:44 -0700 Subject: [BlueOnyx:06820] Apologies Message-ID: <4D8EC9A4.2080804@thinkcomputer.com> Doug, Chuck, and others, My apologies for the e-mail that went out earlier from my account. It was not supposed to go to lists, and despite my best efforts it went out to this one anyway. The reason I'm on the list at all is not random; I started using Cobalt hardware in 2000 and have kept up with BlueQuartz and BlueOnyx since then. I've done my best to contribute to troubleshooting a number of software issues on the platform, but obviously marketing material doesn't belong on a development list. As for the privacy policy, contact me off the list if you have concerns about it. Thanks for your help over the years and my apologies once again. Aaron ------------------------------------------------------------------------ Think Computer Corporation *Aaron Greenspan* President & CEO Think Computer Corporation /telephone/ +1 415 670 9350 /toll free/ +1 888 815 8599 /fax/ +1 415 373 3959 /e-mail/ aarong at thinkcomputer.com /web/ http://www.thinkcomputer.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: think.gif Type: image/gif Size: 1806 bytes Desc: not available URL: From jon at ontarioweb.ca Sun Mar 27 00:31:26 2011 From: jon at ontarioweb.ca (Jon McCauley) Date: Sun, 27 Mar 2011 01:31:26 -0400 Subject: [BlueOnyx:06821] Re: Pay with your phone using FaceCash In-Reply-To: <20110327034429.M27058@tetlow.net> References: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> <20110327034429.M27058@tetlow.net> Message-ID: <4D8ECBAE.8030006@ontarioweb.ca> On 3/26/2011 11:47 PM, Chuck Tetlow wrote: face cash - face book....whats next ...? lol Best Regards, Jon McCauley From jon at ontarioweb.ca Sun Mar 27 01:06:51 2011 From: jon at ontarioweb.ca (Jon McCauley) Date: Sun, 27 Mar 2011 02:06:51 -0400 Subject: [BlueOnyx:06822] Re: Apologies In-Reply-To: <4D8EC9A4.2080804@thinkcomputer.com> References: <4D8EC9A4.2080804@thinkcomputer.com> Message-ID: <4D8ED3FB.90506@ontarioweb.ca> On 3/27/2011 1:22 AM, Aaron Greenspan wrote: > Doug, Chuck, and others, > > My apologies for the e-mail that went out earlier from my account. It > was not supposed to go to lists, and despite my best efforts it went > out to this one anyway. > > The reason I'm on the list at all is not random; I started using > Cobalt hardware in 2000 and have kept up with BlueQuartz and BlueOnyx > since then. I've done my best to contribute to troubleshooting a > number of software issues on the platform, but obviously marketing > material doesn't belong on a development list. > > As for the privacy policy, contact me off the list if you have > concerns about it. > > Thanks for your help over the years and my apologies once again. > > Aaron > Please, ( speaking for myself ) I believe the list "as" a community of administartors uitizing a platform togather thanks to Sun, Hisao, Brian, Micheal and Many others to mention ... Cheers to all - God Bless for this group BTW, NO SPAM! -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Sun Mar 27 11:53:15 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Sun, 27 Mar 2011 12:53:15 -0400 Subject: [BlueOnyx:06823] Re: Pay with your phone using FaceCash In-Reply-To: <4D8ECBAE.8030006@ontarioweb.ca> References: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> <20110327034429.M27058@tetlow.net> <4D8ECBAE.8030006@ontarioweb.ca> Message-ID: <003401cbec9f$77f3c250$67db46f0$@com> Speaking of... Has anyone had any interested with Zashpay? > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Jon McCauley > Sent: Sunday, March 27, 2011 1:31 AM > To: blueonyx at blueonyx.it > Subject: [BlueOnyx:06821] Re: Pay with your phone using FaceCash > > > On 3/26/2011 11:47 PM, Chuck Tetlow wrote: > > face cash - face book....whats next ...? lol > > Best Regards, Jon McCauley > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From dmobley at uhostme.com Sun Mar 27 12:57:39 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Sun, 27 Mar 2011 13:57:39 -0400 Subject: [BlueOnyx:06824] Re: Pay with your phone using FaceCash In-Reply-To: <003401cbec9f$77f3c250$67db46f0$@com> References: <201103270006.p2R06sgh011249@kermit.thinkcomputer.com> <20110327034429.M27058@tetlow.net> <4D8ECBAE.8030006@ontarioweb.ca> <003401cbec9f$77f3c250$67db46f0$@com> Message-ID: <004801cbeca8$76fb1b60$64f15220$@com> Derrr, I meant has anyone had any experience with Zashpay. > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Darrell D. Mobley > Sent: Sunday, March 27, 2011 12:53 PM > To: jon at ontarioweb.ca; 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06823] Re: Pay with your phone using FaceCash > > Speaking of... Has anyone had any interested with Zashpay? > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On Behalf Of Jon McCauley > > Sent: Sunday, March 27, 2011 1:31 AM > > To: blueonyx at blueonyx.it > > Subject: [BlueOnyx:06821] Re: Pay with your phone using FaceCash > > > > > > On 3/26/2011 11:47 PM, Chuck Tetlow wrote: > > > > face cash - face book....whats next ...? lol > > > > Best Regards, Jon McCauley > > > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From rurick at usa.net Mon Mar 28 11:19:33 2011 From: rurick at usa.net (Roy Urick) Date: Mon, 28 Mar 2011 12:19:33 -0400 Subject: [BlueOnyx:06825] slow Sendmail response Message-ID: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> After migrating from a low powered BQ box to an overpowered BO box, my users have reported that Sendmail is incredibly slow to respond. They noted that emails sit in their outlook outbox for quite a while before transferring over. I also noticed that if I telnet to port 25, it connects instantly, but it's a good 10 seconds before I am greeted with a banner. Connecting via SSH also exhibits a 10+ second lag before it tries to log in. Connecting via the GUI is instantaneous. The server is sitting almost idle and is barely working at all (99%id, all others sitting at <0.5%). Any ideas on what to check first? Thank you, Roy Urick IT Department Koorsen Fire & Security 2719 N Arlington Ave Indianapolis, IN 46218 317-225-5027 (IP Phone x2796) .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From cobaltfacts at virtbiz.com Mon Mar 28 11:31:31 2011 From: cobaltfacts at virtbiz.com (Chris Gebhardt - VIRTBIZ Internet) Date: Mon, 28 Mar 2011 11:31:31 -0500 Subject: [BlueOnyx:06826] Re: slow Sendmail response In-Reply-To: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> References: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> Message-ID: <4D90B7E3.7030701@virtbiz.com> Roy Urick wrote: > After migrating from a low powered BQ box to an overpowered BO box, my > users have reported that Sendmail is incredibly slow to respond. They > noted that emails sit in their outlook outbox for quite a while before > transferring over. > > > > I also noticed that if I telnet to port 25, it connects instantly, but > it?s a good 10 seconds before I am greeted with a banner. > > Connecting via SSH also exhibits a 10+ second lag before it tries to log > in. > > Connecting via the GUI is instantaneous. Check your DNS lookups. Sounds like you've got some resolution problems. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ From webmaster at oldcabin.net Mon Mar 28 11:30:30 2011 From: webmaster at oldcabin.net (webmaster) Date: Mon, 28 Mar 2011 11:30:30 -0500 Subject: [BlueOnyx:06827] Re: slow Sendmail response In-Reply-To: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> References: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> Message-ID: <201103281633.p2SGX9KV023681@aframe.oldcabin.net> > > >After migrating from a low powered BQ box to an >overpowered BO box, my users have reported that >Sendmail is incredibly slow to respond. They >noted that emails sit in their outlook outbox >for quite a while before transferring over. 1. After the user presses send, outlook holds the mail for a bit before it actually goes out > >I also noticed that if I telnet to port 25, it >connects instantly, but it?s a good 10 seconds >before I am greeted with a banner. >Connecting via SSH also exhibits a 10+ second lag before it tries to log in. >Connecting via the GUI is instantaneous. > >The server is sitting almost idle and is barely >working at all (99%id, all others sitting at <0.5%). > >Any ideas on what to check first? 2. My thoughts on the slowness for the above stuff is DNS or reverse DNS maybe? I am but a rookie here so I would take my info with a grain of salt. Hopefully the guru will chime in and help you out -Tim > > > >Thank you, > > >Roy Urick >IT Department >Koorsen Fire & Security >2719 N Arlington Ave >Indianapolis, IN 46218 >317-225-5027 (IP Phone x2796) > > > > ?? >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx From pseudo at zbronx.com Mon Mar 28 15:33:51 2011 From: pseudo at zbronx.com (Gustavo Silva) Date: Mon, 28 Mar 2011 21:33:51 +0100 Subject: [BlueOnyx:06828] Re: slow Sendmail response In-Reply-To: <4D90B7E3.7030701@virtbiz.com> References: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> <4D90B7E3.7030701@virtbiz.com> Message-ID: <4D90F0AF.1020204@zbronx.com> Em 28-03-2011 17:31, Chris Gebhardt - VIRTBIZ Internet escreveu: > Roy Urick wrote: >> After migrating from a low powered BQ box to an overpowered BO box, my >> users have reported that Sendmail is incredibly slow to respond. They >> noted that emails sit in their outlook outbox for quite a while before >> transferring over. >> >> >> >> I also noticed that if I telnet to port 25, it connects instantly, but >> it?s a good 10 seconds before I am greeted with a banner. >> >> Connecting via SSH also exhibits a 10+ second lag before it tries to log >> in. >> >> Connecting via the GUI is instantaneous. > Check your DNS lookups. Sounds like you've got some resolution problems. Had the same problem in the past. DNS resolution, yep. G From rurick at usa.net Mon Mar 28 19:11:36 2011 From: rurick at usa.net (Roy Urick) Date: Mon, 28 Mar 2011 20:11:36 -0400 Subject: [BlueOnyx:06829] Re: slow Sendmail response In-Reply-To: <4D90F0AF.1020204@zbronx.com> References: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> <4D90B7E3.7030701@virtbiz.com> <4D90F0AF.1020204@zbronx.com> Message-ID: <002a01cbeda5$ded3cb80$9c7b6280$@usa.net> Yup. Same problem I had 5 years ago (the last time I deployed one of these buggers, I should have remembered). PTR record was wrong among other things. The system as a whole now is responding MUCH quicker. You guys ROCK! -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Gustavo Silva Sent: Monday, March 28, 2011 4:34 PM To: blueonyx at blueonyx.it Subject: [BlueOnyx:06828] Re: slow Sendmail response Em 28-03-2011 17:31, Chris Gebhardt - VIRTBIZ Internet escreveu: > Roy Urick wrote: >> After migrating from a low powered BQ box to an overpowered BO box, >> my users have reported that Sendmail is incredibly slow to respond. >> They noted that emails sit in their outlook outbox for quite a while >> before transferring over. >> >> >> >> I also noticed that if I telnet to port 25, it connects instantly, >> but it's a good 10 seconds before I am greeted with a banner. >> >> Connecting via SSH also exhibits a 10+ second lag before it tries to >> log in. >> >> Connecting via the GUI is instantaneous. > Check your DNS lookups. Sounds like you've got some resolution problems. Had the same problem in the past. DNS resolution, yep. G _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From chuck at tetlow.net Tue Mar 29 20:47:01 2011 From: chuck at tetlow.net (Chuck Tetlow) Date: Tue, 29 Mar 2011 19:47:01 -0600 Subject: [BlueOnyx:06830] Re: slow Sendmail response In-Reply-To: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> References: <004b01cbed63$ec8e11f0$c5aa35d0$@usa.net> Message-ID: <20110330014458.M57714@tetlow.net> DNS.? That's classic DNS problem symptioms.? The various servers are performing a reverse lookup to log the entries by name - and you are waiting on the DNS timeout.? I bet you'll find the logs for both mail and SSH are full of IPs, with very few names. Check your DNS settings to be sure you have a valid/good DNS server listed as first in the /etc/resolv.conf file.? You can modify that file by hand or via the GUI in the system settings. Chuck ---------- Original Message ----------- From: "Roy Urick" To: Sent: Mon, 28 Mar 2011 12:19:33 -0400 Subject: [BlueOnyx:06825] ?slow Sendmail response > After migrating from a low powered BQ box to an overpowered BO box, my users have reported that Sendmail is incredibly slow to respond. They noted that emails sit in their outlook outbox for quite a while before transferring over. > ? > I also noticed that if I telnet to port 25, it connects instantly, but it?s a good 10 seconds before I am greeted with a banner. > Connecting via SSH also exhibits a 10+ second lag before it tries to log in. > Connecting via the GUI is instantaneous. > ? > The server is sitting almost idle and is barely working at all (99%id, all others sitting at <0.5%). > ? > Any ideas on what to check first? > ? > ? > ? > Thank you, > ? > ? > Roy Urick > IT Department > Koorsen Fire & Security > 2719 N Arlington Ave > Indianapolis, IN 46218 > 317-225-5027 (IP Phone x2796) > ? > ? > ?????? ------- End of Original Message ------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From a at netqb.com Wed Mar 30 15:30:43 2011 From: a at netqb.com (Adam Lepp) Date: Wed, 30 Mar 2011 16:30:43 -0400 Subject: [BlueOnyx:06831] Re: HTTP Redirects In-Reply-To: <1251153503.26614.12.camel@columbus.webtent.org> References: <1251153503.26614.12.camel@columbus.webtent.org> Message-ID: <044f01cbef19$57e99da0$07bcd8e0$@com> I've been having the same problem, and am unable to solve despite various attempts. >From error log: [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] /home/.sites/31/site36/web/.htaccess: Redirect not allowed here .htaccess file: redirect 301 / http://www.domain.com/ Can someone provide me with the appropriate .htaccess content, as well as any other necessitated steps? Thanks! --Adam L. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Robert Fitzpatrick Sent: Monday, August 24, 2009 6:38 PM To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List Subject: [BlueOnyx:02184] Re: HTTP Redirects On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > A few questions: > > 1. What does the log say? (/var/log/httpd/error_log) [Mon Aug 24 18:26:53 2009] [alert] [client 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not included in the server configuration > 2. Is HTACCESS enabled for the site in question: Log in to the web GUI as > admin: Network Services --> Web I don't see an HTACCESS option, but have enabled FileInfo after finding on the apache site this was necessary to override using .htaccess > 3. Is the .HTACCESS file in the root of the public website. Yes - /home/.sites/120/site35/web/.htaccess > 4. Permissions of the HTACCESS file or the destination file - make sure not > root or admin - should be the superuser of the site. Owner is site administrator of the vsite. Group is site35 (644). > 5. Is the destination file dynamic? No, not dynamic, the destination file is plain HTML code...in this failing redirect... Redirect 301 /water_removal_test.html http://www.sm24hr.com/water_removal.htm water_removal_test.html does not exist on the hard drive and the water_removal.htm, which is in the same vsite is... -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm Thanks for any help! -- Robert see what I'm up to on my Live Journal tech blog at --> http://saintcolumbus.livejournal.com _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From lesmith at ecsis.net Wed Mar 30 15:40:20 2011 From: lesmith at ecsis.net (Larry Smith) Date: Wed, 30 Mar 2011 15:40:20 -0500 Subject: [BlueOnyx:06832] Re: HTTP Redirects In-Reply-To: <044f01cbef19$57e99da0$07bcd8e0$@com> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> Message-ID: <201103301540.20592.lesmith@ecsis.net> According to webconfigs: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] goes in the .htaccess file, but have not tried it myself... -- Larry Smith lesmith at ecsis.net On Wed March 30 2011 15:30, Adam Lepp wrote: > I've been having the same problem, and am unable to solve despite various > attempts. > > >From error log: > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > .htaccess file: > redirect 301 / http://www.domain.com/ > > Can someone provide me with the appropriate .htaccess content, as well as > any other necessitated steps? > > Thanks! > --Adam L. > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On > Behalf Of Robert Fitzpatrick > Sent: Monday, August 24, 2009 6:38 PM > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > A few questions: > > > > 1. What does the log say? (/var/log/httpd/error_log) > > [Mon Aug 24 18:26:53 2009] [alert] [client > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not > included in the server configuration > > > 2. Is HTACCESS enabled for the site in question: Log in to the web GUI as > > admin: Network Services --> Web > > I don't see an HTACCESS option, but have enabled FileInfo after finding > on the apache site this was necessary to override using .htaccess > > > 3. Is the .HTACCESS file in the root of the public website. > > Yes - /home/.sites/120/site35/web/.htaccess > > > 4. Permissions of the HTACCESS file or the destination file - make sure > > not > > > root or admin - should be the superuser of the site. > > Owner is site administrator of the vsite. Group is site35 (644). > > > 5. Is the destination file dynamic? > > No, not dynamic, the destination file is plain HTML code...in this > failing redirect... > > Redirect 301 /water_removal_test.html > http://www.sm24hr.com/water_removal.htm > > water_removal_test.html does not exist on the hard drive and the > water_removal.htm, which is in the same vsite is... > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > Thanks for any help! From a at netqb.com Wed Mar 30 15:54:18 2011 From: a at netqb.com (Adam Lepp) Date: Wed, 30 Mar 2011 16:54:18 -0400 Subject: [BlueOnyx:06833] Re: HTTP Redirects In-Reply-To: <201103301540.20592.lesmith@ecsis.net> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> <201103301540.20592.lesmith@ecsis.net> Message-ID: <045601cbef1c$a31d24b0$e9576e10$@com> Thanks Larry. Looks promising, but doesn't work :( -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Larry Smith Sent: Wednesday, March 30, 2011 4:40 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06832] Re: HTTP Redirects According to webconfigs: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] goes in the .htaccess file, but have not tried it myself... -- Larry Smith lesmith at ecsis.net On Wed March 30 2011 15:30, Adam Lepp wrote: > I've been having the same problem, and am unable to solve despite various > attempts. > > >From error log: > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > .htaccess file: > redirect 301 / http://www.domain.com/ > > Can someone provide me with the appropriate .htaccess content, as well as > any other necessitated steps? > > Thanks! > --Adam L. > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On > Behalf Of Robert Fitzpatrick > Sent: Monday, August 24, 2009 6:38 PM > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > A few questions: > > > > 1. What does the log say? (/var/log/httpd/error_log) > > [Mon Aug 24 18:26:53 2009] [alert] [client > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not > included in the server configuration > > > 2. Is HTACCESS enabled for the site in question: Log in to the web GUI as > > admin: Network Services --> Web > > I don't see an HTACCESS option, but have enabled FileInfo after finding > on the apache site this was necessary to override using .htaccess > > > 3. Is the .HTACCESS file in the root of the public website. > > Yes - /home/.sites/120/site35/web/.htaccess > > > 4. Permissions of the HTACCESS file or the destination file - make sure > > not > > > root or admin - should be the superuser of the site. > > Owner is site administrator of the vsite. Group is site35 (644). > > > 5. Is the destination file dynamic? > > No, not dynamic, the destination file is plain HTML code...in this > failing redirect... > > Redirect 301 /water_removal_test.html > http://www.sm24hr.com/water_removal.htm > > water_removal_test.html does not exist on the hard drive and the > water_removal.htm, which is in the same vsite is... > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > Thanks for any help! _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From bluequartz at ozin.com Wed Mar 30 17:23:09 2011 From: bluequartz at ozin.com (bluequartz at ozin.com) Date: Wed, 30 Mar 2011 23:23:09 +0100 Subject: [BlueOnyx:06834] Stopping backscatter from majordomo Message-ID: <01cbef29$Blat.v2.6.2$0ca30aec$d786d6b941f@localhost> Sorry to ask again but I didn't get a reply last time. My Blueonyx server is producing backscatter when mail is sent to majordomo at domain Majordomo was removed from this server but the server seems to be accepting mail for majordomo and then emailing out an error report to the sender. Instead it should be refusing the mail at the SMTP level like other unknown addresses. I suspect I have to remove something from sendmail but what? Thanks in advance for your help This is an example of the backscatter: ----- The following addresses had permanent fatal errors ----- "|/usr/local/majordomo/wrapper majordomo -C /usr/local/majordomo/sites/site4/majordomo.cf" (reason: Service unavailable) (expanded from: ) ----- Transcript of session follows ----- smrsh: "wrapper" not available for sendmail programs (stat failed) 554 5.0.0 Service unavailable From dudi at kolcore.com Wed Mar 30 18:12:48 2011 From: dudi at kolcore.com (Dudi Goldenberg) Date: Wed, 30 Mar 2011 16:12:48 -0700 Subject: [BlueOnyx:06835] Re: Stopping backscatter from majordomo In-Reply-To: <01cbef29$Blat.v2.6.2$0ca30aec$d786d6b941f@localhost> References: <01cbef29$Blat.v2.6.2$0ca30aec$d786d6b941f@localhost> Message-ID: <9A4085B7A6E42849838BFCD1672A732A08CBFA7972@IE2RD2XVS101.red002.local> >Majordomo was removed from this server but the server seems to be accepting mail for majordomo and then emailing out an error report to the sender. >Instead it should be refusing the mail at the SMTP level like other unknown addresses. Edit /etc/mail/virtusertable - search & remove all majordomo aliases, then re hash the file and restart sendmail. Regards, D. From dmobley at uhostme.com Wed Mar 30 18:23:21 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Wed, 30 Mar 2011 19:23:21 -0400 Subject: [BlueOnyx:06836] Re: HTTP Redirects In-Reply-To: <045601cbef1c$a31d24b0$e9576e10$@com> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> <201103301540.20592.lesmith@ecsis.net> <045601cbef1c$a31d24b0$e9576e10$@com> Message-ID: <007101cbef31$75b34530$6119cf90$@com> Are you trying to redirect non-www traffic to a www domain? Or are you trying to redirect to another domain entirely? > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Adam Lepp > Sent: Wednesday, March 30, 2011 4:54 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06833] Re: HTTP Redirects > > Thanks Larry. Looks promising, but doesn't work :( > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Larry Smith > Sent: Wednesday, March 30, 2011 4:40 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06832] Re: HTTP Redirects > > According to webconfigs: > > > Options +FollowSymLinks > RewriteEngine on > RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] > > > goes in the .htaccess file, but have not tried it myself... > > -- > Larry Smith > lesmith at ecsis.net > > On Wed March 30 2011 15:30, Adam Lepp wrote: > > I've been having the same problem, and am unable to solve despite > various > > attempts. > > > > >From error log: > > > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > > > .htaccess file: > > redirect 301 / http://www.domain.com/ > > > > Can someone provide me with the appropriate .htaccess content, as well > as > > any other necessitated steps? > > > > Thanks! > > --Adam L. > > > > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > > Behalf Of Robert Fitzpatrick > > Sent: Monday, August 24, 2009 6:38 PM > > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > > A few questions: > > > > > > 1. What does the log say? (/var/log/httpd/error_log) > > > > [Mon Aug 24 18:26:53 2009] [alert] [client > > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not > > included in the server configuration > > > > > 2. Is HTACCESS enabled for the site in question: Log in to the web GUI > as > > > admin: Network Services --> Web > > > > I don't see an HTACCESS option, but have enabled FileInfo after finding > > on the apache site this was necessary to override using .htaccess > > > > > 3. Is the .HTACCESS file in the root of the public website. > > > > Yes - /home/.sites/120/site35/web/.htaccess > > > > > 4. Permissions of the HTACCESS file or the destination file - make > sure > > > > not > > > > > root or admin - should be the superuser of the site. > > > > Owner is site administrator of the vsite. Group is site35 (644). > > > > > 5. Is the destination file dynamic? > > > > No, not dynamic, the destination file is plain HTML code...in this > > failing redirect... > > > > Redirect 301 /water_removal_test.html > > http://www.sm24hr.com/water_removal.htm > > > > water_removal_test.html does not exist on the hard drive and the > > water_removal.htm, which is in the same vsite is... > > > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > > > Thanks for any help! > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From a at netqb.com Wed Mar 30 18:50:26 2011 From: a at netqb.com (Adam Lepp) Date: Wed, 30 Mar 2011 19:50:26 -0400 Subject: [BlueOnyx:06837] Re: HTTP Redirects In-Reply-To: <007101cbef31$75b34530$6119cf90$@com> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> <201103301540.20592.lesmith@ecsis.net> <045601cbef1c$a31d24b0$e9576e10$@com> <007101cbef31$75b34530$6119cf90$@com> Message-ID: <048601cbef35$3e1611d0$ba423570$@com> The site contains one domain (YYYY.com & www.YYYY.com), and several aliases, including XXXX.com. The redirect is to www.XXXX.com I need it to use a 301, for SEO purposes. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Darrell D. Mobley Sent: Wednesday, March 30, 2011 7:23 PM To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06836] Re: HTTP Redirects Are you trying to redirect non-www traffic to a www domain? Or are you trying to redirect to another domain entirely? > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Adam Lepp > Sent: Wednesday, March 30, 2011 4:54 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06833] Re: HTTP Redirects > > Thanks Larry. Looks promising, but doesn't work :( > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Larry Smith > Sent: Wednesday, March 30, 2011 4:40 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06832] Re: HTTP Redirects > > According to webconfigs: > > > Options +FollowSymLinks > RewriteEngine on > RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] > > > goes in the .htaccess file, but have not tried it myself... > > -- > Larry Smith > lesmith at ecsis.net > > On Wed March 30 2011 15:30, Adam Lepp wrote: > > I've been having the same problem, and am unable to solve despite > various > > attempts. > > > > >From error log: > > > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > > > .htaccess file: > > redirect 301 / http://www.domain.com/ > > > > Can someone provide me with the appropriate .htaccess content, as well > as > > any other necessitated steps? > > > > Thanks! > > --Adam L. > > > > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > > Behalf Of Robert Fitzpatrick > > Sent: Monday, August 24, 2009 6:38 PM > > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > > A few questions: > > > > > > 1. What does the log say? (/var/log/httpd/error_log) > > > > [Mon Aug 24 18:26:53 2009] [alert] [client > > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not > > included in the server configuration > > > > > 2. Is HTACCESS enabled for the site in question: Log in to the web GUI > as > > > admin: Network Services --> Web > > > > I don't see an HTACCESS option, but have enabled FileInfo after finding > > on the apache site this was necessary to override using .htaccess > > > > > 3. Is the .HTACCESS file in the root of the public website. > > > > Yes - /home/.sites/120/site35/web/.htaccess > > > > > 4. Permissions of the HTACCESS file or the destination file - make > sure > > > > not > > > > > root or admin - should be the superuser of the site. > > > > Owner is site administrator of the vsite. Group is site35 (644). > > > > > 5. Is the destination file dynamic? > > > > No, not dynamic, the destination file is plain HTML code...in this > > failing redirect... > > > > Redirect 301 /water_removal_test.html > > http://www.sm24hr.com/water_removal.htm > > > > water_removal_test.html does not exist on the hard drive and the > > water_removal.htm, which is in the same vsite is... > > > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > > > Thanks for any help! > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dmobley at uhostme.com Wed Mar 30 20:56:48 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Wed, 30 Mar 2011 21:56:48 -0400 Subject: [BlueOnyx:06838] Re: HTTP Redirects In-Reply-To: <048601cbef35$3e1611d0$ba423570$@com> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> <201103301540.20592.lesmith@ecsis.net> <045601cbef1c$a31d24b0$e9576e10$@com> <007101cbef31$75b34530$6119cf90$@com> <048601cbef35$3e1611d0$ba423570$@com> Message-ID: <008c01cbef46$e5a758d0$b0f60a70$@com> In your siteX.include file in /etc/httpd/conf/vhosts/, put: AllowOverride All Options All In your .htaccess, put: RewriteEngine On RewriteCond %{HTTP_HOST} ^XXXX.com [NC] RewriteRule ^(.*)$ http://www.XXXX.com/$1 [L,R=301] > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Adam Lepp > Sent: Wednesday, March 30, 2011 7:50 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06837] Re: HTTP Redirects > > The site contains one domain (YYYY.com & www.YYYY.com), and several > aliases, > including XXXX.com. > The redirect is to www.XXXX.com > > I need it to use a 301, for SEO purposes. > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Darrell D. Mobley > Sent: Wednesday, March 30, 2011 7:23 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06836] Re: HTTP Redirects > > Are you trying to redirect non-www traffic to a www domain? Or are you > trying to redirect to another domain entirely? > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On Behalf Of Adam Lepp > > Sent: Wednesday, March 30, 2011 4:54 PM > > To: 'BlueOnyx General Mailing List' > > Subject: [BlueOnyx:06833] Re: HTTP Redirects > > > > Thanks Larry. Looks promising, but doesn't work :( > > > > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On > > Behalf Of Larry Smith > > Sent: Wednesday, March 30, 2011 4:40 PM > > To: BlueOnyx General Mailing List > > Subject: [BlueOnyx:06832] Re: HTTP Redirects > > > > According to webconfigs: > > > > > > Options +FollowSymLinks > > RewriteEngine on > > RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] > > > > > > goes in the .htaccess file, but have not tried it myself... > > > > -- > > Larry Smith > > lesmith at ecsis.net > > > > On Wed March 30 2011 15:30, Adam Lepp wrote: > > > I've been having the same problem, and am unable to solve despite > > various > > > attempts. > > > > > > >From error log: > > > > > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > > > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > > > > > .htaccess file: > > > redirect 301 / http://www.domain.com/ > > > > > > Can someone provide me with the appropriate .htaccess content, as well > > as > > > any other necessitated steps? > > > > > > Thanks! > > > --Adam L. > > > > > > > > > -----Original Message----- > > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx- > bounces at blueonyx.it] > > On > > > Behalf Of Robert Fitzpatrick > > > Sent: Monday, August 24, 2009 6:38 PM > > > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > > > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > > > > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > > > A few questions: > > > > > > > > 1. What does the log say? (/var/log/httpd/error_log) > > > > > > [Mon Aug 24 18:26:53 2009] [alert] [client > > > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > > > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not > > > included in the server configuration > > > > > > > 2. Is HTACCESS enabled for the site in question: Log in to the web > GUI > > as > > > > admin: Network Services --> Web > > > > > > I don't see an HTACCESS option, but have enabled FileInfo after > finding > > > on the apache site this was necessary to override using .htaccess > > > > > > > 3. Is the .HTACCESS file in the root of the public website. > > > > > > Yes - /home/.sites/120/site35/web/.htaccess > > > > > > > 4. Permissions of the HTACCESS file or the destination file - make > > sure > > > > > > not > > > > > > > root or admin - should be the superuser of the site. > > > > > > Owner is site administrator of the vsite. Group is site35 (644). > > > > > > > 5. Is the destination file dynamic? > > > > > > No, not dynamic, the destination file is plain HTML code...in this > > > failing redirect... > > > > > > Redirect 301 /water_removal_test.html > > > http://www.sm24hr.com/water_removal.htm > > > > > > water_removal_test.html does not exist on the hard drive and the > > > water_removal.htm, which is in the same vsite is... > > > > > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > > > > > Thanks for any help! > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From rurick at usa.net Wed Mar 30 21:48:04 2011 From: rurick at usa.net (Roy Urick) Date: Wed, 30 Mar 2011 22:48:04 -0400 Subject: [BlueOnyx:06839] better majordomo GUI? Message-ID: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> Anyone know of a GUI solution for Majordomo that doesn't suck as bad as the Raq550 and later implementation? We actively use Majordomo in-house for distribution lists, and it works well for us. Too bad the changes Sun made to the 550 made it totally unusable for large numbers of lists. Anyone who has tried to use a 550 with a large number of lists probably knows what I mean. When we migrated from our Raq4 to a new 550, we reverted back to the Raq4 for the lists within 48 hours it was so bad and unusable. Ideally an interface like the Raq4 would be perfect (specifically the ability to list all lists on a single page(or at least a page selection by letter), and display the members of each list on that page for easy reference). My manager who runs the lists loves that layout to death, and is perfect for her. Too bad it presently means we actually run a Raq4 in production years later. It all works great until somebody decides to send a 2mb attachment to the entire group of 800 users, which literally slows the system down to the point it takes half a day to burn through the entire list of messages. I'm just waiting for that box to fall over dead, as its well beyond its usable life. Anyone have any ideas for existing solutions? I REALLY don't like the idea of continuing to run this old Raq4, and also don't like the price tag quoted by a developer to recreate it for us on our BO platform. Reinventing the wheel just isn't my idea of a good time. Thank you, Roy Urick IT Department Koorsen Fire & Security 2719 N Arlington Ave Indianapolis, IN 46218 317-225-5027 (IP Phone x2796) -------------- next part -------------- An HTML attachment was scrubbed... URL: From webmaster at oldcabin.net Wed Mar 30 22:01:41 2011 From: webmaster at oldcabin.net (webmaster) Date: Wed, 30 Mar 2011 22:01:41 -0500 Subject: [BlueOnyx:06840] Re: better majordomo GUI? In-Reply-To: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> Message-ID: <201103310301.p2V31es9001001@aframe.oldcabin.net> I use phplist for serious mailings now >Content-Type: multipart/alternative; > boundary="----=_NextPart_000_000B_01CBEF2C.87985CE0" >Content-Language: en-us > >Anyone know of a GUI solution for Majordomo that doesn't suck as bad >as the Raq550 and later implementation? > >We actively use Majordomo in-house for distribution lists, and it >works well for us. Too bad the changes Sun made to the 550 made it >totally unusable for large numbers of lists. Anyone who has tried to >use a 550 with a large number of lists probably knows what I mean. >When we migrated from our Raq4 to a new 550, we reverted back to the >Raq4 for the lists within 48 hours it was so bad and unusable. > >Ideally an interface like the Raq4 would be perfect (specifically >the ability to list all lists on a single page(or at least a page >selection by letter), and display the members of each list on that >page for easy reference). My manager who runs the lists loves that >layout to death, and is perfect for her. Too bad it presently means >we actually run a Raq4 in production years later. It all works great >until somebody decides to send a 2mb attachment to the entire group >of 800 users, which literally slows the system down to the point it >takes half a day to burn through the entire list of messages. I'm >just waiting for that box to fall over dead, as its well beyond its >usable life. > >Anyone have any ideas for existing solutions? I REALLY don't like >the idea of continuing to run this old Raq4, and also don't like the >price tag quoted by a developer to recreate it for us on our BO >platform. Reinventing the wheel just isn't my idea of a good time. > > > >Thank you, > > >Roy Urick >IT Department >Koorsen Fire & Security >2719 N Arlington Ave >Indianapolis, IN 46218 >317-225-5027 (IP Phone x2796) > > >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx From a at netqb.com Wed Mar 30 22:07:24 2011 From: a at netqb.com (Adam Lepp) Date: Wed, 30 Mar 2011 23:07:24 -0400 Subject: [BlueOnyx:06841] Re: HTTP Redirects In-Reply-To: <008c01cbef46$e5a758d0$b0f60a70$@com> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> <201103301540.20592.lesmith@ecsis.net> <045601cbef1c$a31d24b0$e9576e10$@com> <007101cbef31$75b34530$6119cf90$@com> <048601cbef35$3e1611d0$ba423570$@com> <008c01cbef46$e5a758d0$b0f60a70$@com> Message-ID: <04c701cbef50$c216b000$46441000$@com> Darrell, THANK YOU -- this does appear to have worked. Certainly more complex than what I'm used to. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Darrell D. Mobley Sent: Wednesday, March 30, 2011 9:57 PM To: 'BlueOnyx General Mailing List' Subject: [BlueOnyx:06838] Re: HTTP Redirects In your siteX.include file in /etc/httpd/conf/vhosts/, put: AllowOverride All Options All In your .htaccess, put: RewriteEngine On RewriteCond %{HTTP_HOST} ^XXXX.com [NC] RewriteRule ^(.*)$ http://www.XXXX.com/$1 [L,R=301] > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Adam Lepp > Sent: Wednesday, March 30, 2011 7:50 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06837] Re: HTTP Redirects > > The site contains one domain (YYYY.com & www.YYYY.com), and several > aliases, > including XXXX.com. > The redirect is to www.XXXX.com > > I need it to use a 301, for SEO purposes. > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Darrell D. Mobley > Sent: Wednesday, March 30, 2011 7:23 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06836] Re: HTTP Redirects > > Are you trying to redirect non-www traffic to a www domain? Or are you > trying to redirect to another domain entirely? > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On Behalf Of Adam Lepp > > Sent: Wednesday, March 30, 2011 4:54 PM > > To: 'BlueOnyx General Mailing List' > > Subject: [BlueOnyx:06833] Re: HTTP Redirects > > > > Thanks Larry. Looks promising, but doesn't work :( > > > > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On > > Behalf Of Larry Smith > > Sent: Wednesday, March 30, 2011 4:40 PM > > To: BlueOnyx General Mailing List > > Subject: [BlueOnyx:06832] Re: HTTP Redirects > > > > According to webconfigs: > > > > > > Options +FollowSymLinks > > RewriteEngine on > > RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] > > > > > > goes in the .htaccess file, but have not tried it myself... > > > > -- > > Larry Smith > > lesmith at ecsis.net > > > > On Wed March 30 2011 15:30, Adam Lepp wrote: > > > I've been having the same problem, and am unable to solve despite > > various > > > attempts. > > > > > > >From error log: > > > > > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > > > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > > > > > .htaccess file: > > > redirect 301 / http://www.domain.com/ > > > > > > Can someone provide me with the appropriate .htaccess content, as well > > as > > > any other necessitated steps? > > > > > > Thanks! > > > --Adam L. > > > > > > > > > -----Original Message----- > > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx- > bounces at blueonyx.it] > > On > > > Behalf Of Robert Fitzpatrick > > > Sent: Monday, August 24, 2009 6:38 PM > > > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > > > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > > > > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > > > A few questions: > > > > > > > > 1. What does the log say? (/var/log/httpd/error_log) > > > > > > [Mon Aug 24 18:26:53 2009] [alert] [client > > > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > > > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module not > > > included in the server configuration > > > > > > > 2. Is HTACCESS enabled for the site in question: Log in to the web > GUI > > as > > > > admin: Network Services --> Web > > > > > > I don't see an HTACCESS option, but have enabled FileInfo after > finding > > > on the apache site this was necessary to override using .htaccess > > > > > > > 3. Is the .HTACCESS file in the root of the public website. > > > > > > Yes - /home/.sites/120/site35/web/.htaccess > > > > > > > 4. Permissions of the HTACCESS file or the destination file - make > > sure > > > > > > not > > > > > > > root or admin - should be the superuser of the site. > > > > > > Owner is site administrator of the vsite. Group is site35 (644). > > > > > > > 5. Is the destination file dynamic? > > > > > > No, not dynamic, the destination file is plain HTML code...in this > > > failing redirect... > > > > > > Redirect 301 /water_removal_test.html > > > http://www.sm24hr.com/water_removal.htm > > > > > > water_removal_test.html does not exist on the hard drive and the > > > water_removal.htm, which is in the same vsite is... > > > > > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > > > > > Thanks for any help! > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx From dwh1958 at gmail.com Wed Mar 30 22:09:22 2011 From: dwh1958 at gmail.com (Doug Harvey) Date: Wed, 30 Mar 2011 22:09:22 -0500 Subject: [BlueOnyx:06842] Re: better majordomo GUI? In-Reply-To: <201103310301.p2V31es9001001@aframe.oldcabin.net> References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> <201103310301.p2V31es9001001@aframe.oldcabin.net> Message-ID: If this is an in-house box, take a look at webmin. I don't know if it will do everything that you want, but it is a good tool to have. Doug On Wed, Mar 30, 2011 at 10:01 PM, webmaster wrote: > > > > I use phplist for serious mailings now > > > > >Content-Type: multipart/alternative; > > boundary="----=_NextPart_000_000B_01CBEF2C.87985CE0" > >Content-Language: en-us > > > >Anyone know of a GUI solution for Majordomo that doesn't suck as bad > >as the Raq550 and later implementation? > > > >We actively use Majordomo in-house for distribution lists, and it > >works well for us. Too bad the changes Sun made to the 550 made it > >totally unusable for large numbers of lists. Anyone who has tried to > >use a 550 with a large number of lists probably knows what I mean. > >When we migrated from our Raq4 to a new 550, we reverted back to the > >Raq4 for the lists within 48 hours it was so bad and unusable. > > > >Ideally an interface like the Raq4 would be perfect (specifically > >the ability to list all lists on a single page(or at least a page > >selection by letter), and display the members of each list on that > >page for easy reference). My manager who runs the lists loves that > >layout to death, and is perfect for her. Too bad it presently means > >we actually run a Raq4 in production years later. It all works great > >until somebody decides to send a 2mb attachment to the entire group > >of 800 users, which literally slows the system down to the point it > >takes half a day to burn through the entire list of messages. I'm > >just waiting for that box to fall over dead, as its well beyond its > >usable life. > > > >Anyone have any ideas for existing solutions? I REALLY don't like > >the idea of continuing to run this old Raq4, and also don't like the > >price tag quoted by a developer to recreate it for us on our BO > >platform. Reinventing the wheel just isn't my idea of a good time. > > > > > > > >Thank you, > > > > > >Roy Urick > >IT Department > >Koorsen Fire & Security > >2719 N Arlington Ave > >Indianapolis, IN 46218 > >317-225-5027 (IP Phone x2796) > > > > > >_______________________________________________ > >Blueonyx mailing list > >Blueonyx at blueonyx.it > >http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rurick at usa.net Wed Mar 30 22:53:54 2011 From: rurick at usa.net (Roy Urick) Date: Wed, 30 Mar 2011 23:53:54 -0400 Subject: [BlueOnyx:06843] Re: better majordomo GUI? In-Reply-To: References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> <201103310301.p2V31es9001001@aframe.oldcabin.net> Message-ID: <001e01cbef57$412ccf40$c3866dc0$@usa.net> Yes, its in-house only, but still has a public facing. We use it as a distro for our inter-office emails, group emails, etc. (eg, email all branch managers, email all users at a single site, receive email from vendors on a generic mailbox where the message needs to hit multiple internal users, etc) Honestly, if there were a way to rip the display interface out of the raq4 and plop it into the BO, you couldn't get much more perfect for us. >From the screenshots I have seen, its still not quite up to par. (yes, the bar is VERY high) From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Doug Harvey Sent: Wednesday, March 30, 2011 11:09 PM To: BlueOnyx General Mailing List Subject: [BlueOnyx:06842] Re: better majordomo GUI? If this is an in-house box, take a look at webmin. I don't know if it will do everything that you want, but it is a good tool to have. Doug On Wed, Mar 30, 2011 at 10:01 PM, webmaster wrote: I use phplist for serious mailings now >Content-Type: multipart/alternative; > boundary="----=_NextPart_000_000B_01CBEF2C.87985CE0" >Content-Language: en-us > >Anyone know of a GUI solution for Majordomo that doesn't suck as bad >as the Raq550 and later implementation? > >We actively use Majordomo in-house for distribution lists, and it >works well for us. Too bad the changes Sun made to the 550 made it >totally unusable for large numbers of lists. Anyone who has tried to >use a 550 with a large number of lists probably knows what I mean. >When we migrated from our Raq4 to a new 550, we reverted back to the >Raq4 for the lists within 48 hours it was so bad and unusable. > >Ideally an interface like the Raq4 would be perfect (specifically >the ability to list all lists on a single page(or at least a page >selection by letter), and display the members of each list on that >page for easy reference). My manager who runs the lists loves that >layout to death, and is perfect for her. Too bad it presently means >we actually run a Raq4 in production years later. It all works great >until somebody decides to send a 2mb attachment to the entire group >of 800 users, which literally slows the system down to the point it >takes half a day to burn through the entire list of messages. I'm >just waiting for that box to fall over dead, as its well beyond its >usable life. > >Anyone have any ideas for existing solutions? I REALLY don't like >the idea of continuing to run this old Raq4, and also don't like the >price tag quoted by a developer to recreate it for us on our BO >platform. Reinventing the wheel just isn't my idea of a good time. > > > >Thank you, > > >Roy Urick >IT Department >Koorsen Fire & Security >2719 N Arlington Ave >Indianapolis, IN 46218 >317-225-5027 (IP Phone x2796) > > >_______________________________________________ >Blueonyx mailing list >Blueonyx at blueonyx.it >http://www.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From bluequartz at ozin.com Thu Mar 31 02:31:46 2011 From: bluequartz at ozin.com (Jason Ozin) Date: Thu, 31 Mar 2011 08:31:46 +0100 Subject: [BlueOnyx:06844] Re: Stopping backscatter from majordomo In-Reply-To: <9A4085B7A6E42849838BFCD1672A732A08CBFA7972@IE2RD2XVS101.red002.local> References: <01cbef29$Blat.v2.6.2$0ca30aec$d786d6b941f@localhost> <9A4085B7A6E42849838BFCD1672A732A08CBFA7972@IE2RD2XVS101.red002.local> Message-ID: <004b01cbef75$b0d1e970$1275bc50$@ozin.com> Dudi thanks. That has indeed solved the issue. Jason Ozin -----Original Message----- From: Dudi Goldenberg [mailto:dudi at kolcore.com] Sent: 31 March 2011 00:13 To: bluequartz at ozin.com; BlueOnyx General Mailing List Subject: RE: [BlueOnyx:06834] Stopping backscatter from majordomo >Majordomo was removed from this server but the server seems to be accepting mail for majordomo and then emailing out an error report to the sender. >Instead it should be refusing the mail at the SMTP level like other unknown addresses. Edit /etc/mail/virtusertable - search & remove all majordomo aliases, then re hash the file and restart sendmail. Regards, D. From gkuhnert at compassnetworks.com.au Thu Mar 31 03:30:14 2011 From: gkuhnert at compassnetworks.com.au (Greg Kuhnert) Date: Thu, 31 Mar 2011 19:30:14 +1100 Subject: [BlueOnyx:06845] Re: better majordomo GUI? In-Reply-To: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> Message-ID: <4D943B96.8070109@compassnetworks.com.au> Hi Roy. On 31/03/2011 1:48 PM, Roy Urick wrote: > > Anyone know of a GUI solution for Majordomo that doesn't suck as bad > as the Raq550 and later implementation? > My first piece of advice to you is watch this space! A little birdie told me that there will be a total replacement of majordomo (and the gui) with something totally different in a future Blueonyx release... Stay tuned! Regards, Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rurick at usa.net Thu Mar 31 07:54:12 2011 From: rurick at usa.net (Roy Urick) Date: Thu, 31 Mar 2011 08:54:12 -0400 Subject: [BlueOnyx:06846] Re: better majordomo GUI? In-Reply-To: <4D943B96.8070109@compassnetworks.com.au> References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> <4D943B96.8070109@compassnetworks.com.au> Message-ID: <000c01cbefa2$bbf0c510$33d24f30$@usa.net> Hmmmm. that would be more than awesome. Short of paying for a GUI add-on by a local company, our only other idea was to try to figure out how to get the raq4 software installed onto a modern box. Neither solution is really very appealing. I'll keep my eyes open! From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Greg Kuhnert Sent: Thursday, March 31, 2011 4:30 AM To: blueonyx at blueonyx.it Subject: [BlueOnyx:06845] Re: better majordomo GUI? Hi Roy. On 31/03/2011 1:48 PM, Roy Urick wrote: Anyone know of a GUI solution for Majordomo that doesn't suck as bad as the Raq550 and later implementation? My first piece of advice to you is watch this space! A little birdie told me that there will be a total replacement of majordomo (and the gui) with something totally different in a future Blueonyx release... Stay tuned! Regards, Greg. .... -------------- next part -------------- An HTML attachment was scrubbed... URL: From saml at visuallink.com Thu Mar 31 09:09:38 2011 From: saml at visuallink.com (Samuel Lentz) Date: Thu, 31 Mar 2011 10:09:38 -0400 Subject: [BlueOnyx:06847] Relaying Denied error Message-ID: <4D948B22.9060206@visuallink.com> I just migrated one of my boxes from BlueQuartz to BlueOnyx. This morning I am having users saying that they are receiving a relaying denied error. This is what is in the maillog: Mar 31 09:42:24 mailserver sendmail[17375]: p2VDgO5d017375: ruleset=check_rcpt, arg1=, relay=[10.4.2.5], reject=550 5.7.1 ... Relaying denied. IP name lookup failed [10.4.2.5] If I am looking at the correctly, I am getting a denied due to a failed IP lookup (they are sending from an internal IP.) Do I need to add 10.4.2.5 to my hosts file? Thanks, Sam L. From rurick at usa.net Thu Mar 31 09:55:25 2011 From: rurick at usa.net (Roy Urick) Date: Thu, 31 Mar 2011 10:55:25 -0400 Subject: [BlueOnyx:06848] Re: Relaying Denied error In-Reply-To: <4D948B22.9060206@visuallink.com> References: <4D948B22.9060206@visuallink.com> Message-ID: <002d01cbefb3$ab2a9470$017fbd50$@usa.net> If its an internal/gateway IP, you can also add that IP to your "Relay Email >From Hosts/Domains/IP Addresses" list on the network services/email/advanced tab. -----Original Message----- From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Samuel Lentz Sent: Thursday, March 31, 2011 10:10 AM To: blueonyx at blueonyx.it Subject: [BlueOnyx:06847] Relaying Denied error I just migrated one of my boxes from BlueQuartz to BlueOnyx. This morning I am having users saying that they are receiving a relaying denied error. This is what is in the maillog: Mar 31 09:42:24 mailserver sendmail[17375]: p2VDgO5d017375: ruleset=check_rcpt, arg1=, relay=[10.4.2.5], reject=550 5.7.1 ... Relaying denied. IP name lookup failed [10.4.2.5] If I am looking at the correctly, I am getting a denied due to a failed IP lookup (they are sending from an internal IP.) Do I need to add 10.4.2.5 to my hosts file? Thanks, Sam L. _______________________________________________ Blueonyx mailing list Blueonyx at blueonyx.it http://www.blueonyx.it/mailman/listinfo/blueonyx .... From lesmith at ecsis.net Thu Mar 31 10:09:12 2011 From: lesmith at ecsis.net (Larry Smith) Date: Thu, 31 Mar 2011 10:09:12 -0500 Subject: [BlueOnyx:06849] Re: Relaying Denied error In-Reply-To: <4D948B22.9060206@visuallink.com> References: <4D948B22.9060206@visuallink.com> Message-ID: <201103311009.12094.lesmith@ecsis.net> On Thu March 31 2011 09:09, Samuel Lentz wrote: > I just migrated one of my boxes from BlueQuartz to BlueOnyx. This > morning I am having users saying that they are receiving a relaying > denied error. This is what is in the maillog: > > Mar 31 09:42:24 mailserver sendmail[17375]: p2VDgO5d017375: > ruleset=check_rcpt, arg1=, relay=[10.4.2.5], reject=550 > 5.7.1 ... Relaying denied. IP name lookup failed [10.4.2.5] > > If I am looking at the correctly, I am getting a denied due to a failed > IP lookup (they are sending from an internal IP.) Do I need to add > 10.4.2.5 to my hosts file? > Several ways to solve that, 1. use smtp-auth (port 587) for all sending (inside or out); 2. use poprelayd so that once an IP receives mail then it is allowed to send; 3. add your internal network(s) IP block to the access file (allowed to send). Preferred solution (IMHO) is (1) because it solves all sorts of problems and just plain works... -- Larry Smith lesmith at ecsis.net From saml at visuallink.com Thu Mar 31 10:52:20 2011 From: saml at visuallink.com (Samuel Lentz) Date: Thu, 31 Mar 2011 11:52:20 -0400 Subject: [BlueOnyx:06850] Re: Relaying Denied error In-Reply-To: <201103311009.12094.lesmith@ecsis.net> References: <4D948B22.9060206@visuallink.com> <201103311009.12094.lesmith@ecsis.net> Message-ID: <4D94A334.5040801@visuallink.com> On 03/31/2011 11:09 AM, Larry Smith wrote: > On Thu March 31 2011 09:09, Samuel Lentz wrote: >> I just migrated one of my boxes from BlueQuartz to BlueOnyx. This >> morning I am having users saying that they are receiving a relaying >> denied error. This is what is in the maillog: >> >> Mar 31 09:42:24 mailserver sendmail[17375]: p2VDgO5d017375: >> ruleset=check_rcpt, arg1=, relay=[10.4.2.5], reject=550 >> 5.7.1... Relaying denied. IP name lookup failed [10.4.2.5] >> >> If I am looking at the correctly, I am getting a denied due to a failed >> IP lookup (they are sending from an internal IP.) Do I need to add >> 10.4.2.5 to my hosts file? >> > Several ways to solve that, 1. use smtp-auth (port 587) for all sending > (inside or out); 2. use poprelayd so that once an IP receives mail then > it is allowed to send; 3. add your internal network(s) IP block to the > access file (allowed to send). Preferred solution (IMHO) is (1) because > it solves all sorts of problems and just plain works... > I am having to use option 3. I want to switch them to smtp-auth but they are not willing to do it at this time. From saml at visuallink.com Thu Mar 31 11:01:41 2011 From: saml at visuallink.com (Samuel Lentz) Date: Thu, 31 Mar 2011 12:01:41 -0400 Subject: [BlueOnyx:06851] Re: better majordomo GUI? In-Reply-To: <000c01cbefa2$bbf0c510$33d24f30$@usa.net> References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> <4D943B96.8070109@compassnetworks.com.au> <000c01cbefa2$bbf0c510$33d24f30$@usa.net> Message-ID: <4D94A565.50302@visuallink.com> On 03/31/2011 08:54 AM, Roy Urick wrote: > > Hmmmm... that would be more than awesome. Short of paying for a GUI > add-on by a local company, our only other idea was to try to figure > out how to get the raq4 software installed onto a modern box. Neither > solution is really very appealing. > > I'll keep my eyes open! > > *From:*blueonyx-bounces at blueonyx.it > [mailto:blueonyx-bounces at blueonyx.it] *On Behalf Of *Greg Kuhnert > *Sent:* Thursday, March 31, 2011 4:30 AM > *To:* blueonyx at blueonyx.it > *Subject:* [BlueOnyx:06845] Re: better majordomo GUI? > > Hi Roy. > > On 31/03/2011 1:48 PM, Roy Urick wrote: > > Anyone know of a GUI solution for Majordomo that doesn't suck as bad > as the Raq550 and later implementation? > > > My first piece of advice to you is watch this space! A little birdie > told me that there will be a total replacement of majordomo (and the > gui) with something totally different in a future Blueonyx release... > > Stay tuned! > > Regards, > Greg. > > > ?? > > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx I have to say that Majordomo is old. There has not been an update since Jan 19 2000. I would like to see something like Mailman. Sam L. -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil at magma-group.co.uk Thu Mar 31 14:27:33 2011 From: phil at magma-group.co.uk (Philip Hamer) Date: Thu, 31 Mar 2011 20:27:33 +0100 Subject: [BlueOnyx:06852] Hacked Account (Cubecart PHP Exploited) Message-ID: <00cf01cbefd9$af9ec230$0edc4690$@co.uk> Hi All. A site on my server running a cube cart store must have got hacked. Started to get a lot of ping back emails today from real random email addresses back to apache@ my server. Looking into the mails they were sent from cubecart @ somedomain. Some domain which no longer lives on my server! Hope my server does not get blacklisted. Phil. **************************************************************************** *********** Philip Hamer - Magma Energy Services ltd phil at magma-group.co.uk Mobile Telephone 07976 413593 **************************************************************************** *********** MAGMA ENERGY SERVICES LTD Specialists In The Supply, Installation And Maintenance Of Your Key Business Services Heating, Electrical, Fire & Security, Construction, Plumbing, Air Conditioning, Renewable Energy Please See Our Web Site www.magma-group.co.uk for up to date details **************************************************************************** *********** This email document, its contents and any attached or included files are confidential, and intended solely for the use of the intended recipient(s) to whom it is addressed. If you have received this email in error, please contact MAGMA Energy Services Ltd on 01543 422011 or email office at magma-group.co.uk Any unauthorized disclosure or use of the whole or part of this message (without prior consent in writing) is forbidden.Any views or opinions expressed are solely those of the author and do not necessarily represent those of Magma Energy Services Ltd. **************************************************************************** *********** MAGMA Energy Services Ltd, Registered In England 3997735 Registered Office: Magma Energy Services Ltd, Unit 5 Image Business Park, East Cannock Road, Hednesford, Cannock, West Midlands, WS12 1LT. Tel: 01543 422011 Fax: 01543 876582 Email office at magma-group.co.uk http://www.magma-group.co.uk **************************************************************************** *********** -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmobley at uhostme.com Thu Mar 31 14:29:37 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Thu, 31 Mar 2011 15:29:37 -0400 Subject: [BlueOnyx:06853] Re: HTTP Redirects In-Reply-To: <04c701cbef50$c216b000$46441000$@com> References: <1251153503.26614.12.camel@columbus.webtent.org> <044f01cbef19$57e99da0$07bcd8e0$@com> <201103301540.20592.lesmith@ecsis.net> <045601cbef1c$a31d24b0$e9576e10$@com> <007101cbef31$75b34530$6119cf90$@com> <048601cbef35$3e1611d0$ba423570$@com> <008c01cbef46$e5a758d0$b0f60a70$@com> <04c701cbef50$c216b000$46441000$@com> Message-ID: <004201cbefd9$f9396120$ebac2360$@com> Damn, I even surprised myself! Glad it worked... :-) > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On Behalf Of Adam Lepp > Sent: Wednesday, March 30, 2011 11:07 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06841] Re: HTTP Redirects > > Darrell, > > THANK YOU -- this does appear to have worked. > Certainly more complex than what I'm used to. > > > -----Original Message----- > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > On > Behalf Of Darrell D. Mobley > Sent: Wednesday, March 30, 2011 9:57 PM > To: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:06838] Re: HTTP Redirects > > In your siteX.include file in /etc/httpd/conf/vhosts/, put: > > > AllowOverride All > Options All > > > In your .htaccess, put: > > RewriteEngine On > RewriteCond %{HTTP_HOST} ^XXXX.com [NC] > RewriteRule ^(.*)$ http://www.XXXX.com/$1 [L,R=301] > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On Behalf Of Adam Lepp > > Sent: Wednesday, March 30, 2011 7:50 PM > > To: 'BlueOnyx General Mailing List' > > Subject: [BlueOnyx:06837] Re: HTTP Redirects > > > > The site contains one domain (YYYY.com & www.YYYY.com), and several > > aliases, > > including XXXX.com. > > The redirect is to www.XXXX.com > > > > I need it to use a 301, for SEO purposes. > > > > > > -----Original Message----- > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] > > On > > Behalf Of Darrell D. Mobley > > Sent: Wednesday, March 30, 2011 7:23 PM > > To: 'BlueOnyx General Mailing List' > > Subject: [BlueOnyx:06836] Re: HTTP Redirects > > > > Are you trying to redirect non-www traffic to a www domain? Or are you > > trying to redirect to another domain entirely? > > > > > -----Original Message----- > > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx- > bounces at blueonyx.it] > > > On Behalf Of Adam Lepp > > > Sent: Wednesday, March 30, 2011 4:54 PM > > > To: 'BlueOnyx General Mailing List' > > > Subject: [BlueOnyx:06833] Re: HTTP Redirects > > > > > > Thanks Larry. Looks promising, but doesn't work :( > > > > > > > > > -----Original Message----- > > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx- > bounces at blueonyx.it] > > > On > > > Behalf Of Larry Smith > > > Sent: Wednesday, March 30, 2011 4:40 PM > > > To: BlueOnyx General Mailing List > > > Subject: [BlueOnyx:06832] Re: HTTP Redirects > > > > > > According to webconfigs: > > > > > > > > > Options +FollowSymLinks > > > RewriteEngine on > > > RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] > > > > > > > > > goes in the .htaccess file, but have not tried it myself... > > > > > > -- > > > Larry Smith > > > lesmith at ecsis.net > > > > > > On Wed March 30 2011 15:30, Adam Lepp wrote: > > > > I've been having the same problem, and am unable to solve despite > > > various > > > > attempts. > > > > > > > > >From error log: > > > > > > > > [Wed Mar 30 16:07:47 2011] [alert] [client XX.XX.XX.XX] > > > > /home/.sites/31/site36/web/.htaccess: Redirect not allowed here > > > > > > > > .htaccess file: > > > > redirect 301 / http://www.domain.com/ > > > > > > > > Can someone provide me with the appropriate .htaccess content, as > well > > > as > > > > any other necessitated steps? > > > > > > > > Thanks! > > > > --Adam L. > > > > > > > > > > > > -----Original Message----- > > > > From: blueonyx-bounces at blueonyx.it [mailto:blueonyx- > > bounces at blueonyx.it] > > > On > > > > Behalf Of Robert Fitzpatrick > > > > Sent: Monday, August 24, 2009 6:38 PM > > > > To: charlesbowman at wknet.co.uk; BlueOnyx General Mailing List > > > > Subject: [BlueOnyx:02184] Re: HTTP Redirects > > > > > > > > On Sun, 2009-08-23 at 20:01 +0100, Charles Bowman wrote: > > > > > A few questions: > > > > > > > > > > 1. What does the log say? (/var/log/httpd/error_log) > > > > > > > > [Mon Aug 24 18:26:53 2009] [alert] [client > > > > 72.64.244.51] /home/.sites/120/site35/web/.htaccess: Invalid command > > > > '\xef\xbb\xbfRedirect', perhaps misspelled or defined by a module > not > > > > included in the server configuration > > > > > > > > > 2. Is HTACCESS enabled for the site in question: Log in to the web > > GUI > > > as > > > > > admin: Network Services --> Web > > > > > > > > I don't see an HTACCESS option, but have enabled FileInfo after > > finding > > > > on the apache site this was necessary to override using .htaccess > > > > > > > > > 3. Is the .HTACCESS file in the root of the public website. > > > > > > > > Yes - /home/.sites/120/site35/web/.htaccess > > > > > > > > > 4. Permissions of the HTACCESS file or the destination file - make > > > sure > > > > > > > > not > > > > > > > > > root or admin - should be the superuser of the site. > > > > > > > > Owner is site administrator of the vsite. Group is site35 (644). > > > > > > > > > 5. Is the destination file dynamic? > > > > > > > > No, not dynamic, the destination file is plain HTML code...in this > > > > failing redirect... > > > > > > > > Redirect 301 /water_removal_test.html > > > > http://www.sm24hr.com/water_removal.htm > > > > > > > > water_removal_test.html does not exist on the hard drive and the > > > > water_removal.htm, which is in the same vsite is... > > > > > > > > -rw-r--r-- 1 debanks site35 13K Aug 20 14:20 water_removal.htm > > > > > > > > Thanks for any help! > > > _______________________________________________ > > > Blueonyx mailing list > > > Blueonyx at blueonyx.it > > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > > > _______________________________________________ > > > Blueonyx mailing list > > > Blueonyx at blueonyx.it > > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > _______________________________________________ > > Blueonyx mailing list > > Blueonyx at blueonyx.it > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx > > _______________________________________________ > Blueonyx mailing list > Blueonyx at blueonyx.it > http://www.blueonyx.it/mailman/listinfo/blueonyx From dmobley at uhostme.com Thu Mar 31 14:30:39 2011 From: dmobley at uhostme.com (Darrell D. Mobley) Date: Thu, 31 Mar 2011 15:30:39 -0400 Subject: [BlueOnyx:06854] Re: better majordomo GUI? In-Reply-To: <4D943B96.8070109@compassnetworks.com.au> References: <000a01cbef4e$0ea960a0$2bfc21e0$@usa.net> <4D943B96.8070109@compassnetworks.com.au> Message-ID: <004301cbefda$1e9f5aa0$5bde0fe0$@com> Sounds like something the mailman would have whispered in your ear. J From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On Behalf Of Greg Kuhnert Sent: Thursday, March 31, 2011 4:30 AM To: blueonyx at blueonyx.it Subject: [BlueOnyx:06845] Re: better majordomo GUI? Hi Roy. On 31/03/2011 1:48 PM, Roy Urick wrote: Anyone know of a GUI solution for Majordomo that doesn't suck as bad as the Raq550 and later implementation? My first piece of advice to you is watch this space! A little birdie told me that there will be a total replacement of majordomo (and the gui) with something totally different in a future Blueonyx release... Stay tuned! Regards, Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: