beta2
|
13th Oct, 2013, 06:23 AM
Post: #451
|
|||
|
|||
RE: beta2
(12th Oct, 2013 12:48 PM)mk01 Wrote:(12th Oct, 2013 12:01 PM)thenork Wrote: I also checked the "Shares should be world writeable" for smb, but the problem is still there. I can actually connect to xbian home folder just fine, and it's writeable (didn't test that before). However for my usb drive, I can connect with xbian but not with guest. If I try with guest I get this in the mac console (xbian.local/Fantom is my usb drive): After update I can now connect to my usb drive and write to it. However, guest still has error and cannot connect to it. Guest can connect to xbian home folder and write to it. Here is my net conf list Terminal [xbmc-backup] path = /xbmc-backup read only = no guest ok = yes force user = root browseable = yes [Fantom] path = /media/Fantom guest ok = yes read only = no force user = xbian browseable = yes Also my usb drive is ext4, will that affect anything? |
|||
13th Oct, 2013, 06:30 AM
Post: #452
|
|||
|
|||
RE: beta2
(13th Oct, 2013 06:23 AM)thenork Wrote: After update I can now connect to my usb drive and write to it. However, guest still has error and cannot connect to it. Guest can connect to xbian home folder and write to it. Here is my net conf list hm. what is output of Code: ls -la /media ; ls -la /media/Fantom; mount | grep Fantom ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Oct, 2013, 06:44 AM
Post: #453
|
|||
|
|||
RE: beta2
(12th Oct, 2013 02:29 PM)mk01 Wrote:(9th Oct, 2013 06:20 AM)Dave400 Wrote: Bad news.. I installed the lirc update (along with 5 other packages) and now my remote is behaving how it was before, I've rolled back using a snapshot and will install the other updates again but leave out lirc for the time being... Removing it fixed my remote What line should I remove for ssh? (as now it hangs after asking for the password) *edit* Guess it was the same line |
|||
13th Oct, 2013, 07:54 AM
Post: #454
|
|||
|
|||
RE: beta2
(13th Oct, 2013 06:30 AM)mk01 Wrote: hm. what is output of Code: root@xbian:~# ls -la /media ; ls -la /media/Fantom; mount | grep Fantom |
|||
13th Oct, 2013, 08:53 AM
Post: #455
|
|||
|
|||
RE: beta2
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Oct, 2013, 09:08 AM
Post: #456
|
|||
|
|||
RE: beta2
Could be reload xbmc a little bit less hard.
i can't reproduce again, but it's happen, when i reload xbmc, addon was not stopped(xbian-config), it's still post log in new xbmc session and i can see screen on overlay when xbmc is stop. maybe send TERM, wait 2 sec and send KILL, addon should have time to stop, or at least keep the signal to stop and died after. or more hard and kill all xbmc subprocess with KILL. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Oct, 2013, 09:19 AM
Post: #457
|
|||
|
|||
RE: beta2
reload will never be nicer as "reload xbmc" is defined by upstard design as sending SIGHUP to the process. second part is what the process does about this.
"restart xbmc" can be controlled. as this is the standard workflow as from pre-start until post-stop. if you call "stop xbmc" or "restart xbmc" xbmc is going to be stopped by TERM signal, wait 10s and kill. btw: for the blocked python threads I'm keeping a list of PIDs (of xbian-config CLI) which were called from within xbmc. so instead of stopping / waiting / crashing xbian-config-xbmc (python inside xbmc), you can just do "kill $(cat /run/lock/xbian-config)". this will send TERM to running processes and python threads will finish immediatelly. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Oct, 2013, 04:34 PM
Post: #458
|
|||
|
|||
RE: beta2
(12th Oct, 2013 07:35 PM)namtih Wrote: @2) http://forum.stmlabs.com/showthread.php?tid=10868 but looks like you was first but nobody followed Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Oct, 2013, 08:12 PM
Post: #459
|
|||
|
|||
RE: beta2
followed instructions by @mk01 changed etc/usbmount/usbmount.conf SHARERW=yes and reboot the Pi, now I can read/write/rename to my external EXT4 HDD
xbian@xbian ~ $ sudo net conf list [sudo] password for xbian: [xbmc-backup] path = /xbmc-backup read only = no guest ok = yes force user = root browseable = yes [avMedia01] path = /media/avMedia01 guest ok = yes read only = no force user = xbian browseable = yes Edit: had to run this line of code and reboot as well sudo chown -Rc xbian:xbian /media/avMedia01 now all perfect . can't wait, now xbmc seems to be giving more attention to the Pi |
|||
13th Oct, 2013, 08:34 PM
Post: #460
|
|||
|
|||
RE: beta2
In my case Lirc now works at boot time. It only doesn't work in my specific cause. Probably because my /etc/lirc folder contains various symlinks to a samba share.
pilight - modular domotica solution
|
|||
13th Oct, 2013, 09:47 PM
Post: #461
|
|||
|
|||
RE: beta2
@CurlyMo
add condition "stopped xbian-net" to lirc.conf . when xbian-net is stopped, eth0/wlan should be up and nfs/nfs4/cifs mounts from fstab should have been mounted. (13th Oct, 2013 08:12 PM)xraxor Wrote: followed instructions by @mk01 changed etc/usbmount/usbmount.conf SHARERW=yes and reboot the Pi, now I can read/write/rename to my external EXT4 HDD thanks for confirming |
|||
14th Oct, 2013, 01:56 AM
Post: #462
|
|||
|
|||
RE: beta2
@mk01, the problem is that it also doesn't work when starting Lirc through SSH.
pilight - modular domotica solution
|
|||
14th Oct, 2013, 02:18 AM
Post: #463
|
|||
|
|||
RE: beta2
(13th Oct, 2013 08:34 PM)CurlyMo Wrote: In my case Lirc now works at boot time. It only doesn't work in my specific cause. Probably because my /etc/lirc folder contains various symlinks to a samba share. Can you not mount /etc/lirc as a whole folder? There are "test -f" statements which will obviously fail on symlink. That's why sometimes is better just test -e. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
14th Oct, 2013, 03:05 AM
Post: #464
|
|||
|
|||
RE: beta2
Didn't work either.
pilight - modular domotica solution
|
|||
14th Oct, 2013, 03:18 AM
Post: #465
|
|||
|
|||
RE: beta2
then put a "set -x" to hardware.conf and follow output in /var/log/upstart/lirc.conf
|
|||
« Next Oldest | Next Newest »
|