Official XBian 1.0 Beta 1.1 thread
|
18th Jul, 2013, 06:26 PM
Post: #76
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 09:25 AM)zilexa Wrote: Also, why is my external USB (ext4) drive now by default mounted to /media/usb0 and /media/Storage-*FULLUUID* ? if you was fine with usb, it means you have just one ext hdd (otherwise it would be constantly changing). so, feel free to create a line in fstab for the driver with mount point /media/usb. or, change default mountpoint in /etc/usbmount/usbmount.conf LINKDIR="/media" to for instance LINKDIR="/mnt", this way /media directory won't get cleared of symlinks and do a symlink with name "usb" in /media pointing to /mnt/usb0. Or to /media/Storage-*FULLUUID*. and regarding the cronjobs, there are already some on clean system. don't be scared of them. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
18th Jul, 2013, 06:43 PM
Post: #77
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Thanks mk01, I will take a look at it and run the script and will try to mail you the zip. Although I don't know how to get it of the pi yet.
sorry for being a n00b. Will try the filezilla option from http://unix.stackexchange.com/a/14573/2585 (17th Jul, 2013 11:09 PM)mk01 Wrote: ... |
|||
18th Jul, 2013, 06:50 PM
Post: #78
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 06:26 PM)mk01 Wrote: if you was fine with usb, it means you have just one ext hdd (otherwise it would be constantly changing). so, feel free to create a line in fstab for the driver with mount point /media/usb. Thanks for the tip, I simply did: xbian@xbian /media $ sudo ln -s /media/usb0 usb And now its ok again. I want to create an image later and deploy it for friends and families RPis so I want to keep it generic, thats why I don't want to use UUID for now. If anyone connects more usb drives it will be accessible via usb1, usb2 etc so thats fine. |
|||
18th Jul, 2013, 07:07 PM
Post: #79
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
I have a 256M model, with 1.0beta1 and 1.0beta1.1, I experiencing the issue of freezing when xbmc display the movie list. I noticed the "btrfs-endio-1" process use too much cpu load. btw, I already used "partswap" parameter in cmdline.txt, no effect.
|
|||
18th Jul, 2013, 07:41 PM
Post: #80
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread | |||
18th Jul, 2013, 10:19 PM
Post: #81
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 04:38 PM)mk01 Wrote: apparently for ipsec the general 0 settings for "all" is not enough, it needs to be explicitly set for all existing adapters. It worked on ipsec Code: root@xBian:/home/xbian# ipsec verify After reboot clock is still not updating, but I can set it up manually. Issue with NTP? |
|||
19th Jul, 2013, 02:27 AM
Post: #82
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Before, XBian 1.0 Alpha 5 fstab worked with:
192.168.2.137:/media/HD3/incoming /home/xbian/nfs nfs defaults,user,auto,noatime,intr 0 0 Now, with beta 1.1 fails. Which is the bug? Thanks in advanced |
|||
19th Jul, 2013, 04:42 AM
Post: #83
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(19th Jul, 2013 02:27 AM)dmgmit Wrote: Before, XBian 1.0 Alpha 5 fstab worked with: I have exactly the same issue! it looks a bit like https://github.com/xbianonpi/xbian/issues/391 my fstab looks like this: // the usual stuff here and this is the custom part: 192.168.1.133:/mnt/HD_a2/shared/Movies /public/Movies nfs rsize=8192,wsize=8192,timeo=14,intr 0 0 192.168.1.133:/mnt/HD_a2/shared/Music /public/Music nfs rsize=8192,wsize=8192,timeo=14,intr 0 0 192.168.1.133:/mnt/HD_a2/shared/Pictures /public/Pictures nfs rsize=8192,wsize=8192,timeo=14,intr 0 0 192.168.1.133:/mnt/HD_a2/shared/TV\040Shows /public/TV nfs rsize=8192,wsize=8192,timeo=14,intr 0 0 and got the awk error then |
|||
19th Jul, 2013, 07:11 AM
Post: #84
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 04:38 PM)jphellemons Wrote: [code]try adding _netdev and nobootwait parameters. so it would look like 192.168.1.133:/mnt/HD_a2/shared/Movies /public/Movies nfs rsize=8192,wsize=8192,timeo=14,intr,_netdev,nobootwait 0 0 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
19th Jul, 2013, 07:13 AM
Post: #85
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 08:25 AM)xbmcnut Wrote: I've tried the Airplay fix that mk01 recommended here https://github.com/xbianonpi/xbian/issues/423 but it made no difference. Xbian is not broadcast. Have confirmed that Airplay is enabled after running the following code: The fix recommended in the github post did not fix it for me either. To be specific, the iPhone does not see XBian as an airplay receiver, it's not broadcasting. My /etc/modules file: Code: # /etc/modules: kernel modules to load at boot time. My /etc/init/dbus.conf file: Code: # dbus - D-Bus system message bus After executing the fix from the github post, both dbus and avahi-daemon still did not start (according to xbian-config) despite the "Autostart" option. |
|||
19th Jul, 2013, 07:20 AM
Post: #86
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 10:19 PM)Pawlisko Wrote: After reboot clock is still not updating, but I can set it up manually. Issue with NTP? so you RPI never gets proper date ? (19th Jul, 2013 07:13 AM)jamireh Wrote: After executing the fix from the github post, both dbus and avahi-daemon still did not start (according to xbian-config) despite the "Autostart" option. did you try the other option? - modifying dbus start stanza by removing the frandom dependency as it is here properly? https://github.com/xbianonpi/xbian-update/blob/master/content/var/tmp/xbian_update/files_to_overwrite/etc/init/dbus.conf (18th Jul, 2013 06:50 PM)zilexa Wrote: xbian@xbian /media $ sudo ln -s /media/usb0 usb of course you can, but the directory for symlinks get's cleaned on device add / remove and restart, so I just wanted to be correct in that sense. the solution is up to you, that way it has been changed, everybody wanted it differently and static were possible only through fstab edit. so feel free. maybe for beta I will add parameter for naming convention, so one would choose even how the folder name will be created. (18th Jul, 2013 07:07 PM)xbmajx Wrote: I have a 256M model, with 1.0beta1 and 1.0beta1.1, I experiencing the issue of freezing when xbmc display the movie list. I noticed the "btrfs-endio-1" process use too much cpu load. btw, I already used "partswap" parameter in cmdline.txt, no effect. can you check lsattr listing for /home/xbian/.xbmc/userdata and /home/xbian/.xbmc/userdata/Databases ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
19th Jul, 2013, 07:45 AM
Post: #87
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(19th Jul, 2013 07:20 AM)mk01 Wrote: did you try the other option? - modifying dbus start stanza by removing the frandom dependency as it is here properly? That did it. To be clear, merge the new dbus.conf and remove "frandom" from /etc/modules. Thanks. |
|||
19th Jul, 2013, 07:47 AM
Post: #88
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread | |||
19th Jul, 2013, 09:47 AM
Post: #89
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(19th Jul, 2013 07:20 AM)mk01 Wrote: can you check lsattr listing for /home/xbian/.xbmc/userdata and /home/xbian/.xbmc/userdata/Database ? Code: xbian@xbian ~ $ lsattr /home/xbian/.xbmc/userdata Code: xbian@xbian ~ $ lsattr /home/xbian/.xbmc/userdata/Database/ |
|||
19th Jul, 2013, 11:25 AM
Post: #90
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 04:38 PM)mk01 Wrote:(18th Jul, 2013 12:05 PM)toniodp Wrote: upgraded from alpha 5, I don't have /sys/class/thermal/thermal_zone0/temp anymore. Worked like a charm Thanks a lot for your help and your amazing work! |
|||
« Next Oldest | Next Newest »
|