NFS browsing working on Raspberry Pi but no Linux Laptop
#1
Hello,

I have a server box (Debian Linux) running NFSv4. On my Raspberry Pi, I can browse the share no problem from the menu and add it as a source. However, from Debian Linux box, I cannot.

The UIDs are all the same for the share (1000), so that shouldn't be the problem. I can manually mount the share no problem on the Linux box (which is a Debian testing box).

The XBMC version on the PI is 13.2, but it is 13.0 (which I can't upgrade without compiling, and I'd rather have it linked to a repo) on the Linux laptop box.

I have tried to manually input the share in the Linux box XBMC as nfs://192.168.1.50/home/share/Music and as nfs://192.168.1.50:/home/share/Music (the former is what works on the PI). There error I get is:

"Could not retrieve directory information. This could be due to the network not being connected. Would you like to add it anyway?"

I have completely flushed all firewall rules, including NAT. Since I can mount the share no prob manually, I'm not sure what is going on with XBMC. I'm not even sure exactly how XBMC does it. I have ssh'd into the Raspberry PI when I am browsing the NFS share, but it is not mounting it according the the "mount" command, so I would be interested in how it is browsing the share without mounting it.

I checked to make sure all the same xbmc packages installed on the PI are installed on the Linux box (they are).

Anyone have any ideas short of a version discrepancy issue (13.0 vs 13.2)?

Note, when I go to Music and select NFS as a source, it finds the right IP for my server box. It does NOT do this when I do the same on my Linux box. It is as if something is not set up correctly on the Linux box.

Best,
Nathan
Reply
#2
sudo apt-get install libnfs1

Next time post a Debug Log
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
That is odd. On the PI, I did a:

Code:
$ dpkg --get-selections|grep nfs
libnfsidmap2:armhf                install
nfs-common                    install

I had done this before to see if there were additional libraries. The "libnfs1" package doesn't seem to be installed (is it compiled in?).

However, adding the package on my Linux box allowed me to pick up the network share. However, it is not letting me browse the share directories.

Here are my UID/GIDs:

On the pi
Code:
pi@raspbmc:/root$ id
uid=1000(pi) gid=1000(pi) groups=1000(pi),4(adm),6(disk),7(lp),20(dialout),24(cdrom),29(audio),44(video)

NFS Server
Code:
user@dell-desktop /root $ id
uid=1000(user) gid=1000(user) groups=1000(user),27(sudo),111(fuse),120(sambashare),1004(share),1101(shareall)

Linux box
Code:
user@gateway-laptop ~ $ id
uid=1000(user) gid=1000(user) groups=1000(user),24(cdrom),27(sudo),111(fuse),131(vboxusers)

What am I missing? UID/GID are all the same, so the Linux box should be able to see what the PI is seeing as well. Note, I have substituted "user" as my username.

Here are my exports:

Code:
# cat /etc/exports
/home 192.168.1.0/24(rw,sync,no_subtree_check)

Debug log:

Code:
16:05:14 T:140085325875136  NOTICE: special://profile/ is mapped to: special://masterprofile/
16:05:14 T:140085325875136  NOTICE: -----------------------------------------------------------------------
16:05:14 T:140085325875136  NOTICE: Starting XBMC (13.0-ALPHA9 Git:Unknown). Platform: x86 Linux 64-bit
16:05:14 T:140085325875136  NOTICE: Using Release XBMC x64 build, compiled Nov  1 2013 by GCC 4.8.2 for x86 Linux 64-bit 3.11.6
16:05:14 T:140085325875136  NOTICE: Running on Linux 64-bit (Linux Mint LMDE, 3.11-2-amd64 x86_64)
16:05:14 T:140085325875136  NOTICE: Host CPU: Pentium(R) Dual-Core CPU T4400 @ 2.20GHz
                                            , 2 cores available
