<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Forum: Everything else - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Forum: Everything else - Recent Posts</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 07:02:34 +0000</pubDate>

<item>
<title>Richard on "10.6.3 Snow Leopard Server Serial"</title>
<link>http://diymacserver.com/forum/topic/1063-snow-leopard-server-serial#post-1240</link>
<pubDate>Sat, 02 Jul 2011 12:01:47 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">1240@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;b0bby, sorry we don't do that sort of stuff here...
&#60;/p&#62;</description>
</item>
<item>
<title>b0bby on "10.6.3 Snow Leopard Server Serial"</title>
<link>http://diymacserver.com/forum/topic/1063-snow-leopard-server-serial#post-1239</link>
<pubDate>Thu, 30 Jun 2011 11:37:30 +0000</pubDate>
<dc:creator>b0bby</dc:creator>
<guid isPermaLink="false">1239@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;hey guys anybody got a working snow leopard server 10.6.3 Serial ???
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Nagios and/or Cacti ?"</title>
<link>http://diymacserver.com/forum/topic/nagios-andor-cacti#post-1137</link>
<pubDate>Mon, 13 Jun 2011 17:01:18 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">1137@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Sorry, I don't have any experience with either of these products. Perhaps someone else can help...
&#60;/p&#62;</description>
</item>
<item>
<title>ygor on "Nagios and/or Cacti ?"</title>
<link>http://diymacserver.com/forum/topic/nagios-andor-cacti#post-1038</link>
<pubDate>Sat, 28 May 2011 21:19:10 +0000</pubDate>
<dc:creator>ygor</dc:creator>
<guid isPermaLink="false">1038@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Has anyone set up either or both of these monitoring utilities on a Mac ?&#60;br /&#62;
My goal is to be able to monitor the bandwidth useage thru my cable modem/Airport Base Station.
&#60;/p&#62;</description>
</item>
<item>
<title>Lindhardsen on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-945</link>
<pubDate>Thu, 07 Apr 2011 21:32:10 +0000</pubDate>
<dc:creator>Lindhardsen</dc:creator>
<guid isPermaLink="false">945@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;That's really great service. I hope you will be able to find a clue somewhere, as I have ran my forehead against the wall one to many time now!
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-944</link>
<pubDate>Thu, 07 Apr 2011 09:15:49 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">944@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I'll see if I can reproduce your problem to be able to determine a solution.
&#60;/p&#62;</description>
</item>
<item>
<title>Lindhardsen on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-943</link>
<pubDate>Tue, 05 Apr 2011 20:25:31 +0000</pubDate>
<dc:creator>Lindhardsen</dc:creator>
<guid isPermaLink="false">943@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;No, Skip-networking is not enabled.&#60;br /&#62;
On the other hand, neither is &#34;port&#34;, could that be a problem? I guess not, at least not related to this...
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-942</link>
<pubDate>Tue, 05 Apr 2011 18:51:41 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">942@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Jan did you enable the skip-networking option in MySQL so it can only use the socket for connectivity?
&#60;/p&#62;</description>
</item>
<item>
<title>Lindhardsen on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-941</link>
<pubDate>Mon, 04 Apr 2011 20:24:17 +0000</pubDate>
<dc:creator>Lindhardsen</dc:creator>
<guid isPermaLink="false">941@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi Richard, thanks for your responses, your help is highly appreciated!&#60;/p&#62;
&#60;p&#62;I'm running an DIY server, the only thing that is not according to your guides, is the MySQL, which I downloaded and installed of the MySQL website back in October, just before I found your excellent website.&#60;br /&#62;
The version is Server version: 5.1.51 MySQL Community Server&#60;br /&#62;
the my.cfn is located in /private/etc/my.cnf and the content is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[client]
socket = /var/mysql/mysql.sock

