<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>NewPush &#187; OS X 10.6</title> <atom:link href="http://newpush.com/tag/os-x-10-6/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Fri, 20 Apr 2012 10:25:44 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Installing DB2 Express C 9.5 on Mac OS X 10.6</title><link>http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/</link> <comments>http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/#comments</comments> <pubDate>Thu, 21 Jan 2010 14:10:57 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[DB2]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[DB2 9.5]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[OS X 10.6]]></category> <category><![CDATA[Snow Leopard]]></category><guid isPermaLink="false">http://www.wdream.com/?p=455</guid> <description><![CDATA[OS X developers do not need to use a virtual machine any longer to be able to run DB2 in their favorite development environment.  The latest version of DB2 9.5 available for download works on Snow Leopard (OS X 10.6). <a href="http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Summary</h4><p><b>DB2</b> Express C 9.5 is now available on OS X.  As a result OS X developers do not need to use a virtual machine any longer to be able to run DB2 in their favorite development environment.  And what more, the latest version available for download also works on Snow Leopard (OS X 10.6).</p><h4>Installation Steps</h4><p>Antonio Cangiano (see below) has created very good step by step instructions, as well as a demo of the install process.   Here are a couple of issues one might encounter:</p><ul><li>I recommend setting up a separate DB2 user to own the db2 install, for example <code>db2inst1</code></li><li>After the install or the first start, DB2 might freeze, and prevent any connections.  You might need to kill the db2* processes and start DB2 again.</li><li>Remember to source the environment required to run DB2 command line tools:<code><br /> . sqllib/db2profile </code></li><li>Profile can be loaded automatically by adding the above line to .<code>bash_profile</code> in your home directory</li><li>Allow all admin users to access the DB2 instance:<code><br /> db2 update dbm cfg using sysadm_group Admin</code></li><li>When trying <code>db2fs</code>, it will crash on Firefox 3, the easiest fix is to download and old version of Firefox, and give the path to that version when prompted by <code>db2fs</code></li><li>Make sure TCP/IP service in correctly configured in <code>/etc/services</code> and in DB2:<code><br /> db2 update dbm cfg using SVCENAME db2c_db2inst1<br /> db2set DB2COMM=tcpip</code></li><li>Add catalog entries for your remote databases:<code><br /> db2 catalog tcpip node DBNAME remote db2box.domain.com server 5000X</code></li></ul><h4>References</h4><ul><li><a href="http://antoniocangiano.com/2009/01/20/installing-db2-on-mac-os-x/">Install DB2 on Mac OS X and give us feedback</a> by <a href="http://antoniocangiano.com/about">Antonio Cangiano</a></li><li><a href="http://it.toolbox.com/blogs/db2luw/db2-expressc-now-available-on-mac-os-x-30590">DB2 Express-C Now Available on Mac OS X</a> by <a href="http://it.toolbox.com/people/ceaton55/">Chris Eaton</a></li><li><a href="http://antoniocangiano.com/2009/04/27/screencast-on-how-to-install-db2-express-c-on-mac-os-x/">Screencast on how to install DB2 Express-C on Mac OS X</a> by <a href="http://antoniocangiano.com/about">Antonio Cangiano</a></li><li><a href="http://antoniocangiano.com/2009/08/28/db2-on-mac-os-x-snow-leopard/">DB2 on Mac OS X Snow Leopard</a> by <a href="http://antoniocangiano.com/about">Antonio Cangiano</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Setting up shared VMWare Fusion host folders on CentOS and RHEL guest</title><link>http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/</link> <comments>http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/#comments</comments> <pubDate>Thu, 21 Jan 2010 13:11:59 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[OS X 10.6]]></category> <category><![CDATA[RHEL]]></category> <category><![CDATA[Shared Folders]]></category> <category><![CDATA[VMWare]]></category> <category><![CDATA[VMWare Fusion]]></category><guid isPermaLink="false">http://www.wdream.com/?p=453</guid> <description><![CDATA[Problem How to view folders from the Mac that hosts the VMWare Fusion guest operating system CentOS or Red Hat Linux? Solution First, make sure that the VMWare Tools are installed. That always helps. Next, in the WMWare configuration menu &#8230; <a href="http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Problem</h4><p>How to view folders from the Mac that hosts the VMWare Fusion guest operating system CentOS or Red Hat Linux?</p><h4>Solution</h4><ul><li>First, make sure that the VMWare Tools are installed.  That always helps.</li><li>Next, in the WMWare configuration menu of the guest, set up the desired shared folders.  There might be already a default shared folder pointing to the user&#8217;s home directory.</li><li>Next, in the guest OS, <code>ls -ld /mnt/hgfs</code> will display the available shared folders.</li></ul><h4>References</h4><p><a href="http://lists.centos.org/pipermail/centos-virt/2008-February/000203.html">[CentOS-virt] CentOS 5.1 guide for VMware Fusion</a></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OpenVPN write UDPv4: Can&#039;t assign requested address (code=49)</title><link>http://newpush.com/2010/01/openvpn-write-udpv4-cant-assign-requested-address-code49/</link> <comments>http://newpush.com/2010/01/openvpn-write-udpv4-cant-assign-requested-address-code49/#comments</comments> <pubDate>Thu, 21 Jan 2010 12:57:18 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[OpenVPN]]></category> <category><![CDATA[OS X 10.6]]></category> <category><![CDATA[Tunnelblick]]></category><guid isPermaLink="false">http://www.wdream.com/?p=451</guid> <description><![CDATA[To solve the problem, the easiest way is to flush the routes by rebooting.  The elegant way however is to shut down the interface connecting the Mac to the Internet, flush the routing table, and bring the interface back up. <a href="http://newpush.com/2010/01/openvpn-write-udpv4-cant-assign-requested-address-code49/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Problem</h4><p>On Max OS X, when trying to connect to an OpenVPN gateway, you may encounter the following error:<code><br /> 2010-01-21 05:14:59 write UDPv4: Can't assign requested address (code=49)<br /> 2010-01-21 05:15:01 write UDPv4: Can't assign requested address (code=49)<br /> ...<br /> </code><br /> The error would repeat itself indefinitely.</p><h4>Root Cause</h4><p>The TCP stack of the Mac has a bug that can cause the routing table to get corrupted.</p><h4>Solution</h4><p>The routing table needs to be flushed on the interface used to connect to the Internet.  Typically,</p><ul><li><code>en0</code>: ethernet (wired) interface</li><li><code>en1</code>: wlan (wireless) interface</li></ul><p>The easiest way is to flush the routes is to reboot.  The elegant way however is to shut down the interface connecting the Mac to the Internet, flush the routing table, and bring the interface back up.  For example, assuming a wired connection, open a terminal or an X11 xterm window and issue the following commands:<code><br /> sudo ifconfig en0 down<br /> sudo route flush<br /> sudo ifconfig en0 up<br /> </code><br /> In case the command line hangs after the flush command, just open a new terminal and run the last command from there.  When you are done, you can close all terminals.  If you are connecting with wireless, replace <code>en0</code> with <code>en1</code>.</p><h4>References</h4><p><a href="http://my.anuson.com/knowledgebase/1/OpenVPN-error-write-UDPv4-Cant-assign-requested-address-codeequals49.html">OpenVPN error: write UDPv4: Can&#8217;t assign requested address (code=49)</a></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/01/openvpn-write-udpv4-cant-assign-requested-address-code49/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Install Open MQ 4.4 on Mac OS X 10.6 (Snow Leopard)</title><link>http://newpush.com/2009/09/install-open-mq-4-4-on-mac-os-x-10-6-snow-leopard/</link> <comments>http://newpush.com/2009/09/install-open-mq-4-4-on-mac-os-x-10-6-snow-leopard/#comments</comments> <pubDate>Mon, 07 Sep 2009 07:02:04 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[OS X 10.6]]></category><guid isPermaLink="false">http://www.wdream.com/?p=397</guid> <description><![CDATA[Intro Snow Leopard comes with a native 64 bit Java 1.6 environment. The Open MQ binaries are made for the JDK 1.5 in 32 bit. This article shows how to make Open MQ work on OS X 1.6 by compiling &#8230; <a href="http://newpush.com/2009/09/install-open-mq-4-4-on-mac-os-x-10-6-snow-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Intro</h4><p>Snow Leopard comes with a native 64 bit Java 1.6 environment.  The Open MQ binaries are made for the JDK 1.5 in 32 bit.  This article shows how to make Open MQ work on OS X 1.6 by compiling from source.</p><h4>Steps</h4><ul><li>Set environment<code><br /> export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home<br /> export ANT_HOME=$HOME/apache-ant-1.7.1<br /> export ANT_OPTS=-Xmx512m<br /> export IMQ_HOME=$HOME/mq/dist/mq<br /> export CLASSPATH=$CLASSPATH:$IMQ_HOME/lib/jms.jar:$IMQ_HOME/lib/imq.jar<br /> </code></li><li>Download and unpack <code>ant</code> in your home directory</li><li>Download and uppack OpenMQ 4.4 source in your home directory</li><li>Create <code>extlib</code>:<code><br /> mkdir ~/mq/extlib</code></li><li>Download the Java EE 5 API into <code>extlib</code>:<code><p>http://download.java.net/maven/1/javaee/jars/javaee-api-5.jar</code></li><li>Compile Open MQ:<code><br /> cd ~/mq<br /> ant</code></li><li>Test Open MQ:<code><br /> cd dist/mq/bin<br /> ./imqbrokerd -tty &#038;<br /> cd ../examples/helloworld/helloworldmessage<br /> java HelloWorldMessage<br /> </code> You should see <code><br /> Sending Message: Hello World<br /> Read Message: Hello World<br /> </code> And some debug messages on the <code>imqbrokerd</code> console.</li></ul><h4>References</h4><ul><li><a href="http://download.java.net/mq/open-mq/4.4/b15/CompilingWithAnt.txt">Open MQ Compilation Guide</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/09/install-open-mq-4-4-on-mac-os-x-10-6-snow-leopard/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-05-22 12:38:21 by W3 Total Cache -->
