Not the kernel. Tried using Liquorix 3.0.8, same thing.
Wonder if this is a pygtk thing. I found a couple of references when searching.
--edit
This is looking more like a python thing. Tried running SickBeard and now the web UI won't load.
Traceback (most recent call last): File "/home/jonathon/src/Sick-Beard/cherrypy/_cprequest.py", line 660, in respond response.body = self.handler() File "/home/jonathon/src/Sick-Beard/cherrypy/lib/encoding.py", line 193, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/home/jonathon/src/Sick-Beard/cherrypy/_cpdispatch.py", line 25, in __call__ return self.callable(*self.args, **self.kwargs) File "/home/jonathon/src/Sick-Beard/sickbeard/webserve.py", line 1806, in index return _munge(t) File "/home/jonathon/src/Sick-Beard/sickbeard/webserve.py", line 98, in _munge return unicode(string).encode('utf-8', 'xmlcharrefreplace') File "/usr/lib/pymodules/python2.7/Cheetah/Template.py", line 1010, in __unicode__ return getattr(self, mainMethName)() File "_home_jonathon_src_Sick_Beard_data_interfaces_default_home_tmpl.py", line 288, in respond File "/home/jonathon/src/Sick-Beard/sickbeard/tv.py", line 655, in nextEpisode curEp = self.getEpisode(int(sqlEp["season"]), int(sqlEp["episode"])) File "/home/jonathon/src/Sick-Beard/sickbeard/tv.py", line 133, in getEpisode ep = TVEpisode(self, season, episode) File "/home/jonathon/src/Sick-Beard/sickbeard/tv.py", line 956, in __init__ self.specifyEpisode(self.season, self.episode) File "/home/jonathon/src/Sick-Beard/sickbeard/tv.py", line 1017, in specifyEpisode result = self.loadFromTVDB(season, episode) File "/home/jonathon/src/Sick-Beard/sickbeard/tv.py", line 1092, in loadFromTVDB myEp = t[self.show.tvdbid][season][episode] File "/home/jonathon/src/Sick-Beard/lib/tvdb_api/tvdb_api.py", line 824, in __getitem__ self._getShowData(key, self.config['language']) File "/home/jonathon/src/Sick-Beard/lib/tvdb_api/tvdb_api.py", line 755, in _getShowData self.config['url_seriesInfo'] % (sid, getShowInLanguage) File "/home/jonathon/src/Sick-Beard/lib/tvdb_api/tvdb_api.py", line 538, in _getetsrc src = self._loadUrl(url) File "/home/jonathon/src/Sick-Beard/lib/tvdb_api/tvdb_api.py", line 522, in _loadUrl header, resp = h.request(url, headers=h_header) File "/home/jonathon/src/Sick-Beard/lib/httplib2/__init__.py", line 1142, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/home/jonathon/src/Sick-Beard/lib/httplib2/__init__.py", line 914, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/home/jonathon/src/Sick-Beard/lib/httplib2/__init__.py", line 867, in _conn_request conn.request(method, request_uri, body, headers) File "/usr/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 773, in send self.connect() File "/home/jonathon/src/Sick-Beard/lib/httplib2/__init__.py", line 745, in connect self.sock.connect(sa) File "/home/jonathon/src/Sick-Beard/lib/socks/__init__.py", line 389, in connect self.__negotiatehttp(destpair[0], destpair[1]) File "/home/jonathon/src/Sick-Beard/lib/socks/__init__.py", line 355, in __negotiatehttp raise HTTPError((statuscode, statusline[2])) HTTPError: (403, 'Forbidden')
New error
Program received signal SIGSEGV, Segmentation fault.
0x00007fffee746c90 in _IO_setb () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007fffee746c90 in _IO_setb () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fffee739540 in _IO_file_doallocate () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007fffee746d3c in _IO_doallocbuf () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007fffee745db4 in _IO_file_underflow () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x00007fffee746d7e in _IO_default_uflow () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007fffee73b08a in _IO_getline_info () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x00007fffee739f6b in fgets () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fffeccb6c80 in ?? () from /usr/lib/x86_64-linux-gnu/libXcursor.so.1
#8 0x00007fffeccb7095 in ?? () from /usr/lib/x86_64-linux-gnu/libXcursor.so.1
--edit Doesn't seem to be any problem with locales. All seem to be set correctly and up-to-date.
sudo dpkg-reconfigure locales
Generating locales...
en_AG.UTF-8... up-to-date
en_AU.UTF-8... up-to-date
en_BW.UTF-8... up-to-date
en_CA.UTF-8... up-to-date
en_DK.UTF-8... cannot open locale definition file `da_DK': No such file or directory
failed
en_GB.UTF-8... up-to-date
en_HK.UTF-8... up-to-date
en_IE.UTF-8... up-to-date
en_IN.UTF-8... cannot open locale definition file `hi_IN': No such file or directory
failed
en_NG.UTF-8... cannot open locale definition file `da_DK': No such file or directory
failed
en_NZ.UTF-8... up-to-date
en_PH.UTF-8... cannot open locale definition file `tl_PH': No such file or directory
failed
en_SG.UTF-8... up-to-date
en_US.UTF-8... up-to-date
en_ZA.UTF-8... up-to-date
en_ZM.UTF-8... up-to-date
en_ZW.UTF-8... up-to-date
Generation complete.
I'd like to be able to cut down on the ones I'm not using though.