[Bug 1776808] Re: Please merge 5.6-4 from Debian Sid

2018-06-19 Thread LocutusOfBorg via ubuntu-bugs
Uploaded after removing the trailing newline from changelog file

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

Title:
  Please merge 5.6-4 from Debian Sid

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

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

[Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg via ubuntu-bugs
reuploaded with
command -v udevadm >/dev/null && udevadm trigger --subsystem-match=rfkill

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

Title:
  non-installable in chroots without udev installed due to bad postinst
  file

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

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

[Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg via ubuntu-bugs
command -v didn't work correctly, lets go for:
if [ -x /sbin/udevadm ]; then
udevadm trigger --subsystem-match=rfkill
fi

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

Title:
  non-installable in chroots without udev installed due to bad postinst
  file

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

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

[Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg via ubuntu-bugs
the problem is: it already has a runtime dependency on systemd, why
doesn't it automagically add udev?

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

Title:
  non-installable in chroots without udev installed due to bad postinst
  file

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

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

[Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg via ubuntu-bugs
also changing the line to:
udevadm trigger --subsystem-match=rfkill || true

fixes the issue, giving a warning during installation

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

Title:
  non-installable in chroots without udev installed due to bad postinst
  file

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

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

[Bug 1777476] [NEW] non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg via ubuntu-bugs
Public bug reported:

[Impact] 
packages using rfkill in build-dependencies are not installable.

[Test Case]
Install rfkill in a chroot without udev installed

Unpacking rfkill (0.5-1ubuntu3) ...
Setting up rfkill (0.5-1ubuntu3) ...
/var/lib/dpkg/info/rfkill.postinst: 5: /var/lib/dpkg/info/rfkill.postinst: 
udevadm: not found
dpkg: error processing package rfkill (--configure):
 subprocess installed post-installation script returned error exit status 127

[Regression Potential] 
* None, udev is already installed in user machines

** Affects: rfkill (Ubuntu)
 Importance: High
 Assignee: LocutusOfBorg (costamagnagianfranco)
 Status: Fix Released

** Affects: rfkill (Ubuntu Xenial)
 Importance: Undecided
 Status: In Progress

** Affects: rfkill (Ubuntu Artful)
 Importance: Undecided
 Status: Won't Fix

** Changed in: rfkill (Ubuntu)
   Status: New => Fix Released

** Changed in: rfkill (Ubuntu)
   Importance: Undecided => High

** Changed in: rfkill (Ubuntu)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Also affects: rfkill (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: rfkill (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Changed in: rfkill (Ubuntu Artful)
   Status: New => Won't Fix

** Changed in: rfkill (Ubuntu Xenial)
   Status: New => 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/1777476

Title:
  non-installable in chroots without udev installed due to bad postinst
  file

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

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

[Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg via ubuntu-bugs
Artful is mostly EOL
Package is removed in Bionic. I consider enough fixing Xenial only

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

Title:
  non-installable in chroots without udev installed due to bad postinst
  file

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

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

[Bug 1772602] Re: files install to home directory instead of boinc subdirectory of home

2018-06-15 Thread LocutusOfBorg via ubuntu-bugs
** Changed in: boinc (Ubuntu Bionic)
   Status: New => In Progress

** Summary changed:

- files install to home directory instead of boinc subdirectory of home
+ [SRU] files install to home directory instead of boinc subdirectory of home

** Description changed:

- The command sudo apt install boinc results in multiple files installing
- to ~/ instead of ~/boinc/. This creates a mess in the home directory and
- makes cleanup less clean. Installing to ~/boinc/ would make cleanup
- instructions simple and straightforward.
+ [ Info ]
+ * boinc pollutes the home directory because of a wrong change in its init 
script
+ 
+ [ Steps to reproduce ]
+ * install boinc in bionic
+ 
+ [ Regression potential ]
+ * Minimal, some WUs might be lost
+ 
+ [ Other info ]
+ The command sudo apt install boinc results in multiple files installing to ~/ 
instead of ~/boinc/. This creates a mess in the home directory and makes 
cleanup less clean. Installing to ~/boinc/ would make cleanup instructions 
simple and straightforward.
  
  /home/usersname/all_projects_list.xml
  /home/usersname/client_state_prev.xml
  /home/usersname/daily_xfer_history.xml
  /home/usersname/gui_rpc_auth.cfg
  /home/usersname/client_state.xml
  
  Last tested with Pop!_OS 18.04 LTS and Ubuntu 18.04 LTS.
  
  Expected behavior are these files install in a subdirectory of home at
  ~/boinc/all_projects_list.xml and so on.

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

Title:
  [SRU] files install to home directory instead of boinc subdirectory of
  home

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

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

[Bug 1766304] Re: SRU virtualbox resume fails

2018-06-15 Thread LocutusOfBorg via ubuntu-bugs
bionic is already ok

** Changed in: virtualbox (Ubuntu Bionic)
   Status: In Progress => Invalid

** No longer affects: virtualbox (Ubuntu Bionic)

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

Title:
  SRU virtualbox resume fails

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

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

[Bug 1762491] Re: No graphics after update, caused by virtualbox

2018-06-15 Thread LocutusOfBorg via ubuntu-bugs
ping

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

Title:
  No graphics after update, caused by virtualbox

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

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

[Bug 1777079] Re: Command VBoxManage modifyvm "Machine_name" --audioout on is not working

2018-06-15 Thread LocutusOfBorg via ubuntu-bugs
Uploaded in unapproved queue for verification by release team

** Changed in: virtualbox (Ubuntu)
   Status: New => Fix Released

** Also affects: virtualbox (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: virtualbox (Ubuntu Bionic)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: virtualbox (Ubuntu Bionic)
   Status: New => In Progress

** Summary changed:

- Command VBoxManage modifyvm "Machine_name" --audioout on is not working
+ [SRU] Command VBoxManage modifyvm "Machine_name" --audioout on is not working

** Description changed:

- Command VBoxManage modifyvm "Machine_name" --audioout on is not working
- in version 5.2.10, which is standard in Ubuntu 18.04.
+ [Impact]
+ Command VBoxManage modifyvm "Machine_name" --audioout on is not working in 
version 5.2.10, which is standard in Ubuntu 18.04.
  
+ [ Test Case ]
+ * Try to run VBoxManage modifyvm "Machine_name" --audioout command
+ 
+ [ Regression Potential ]
+ * None, one-line patch with an obvious "in/out" swap
+ 
+ [ Other info ]
  It is not possible to create a VM from the console with audio output.
  Audio out can only be set to "on" via the GUI - interface, which will not 
work for fullscreen VMs :-(
  
  This bug was reported (https://www.virtualbox.org/ticket/17409) and
  fixed.
  
- I tested with version 5.2.12 
+ I tested with version 5.2.12
  
https://download.virtualbox.org/virtualbox/5.2.12/virtualbox-5.2_5.2.12-122591~Ubuntu~bionic_amd64.deb
  and everything works as exspected.
  
  It would be nice to, get 5.2.12 via normal repository. Thanks
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: virtualbox 5.2.10-dfsg-6
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jun 15 10:20:46 2018
  SourcePackage: virtualbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  [SRU] Command VBoxManage modifyvm "Machine_name" --audioout on is not
  working

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

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

[Bug 1766304] Re: SRU virtualbox resume fails

2018-06-15 Thread LocutusOfBorg via ubuntu-bugs
** Also affects: virtualbox (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: virtualbox (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: virtualbox (Ubuntu Bionic)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: virtualbox (Ubuntu Bionic)
   Importance: Undecided => Medium

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

Title:
  SRU virtualbox resume fails

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

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

[Bug 1768760] Re: virtualbox-hwe: please remove it for Cosmic, it should be part only of LTS releases

2018-06-14 Thread LocutusOfBorg via ubuntu-bugs
invalid, we need it for the next LTS

** Changed in: virtualbox-hwe (Ubuntu)
   Status: New => Invalid

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

Title:
  virtualbox-hwe: please remove it for Cosmic, it should be part only of
  LTS releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-hwe/+bug/1768760/+subscriptions

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

[Bug 1776672] Re: virtualbox-hwe 5.2.10-dfsg-6ubuntu18.04.1 ADT test failure with linux 4.17.0-2.3

2018-06-14 Thread LocutusOfBorg via ubuntu-bugs
uploaded.

** Changed in: virtualbox-hwe (Ubuntu)
   Status: New => 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/1776672

Title:
  virtualbox-hwe 5.2.10-dfsg-6ubuntu18.04.1 ADT test failure with linux
  4.17.0-2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-hwe/+bug/1776672/+subscriptions

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

[Bug 1775672] Re: virtualbox-dkms installation hangs in 18.04 (with secure boot)

2018-06-11 Thread LocutusOfBorg via ubuntu-bugs
** Package changed: virtualbox (Ubuntu) => dkms (Ubuntu)

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

Title:
  virtualbox-dkms installation hangs in 18.04 (with secure boot)

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

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

[Bug 1776077] Re: package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess was killed by signal (Killed)

2018-06-11 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1776076 ***
https://bugs.launchpad.net/bugs/1776076

** This bug has been marked a duplicate of bug 1776076
   package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade: installed 
virtualbox-dkms package post-installation script subprocess was killed by 
signal (Killed)

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

Title:
  package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade:
  installed virtualbox-dkms package post-installation script subprocess
  was killed by signal (Killed)

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

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

[Bug 1776076] Re: package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess was killed by signal (Killed)

2018-06-11 Thread LocutusOfBorg via ubuntu-bugs
hello cyphermox, do you have any clue about what might be wrong with
DKMS now?

** Package changed: virtualbox (Ubuntu) => dkms (Ubuntu)

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

Title:
  package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade:
  installed virtualbox-dkms package post-installation script subprocess
  was killed by signal (Killed)

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

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

[Bug 1770146] Re: [MIR] libayatana-appindicator

2018-06-11 Thread LocutusOfBorg via ubuntu-bugs
>Why does this require a MIR? It doesn't seem like there are any packages 
>depending on it, in any 
flavour. Whether libappindicator FTBFS or not has no bearing on this.

please look at cosmic-proposed, thanks.

** Changed in: libayatana-appindicator (Ubuntu)
   Status: Incomplete => New

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

Title:
  [MIR] libayatana-appindicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-appindicator/+bug/1770146/+subscriptions

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

[Bug 1605337] Re: [MIR] virtualbox

2018-06-11 Thread LocutusOfBorg via ubuntu-bugs
Here the updated reference link
https://salsa.debian.org/pkg-virtualbox-team/virtualbox/tree/master/src/VBox/Devices/PC/BIOS

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

Title:
  [MIR] virtualbox

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

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-06-01 Thread LocutusOfBorg via ubuntu-bugs
"gives an error" is something really helpful to debug the issue! :)

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1704459] Re: rebuild needed because dependency changed location of exported libmpi.so library

2018-05-31 Thread LocutusOfBorg via ubuntu-bugs
I'm sorry I couldn't fix the issue, lets think about bionic, because
fixing xenial will probably make the package not ABI safe anymore :/

** Changed in: proj (Ubuntu Xenial)
   Status: Fix Committed => Won't Fix

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

Title:
  rebuild needed because dependency changed location of exported
  libmpi.so library

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

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

[Bug 1773962] Re: High CPU usage when the guest is idle

2018-05-30 Thread LocutusOfBorg via ubuntu-bugs
https://www.virtualbox.org/wiki/Bugtracker
this might be a good place to start

** Changed in: virtualbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  High CPU usage when the guest is idle

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

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

[Bug 1773962] Re: High CPU usage when the guest is idle

2018-05-30 Thread LocutusOfBorg via ubuntu-bugs
Hello, does this happen with the official 5.2.12 deb from oracle website?
In case, can you please report the bug upstream?

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

Title:
  High CPU usage when the guest is idle

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

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

[Bug 1766054] Re: Acer Swift sf314-52 power button not managed

2018-05-30 Thread LocutusOfBorg via ubuntu-bugs
@Antonio please double check!

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

Title:
  Acer Swift sf314-52 power button not managed

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

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

[Bug 1766054] Re: Acer Swift sf314-52 power button not managed

2018-05-30 Thread LocutusOfBorg via ubuntu-bugs
Seems good so far!

** Tags removed: verification-needed-artful verification-needed-xenial
** Tags added: verification-done-artful verification-done-xenial

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

Title:
  Acer Swift sf314-52 power button not managed

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

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

[Bug 1771302] Re: SETI@home: Notice from BOINC : CL file build failure

2018-05-24 Thread LocutusOfBorg via ubuntu-bugs
should be fixed in cosmic

** Changed in: boinc-app-seti (Ubuntu)
   Status: Incomplete => 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/1771302

Title:
  SETI@home: Notice from BOINC : CL file build failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1771302/+subscriptions

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

[Bug 1766963] Re: Upgrade Repository to ffmpeg version 4.0

2018-05-23 Thread LocutusOfBorg via ubuntu-bugs
This is currently in debian experimental and will be merged/syncd once
the transition starts.

** Changed in: ffmpeg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Upgrade Repository to ffmpeg version 4.0

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

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

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
Do you confirm this is the same bug as
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1772471 ?

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

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

[Bug 1772602] Re: files install to home directory instead of boinc subdirectory of home

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
Can you please test the upcoming package in this ppa?
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+packages

note: I didn't add the code to move files around the system into the new
location... I'm worried to do that, but I can if you want to help me

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

Title:
  files install to home directory instead of boinc subdirectory of home

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

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

[Bug 1772471] Re: [SRU] Bug in SDL2 blocks Unity-based games

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
** Description changed:

+ [ Impact ]
+ * people using unity3d and steam games, with bundled sdl2 libraries
  
+ [ Regression Potential ]
+ * Low, this is part of the upcoming new release, and the request comes from 
upstream
+ 
+ [ Steps to reproduce ]
  ("Unity" here refers to the video game engine at https://unity3d.com/ and not 
Ubuntu's Unity project.)
  
  There is a bug in SDL2 that causes Unity-based games to fail in certain
  configurations. The basic idea is that Unity is statically linked to
  SDL, and then a plugin also links dynamically to SDL, and the
  dynamically loaded version accidentally resolves an important symbol to
  the address in the statically linked version, causing chaos.
  
  You can see this happen in the game Firewatch (
  https://store.steampowered.com/app/383870/Firewatch/ ).
  
  This bug will trigger if the game dynamically loads an SDL2 version >
  2.0.5. Steam ships their own copy of SDL in their "steam runtime," but
  will favor a system-installed version if available, which means that
  Ubuntu is probably having this problem for users that have the libsdl2
  package installed since release 17.10, which is the first to ship SDL
  2.0.6.  Debian Stretch is still on 2.0.5 and probably not triggering
  this bug quite yet.
  
  The upstream fix is simple, and should apply cleanly to any SDL version
  that is 2.0.3 or later.
  
  https://hg.libsdl.org/SDL/rev/7babfecee045
  
  I _think_ all Unity titles are x86-64 binaries, so this doesn't affect
  every architecture, but the SDL2 patch is correct for any target worth
  pushing an update for.
  
  This fix will be in SDL 2.0.9, but we don't have a timetable for that
  release yet, so I thought it might be worth encouraging distros to apply
  that one patch to their current SDL2 packages in the meantime, to make
  sure Firewatch and other games work out of the box.
  
  Steps to Reproduce:
  1. Install x86-64 Ubuntu 17.10 or later
  2. Install Ubuntu's libsdl2 package.
  3. Install Steam ( https://store.steampowered.com/ or maybe a distro-specific 
package )
  3. Install Firewatch via Steam (if you need a copy, we can supply it)
  4. Launch Firewatch
  
- Actual Results:  
+ Actual Results:
  Game launches, possibly makes an OpenGL window without rendering anything 
into it, and then either crashes or hangs indefinitely. Be prepared to kill the 
process if necessary.
  
- Expected Results:  
+ Expected Results:
  Game launches and gets to its main menu.
  
  One can also bypass this bug with the environment variable
  SDL_DYNAMIC_API=/path/to/where/ubuntu/installed/libSDL2-2.0.so.0, but
  we'd encourage you to just update the SDL package with the patch.
  
  Thanks for your time!
  
  --ryan.

** Changed in: libsdl2 (Ubuntu Artful)
   Status: New => In Progress

** Changed in: libsdl2 (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: libsdl2 (Ubuntu Bionic)
     Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: libsdl2 (Ubuntu Artful)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

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

Title:
  [SRU] Bug in SDL2 blocks Unity-based games

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

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

[Bug 1772602] Re: files install to home directory instead of boinc subdirectory of home

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
** Also affects: boinc (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

Title:
  files install to home directory instead of boinc subdirectory of home

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

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

[Bug 1772471] Re: [SRU] Bug in SDL2 blocks Unity-based games

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
** Summary changed:

- Bug in SDL2 blocks Unity-based games
+ [SRU] Bug in SDL2 blocks Unity-based games

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

Title:
  [SRU] Bug in SDL2 blocks Unity-based games

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

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

[Bug 1772602] Re: files install to home directory instead of boinc subdirectory of home

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
This should be fixed for cosmic, unfortunately bionic is not fixed...
I'll have a look about how to fix

** Changed in: boinc (Ubuntu)
   Status: New => Incomplete

** Changed in: boinc (Ubuntu)
   Status: Incomplete => 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/1772602

Title:
  files install to home directory instead of boinc subdirectory of home

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

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

[Bug 1772471] Re: Bug in SDL2 blocks Unity-based games

2018-05-22 Thread LocutusOfBorg via ubuntu-bugs
Hello Ryan, I committed the fix in cosmic, will update artful/bionic
once it goes in release.

** Also affects: libsdl2 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: libsdl2 (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Changed in: libsdl2 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Bug in SDL2 blocks Unity-based games

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

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

[Bug 1435643] Re: does not honor LC_MESSAGES

2018-05-21 Thread LocutusOfBorg via ubuntu-bugs
Hello Rolf, we did a lot of work wrt LC stuff, can we close this one, or
is it still an issue with BIONIC?

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

Title:
   does not honor LC_MESSAGES

To manage notifications about this bug go to:
https://bugs.launchpad.net/hedgewars/+bug/1435643/+subscriptions

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

[Bug 1770777] Re: [SRU] Bionic: PikoPixel 1.0 BETA9b can crash when resizing a document window

2018-05-19 Thread LocutusOfBorg via ubuntu-bugs
sponsored in bionic!

** Changed in: pikopixel.app (Ubuntu)
   Status: New => Fix Released

** Also affects: pikopixel.app (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: pikopixel.app (Ubuntu Bionic)
   Status: New => 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/1770777

Title:
  [SRU] Bionic: PikoPixel 1.0 BETA9b can crash when resizing a document
  window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pikopixel.app/+bug/1770777/+subscriptions

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

[Bug 1771302] Re: SETI@home: Notice from BOINC : CL file build failure

2018-05-18 Thread LocutusOfBorg via ubuntu-bugs
My request:

>don't know, maybe just tell me versions of boinc-app-seti, if you have
it installed, your >ubuntu version, your system architecture and so on.

your answer
>Package: boinc-app-seti
>Version: 8.00~svn3701-1

and now:
>I checked the installed packages. There isn't the boinc-app-seti

please, tell me why it should be a bug in the ubuntu boinc-app-seti if you are 
using the upstream version.
In case, just remove the upstream version and install the ubuntu bug, or report 
on upstream forum any issue you might find.

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

Title:
  SETI@home: Notice from BOINC : CL file build failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1771302/+subscriptions

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

[Bug 1771302] Re: SETI@home: Notice from BOINC : CL file build failure

2018-05-17 Thread LocutusOfBorg via ubuntu-bugs
can you please grab the updated binary from there[1] and report back?

dpkg -i should do the trick

[1] https://launchpad.net/ubuntu/+source/boinc-app-
seti/8.00~svn3725-1/+build/14890732

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

Title:
  SETI@home: Notice from BOINC : CL file build failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1771302/+subscriptions

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

[Bug 1737309] Re: package libpng16-16 1.6.20-2 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libpng16-16/ANNOUNCE', which is different from other instances of package libpng16-

2018-05-17 Thread LocutusOfBorg via ubuntu-bugs
I can't reproduce on a clean xenial/artful upgrade path on amd64, maybe 
something has changed on your system, preventing the upgrade to succeed.
In any case, now artful is mostly EOL.

** Changed in: libpng1.6 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package libpng16-16 1.6.20-2 failed to install/upgrade: trying to
  overwrite shared '/usr/share/doc/libpng16-16/ANNOUNCE', which is
  different from other instances of package libpng16-16:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpng1.6/+bug/1737309/+subscriptions

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

[Bug 1771302] Re: SETI@home: Notice from BOINC : CL file build failure

2018-05-15 Thread LocutusOfBorg via ubuntu-bugs
don't know, maybe just tell me versions of boinc-app-seti, if you have
it installed, your ubuntu version, your system architecture and so on.

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

Title:
  SETI@home: Notice from BOINC : CL file build failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1771302/+subscriptions

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

[Bug 1771302] Re: SETI@home: Notice from BOINC : CL file build failure

2018-05-15 Thread LocutusOfBorg via ubuntu-bugs
apport-collect 1771302 please.

** Changed in: boinc-app-seti (Ubuntu)
   Status: New => Incomplete

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

Title:
  SETI@home: Notice from BOINC : CL file build failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1771302/+subscriptions

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

[Bug 1771103] Re: vagrant and virtualbox not compatible

2018-05-14 Thread LocutusOfBorg via ubuntu-bugs
please tell me your vagrant version

** Changed in: vagrant (Ubuntu)
   Status: New => Incomplete

** Changed in: virtualbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  vagrant and virtualbox not compatible

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

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

[Bug 1771103] Re: vagrant and virtualbox not compatible

2018-05-14 Thread LocutusOfBorg via ubuntu-bugs
Nope, vagrant in xenial updates is compatible with virtualbox 5.1
https://launchpad.net/ubuntu/+source/vagrant/1.8.1+dfsg-1ubuntu0.2

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

Title:
  vagrant and virtualbox not compatible

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

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

[Bug 1669578] Re: Get ttyname() to work properly in containers

2018-05-14 Thread LocutusOfBorg via ubuntu-bugs
@Jose Manuel Santamaria Lema (panfaust)

can you please send the patch upstream so they integrate it in a new release?
We don't get emails for bugs that are closed, and I don't understand the need 
of an Ubuntu only patch.
I can sponsor once you report and get it acked by upstream.

G.

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

Title:
  Get ttyname() to work properly in containers

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

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

[Bug 1770798] Re: package virtualbox 5.1.34-dfsg-0ubuntu1.16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-14 Thread LocutusOfBorg via ubuntu-bugs
please remove this vbox
rc  virtualbox-4.1  
4.1.22-80657~Ubuntu~lucid   i386 Oracle VM 
VirtualBox

** Changed in: virtualbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox 5.1.34-dfsg-0ubuntu1.16.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-11 Thread LocutusOfBorg via ubuntu-bugs
it should be already good now, if you do an apt-get update :)
when you posted it was waiting a dinstall+publish time

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-11 Thread LocutusOfBorg via ubuntu-bugs
@wolf, please provide a log, with versions and the command you tried,
thanks

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-11 Thread LocutusOfBorg via ubuntu-bugs
>But then the hashsum check does not provide significantly more security
>than just downloading the file via https.

Hadmut, https doesn't mean connection secure, because we can't generally trust 
the server PKI, and that link used to be in http only since some months ago. A 
double check of the hash doesn't hurt.
I might consider removing it if I feel comfortable, but right now with all the 
sslstrip and ettercap plugins around, this might make security worse.

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-11 Thread LocutusOfBorg via ubuntu-bugs
I confirm the fix in bionic.
Virtualbox starts correctly and the ext pack is installed.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done verification-done-bionic

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-11 Thread LocutusOfBorg via ubuntu-bugs
>BTW: How do you verify that the hash sum is the correct one?
>If you just download the file from somewhere in the internet and take that 
>hash sum to verify the >same file, it's not of much use, from a security point 
>of view. It just proofs that it is the very >same file again, but not, that it 
>is the original file. Smells a little bit like snakeoil security.

I take the hashes from the https secured upstream download repository,
and verify them with md5 sha256 after downloading in https the ext-pack
itself.

the hash validated by me, is then hard-coded in the postinst file, and signed 
with my personal GPG key, so it is not tamperable anymore.
you can see hashes by yourself if you want.
https://download.virtualbox.org/virtualbox/5.2.10

G.

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1770317] Re: Please merge 0.76.0-1 from Debian Sid

2018-05-10 Thread LocutusOfBorg via ubuntu-bugs
** Changed in: sbuild (Ubuntu)
   Status: Confirmed => 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/1770317

Title:
  Please merge 0.76.0-1 from Debian Sid

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

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

[Bug 1770146] [NEW] [MIR] libayatana-appindicator

2018-05-09 Thread LocutusOfBorg via ubuntu-bugs
Public bug reported:

[Availability]
* Everywhere

[Rationale]
* Appindicator is dead, we should move it to universe and switch to the 
"better" and "supported" ayatana version
[Security]
* No security bugs found

[Quality assurance]
* Strongly maintained in Debian, lots of packages in main used to have deltas 
to drop and switch to appindicator, I think we will save a lot of work by just 
syncing stuff and not maintaining appindicator anymore (at least moving it to 
universe)
[Dependencies]
* All deps in main
[Standards compliance]
* New compat level
* Maintained in sync with Debian
* It builds a python2 bind, maybe we can just not MIR all binaries there
[Maintenance]
* Debian maintains it, and is doing a port to ayatana of all packages.

[Background information]
* I think we can also just MIR libayatana-appindicator3-1

** Affects: libayatana-appindicator (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: libayatana-appindicator (Ubuntu)
 Assignee: Ubuntu Release Team (ubuntu-release) => (unassigned)

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

Title:
  [MIR] libayatana-appindicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-appindicator/+bug/1770146/+subscriptions

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

[Bug 1770146] Re: [MIR] libayatana-appindicator

2018-05-09 Thread LocutusOfBorg via ubuntu-bugs
#895037 [S|  |  ] [src:libappindicator] libappindicator: deprecated in Debian; 
AppIndicator based applications, please switch to Ayatana (App)Indicator(s)
#897473 [S|  |  ] [src:libappindicator] libappindicator: FTBFS: 
app-indicator.c:2188:28: error: assignment from incompatible pointer type 
[-Werror=incompatible-pointer-types]

we should also MIR ayatana because of this

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

Title:
  [MIR] libayatana-appindicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-appindicator/+bug/1770146/+subscriptions

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

[Bug 1770146] Re: [MIR] libayatana-appindicator

2018-05-09 Thread LocutusOfBorg via ubuntu-bugs
I'm subscribing also “Indicator Applet Developers” team so they can
provide some inputs on this if they want (and maybe subscribe to this
new one?)

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

Title:
  [MIR] libayatana-appindicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-appindicator/+bug/1770146/+subscriptions

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

[Bug 1769413] Re: package boinc-app-seti-graphics 8.00~svn3701-1 failed to install/upgrade: installed boinc-app-seti-graphics package post-installation script subprocess returned error exit status 127

2018-05-09 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767866 ***
https://bugs.launchpad.net/bugs/1767866

Timothy, can you please try the fix in proposed?

** This bug has been marked a duplicate of bug 1767866
   [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to 
install/upgrade: installed boinc-app-seti-graphics package post-installation 
script subprocess returned error exit status 127

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

Title:
  package boinc-app-seti-graphics 8.00~svn3701-1 failed to
  install/upgrade: installed boinc-app-seti-graphics package post-
  installation script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1769413/+subscriptions

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

[Bug 1769327] Re: package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess returned error exit status 30

2018-05-09 Thread LocutusOfBorg via ubuntu-bugs
Mathieu, what do you think about this issue?

** Package changed: virtualbox (Ubuntu) => dkms (Ubuntu)

** Changed in: dkms (Ubuntu)
   Status: Confirmed => New

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

Title:
  package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade:
  installed virtualbox-dkms package post-installation script subprocess
  returned error exit status 30

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

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

[Bug 1754781] Re: Please merge the latest bug release, 1.0.7-1, from Debian

2018-05-09 Thread LocutusOfBorg via ubuntu-bugs
sponsored after changing "devel" to "cosmic" and adding this bug as
reference in changelog

** Changed in: irssi (Ubuntu)
   Status: New => 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/1754781

Title:
  Please merge the latest bug release, 1.0.7-1, from Debian

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

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

[Bug 1767402] Re: [SRU] hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
** Changed in: virtualbox-ext-pack (Ubuntu Bionic)
   Importance: Undecided => Critical

** Changed in: virtualbox-ext-pack (Ubuntu Bionic)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: virtualbox-ext-pack (Ubuntu Bionic)
   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/1767402

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767402] Re: hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
I subscribed release team, the fix is already in the new queue since
some days

** Summary changed:

- hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10
+ [SRU] hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

** Description changed:

- ...
+ [Impact] 
+ * Upgrades from xenial/artful to bionic
+ 
+ [Test Case]
+ * Installation fails because upstream changed the hash of the file
+ 
+ [Regression Potential] 
+ * None.
+ 
+ [Other info]
  The file will be downloaded into /usr/share/virtualbox-ext-pack
  Hash mismatch Oracle_VM_VirtualBox_Extension_Pack-5.2.10.vbox-extpack: 
expected 8c31bc1d0337e6668e0d9140defc6deaf265087f855783dd09b873a064a70703, or 
wrong accept-license key
  dpkg: error processing package virtualbox-ext-pack (--configure):
-  installed virtualbox-ext-pack package post-installation script subprocess 
returned error exit status 1
+  installed virtualbox-ext-pack package post-installation script subprocess 
returned error exit status 1
  Errors were encountered while processing:
-  virtualbox-ext-pack
+  virtualbox-ext-pack
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
- 
- I encountered this on an attempt to install the package when it was 
previously uninstalled.
+ I encountered this on an attempt to install the package when it was
+ previously uninstalled.
  
  Then I went to a different machine where it was previously installed
  successfully and ran dpkg-reconfigure on it. I was prompted to accept
  the license agreement, but then it, too, failed with the same error.
  
  Both of these machines were upgraded from 17.10 (artful) to 18.04
  (bionic) today.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: virtualbox-ext-pack 5.2.10-3
  ProcVersionSignature: Ubuntu 4.13.0-39.44-generic 4.13.16
  Uname: Linux 4.13.0-39-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 27 11:08:37 2018
  InstallationDate: Installed on 2016-08-09 (625 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: virtualbox-ext-pack
  UpgradeStatus: Upgraded to bionic on 2018-04-27 (0 days ago)

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767402] Re: hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
** Also affects: virtualbox-ext-pack (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1768550] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: geïnstalleerd virtualbox-ext-pack pakket post-installation script subproces meldde een fout afsluitstatus 1

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  geïnstalleerd virtualbox-ext-pack pakket post-installation script
  subproces meldde een fout afsluitstatus 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1768550/+subscriptions

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

[Bug 1769573] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1769573/+subscriptions

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

[Bug 1769706] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 4

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1769706/+subscriptions

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

[Bug 1768255] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: Unterprozess installed virtualbox-ext-pack package post-installation script gab den Fehler-Ausgangsstatus 1 zurück

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  Unterprozess installed virtualbox-ext-pack package post-installation
  script gab den Fehler-Ausgangsstatus 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1768255/+subscriptions

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

[Bug 1768309] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 4

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1768309/+subscriptions

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

[Bug 1768546] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-05-08 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1768546/+subscriptions

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

[Bug 1767866] Re: [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to install/upgrade: installed boinc-app-seti-graphics package post-installation script subprocess returned error exit stat

2018-05-07 Thread LocutusOfBorg via ubuntu-bugs
cosmic is fine, no new reports in unstable/ubuntu devel,
and I can install now seti just fine on bionic

Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-single3 amd64 
3.3.7-1 [764 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/universe amd64 boinc-app-seti 
amd64 8.00~svn3701-1 [152 kB]
Fetched 972 kB in 3s (336 kB/s)  
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libboinc-app7:amd64.
(Reading database ... 26981 files and directories currently installed.)
Preparing to unpack .../libboinc-app7_7.9.3+dfsg-5ubuntu1_amd64.deb ...
Unpacking libboinc-app7:amd64 (7.9.3+dfsg-5ubuntu1) ...
Selecting previously unselected package libfftw3-single3:amd64.
Preparing to unpack .../libfftw3-single3_3.3.7-1_amd64.deb ...
Unpacking libfftw3-single3:amd64 (3.3.7-1) ...
Selecting previously unselected package boinc-app-seti.
Preparing to unpack .../boinc-app-seti_8.00~svn3701-1_amd64.deb ...
Unpacking boinc-app-seti (8.00~svn3701-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up libfftw3-single3:amd64 (3.3.7-1) ...
Setting up libboinc-app7:amd64 (7.9.3+dfsg-5ubuntu1) ...
Setting up boinc-app-seti (8.00~svn3701-1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Processing triggers for libc-bin (2.27-3ubuntu1) ...


** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done verification-done-bionic

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

Title:
  [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to
  install/upgrade: installed boinc-app-seti-graphics package post-
  installation script subprocess returned error exit status 127

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

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

[Bug 1713615] Re: ttf-mscorefonts-installer fails because Redirection from https to http is forbidden

2018-05-07 Thread LocutusOfBorg via ubuntu-bugs
Can anybody please report the bug in Debian?

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

Title:
  ttf-mscorefonts-installer fails because Redirection from https to http
  is forbidden

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

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

[Bug 1769112] Re: package virtualbox 5.1.34-dfsg-0ubuntu1.16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-07 Thread LocutusOfBorg via ubuntu-bugs
Can you please remove --purge the official vbox one?
rc  virtualbox-4.24.2.12-84980~Ubuntu~raring
   amd64Oracle VM VirtualBox

** Changed in: virtualbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox 5.1.34-dfsg-0ubuntu1.16.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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

[Bug 1769327] Re: package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess returned error exit status 30

2018-05-05 Thread LocutusOfBorg via ubuntu-bugs
[   51.051610] vboxdrv: loading out-of-tree module taints kernel.
[   51.052105] vboxdrv: module verification failed: signature and/or required 
key missing - tainting kernel
[   51.071714] vboxdrv: Found 4 processor cores

maybe you need to update your dkms?

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

Title:
  package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade:
  installed virtualbox-dkms package post-installation script subprocess
  returned error exit status 30

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

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

[Bug 1769327] Re: package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess returned error exit status 30

2018-05-05 Thread LocutusOfBorg via ubuntu-bugs
Steve, do you think this might be related to the new dkms changes?
"required key missing" it seems...

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

Title:
  package virtualbox-dkms 5.2.10-dfsg-6 failed to install/upgrade:
  installed virtualbox-dkms package post-installation script subprocess
  returned error exit status 30

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

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

[Bug 1767866] Re: [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to install/upgrade: installed boinc-app-seti-graphics package post-installation script subprocess returned error exit stat

2018-05-05 Thread LocutusOfBorg via ubuntu-bugs
@JimmyL @bgrattan can you please verify the fix in proposed?

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

Title:
  [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to
  install/upgrade: installed boinc-app-seti-graphics package post-
  installation script subprocess returned error exit status 127

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

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

[Bug 1768760] [NEW] virtualbox-hwe: please remove it for Cosmic, it should be part only of LTS releases

2018-05-03 Thread LocutusOfBorg via ubuntu-bugs
Public bug reported:

Please let it go

** Affects: virtualbox-hwe (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

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

Title:
  virtualbox-hwe: please remove it for Cosmic, it should be part only of
  LTS releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-hwe/+bug/1768760/+subscriptions

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

[Bug 1767866] Re: package boinc-app-seti-graphics 8.00~svn3701-1 failed to install/upgrade: installed boinc-app-seti-graphics package post-installation script subprocess returned error exit status 127

2018-05-01 Thread LocutusOfBorg via ubuntu-bugs
** Package changed: boinc-app-seti (Ubuntu) => boinc (Ubuntu)

** Changed in: boinc (Ubuntu)
 Assignee: LocutusOfBorg (costamagnagianfranco) => (unassigned)

** Summary changed:

- package boinc-app-seti-graphics 8.00~svn3701-1 failed to install/upgrade: 
installed boinc-app-seti-graphics package post-installation script subprocess 
returned error exit status 127
+ [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to 
install/upgrade: installed boinc-app-seti-graphics package post-installation 
script subprocess returned error exit status 127

** Description changed:

+ [ Impact ]
+ * Installing boinc reverse-deps fails because I dropped a file 
"update-boinc-applinks" that was useful for them, in my attempt to drop python2 
from the client
+ 
+ [ Test case ]
+ * Install e.g. boinc-app-seti from synaptic
+ 
+ [ Regression potential ]
+ * None, this is a script that moves the configuration files
+ (I tried to see if the python3 port was good, so far no issues, but I'm not a 
python-savvy man
+ 
+ [ Other info ]
  could not install boinc seti from synaptic
  
  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: boinc-app-seti-graphics 8.00~svn3701-1
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  Date: Sun Apr 29 16:39:25 2018
  DuplicateSignature:
-  package:boinc-app-seti-graphics:8.00~svn3701-1
-  Setting up boinc-app-seti-graphics (8.00~svn3701-1) ...
-  /var/lib/dpkg/info/boinc-app-seti-graphics.postinst: 20: 
/var/lib/dpkg/info/boinc-app-seti-graphics.postinst: update-boinc-applinks: not 
found
-  dpkg: error processing package boinc-app-seti-graphics (--configure):
-   installed boinc-app-seti-graphics package post-installation script 
subprocess returned error exit status 127
+  package:boinc-app-seti-graphics:8.00~svn3701-1
+  Setting up boinc-app-seti-graphics (8.00~svn3701-1) ...
+  /var/lib/dpkg/info/boinc-app-seti-graphics.postinst: 20: 
/var/lib/dpkg/info/boinc-app-seti-graphics.postinst: update-boinc-applinks: not 
found
+  dpkg: error processing package boinc-app-seti-graphics (--configure):
+   installed boinc-app-seti-graphics package post-installation script 
subprocess returned error exit status 127
  ErrorMessage: installed boinc-app-seti-graphics package post-installation 
script subprocess returned error exit status 127
  InstallationDate: Installed on 2018-04-29 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
  RelatedPackageVersions:
-  dpkg 1.19.0.5ubuntu2
-  apt  1.6.1
+  dpkg 1.19.0.5ubuntu2
+  apt  1.6.1
  SourcePackage: boinc-app-seti
  Title: package boinc-app-seti-graphics 8.00~svn3701-1 failed to 
install/upgrade: installed boinc-app-seti-graphics package post-installation 
script subprocess returned error exit status 127
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  [SRU] package boinc-app-seti-graphics 8.00~svn3701-1 failed to
  install/upgrade: installed boinc-app-seti-graphics package post-
  installation script subprocess returned error exit status 127

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

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

[Bug 1767866] Re: package boinc-app-seti-graphics 8.00~svn3701-1 failed to install/upgrade: installed boinc-app-seti-graphics package post-installation script subprocess returned error exit status 127

2018-05-01 Thread LocutusOfBorg via ubuntu-bugs
I know what is the problem :)
patch ongoing!

** Changed in: boinc-app-seti (Ubuntu)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: boinc-app-seti (Ubuntu)
   Importance: Undecided => Critical

** Changed in: boinc-app-seti (Ubuntu)
   Importance: Critical => High

** Changed in: boinc-app-seti (Ubuntu)
   Status: New => Confirmed

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

Title:
  package boinc-app-seti-graphics 8.00~svn3701-1 failed to
  install/upgrade: installed boinc-app-seti-graphics package post-
  installation script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-seti/+bug/1767866/+subscriptions

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

[Bug 1768101] Re: Virtualbox fails to start after kernel upgrade

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
I don't see how I can check this bug without having an "apport-collect 1768101" 
command run...
I see the dkms package already depends on header installs, this fails maybe 
with custom built kernels, but this is also the reason for the existence of the 
virtualbox-*-source packages

** Changed in: virtualbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Virtualbox fails to start after kernel upgrade

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

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

[Bug 1725842] Re: package virtualbox-ext-pack 5.1.30-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please use the one currently in -updates pocket

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package virtualbox-ext-pack 5.1.30-2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1725842/+subscriptions

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

[Bug 1707450] Re: package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 8

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please use the one currently in -updates pocket

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1707450/+subscriptions

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

[Bug 1767478] Re: package virtualbox-ext-pack (not installed) failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack (not installed) failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767478/+subscriptions

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

[Bug 1767595] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: instalado virtualbox-ext-pack paquete post-installation guión el subproceso devolvió un error con estado de salida 4

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Incomplete

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  instalado virtualbox-ext-pack paquete post-installation guión el
  subproceso devolvió un error con estado de salida 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767595/+subscriptions

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

[Bug 1767698] Re: package virtualbox-ext-pack (not installed) failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack (not installed) failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767698/+subscriptions

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

[Bug 1767537] Re: package virtualbox-ext-pack (not installed) failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug is no longer a duplicate of bug 1767478
   package virtualbox-ext-pack (not installed) failed to install/upgrade: 
installed virtualbox-ext-pack package post-installation script subprocess 
returned error exit status 1
** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack (not installed) failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767537/+subscriptions

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

[Bug 1765754] Re: package virtualbox-ext-pack 5.2.10-2 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-2 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1765754/+subscriptions

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

[Bug 1767764] Re: Failed install as part of upgrade to 18.04

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  Failed install as part of upgrade to 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767764/+subscriptions

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

[Bug 1767907] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 4

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767907/+subscriptions

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

[Bug 1767481] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767481/+subscriptions

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

[Bug 1724693] Re: package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please try the new ext pack in -updates

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1724693/+subscriptions

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

[Bug 1757197] Re: package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 2

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please try the new ext pack in -updates

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1757197/+subscriptions

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

[Bug 1766984] Re: package virtualbox-ext-pack 5.0.18-1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please try the new ext pack in -updates

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox-ext-pack 5.0.18-1 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1766984/+subscriptions

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

[Bug 1738443] Re: package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 127

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please try the new ext pack in -updates

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox-ext-pack 5.0.40-0ubuntu1.16.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1738443/+subscriptions

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

[Bug 1728609] Re: package virtualbox-ext-pack (not installed) failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2018-04-30 Thread LocutusOfBorg via ubuntu-bugs
please try a new ext pack

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Incomplete

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

Title:
  package virtualbox-ext-pack (not installed) failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1728609/+subscriptions

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

[Bug 1767402] Re: hash mismatch or wrong accept-license key trying to install virtualbox-ext-pack 5.2.10

2018-04-28 Thread LocutusOfBorg via ubuntu-bugs
** Changed in: virtualbox-ext-pack (Ubuntu)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: virtualbox-ext-pack (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  hash mismatch or wrong accept-license key trying to install
  virtualbox-ext-pack 5.2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1767402/+subscriptions

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

[Bug 1767533] Re: hash mismatch

2018-04-28 Thread LocutusOfBorg via ubuntu-bugs
*** This bug is a duplicate of bug 1767402 ***
https://bugs.launchpad.net/bugs/1767402

** This bug has been marked a duplicate of bug 1767402
   hash mismatch or wrong accept-license key trying to install 
virtualbox-ext-pack 5.2.10

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

Title:
  hash mismatch

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

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

[Bug 1751191] Re: Using Vbox with 3D enabled, creates strange stuttering

2018-04-27 Thread LocutusOfBorg via ubuntu-bugs
>Besides your last remark is somewhat stupid, I run a host OS and use 4
VMs for different >purposes. I do not change my whole set up, because
one guest Ubuntu 16.04 has a problem. It >would be easier to swap that
one distro. The host OS Xubuntu 18.04, the other 3 VMs (Windows XP >from
2002, Xubuntu 18.04 and Ubuntu Mate 18.04) have no problem with 3D
acceleration of now >version 5.2.10 of Virtualbox.

your comment is somewhat stupid too :)
you reported an issue, I tried to triage it, you didn't answer to my requests, 
and you wrote something unrelated at all.
If you want this bug fixed, you should start contributing, e.g. by answering to 
simple questions, trying maybe a vbox in the archive to let me understand if 
the problem belongs to Ubuntu or not.

>The Ubuntu team should really think about, how to support e.g.
Virtualbox. You have to accept >other releases then in your archive. By
definition you enter a multi OS environment and you >cannot prescribe,
which version of Virtualbox or KVM must be used.

yes, but I can't fix bugs if I don't own the code.
so, please complain to oracle website if you can't cope with my requests, maybe 
they will  have some magic stuff or better knowledge to what is the issue you 
are talking about!

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

Title:
  Using Vbox with 3D enabled, creates strange stuttering

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

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

[Bug 1766304] Re: SRU virtualbox resume fails

2018-04-27 Thread LocutusOfBorg via ubuntu-bugs
This went in release with the sync of tonight

** Changed in: virtualbox (Ubuntu)
   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/1766304

Title:
  SRU virtualbox resume fails

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

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

[Bug 1766304] Re: virtualbox resume fails

2018-04-26 Thread LocutusOfBorg via ubuntu-bugs
please do not close it, we need it to be published in updates.

** Summary changed:

- virtualbox resume fails
+ SRU virtualbox resume fails

** Bug watch added: Debian Bug tracker #896895
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896895

** Also affects: virtualbox (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896895
   Importance: Unknown
   Status: Unknown

** Changed in: virtualbox (Ubuntu)
   Importance: Undecided => High

** Description changed:

+ [Impact] 
+ * Some images fail to resume
+ 
+ [ Test Case ]
  * install 18.04 in virtualbox
  * start vm
  * stop vm, with save state
  * start vm -> result: crash
  
- other linux based images like mate16.04 also fail to resume properly.
- windows 10 images resume ok.
+ [Regression Potential] 
+ * Really low, this one line patch comes from upstream
+ 
+ [ other info ]
+ other linux based images like mate16.04 also fail to resume properly. windows 
10 images resume ok.
  
  syslog:
  kernel: [268618.075493] EMT[31520]: segfault at 7f64ebf95970 ip 
7f64a8bfdaca sp 7f64cb7fba10 error 7 in VBoxDD.so[7f64a8b97000+1b3000]
  
  virtualbox gui shows:
  The VM session was aborted.
  
  Result Code:
  NS_ERROR_FAILURE (0x80004005)
  Component:
  SessionMachine
  Interface:
  ISession {7844aa05-b02e-4cdd-a04f-ade4a762e6b7}
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: virtualbox-qt 5.2.10-dfsg-2
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu6
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Apr 23 18:49:12 2018
  InstallationDate: Installed on 2017-01-11 (467 days ago)
  InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: virtualbox
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: virtualbox (Ubuntu)
 Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

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

Title:
  SRU virtualbox resume fails

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

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

[Bug 1762491] Re: No graphics after update, caused by virtualbox

2018-04-26 Thread LocutusOfBorg via ubuntu-bugs
Can you please try this spin?
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+packages

I uploaded:
 virtualbox - 5.1.34-dfsg-0ubuntu1.16.04.3
 virtualbox-hwe - 5.1.34-dfsg-0ubuntu1.16.04.3  

let me know if the -x11 and -x11-hwe packages work better now :)

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

Title:
  No graphics after update, caused by virtualbox

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

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

[Bug 1766304] Re: virtualbox resume fails

2018-04-26 Thread LocutusOfBorg via ubuntu-bugs
Hello, can you please try this vbox?
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/
5.2.10-dfsg-5ubuntu1
thanks!


** Changed in: virtualbox (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  virtualbox resume fails

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

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

[Bug 1760063] Re: Many tools don't start after upgrade of virtualbox-hwe

2018-04-26 Thread LocutusOfBorg via ubuntu-bugs
Nice thanks! I think I'll close this one then :)

** Changed in: virtualbox-hwe (Ubuntu)
   Status: New => Incomplete

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

Title:
  Many tools don't start after upgrade of virtualbox-hwe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-hwe/+bug/1760063/+subscriptions

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

[Bug 1751191] Re: Using Vbox with 3D enabled, creates strange stuttering

2018-04-26 Thread LocutusOfBorg via ubuntu-bugs
please try something in the archive

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

Title:
  Using Vbox with 3D enabled, creates strange stuttering

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

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

<    1   2   3   4   5   6   7   8   9   10   >