16:05:14 T:140085325875136  NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
16:05:14 T:140085325875136  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/x86_64-linux-gnu/xbmc
16:05:14 T:140085325875136  NOTICE: special://masterprofile/ is mapped to: /home/woodnt/.xbmc/userdata
16:05:14 T:140085325875136  NOTICE: special://home/ is mapped to: /home/woodnt/.xbmc
16:05:14 T:140085325875136  NOTICE: special://temp/ is mapped to: /home/woodnt/.xbmc/temp
16:05:14 T:140085325875136  NOTICE: The executable running is: /usr/lib/x86_64-linux-gnu/xbmc/xbmc.bin
16:05:14 T:140085325875136  NOTICE: Local hostname: gateway-laptop
16:05:14 T:140085325875136  NOTICE: Log File is located: /home/woodnt/.xbmc/temp/xbmc.log
16:05:14 T:140085325875136  NOTICE: -----------------------------------------------------------------------
16:05:14 T:140085325875136  NOTICE: load settings...
16:05:15 T:140085325875136  NOTICE: Found 1 Lists of Devices
16:05:15 T:140085325875136  NOTICE: Enumerated ALSA devices:
16:05:15 T:140085325875136  NOTICE:     Device 1
16:05:15 T:140085325875136  NOTICE:         m_deviceName      : default
16:05:15 T:140085325875136  NOTICE:         m_displayName     : Playback/recording through the PulseAudio sound server
16:05:15 T:140085325875136  NOTICE:         m_displayNameExtra:
16:05:15 T:140085325875136  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
16:05:15 T:140085325875136  NOTICE:         m_channels        : FL,FR,BL,BR,FC,LFE,SL,SR,UNKNOWN1,UNKNOWN2,UNKNOWN3,UNKNOWN4,UNKNOWN5,UNKNOWN6,UNKNOWN7,UNKNOWN8
16:05:15 T:140085325875136  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
16:05:15 T:140085325875136  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
16:05:15 T:140085325875136  NOTICE:     Device 2
16:05:15 T:140085325875136  NOTICE:         m_deviceName      : pulse
16:05:15 T:140085325875136  NOTICE:         m_displayName     : PulseAudio Sound Server
16:05:15 T:140085325875136  NOTICE:         m_displayNameExtra:
16:05:15 T:140085325875136  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
16:05:15 T:140085325875136  NOTICE:         m_channels        : FL,FR,BL,BR,FC,LFE,SL,SR,UNKNOWN1,UNKNOWN2,UNKNOWN3,UNKNOWN4,UNKNOWN5,UNKNOWN6,UNKNOWN7,UNKNOWN8
16:05:15 T:140085325875136  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
16:05:15 T:140085325875136  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
16:05:15 T:140085325875136  NOTICE:     Device 3
16:05:15 T:140085325875136  NOTICE:         m_deviceName      : @:CARD=Intel,DEV=0
16:05:15 T:140085325875136  NOTICE:         m_displayName     : HDA Intel
16:05:15 T:140085325875136  NOTICE:         m_displayNameExtra: CX20561 Analog
16:05:15 T:140085325875136  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
16:05:15 T:140085325875136  NOTICE:         m_channels        : FL,FR
16:05:15 T:140085325875136  NOTICE:         m_sampleRates     : 48000
16:05:15 T:140085325875136  NOTICE:         m_dataFormats     : AE_FMT_S32NE
16:05:15 T:140085325875136  NOTICE:     Device 4
16:05:15 T:140085325875136  NOTICE:         m_deviceName      : iec958:CARD=Intel,DEV=0
16:05:15 T:140085325875136  NOTICE:         m_displayName     : HDA Intel
16:05:15 T:140085325875136  NOTICE:         m_displayNameExtra: CX20561 Digital S/PDIF
16:05:15 T:140085325875136  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
16:05:15 T:140085325875136  NOTICE:         m_channels        : FL,FR
16:05:15 T:140085325875136  NOTICE:         m_sampleRates     : 44100,48000,96000
16:05:15 T:140085325875136  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
16:05:15 T:140085325875136  NOTICE:     Device 5
16:05:15 T:140085325875136  NOTICE:         m_deviceName      : hdmi:CARD=Intel,DEV=0
16:05:15 T:140085325875136  NOTICE:         m_displayName     : HDA Intel
16:05:15 T:140085325875136  NOTICE:         m_displayNameExtra: HDMI
16:05:15 T:140085325875136  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
16:05:15 T:140085325875136  NOTICE:         m_channels        : FL,FR,BL,BR,FC,LFE,SL,SR
16:05:15 T:140085325875136  NOTICE:         m_sampleRates     : 32000,44100,48000,88200,96000,176400,192000
16:05:15 T:140085325875136  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
16:05:15 T:140085325875136  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
16:05:15 T:140085325875136  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
16:05:15 T:140085325875136  NOTICE: Loaded playercorefactory configuration
16:05:15 T:140085325875136  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
16:05:15 T:140085325875136  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
16:05:15 T:140085325875136  NOTICE: LoadFromXML - unable to load:/home/woodnt/.xbmc/userdata/wakeonlan.xml
16:05:15 T:140085325875136  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
16:05:15 T:140085325875136  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
16:05:15 T:140085325875136  NOTICE: Default DVD Player: dvdplayer
16:05:15 T:140085325875136  NOTICE: Default Video Player: dvdplayer
16:05:15 T:140085325875136  NOTICE: Default Audio Player: paplayer
16:05:15 T:140085325875136  NOTICE: Enabled debug logging due to GUI setting (2)
16:05:15 T:140085325875136  NOTICE: Log level changed to 2
16:05:15 T:140085325875136    INFO: creating subdirectories
16:05:15 T:140085325875136    INFO: userdata folder: special://masterprofile/
16:05:15 T:140085325875136    INFO: recording folder:
16:05:15 T:140085325875136    INFO: screenshots folder:
16:05:15 T:140085325875136    INFO: load language info file: special://xbmc/language/English/langinfo.xml
16:05:15 T:140085325875136   DEBUG: trying to set locale to en_US.UTF-8
16:05:15 T:140085325875136    INFO: global locale set to en_US.UTF-8
16:05:15 T:140085325875136   DEBUG: unable to load special://xbmc/language/original/langinfo.xml: Failed to open file at line 0
16:05:15 T:140085325875136   DEBUG: Previous line repeats 1 times.
16:05:15 T:140085325875136    INFO: load English language file, from path: special://xbmc/language/
16:05:15 T:140085325875136   DEBUG: POParser: loaded 3069 strings from file /usr/share/xbmc/language/English/strings.po
16:05:15 T:140085325875136   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:15 T:140085325875136   DEBUG: DllAvCodec: Using libavcodec system library
16:05:15 T:140085325875136   DEBUG: DllAvFormat: Using libavformat system library
16:05:15 T:140084726105856  NOTICE: Thread ActiveAE start, auto delete: false
16:05:15 T:140084785186560  NOTICE: Thread AESink start, auto delete: false
16:05:15 T:140084785186560    INFO: CActiveAE::OpenSink - sink incompatible, re-starting
16:05:15 T:140084785186560   DEBUG: CActiveAE::OpenSink - trying to open device ALSA:default
16:05:15 T:140084785186560    INFO: CAESinkALSA::Initialize - Attempting to open device "default"
16:05:15 T:140084785186560    INFO: CAESinkALSA::Initialize - Opened device "default"
16:05:15 T:140084785186560   DEBUG: CAESinkALSA::InitializeHW - Request: periodSize 2205, bufferSize 8820
16:05:15 T:140084785186560   DEBUG: CAESinkALSA::InitializeHW - Got: periodSize 2205, bufferSize 8820
16:05:15 T:140084785186560   DEBUG: CAESinkALSA::InitializeHW - Setting timeout to 200 ms
16:05:15 T:140084785186560   DEBUG: CActiveAE::OpenSink - ALSA Initialized:
16:05:15 T:140084785186560   DEBUG:   Output Device : Playback/recording through the PulseAudio sound server
16:05:15 T:140084785186560   DEBUG:   Sample Rate   : 44100
16:05:15 T:140084785186560   DEBUG:   Sample Format : AE_FMT_FLOAT
16:05:15 T:140084785186560   DEBUG:   Channel Count : 2
16:05:15 T:140084785186560   DEBUG:   Channel Layout: FL,FR
16:05:15 T:140084785186560   DEBUG:   Frames        : 2205
16:05:15 T:140084785186560   DEBUG:   Frame Samples : 4410
16:05:15 T:140084785186560   DEBUG:   Frame Size    : 8
16:05:15 T:140085325875136  NOTICE: Running database version Addons15
16:05:15 T:140085325875136   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-x86_64-linux.so)
16:05:15 T:140085325875136   DEBUG: Loading: /usr/lib/x86_64-linux-gnu/xbmc/system/libcpluff-x86_64-linux.so
16:05:15 T:140085325875136    INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/x86_64-linux-gnu/xbmc/addons: No such file or directory'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in visualization.fishbmc has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in visualization.goom has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv.cmyth has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in script.xbmc.debug.log has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.debug has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
16:05:15 T:140085325875136   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
16:05:15 T:140085325875136  NOTICE: ADDONS: Using repository repository.xbmc.org
16:05:15 T:140085325875136    INFO: LIRC Initialize: using: /dev/lircd
16:05:15 T:140085325875136    INFO: LIRC Initialize: connect failed: No such file or directory
16:05:15 T:140085325875136   DEBUG: Failed to connect to LIRC. Retry in 10s.
16:05:15 T:140085325875136   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
16:05:15 T:140085325875136   DEBUG: LoadMappings - loaded node "CEC Adapter"
16:05:15 T:140085325875136   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
16:05:15 T:140085325875136   DEBUG: LoadMappings - loaded node "iMON HID device"
16:05:15 T:140085325875136   DEBUG: CPeripheralBusUSB - initialised udev monitor
16:05:15 T:140085325875136   DEBUG: SECTION:LoadDLL(libcec.so.2)
16:05:15 T:140085325875136   DEBUG: Loading: libcec.so.2
16:05:15 T:140084761487104  NOTICE: Thread PeripBusCEC start, auto delete: false
16:05:15 T:140084753094400  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
16:05:15 T:140085325875136   DEBUG: Selected UDisks as storage provider
16:05:15 T:140085325875136   DEBUG: UDisks: DaemonVersion 1
16:05:15 T:140085325875136   DEBUG: UDisks: Querying available devices
16:05:15 T:140085325875136    INFO: UDisks: Added /home
16:05:15 T:140085325875136  NOTICE: Setup SDL
16:05:15 T:140085325875136    INFO: Available videomodes (xrandr):
16:05:15 T:140085325875136    INFO: Number of connected outputs: 1
16:05:15 T:140085325875136    INFO: Output 'LVDS1' has 7 modes
16:05:15 T:140085325875136    INFO: ID:0x47 Name:1366x768 Refresh:59.973122 Width:1366 Height:768
16:05:15 T:140085325875136    INFO: Pixel Ratio: 0.996936
16:05:15 T:140085325875136    INFO: ID:0x48 Name:1360x768 Refresh:59.798988 Width:1360 Height:768
16:05:15 T:140085325875136    INFO: Pixel Ratio: 1.001334
16:05:15 T:140085325875136    INFO: ID:0x49 Name:1360x768 Refresh:59.960030 Width:1360 Height:768
16:05:15 T:140085325875136    INFO: Pixel Ratio: 1.001334
16:05:15 T:140085325875136    INFO: ID:0x4a Name:1024x768 Refresh:60.003841 Width:1024 Height:768
16:05:15 T:140085325875136    INFO: Pixel Ratio: 1.329897
16:05:15 T:140085325875136    INFO: ID:0x4b Name:800x600 Refresh:60.316540 Width:800 Height:600
16:05:15 T:140085325875136    INFO: Pixel Ratio: 1.329897
16:05:15 T:140085325875136    INFO: ID:0x4c Name:800x600 Refresh:56.250000 Width:800 Height:600
16:05:15 T:140085325875136    INFO: Pixel Ratio: 1.329897
16:05:15 T:140085325875136    INFO: ID:0x4d Name:640x480 Refresh:59.940479 Width:640 Height:480
16:05:15 T:140085325875136    INFO: Pixel Ratio: 1.329897
16:05:15 T:140085325875136  NOTICE: Checking resolution 15
16:05:15 T:140085325875136    INFO: XRANDR: /usr/lib/x86_64-linux-gnu/xbmc/xbmc-xrandr --output LVDS1 --mode 0x47
16:05:15 T:140085325875136  NOTICE: Using visual 0x22
16:05:16 T:140085325875136    INFO: GL: Maximum texture width: 8192
16:05:16 T:140085325875136   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-linux.so)
16:05:16 T:140085325875136   DEBUG: Loading: /usr/lib/x86_64-linux-gnu/xbmc/system/ImageLib-x86_64-linux.so
16:05:16 T:140085325875136   DEBUG: GLX_EXTENSIONS: GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event
16:05:16 T:140085325875136  NOTICE: GL_VENDOR = Intel Open Source Technology Center
16:05:16 T:140085325875136  NOTICE: GL_RENDERER = Mesa DRI Mobile Intel® GM45 Express Chipset
16:05:16 T:140085325875136  NOTICE: GL_VERSION = 2.1 Mesa 9.2.2
16:05:16 T:140085325875136  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
16:05:16 T:140085325875136  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_MESA_texture_array GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_ES2_compatibility GL_ARB_debug_output GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_rgb10_a2ui GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_shader_bit_encoding GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_internalformat_query GL_ARB_texture_storage GL_ARB_invalidate_subdata
16:05:16 T:140085325875136    INFO: GL: Maximum texture width: 8192
16:05:16 T:140085325875136   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
16:05:16 T:140085325875136    INFO: load default splash image: /usr/share/xbmc/media/Splash.png
16:05:16 T:140085325875136   DEBUG: CheckDisplayEvents: Received RandR event 89
16:05:16 T:140085325875136   DEBUG: CheckDisplayEvents - notify display reset event
16:05:16 T:140085325875136    INFO: load keymapping
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/mouse.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/remote.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
16:05:16 T:140085325875136    INFO: Loading special://xbmc/system/Lircmap.xml
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'mceusb'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'XboxDVDDongle'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'Microsoft_Xbox'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'anysee'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'iMON-PAD'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'MCE_via_iMON'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'TwinHanRemote'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'linux-input-layer'
16:05:16 T:140085325875136    INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
16:05:16 T:140085325875136    INFO: * Linking remote mapping for 'linux-input-layer' to 'devinput'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'mediacenter'
16:05:16 T:140085325875136    INFO: * Adding remote mapping for device 'Streamzap_PC_Remote'
16:05:16 T:140085325875136   DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
16:05:16 T:140085325875136    INFO: GUI format 720x480, Display Windowed
16:05:16 T:140085325875136   DEBUG: guilib: Fill viewport on change for solving rendering passes
16:05:16 T:140085325875136   DEBUG: SECTION:LoadDLL(libcurl-gnutls.so.4)
16:05:16 T:140085325875136   DEBUG: Loading: libcurl-gnutls.so.4
16:05:16 T:140085325875136  NOTICE: Running database version Addons15
16:05:16 T:140085325875136   DEBUG: Initialize, updating databases...
16:05:16 T:140085325875136  NOTICE: Running database version ViewModes6
16:05:16 T:140085325875136  NOTICE: Running database version Textures13
16:05:16 T:140085325875136  NOTICE: Running database version MyMusic37
16:05:16 T:140085325875136  NOTICE: Running database version MyVideos76
16:05:16 T:140085325875136  NOTICE: Running database version TV22
16:05:16 T:140085325875136  NOTICE: Running database version Epg7
16:05:16 T:140085325875136   DEBUG: Initialize, updating databases... DONE
16:05:16 T:140085325875136  NOTICE: start dvd mediatype detection
16:05:16 T:140085325875136  NOTICE: initializing playlistplayer
16:05:16 T:140085325875136  NOTICE: DONE initializing playlistplayer
16:05:16 T:140085327214336  NOTICE: Thread DetectDVDMedia start, auto delete: false
16:05:16 T:140085327214336   DEBUG: Compiled with libcdio Version 0.83
16:05:16 T:140085325875136   DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
16:05:16 T:140085325875136   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
16:05:16 T:140085325875136   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
16:05:16 T:140085325875136    INFO: Unloading old skin ...
16:05:16 T:140085325875136    INFO:   load skin from: /usr/share/xbmc/addons/skin.confluence (version: 2.2.1)
16:05:16 T:140085325875136    INFO:   load fonts for skin...
16:05:16 T:140085325875136    INFO: Loading fonts from /usr/share/xbmc/addons/skin.confluence/720p/Font.xml
16:05:16 T:140085325875136   DEBUG: POParser: loaded 145 strings from file /usr/share/xbmc/addons/skin.confluence/language/English/strings.po
16:05:16 T:140085325875136    INFO: Loading skin includes from /usr/share/xbmc/addons/skin.confluence/720p/includes.xml
16:05:16 T:140085325875136    INFO:   load new skin...
16:05:16 T:140085325875136    INFO: Loading user windows, path /usr/share/xbmc/addons/skin.confluence/720p
16:05:16 T:140085325875136   DEBUG: Load Skin XML: 9.22ms
16:05:16 T:140085325875136    INFO:   initialize new skin...
16:05:16 T:140085325875136   DEBUG: guilib: Fill viewport on change for solving rendering passes
16:05:16 T:140085325875136    INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136   DEBUG: OpenBundle - Opened bundle /usr/share/xbmc/addons/skin.confluence/media/Textures.xbt
16:05:16 T:140085325875136    INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136    INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136    INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136    INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136    INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
16:05:16 T:140085325875136    INFO: Loading /usr/share/xbmc/addons/skin.confluence/sounds/sounds.xml
16:05:16 T:140084726105856   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:16 T:140084726105856   DEBUG: DllAvFormat: Using libswresample system library
16:05:16 T:140085325875136    INFO:   skin loaded...
16:05:16 T:140084726105856   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:16 T:140084726105856   DEBUG: DllAvFormat: Using libswresample system library
16:05:16 T:140084726105856   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:16 T:140084726105856   DEBUG: DllAvFormat: Using libswresample system library
16:05:16 T:140085325875136    INFO: JSONRPC v6.6.3: Successfully initialized
16:05:16 T:140085325875136   DEBUG: ADDON: Starting service addons.
16:05:16 T:140085325875136   DEBUG: Activating window ID: 12999
16:05:16 T:140085325875136   DEBUG: ------ Window Init (Startup.xml) ------
16:05:16 T:140085325875136    INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
16:05:16 T:140084384884480  NOTICE: Thread LanguageInvoker start, auto delete: false
16:05:16 T:140084384884480    INFO: initializing python engine.
16:05:16 T:140085325875136    INFO: removing tempfiles
16:05:16 T:140085325875136   DEBUG: ADDON: Starting service addons.
16:05:16 T:140085325875136  NOTICE: initialize done
16:05:16 T:140085325875136  NOTICE: Running the application...
16:05:16 T:140085325875136   DEBUG: ExecuteXBMCAction : Translating ReplaceWindow($INFO[System.StartupWindow])
16:05:16 T:140085325875136   DEBUG: ExecuteXBMCAction : To ReplaceWindow(10000)
16:05:16 T:140085325875136   DEBUG: Activating window ID: 10000
16:05:16 T:140084384884480   DEBUG: CPythonInvoker(0, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): start processing
16:05:16 T:140084726105856   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:16 T:140084726105856   DEBUG: DllAvFormat: Using libswresample system library
16:05:16 T:140084384884480  NOTICE: -->Python Interpreter Initialized<--
16:05:16 T:140084384884480   DEBUG: CPythonInvoker(0, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): the source file to load is /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py
16:05:16 T:140084384884480   DEBUG: CPythonInvoker(0, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): setting the Python path to /home/woodnt/.xbmc/addons/service.xbmc.versioncheck:/usr/share/xbmc/addons/script.module.pil/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/woodnt/python/modules:/home/woodnt/python:/sbin:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gst-0.10:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
16:05:16 T:140084384884480   DEBUG: CPythonInvoker(0, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): entering source directory /home/woodnt/.xbmc/addons/service.xbmc.versioncheck
16:05:16 T:140084384884480   DEBUG: CPythonInvoker(0, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
16:05:16 T:140084726105856   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:16 T:140084726105856   DEBUG: DllAvFormat: Using libswresample system library
16:05:16 T:140084384884480   DEBUG: XBMC Version Check: Version 0.1.23 started
16:05:16 T:140084726105856   DEBUG: DllAvUtilBase: Using libavutil system library
16:05:16 T:140084726105856   DEBUG: DllAvFormat: Using libswresample system library
16:05:16 T:140085325875136   DEBUG: ------ Window Init () ------
16:05:16 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:05:17 T:140085325875136   DEBUG: ------ Window Deinit (Startup.xml) ------
16:05:17 T:140085325875136   DEBUG: ------ Window Init (Home.xml) ------
16:05:17 T:140085325875136    INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
16:05:17 T:140084376491776  NOTICE: Thread JobWorker start, auto delete: true
16:05:17 T:140085325875136   DEBUG: no profile autoexec.py (/home/woodnt/.xbmc/userdata/autoexec.py) found, skipping
16:05:17 T:140085325875136   DEBUG: NetworkMessage - Starting network services
16:05:17 T:140084384884480    INFO: CPythonInvoker(0, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): script successfully run
16:05:17 T:140085325875136   DEBUG: CZeroconfAvahi::clientCallback: client is up and running
16:05:17 T:140085325875136  NOTICE: starting zeroconf publishing
16:05:17 T:140085325875136  NOTICE: ES: Starting event server
16:05:17 T:140085325875136    INFO: JSONRPC Server: Successfully initialized
16:05:17 T:140085325875136   DEBUG: started alarm with name: checkatboot
16:05:17 T:140085325875136   DEBUG: started alarm with name: checkwhilerunning
16:05:17 T:140084384884480    INFO: Python script stopped
16:05:17 T:140084384884480   DEBUG: Thread LanguageInvoker 140084384884480 terminating
16:05:17 T:140083982235392  NOTICE: Thread AlarmClock start, auto delete: false
16:05:17 T:140084328232704  NOTICE: Thread TCPServer start, auto delete: false
16:05:17 T:140084336625408  NOTICE: Thread EventServer start, auto delete: false
16:05:17 T:140084336625408  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
16:05:17 T:140084336625408  NOTICE: UDP: Listening on port 9777
16:05:17 T:140084345018112  NOTICE: Thread JobWorker start, auto delete: true
16:05:17 T:140084345018112   DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:XBMC (gateway-laptop) port:9090
16:05:17 T:140084345018112   DEBUG: CZeroconfAvahi::addService() named: XBMC (gateway-laptop) type: _xbmc-jsonrpc._tcp port:9090
16:05:17 T:140084345018112   DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:XBMC (gateway-laptop) port:9777
16:05:17 T:140084345018112   DEBUG: CZeroconfAvahi::addService() named: XBMC (gateway-laptop) type: _xbmc-events._udp port:9777
16:05:17 T:140084653864704  NOTICE: Thread RSSReader start, auto delete: false
16:05:17 T:140084653864704   DEBUG: CurlFile::Open(0x7f6800082c00) http://feeds.xbmc.org/xbmc
16:05:17 T:140084653864704    INFO: easy_aquire - Created session to http://feeds.xbmc.org
16:05:17 T:140084376491776   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
16:05:17 T:140084376491776   DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
16:05:17 T:140084376491776   DEBUG: GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
16:05:17 T:140084376491776   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
16:05:17 T:140084376491776   DEBUG: RunQuery took 0 ms for 0 items query: select * from movieview  ORDER BY dateAdded desc, idMovie desc LIMIT 10
16:05:17 T:140084376491776   DEBUG: RunQuery took 57 ms for 0 items query: select * from episodeview  ORDER BY dateAdded desc, idEpisode desc LIMIT 10
16:05:17 T:140084376491776   DEBUG: RunQuery took 11 ms for 0 items query: select * from musicvideoview  ORDER BY dateAdded desc, idMVideo desc LIMIT 10
16:05:17 T:140084376491776   DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
16:05:17 T:140085325875136   DEBUG: UPower: Received an unknown signal NameAcquired
16:05:17 T:140084653864704   DEBUG: Got rss feed: http://feeds.xbmc.org/xbmc
16:05:17 T:140084653864704   DEBUG: RSS feed encoding: UTF-8
16:05:17 T:140084653864704   DEBUG: Parsed rss feed: http://feeds.xbmc.org/xbmc
16:05:17 T:140084653864704   DEBUG: Thread RSSReader 140084653864704 terminating
16:05:17 T:140084353410816   DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
16:05:19 T:140085325875136   DEBUG: Previous line repeats 1 times.
16:05:19 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:05:19 T:140085325875136   DEBUG: Keyboard: scancode: 0x40, sym: 0x0134, unicode: 0x0000, modifier: 0x0
16:05:19 T:140085325875136   DEBUG: OnKey: leftalt (0xf0d4) pressed, action is
16:05:24 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:05:25 T:140085325875136    INFO: LIRC Initialize: using: /dev/lircd
16:05:25 T:140085325875136   DEBUG: Failed to connect to LIRC. Retry in 20s.
16:05:27 T:140085325875136    INFO: Python, unloading python shared library because no scripts are running anymore
16:05:27 T:140085325875136   DEBUG: UnloadExtensionLibs, clearing python extension libraries
16:05:27 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:05:27 T:140085325875136   DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Music)
16:05:27 T:140085325875136   DEBUG: ExecuteXBMCAction : To ActivateWindow(Music)
16:05:27 T:140085325875136   DEBUG: Activating window ID: 10501
16:05:27 T:140085325875136   DEBUG: ------ Window Deinit (Home.xml) ------
16:05:27 T:140085325875136   DEBUG: ------ Window Init (MyMusicSongs.xml) ------
16:05:27 T:140085325875136    INFO: Loading skin file: MyMusicSongs.xml, load type: KEEP_IN_MEMORY
16:05:27 T:140085325875136   DEBUG: CGUIMediaWindow::GetDirectory ()
16:05:27 T:140085325875136   DEBUG:   ParentPath = []
16:05:27 T:140085325875136   DEBUG: RetrieveMusicInfo() took 0 msec
16:05:27 T:140084384884480  NOTICE: Thread BackgroundLoader start, auto delete: false
16:05:27 T:140084384884480   DEBUG: Thread BackgroundLoader 140084384884480 terminating
16:05:31 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:05:31 T:140085325875136   DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.1.50/)
16:05:31 T:140085325875136   DEBUG:   ParentPath = []
16:05:31 T:140084376491776   DEBUG: SECTION:LoadDLL(libnfs.so.1)
16:05:31 T:140084376491776   DEBUG: Loading: libnfs.so.1
16:05:31 T:140085325875136   DEBUG: RetrieveMusicInfo() took 0 msec
16:05:31 T:140084384884480  NOTICE: Thread BackgroundLoader start, auto delete: false
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:31 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:31 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:32 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:32 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:32 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:32 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:32 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:32 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:32 T:140084384884480   DEBUG: Thread BackgroundLoader 140084384884480 terminating
16:05:33 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:05:33 T:140085325875136   DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.1.50/home/)
16:05:33 T:140085325875136   DEBUG:   ParentPath = [nfs://192.168.1.50/]
16:05:33 T:140084345018112   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084345018112   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140085325875136   ERROR: GetDirectory - Error getting nfs://192.168.1.50/home/
16:05:33 T:140085325875136   ERROR: CGUIMediaWindow::GetDirectory(nfs://192.168.1.50/home/) failed
16:05:33 T:140085325875136   DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.1.50/)
16:05:33 T:140085325875136   DEBUG:   ParentPath = []
16:05:33 T:140085325875136   DEBUG: RetrieveMusicInfo() took 0 msec
16:05:33 T:140084384884480  NOTICE: Thread BackgroundLoader start, auto delete: false
16:05:33 T:140085325875136   DEBUG: ------ Window Init (DialogOK.xml) ------
16:05:33 T:140085325875136    INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:33 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:33 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:34 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:34 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:34 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:34 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:34 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:34 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:34 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:34 T:140084384884480   DEBUG: NFS: Context for 192.168.1.50/home not open - get a new context.
16:05:34 T:140084384884480   ERROR: NFS: Failed to mount nfs share: /home (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
16:05:34 T:140084384884480   DEBUG: Thread BackgroundLoader 140084384884480 terminating
16:05:39 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:05:39 T:140085325875136   DEBUG: ------ Window Deinit (DialogOK.xml) ------
16:05:43 T:140085325875136   DEBUG: Keyboard: scancode: 0x40, sym: 0x0134, unicode: 0x0000, modifier: 0x0
16:05:43 T:140085325875136   DEBUG: OnKey: leftalt (0xf0d4) pressed, action is
16:05:43 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:05:43 T:140085325875136   DEBUG: UPower: Received an unknown signal DeviceChanged
16:05:45 T:140085325875136   DEBUG: SECTION:UnloadDelayed(DLL: libcrystalhd.so.3)
16:05:45 T:140085325875136   DEBUG: Unloading: libcrystalhd.so.3
16:05:45 T:140085325875136    INFO: LIRC Initialize: using: /dev/lircd
16:05:45 T:140085325875136   DEBUG: Failed to connect to LIRC. Retry in 40s.
16:05:46 T:140085325875136   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86_64-linux.so)
16:05:46 T:140085325875136   DEBUG: Unloading: ImageLib-x86_64-linux.so
16:05:47 T:140084384884480  NOTICE: Thread LanguageInvoker start, auto delete: false
16:05:47 T:140084384884480    INFO: initializing python engine.
16:05:47 T:140084384884480   DEBUG: CPythonInvoker(1, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): start processing
16:05:47 T:140084384884480  NOTICE: -->Python Interpreter Initialized<--
16:05:47 T:140084384884480   DEBUG: CPythonInvoker(1, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): the source file to load is /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py
16:05:47 T:140084384884480   DEBUG: CPythonInvoker(1, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): setting the Python path to /home/woodnt/.xbmc/addons/service.xbmc.versioncheck:/usr/share/xbmc/addons/script.module.pil/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/woodnt/python/modules:/home/woodnt/python:/sbin:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gst-0.10:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
16:05:47 T:140084384884480   DEBUG: CPythonInvoker(1, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): entering source directory /home/woodnt/.xbmc/addons/service.xbmc.versioncheck
16:05:47 T:140084384884480   DEBUG: CPythonInvoker(1, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
16:05:47 T:140084384884480   DEBUG: XBMC Version Check: Version 0.1.23 started
16:05:47 T:140084384884480   DEBUG: JSONRPC: Incoming request: { "jsonrpc": "2.0", "method": "Application.GetProperties", "params": {"properties": ["version", "name"]}, "id": 1 }
16:05:47 T:140084384884480   DEBUG: XBMC Version Check: Version installed {u'major': 13, u'tag': u'prealpha', u'minor': 0, u'revision': u'Unknown'}
16:05:47 T:140084384884480   DEBUG: XBMC Version Check: Version available  {u'major': u'13', u'tag': u'stable', u'extrainfo': u'final', u'minor': u'2', u'revision': u'20140817-0f3db05'}
16:05:47 T:140084384884480   DEBUG: XBMC Version Check: You are running an older minor version
16:05:47 T:140085325875136    INFO: CheckIdle - Closing session to http://feeds.xbmc.org (easy=0x7f67c4000c80, multi=0x7f67c4009a80)
16:05:52 T:140084384884480   DEBUG: XBMC Version Check: Already notified one time for upgrading.
16:05:52 T:140084384884480    INFO: CPythonInvoker(1, /home/woodnt/.xbmc/addons/service.xbmc.versioncheck/service.py): script successfully run
16:05:52 T:140084384884480    INFO: Python script stopped
16:05:52 T:140084384884480   DEBUG: Thread LanguageInvoker 140084384884480 terminating
16:06:02 T:140085325875136    INFO: Python, unloading python shared library because no scripts are running anymore
16:06:02 T:140085325875136   DEBUG: UnloadExtensionLibs, clearing python extension libraries
16:06:03 T:140084345018112   DEBUG: Thread JobWorker 140084345018112 terminating (autodelete)
16:06:03 T:140084376491776   DEBUG: Thread JobWorker 140084376491776 terminating (autodelete)
16:06:11 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:06:12 T:140085325875136   DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x001b, modifier: 0x0
16:06:12 T:140085325875136   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
16:06:12 T:140085325875136   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
16:06:12 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:06:12 T:140085325875136   DEBUG: ------ Window Deinit (MyMusicSongs.xml) ------
16:06:12 T:140085325875136   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
16:06:12 T:140085325875136   DEBUG: ------ Window Init (Home.xml) ------
16:06:13 T:140085325875136   DEBUG: UPower: Received an unknown signal DeviceChanged
16:06:13 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:06:15 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:06:15 T:140085325875136   DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
16:06:15 T:140085325875136   DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
16:06:15 T:140085325875136   DEBUG: Activating window ID: 10004
16:06:15 T:140085325875136   DEBUG: ------ Window Deinit (Home.xml) ------
16:06:15 T:140085325875136   DEBUG: ------ Window Init (Settings.xml) ------
16:06:15 T:140085325875136    INFO: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
16:06:15 T:140084376491776  NOTICE: Thread JobWorker start, auto delete: true
16:06:17 T:140085325875136   DEBUG: Keyboard: scancode: 0x40, sym: 0x0134, unicode: 0x0000, modifier: 0x0
16:06:17 T:140085325875136   DEBUG: OnKey: leftalt (0xf0d4) pressed, action is
16:06:17 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:06:26 T:140085325875136    INFO: LIRC Initialize: using: /dev/lircd
16:06:26 T:140085325875136   DEBUG: Failed to connect to LIRC. Giving up.
16:06:32 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:06:38 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:06:43 T:140085325875136   DEBUG: UPower: Received an unknown signal DeviceChanged
16:06:45 T:140084376491776   DEBUG: Thread JobWorker 140084376491776 terminating (autodelete)
16:07:07 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:07:07 T:140085325875136  NOTICE: NFS is idle. Closing the remaining connections.
16:07:09 T:140085325875136   DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x001b, modifier: 0x0
16:07:09 T:140085325875136   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
16:07:09 T:140085325875136   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
16:07:09 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:07:09 T:140085325875136   DEBUG: ------ Window Deinit (Settings.xml) ------
16:07:09 T:140085325875136   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
16:07:09 T:140085325875136   DEBUG: ------ Window Init (Home.xml) ------
16:07:10 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:07:13 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:07:13 T:140085325875136   DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
16:07:13 T:140085325875136   DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
16:07:13 T:140085325875136   DEBUG: Activating window ID: 10004
16:07:13 T:140085325875136   DEBUG: ------ Window Deinit (Home.xml) ------
16:07:13 T:140085325875136   DEBUG: ------ Window Init (Settings.xml) ------
16:07:13 T:140084376491776  NOTICE: Thread JobWorker start, auto delete: true
16:07:13 T:140085325875136   DEBUG: UPower: Received an unknown signal DeviceChanged
16:07:14 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:07:14 T:140085325875136   DEBUG: ExecuteXBMCAction : Translating ActivateWindow(SystemSettings)
16:07:14 T:140085325875136   DEBUG: ExecuteXBMCAction : To ActivateWindow(SystemSettings)
16:07:14 T:140085325875136   DEBUG: Activating window ID: 10016
16:07:14 T:140085325875136   DEBUG: ------ Window Deinit (Settings.xml) ------
16:07:14 T:140085325875136   DEBUG: ------ Window Init (SettingsCategory.xml) ------
16:07:14 T:140085325875136    INFO: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
16:07:16 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:07:22 T:140085325875136   DEBUG: Previous line repeats 1 times.
16:07:22 T:140085325875136   DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x001b, modifier: 0x0
16:07:22 T:140085325875136   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
16:07:22 T:140084376491776  NOTICE: SaveMACDiscoveryResult - Mac discovered for host '192.168.1.50' -> '00:24:E8:11:92:C0'
16:07:22 T:140084376491776   DEBUG: SaveMACDiscoveryResult - Create new entry for host '192.168.1.50'
16:07:22 T:140085325875136   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
16:07:22 T:140085325875136   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:07:22 T:140085325875136   DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
16:07:22 T:140085325875136   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
16:07:22 T:140085325875136   DEBUG: ------ Window Init (Settings.xml) ------
16:07:22 T:140085325875136   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
16:07:26 T:140085325875136   DEBUG: ------ Window Init (Pointer.xml) ------
16:07:27 T:140085325875136   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
16:07:28 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:07:28 T:140085325875136   DEBUG: ExecuteXBMCAction : Translating ActivateWindow(SystemSettings)
16:07:28 T:140085325875136   DEBUG: ExecuteXBMCAction : To ActivateWindow(SystemSettings)
16:07:28 T:140085325875136   DEBUG: Activating window ID: 10016
16:07:28 T:140085325875136   DEBUG: ------ Window Deinit (Settings.xml) ------
16:07:28 T:140085325875136   DEBUG: ------ Window Init (SettingsCategory.xml) ------
16:07:31 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:07:33 T:140085325875136   DEBUG: ProcessMouse: trying mouse action wheelup
16:07:37 T:140085325875136   DEBUG: Previous line repeats 24 times.
16:07:37 T:140085325875136   DEBUG: ProcessMouse: trying mouse action leftclick
16:07:37 T:140085325875136  NOTICE: Disabled debug logging due to GUI setting. Level 0.
16:07:37 T:140085325875136  NOTICE: Log level changed to 0
16:07:55 T:140085325875136  NOTICE: Storing total System Uptime
16:07:55 T:140085325875136  NOTICE: Saving settings
16:07:55 T:140085325875136  NOTICE: stop all
16:07:55 T:140085325875136  NOTICE: ES: Stopping event server
16:07:55 T:140085325875136  NOTICE: stopping zeroconf publishing
16:07:55 T:140084336625408  NOTICE: ES: UDP Event server stopped
16:07:55 T:140085325875136  NOTICE: stop dvd detect media
16:07:55 T:140085325875136  NOTICE: stop player
16:07:55 T:140085325875136  NOTICE: stop sap announcement listener
16:07:55 T:140085325875136  NOTICE: clean cached files!
16:07:55 T:140085325875136  NOTICE: unload skin
16:07:55 T:140085325875136  NOTICE: stopped
16:07:55 T:140085325875136  NOTICE: destroy
16:07:55 T:140085325875136  NOTICE: closing down remote control service
16:07:55 T:140085325875136  NOTICE: unload sections
16:07:55 T:140085325875136  NOTICE: destroy
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
16:07:55 T:140085325875136 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
16:07:55 T:140085325875136  NOTICE: closing down remote control service
16:07:55 T:140085325875136  NOTICE: unload sections
16:07:55 T:140085325875136  NOTICE: application stopped...

I see it is a permissions problem. I tried it with insecure on the export finding it works on both PI and my Linux box. I would prefer it without insecure. With that setting, it continues to work on the PI, but not the Linux box. Why is that and can I change that in Linux to mirror how it work on PI?

Best,
Nathan
Reply
#4
In looking into using the insecure option, it seems that if you don't use insecure, then the NFS server will only fulfill requests from an originating port less than 1024 (see this man page). I checked and found that PI has rpcbind installed. I'll bet it is forcing requests for NFS below this 1024 rather than a random higher port whereas I don't have rpcbinding the NFS request from a lower port.

Anyone have any thoughts on this as an answer?

Thanks,
Nathan
Reply
#5
I rather think that your PI xbmc is build statically against libnfs1. rpcbind does not care about the port.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
(2014-10-05, 08:21)fritsch Wrote: I rather think that your PI xbmc is build statically against libnfs1. rpcbind does not care about the port.

First, my apologies for not thanking you first off. Secondly, this makes since that it is compiled in then. Agreed about rpcbind, but I said that more as a clue because I've had to set static ports and map certain points for nfs to punch through in the past.

Do you have any idea why the PI would work without exporting the share as insecure but the debian amd64 box requires the higher ports and thus insecure?

Best,
Nathan
Reply
#7
Most likely the PI running xbmc as root?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#8
exactly that ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
NFS browsing working on Raspberry Pi but no Linux Laptop0