Official XBian 1.0 Beta 2 thread
|
7th Jan, 2014, 05:41 PM
Post: #226
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
7th Jan, 2014, 10:35 PM
Post: #227
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Fairly clean beta 2 install (without NFS).
pilight - modular domotica solution
|
|||
7th Jan, 2014, 11:27 PM
Post: #228
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
ok, just some notes - static ip configured by the router is still dhcp for xbian. if ip is configured before system starts networking, this IF needs to be configured as "inet manual" in interfaces file. otherwise debian skips interface as "already configured" -> what means IF set as auto is missing configuration -> what automatically makes static-network-up not met -> networking not met -> runlevels not started -> finally triggering failsafe boot dropping to shell.
then consider network mount in fstab not being mounted -> mountall job will not report events as network filesystems, filesystem, sometimes not even virtual filesystems. I will put shortly updates (to devel) with bootmenu finally (it can currently boot any system, any partition. no snaps and nfs from bootmenu yet), telnet available during initramfs phase and immediately with init start - making possible to access RPI at all times remotely if needed (stops as soon as ssh is available). only eth0 (or other IF) is needed, no other dependency. take over the console is possible also remotely with actual console screen. also all hard dependency to btrfs is removed. i tried to boot XBian from ext4, f2fs, xfs - including updating, upgrading. then option to choose any FS for cloning function will be added (including NFS). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Jan, 2014, 12:45 AM
Post: #229
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Concretely, how can i currently fix the network boot issue?
pilight - modular domotica solution
|
|||
8th Jan, 2014, 02:59 AM
Post: #230
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Re-Booting
I have a RPI based installation of the latest release (installed using the Windows based installer). It works sometimes, but most of the time it goes into a re-boot loop; "Starting xbmc" blank screen for 10-20 seconds Initial (in my case weather) screen for a few seconds a command line screen for a second. Loop starts over. I have re-installed three times hoping for a "magic" solution! Suggestions? Thanks |
|||
8th Jan, 2014, 05:08 AM
Post: #231
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
(8th Jan, 2014 12:45 AM)CurlyMo Wrote: Concretely, how can i currently fix the network boot issue? made it bold in previous post. literally it means that configuration for eth0 must look like this: Code: auto eth0 (8th Jan, 2014 02:59 AM)snowman58 Wrote: I have a RPI based installation of the latest release (installed using the Windows based installer). please check if this is your case: https://github.com/xbianonpi/xbian/issues/478#issuecomment-29559179 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Jan, 2014, 05:44 AM
Post: #232
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
(8th Jan, 2014 02:59 AM)snowman58 Wrote: I have a RPI based installation of the latest release (installed using the Windows based installer). please check if this is your case: https://github.com/xbianonpi/xbian/issues/478#issuecomment-29559179 [/quote] Thanks for the help. Not sure what issue the link is addressing, but it looks like the fix has already been incorporated in the latest release (which I am using). It may be a related issue, but I am not smart enough to see the relationship. Thanks! |
|||
8th Jan, 2014, 05:59 AM
Post: #233
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
When i have:
Code: auto eth0 lo This works, but the network splash still doesn't resolve until it ends in the shell: Code: auto eth0 lo pilight - modular domotica solution
|
|||
8th Jan, 2014, 06:45 AM
Post: #234
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
we are not talking about the same thing. with "Concretely, how can i currently fix the network boot issue?" I was expecting kernel auto configuration so eth0 is up, just needs to be marked as up for system and emit events.
post /run/upstart-ev.log to pastbin + dmesg. oh now I know. i can't find the other post with your fstab but if there is smb share and no nfs shares, then this other post should be solution: http://forum.xbian.org/thread-1970-post-19492.html#pid19492 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Jan, 2014, 08:48 AM
Post: #235
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
pilight - modular domotica solution
|
|||
8th Jan, 2014, 09:31 AM
Post: #236
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
nfs 2/3 or 4?
possibly this http://forum.xbian.org/thread-1770-post-18776.html#pid18776 if not send Code: tail /var/log/upstart/xbian-net.log Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Jan, 2014, 07:26 PM
Post: #237
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
What worked was removing one failing NFS mount
Why does it crash on this? pilight - modular domotica solution
|
|||
8th Jan, 2014, 07:46 PM
Post: #238
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
@CurlyMo
most of the setups with network shares entries in fstab have some dependency on it. you symlinks, me too for shared xbmc settings, others for db being on NAS etc. so the workflow: 1. net up 2. net mounts from etc as must 3. xbmc start 4. 100s failsafe trigger checking net and xbmc. if this is missing it opens console and force starts all nets (regardless of "auto" etc). the "issue" lies in 300s timeout for step 2. no problem to split it like 20s net mount hard then other dependencies are allowed, mount can continue but will emit event as done is xbmc is dependent on it it will fail as well but yes. it won't take 100s. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Jan, 2014, 08:09 PM
Post: #239
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Why not add a custom XBian fstab option called "required".
In my case: Code: //10.0.0.140/rpi /media/rpi cifs username=xxxx,password=xxxx,rw,file_mode=0777,dir_mode=0777,nounix,noserverino,required 0 0 pilight - modular domotica solution
|
|||
8th Jan, 2014, 10:27 PM
Post: #240
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
I would prefer existing defined common keywords.
since upstart mountall there is "nobootwait". Debian's linux-utils & libs is again too old not supporting it - meaning manual "mount /media/tv" run will throw error so "mount -s /media/tv" would be needed but it is supported by upstart processes. actual devel xbian-update is putting it already to /home, /lib/modules and / - this makes no need to commend them out in case of booting from non-btrfs filesystem. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official XBian Raspberry B+ models thread | IriDium | 4 | 21,301 |
23rd Nov, 2014 09:14 PM Last Post: 0xFF |
|
Official XBian 1.0 RC 2 Gotham (XBMC 13) thread | IriDium | 167 | 568,590 |
10th Sep, 2014 04:41 AM Last Post: weezer |
|
Official XBian 1.0 RC 2 thread | IriDium | 61 | 193,840 |
16th Aug, 2014 03:10 PM Last Post: mehlvogel |
|
Official XBian 1.0 RC 1 thread | IriDium | 173 | 589,204 |
1st May, 2014 02:44 PM Last Post: dharmabm |
|
Official XBian 1.0 Beta 1 thread | Koenkk | 303 | 1,192,228 |
12th Dec, 2013 12:46 AM Last Post: Exnor |
|
Official XBian 1.0 Alpha 5 thread | Koenkk | 366 | 1,441,193 |
15th Aug, 2013 07:35 AM Last Post: anthonyonions |
|
Official XBMC 12.2 Thread | Koenkk | 118 | 466,847 |
4th Jul, 2013 09:11 AM Last Post: mk01 |