Forum
XBian DEVEL and STAGING repositories - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: XBian DEVEL and STAGING repositories (/thread-1861.html)

Pages: 1 2 3 4 5 6 7 8


Re: RE: XBian DEVEL and STAGING repositories - f1vefour - 16th Jan, 2014 10:42 AM

(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


RE: XBian DEVEL and STAGING repositories - CurlyMo - 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])



RE: XBian DEVEL and STAGING repositories - mk01 - 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


RE: XBian DEVEL and STAGING repositories - CurlyMo - 17th Jan, 2014 03:09 PM

Much of my programs fail because of this (default) feature.


RE: XBian DEVEL and STAGING repositories - Smultie - 17th Jan, 2014 04:55 PM

I can't access the Pi's SMB-shares in OSX since last updates as well.


XBian DEVEL and STAGING repositories - mk01 - 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 ?


RE: XBian DEVEL and STAGING repositories - CurlyMo - 18th Jan, 2014 01:05 AM

Unable to reach the samba shares.


RE: XBian DEVEL and STAGING repositories - CurlyMo - 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?


RE: XBian DEVEL and STAGING repositories - mk01 - 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
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)


Re: XBian DEVEL and STAGING repositories - CurlyMo - 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.


RE: XBian DEVEL and STAGING repositories - mk01 - 19th Jan, 2014 07:16 AM

post /run/upstart-ev.log


RE: XBian DEVEL and STAGING repositories - mk01 - 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.


RE: XBian DEVEL and STAGING repositories - CurlyMo - 19th Jan, 2014 09:11 PM

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



RE: XBian DEVEL and STAGING repositories - mk01 - 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 Smile


RE: XBian DEVEL and STAGING repositories - CurlyMo - 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.