ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #15566
Re: update to r25 failed somehow
El día Tuesday, September 15, 2015 a las 01:32:50PM +0200, Julia Palandri escribió:
> Hi Matthias,
>
> On Mon, Sep 14, 2015 at 2:27 PM, Matthias Apitz <guru@xxxxxxxxxxx> wrote:
>
> > El día Monday, September 14, 2015 a las 02:38:31PM +0300, Simos Xenitellis
> > escribió:
> >
> > > Most likely you need to perform a factory reset. There are ways to
> > > diagnose, however
> > > it would probably be less demanding to reset the phone.
> >
> > As the phone is still working for dial-in/out, I'd be happy to diagnose
> > it, when someone is willing to guide me; I can SSH into the device fine
> > and provide any information you want; perhaps best via the lp bug issue;
> >
> >
> can you please run and paste the results of 'system-image-cli -i' on the
> phone?
Hi Julia,
Running this gives:
phablet@ubuntu-phablet:~$ system-image-cli -i
Traceback (most recent call last):
File "/usr/bin/system-image-cli", line 9, in <module>
load_entry_point('system-image==2.5.1', 'console_scripts',
'system-image-cli')()
File "/usr/lib/python3/dist-packages/systemimage/main.py", line 153,
in main
config.load(channel_ini, override=True)
File "/usr/lib/python3/dist-packages/systemimage/config.py", line 96,
in load
**parser['service'])
File "/usr/lib/python3.4/configparser.py", line 937, in __getitem__
raise KeyError(key)
KeyError: 'service'
The file looks like this:
phablet@ubuntu-phablet:~$ cat /usr/bin/system-image-cli
#! /usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT:
# 'system-image==2.5.1','console_scripts','system-image-cli'
__requires__ = 'system-image==2.5.1'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('system-image==2.5.1', 'console_scripts', 'system-image-cli')()
)
The MD5 hashes of the referenced files are:
phablet@ubuntu-phablet:~$ md5sum /usr/bin/system-image-cli
9139f60198825d99310f7c41695f8042 /usr/bin/system-image-cli
phablet@ubuntu-phablet:~$ md5sum /usr/lib/python3/dist-packages/systemimage/main.py
8b4c286dd84fc372e6a78d60f49ff390 /usr/lib/python3/dist-packages/systemimage/main.py
phablet@ubuntu-phablet:~$ md5sum /usr/lib/python3/dist-packages/systemimage/config.py
273574b41a8d5bdcedefc8e94e21c20c /usr/lib/python3/dist-packages/systemimage/config.py
phablet@ubuntu-phablet:~$ md5sum /usr/lib/python3.4/configparser.py
b0a8b4f4effd5fb2a3ccb633780ee618 /usr/lib/python3.4/configparser.py
Any advice? Thanks
matthias
--
Matthias Apitz, ✉ guru@xxxxxxxxxxx, 🌐 http://www.unixarea.de/ ☎ +49-176-38902045
No! Nein! ¡No! Όχι! -- Ευχαριστούμε!
Follow ups
References