[Bug 1964705] [NEW] Ubiquity crash on daily build - cannot install

2022-03-13 Thread Barsoianu Radu
Public bug reported:

Traceback (most recent call last):
  File "/usr/lib/ubiquity/bin/ubiquity", line 668, in 
main(oem_config)
  File "/usr/lib/ubiquity/bin/ubiquity", line 652, in main
install(args[0], query=options.query)
  File "/usr/lib/ubiquity/bin/ubiquity", line 268, in install
wizard = ui.Wizard(distro)
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 246, in __init__
mod.ui = mod.ui_class(mod.controller)
  File "/usr/lib/ubiquity/plugins/ubi-wireless.py", line 214, in __init__
self._setup_page()
  File "/usr/lib/ubiquity/plugins/ubi-wireless.py", line 220, in _setup_page
self.nmwidget = nmwidgets.NetworkManagerWidget()
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_components/nmwidgets.py", line 
367, in __init__
self.view = NetworkManagerTreeView(self._on_state_changed)
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_components/nmwidgets.py", line 
224, in __init__
model = QtNetworkStore(self)
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_components/nmwidgets.py", line 
110, in __init__
self._init_icons()
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_components/nmwidgets.py", line 
208, in _init_icons
secure_pix = secure_icon.pixmap(ICON_SIZE / 2, ICON_SIZE / 2)
TypeError: arguments did not match any overloaded call:
  pixmap(self, QSize, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = 
QIcon.Off): argument 1 has unexpected type 'float'
  pixmap(self, int, int, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = 
QIcon.Off): argument 1 has unexpected type 'float'
  pixmap(self, int, mode: QIcon.Mode = QIcon.Normal, state: QIcon.State = 
QIcon.Off): argument 1 has unexpected type 'float'
  pixmap(self, QWindow, QSize, mode: QIcon.Mode = QIcon.Normal, state: 
QIcon.State = QIcon.Off): argument 1 has unexpected type 'float'

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubiquity 22.04.7
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.467
CurrentDesktop: KDE
Date: Sun Mar 13 12:19:37 2022
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/kubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220312)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy kubuntu ubiquity-22.04.7

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

Title:
  Ubiquity crash on daily build - cannot install

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


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

[Bug 1955796] Re: The requested FontFamily could not be found

2021-12-27 Thread Radu Cristescu
I found out the cause digging through strace, and while the bug doesn't
appear to be in the keepass2 package itself, it's a weird one:

My "/usr/share/fonts/msfonts" had mode 700, preventing mono from
accessing the Microsoft fonts. I had to "chmod +rx
/usr/share/fonts/msfonts", and then KeePass2 started.

"dpkg -S" says no package is claiming that directory, and grepping for
"msfonts" in /var/lib/dpkg/info returns no reference to this directory.
I've deleted that entire directory and it doesn't seem to be needed. The
reason for the crash was just that during the scan access to it was
denied.

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

Title:
  The requested FontFamily could not be found

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


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

[Bug 1955796] [NEW] The requested FontFamily could not be found

2021-12-27 Thread Radu Cristescu
Public bug reported:

I upgraded to "impish" recently, and my KeePass2 installation stopped
working. When launched in the Terminal, the following error is shown,
indicating that a font is missing, but I can't tell which font it wants
and how to install it. It should be a dependency, if possible.

System.ArgumentException: The requested FontFamily could not be found [GDI+ 
status: FontFamilyNotFound]
  at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) 
[0x001e5] in <728fbd68fe594062895e1f819791e76a>:0 
  at System.Drawing.Font.GetHeight (System.Single dpi) [0xf] in 
<728fbd68fe594062895e1f819791e76a>:0 
  at System.Drawing.Font.GetHeight () [0x6] in 
<728fbd68fe594062895e1f819791e76a>:0 
  at System.Drawing.Font.get_Height () [0x0] in 
<728fbd68fe594062895e1f819791e76a>:0 
  at (wrapper remoting-invoke-with-check) System.Drawing.Font.get_Height()
  at System.Windows.Forms.XplatUIX11.GetAutoScaleSize (System.Drawing.Font 
font) [0x00031] in :0 
  at System.Windows.Forms.XplatUI.GetAutoScaleSize (System.Drawing.Font font) 
[0x0] in :0 
  at System.Windows.Forms.Form.GetAutoScaleSize (System.Drawing.Font font) 
[0x0] in :0 
  at System.Windows.Forms.Form..ctor () [0x0001e] in 
:0 
  at KeePass.Forms.MainForm..ctor () [0x0014f] in 
:0 
  at (wrapper remoting-invoke-with-check) KeePass.Forms.MainForm..ctor()
  at KeePass.Program.MainPriv (System.String[] args) [0x00640] in 
:0

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: keepass2 2.47+dfsg-2
ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
Uname: Linux 5.13.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 27 09:26:13 2021
PackageArchitecture: all
SourcePackage: keepass2
UpgradeStatus: Upgraded to impish on 2021-12-19 (8 days ago)

** Affects: keepass2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish wayland-session

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

Title:
  The requested FontFamily could not be found

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


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

[Bug 1938889] [NEW] unable to upgrade to 20.04

2021-08-04 Thread Radu
Public bug reported:

Calculating the changes

