Re: [Samba] windows 7 on samba 3.4.2 slow

2009-12-01 Thread Jack Lau

Hello
 
Assuming that you have Windows 7 Professional / Enterprise or Ultimate, try 
going into Policy Editor (gpedit.msc), navigate to Computer Configuration, 
Administrative Templates, System and then User Profiles.
 
Open the setting in the list "Set maximum wait time for the network if a user 
has a roaming user profile or remote home directory", change it to enabled and 
set wait for network for maximum to 0 and then OK.
 
I use Windows Vista where I had exactly the same problem, even when I disable 
and never use roaming profiles.
 
Regards   
_
Have more than one Hotmail account? Link them together to easily access both
 http://clk.atdmt.com/UKM/go/186394591/direct/01/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba 3/4 - Franky - AD

2009-12-01 Thread Jack Lau

Hello
 
I had exactly the same problem.
 
However, I downloaded and installed GIT (apt-get install git-core in Debian / 
Ubuntu).
 
I then did:
git clone git://git.samba.org/samba.git samba
cd samba
git checkout v3-5-stable
cd source3
./configure --enable-merged-build
make
make install
 
If you haven't already done so, you need lots of development libraries, for 
example http://wiki.samba.org/index.php/Samba4/HOWTO/Ubuntu_Server_9.04 is a 
good source.
If you are getting messages saying that libraries are missing after the 
install, you may need to edit ld.so.conf and then run ldconfig.
You may also need to add /usr/local/samba/sbin and /usr/local/samba/bin to your 
path as well so that you don't have to cd into the directory or type it all out.
 
I am still yet to explore Samba 3.5 properly and haven't got past this stage 
yet.
 
Regards   
_
Have more than one Hotmail account? Link them together to easily access both
 http://clk.atdmt.com/UKM/go/186394591/direct/01/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba