Forum

Full Version: XBian DEVEL and STAGING repositories
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
(11th Jan, 2014 07:45 PM)CurlyMo Wrote: [ -> ]I'm on the latest devel branch and all working fine to date.

+1 great work xbian devs
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])
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
Much of my programs fail because of this (default) feature.
I can't access the Pi's SMB-shares in OSX since last updates as well.
(17th Jan, 2014 03:09 PM)CurlyMo Wrote: [ -> ]Much of my programs fail because of this (default) feature.

what should be the error ?
Unable to reach the samba shares.
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?
(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
1. if it is not started, how do you start it later ?

in regards to point 2

remove "noatime" from /etc/auto.master.d/xbian.autofs (1st line at the end)
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.
post /run/upstart-ev.log
@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.
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
(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 Smile
2. it's indeed a symlink. Just hide the error.

The other errors are gone. System just started without issues with the latest packages.
Pages: 1 2 3 4 5 6 7 8
Reference URL's