Calculating the changes

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If 
you want to investigate this yourself the log files in 
'/var/log/dist-upgrade' will contain details about the upgrade. 
Specifically, look at 'main.log' and 'apt.log'.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.44
ProcVersionSignature: Ubuntu 5.4.0-80.90~18.04.1-generic 5.4.124
Uname: Linux 5.4.0-80-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.24
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug  4 13:20:50 2021
InstallationDate: Installed on 2019-05-26 (800 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-08-04 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade

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

Title:
  unable to upgrade to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1938889/+subscriptions


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

[Bug 1900125] [NEW] package codeblocks-dev 20.03 failed to install/upgrade: se încearcă suprascrierea „/usr/include/codeblocks/Alignment.h”, care este și în pachetul codeblocks-headers 20.03

2020-10-16 Thread NICOLAE RADU TABIRCA
Public bug reported:

his page will refresh every 10 seconds until processing is complete.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: codeblocks-dev 20.03
ProcVersionSignature: Ubuntu 5.4.0-51.56-generic 5.4.65
Uname: Linux 5.4.0-51-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Oct 16 13:30:21 2020
DuplicateSignature:
 package:codeblocks-dev:20.03
 Unpacking codeblocks-contrib (20.03-3) over (20.03) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-JF9cj3/03-codeblocks-contrib_20.03-3_amd64.deb (--unpack):
  se încearcă suprascrierea 
„/usr/lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1”, care este și în 
pachetul codeblocks-libwxcontrib0 20.03
ErrorMessage: se încearcă suprascrierea „/usr/include/codeblocks/Alignment.h”, 
care este și în pachetul codeblocks-headers 20.03
InstallationDate: Installed on 2020-10-15 (1 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: codeblocks
Title: package codeblocks-dev 20.03 failed to install/upgrade: se încearcă 
suprascrierea „/usr/include/codeblocks/Alignment.h”, care este și în pachetul 
codeblocks-headers 20.03
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: codeblocks (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal third-party-packages

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

Title:
  package codeblocks-dev 20.03 failed to install/upgrade: se încearcă
  suprascrierea „/usr/include/codeblocks/Alignment.h”, care este și în
  pachetul codeblocks-headers 20.03

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

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

[Bug 1857254] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

2020-03-07 Thread Radu Axente
```
GNU Image Manipulation Program version 2.10.14
git-describe: GIMP_2_10_12-511-ga4f55d6c7e
C compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
9.2.1-17ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-9 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib 
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
--disable-werror --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none,hsa --without-cuda-driver 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 9.2.1 20191102 (Ubuntu 9.2.1-17ubuntu1) 

using babl version 0.1.74 (compiled against version 0.1.72)
using GEGL version 0.4.18 (compiled against version 0.4.18)
using GLib version 2.64.0 (compiled against version 2.62.1)
using GdkPixbuf version 2.40.0 (compiled against version 2.40.0)
using GTK+ version 2.24.32 (compiled against version 2.24.32)
using Pango version 1.44.7 (compiled against version 1.42.3)
using Fontconfig version 2.13.1 (compiled against version 2.13.1)
using Cairo version 1.16.0 (compiled against version 1.16.0)

```
> fatal error: Segmentation fault

Stack trace:
```

# Stack traces obtained from PID 379568 - Thread 379568 #

[New LWP 379569]
[New LWP 379570]
[New LWP 379571]
[New LWP 379572]
[New LWP 379573]
[New LWP 379574]
[New LWP 379575]
[New LWP 379576]
[New LWP 379577]
[New LWP 379578]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
__libc_read (nbytes=256, buf=0x7ffeb2d39490, fd=21) at 
../sysdeps/unix/sysv/linux/read.c:26
  Id   Target Id   Frame 
* 1Thread 0x7f8009ba5e00 (LWP 379568) "gimp-2.10"  __libc_read 
(nbytes=256, buf=0x7ffeb2d39490, fd=21) at ../sysdeps/unix/sysv/linux/read.c:26
  2Thread 0x7f80093ec700 (LWP 379569) "worker" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  3Thread 0x7f8008beb700 (LWP 379570) "worker" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  4Thread 0x7f80083ea700 (LWP 379571) "worker" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  5Thread 0x7f8007be9700 (LWP 379572) "worker" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  6Thread 0x7f7fff3e8700 (LWP 379573) "worker" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  7Thread 0x7f8006f58700 (LWP 379574) "gmain"  0x7f800ab9cc3f 
in __GI___poll (fds=0x5570076c4420, nfds=1, timeout=4253) at 
../sysdeps/unix/sysv/linux/poll.c:29
  8Thread 0x7f8006757700 (LWP 379575) "dconf worker"   0x7f800ab9cc3f 
in __GI___poll (fds=0x5570076c60f0, nfds=1, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  9Thread 0x7f8005f56700 (LWP 379576) "gdbus"  0x7f800ab9cc3f 
in __GI___poll (fds=0x7f7fe8016f30, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  10   Thread 0x7f8005707700 (LWP 379577) "pool-gimp-2.10" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  11   Thread 0x7f7fd6430700 (LWP 379578) "async"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38

Thread 11 (Thread 0x7f7fd6430700 (LWP 379578)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1  0x7f800ae91463 in g_cond_wait () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x55700620e664 in ?? ()
No symbol table info available.
#3  0x7f800ae6d911 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0x7f800ac83669 in start_thread (arg=) at 
pthread_create.c:479
ret = 
pd = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140187032291072, 
516308642187034583, 140731898634942, 140731898634943, 140731898635088, 
140187032287488, -444194466106589225, -564534997945958441}, mask_was_saved = 
0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, 
canceltype = 0}}}
not_first_call = 0
#5  0x7f800aba9333 in clone () at 

[Bug 1862327] Re: BIND 9.11.3 dropping queries when dhcp lease is renewed

2020-02-28 Thread Radu Pantiru
Thank you for your reply. I will see what it can be done to use a newer
version of Ubuntu.

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

Title:
  BIND 9.11.3 dropping queries when dhcp lease is renewed

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

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

[Bug 1862327] Re: BIND 9.11.3 dropping queries when dhcp lease is renewed

2020-02-07 Thread Radu Pantiru
** Description changed:

- 1. Ubuntu 18.04.4 LTS
+ 1. OS Version: Ubuntu 18.04.4 LTS
  
- 2. bind9-9.11.3+dfsg-1ubuntu1.11
+ 2. Package:bind9-9.11.3+dfsg-1ubuntu1.11
  
- 3. DNS queries to work.
+ 3. Expected behaviour: DNS query response.
  
  
- 4.
+ 4. Observed behaviour:
  
  At random times when the dhcp lease gets renewed named does not reply
  with a response and the query will eventually time out.
  
  System log:
  
  DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCP lease 
lost
  DATE HH:MM:41 hosname.localdomain dbus-daemon[662]: [system] Activating via 
systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.508' (uid=100 
pid=26198 comm="/lib/systemd/systemd-networkd " label="unconfined")
  DATE HH:MM:41 hosname.localdomain systemd[1]: Starting Hostname Service...
  DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCPv4 
address <> via <>>
  
  named.log:
  
  DATE HH:MM:41.646 network: error: binding TCP socket: address in use
  
- 
- 
  Thank you for your help!

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

Title:
  BIND 9.11.3 dropping queries when dhcp lease is renewed

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

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

[Bug 1862327] [NEW] BIND 9.11.3 dropping queries when dhcp lease is renewed

2020-02-07 Thread Radu Pantiru
Public bug reported:

1. OS Version: Ubuntu 18.04.4 LTS

2. Package:bind9-9.11.3+dfsg-1ubuntu1.11

3. Expected behaviour: DNS query response.


4. Observed behaviour:

At random times when the dhcp lease gets renewed named does not reply
with a response and the query will eventually time out.

System log:

DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCP lease lost
DATE HH:MM:41 hosname.localdomain dbus-daemon[662]: [system] Activating via 
systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.508' (uid=100 
pid=26198 comm="/lib/systemd/systemd-networkd " label="unconfined")
DATE HH:MM:41 hosname.localdomain systemd[1]: Starting Hostname Service...
DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCPv4 address 
<> via <>>

named.log:

DATE HH:MM:41.646 network: error: binding TCP socket: address in use

Thank you for your help!

** Affects: bind9 (Ubuntu)
 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/1862327

Title:
  BIND 9.11.3 dropping queries when dhcp lease is renewed

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

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

[Bug 1586528] Re: Avahi-daemon withdraws address record

2020-01-01 Thread Ciprian Radu via ubuntu-bugs
I am experiencing this problem from a Raspberry Pi 4, running Raspbian.
It seems that disabling IPv6 works. I also removed isc-dhcp-client but
it did not solve the problem.

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

Title:
  Avahi-daemon withdraws address record

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

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

[Bug 1852919] [NEW] package nginx-core (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-11-17 Thread Radu Mondescu
Public bug reported:

cannot install nginx

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nginx-core (not installed)
ProcVersionSignature: Ubuntu 4.4.0-166.195-generic 4.4.194
Uname: Linux 4.4.0-166-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.21
Architecture: amd64
Date: Sat Nov 16 11:28:19 2019
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-10-21 (1121 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.6
 apt  1.2.32
SourcePackage: nginx
Title: package nginx-core (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nginx (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package nginx-core (not installed) 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/nginx/+bug/1852919/+subscriptions

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

[Bug 1808389] Re: iwlwifi Intel 8265 firmware crashing on lenovo x1 Gen 6

2019-08-29 Thread Radu Cristescu
I have a problem that looks very similar to this one, but it's happening
with linux-firmware 1.173.9 and only on my home 5 GHz SSID (the 2.4 GHz
SSID connects fine). What do I need to send you in order to have it
fixed?

I started getting this after getting a new router. The router I had
before didn't trigger this.

Machine: Lenovo X1 Carbon gen 6 (X1C6)
Ubuntu: bionic 64-bit
Linux: 4.15.0-58-generic
linux-firmware: 1.173.9
LSB Version:
core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch

Crash:

[86031.121562] wlp2s0: send auth to a6:91:b1:5e:99:45 (try 3/3)
[86032.113366] wlp2s0: authentication with a6:91:b1:5e:99:45 timed out
[86036.577590] wlp2s0: authenticate with a6:91:b1:5e:99:45
[86036.588658] wlp2s0: send auth to a6:91:b1:5e:99:45 (try 1/3)
[86036.594500] iwlwifi :02:00.0: Microcode SW error detected.  Restarting 
0x200.
[86036.594648] iwlwifi :02:00.0: Start IWL Error Log Dump:
[86036.594656] iwlwifi :02:00.0: Status: 0x0100, count: 6
[86036.594661] iwlwifi :02:00.0: Loaded firmware version: 34.0.1
[86036.594668] iwlwifi :02:00.0: 0x1006 | ADVANCED_SYSASSERT  
[86036.594674] iwlwifi :02:00.0: 0x0230 | trm_hw_status0
[86036.594679] iwlwifi :02:00.0: 0x | trm_hw_status1
[86036.594685] iwlwifi :02:00.0: 0x00023FDC | branchlink2
[86036.594690] iwlwifi :02:00.0: 0x0003915A | interruptlink1
[86036.594696] iwlwifi :02:00.0: 0x | interruptlink2
[86036.594701] iwlwifi :02:00.0: 0xF222 | data1
[86036.594707] iwlwifi :02:00.0: 0xDEADBEEF | data2
[86036.594712] iwlwifi :02:00.0: 0xDEADBEEF | data3
[86036.594717] iwlwifi :02:00.0: 0x00036150 | beacon time
[86036.594723] iwlwifi :02:00.0: 0x00681ECC | tsf low
[86036.594728] iwlwifi :02:00.0: 0x | tsf hi
[86036.594733] iwlwifi :02:00.0: 0x | time gp1
[86036.594739] iwlwifi :02:00.0: 0x00681ECD | time gp2
[86036.594744] iwlwifi :02:00.0: 0x0001 | uCode revision type
[86036.594750] iwlwifi :02:00.0: 0x0022 | uCode version major
[86036.594755] iwlwifi :02:00.0: 0x | uCode version minor
[86036.594760] iwlwifi :02:00.0: 0x0230 | hw version
[86036.594766] iwlwifi :02:00.0: 0x00489000 | board version
[86036.594771] iwlwifi :02:00.0: 0x0550001C | hcmd
[86036.594777] iwlwifi :02:00.0: 0x26023008 | isr0
[86036.594782] iwlwifi :02:00.0: 0x0105 | isr1
[86036.594787] iwlwifi :02:00.0: 0x08001802 | isr2
[86036.594792] iwlwifi :02:00.0: 0x4041FDC0 | isr3
[86036.594797] iwlwifi :02:00.0: 0x | isr4
[86036.594803] iwlwifi :02:00.0: 0x00520118 | last cmd Id
[86036.594808] iwlwifi :02:00.0: 0x | wait_event
[86036.594813] iwlwifi :02:00.0: 0x0080 | l2p_control
[86036.594819] iwlwifi :02:00.0: 0x00010030 | l2p_duration
[86036.594824] iwlwifi :02:00.0: 0x003F | l2p_mhvalid
[86036.594829] iwlwifi :02:00.0: 0x0080 | l2p_addr_match
[86036.594835] iwlwifi :02:00.0: 0x000D | lmpm_pmg_sel
[86036.594840] iwlwifi :02:00.0: 0x30101345 | timestamp
[86036.594846] iwlwifi :02:00.0: 0x6070 | flow_handler
[86036.594914] iwlwifi :02:00.0: Start IWL Error Log Dump:
[86036.594920] iwlwifi :02:00.0: Status: 0x0100, count: 7
[86036.594926] iwlwifi :02:00.0: 0x0070 | ADVANCED_SYSASSERT
[86036.594931] iwlwifi :02:00.0: 0x | umac branchlink1
[86036.594937] iwlwifi :02:00.0: 0xC0086964 | umac branchlink2
[86036.594942] iwlwifi :02:00.0: 0xC0083A94 | umac interruptlink1
[86036.594948] iwlwifi :02:00.0: 0xC0083A94 | umac interruptlink2
[86036.594953] iwlwifi :02:00.0: 0x0800 | umac data1
[86036.594958] iwlwifi :02:00.0: 0xC0083A94 | umac data2
[86036.594963] iwlwifi :02:00.0: 0xDEADBEEF | umac data3
[86036.594969] iwlwifi :02:00.0: 0x0022 | umac major
[86036.594974] iwlwifi :02:00.0: 0x | umac minor
[86036.594979] iwlwifi :02:00.0: 0xC088628C | frame pointer
[86036.594984] iwlwifi :02:00.0: 0xC088628C | stack pointer
[86036.594990] iwlwifi :02:00.0: 0x00520118 | last host cmd
[86036.594995] iwlwifi :02:00.0: 0x | isr status reg
[86036.595003] ieee80211 phy0: Hardware restart was requested
[86037.346887] wlp2s0: send auth to a6:91:b1:5e:99:45 (try 2/3)
[86038.129366] WARNING: CPU: 6 PID: 6010 at 
/build/linux-hwVdeu/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/mvm/time-event.c:529
 iwl_mvm_time_event_send_add+0x1bd/0x1e0 [iwlmvm]
[86038.129370] Modules linked in: ccm xt_nat veth rfcomm pci_stub vboxpci(O) 
vboxnetadp(O) vboxnetflt(O) vboxdrv(O) thunderbolt ipt_MASQUERADE 
nf_nat_masquerade_ipv4 nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo 
iptable_nat nf_nat_ipv4 xt_addrtype nf_nat br_netfilter bridge stp llc 
xt_tcpudp vmw_vsock_vmci_transport vsock nf_conntrack_ipv4 nf_defrag_ipv4 
xt_conntrack nf_conntrack vmw_vmci iptable_filter cmac snd_hrtimer aufs overlay 
msr bnep 

[Bug 1828728] Re: White corners when CSD is enabled on Firefox

2019-07-21 Thread Radu Balaban
** Attachment added: "ff_corner.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1828728/+attachment/5278203/+files/ff_corner.png

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

Title:
  White corners when CSD is enabled on Firefox

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

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

[Bug 1828728] Re: White corners when CSD is enabled on Firefox

2019-07-20 Thread Radu Balaban
The workaround above (gfx.webrender.all = true) does help a bit, but
does not fully solve the issue. The shadow of the window is shaped by a
rectangle (and so the corners are still visible over a light background)
and, in addition, there is a 'see-through' line in the application
window, below the address bar (you can see the text behind the window).

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

Title:
  White corners when CSD is enabled on Firefox

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

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

[Bug 1828728] Re: White corners when CSD is enabled on Firefox

2019-06-26 Thread Radu Balaban
I can confirm it on Ubuntu 18.04, Firefox 67.0.4, NVidia video drivers,
with any theme.

Interestingly enough, the corners are shown correctly when I start
Firefox from a Slack link. I tried to use the same command line used by
Slack to launch a link (which is just: firefox https://), but that
doesn't do the trick.

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

Title:
  White corners when CSD is enabled on Firefox

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

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

[Bug 1790454] Re: Bluetooth (btintel) stops working after suspend/resume

2018-11-23 Thread Radu Andries
Same issue here.

Adding this to options + cold boot seems to have fixed it.

% cat /etc/modprobe.d/btusb.conf
options btusb enable_autosuspend=0
~ % uname -r
4.18.19-041819-generic

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

Title:
  Bluetooth (btintel) stops working after suspend/resume

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

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

[Bug 1769383] Re: Ubuntu dock/launcher is shown on the lock screen

2018-10-31 Thread Bogdan Radu
I still see this as well. I also notice that when hovering over the bar
after this starts happening, it resizes by a few px.

It also results in things like remmina no longer populating it OR the
top bar with its icons.

I do have gnome-tweaks installed, and seems that the resizing issue goes
away when I start it up and change the hinting mode.

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

Title:
  Ubuntu dock/launcher is shown on the lock screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1769383/+subscriptions

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

[Bug 1789425] [NEW] magnum deb v6.1.0 not containing queens/stable data

2018-08-28 Thread Radu Popescu
Public bug reported:

It's about this file:

https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments
/configure-kubernetes-master.sh

The version installed has this condition:
if [ -n "$CERT_MANAGER_API" ]; then
KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS 
--cluster-signing-cert-file=$CERT_DIR/ca.crt 
--cluster-signing-key-file=$CERT_DIR/ca.key"
fi

The version that should be installed, has this condition:
if [ "$(echo $CERT_MANAGER_API | tr '[:upper:]
' '[:lower:]')" = "true" ]; then
KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS 
--cluster-signing-cert-file=$CERT_DIR/ca.crt 
--cluster-signing-key-file=$CERT_DIR/ca.key"
fi

CERT_MANAGER_API is either true or false, never empty.

Thanks

** Affects: magnum (Ubuntu)
 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/1789425

Title:
  magnum deb v6.1.0 not containing queens/stable data

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

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

[Bug 1767465] Re: Ubuntu 18.04-Crashed installation

2018-06-06 Thread Radu Axente
Same installation medium USB-Stick (SANDisk 4GB USB2) has been used on 3
(three) different PCs...

If I decide to connect to the Internet (WLAN) when starting the
installation and install updates while installing the system, the
installation crashes on all 3 (three) PCs.

If I decide to not connect to the Internet (WLAN) when starting the
installation and do not install updates while installing the system, the
installation finishes without a crash on all 3 (three) PCs.

I've installed the updates after rebooting the PCs for the first time
after installation.

This is not a new bug, I suppose.

I've encountered the same behaviour on all 3 PCs when installing Ubuntu
MATE 16.10, 17.04 and 17.10 and not 18.04.

And the same happened when I tried to install Linux Mint 18.1 some
months ago.

Thank you for taking these facts into consideration.

I do not mind if nothing happens, perhaps I'm a "unique" case, but...
really ?  On 3 different PCs with Samsung SSDs while connected via WLAN
(Intel WLAN/Bluetooth modules) ?

Anyway, as long as the system can be installed correctly and updated
afterwards, everything is OK for me.

** Changed in: ubiquity (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Ubuntu 18.04-Crashed installation

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

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

[Bug 1767465] Re: Ubuntu 18.04-Crashed installation

2018-06-06 Thread Radu Axente
Correction: "I've encountered the same behaviour on all 3 PCs when
installing Ubuntu MATE 16.10, 17.04 and 17.10 and now 18.04."

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

Title:
  Ubuntu 18.04-Crashed installation

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

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

[Bug 1774865] Re: 4.15.0-22 won't boot on Dell XPS 15 9570

2018-06-04 Thread Radu
Thanks! Leaving some notes in case someone else runs into this and finds
this page. I was having some problems with bumblebee (installation would
hang, then the whole system would freeze when trying to reboot), and I
think that broke something. I assumed it was the kernel because it was
the first time booting that version and it seemed like a very serious
error that happened very early in the boot process. I reinstalled (this
was Linux Mint 19 beta) and stayed away from bumblebee and I had no
problems (the kernel works fine).

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

Title:
  4.15.0-22 won't boot on Dell XPS 15 9570

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

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

[Bug 1774865] Re: 4.15.0-22 won't boot on Dell XPS 15 9570

2018-06-03 Thread Radu
I later hit the same with the 4.15.0-20 kernel. I think something got
messed up either with grub or the initramfs. We can close this.

** Description changed:

  4.15.0-22 fails on boot on a Dell XPS 9570 with "not all CPUs entered
- broadcast".
+ broadcast exception handler".
  
  4.15.0-20 works fine.

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

Title:
  4.15.0-22 won't boot on Dell XPS 15 9570

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

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

[Bug 1774865] [NEW] 4.15.0-22 won't boot on Dell XPS 15 9570

2018-06-03 Thread Radu
Public bug reported:

4.15.0-22 fails on boot on a Dell XPS 9570 with "not all CPUs entered
broadcast".

4.15.0-20 works fine.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- 4.15.0-22 won't boot on Dell XPS 15 9570:
+ 4.15.0-22 won't boot on Dell XPS 15 9570

** Description changed:

- 4.15.0-22 fails on boot with
+ 4.15.0-22 fails on boot on a Dell XPS 9570 with "not all CPUs entered
+ broadcast".
+ 
+ 4.15.0-20 works fine.

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

Title:
  4.15.0-22 won't boot on Dell XPS 15 9570

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-05-21 Thread Radu Axente
Suppose it is the same as https://bugs.launchpad.net/bugs/1769297

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-05-19 Thread Radu Axente
Thank you Geoff for pointing to the real solution.  I am a bit scared of
making this kind of changes to a system file, but I will give it a try.
Anyway, looking forward to see the fix implemented by Canonical.
Hibernate / Resume from hibernation is for me the solution for my PCs
(not notebooks) since Windows XP :-)  You can simply continue where you
left off on PCs that are off about 16 hours a day.

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-05-18 Thread Radu Axente
Adding the kernel parameter "resume=UUID=" in
the /etc/default/grub file, solved the issue.

Hibernate / Resume from Hibernate does work as expected now.

Just wondering why this worked without the named parameter in Ubuntu
16.10, 17.04. 17.10...

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-05-17 Thread Radu Axente
Finally found a solution for this issue => you have to add the kernel
parameter "resume=UUID=" to the
/etc/default/grub file: edit the file and afterwards sudo update-grub)
or use Grub Customizer.

Questions:
1. Why the heck is this kernel parameter suddenly required in Ubuntu 18.04 ?
It was definitely not necessary in Ubuntu 16.10, 17.04, 17.10.  No, it wasn't, 
on 3 PCs !!!

2. Why the heck is this kernel parameter not set automatically if it is 
required ?
It should be definitely set automatically.  Would make everything easier for a 
simple user like me :-)

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-05-01 Thread Radu Axente
For all 3 (three) PCs (Acer X3-710, B150M Gaming Pro and ASUS P8H67-M
PRO):

1. Ubuntu MATE 17.10 & kernel 4.15.x / 4.16.x => Hibernate / Resume from
Hibernate works perfectly

2. Ubuntu MATE 17.10 & kernel 4.13.0.21 => Hibernate / Resume from
Hibernate works perfectly

3. Ubuntu MATE 17.10 & kernel 4.13.0.y (y >=25) => Hibernate / Resume from 
Hibernate does not work at all
- PC restarts and a few seconds later the monitor goes black and shortly after 
in suspend mode
- keyboard is frozen / dead
- pressing any key of the keyboard does nothing, pressing Caps-Lock does nothing
- see 
https://ubuntu-mate.community/t/hibernation-broken-in-kernel-4-13-0-25/15736

4. Ubuntu MATE 18.04 & kernel 4.15.x (x = any available) / 4.16.x (x <= 3) => 
Hibernate / Resume from Hibernate does not work
- PC starts as if I would've rebooted it instead of resuming it from hibernate
- I can work normally but previous state / session is not restored
- the error window appears stating that "This occurred during a previous 
hibernation, and prevented the system from resuming properly" - unfortunately 
it does not offer submit any other bug reports (even if I click "Continue")
- it's the same behaviour: for any of the listed PCs when upgraded from 17.10 
to 18.04 or fresh install of 18.04 (Beta 1, Beta 2
 or Release)

This is the reason why I do not thing that kernels 4.15 / 4.16 are the
reason for this issue, but I may be totally wrong.

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-28 Thread Radu Axente
Fresh install of Ubuntu 18.04 (release) - both MATE / GNOME (vanilla):

- Hibernate / Resume from Hibernate does not work

Installed kernel 4.15.0-10-generic, as recommended - both MATE / GNOME
(vanilla):

- Hibernate / Resume from Hibernate does not work.

Unfortunately, cannot report the issue automatically, as I am not
offered the login to Ubuntu ONE as before Ubuntu release 18.04.

As stated before, same PC:
- Ubuntu MATE or GNIME (vanilla) 17.10 with ANY kernel 4.15.x -> Hibernate / 
Resume from Hibernate works perfectly
- Ubuntu MATE or GNOME (vanilla) 17.10 with ANY kernel 4.16.x (x = [1,3]) -> 
Hibernate / Resume from Hibernate works perfectly
- Linux Mint 18.3 with ANY kernel 4.15.x and ANY kernel 4.16.x (as before) -> 
Hibernate / Resume from Hibernate works perfectly
- Debian 9 with ANY kernel 4.15.x and ANAY kernel 4.16.x (as before) -> 
Hibernate / Resume from Hibernate works perfectly

So sad :(

I'd like to help you further in debugging this issue, because fixing it is very 
important to me!  Hibernate / Resume from Hibernate do NOT WORK on any of the 3 
PCs I own.
Because of this issue I will stick with Ubuntu (MATE) 17.10 until the issue is 
fixed or I decide to move to another distro where this issue is not existent / 
fixed.

Thank you :)

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1767465] [NEW] Ubuntu 18.04-Crashed installation

2018-04-27 Thread Radu Axente
Public bug reported:

Tried to install Ubuntu MATE 18.04 (release) while connected via WLAN to
the Internet.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
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
CasperVersion: 1.394
Date: Fri Apr 27 20:15:43 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu-mate

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

Title:
  Ubuntu 18.04-Crashed installation

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-04-27 Thread Radu Axente
As reported before, Ubuntu MATE 17.01 with ANY kernel 4.15.x or ANY
kernel 4.16.x on the same PC -> Hibernate / Resume from Hibernate work
perfectly!

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-04-27 Thread Radu Axente
Installed fresh Ubuntu Bionic 18.04 (release).

sudo pm-hibernate

-> Hibernate / Resume from Hibernate does not work.  I've chosen to
report the problem, but I was not asked to log in via Ubuntu One to
create a bug report.

Installed Kernel 4.15.10 from here http://kernel.ubuntu.com/~kernel-
ppa/mainline/v4.15.10/ as recommended in this ticket
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1761831

Linux MRSPC3L 4.15.10-041510-generic #201803152130 SMP Thu Mar 15
21:32:57 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

sudo pm-hibernate

-> Hibernate / Resume from Hibernate does not work

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-21 Thread Radu Axente
While booting (ALT+F1) following message are shown:

[0.00] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update 
microcode to version 0xb2 (or later)
[0.00] ACPI BIOS Error (bug): Failure looking up [\SP.PCIO.XHC.RHUB.HS11], 
AE_NOT_FOUND (20180105/dswload-211)
[0.00] ACPI Error: AE_NOT_FOUND, During name lookup/catalog 
(20180105/psobject-252)
[0.00] ACPI Error: AE_NOT_FOUND, (SSDT:xh_rvp08) while loading table 
(20180105/tbxfload-228)
[0.00] ACPI Error: 1 table load failures, 8 successful 
(20180105/tbxfload-246)

Ubuntu Bionic Beaver (development branch) MRSPC4L tty1

Don't think this is an issue for my MAIN ISSUE (Hibernate / Resume from 
Hibernate).
Reason:  I receive such / similar messages on my PCs (3 / three) running Ubuntu 
MATE 17.10 where Hibernate / Resume from Hibernate work perfectly with Linux 
Kernel 4.15.x / 4.16.x (installed via ukuu).

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-21 Thread Radu Axente
Ubuntu MATE-18.04 - daily build - 21.04.2018 - Kernel
4.16.3-041603.201804190730 (via ukuu)

Additional Drivers - NVIDIA Corporation: GM107 [GeForce GTX 750 Ti]
- Using NVIDIA binary driver-version 340.106 from ndivia-340 (proprietary)

Same issue, hibernate works, resume from hibernate - error!

Cannot automatically submit issue reports "UnreportableReason: This is
not an official Ubuntu package.  Please remove any third party package
and try again."

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-21 Thread Radu Axente
Ubuntu MATE-18.04 - daily build - 21.04.2018 - Uname: Linux
4.15.0.15-generic x86_64

Additional Drivers - NVIDIA Corporation: GM107 [GeForce GTX 750 Ti]
- Using NVIDIA binary driver-version 340.106 from ndivia-340 (proprietary)

Same issue.  Hibernate works (sudo pm-hibernate), but Resume from
Hibernate doesn't (PC starts normal, like starting the PC after a normal
shutdown).

Cannot submit automatic issue report, "DuplicateOf:
https://bugs.launchpad.net/bugs/176831 (this issue report).

Will remove the nVidia graphic card, and re-install Ubuntu MATE-18.04
daily build (21.04.2018), but I have no hope that it will work.

Please check:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1759860 (just the Intel 
CPU and the available Intel GPU) - specially this comment 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1759860/comments/7

Looks like there is no issue with Debian 9 and Linux Kernels 4.15 /
4.16.

Please also check my comments here: https://ubuntu-mate.community/t
/hibernation-broken-in-kernel-4-13-0-25/15736

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-21 Thread Radu Axente
Ubuntu MATE-18.04 - daily build - 21.04.2018 - Uname: Linux
4.15.0.15-generic x86_64

Additional Drivers - NVIDIA Corporation: GM107 [GeForce GTX 750 Ti]
- Using NVIDIA driver metapackage from nvidia-driver-390 (proprietary, tested)

Same issue.  Hibernate works (sudo pm-hibernate), but Resume from
Hibernate doesn't (PC starts normal, like starting the PC after a
shutdown).

Cannot submit automatic issue report.  It reports "DuplicateOf:
https//bugs.launchpad.net/bugs/176831" (this issue report).

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-19 Thread Radu Axente
** Tags added: kernel-bug-exists-upstream

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

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-06 Thread Radu Axente
Please, is it possible to check / fix Hibernate / Resume from Hibernate ?
I have only Desktop PCs and Hibernate is one of the main features of an OS I 
use.
Sleep works but is not an option for Desktop PCs that are offline (down) for 
more than 14 hours a day.
Thank you.

See also: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1759860

Additional information:
Acer X3-710 PC - Ubuntu MATE 17.10 and kernel 4.15.x / 4.16.x
- Hibernate / Resume from Hibernate works as expected

Acer X3-710 PC - Ubuntu MATE 18.04 Beta 2 fresh install or upgrade from Ubuntu 
MATE 17.10 and kernel 4.15.x / 4.16.x
- Hibernate / Resume from Hibernate does NOT WORK

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-04-06 Thread Radu Axente
Installed kernel 4.16 from here http://kernel.ubuntu.com/~kernel-
ppa/mainline/v4.16/

Hibernate / Resume from Hibernate does not work.

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1761831] [NEW] ASUS B150M Gaming hibernate/resume failure

2018-04-06 Thread Radu Axente
Public bug reported:

Ubuntu MATE 18.04 Beta 2 - ASUS B150M Gaming motherboard - Hibernate /
Resume from Hibernate - does not work

ProblemType: KernelOops
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-13-generic 4.15.0-13.14 [modified: 
boot/vmlinuz-4.15.0-13-generic]
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mihai  1718 F pulseaudio
 /dev/snd/controlC0:  mihai  1718 F pulseaudio
Date: Fri Apr  6 20:19:49 2018
DuplicateSignature: hibernate/resume:System manufacturer System Product 
Name:0601
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
HibernationDevice: RESUME=UUID=73c50cf6-8865-4b1e-8bc6-859390fe5c03
InstallationDate: Installed on 2018-04-06 (0 days ago)
InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Beta amd64 (20180404)
InterpreterPath: /usr/bin/python3.6
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
 Bus 001 Device 004: ID 0781:5567 SanDisk Corp. Cruzer Blade
 Bus 001 Device 003: ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard 
G230
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=UUID=01246553-6d0b-4885-8882-fdd7299f9693 ro quiet splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-13-generic N/A
 linux-backports-modules-4.15.0-13-generic  N/A
 linux-firmware 1.173
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: [System manufacturer System Product Name] hibernate/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 12/22/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: Default string
dmi.board.name: B150M PRO GAMING
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd12/22/2016:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnB150MPROGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-kerneloops bionic hibernate resume

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-04-06 Thread Radu Axente
Ubuntu MATE 17.10 with kernel 4.15.x & 4.16.x - hibernate / resume from
hibernate works as expected.

Ubuntu (vanilla) & Ubuntu MATE 18.04 Beta 1 / Beta 2 with kernel 4.15.x
& 4.16.x - resume from hibernate does not work.

See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1759860

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

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-04-06 Thread Radu Axente
Ubuntu MATE 18.04 Beta 2 (downloaded today) installed on the same PC.

Same issue with Hibernate / Resume from Hibernate.

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-04-02 Thread Radu Axente
Same PC - test installations - same hardware:
Debian 9 (debian-testing-amd64-DVD-1.iso 2018-04-02 06:56  3.6G) with MATE DE, 
kernel 4.15.0-2-amd64

Hibernate / Resume from Hibernate works as expected!

Looks like it is not the kernel causing the Hibername / Resume from
Hibernate issue.

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-03-29 Thread Radu Axente
Hibernate / Resume from Hibernate:

Fresh Ubuntu MATE 18.04 - kernel 4.16.0-041600rc7-lowlatency-> the issue
described in this bug report

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-03-29 Thread Radu Axente
Hibernate / Resume from Hibernate:

Ubuntu MATE 17.10 - kernel 4.13.0-21-generic -> OK
Ubuntu MATE 17.10 - kernel 4.13.0-25-generic -> Resume does not work at all
(see https://ubuntuforums.org/showthread.php?t=2382336)
Ubuntu MATE 17.10 - kernel 4.15.2 (via ukuu) -> OK
Ubuntu MATE 17.10 - kernel 4.15.12 (via ukuu) -> OK
Ubuntu MATE 17.10 - kernel 4.15.13 (via ukuu) -> OK
Ubuntu MATE 17.10 - kernel 4.15.14 (via ukuu) -> OK

Upgrade to Ubuntu MATE 18.04 (from Ubuntu MATE 17.10) - kernel 
4.15.0-13-generic -> the issue described in this bug report
Upgrade to Ubuntu MATE 18.04 (from Ubuntu MATE 17.10) - kernel 4.15.13 (via 
ukuu) -> the issue described in this bug report

Fresh Ubuntu MATE 18.04 - kernel 4.15.0-13-generic -> the issue described in 
this bug report
Fresh Ubuntu MATE 18.04 - kernel 4.15.14 (via ukuu)-> the issue described in 
this bug report
Fresh Ubuntu MATE 18.04 - kernel 4.15.14 (via ukuu)-> the issue described in 
this bug report
Fresh Ubuntu MATE 18.04 - kernel 4.16-rc6 (via ukuu)-> the issue described in 
this bug report
Fresh Ubuntu MATE 18.04 - kernel 4.16-rc7 (via ukuu)-> the issue described in 
this bug report
Fresh Ubuntu MATE 18.04 - kernel 4.16.0-041600rc7-> the issue described in this 
bug report

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

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] Re: Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

2018-03-29 Thread Radu Axente
** Tags added: kernel-bug-exists-upstream

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] Re: [System manufacturer System Product Name] hibernate/resume failure

2018-03-29 Thread Radu Axente
Same PC, Ubuntu MATE 17.10 with Linux Kernel 4.15.02, 4.15.12, 4.15.13,
4.15.14 -> Hibernate & Resume from Hibernate WORK AS EXPECTED.

Same PC, Ubuntu MATE 17.10 with official Ubuntu Linux Kernels > 4.13.21
-> Hibernate & Resume from Hibernate DO NOT WORK !

Different PC -> same behaviour (Ubuntu MATE 17.10 and 18.04 alpha).

** Summary changed:

- [System manufacturer System Product Name] hibernate/resume failure
+ Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS P8H67-M PRO

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

Title:
  Ubuntu MATE Bionic Beaver alpha - Hibernate/Resume Failure - ASUS
  P8H67-M PRO

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

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

[Bug 1759860] [NEW] [System manufacturer System Product Name] hibernate/resume failure

2018-03-29 Thread Radu Axente
Public bug reported:

Resume from hibernate failed

ProblemType: KernelOops
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-13-generic 4.15.0-13.14
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mihai  1761 F pulseaudio
Date: Thu Mar 29 15:35:03 2018
DuplicateSignature: hibernate/resume:System manufacturer System Product 
Name:3904
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
HibernationDevice: RESUME=UUID=21524dee-cba8-4f0e-8718-07509400c3f8
InstallationDate: Installed on 2018-03-29 (0 days ago)
InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Alpha amd64 
(20180307.1)
InterpreterPath: /usr/bin/python3.6
MachineType: System manufacturer System Product Name
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=UUID=47373a65-7f17-4d2d-a006-c7eebce02df4 ro quiet splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.5rc1, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-13-generic N/A
 linux-backports-modules-4.15.0-13-generic  N/A
 linux-firmware 1.173
SourcePackage: linux
Title: [System manufacturer System Product Name] hibernate/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 04/27/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3904
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3904:bd04/27/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H67-MPRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops bionic hibernate resume

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

Title:
  [System manufacturer System Product Name] hibernate/resume failure

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

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

[Bug 1758077] [NEW] quoted tilde loses its quotation when path has spaces

2018-03-22 Thread Radu Cristescu
Public bug reported:

Make a path with spaces in the name:

mkdir -p "~/d 1/d 2"

Attempt to autocomplete this path:

ls -l \~/

Expected result: ls -l \~/d\ 1
Actual result:   ls -l ~/d\ 1

ls -l "~/"

Expected result: ls -l \~/d\ 1
Actual result:   ls -l ~/d\ 1

I found this out by accidentally quoting the tilde and then trying to
remove it in a safe way (i.e. without deleting my home directory by
accident).

I'm using Ubuntu 17.10 amd64.

** Affects: bash-completion (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Make a path with spaces in the name:
  
  mkdir -p "~/d 1/d 2"
  
  Attempt to autocomplete this path:
  
  ls -l \~/
  
  Expected result: ls -l \~/d\ 1
  Actual result:   ls -l ~/d\ 1
  
  ls -l "~/"
  
  Expected result: ls -l \~/d\ 1
  Actual result:   ls -l ~/d\ 1
  
  I found this out by accidentally quoting the tilde and then trying to
  remove it in a safe way (i.e. without deleting my home directory by
  accident).
+ 
+ I'm using Ubuntu 17.10 amd64.

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

Title:
  quoted tilde loses its quotation when path has spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1758077/+subscriptions

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

[Bug 1597818] Re: 16.04 – Plasma-Discover-Updater is missing "Plasma-Discover-Notifier"

2018-02-04 Thread vasile radu stoiciu
** Changed in: plasma-discover (Ubuntu)
 Assignee: (unassigned) => vasile radu stoiciu (radu-vasile)

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

Title:
  16.04 – Plasma-Discover-Updater is missing "Plasma-Discover-Notifier"

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1597818/+subscriptions

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

[Bug 1744770] [NEW] package linux-image-4.13.0-31-generic 4.13.0-31.34~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return code 1

2018-01-22 Thread radu lucian
Public bug reported:

dpkg: dependency problems prevent configuration of linux-generic-
hwe-16.04:

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-31-generic 4.13.0-31.34~16.04.1
ProcVersionSignature: Ubuntu 4.13.0-30.33~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-30-generic i686
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: i386
Date: Mon Jan 22 19:38:33 2018
ErrorMessage: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return 
code 1
InstallationDate: Installed on 2018-01-13 (9 days ago)
InstallationMedia: BackBox Linux 5 - Release i386
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.25
SourcePackage: lilo
Title: package linux-image-4.13.0-31-generic 4.13.0-31.34~16.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lilo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 package-from-proposed xenial

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

Title:
  package linux-image-4.13.0-31-generic 4.13.0-31.34~16.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited
  with return code 1

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

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

[Bug 1696424] [NEW] package shim-signed 1.28+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-06-07 Thread Radu Cristescu
Public bug reported:

Sorry, I don't know what this bug is about. It should have been
automatically submitted. It didn't cause me any visible problems.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: shim-signed 1.28+0.9+1474479173.6c180c6-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.sys.kernel.moksbstate_disabled: 0
.sys.firmware.efi.efivars.MokSBStateRT-605dab50-e046-4300-abb6-3dd810dd8b23: 

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package zesty

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

Title:
  package shim-signed 1.28+0.9+1474479173.6c180c6-1ubuntu1 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/shim-signed/+bug/1696424/+subscriptions

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


[Bug 1690820] Re: killing su does not kill subprocess (SIGTERM not propagated)

2017-05-15 Thread Radu Duta
** Description changed:

+ Problem first appeared in login_4.1.5.1-1ubuntu9.4 and version
+ login_4.1.5.1-1ubuntu9.2 was not affected.
+ 
+ 
  
  Example where the subprocess 115576 has not been terminated:
- root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pkill sleep; ./su test -c 
'sleep '&   

 
+ root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pkill sleep; ./su test -c 
'sleep '&
  [1] 115575
  root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# kill $!
  root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src#  ...waiting for child to 
terminate.
  pgrep sleep
  115576
  [1]+  Exit 255./su test -c 'sleep '
  root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pgrep sleep
  115576
  
- 
  Expected behavior:
- root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pkill sleep; ./su test -c 
'sleep ' &  

  
+ root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pkill sleep; ./su test -c 
'sleep ' &
  [1] 115503
  root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# kill $!
- root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# 
+ root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src#
  Session terminated, terminating shell... ...terminated.
-  ...terminated.
+  ...terminated.
  
  [1]+  Exit 143./su test -c 'sleep '
  root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pgrep sleep

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

Title:
  killing su does not kill subprocess (SIGTERM not propagated)

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

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

[Bug 1690820] [NEW] killing su does not kill subprocess (SIGTERM not propagated)

2017-05-15 Thread Radu Duta
Public bug reported:


Example where the subprocess 115576 has not been terminated:
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pkill sleep; ./su test -c 'sleep 
'&  
  
[1] 115575
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# kill $!
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src#  ...waiting for child to 
terminate.
pgrep sleep
115576
[1]+  Exit 255./su test -c 'sleep '
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pgrep sleep
115576


Expected behavior:
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pkill sleep; ./su test -c 'sleep 
' & 
   
[1] 115503
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# kill $!
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# 
Session terminated, terminating shell... ...terminated.
 ...terminated.

[1]+  Exit 143./su test -c 'sleep '
root@ubuntu:~/sudebug/src/shadow-4.1.5.1/src# pgrep sleep

** Affects: shadow (Ubuntu)
 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/1690820

Title:
  killing su does not kill subprocess (SIGTERM not propagated)

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

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


[Bug 1690607] [NEW] package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-13 Thread Radu Dinca
Public bug reported:

I cannot complete the mysql server install!

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.18-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
Uname: Linux 4.4.0-77-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptOrdering:
 libmysqlclient-dev: Install
 mysql-server-5.7: Configure
 mysql-server: Configure
 libmysqlclient-dev: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sun May 14 08:33:31 2017
DuplicateSignature:
 package:mysql-server-5.7:5.7.18-0ubuntu0.16.04.1
 Setting up mysql-server-5.7 (5.7.18-0ubuntu0.16.04.1) ...
 dpkg: error processing package mysql-server-5.7 (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-08-24 (262 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
KernLog:
 
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['sys', 'chat_app_test', 'ib_buffer_pool', 'ibdata1', 
'chat_app_production', 'chat_app_development', 'ib_logfile1', 'ibtmp1', 
'performance_schema', 'chat_development', 'debian-5.7.flag', 
'wurfare_development', 'chat_production', 'wurfare_test', 'ib_logfile0', 
'auto.cnf', 'mysql', 'mysql_upgrade_info', 'chat_test']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic 
root=UUID=64ac890a-ddba-45af-9089-51b6f163fec0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 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/mysql-5.7/+bug/1690607/+subscriptions

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


[Bug 1638675] [NEW] package procps 2:3.3.12-1ubuntu2 failed to install/upgrade: end of file on stdin at conffile prompt

2016-11-02 Thread Radu Andrei Tentea
Public bug reported:

Not really know of any. Was trying to upgrade 16.04 to 16.10 headless
home media server. Pressed ctrl+c by mistake during install. All hell
broke loose.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: procps 2:3.3.12-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Wed Nov  2 18:37:42 2016
ErrorMessage: end of file on stdin at conffile prompt
InstallationDate: Installed on 2013-11-06 (1092 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: procps
Title: package procps 2:3.3.12-1ubuntu2 failed to install/upgrade: end of file 
on stdin at conffile prompt
UpgradeStatus: Upgraded to yakkety on 2016-11-02 (0 days ago)
mtime.conffile..etc.sysctl.conf: 2014-05-05T12:03:01.086378

** Affects: procps (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check yakkety

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

Title:
  package procps 2:3.3.12-1ubuntu2 failed to install/upgrade: end of
  file on stdin at conffile prompt

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

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


[Bug 1547027] [NEW] package libc6-dev:amd64 2.21-0ubuntu4.1 failed to install/upgrade: package libc6-dev:amd64 is already installed and configured

2016-02-18 Thread radu
Public bug reported:

i want to install libreoffice 5.1.0 than i used dpkg -and it works 
new liboff.intalled

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libc6-dev:amd64 2.21-0ubuntu4.1
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Thu Feb 18 15:33:37 2016
DuplicateSignature: package:libc6-dev:amd64:2.21-0ubuntu4.1:package 
libc6-dev:amd64 is already installed and configured
ErrorMessage: package libc6-dev:amd64 is already installed and configured
InstallationDate: Installed on 2016-01-29 (19 days ago)
InstallationMedia:
 
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: dpkg
Title: package libc6-dev:amd64 2.21-0ubuntu4.1 failed to install/upgrade: 
package libc6-dev:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: dpkg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: already-installed amd64 apport-package wily

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

Title:
  package libc6-dev:amd64 2.21-0ubuntu4.1 failed to install/upgrade:
  package libc6-dev:amd64 is already installed and configured

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

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


[Bug 1516093] [NEW] Sound doesn't work.

2015-11-13 Thread Radu Stochitoiu
Public bug reported:

In Sound Settings, there is no Output or Input device.
Sound doesn't work.

Description:Ubuntu 14.04.3 LTS
Release:14.04

Ubuntu Software Center
13.10

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pulseaudio 1:4.0-0ubuntu11.1
ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
Uname: Linux 3.19.0-33-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.18
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/hwC0D0', 
'/dev/snd/by-path', '/dev/snd/pcmC0D3p', '/dev/snd/controlC0', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Fri Nov 13 19:04:07 2015
InstallationDate: Installed on 2015-10-13 (31 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/18/2013
dmi.bios.vendor: TOSHIBA
dmi.bios.version: 1.50
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: VG10S
dmi.board.vendor: TOSHIBA
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.50:bd11/18/2013:svnTOSHIBA:pnSATELLITEL50-A-1CE:pvrPSKK6E-02K063GR:rvnTOSHIBA:rnVG10S:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: SATELLITE L50-A-1CE
dmi.product.version: PSKK6E-02K063GR
dmi.sys.vendor: TOSHIBA

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Sound doesn't work.

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

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


[Bug 1510356] Re: Cannot upgrade to Ubuntu 15.10 (Installer Exits)

2015-11-06 Thread Radu Manolescu
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk
Error executing command as another user: Not authorized

sudo /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
This worked.

/var/log/dist-upgrade
The files in this directory are months old - no trace of the most recent 
failures.

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

Title:
  Cannot upgrade to Ubuntu 15.10 (Installer Exits)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1510356/+subscriptions

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


[Bug 1510356] [NEW] Cannot upgrade to Ubuntu 15.10 (Installer Exits)

2015-10-26 Thread Radu Manolescu
Public bug reported:

Currently running Ubuntu 15.04. I run the Software Updater and it says
"system up to date, but there is an update to 15.10". I click Upgrade,
and nothing happens. I have looked in the various logs suggested by
other posts (syslog, dpkg.log, /varlog/apt/*.log, etc - but I cannot
find any error messages. How can I troubleshoot this?

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: upgrade-software-version

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

Title:
  Cannot upgrade to Ubuntu 15.10 (Installer Exits)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1510356/+subscriptions

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


[Bug 1348832] Re: e1000e Detected Hardware Unit Hang

2015-06-30 Thread Radu Cristescu
This appears to be related: http://ehc.ac/p/e1000/bugs/378/ Something
about offloading stuff to the network card which results in hangs like
this.

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

Title:
  e1000e Detected Hardware Unit Hang

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

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


[Bug 1183699] Re: switch -D is not working

2015-06-03 Thread Radu Cristescu
By that description, '-f' (without a size value) should be enforced with
'-D'. I.e. the char test makes no sense in O_DIRECT mode and should be
skipped.

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

Title:
  switch -D is not working

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

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


[Bug 1375435] Re: Black screen instead of password prompt for boot encryption

2015-04-16 Thread Maris Radu
*** This bug is a duplicate of bug 1359689 ***
https://bugs.launchpad.net/bugs/1359689

I have the same issue with a ProBook 455 G2
(http://www.ubuntu.com/certification/hardware/201404-14968/) on 14.04,
14.10 and 15.04 (beta 2).

I can also confirm that Dekker500 workaround worked in 14.10 and 15.04
beta 2.

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

Title:
  Black screen instead of password prompt for boot encryption

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

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


[Bug 1359689] Re: cryptsetup password prompt not shown

2015-04-16 Thread Maris Radu
I have the same issue with a ProBook 455 G2
(http://www.ubuntu.com/certification/hardware/201404-14968/) on a fresh
14.04 install, on 14.04 update 14.10 and on a fresh 15.04 (beta 2)
install. All installed as 64 bit.

I can also confirm that @Dekker500 workaround from
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1375435 worked
in 14.10 and 15.04 beta 2.


@Joseph Salisbury (jsalisbury). If it helps, I just installed the latest beta 
of Vivid with kernel 3.19.0-10-generic (64 bit), and the problem still persist.

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

Title:
  cryptsetup password prompt not shown

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

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


[Bug 1441338] [NEW] Needs possibility to remove duped frequencies

2015-04-07 Thread Zicu Radu
Public bug reported:

Ideally gnomeradio scanner shouldn't dupe a already existing entry.

** Affects: gnomeradio (Ubuntu)
 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/1441338

Title:
  Needs possibility to remove duped frequencies

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

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


[Bug 1292765] Re: [Dell Inc. XPS13 9333] suspend/resume failure

2014-12-02 Thread Radu
I confirm this bug. It happens at resume from suspension and also
shutdown sometimes blocks.

kernel 3.16, Ubuntu 14.10. Dell XPS 13 9333. Failure at suspend/resume
and also shutdown.

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

Title:
  [Dell Inc. XPS13 9333] suspend/resume failure

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

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


[Bug 1374529] Re: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-10-14 Thread Radu
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1366351] Re: compiz crashed with SIGSEGV in g_closure_invoke() if unity-settings-daemon goes away

2014-10-14 Thread Radu
** Changed in: compiz (Ubuntu)
   Status: Triaged = Confirmed

** Project changed: compiz = compiz-core-ubuntu

** Project changed: compiz-core-ubuntu = nouveau

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

Title:
  compiz crashed with SIGSEGV in g_closure_invoke() if unity-settings-
  daemon goes away

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

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


[Bug 1374529] Re: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-10-13 Thread Radu
Hp 15-d053sq with Video Intel HD 4000 and Nvidia 820m (optimus)

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1366351] Re: compiz crashed with SIGSEGV in g_closure_invoke()

2014-10-13 Thread Radu
The problem for me seems to be the nouveau -video driver, and after i
suspend my laptop does not wake up. A hard reboot is the only option.
With the Nvidia Proprietary Driver this problem does not appear.

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

Title:
  compiz crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 1374529] Re: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-10-13 Thread Radu
The problem for me seems to be the nouveau -video driver, and after i
suspend my laptop does not wake up. A hard reboot is the only option.
With the Nvidia Proprietary Driver this problem does not appear.

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1374529] Re: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-09-29 Thread Radu
My hp laptop model is 15-d053sq

** Attachment added: Hp Laptop 15-d053sq
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1374529/+attachment/4219372/+files/photo.JPG

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1374745] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-09-27 Thread Radu
Public bug reported:

error when updating kernel

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
DKMSKernelVersion: 3.16.0-18-generic
Date: Sat Sep 27 15:16:04 2014
InstallationDate: Installed on 2014-09-26 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1374745/+subscriptions

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


[Bug 1374529] [NEW] [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-09-26 Thread Radu
Public bug reported:

my laptop did not resume after suspend

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-17-generic 3.16.0-17.23 [modified: 
boot/vmlinuz-3.16.0-17-generic]
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  radunem2031 F pulseaudio
Date: Fri Sep 26 19:09:15 2014
DuplicateSignature: suspend/resume:Hewlett-Packard HP 15 Notebook PC:F.17
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=442acd33-f976-4b39-ad7b-4d27341386a3
InstallationDate: Installed on 2014-09-26 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
InterpreterPath: /usr/bin/python3.4
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-17-generic.efi.signed 
root=UUID=3a08ebc6-2c4b-4b86-853d-56edb217933b ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-17-generic N/A
 linux-backports-modules-3.16.0-17-generic  N/A
 linux-firmware 1.134
SourcePackage: linux
Title: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 06/08/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.17
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 21BC
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 39.16
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.17:bd06/08/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097510005F1600087:rvnHewlett-Packard:rn21BC:rvr39.16:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 097510005F1600087
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops resume suspend utopic

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1374530] [NEW] [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-09-26 Thread Radu
*** This bug is a duplicate of bug 1374529 ***
https://bugs.launchpad.net/bugs/1374529

Public bug reported:

my laptop did not resume after suspend

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-17-generic 3.16.0-17.23 [modified: 
boot/vmlinuz-3.16.0-17-generic]
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  radunem2031 F pulseaudio
Date: Fri Sep 26 19:09:15 2014
DuplicateSignature: suspend/resume:Hewlett-Packard HP 15 Notebook PC:F.17
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=442acd33-f976-4b39-ad7b-4d27341386a3
InstallationDate: Installed on 2014-09-26 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
InterpreterPath: /usr/bin/python3.4
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-17-generic.efi.signed 
root=UUID=3a08ebc6-2c4b-4b86-853d-56edb217933b ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-17-generic N/A
 linux-backports-modules-3.16.0-17-generic  N/A
 linux-firmware 1.134
SourcePackage: linux
Title: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 06/08/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.17
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 21BC
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 39.16
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.17:bd06/08/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097510005F1600087:rvnHewlett-Packard:rn21BC:rvr39.16:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 097510005F1600087
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops resume suspend utopic

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1374527] [NEW] [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

2014-09-26 Thread Radu
Public bug reported:

my laptop did not resume after suspend

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-17-generic 3.16.0-17.23 [modified: 
boot/vmlinuz-3.16.0-17-generic]
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  radunem2031 F pulseaudio
Date: Fri Sep 26 19:09:15 2014
DuplicateSignature: suspend/resume:Hewlett-Packard HP 15 Notebook PC:F.17
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=442acd33-f976-4b39-ad7b-4d27341386a3
InstallationDate: Installed on 2014-09-26 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
InterpreterPath: /usr/bin/python3.4
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-17-generic.efi.signed 
root=UUID=3a08ebc6-2c4b-4b86-853d-56edb217933b ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-17-generic N/A
 linux-backports-modules-3.16.0-17-generic  N/A
 linux-firmware 1.134
SourcePackage: linux
Title: [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 06/08/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.17
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 21BC
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 39.16
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.17:bd06/08/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097510005F1600087:rvnHewlett-Packard:rn21BC:rvr39.16:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 097510005F1600087
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops need-duplicate-check resume suspend utopic

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

Title:
  [Hewlett-Packard HP 15 Notebook PC] suspend/resume failure

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

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


[Bug 1368452] [NEW] Upgrade 12 to 14.04.1 LTS fails due to packages dependencies or something else

2014-09-11 Thread Onofreiciuc Mihai-Radu
Public bug reported:

The fails on step Setting new software channels but there is no
connection to any pre-release versions also there are no other packages
installed apart chrome from Google.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.17
ProcVersionSignature: Ubuntu 3.13.0-35.62~precise1-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.7
Architecture: amd64
Date: Fri Sep 12 01:49:50 2014
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1410475204
 com.ubuntu.update-manager show-details true
 com.ubuntu.update-manager window-height 744
 com.ubuntu.update-manager window-width 1301
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
Symptom: ubuntu-release-upgrader-core
UpgradeStatus: Upgraded to precise on 2014-09-11 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade precise running-unity

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

Title:
  Upgrade 12 to 14.04.1 LTS fails due to packages dependencies or
  something else

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1368452/+subscriptions

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


[Bug 1368452] Re: Upgrade 12 to 14.04.1 LTS fails due to packages dependencies or something else

2014-09-11 Thread Onofreiciuc Mihai-Radu
Released upgrade triggered after removing some extra packages.

** Changed in: update-manager (Ubuntu)
   Status: New = Incomplete

** Changed in: update-manager (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Upgrade 12 to 14.04.1 LTS fails due to packages dependencies or
  something else

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1368452/+subscriptions

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


[Bug 16490] Re: totem-xine crashes when playing videos with MPEG audio streams

2014-04-27 Thread radu ionut
** This bug is no longer a duplicate of bug 15079
   libxine segfault

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

Title:
  totem-xine crashes when playing videos with MPEG audio streams

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xine-lib/+bug/16490/+subscriptions

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


[Bug 16577] Re: libmad0 makes totem-xine crash.

2014-04-27 Thread radu ionut
** This bug is no longer a duplicate of bug 16490
   totem-xine crashes when playing videos with MPEG audio streams

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

Title:
  libmad0 makes totem-xine crash.

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

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


[Bug 1241282] Re: [regression] Wall: keyboard bindings for 'Move up Move down' are being set to shift+super+prior shift+super+next' for Move with window with wall'

2014-03-19 Thread Radu Rădeanu
** Changed in: ubuntu-settings (Ubuntu Saucy)
   Status: Confirmed = Invalid

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

Title:
  [regression] Wall: keyboard bindings for 'Move up  Move down' are
  being set to shift+super+prior   shift+super+next'  for Move with
  window with wall'

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

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


[Bug 1033034] Re: Setting the desktop background from cron no longer updates the desktop background

2013-10-29 Thread Radu Rădeanu
The croc will change the desktop background if you add in your script
before `gsettings` the following lines/commands:

PID=$(pgrep gnome-session)
export DBUS_SESSION_BUS_ADDRESS=$(grep -z DBUS_SESSION_BUS_ADDRESS 
/proc/$PID/environ|cut -d= -f2-)

You will not need anymore to use in your crontab rule `DISPLAY=:0`.

More explanations here: http://stackoverflow.com/a/19666729/2353900

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Setting the desktop background from cron no longer updates the desktop
  background

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

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


[Bug 1245213] Re: Wine doesn't find 32-bit OpenGL drivers

2013-10-28 Thread Radu
No, it's with wine 1.4-0ubuntu4.1 from Precise.

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

Title:
  Wine doesn't find 32-bit OpenGL drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319-updates/+bug/1245213/+subscriptions

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


[Bug 1245213] [NEW] Wine doesn't find 32-bit OpenGL drivers

2013-10-27 Thread Radu
Public bug reported:

Wine doesn't find the 32-bit opengl drivers on a 64bit system.  I have
to use LD_PRELOAD to tell where the 32-bit opengl libs are, like this:

$ LD_PRELOAD=/usr/lib32/nvidia-319-updates/libGL.so wine exefile.exe

If I don't use this, I get this:

X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely
your 32-bit OpenGL drivers haven't been installed correctly (using GL
renderer GeForce 8800 GT/PCIe/SSE2, version 1.4 (2.1.2 NVIDIA
319.32))


Here's the needed info:
1)
$ lsb_release -rd
Description:Ubuntu 12.04.3 LTS
Release:12.04

2)
$ apt-cache policy nvidia-319-updates
nvidia-319-updates:
  Installed: 319.32-0ubuntu0.0.1
  Candidate: 319.32-0ubuntu0.0.1
  Version table:
 *** 319.32-0ubuntu0.0.1 0
500 http://ftp.astral.ro/mirrors/ubuntu.com/ubuntu/ 
precise-updates/restricted amd64 Packages
100 /var/lib/dpkg/status

3)
I expected the 32-bit opengl to be automatically loaded and the application to 
work

4)
The app never loaded, and I found this in the output:

err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most 
likely your 32-bit OpenGL drivers haven't been installed correctly (using GL 
renderer GeForce 8800 GT/PCIe/SSE2, version 1.4 (2.1.2 NVIDIA 319.32)).
err:d3d:WineD3D_CreateFakeGLContext Failed to find a suitable pixel format.
err:d3d:wined3d_adapter_init Failed to get a GL context for adapter 0x1794f8.
err:d3d:WineD3D_CreateFakeGLContext Failed to find a suitable pixel format.
err:d3d:wined3d_adapter_init Failed to get a GL context for adapter 0x1794f8.

I found another bug, #764200, that was opened against Natty, and
expired.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-319-updates 319.32-0ubuntu0.0.1 [modified: 
usr/lib/nvidia-319-updates/alt_ld.so.conf]
ProcVersionSignature: Ubuntu 3.2.0-55.85-generic 3.2.51
Uname: Linux 3.2.0-55-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sun Oct 27 17:56:11 2013
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120327)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nvidia-graphics-drivers-319-updates
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-319-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  Wine doesn't find 32-bit OpenGL drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319-updates/+bug/1245213/+subscriptions

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


[Bug 1233374] Re: can not select language-selector-common and language-selector-gnome in Update Manager

2013-09-30 Thread Radu Rădeanu
This is an invalid bug. See this answer:
http://askubuntu.com/a/109265/147044

** Changed in: language-selector (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/1233374

Title:
  can not select language-selector-common and language-selector-gnome in
  Update Manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1233374/+subscriptions

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


[Bug 294991] Re: SIP/Ekiga accounts don't store contacts

2013-09-26 Thread Maris Radu
Same bug in Empathy 3.4.2.3-0ubuntu1 on Ubuntu 12.04 :(

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

Title:
  SIP/Ekiga accounts don't store contacts

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

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


[Bug 673875] Re: synclient TouchpadOff=1 toggles touchpad rather than disabling it

2013-09-17 Thread Radu Rădeanu
Hi! 
This bug is still present in raring (13.04)

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  synclient TouchpadOff=1 toggles touchpad rather than disabling it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/673875/+subscriptions

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


[Bug 673875] Re: synclient TouchpadOff=1 toggles touchpad rather than disabling it

2013-09-17 Thread Radu Rădeanu
** Attachment added: Proof
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/673875/+attachment/3825850/+files/Selection_183.png

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

Title:
  synclient TouchpadOff=1 toggles touchpad rather than disabling it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/673875/+subscriptions

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


[Bug 1090703] Re: Make Ubuntu webapps behaviour and look more close to standalone applications

2013-09-03 Thread Radu Rădeanu
** Also affects: ubuntu
   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/1090703

Title:
  Make Ubuntu webapps behaviour and look more close to standalone
  applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-applications/+bug/1090703/+subscriptions

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


[Bug 1090703] Re: Make Ubuntu webapps behaviour and look more close to standalone applications

2013-09-03 Thread Radu Rădeanu
** Package changed: ubuntu = libunity-webapps (Ubuntu)

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

Title:
  Make Ubuntu webapps behaviour and look more close to standalone
  applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-applications/+bug/1090703/+subscriptions

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


[Bug 1210652] Re: Ubuntu 13.04 - mysql-server-5.5 (5.5.32-0ubuntu0.13.04.2) error - subprocess installed post-installation script returned error exit status 1

2013-08-09 Thread Radu Crisan
The crash file is in attachment.

** Attachment added: mysql-server-5.5.0.crash file
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210652/+attachment/3766615/+files/mysql-server-5.5.0.crash

** Information type changed from Private Security to Public Security

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

Title:
  Ubuntu 13.04 - mysql-server-5.5 (5.5.32-0ubuntu0.13.04.2) error -
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210652/+subscriptions

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


[Bug 1210652] Re: Ubuntu 13.04 - mysql-server-5.5 (5.5.32-0ubuntu0.13.04.2) error - subprocess installed post-installation script returned error exit status 1

2013-08-09 Thread Radu Crisan
The solution is actually in :
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/comments/9

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

Title:
  Ubuntu 13.04 - mysql-server-5.5 (5.5.32-0ubuntu0.13.04.2) error -
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210652/+subscriptions

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


[Bug 1122853] Re: Clicking the xchat indicator starts a new instance

2013-05-31 Thread Radu Camerzan
A bug was opened related to this one:
https://bugs.launchpad.net/ubuntu/+source/xchat/+bug/1185809

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

Title:
  Clicking the xchat indicator starts a new instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/xchat-indicator/+bug/1122853/+subscriptions

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


[Bug 1185809] Re: minimized to tray xchat instance disappears but still running in background

2013-05-31 Thread Radu Camerzan
*** This bug is a duplicate of bug 1122853 ***
https://bugs.launchpad.net/bugs/1122853

** This bug has been marked a duplicate of bug 1122853
   Clicking the xchat indicator starts a new instance

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

Title:
  minimized to tray xchat instance disappears but still running in
  background

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

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


[Bug 1132529] Re: Can't start wicd daemon

2013-05-21 Thread Maris Radu
@Liam worked for me to, @bmarsh I am only using WPA and don't have any
problem, I hoped you found a fix for your problem.

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

Title:
  Can't start wicd daemon

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

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


[Bug 767244] Re: mountpoint: Value too large for defined data type (not compiled with 64 bit offsets)

2013-05-17 Thread Radu Cristescu
Bug still exists in 12.04 LTS by the way.

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

Title:
  mountpoint: Value too large for defined data type (not compiled with
  64 bit offsets)

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

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


[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot

2013-05-15 Thread Radu Cadariu
running Ubuntu 12.04, upgraded kernel from 3.2.x to 3.5.0-28-generic
just to recover the Logitech Anywhere MX mouse which stopped working,
after (maybe) 2 years of Ubuntu 10.04, then switched to 12.04, where it
still worked good.

- The unified receiver is detected

 Logitech Unifying Device. Wireless PID:1017 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0007/input/input17
logitech-djdevice 0003:046D:C52B.0008: input,hidraw1: USB HID v1.11 Mouse 
[Logitech Unifying Device. Wireless PID:1017] on usb-:00:1a.0-1.1:1

- and it's already paired [ I've used https://git.lekensteyn.nl/ltunify/
to check/confirm]

sudo ltunify list
Devices count: 1
Connected devices:
idx=1   Mouse   Anywhere MX

Unplugging usb receiver does NOT work. Maybe it's the same race
condition mentioned at #55

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

Title:
  Wireless Mouse not registered on Startup or Reboot

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

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


[Bug 1110660] Re: [SRU] gnomeradio crashed with SIGABRT in __libc_message()

2013-04-02 Thread Zicu Radu
Thanks.
I tested this and now all is OK.

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

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

Title:
  [SRU] gnomeradio crashed with SIGABRT in __libc_message()

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

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


[Bug 1110660] Re: gnomeradio crashed with SIGABRT in __libc_message()

2013-03-29 Thread Zicu Radu
Thanks.
Please nominate this for Precise and Quantal

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

Title:
  gnomeradio crashed with SIGABRT in __libc_message()

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

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


[Bug 1154029] Re: [FFe] Gnomeradio has no mechanism to route the audio to soundcard, needs to be ported to ALSA API.

2013-03-27 Thread Zicu Radu
I have a USB AverTvHybrid Volar HX, it is detected by Ubuntu and with
this patch radio get audio. Thanks.

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

Title:
  [FFe] Gnomeradio has no mechanism to route the audio to soundcard,
  needs to be ported to ALSA API.

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

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


  1   2   3   4   5   >