Slow samba issues
#16
!update!

it looks like i fixed the problem on my side. i disabled alchol 120% from mounting a virtual drive on startup. as soon as i turned off the virtual drive, my network slow downs stopped. weird, eh?
#17
hmmm....i've tried unmounting my daemon tools virtual drive, changed the streaming folder, but it's the same! i'm clueless regarding this issue. does anyone have antother solution?
#18
i had the same problem and it was driving me nuts! finally changed something which fixed it for me. i changed the debuglevel for the samba share to 10 and it now fills the cache almost immediately with no skips anymore. change this in the xboxmediacentre.xml file as per below:

<samba>
<workgroup>work</workgroup>
<smbip>192.168.1.100</smbip>
<smbsharename>(smb) network</smbsharename>
<defaultusername>xbox</defaultusername>
<defaultpassword>xbox</defaultpassword>
<winsserver>-</winsserver>
<debuglevel>10</debuglevel>
</samba>


just make sure that your log level (at the start of the xml file) is set to 2 or higher otherwise it will slow down dramatically as it tries to log all of the samba activities to the log file:

<!-- set the logging level: !-->
<!-- log level 0 = debug !-->
<!-- log level 1 = info !-->
<!-- log level 2 = notice !-->
<!-- log level 3 = warning !-->
<!-- log level 4 = error !-->
<!-- log level 5 = severe !-->
<!-- log level 6 = fatal !-->
<!-- log level 7 = none !-->
<!-- the higher loglevel number set, the less logging you will get. !-->
<!-- default is notice which logs everything except debug and info. !-->
<!-- loglevel debug also enables mplayer debug. !-->
<loglevel>2</loglevel>


hope this solves your problem!

cheers.

Logout Mark Read Team Forum Stats Members Help
Slow samba issues0