<?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>can&#039;t use it &#187; snow leopard</title>
	<atom:link href="http://cantuse.it/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://cantuse.it</link>
	<description>A blog about good and bad usability, user interface design, prototyping, web application development, computer science and everything else.</description>
	<lastBuildDate>Sun, 06 Mar 2011 00:27:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wireshark installation problems in Snow Leopard</title>
		<link>http://cantuse.it/2009/09/wireshark-installation-problems-in-snow-leopard/</link>
		<comments>http://cantuse.it/2009/09/wireshark-installation-problems-in-snow-leopard/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 17:04:14 +0000</pubDate>
		<dc:creator>cemre</dc:creator>
				<category><![CDATA[tips&tricks]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.cantuse.it/?p=247</guid>
		<description><![CDATA[I installed Wireshark for my Networking course on Snow Leopard and had some difficulties.
After copying the command line utilities, if the folder you copied into wasn&#8217;t there before, it&#8217;s probably not in the include path. To edit the include path:

Open Terminal
sudo nano ~/.bash_profile
Add such a line:
export PATH=/opt/wireshark/bin/:$PATH
adjust name of the folder according to where you [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Wireshark for my Networking course on Snow Leopard and had some difficulties.</p>
<p>After copying the command line utilities, if the folder you copied into wasn&#8217;t there before, it&#8217;s probably not in the include path. To edit the include path:</p>
<ol>
<li>Open Terminal</li>
<li>sudo nano ~/.bash_profile</li>
<li>Add such a line:<br />
export PATH=/opt/wireshark/bin/:$PATH<br />
adjust name of the folder according to where you copied the files.</li>
</ol>
<p>Secondly, I was instructed to put ChmodBPF in StartupItems, but got the following error when I restarted:</p>
<blockquote><p>“/Library/StartupItems/ChmodBPF” has not been started because it does not have the proper security settings.</p></blockquote>
<p>I observed that there was something wrong with the ownership of those files. To solve it,</p>
<ol>
<li>Open Terminal</li>
<li>Go to /Library/StartupItems/</li>
<li>chown -R root:wheel</li>
</ol>
<p>This will fix the problem.</p>
<p>Then I got the following errors when I ran Wireshark:</p>
<blockquote><p>The following errors were found while loading the MIBS:<br />
-:0 1 module-not-found failed to locate MIB module `IP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IF-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `TCP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `UDP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMPv2-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `RFC1213-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IPV6-ICMP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IPV6-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-COMMUNITY-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-FRAMEWORK-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-MPD-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-NOTIFICATION-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-PROXY-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-TARGET-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-USER-BASED-SM-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-USM-DH-OBJECTS-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-VIEW-BASED-ACM-MIB&#8217;</p></blockquote>
<p>Apparently there is a problem with include paths. Solution:</p>
<ol>
<li>Click OK on error message.</li>
<li>In Wireshark window Edit &gt; Preferences &gt; Name Resolution.</li>
<li>Click <em>SMI (MIB and PIB) paths</em> edit button</li>
<li>Click New</li>
<li>Add the path <em>/usr/share/snmp/mibs/</em></li>
<li>OK and close Wireshark, also close X11.</li>
<li>Restart Wireshark</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://cantuse.it/2009/09/wireshark-installation-problems-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Leopard hangs, beachballs frequently (in Safari and Flash Player)</title>
		<link>http://cantuse.it/2009/09/solution-snow-leopard-hangs-beachballs-frequently-in-safari-and-flash-player/</link>
		<comments>http://cantuse.it/2009/09/solution-snow-leopard-hangs-beachballs-frequently-in-safari-and-flash-player/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:51:03 +0000</pubDate>
		<dc:creator>cemre</dc:creator>
				<category><![CDATA[tips&tricks]]></category>
		<category><![CDATA[beachball]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.cantuse.it/?p=244</guid>
		<description><![CDATA[Two things to do after upgrading:

Upgrade your Flash player because the one that comes with Snow Leopard is old. It gets choppy with HD videos, for example.
Flash Player update and Snow Leopard 
Follow the instructions on this forum post to clean caches
http://forums.macrumors.com/showthread.php?t=778819

UPDATE: I found out that the real problem was caused by extensions that weren&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Two things to do after upgrading:</p>
<ol>
<li>Upgrade your Flash player because the one that comes with Snow Leopard is old. It gets choppy with HD videos, for example.<br />
<a href="http://blogs.adobe.com/psirt/2009/09/flash_player_update_and_snow_l.html">Flash Player update and Snow Leopard </a></li>
<li>Follow the instructions on this forum post to clean caches<br />
<a href="http://forums.macrumors.com/showthread.php?t=778819">http://forums.macrumors.com/showthread.php?t=778819</a></li>
</ol>
<p><strong>UPDATE</strong>: I found out that the real problem was caused by extensions that weren&#8217;t compatible with Snow Leopard thus were giving errors and re-launching every few minutes (thus the beachballing). So open the Console and check your logs. When you identify the offending extensions from the Log, uninstall them if possible.</p>
<p>If you see launchd complaining that it can&#8217;t find something,  a handy script called &#8220;<em><a href="http://www.khiltd.com/software.html">Consultant&#8217;s Canary</a></em>&#8221; may help you see where they are configured so you can go ahead and delete the launcher scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://cantuse.it/2009/09/solution-snow-leopard-hangs-beachballs-frequently-in-safari-and-flash-player/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fireworks CS4 crashes on startup after upgrading to Snow Leopard</title>
		<link>http://cantuse.it/2009/09/fireworks-cs4-crashes-on-startup-after-upgrading-to-snow-leopard/</link>
		<comments>http://cantuse.it/2009/09/fireworks-cs4-crashes-on-startup-after-upgrading-to-snow-leopard/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:08:32 +0000</pubDate>
		<dc:creator>cemre</dc:creator>
				<category><![CDATA[tips&tricks]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[fireworks cs4]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.cantuse.it/?p=239</guid>
		<description><![CDATA[Solution: install the Fireworks CS4 upgrade from Adobe&#8217;s website.
Adobe &#8211; Fireworks Support Center : Downloads : Updaters
Then Fireworks will start crashing after quitting, but that&#8217;s not such a big problem :)
]]></description>
			<content:encoded><![CDATA[<p>Solution: install the Fireworks CS4 upgrade from Adobe&#8217;s website.</p>
<p><a href="http://www.adobe.com/support/fireworks/downloads_updaters.html">Adobe &#8211; Fireworks Support Center : Downloads : Updaters</a></p>
<p>Then Fireworks will start crashing after quitting, but that&#8217;s not such a big problem :)</p>
]]></content:encoded>
			<wfw:commentRss>http://cantuse.it/2009/09/fireworks-cs4-crashes-on-startup-after-upgrading-to-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3-finger 4-finger multi-touch gestures/Expose not working after upgrading to Snow Leopard</title>
		<link>http://cantuse.it/2009/09/3-finger-4-finger-multi-touch-gesturesexpose-not-working-after-upgrading-to-snow-leopard/</link>
		<comments>http://cantuse.it/2009/09/3-finger-4-finger-multi-touch-gesturesexpose-not-working-after-upgrading-to-snow-leopard/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:06:19 +0000</pubDate>
		<dc:creator>cemre</dc:creator>
				<category><![CDATA[tips&tricks]]></category>
		<category><![CDATA[4-finger]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[expose]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.cantuse.it/?p=237</guid>
		<description><![CDATA[I don&#8217;t know why, but after transferring my account from my old Macbook to the new one, 3-finger and 4-finger multi-touch gestures stopped working (in Snow Leopard). To solve this, just reset the PMC. The following procedures is for Macbooks which have internal batteries.

Shut down your computer normally.
Press (only once and shortly) left shift + [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why, but after transferring my account from my old Macbook to the new one, 3-finger and 4-finger multi-touch gestures stopped working (in Snow Leopard). To solve this, just reset the PMC. The following procedures is for Macbooks which have internal batteries.</p>
<ul>
<li>Shut down your computer normally.</li>
<li>Press (only once and shortly) left shift + left control + left option keys and the power button.</li>
<li>Wait 5 seconds</li>
<li>Turn the computer on. The sleep light should blink shortly.</li>
</ul>
<p>After doing this the 3- and 4-finger gestures started working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://cantuse.it/2009/09/3-finger-4-finger-multi-touch-gesturesexpose-not-working-after-upgrading-to-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

