ubiquity crashed with permission error on NetworkManager GetDevices() call
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | ubiquity (Ubuntu) |
High
|
Mathieu Trudel-Lapierre | ||
| | Wily |
High
|
Mathieu Trudel-Lapierre | ||
Bug Description
Lubuntu Wily i386 20150911 fails to install on disk.
ProblemType: Crash
DistroRelease: Ubuntu 15.10
Package: ubiquity 2.21.29
ProcVersionSign
Uname: Linux 4.2.0-7-generic i686
ApportVersion: 2.18.1-0ubuntu1
Architecture: i386
CasperVersion: 1.364
Date: Sat Sep 12 06:11:40 2015
ExecutablePath: /usr/lib/
InterpreterPath: /usr/bin/python3.4
LiveMediaBuild: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150911)
ProcCmdline: /usr/bin/python3 /usr/lib/
ProcEnviron: Error: [Errno 13] Permission denied: '/proc/
PythonArgs: ['/usr/
SourcePackage: ubiquity
Title: ubiquity crashed with dbus.exceptions
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
Related branches
| Henk Terhell (hterhell) wrote : | #1 |
| tags: | removed: need-duplicate-check |
| Changed in ubiquity (Ubuntu): | |
| importance: | Undecided → Medium |
| summary: |
- ubiquity crashed with dbus.exceptions.DBusException in call_blocking(): - org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 7 - matched rules; type="method_call", sender=":1.18" (uid=999 pid=1733 - comm="/usr/bin/python3 /usr/lib/ubiquity/bin/ubiquity --") - interface="(unset)" member="GetDevices" error name="(unset)" - requested_reply="0" destination=":1.6" (uid=0 pid=1437 - comm="/usr/sbin/NetworkManager --no-daemon ") + ubiquity crashed with dbus.exceptions |
| tags: | added: iso-testing |
| description: | updated |
| information type: | Private → Public |
| Launchpad Janitor (janitor) wrote : | #3 |
Status changed to 'Confirmed' because the bug affects multiple users.
| Changed in ubiquity (Ubuntu): | |
| status: | New → Confirmed |
| Bruce Pieterse (octoquad) wrote : | #4 |
Also occurring on Ubuntu GNOME daily image for 2015-09-11.
| Serge Hallyn (serge-hallyn) wrote : | #5 |
Fwiw the image at http://
| Kev Bowring (flocculant) wrote : | #6 |
Broken in Xubuntu, Lubuntu appears to fail at ubiquity but gives no error output.
In Vbox I also get Ubuntu failing.
| Paul Stimpson (dangerjunkie2002) wrote : | #7 |
I'm seeing this in the daily build I downloaded on 12 Sep 2015 at about 2200 BST (GMT+1).
The machine is a UEFI laptop with a Broadwell i7-5700HQ. Model is an MSI GT72 2QD
| sudodus (nio-wiklund) wrote : | #8 |
affects Lubuntu i386 too
| junior0 (igor-travov-gmail) wrote : | #9 |
I try to install daily build 15.10 (20150913) and i cannot do it because this error, but at july and august I have this system
on my notebook and it was rather well.....
My notebook always in legasy mode (not UEFFI) (Aspire S7, Intel® Core™ i7-3517U CPU @ 1.90GHz × 4 , Intel® Ivybridge Mobile
64-bit)
| Henk Terhell (hterhell) wrote : | #10 |
@junior0 what type of ubuntu are you on? This bug has now been reported for Ubuntu, Xubuntu and Lubuntu.
| Doug McMahon (mc3man) wrote : | #11 |
As a tmp workaround am installing ubuntu-gnome now using todays image using from terminal (from live session/try option-
sudo -H bash -c 'ubiquity gtk_ui'
| Henk Terhell (hterhell) wrote : | #12 |
Thanks, that does work for me with Lubuntu.
| summary: |
- ubiquity crashed with dbus.exceptions + ubiquity crashed with permission error on NetworkManager GetDevices() + call |
| volker kempter (v-kempter) wrote : | #13 |
error occurs with daily build of lubuntu 15.10 (20150914) when booting with usb made with unetbootin.
| Martin Pitt (pitti) wrote : | #14 |
Mathieu, can you please have a look? Thank you!
| Changed in ubiquity (Ubuntu Wily): | |
| importance: | Medium → High |
| assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
| milestone: | none → ubuntu-15.09 |
This appears to be "bad" code for calling up NetworkManager -- for some reason dbus-python now doesn't like the fact that we call up the object directly, not through a specified interface. Fixing this right now...
| Changed in ubiquity (Ubuntu Wily): | |
| status: | Confirmed → In Progress |
| Launchpad Janitor (janitor) wrote : | #16 |
This bug was fixed in the package ubiquity - 2.21.30
---------------
ubiquity (2.21.30) wily; urgency=medium
[ Mathieu Trudel-Lapierre ]
* Fix access denied crashes in calling GetDevices() for NM integration: this
happened because we didn't specify a DBus interface for the call.
(LP: #1495017)
* Automatic update of included source packages: grub-installer
1.78ubuntu29.
[ Dan Chapman ]
* Multiple autopilot fixes:
- Add workaround for 'Write changes to disk' dialog. (LP: #1480430)
- Update the use_device_desc string in generated config file use for
english install tests.
- Fix handling of globalRect mismatches. (LP: #1479064)
- Fixup string comparisons to properly match Ubuntu-MATE for the english
install tests.
- Fix the autopilot test runner for Ubuntu-GNOME and Ubuntu-MATE.
-- Mathieu Trudel-Lapierre <email address hidden> Tue, 15 Sep 2015 17:04:57 -0400
| Changed in ubiquity (Ubuntu Wily): | |
| status: | In Progress → Fix Released |
| Marek Doležel (marekdolezel) wrote : | #17 |
If you are unable to install image with this bug use this workaround:
1) Make sure your PC is connected to LAN or Wifi (There should be icon at top panel in right)
you can just type this command in another tty to enable network:
# systemctl start NetworkManager
2) Run these commands in tty1
# apt-get update
# apt-get upgrade
# pkill ubiquity
3) when login appears username is ubuntu without password
Hope it works!
| janne47j (janne47j) wrote : Re: [Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call | #18 |
Works, thank you
> 16 sep 2015 kl. 22:06 skrev Marek Doležel <email address hidden>:
>
> If you are unable to install image with this bug use this workaround:
>
> 1) Make sure your PC is connected to LAN or Wifi (There should be icon at top panel in right)
> you can just type this command in another tty to enable network:
> # systemctl start NetworkManager
>
> 2) Run these commands in tty1
> # apt-get update
> # apt-get upgrade
> # pkill ubiquity
>
> 3) when login appears username is ubuntu without password
>
> Hope it works!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https:/
>
> Title:
> ubiquity crashed with permission error on NetworkManager GetDevices()
> call
>
> Status in ubiquity package in Ubuntu:
> Fix Released
> Status in ubiquity source package in Wily:
> Fix Released
>
> Bug description:
> Lubuntu Wily i386 20150911 fails to install on disk.
>
> ProblemType: Crash
> DistroRelease: Ubuntu 15.10
> Package: ubiquity 2.21.29
> ProcVersionSign
> Uname: Linux 4.2.0-7-generic i686
> ApportVersion: 2.18.1-0ubuntu1
> Architecture: i386
> CasperVersion: 1.364
> Date: Sat Sep 12 06:11:40 2015
> ExecutablePath: /usr/lib/
> InterpreterPath: /usr/bin/python3.4
> LiveMediaBuild: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150911)
> ProcCmdline: /usr/bin/python3 /usr/lib/
> ProcEnviron: Error: [Errno 13] Permission denied: '/proc/
> PythonArgs: ['/usr/
> SourcePackage: ubiquity
> Title: ubiquity crashed with dbus.exceptions
> UpgradeStatus: No upgrade log present (probably fresh install)
> UserGroups:
>
> To manage notifications about this bug go to:
> https:/
| Danny Werner (tehwerner) wrote : | #19 |
A workaround similar to Doug McMahon´s #11: installing ubuntu studio (Ubuntu Wily Werewolf (development branch)15.10 daily build downloaded Sept 19 2015) from terminal (from live session) worked for me:
$ sudo -i
# sh -c 'ubiquity gtk_ui'
I have two questions.
1. I did NOT
# systemctl start NetworkManager
# apt-get update
# apt-get upgrade
# pkill ubiquity
as advised by Marek in #17. Will this cause me trouble? I am writing this in the installed 15.10 Beta. Maybe NetworkManager had already started correctly in another code branch - I had checked the option ¨download updates while installing¨.
2. When I wanted to add Ubuntu Studio to the affected distributions, it was not in the dropdown choices. Shouldn ´t it?
HTH, thank you Mathieu for looking into this.


This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here: iso.qa. ubuntu. com/qatracker/ reports/ bugs/1495017
http://