[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-20 Thread Danny Werner
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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-19 Thread janne47j
Works, thank you


> 16 sep 2015 kl. 22:06 skrev Marek Doležel :
> 
> 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://bugs.launchpad.net/bugs/1495017
> 
> 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
>  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
>  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/ubiquity/bin/ubiquity
>  InterpreterPath: /usr/bin/python3.4
>  LiveMediaBuild: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150911)
>  ProcCmdline: /usr/bin/python3 /usr/lib/ubiquity/bin/ubiquity --only
>  ProcEnviron: Error: [Errno 13] Permission denied: '/proc/1733/environ'
>  PythonArgs: ['/usr/lib/ubiquity/bin/ubiquity', '--only']
>  SourcePackage: ubiquity
>  Title: 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 ")
>  UpgradeStatus: No upgrade log present (probably fresh install)
>  UserGroups:
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-16 Thread Launchpad Bug Tracker
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   Tue, 15 Sep 2015
17:04:57 -0400

** Changed in: ubiquity (Ubuntu Wily)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-16 Thread Marek Doležel
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 a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubiquity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-15 Thread Martin Pitt
Mathieu, can you please have a look? Thank you!

** Also affects: ubiquity (Ubuntu Wily)
   Importance: Medium
   Status: Confirmed

** Changed in: ubiquity (Ubuntu Wily)
   Importance: Medium => High

** Changed in: ubiquity (Ubuntu Wily)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: ubiquity (Ubuntu Wily)
Milestone: None => ubuntu-15.09

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-15 Thread Mathieu Trudel-Lapierre
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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-14 Thread Martin Pitt
** Summary changed:

- ubiquity crashed with dbus.exceptions
+ ubiquity crashed with permission error on NetworkManager GetDevices() call

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495017] Re: ubiquity crashed with permission error on NetworkManager GetDevices() call

2015-09-14 Thread volker kempter
error occurs with daily build of lubuntu 15.10 (20150914) when booting
with usb made with unetbootin.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495017

Title:
  ubiquity crashed with permission error on NetworkManager GetDevices()
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1495017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs