← Back to team overview

ubuntu-phone team mailing list archive

Re: dbus

 

On Jul 25, 2013, at 06:42 PM, Василий Алексеенко wrote:

>please help.
>
># phablet-flash --ubuntu-bootstrap
>
>"adb shell system-image-cli" not work.
>
># adb shell system-image-cli
>Traceback (most recent call last):
>  File "/usr/bin/system-image-cli", line 9, in <module>
>    load_entry_point('system-image==0.7', 'console_scripts',
>'system-image-cli')()
>  File "/usr/lib/python3/dist-packages/systemimage/main.py", line 67, in main
>    config.load(args.config)
>  File "/usr/lib/python3/dist-packages/systemimage/config.py", line 79, in load
>    **parser['dbus'])
>  File "/usr/lib/python3.3/configparser.py", line 954, in __getitem__
>    raise KeyError(key)
>KeyError: 'dbus'

Known bug.

I think this works around it for now:

$ umount /etc/system-image/client.ini && system-image-cli -v

This should be fixed in tomorrow's image.

Cheers,
-Barry


References