16th Jan, 2014, 10:42 AM
17th Jan, 2014, 07:35 AM
I installed the latest updates to date and now have issues with my samba share that constantly gets unmounted...
Code:
Inst xbian-package-initramfs-tools [1.3.3-3a] (1.3.3-4a XBian devel repository:devel [armhf])
Conf xbian-package-initramfs-tools (1.3.3-4a XBian devel repository:devel [armhf])
Inst xbian-package-upstart-xbmc-bridge [1.1.0-5] (1.1.0-6 XBian devel repository:devel [armhf])
Conf xbian-package-upstart-xbmc-bridge (1.1.0-6 XBian devel repository:devel [armhf])
Inst xbian-package-xbmc-scripts [1.0.1-20] (1.0.1-23 XBian devel repository:devel [armhf])
Conf xbian-package-xbmc-scripts (1.0.1-23 XBian devel repository:devel [armhf])
Inst autofs (5.0.7-3 Raspbian:7.0/stable [armhf])
Conf autofs (5.0.7-3 Raspbian:7.0/stable [armhf])
Inst xbian-update [1.0.2-15b] (1.0.2-16a XBian devel repository:devel [armhf])
Conf xbian-update (1.0.2-16a XBian devel repository:devel [armhf])
17th Jan, 2014, 08:02 AM
and mounted again as soon as you access it
http://forum.xbian.org/thread-1770-post-19990.html#pid19990
/etc/default/autofs
TIMEOUT=0 will disable umount
http://forum.xbian.org/thread-1770-post-19990.html#pid19990
/etc/default/autofs
TIMEOUT=0 will disable umount
17th Jan, 2014, 03:09 PM
Much of my programs fail because of this (default) feature.
17th Jan, 2014, 04:55 PM
I can't access the Pi's SMB-shares in OSX since last updates as well.
17th Jan, 2014, 06:24 PM
(17th Jan, 2014 03:09 PM)CurlyMo Wrote: [ -> ]Much of my programs fail because of this (default) feature.
what should be the error ?
18th Jan, 2014, 01:05 AM
Unable to reach the samba shares.
18th Jan, 2014, 03:46 AM
Latests issues.
- SSHD doesn't autostart.
- Samba shares don't get mounted on boot, even when autofs timeout=0.
Mount -a doesn't work after boot. I first need to unmount my samba shares.
- Can you please remove the feature that comments the initramfs from the config.txt?
- SSHD doesn't autostart.
- Samba shares don't get mounted on boot, even when autofs timeout=0.
Mount -a doesn't work after boot. I first need to unmount my samba shares.
- Can you please remove the feature that comments the initramfs from the config.txt?
19th Jan, 2014, 03:00 AM
(18th Jan, 2014 03:46 AM)CurlyMo Wrote: [ -> ]Latests issues.
1. - SSHD doesn't autostart.
2. - Samba shares don't get mounted on boot, even when autofs timeout=0.
Mount -a doesn't work after boot. I first need to unmount my samba shares.
3. - Can you please remove the feature that comments the initramfs from the config.txt?
3. no, but you can force to stay on (/etc/default/xbian-initramfs with FORCEINITRAM=yes)
2. timeout=0 is saying not to unmount when mount are idle. you was describing that your shares gets unmounted. timeout=0 is solution to this. post
Code:
grep cifs /etc/fstab /etc/auto.master.d/auto.xbian
in regards to point 2
remove "noatime" from /etc/auto.master.d/xbian.autofs (1st line at the end)
19th Jan, 2014, 05:26 AM
2. that didn't work. I will try your other suggestion later.
1. By using vnc and then:
/usr/sbin/sshd
Not sure about the exact path.
1. By using vnc and then:
/usr/sbin/sshd
Not sure about the exact path.
19th Jan, 2014, 07:16 AM
post /run/upstart-ev.log
19th Jan, 2014, 10:17 AM
@all
samba and ssh not being started this is fixed - config-shell package was updating inetd.conf wrongly, making inetd.conf finally empty file.
latest xbian-config can recreate the correct entries by simply enabling the service again. as it realizes there is no config file, it will recreate it.
samba and ssh not being started this is fixed - config-shell package was updating inetd.conf wrongly, making inetd.conf finally empty file.
latest xbian-config can recreate the correct entries by simply enabling the service again. as it realizes there is no config file, it will recreate it.
19th Jan, 2014, 09:11 PM
When installing the latest xbian-package-config-shell:
msgfmt: error while opening "/usr/local/include/xbian-config/gettext/xbian.nl.po" for reading: No such file or directory
xbian-update:
/var/lib/dpkg/info/xbian-update.postinst: line 736: /home/xbian/.xbmc/userdata/advancedsettings.xml: Permission denied
Terminal
msgfmt: error while opening "/usr/local/include/xbian-config/gettext/xbian.nl.po" for reading: No such file or directory
xbian-update:
Terminal
/var/lib/dpkg/info/xbian-update.postinst: line 736: /home/xbian/.xbmc/userdata/advancedsettings.xml: Permission denied
19th Jan, 2014, 09:25 PM
(19th Jan, 2014 09:11 PM)CurlyMo Wrote: [ -> ]When installing the latest xbian-package-config-shell:
Terminal
msgfmt: error while opening "/usr/local/include/xbian-config/gettext/xbian.nl.po" for reading: No such file or directory
xbian-update:
Terminal
/var/lib/dpkg/info/xbian-update.postinst: line 736: /home/xbian/.xbmc/userdata/advancedsettings.xml: Permission denied
1. NL language is prepared (awaiting lang file) and this way reminding me I should do it.
2. you have it accessible via smb, symlink and for xbian user only? that part of postinst is there since pre-B2 ages. but I can hide the errors, if it bothers you
19th Jan, 2014, 09:57 PM
2. it's indeed a symlink. Just hide the error.
The other errors are gone. System just started without issues with the latest packages.
The other errors are gone. System just started without issues with the latest packages.