<?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>pitr.net &#187; samba</title>
	<atom:link href="http://www.pitr.net/index.php/category/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pitr.net</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jul 2009 19:25:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Samba/Windows problem: content of folder does not refresh part 2</title>
		<link>http://www.pitr.net/index.php/2007/01/02/sambawindows-problem-content-of-folder-does-not-refresh-part-2/</link>
		<comments>http://www.pitr.net/index.php/2007/01/02/sambawindows-problem-content-of-folder-does-not-refresh-part-2/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 12:11:01 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.pitr.net/index.php/2007/01/02/sambawindows-problem-content-of-folder-does-not-refresh-part-2/</guid>
		<description><![CDATA[In reference to this older post, several people requested my smbd.conf samba configuration file. Here it is: [global] refresh = 1 log file = /var/log/samba/log.%m passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* . socket options = TCP_NODELAY obey pam restrictions = yes interfaces = 192.168.1.0/255.255.255.0 encrypt passwords = true passwd program = /usr/bin/passwd %u [...]]]></description>
			<content:encoded><![CDATA[<p>In reference to <a href="/index.php/2006/11/28/sambawindows-problem-content-of-folder-does-not-refresh/">this older post</a>, several people requested my smbd.conf samba configuration file. Here it is:</p>
<p>[global]<br />
refresh = 1<br />
log file = /var/log/samba/log.%m<br />
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .<br />
socket options = TCP_NODELAY<br />
obey pam restrictions = yes<br />
interfaces = 192.168.1.0/255.255.255.0<br />
encrypt passwords = true<br />
passwd program = /usr/bin/passwd %u<br />
passdb backend = tdbsam<br />
wins support = true<br />
dns proxy = no<br />
server string = %h server (Samba, Ubuntu)<br />
invalid users = root<br />
unix password sync = yes<br />
workgroup = KOALA<br />
os level = 20<br />
syslog = 0<br />
panic action = /usr/share/samba/panic-action %d<br />
max log size = 1000<br />
#strict sync = no<br />
#sync always = no<br />
#oplocks = no<br />
#level 2 oplocks = no<br />
kernel change notify = yes<br />
fam change notify = yes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2007/01/02/sambawindows-problem-content-of-folder-does-not-refresh-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba/Windows problem: content of folder does not refresh</title>
		<link>http://www.pitr.net/index.php/2006/11/28/sambawindows-problem-content-of-folder-does-not-refresh/</link>
		<comments>http://www.pitr.net/index.php/2006/11/28/sambawindows-problem-content-of-folder-does-not-refresh/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 21:55:04 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.pitr.net/index.php/2006/11/28/sambawindows-problem-content-of-folder-does-not-refresh/</guid>
		<description><![CDATA[Problems like: files not disappearing when you delete it through a samba share on a windows machine &#8220;new folder&#8221; command requires manual F5 (refresh) before it appears Can be easily solved by adding: refresh = 1 To your smb.conf configuration file. (global section) Same issue earlier reported: directory content refresh issues http://lists.samba.org/archive/samba/2005-August/109739.html creating new file [...]]]></description>
			<content:encoded><![CDATA[<p>Problems like:</p>
<ul>
<li>files not disappearing when you delete it through a samba share on a windows machine</li>
<li>&#8220;new folder&#8221; command requires manual F5 (refresh) before it appears</li>
</ul>
<p>Can be easily solved by adding:</p>
<p>refresh = 1</p>
<p>To your smb.conf configuration file. (global section)</p>
<p>Same issue earlier reported:</p>
<ul>
<li>directory content refresh issues <a href="http://lists.samba.org/archive/samba/2005-August/109739.html">http://lists.samba.org/archive/samba/2005-August/109739.html</a></li>
<li>creating new file or folder does not appear until hitting refresh <a target="_blank" href="http://lists.samba.org/archive/samba/2006-September/124973.html">http://lists.samba.org/archive/samba/2006-September/124973.html</a></li>
</ul>
<p>Other keywords:</p>
<ul>
<li>windows directory contents do not refresh</li>
<li>sync bug in windows samba share</li>
<li>samba share does not update</li>
<li>samba folder does not appear to be valid</li>
<li>samba refresh</li>
<li>apache deleted windows share refresh</li>
<li>samba directories not refreshing</li>
<li>new folder does not appear until refresh f5</li>
<li>samba folder refresh</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2006/11/28/sambawindows-problem-content-of-folder-does-not-refresh/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