[mysqld]
socket = /var/mysql/mysql.sock&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And if I understand you correct, this is the setting that SQLGrey should pick up, just as the rest of the components does correctly. Right?&#60;br /&#62;
If I'm to change the connection setting, where should I do that? In my amateur eyes, this all seems just about right... Maybe I'm looking in the wrong place?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-940</link>
<pubDate>Mon, 04 Apr 2011 19:36:16 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">940@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;After some googling I found that Perl uses the MYSQL config file to determine the connection or socket settings in the config file.&#60;/p&#62;
&#60;p&#62;Otherwise we need to change the code to make a database connection look like:&#60;br /&#62;
DBI-&#38;gt;connect(&#34;DBI:mysql:host=localhost:mysql_socket=/tmp/mysql.sock;database=business&#34;...
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-939</link>
<pubDate>Mon, 04 Apr 2011 19:21:32 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">939@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Also, I forgot, do you have a MYSQL config file in /etc/ called my.cnf
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-938</link>
<pubDate>Mon, 04 Apr 2011 18:59:50 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">938@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Jan, which version of MySQl have you got installed and are you running a real OSX server or our DIYMacServer?
&#60;/p&#62;</description>
</item>
<item>
<title>Lindhardsen on "Problem with SQLGrey and MySQL"</title>
<link>http://diymacserver.com/forum/topic/problem-with-sqlgrey-and-mysql#post-937</link>
<pubDate>Mon, 04 Apr 2011 10:35:47 +0000</pubDate>
<dc:creator>Lindhardsen</dc:creator>
<guid isPermaLink="false">937@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I have a problem that has been keeping me puzzled since I installed my OSX &#34;Server&#34; in October:&#60;/p&#62;
&#60;p&#62;When I restart my server, postfix cannot connect to Dovecot. This it turns out, is related to that postgrey cannot ponnect to the database.&#60;br /&#62;
For some reason, sqlgrey is trying to connect to the socket (I assume) /tmp/mysql.sock!&#60;/p&#62;
&#60;p&#62;The workaround for this is simple, just create a link from the socket file /private/var/mysql/mysql.sock to /tmp/mysql.sock using:&#60;br /&#62;
&#34;ln /private/var/mysql/mysql.sock /tmp/mysql.sock&#34;.&#60;br /&#62;
The disadvantage of this, is that /tmp is emptied on every restart of the server, so I have to manually run this command after each restart.&#60;/p&#62;
&#60;p&#62;But WHY is this happening? Looking in my sqlgrey.conf, I have the following connection settings:&#60;br /&#62;
db_type = mysql&#60;br /&#62;
db_name = sqlgrey&#60;br /&#62;
# Note: the following are not used with SQLite&#60;br /&#62;
db_host = localhost&#60;br /&#62;
db_port = default&#60;/p&#62;
&#60;p&#62;Which is the same as any other component that uses MySQL on the system, and all other works fine!&#60;br /&#62;
I have tried to change the location of the mysql.sock file, but that basically causes all other components to fail :-(&#60;/p&#62;
&#60;p&#62;Is there a hidden setting in perl (which sqlgrey is built upon), which points to an alternative mysql location?&#60;/p&#62;
&#60;p&#62;Alternatively how can I prevent OSX from deleting the /tmp/mysql.sock link on shutdown?&#60;/p&#62;
&#60;p&#62;What I see in my system.log file is this:&#60;br /&#62;
Apr  4 10:38:52 Minin com.diymacserver.sqlgrey[357]: dbaccess: can't connect to DB: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)&#60;br /&#62;
Apr  4 10:38:52 Minin com.diymacserver.sqlgrey[357]: dbaccess: error: couldn't get now() from DB: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Jan
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-898</link>
<pubDate>Thu, 11 Nov 2010 00:07:11 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">898@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hmm, I don't know why there would be two perl installations.... although I've tinkered a lot through the years. &#60;/p&#62;
&#60;p&#62;Thanks, any help would be appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "32 bits vs 64 bits"</title>
<link>http://diymacserver.com/forum/topic/32-bits-vs-64-bits#post-897</link>
<pubDate>Wed, 10 Nov 2010 19:55:32 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">897@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;If your kernel is not 64 bits you can’t run any 64 bits programs. Sorry…&#60;/p&#62;
&#60;p&#62;If you have a 64 bit kernel you can run 32 bits programs, but the advantages of running 64 bits are many. Simply said your software will run much faster. We’ve done tests with mysql that show a 20% increase of performance on the same machine.&#60;/p&#62;
&#60;p&#62;You can switch between both kernels. How? Read: &#60;a href=&#34;http://support.apple.com/kb/HT3773&#34; rel=&#34;nofollow&#34;&#62;http://support.apple.com/kb/HT3773&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>aleks on "32 bits vs 64 bits"</title>
<link>http://diymacserver.com/forum/topic/32-bits-vs-64-bits#post-896</link>
<pubDate>Mon, 08 Nov 2010 21:15:00 +0000</pubDate>
<dc:creator>aleks</dc:creator>
<guid isPermaLink="false">896@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi, I am considering setting up a server on a C2D Mac mini running SL as described on this site soon. Can anyone explain the pros and cons of compiling everything in 64 bits vs 32 bits, considering the kernel will be 32 bits? I am curious as to the impact on memory usage, disk usage, etc.  My initial thoughts are that 32 bits will use less memory, processing, etc. I hope to use this mini as a desktop simultaneously as a server(is this a good idea?). Am I wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>Drew on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-895</link>
<pubDate>Mon, 08 Nov 2010 12:42:11 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid isPermaLink="false">895@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;You have 2 versions or perl installed?&#60;br /&#62;
Do you have something like fink installed?&#60;/p&#62;
&#60;p&#62;It appears that amavisd is finding perl 5.8.8 and trying to use that but SpamAssassin installed in the 5.8.9 version.&#60;/p&#62;
&#60;p&#62;I am looking for a solution as best I can.
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-894</link>
<pubDate>Sat, 06 Nov 2010 18:37:31 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">894@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks, binaries do show up, but here:&#60;/p&#62;
&#60;p&#62;find / -name SpamAssassin.pm&#60;br /&#62;
/opt/local/lib/perl5/site_perl/5.8.9/Mail/SpamAssassin.pm
&#60;/p&#62;</description>
</item>
<item>
<title>Drew on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-893</link>
<pubDate>Sat, 06 Nov 2010 12:45:37 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid isPermaLink="false">893@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;The fist thing I would do is check that it did install the binaries.&#60;/p&#62;
&#60;p&#62;try finding SpamAssassin.pm with&#60;br /&#62;
&#38;gt;find / -name SpamAssassin.pm&#60;/p&#62;
&#60;p&#62;or you could try typing in &#34;spama&#34; followed by a tab. It should autocomplete to &#34;spamassassin&#34; if it installed in the path. &#60;/p&#62;
&#60;p&#62;if it doesn't show up i would try using perl to install it from CPAN. perl will claim it is already installed if it is installed correctly. Otherwise it will try to install it again for you.&#60;/p&#62;
&#60;p&#62;sudo perl -MCPAN -e shell&#60;br /&#62;
install Mail::SpamAssassin&#60;/p&#62;
&#60;p&#62;let me know what happens
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-886</link>
<pubDate>Fri, 05 Nov 2010 05:34:28 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">886@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Right, it is not in that folder.&#60;/p&#62;
&#60;p&#62;I installed SA per your instructions here. I did note that the config files were in&#60;/p&#62;
&#60;p&#62;/etc/opt/mail/spamassassin/ rather than /etc/mail/spamassassin/&#60;/p&#62;
&#60;p&#62;... should I just try to reinstall?
&#60;/p&#62;</description>
</item>
<item>
<title>Drew on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-885</link>
<pubDate>Wed, 03 Nov 2010 07:09:02 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid isPermaLink="false">885@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I take it that SpamAssassin.pm is not in that folder.&#60;/p&#62;
&#60;p&#62;How did you install SpamAssassin?
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-884</link>
<pubDate>Mon, 01 Nov 2010 23:30:39 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">884@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks for the reply Drew,&#60;/p&#62;
&#60;p&#62;huh, I don't even have a Mail folder in /Library/Perl/5.8.8/    ....&#60;br /&#62;
though there is one here:&#60;/p&#62;
&#60;p&#62;/System/Library/Perl/Extras/5.8.8/Mail
&#60;/p&#62;</description>
</item>
<item>
<title>Drew on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-883</link>
<pubDate>Mon, 01 Nov 2010 06:04:03 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid isPermaLink="false">883@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi dw,&#60;br /&#62;
The first thing to do is to check that SpamAssassin.pm exists on your system.&#60;/p&#62;
&#60;p&#62;In your case it should be located under /Library/Perl/5.8.8/Mail/&#60;/p&#62;
&#60;p&#62;Can you see if it is there?&#60;/p&#62;
&#60;p&#62;Drew
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "SpamAssassin error"</title>
<link>http://diymacserver.com/forum/topic/spamassassin-error#post-882</link>
<pubDate>Sun, 31 Oct 2010 16:32:23 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">882@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi folks, I'm seeing this error in my console:&#60;/p&#62;
&#60;p&#62;10/31/10 9:30:09 AM org.diymacserver.amavisd[5580] Problem in antispam SA code: Can't locate Mail/SpamAssassin.pm in @INC (@INC contains: /Library/Perl/Updates/5.8.8/darwin-thread-multi-2level /Library/Perl/Updates/5.8.8 /System/Library/Perl/5.8.8/darwin-thread-multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 /Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 /Library/Perl/5.8.1) at (eval 48) line 64.&#60;br /&#62;
10/31/10 9:30:09 AM org.diymacserver.amavisd[5580] BEGIN failed--compilation aborted at (eval 48) line 64.&#60;br /&#62;
10/31/10 9:30:09 AM com.apple.launchd[1] (org.diymacserver.amavisd[5580]) Exited with exit code: 2&#60;br /&#62;
10/31/10 9:30:09 AM com.apple.launchd[1] (org.diymacserver.amavisd) Throttling respawn: Will start in 10 seconds&#60;/p&#62;
&#60;p&#62;Any clues? ---I'm running this on Leopard.&#60;br /&#62;
Thanks,&#60;br /&#62;
David
&#60;/p&#62;</description>
</item>
<item>
<title>aurora72 on "DIY compile compared to MacPorts/Fink"</title>
<link>http://diymacserver.com/forum/topic/diy-compile-compared-to-macportsfink#post-880</link>
<pubDate>Tue, 05 Oct 2010 08:10:24 +0000</pubDate>
<dc:creator>aurora72</dc:creator>
<guid isPermaLink="false">880@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;When I first started out to use my 1,83Ghz (64bit) Mac mini as a Unix/Linux machine, I tried MacPorts &#38;amp; Fink. Both of them offered the beginners a suitable way of trying Open Source software on a Mac but they've got some weak points though I appreciate the effort. &#60;/p&#62;
&#60;p&#62;When I started using MAcports &#38;amp; Fink problems mostly related to &#34;.dylib&#34; started to occur. I remember trying to install CLISP  (a Lisp implementation) using Fink and running into referencing problems, i.e. Fink expects to find say, libJPEG.dylib under &#34;/sw&#34;, the default place of Fink, while the original script referenced somewhere else. I remember giving up Fink and trying MacPorts to set up a web server (Apache, MySQL, PHP). Because my Mac mini was a 64bit machine, I have instructed the MacPorts to install them as 64bit binaries but I remember stopping at PHP. MacPorts was complaining about a .dylib (it might be libinconv.dylib, or libJpeg.dylib) which was running as 32bits on my machine and that it had to be 64bits, too. Surely enough, MacPorts could not convert to or find the 64bit version of that .dylib by itself. It was forcing me to install only the 32bit version of PHP and I didn't want that. You don't want to depend on MacPorts or Fink when you don't have to.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

