Official XBian 1.0 Beta 1.1 thread
|
16th Jul, 2013, 07:06 PM
Post: #46
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
I was already triggered, but thanks
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
16th Jul, 2013, 07:31 PM
Post: #47
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Hi there,
I just try to update from beta 1 to the new 1.1 version and I get an error similar to the one Jehali has said but with the ifupdown interface, any ideas how to solve it? 'cos i can only think of trying a fresh install... |
|||
16th Jul, 2013, 10:10 PM
Post: #48
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Just fyi, I made a ticket at Flexget cos I cannot imagine it can be XBian causing the issue.
http://flexget.com/ticket/2110 After installing Paver, I could install Flexget. I have no idea what Paver is and why it is necessary. Also there were still 2 failures at the end of the installation so I will keep investigating. (16th Jul, 2013 06:07 PM)mk01 Wrote:(16th Jul, 2013 06:02 PM)zilexa Wrote: But I never had this error before, I use the same mac to maintain 3 RPis, two of them are still running 1.0a5.. hmm I must have installed something in the last few months. No problem I'll try changing it to C. Just wanted to be sure it's not caused by XBian. Thanks! |
|||
16th Jul, 2013, 10:58 PM
Post: #49
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(16th Jul, 2013 07:31 PM)wifi86 Wrote: Hi there, Hello wifi86 Yes I did this: sudo insserv -f rpcbind (without the qoutes !) then: apt-get -f install then continued with successfull update. |
|||
16th Jul, 2013, 11:51 PM
Post: #50
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(16th Jul, 2013 07:31 PM)wifi86 Wrote: Hi there, hard to know what you mean, but. on alpha5, eth0 wasn't listed in /etc/network/interfaces as "auto". ad1) it was working ad2) due to bugs in debians scripts, under some conditions it was even needed like this. since upstart, this is heading back to documented workflow so if eth0 is not listed as "auto" interface, standard ifup run will not trigger it. beta2 is correcting this (adding eth0 to "auto" to /etc/network/interfaces) so file should look like this: Code: auto lo Code: auto lo eth0 (16th Jul, 2013 10:10 PM)zilexa Wrote: hmm I must have installed something in the last few months. No problem I'll try changing it to C. Just wanted to be sure it's not caused by XBian. Thanks! more or less those errors you encountered are not affecting the program itself on the xbian. it only means, that the output of the messages would be like as you requested, but it's not possible, because your desired format is not available. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Jul, 2013, 01:28 AM
Post: #51
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(16th Jul, 2013 01:19 PM)Pawlisko Wrote: I have network disk with 0777 rights on it, created /mnt/Maxtor with 0777 rights (recursively). I can create files, read files, delete files but I can't rename files. This happens only on rpi, when I connect via Android, iOS or Windows everything is OK. Same issue.. is there a solution for that ? I've got another issue, each time xbmc lists the movies the rpi freezes and can't do anything expect power OFF/ON. I did a fresh install, same thing. When I browse by genre there is fewer movies and no hang. Sometimes the issue comes when am scraping a movie. Beta 1.1 is almost perfect for me.. I need to tell you guys are doing a very impressive work. Thanks a lot for that. |
|||
17th Jul, 2013, 01:33 AM
Post: #52
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 01:28 AM)lowlow75 Wrote: I've got another issue, each time xbmc lists the movies the rpi freezes and can't do anything expect power OFF/ON. ok, someone already reported memory eating. can you edit /etc/sysctl.conf and remove lines: kernel.msgmax = 65536 kernel.msgmnb = 65536 kernel.sem = 250 256000 32 1024 then reboot. of course be sure you don't have the 256mb model and zram-swap version lower than 1.0-3.1 ! Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Jul, 2013, 03:07 AM
Post: #53
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Hi,
I did a fresh install with Beta 1.1 now and my Wifi Stick doesn't work here. The Xbian Config says scanning wlan0 and after that the window disappears. In which log file do I have to look? Thats from dmesg: Code: usb 1-1.3.2: new high-speed USB device number 6 using dwc_otg Code: phy0 -> rt2x00_set_chip: Info - Chipset detected - rt: 2872, rf: 0001, rev: 0202. Thats from xbmc.log: Code: 19:06:02 T:3042402304 ERROR: ClearBlock: Trying to clear non existent block /home/xbian/.xbmc/addons/plugin.xbianconfig |
|||
17th Jul, 2013, 03:14 AM
Post: #54
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 03:07 AM)googl1 Wrote: The Xbian Config says scanning wlan0 and after that the window disappears. so you are referring to xbian config XBMC, not SHELL, right? please state this directly next time. and the issue, I have the feeling Iridium already reported (or someone). please check issue list on github (for xbmc-package-config-xbmc) and create issue there if not present. I have no clue of xbmc python programming, so we have to trigger Belese (author). thanks Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Jul, 2013, 08:25 AM
Post: #55
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
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:
sudo -i echo "frandom" >> /etc/modules; sync; reboot Did anyone get that to work? |
|||
17th Jul, 2013, 08:28 AM
Post: #56
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 01:33 AM)mk01 Wrote:(17th Jul, 2013 01:28 AM)lowlow75 Wrote: I've got another issue, each time xbmc lists the movies the rpi freezes and can't do anything expect power OFF/ON. Thanks. I did it but still the same issue. About my Pi, it's a 512 but for zram-swap am not sure how to find the version? (went into Xbian config and when I select information nothing appears). |
|||
17th Jul, 2013, 08:44 AM
Post: #57
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 08:28 AM)lowlow75 Wrote: I did it but still the same issue. apt-cache policy xbian-package-zram-swap mk Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Jul, 2013, 11:06 AM
Post: #58
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 08:44 AM)mk01 Wrote:(17th Jul, 2013 08:28 AM)lowlow75 Wrote: I did it but still the same issue. Thanks for your help Code: xbian-package-zram-swap: After some tests am experiencing exactly the same issue: freezing when xbmc display the movie list. :/ |
|||
17th Jul, 2013, 04:38 PM
Post: #59
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Hi, I upgraded from alpha 5 and it stopped at moving root and could not ssh to it anymore.
so I decided to do a fresh install. Everything works, but when I modify my /etc/fstab for my nfs shares and change locale to dutch and reboot, it does not start xbmc anymore. then there is some bracket error at awk Quote:awk line 1 syntax [ so when I remove the lines from /etc/fstab it works again. here are the four lines I added to /etc/fstab Code: 192.168.1.133:/mnt/HD_a2/shared/Movies /public/Movies nfs rsize=8192,wsize=8192,timeo=14,intr 0 0 |
|||
17th Jul, 2013, 05:54 PM
Post: #60
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(16th Jul, 2013 10:58 PM)JeHaLi Wrote:(16th Jul, 2013 07:31 PM)wifi86 Wrote: Hi there, Hi Jehali, thanks for the tip, when I get home I'll try that, 'cos I read about the first command "insserv -f..." but I don't know why I just thought after that should be executed the "atp-get install xbian-update" and with that i got the same problem... Again thank you and I'll tell you about the result. |
|||
« Next Oldest | Next Newest »
|