<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Network shares</title>
	<atom:link href="http://programmerthoughts.com/file-server/network-shares/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmerthoughts.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 16:59:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-72</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 11 Aug 2009 18:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-72</guid>
		<description>Why not install OpenDS or OpenLDAP in a Solaris Zone? It&#039;s pretty straightforward and as I recall with my Mac it is pretty easy to configure the Mac to use the OpenLDAP/OpenDS server for authentication.</description>
		<content:encoded><![CDATA[<p>Why not install OpenDS or OpenLDAP in a Solaris Zone? It&#8217;s pretty straightforward and as I recall with my Mac it is pretty easy to configure the Mac to use the OpenLDAP/OpenDS server for authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-71</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 04 May 2009 21:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-71</guid>
		<description>I got it working again too, but don&#039;t exactly know how! Hopefully this problem gets fixed in the 2009.06 release.

Anyway; I get it now on the permissions. With CIFS you effectively have a parallel permissions model.</description>
		<content:encoded><![CDATA[<p>I got it working again too, but don&#8217;t exactly know how! Hopefully this problem gets fixed in the 2009.06 release.</p>
<p>Anyway; I get it now on the permissions. With CIFS you effectively have a parallel permissions model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-70</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 04 May 2009 02:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-70</guid>
		<description>&lt;a href=&quot;#comment-300&quot; rel=&quot;nofollow&quot;&gt;@Bruce&lt;/a&gt;
We had a bad storm come through last night, and I lost power. I noticed today that, like you, the smb server was not running. I did manage to get it running though. I hope my methods work for you.

# svcadm disable network/smb/server
# rem_drv smbsrv
Invalid argument
Cannot remove major number binding for 260
# add_drv smbsrv
# svcadm enable -r network/smb/server
# svcs &#124; grep smb
online         20:59:18 svc:/network/smb/server:default
#

Although I don&#039;t think it was key to my success, earlier I did reimport the server manifest (svccfg import /var/svc/manifest/network/smb/server.xml).</description>
		<content:encoded><![CDATA[<p><a href="#comment-300" rel="nofollow">@Bruce</a><br />
We had a bad storm come through last night, and I lost power. I noticed today that, like you, the smb server was not running. I did manage to get it running though. I hope my methods work for you.</p>
<p># svcadm disable network/smb/server<br />
# rem_drv smbsrv<br />
Invalid argument<br />
Cannot remove major number binding for 260<br />
# add_drv smbsrv<br />
# svcadm enable -r network/smb/server<br />
# svcs | grep smb<br />
online         20:59:18 svc:/network/smb/server:default<br />
#</p>
<p>Although I don&#8217;t think it was key to my success, earlier I did reimport the server manifest (svccfg import /var/svc/manifest/network/smb/server.xml).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-69</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 03 May 2009 18:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-69</guid>
		<description>&lt;a href=&quot;#comment-298&quot; rel=&quot;nofollow&quot;&gt;@Bruce&lt;/a&gt;
I&#039;m glad you got CIFS running. There is no technical reason I used different user names on the file server (different from the Macs). Although I could have used the same names, I chose new ones for the following reasons:
1) I already had an admin user account on the file server with the same name as on one of the Macs.
2) I wanted a non-admin user accounts on the file server.
3) With specific remote users and a remote group on the file server, it&#039;s easy to keep track of who does what on the file server, and it&#039;s easy to handle the future cases of new computers or users connecting to the file server.

All that being said, if I were using the file server to share user accounts (which I am not), then, of course, I would use the same user names.</description>
		<content:encoded><![CDATA[<p><a href="#comment-298" rel="nofollow">@Bruce</a><br />
I&#8217;m glad you got CIFS running. There is no technical reason I used different user names on the file server (different from the Macs). Although I could have used the same names, I chose new ones for the following reasons:<br />
1) I already had an admin user account on the file server with the same name as on one of the Macs.<br />
2) I wanted a non-admin user accounts on the file server.<br />
3) With specific remote users and a remote group on the file server, it&#8217;s easy to keep track of who does what on the file server, and it&#8217;s easy to handle the future cases of new computers or users connecting to the file server.</p>
<p>All that being said, if I were using the file server to share user accounts (which I am not), then, of course, I would use the same user names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-68</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 03 May 2009 18:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-68</guid>
		<description>One more weird thing: I had to reboot. I now can&#039;t restart the cifs server, even with the &quot;turning the client on first&quot; trick. Sigh ...</description>
		<content:encoded><![CDATA[<p>One more weird thing: I had to reboot. I now can&#8217;t restart the cifs server, even with the &#8220;turning the client on first&#8221; trick. Sigh &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-67</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 03 May 2009 12:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-67</guid>
		<description>Hmm, that might be confusing: I meant &quot;using the same user names/groups on both the Macs and the server&quot;.</description>
		<content:encoded><![CDATA[<p>Hmm, that might be confusing: I meant &#8220;using the same user names/groups on both the Macs and the server&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-66</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 03 May 2009 12:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-66</guid>
		<description>It took me awhile, but I finally got cifs running.

Another question, as I&#039;m stuck on connecting: why did you create *_remote users and the &quot;remote&quot; group? Did using your Mac user names/groups not work?</description>
		<content:encoded><![CDATA[<p>It took me awhile, but I finally got cifs running.</p>
<p>Another question, as I&#8217;m stuck on connecting: why did you create *_remote users and the &#8220;remote&#8221; group? Did using your Mac user names/groups not work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-65</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 02 May 2009 22:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-65</guid>
		<description>Yes, I&#039;m running 2008.11. I had some problems getting it running myself. However, I started the client service, and the server then started with no problems. Then I turned off the client, and I haven&#039;t had any problems (but I haven&#039;t restarted yet).

I have found a whole lot of helpful info all over the Internet and especially at &lt;a href=&quot;http://sigtar.com/&quot; rel=&quot;nofollow&quot;&gt;sigtar.com&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m running 2008.11. I had some problems getting it running myself. However, I started the client service, and the server then started with no problems. Then I turned off the client, and I haven&#8217;t had any problems (but I haven&#8217;t restarted yet).</p>
<p>I have found a whole lot of helpful info all over the Internet and especially at <a href="http://sigtar.com/" rel="nofollow">sigtar.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://programmerthoughts.com/file-server/network-shares/#comment-64</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 02 May 2009 20:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://johnandkaren.com/blog/?page_id=218#comment-64</guid>
		<description>Thanks for this John; really helpful!

Quick question: what version of OpenSolaris are you running? 2008.11? Am having some problems getting cifs running that I suspect is a consequence of running a recent build.</description>
		<content:encoded><![CDATA[<p>Thanks for this John; really helpful!</p>
<p>Quick question: what version of OpenSolaris are you running? 2008.11? Am having some problems getting cifs running that I suspect is a consequence of running a recent build.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
