Hey ACX,
The IE 11 issue continues. Version is "11.0.9600.17207". While the spinning wheel was being displayed I opened the dev tools and broke the javascript code. I don't see any errors in the console window. It puts me in some jquery code. One attempt put me in some handler code in the following file:
http://runeaudio/js/vendor/jquery-2.1.0 ... 4948459.jsCallstack just lists "r.handle()"
Active code snippet looks like :
o.event = {
global: {
},
add: function (a, b, c, d, e) {
var f, g, h, i, j, k, l, m, n, p, q, r = L.get(a);
if(r) {
c.handler && (f = c , c = f.handler , e = f.selector) , c.guid || (c.guid = o.guid++) , (i = r.events) || (i = r.events = {
}) , (g = r.handle) || (g = r.handle = function (b) {
return typeof o !== U && o.event.triggered !== b.type ? o.event.dispatch.apply(a, arguments) : void 0; <-Active line in debugger
}) , b = (b || "").match(E) || [
""
I tried Chrome and Firefox and the GUI seems fine both... IE is the only problem
When I left for work this morning, I had just added a "Network Mount" and it was indexing. This evening the "updating" message in the bottom left of the GUI was gone, but when I tried to browse my library, it still listed 0 network mounts. Then when I tried to 'add' one, it showed the one I added this morning in the list? I used the search box and queried for a band I know I have in the share and it came up with hits, but the mount wasn't shown for browsing.
I hit the 'force library update' and now it's probably gonna take overnight before it's done indexing again.
Another noob question - I thought I read about this somewhere but now I can't find it.... Do I need to expand the boot partition or create another partition with the free space on my SD card after applying the 0.3 image? If so, please name a tool that I should read up on (fstab I think I read?). It's a 32GB card. I notice in the debug log says there's no swap space. Is that typical with RPi setups? Seems risky with such a small amount of ram to have no swap at all, no?
http://pastebin.com/yVmVGnJBCurrently (indexing underway) when I ssh to the RPi, top shows "mpd" at about 30% and "cifsd" at about 20% CPU usage.
Thanks a lot,
Joe