Official XBian 1.0 Beta 1.1 thread
|
18th Jul, 2013, 04:38 AM
Post: #65
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 01:43 AM)Pawlisko Wrote: Would you be so kind and let me know what should I enter in the line of my fstab file to do it properly? ad the fstab, more or less like with cifs, I use this one: media.private:/xbmc /Network/Servers/media.private/xbmc nfs4 _netdev,rw,nfsvers=4,rsize=8192,wsize=8192,noatime 0 0 of course if you don't use nfs4, change to Code: media.private:/xbmc /Network/Servers/media.private/xbmc nfs _netdev,rw,rsize=8192,wsize=8192,noatime 0 0 with nfs if you don't use uid a guid (you used file_mode=0777,dir_mode=0777 with cifs), you need to set all_squash and anonuid=NNN on the server on exports file definition. the rsize and wsize are not needed, but as default nfs creates 1M buffer for read and also for write, that 2M per one mount, and I have 10, so it would take 20M down from memory. ad ipsec, if you put net.ipv4.conf.all.send_redirects=0 net.ipv4.conf.all.accept_redirects=0 in /etc/sysctl.conf, what happens ? or just during run, do: Code: sudo sysctl -w net.ipv4.conf.all.send_redirects=0; sudo sysctl -w net.ipv4.conf.all.accept_redirects=0 and retry the test ? (later: they are in /etc/sysctl.conf commented out, so just uncomment them. but it was like this prior beta as well) mk (18th Jul, 2013 02:11 AM)dmgmit Wrote: I just upgraded my raspi to xbian 1.0 beta 1.1 and the service in xbian-config is autostart but don't run the xbmc and stop with prompt login. Help me please I need the xbmc startup automatically. check, if /etc/init/xbmc.override file exists, if yes, delete it. if it doesn't exist, check for /etc/init.d/xbmc. if exists, delete it. what version "apt-cache policy xbian-package-config-shell" shows you as installed?? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|