7th Jan, 2014, 03:51 AM
Hi fellow Xbian users,
Software
XBian version: 1.0 Beta2
XBMC version: 12.2
Overclock settings: default; However according to "vcgencmd get_config int" I think my Xbian overclocks because of "arm_freq=840"
Hardware
Power supply rating: Samsung 5.0V 2.0 A
RPi model (model A/B 256mb/512mb): Model B 512 MB
SD card size and make/type: Extrememory (sic) 4 GB
Network (wireless or LAN): Pi with LAN into Switch; Switch into Router
Connected devices (TV, USB, network storage, etc.): Toshiba TV, Network, Kingston USB Stick 16 GB
Logfile
Link to logfile(s): https://www.dropbox.com/s/fkecuw1zcbcwv3k/xbmc.log
Problem description:
I can't get rid of (or password-protect and make writable) the Samba shares "usb-stick" and "xbmc-backup-share".
I am not pleased with the read-onlyness and anonymous accessability of it all, so i would like to disable both or at least the usb-drive.
All the other shares were disabled by editing /etc/samba/smb.conf and commenting (adding a # to the beginning) the lines
followed by
I mount the stick myself using /etc/fstab with this line:
I already disabled automounting in the GUI and checked /etc/usbmount/usbmount.conf. There ENABLED=0 (read: enabled equals zero), and is therefore disabled.
Any ideas where those shares could be defined?
Software
XBian version: 1.0 Beta2
XBMC version: 12.2
Overclock settings: default; However according to "vcgencmd get_config int" I think my Xbian overclocks because of "arm_freq=840"
Hardware
Power supply rating: Samsung 5.0V 2.0 A
RPi model (model A/B 256mb/512mb): Model B 512 MB
SD card size and make/type: Extrememory (sic) 4 GB
Network (wireless or LAN): Pi with LAN into Switch; Switch into Router
Connected devices (TV, USB, network storage, etc.): Toshiba TV, Network, Kingston USB Stick 16 GB
Logfile
Link to logfile(s): https://www.dropbox.com/s/fkecuw1zcbcwv3k/xbmc.log
Problem description:
I can't get rid of (or password-protect and make writable) the Samba shares "usb-stick" and "xbmc-backup-share".
I am not pleased with the read-onlyness and anonymous accessability of it all, so i would like to disable both or at least the usb-drive.
All the other shares were disabled by editing /etc/samba/smb.conf and commenting (adding a # to the beginning) the lines
Code:
include = /etc/samba/user.conf
include = /etc/samba/shares.conf
Code:
sudo service samba restart
I mount the stick myself using /etc/fstab with this line:
Code:
/dev/sda1 /mnt/usb-stick/ auto sync,user,auto,rw 0 0
I already disabled automounting in the GUI and checked /etc/usbmount/usbmount.conf. There ENABLED=0 (read: enabled equals zero), and is therefore disabled.
Any ideas where those shares could be defined?