[Bug 2060772] Re: python3-distutils : Depends: python3-lib2to3 (= 3.12.2-3ubuntu1.1) but 3.12.2-3ubuntu4 is to be installed

2024-04-11 Thread Davide Palma
Same problem, I'm trying to install python3.11-venv , which depends on
python3.11-distutils , which however is a virtual package pointing to
python3-distutils , which is the python3.12 version.

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

Title:
  python3-distutils : Depends: python3-lib2to3 (= 3.12.2-3ubuntu1.1) but
  3.12.2-3ubuntu4 is to be installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-stdlib-extensions/+bug/2060772/+subscriptions


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

[Bug 2054921] Re: Raspberry Pi5 fan custom curve not working.

2024-02-26 Thread Davide
please try to customize the fan curve by editing the /boot/firmware/config.txt 
file
you can do it by adding something like this:

```
dtparam=fan_temp0=65000
dtparam=fan_temp0_hyst=2500
dtparam=fan_temp0_speed=75

dtparam=fan_temp1=7
dtparam=fan_temp1_hyst=2500
dtparam=fan_temp1_speed=128

dtparam=fan_temp2=75000
dtparam=fan_temp2_hyst=2500
dtparam=fan_temp2_speed=192

dtparam=fan_temp3=8
dtparam=fan_temp3_hyst=2500
dtparam=fan_temp3_speed=255
```

This tells the system to start the fan once the temp reaches 65°C not before,
at 70°C it increases the fan speed, at 75°C it increases it even more until 
80°C when the fan spins at 100%.

This configuration is completely ignored with the current
bcm2712-rpi-5-b.dtb file, you can see that the fan starts at 50°C and
not at 65°C.


Now try to overwrite that file with this one:
https://github.com/raspberrypi/firmware/blob/master/boot/bcm2712-rpi-5-b.dtb
reboot the system and try again and boom, it now works as expected.

To stress the CPU and monitor the CPU temperature/Fan speed at the same time, 
you can use a tool like s-tui.
https://github.com/amanusk/s-tui

feel free to ask if you need further info :)
thanks
Davide

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

Title:
  Raspberry Pi5 fan custom curve not working.

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


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

[Bug 2054921] Re: Raspberry Pi5 fan custom curve not working.

2024-02-26 Thread Davide
awesome, 
new bcm2712-rpi-5-b.dtb completely fixes the problem.

Thanks!!!

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

Title:
  Raspberry Pi5 fan custom curve not working.

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


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

[Bug 2054921] [NEW] Raspberry Pi5 fan custom curve not working.

2024-02-25 Thread Davide
Public bug reported:

Fan speed control does not work on Ubuntu 23.10 due to they are using an
old bcm2712-rpi-5-b.dtb file.

That updated file is present in the raspberry repo
https://github.com/raspberrypi/firmware/blob/master/boot/bcm2712-rpi-5-b.dtb

Will Ubuntu guys ever update that file? Is there a way to submit a bug
report to try to mitigate this problem as soon as possible?

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: linux-image-6.5.0-1011-raspi 6.5.0-1011.14
ProcVersionSignature: Ubuntu 6.5.0-1011.14-raspi 6.5.8
Uname: Linux 6.5.0-1011-raspi aarch64
ApportVersion: 2.27.0-0ubuntu5
Architecture: arm64
CasperMD5CheckResult: unknown
CloudArchitecture: aarch64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: config-disk (/dev/sda1)
Date: Sun Feb 25 12:40:51 2024
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm
SourcePackage: linux-raspi
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug arm64 mantic

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

Title:
  Raspberry Pi5 fan custom curve not working.

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


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

[Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-23 Thread Davide Pesavento
EVP_EC_gen() is just a macro that expands to EVP_PKEY_Q_keygen(), so
yeah, it's exactly the same as
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1974037

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

Title:
  Backport OPENSSL_strcasecmp fixes from 3.0 branch

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


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

[Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-20 Thread Davide Pesavento
** Description changed:

  The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
  buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible for
  OPENSSL_strcasecmp to be called before the global locale_t object has
- been initialized, causing a crash. For example, this bug can be
- trivially triggered with the program below.
+ been initialized, causing a crash in strcasecmp_l. For example, this bug
+ can be trivially triggered with the program below.
  
  #include 
  int main()
  {
- EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
+ EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
  }
  
  The problem is already fixed in the openssl-3.0 branch. Please consider
  backporting this PR https://github.com/openssl/openssl/pull/18293 or
  updating the ubuntu package to a more recent commit of that branch that
  includes the fixes.

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

Title:
  Backport OPENSSL_strcasecmp fixes from 3.0 branch

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


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

[Bug 1975347] [NEW] Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-20 Thread Davide Pesavento
Public bug reported:

The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some
buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible for
OPENSSL_strcasecmp to be called before the global locale_t object has
been initialized, causing a crash in strcasecmp_l. For example, this bug
can be trivially triggered with the program below.

#include 
int main()
{
EVP_PKEY_Q_keygen(NULL, NULL, "EC", "P-256");
}

The problem is already fixed in the openssl-3.0 branch. Please consider
backporting this PR https://github.com/openssl/openssl/pull/18293 or
updating the ubuntu package to a more recent commit of that branch that
includes the fixes.

** Affects: openssl (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/1975347

Title:
  Backport OPENSSL_strcasecmp fixes from 3.0 branch

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


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

[Bug 1969353] Re: Apt/Grub issue with 22.04 Upgrade (Missing libcrypto.so.1.1)

2022-05-13 Thread Davide Pecis
Newbie Ubuntu user here, didn´t have any clue of what to do. 
Batwam solution worked like a charm and it was very easy. Thank you very much!

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

Title:
  Apt/Grub issue with 22.04 Upgrade (Missing libcrypto.so.1.1)

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


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

[Bug 1961484] Re: 20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate failed)

2022-04-08 Thread Davide Matarese
Does someone know any workaround or an ETA for the issue to be solved?

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

Title:
  20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate
  failed)

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


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

[Bug 1838249] ProcCpuinfoMinimal.txt

2022-02-18 Thread davide soresinetti
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1838249/+attachment/5561811/+files/ProcCpuinfoMinimal.txt

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

Title:
  crash on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1838249/+subscriptions


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

[Bug 1838249] Re: crash on startup

2022-02-18 Thread davide soresinetti
apport information

** Tags added: impish wayland-session

** Description changed:

  libreoffice --norestore --safe-mode
  dbus[16783]: arguments to dbus_message_iter_append_basic() were incorrect, 
assertion "_dbus_check_is_valid_utf8 (*string_p)" failed in file 
../../../dbus/dbus-message.c line 2754.
  This is normally a bug in some application using the D-Bus library.
  
D-Bus not built with -rdynamic so unable to print a backtrace
  
  
  Fatal exception: Signal 6
  Stack:
  /usr/lib/libreoffice/program/libuno_sal.so.3(+0x3ba93)[0x7f62a2538a93]
  /usr/lib/libreoffice/program/libuno_sal.so.3(+0x3bca3)[0x7f62a2538ca3]
  /lib/x86_64-linux-gnu/libc.so.6(+0x43f60)[0x7f62a2329f60]
  /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f62a2329ed7]
  /lib/x86_64-linux-gnu/libc.so.6(abort+0x121)[0x7f62a230b535]
  /lib/x86_64-linux-gnu/libdbus-1.so.3(+0xb78d)[0x7f62a19e578d]
  /lib/x86_64-linux-gnu/libdbus-1.so.3(_dbus_strdup+0x0)[0x7f62a1a07380]
  
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_iter_append_basic+0x369)[0x7f62a19f8a79]
  
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_append_args_valist+0x154)[0x7f62a19f93d4]
  
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_append_args+0x99)[0x7f62a19f9669]
  
/usr/lib/x86_64-linux-gnu/libavahi-client.so.3(avahi_record_browser_new+0x17c)[0x7f629d11ac9c]
  /usr/lib/x86_64-linux-gnu/libcups.so.2(+0x28f1e)[0x7f62a0537f1e]
  /usr/lib/x86_64-linux-gnu/libcups.so.2(cupsGetDests2+0x94)[0x7f62a05380b4]
  /usr/lib/libreoffice/program/libmergedlo.so(+0x2e97a17)[0x7f62a53f0a17]
  /usr/lib/libreoffice/program/libuno_sal.so.3(+0x3e6f8)[0x7f62a253b6f8]
  /lib/x86_64-linux-gnu/libpthread.so.0(+0x9182)[0x7f62a1a34182]
  /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f62a2403b1f]
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2018-10-29 (273 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: libreoffice-core 1:6.2.5-0ubuntu0.19.04.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-21.22-generic 5.0.15
  Tags:  disco
  Uname: Linux 5.0.0-21-generic x86_64
  UpgradeStatus: Upgraded to disco on 2019-04-25 (95 days ago)
  UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo 
wireshark
  _MarkForUpload: True
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu71
+ Architecture: amd64
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 21.10
+ InstallationDate: Installed on 2018-10-29 (1207 days ago)
+ InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
+ Package: libreoffice-core 1:7.2.5-0ubuntu0.21.10.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
+ Tags:  impish wayland-session
+ Uname: Linux 5.13.0-28-generic x86_64
+ UpgradeStatus: Upgraded to impish on 2021-12-27 (52 days ago)
+ UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo 
wireshark
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1838249/+attachment/5561810/+files/Dependencies.txt

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

Title:
  crash on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1838249/+subscriptions


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

[Bug 1955153] [NEW] nvidia-340 340.108-0ubuntu5.20.04.2: nvidia-340 kernel module failed to build

2021-12-17 Thread davide
Public bug reported:

module nvidia_uvm is loaded.
after few days the graphic is messi, the windows are clear, but the desktop is 
unmanageable.
Every thing is fixed with a reboot.

Graphics: VGA compatible controller [0300]: NVIDIA Corporation GF108
[GeForce GT 730] [10de:0f02] (rev a1)

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-340 340.108-0ubuntu5.20.04.2
ProcVersionSignature: Ubuntu 5.8.0-63.71~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-63-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
DKMSKernelVersion: 5.11.0-43-generic
Date: Fri Dec 17 06:41:12 2021
InstallationDate: Installed on 2021-05-22 (209 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageVersion: 340.108-0ubuntu5.20.04.2
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: nvidia-graphics-drivers-340
Title: nvidia-340 340.108-0ubuntu5.20.04.2: nvidia-340 kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  nvidia-340 340.108-0ubuntu5.20.04.2: nvidia-340 kernel module failed
  to build

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


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

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2021-12-16 Thread Davide Cochior
Yeah, helped, but if you are in dual boot, like Windows near Linux,
every time you boot Windows, and then Linux, the fn keys don't work, so
I have to do every time the reset power.

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

Title:
  Multiple keys have same keycode on HP ProBook 450 G6

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


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

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2021-11-28 Thread Davide Cochior
Did u remove the battery first?

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

Title:
  Multiple keys have same keycode on HP ProBook 450 G6

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


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

[Bug 1931494] Re: Wrong scaling

2021-11-17 Thread Davide
The problem described above occurs on a 24 inch monitor with a
resolution of 1920x1200 pixels (16:10), if I use a 19 inch monitor with
a resolution of 1280x1024 (5:4) pixels the documents are shown with the
correct scale. I found the same bug on three different PCs.

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

Title:
  Wrong scaling

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


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

[Bug 1931494] [NEW] Wrong scaling

2021-06-09 Thread Davide
Public bug reported:

Ubuntu 20.04
Evince 3.36.10

If I set the scale to 100% the document on display is twice the real size.
To see the document at the correct size I have to set the scale to 50%.
Evince 3.36.7 does not have this bug.

** Affects: evince (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/1931494

Title:
  Wrong scaling

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

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

[Bug 1907141] Re: blkmapd: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory

2021-03-31 Thread Davide Aguiari
nfs-common 1:1.3.4-2.5ubuntu6

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

Title:
  blkmapd: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No
  such file or directory

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

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

[Bug 1907141] Re: blkmapd: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory

2021-03-31 Thread Davide Aguiari
I have this error on my Pop_OS! too.

gorgo@pop-os 
 
OS: Pop!_OS 20.10 x86_64 
Host: Blade 15 Advanced Model (Early 2020) - RZ09-033 5.04 
Kernel: 5.11.0-7612-generic 
Uptime: 15 mins 
Packages: 3056 (dpkg), 30 (flatpak) 
Shell: bash 5.0.17 
Resolution: 2560x1440 
DE: GNOME 3.38.3 
WM: Mutter 
WM Theme: Pop 
Theme: Pop-dark [GTK2/3] 
Icons: Pop [GTK2/3] 
Terminal: gnome-terminal 
CPU: Intel i7-10875H (16) @ 2.300GHz 
GPU: Intel UHD Graphics 
Memory: 2607MiB / 15863MiB

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

Title:
  blkmapd: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No
  such file or directory

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

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

[Bug 1820859] Re: nautilus --version segfaults in g_application_impl_get_dbus_object_path

2021-03-10 Thread Davide Aguiari
Pop!_OS 20.10

gorgo@pop-os:~$ sudo grep segfault /var/log/kern.log | grep nautilus
Mar 10 10:07:16 pop-os kernel: [   19.393113] nautilus[3714]: segfault at 20 ip 
7f27e64098c4 sp 7ffd8ee79288 error 4 in 
libgio-2.0.so.0.6600.1[7f27e6358000+119000]
Mar 10 11:34:07 pop-os kernel: [ 5230.014536] nautilus[17022]: segfault at 20 
ip 7f60c559f8c4 sp 7ffe447357e8 error 4 in 
libgio-2.0.so.0.6600.1[7f60c54ee000+119000]


gorgo@pop-os:~$ uname -a
Linux pop-os 5.8.0-7642-generic #47~1614007149~20.10~82fb226-Ubuntu SMP Tue Feb 
23 02:59:01 UTC  x86_64 x86_64 x86_64 GNU/Linux

gorgo@pop-os:~$ nautilus --version
Initializing nautilus-dropbox 2020.03.04
GNOME nautilus 3.38.1
Segmentation fault (core dumped)

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

Title:
  nautilus --version segfaults in
  g_application_impl_get_dbus_object_path

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

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

[Bug 1912461] [NEW] package virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess returned error exit status 10

2021-01-20 Thread Davide Sestili
*** This bug is a duplicate of bug 1912216 ***
https://bugs.launchpad.net/bugs/1912216

Public bug reported:

Issue with VirtualBox 6.1.10

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-38.43~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-38-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Jan 18 18:05:26 2021
ErrorMessage: installed virtualbox-dkms package post-installation script 
subprocess returned error exit status 10
InstallationDate: Installed on 2020-10-18 (93 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: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.2
SourcePackage: virtualbox
Title: package virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 failed to 
install/upgrade: installed virtualbox-dkms package post-installation script 
subprocess returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 failed to
  install/upgrade: installed virtualbox-dkms package post-installation
  script subprocess returned error exit status 10

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-18 Thread Davide Pessina
Yes, that’s the point

I’m try to use JBL T450BT

These are the available specs on official site

Control and Connection Specifications
Bluetooth profilesHFP v1.5, HSP v1.2, A2DP v1.2, AVRCP v1.4
Bluetooth frequency2.402GHz-2.48GHz
Bluetooth transmitted modulationGFSK,π/4DQPSK, 8DPSK
Bluetooth transmitter power0-4 d

I don’t find mSBC information, so it’s supposed they don’t support mSBC

What about Sony WH-CH700? They seems to support mSBC, but who knows.. :(

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-18 Thread Davide Pessina
@65 - thank for explanation

Could someone post a list of headsets with mSBC support?
 
Price below 100€ if possible

Specification are hard to find, and headset market is crowded...

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-17 Thread Davide Pessina
Recently i bought both: 1Mii B10 and Avantree Leaf

Quick review of them on my Ubuntu 16.04 64bit

- plug and play -> both OK, no issues
- audio quality with mic enabled -> bad bad bad, no significantly different 
than using pc bluetooth

Therefore... there is no solution, apart from wired headset

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1879164] Re: Copy/cut/paste is broken in wine applications

2020-10-07 Thread Davide
*** This bug is a duplicate of bug 1856708 ***
https://bugs.launchpad.net/bugs/1856708

** This bug has been marked a duplicate of bug 1856708
   Clipboard usability issues

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

Title:
  Copy/cut/paste is broken in wine applications

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

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

[Bug 1856708] Re: Clipboard usability issues

2020-10-07 Thread Davide
See bug #1879968

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

Title:
  Clipboard usability issues

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

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

[Bug 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic

2020-09-15 Thread Davide Aguiari
I have the same error at every boot.

LSB Version:
core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: elementary
Description:elementary OS 5.1.7 Hera
Release:5.1.7
Codename:   hera

4.15.0-117-generic

[1.427943] [ cut here ]
[1.427944] Could not determine valid watermarks for inherited state
[1.427985] WARNING: CPU: 5 PID: 210 at 
/build/linux-do9eLF/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 
intel_modeset_init+0xfcf/0x1010 [i915]
[1.427986] Modules linked in: i915(+) rtsx_pci_sdmmc i2c_algo_bit 
drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm psmouse ahci 
libahci rtsx_pci video
[1.427991] CPU: 5 PID: 210 Comm: systemd-udevd Not tainted 
4.15.0-117-generic #118-Ubuntu
[1.427991] Hardware name: Hewlett-Packard HP OMEN Notebook PC 15/2332, BIOS 
F.48 11/14/2019
[1.428016] RIP: 0010:intel_modeset_init+0xfcf/0x1010 [i915]
[1.428017] RSP: 0018:ab8581fa39b0 EFLAGS: 00010286
[1.428018] RAX:  RBX: 8c0bc0b88000 RCX: bd263aa8
[1.428018] RDX: 0001 RSI: 0096 RDI: 0247
[1.428019] RBP: ab8581fa3a40 R08: 0290 R09: 0004
[1.428019] R10: 0040 R11: 0001 R12: 8c0bc1437800
[1.428020] R13: 8c0bcc58cc00 R14: ffea R15: 8c0bc0b88358
[1.428021] FS:  7fb39ba8b680() GS:8c0bdf34() 
knlGS:
[1.428021] CS:  0010 DS:  ES:  CR0: 80050033
[1.428022] CR2: 7fb39ba76ebd CR3: 0004408d0006 CR4: 001606e0
[1.428023] Call Trace:
[1.428053]  i915_driver_load+0xa73/0xe60 [i915]
[1.428071]  i915_pci_probe+0x42/0x70 [i915]
[1.428073]  local_pci_probe+0x47/0xa0
[1.428084]  pci_device_probe+0x10e/0x1c0
[1.428087]  driver_probe_device+0x30c/0x4a0
[1.428088]  __driver_attach+0xcc/0xf0
[1.428090]  ? driver_probe_device+0x4a0/0x4a0
[1.428092]  bus_for_each_dev+0x70/0xc0
[1.428093]  driver_attach+0x1e/0x20
[1.428095]  bus_add_driver+0x1c7/0x270
[1.428095]  ? 0xc04bb000
[1.428097]  driver_register+0x60/0xe0
[1.428097]  ? 0xc04bb000
[1.428098]  __pci_register_driver+0x5a/0x60
[1.428120]  i915_init+0x5c/0x5f [i915]
[1.428122]  do_one_initcall+0x52/0x19f
[1.428124]  ? __vunmap+0xb5/0xe0
[1.428126]  ? _cond_resched+0x19/0x40
[1.428127]  ? kmem_cache_alloc_trace+0x167/0x1d0
[1.428130]  ? do_init_module+0x27/0x213
[1.428131]  do_init_module+0x5f/0x213
[1.428133]  load_module+0x16bd/0x1f20
[1.428135]  ? ima_post_read_file+0x96/0xa0
[1.428137]  SYSC_finit_module+0xfc/0x120
[1.428138]  ? SYSC_finit_module+0xfc/0x120
[1.428140]  SyS_finit_module+0xe/0x10
[1.428141]  do_syscall_64+0x73/0x130
[1.428142]  entry_SYSCALL_64_after_hwframe+0x41/0xa6
[1.428143] RIP: 0033:0x7fb39b595959
[1.428144] RSP: 002b:7ffd062d28d8 EFLAGS: 0246 ORIG_RAX: 
0139
[1.428144] RAX: ffda RBX: 55a1e3ca5300 RCX: 7fb39b595959
[1.428145] RDX:  RSI: 7fb39b274105 RDI: 0012
[1.428145] RBP: 7fb39b274105 R08:  R09: 7ffd062d29f0
[1.428146] R10: 0012 R11: 0246 R12: 
[1.428146] R13: 55a1e3ca9340 R14: 0002 R15: 55a1e3ca5300
[1.428147] Code: e9 46 fc ff ff 48 c7 c6 f7 9d 44 c0 48 c7 c7 4f 91 44 c0 
e8 64 27 ad fb 0f 0b e9 73 fe ff ff 48 c7 c7 40 f6 45 c0 e8 51 27 ad fb <0f> 0b 
e9 4b fe ff ff 48 c7 c6 04 9e 44 c0 48 c7 c7 4f 91 44 c0 
[1.428156] ---[ end trace fbf359e6d3d7d879 ]---

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

Title:
  Warning message in logs after kernel update to linux-
  image-4.15.0-66-generic

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

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

[Bug 1879968] Re: copy/paste still sometimes fails in LibreOffice on mutter 3.36.2

2020-08-21 Thread Davide
Ubuntu 20.04, mutter 3.36.4
I did some testing with libreoffice (calc, writer) and it seems that the bug is 
solved for me
(I didn't try wine).

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

Title:
  copy/paste still sometimes fails in LibreOffice on mutter 3.36.2

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

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

[Bug 1891792] [NEW] Fail to update from 18.04 LTS to 20.04 LTS

2020-08-16 Thread Davide
Public bug reported:

I cannot upgrade because of non-official software but I removed every
ppa repository and nothing has changed.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-112.113-generic 4.15.18
Uname: Linux 4.15.0-112-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sun Aug 16 10:35:21 2020
InstallationDate: Installed on 2019-04-05 (498 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-08-16 (0 days ago)
mtime.conffile..etc.update-manager.release-upgrades: 2020-08-16T10:26:08.339191

** 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/1891792

Title:
  Fail to update from 18.04 LTS to 20.04 LTS

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

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

[Bug 1891793] [NEW] Fail to update from 18.04 LTS to 20.04 LTS

2020-08-16 Thread Davide
Public bug reported:

I cannot upgrade because of non-official software but I removed every
ppa repository and nothing has changed.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-112.113-generic 4.15.18
Uname: Linux 4.15.0-112-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sun Aug 16 10:35:21 2020
InstallationDate: Installed on 2019-04-05 (498 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-08-16 (0 days ago)
mtime.conffile..etc.update-manager.release-upgrades: 2020-08-16T10:26:08.339191

** 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/1891793

Title:
  Fail to update from 18.04 LTS to 20.04 LTS

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

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

[Bug 1869897] Re: missing ssh prompt to touch yubikey device when using gnome

2020-07-26 Thread Davide Marchi
The same problem with ssh PAM OATH and Gnome Shell 3.28.4

Via ssh no problem, via "Gnome File" filemanager gui using
"sftp://user@192.168.88.250:22/home/user; no any window to ask the one
time secret key, and the process fails.

sftp://vage@192.168.88.250:22/home/vage

Jul 26 18:42:16 localhost dbus-daemon[1155]: [system] Successfully activated 
service 'org.freedesktop.nm_dispatcher'
Jul 26 18:42:16 localhost NetworkManager[1207]:   [1595781736.3070] dhcp4 
(eth1):   nameserver '208.67.220.220'
Jul 26 18:42:16 localhost nm-dispatcher: req:1 'dhcp4-change' [eth1]: new 
request (1 scripts)
Jul 26 18:42:16 localhost NetworkManager[1207]:   [1595781736.3071] dhcp4 
(eth1): state changed bound -> bound
Jul 26 18:42:16 localhost nm-dispatcher: req:1 'dhcp4-change' [eth1]: start 
running ordered scripts...
Jul 26 18:42:16 localhost systemd[1]: Starting Network Manager Script 
Dispatcher Service...
Jul 26 18:42:16 localhost systemd[1]: Started Network Manager Script Dispatcher 
Service.

If request I can try from a newer OS.

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

Title:
  missing ssh prompt to touch yubikey device when using gnome

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

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

[Bug 1835660] Re: initramfs unpacking failed

2020-07-24 Thread Davide
Ubuntu 20.04
for me the problem started after upgrading to the kernel version 
5.4.0-42-generic,
I noticed it because the boot up failed once.

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

Title:
  initramfs unpacking failed

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

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

[Bug 1879164] Re: Copy/cut/paste is broken in wine applications

2020-07-23 Thread Davide
https://gitlab.gnome.org/GNOME/mutter/-/issues/1338

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1338
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1338

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

Title:
  Copy/cut/paste is broken in wine applications

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

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

[Bug 1856708] Re: Clipboard usability issues

2020-07-23 Thread Davide
Have you the problem also in a 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/1856708

Title:
  Clipboard usability issues

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

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

[Bug 1885625] [NEW] Firebird embedded database is not selectable in database creation wizard

2020-06-29 Thread Davide
Public bug reported:

Support for Base files using embedded Firebird RDBMS became non
experimental from Libreoffice 6.2 release, but in Ubuntu 20.04
(Libreoffice 6.4) you must enable experimental feature to create
embedded firebird database. Otherwise it is possible to select only the
embedded HSQLDB database, (even if the sdbc-hsqldb drivers are not
installed by default).

** Affects: libreoffice (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/1885625

Title:
  Firebird embedded database is not selectable in database creation
  wizard

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

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

[Bug 1875477] Re: LibreOffice Base will not load my odb file. I get an error messge

2020-06-29 Thread Davide
It should have been installed together with the libreoffice-base package

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

Title:
  LibreOffice Base will not load my odb file. I get an error messge

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

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

[Bug 1875477] Re: LibreOffice Base will not load my odb file. I get an error messge

2020-06-29 Thread Davide
You must install hsqldb driver, open a terminal and type:
sudo apt install libreoffice-sdbc-hsqldb.

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

Title:
  LibreOffice Base will not load my odb file. I get an error messge

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

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

[Bug 1875774] Re: Lubuntu 20.04 lxqt-admin-user Action (usermod) failed

2020-06-14 Thread Davide Verne'
I can confirm the issue after a fresh install of Lubuntu 20.04 on an old
Asus X201E.

I could revert the behaviour to normal deleting adm and sudo from second
user groups. It seems that Lubuntu 20.04 accepts only one admin...

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

Title:
  Lubuntu 20.04 lxqt-admin-user Action (usermod) failed

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

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

[Bug 386799] Re: Restart required for webcam to work; how to manually restart?

2020-06-02 Thread Davide
After years and years of bug flagging from other users, 
Same Problem on 18.04.4 LTS, bionic.
Laptop: TECLAST F7.

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

Title:
  Restart required for webcam to work; how to manually restart?

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

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) with LibreOffice is broken in Ubuntu 19.10 & 20.04 (see comment 93 and 176)

2020-05-27 Thread Davide
** Summary changed:

- [X11] copy/paste (clipboard) with LibreOffice is broken in Ubuntu 19.10 & 
20.04 (see comment 93)
+ [X11] copy/paste (clipboard) with LibreOffice is broken in Ubuntu 19.10 & 
20.04 (see comment 93 and 176)

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

Title:
  [X11] copy/paste (clipboard) with LibreOffice is broken in Ubuntu
  19.10 & 20.04 (see comment 93 and 176)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1880406] [NEW] Touchpad on LEnovo IDEAPAD s145

2020-05-24 Thread Davide Angeloni
Public bug reported:

Can't install touchpad on LEnovo IDEAPAD s145

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-33-generic 5.4.0-33.37
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  snabbull   1754 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun May 24 16:03:26 2020
InstallationDate: Installed on 2020-04-29 (25 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: LENOVO 81W8
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=68fce319-d6fd-42b4-8792-609a709633ce ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-33-generic N/A
 linux-backports-modules-5.4.0-33-generic  N/A
 linux-firmware1.187
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/04/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: DKCN26WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad S145-15IIL
dmi.modalias: 
dmi:bvnLENOVO:bvrDKCN26WW:bd03/04/2020:svnLENOVO:pn81W8:pvrLenovoIdeaPadS145-15IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoIdeaPadS145-15IIL:
dmi.product.family: IdeaPad S145-15IIL
dmi.product.name: 81W8
dmi.product.sku: LENOVO_MT_81W8_BU_idea_FM_IdeaPad S145-15IIL
dmi.product.version: Lenovo IdeaPad S145-15IIL
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal package-from-proposed

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

Title:
  Touchpad on LEnovo IDEAPAD s145

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

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

[Bug 1792085] Re: Regression: MTP not working/very slow

2020-05-22 Thread Davide
And again folders with more than 124 items become unreadable and
transfer of files crash at the 124th. So I can confirm that 1.1.17
brought not fix at all and mtp under Ubuntu 18 is still below usable
levels.

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

Title:
  Regression: MTP not working/very slow

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

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

[Bug 1792085] Re: Regression: MTP not working/very slow

2020-05-22 Thread Davide
Hi, I came back after a while and I found a nice link to deb packages at post 
#47 (thanks!).
I installed them and speed is improved, but file copies are still crashing 
randomly. The most common error message is "libmtp error: Could not send 
object." (it's an mp3).

I will upgrade to Ubuntu 20 as soon as possible, but I don't know what
to expect. Since two years I cannot realiably move files between my
smartphone and my computer, it's quite sad. At least in previous phones
it was easier to extract the SD card... :-(

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

Title:
  Regression: MTP not working/very slow

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

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

[Bug 1879968] Re: copy/paste still sometimes fails in LibreOffice on Ubuntu 20.04

2020-05-21 Thread Davide
I tried libreoffice (calc and writer) on two real machines.
If I use the copy command from the context menu (mouse right click),
it fails once every two (second, fourth, sixth,...).
With the other methods the error rate is approximately 1/20 (the one indicated 
by Adam)

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

Title:
  copy/paste still sometimes fails in LibreOffice on Ubuntu 20.04

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

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see comment 93)

2020-05-14 Thread Davide
I was rushed sorry (comment #127). For me the problem occurs
systematically only using the copy command from the context menu (right
click), otherwise at the moment I was unable to reproduce it. This is
probably another bug. I did the tests on two real machines.

** Tags removed: verification-failed-focal
** Tags added: verification-needed-focal

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see
  comment 93)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see comment 93)

2020-05-14 Thread Davide
Ubuntu 20.04 LTS, focal proposed enabled, all package upgraded,
gir1.2-mutter-6  3.36.2-1ubuntu1~20.04.1
libmutter-6-03.36.2-1ubuntu1~20.04.1
mutter   3.36.2-1ubuntu1~20.04.1
mutter-common3.36.2-1ubuntu1~20.04.1
libreoffice  6.4.3-0ubuntu0.20.04.1

Tested libreoffice calc on two different machines,
unfortunately for me the bug is still present:
I have to repeat the copy action twice to make sure it succeeds.

Same problem also with Gorilla Groovy (tested on a virtual machine).


** Tags removed: verification-needed-focal
** Tags added: verification-failed-focal

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see
  comment 93)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see comment 93)

2020-05-06 Thread Davide
** Summary changed:

- [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04
+ [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see comment 
93)

** Tags added: fixed-in-3.34.6

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04 (see
  comment 93)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1875157] [NEW] Build with gtk3

2020-04-26 Thread Davide Capodaglio
Public bug reported:

Geeqie should be build with gtk3 (configure --enable-gtk3), in focal is still 
built with gtk2.
This will also enable clutter and map support.

** Affects: geeqie (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/1875157

Title:
  Build with gtk3

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

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-18 Thread Davide
https://bugs.documentfoundation.org/show_bug.cgi?id=62196
https://bugs.documentfoundation.org/show_bug.cgi?id=128714

** Bug watch added: Document Foundation Bugzilla #62196
   https://bugs.documentfoundation.org/show_bug.cgi?id=62196

** Bug watch added: Document Foundation Bugzilla #128714
   https://bugs.documentfoundation.org/show_bug.cgi?id=128714

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-17 Thread Davide
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1205

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-17 Thread Davide
https://gitlab.gnome.org/GNOME/mutter/-/issues/1113
https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/issues/198
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1204

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1113
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1113

** Bug watch added: 
github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/issues #198
   
https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/issues/198

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1792085] Re: Regression: MTP not working/very slow

2020-02-23 Thread Davide
If that can be of interest, the "unlistable" folder has 124 files.

I erased all the content from the phone, then I tried to copy 127 items;
124 of them were copied, then Nautilus hang, the last three were never
copied and the folder became unaccessible.

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

Title:
  Regression: MTP not working/very slow

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

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

[Bug 1792085] Re: Regression: MTP not working/very slow

2020-02-23 Thread Davide
I am also affected by this bug, on Ubuntu 18.04. I can't get the list of
files from a folder on the phone ("could not get object handles"). No
brackets in file names, just a folder named "Camera" and default Android
names for pictures.

Manually installing and linking version 1-1-17 does not help. And, by
the way, release documentation is wrong, since in the archive there is
no "configure" file but one has to run "autogen.sh" first, then
"configure" is created.

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

Title:
  Regression: MTP not working/very slow

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

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

[Bug 1766230] Re: Strange window matching behaviour between Slack and Chrome

2020-01-06 Thread Davide
I can confirm this happens in ubuntu 18.04.3 between Chrome and Slack. 
Workaround in #3 doesn't work for me, as WM_CLASS is already correctly set, 
i.e.:
* slack:  `WM_CLASS(STRING) = "slack", "Slack"`
* chrome: `WM_CLASS(STRING) = "google-chrome", "Google-chrome"`

However, killing both applications and relaunching seems to correct the
issue.

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

Title:
  Strange window matching behaviour between Slack and Chrome

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

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

[Bug 1857332] Re: using Intel Integrated Graphics

2019-12-24 Thread Davide Lonigro
Hi Daniel, thanks a lot for your prompt response.

I removed 'oibaf' and then I removed the 'nomodeset' line and updated
grub as you recommended but when I restarted after the bootloader I get
a screen full of blurry lines. After a few minutes the system restarts
and again a screen of blurry lines (just like what happened when Windows
10 was loading using the graphic drivers). At this point I think that
the integrated graphic chip is broken or... do you have any suggestion?

In order to post this comment I had to reinstate the 'nomodeset' line in
grub going through the 'recovery mode'.

In system details I still can read that it is using llvmpipe (LLVM
9.0.1, 256 bits).

And just in case Happy Holidays as well :)

Thanks again!

** Attachment added: "photo of the display after removing nomodeset"
   
https://bugs.launchpad.net/ubuntu/+bug/1857332/+attachment/5315070/+files/IMG_2341_small.jpg

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

Title:
  using Intel Integrated Graphics

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

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

[Bug 1857332] [NEW] using Intel Integrated Graphics

2019-12-23 Thread Davide Lonigro
Public bug reported:

Recently I experienced an issue with Intel Graphics (flickering screen
making GUI useless).

So I reinstalled Ubuntu in nomodeset mode, now I am not using HW
acceleration in fact. I would like to enable it again but where to
start?

Reading online I found multiple references to Intel vainfo etc. but
after installing the package no changes... I tried to comment out the
grub command line related to "nomodeset" but doing that ended up on a
flickering screen again.

I think that my Intel integrated chip is broken but before reaching this
verdict I'd like to try everything else.

Thanks for your support!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 10:33:53 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation 2nd Generation Core Processor Family Integrated 
Graphics Controller [8086:2003]
InstallationDate: Installed on 2019-12-22 (0 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic 
root=UUID=1e3fae88-3d3b-48c7-8a19-99bd9ee231f5 ro nomodeset quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/22/2011
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BLH6710H.86A.0146.2011.1222.1415
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DH67CL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG10212-210
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0146.2011.1222.1415:bd12/22/2011:svn:pn:pvr:rvnIntelCorporation:rnDH67CL:rvrAAG10212-210:cvn:ct3:cvr:
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.100+git1912180630.c70bd7~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0~git1912220730.2d971c~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0~git1912220730.2d971c~oibaf~b
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

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

Title:
  using Intel Integrated Graphics

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-12-06 Thread Davide Sangalli
Yeap it helps and it is quite clear.
Still another remark. Sorry for going on with the digression here.
If there is a more proper channel we can move there.

In my old laptop when I load it with a single thread application I get

  TURBO ENABLED on 2 Cores, Hyper Threading ON
  Max Frequency without considering Turbo 1894.72 MHz (99.72 x [19])
  Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is  27x/25x/25x/25x
  Real Current Frequency 2663.14 MHz [99.72 x 26.71] (Max of below)
  Core [core-id]  :Actual Freq (Mult.)  C0%   Halt(C1)%  C3 %   C6 %   
C7 %  Temp  VCore
  Core 1 [0]:   2663.14 (26.71x)  99.3   0   0   0  
 058  0.9207
  Core 2 [2]:   2492.89 (25.00x)   4.85.78   1   1
85.655  0.9207


Now the remarkable difference is that the second core spends 86% of the time in 
C7 state.
On the other hand in the new laptop all cores stay in C1 state most of the time.
Same happens without load (see previous post for data on new laptop).

  TURBO ENABLED on 2 Cores, Hyper Threading ON
  Max Frequency without considering Turbo 1894.72 MHz (99.72 x [19])
  Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is  27x/25x/25x/25x
  Real Current Frequency .72 MHz [99.72 x 11.15] (Max of below)
  Core [core-id]  :Actual Freq (Mult.)  C0%   Halt(C1)%  C3 %   C6 %   
C7 %  Temp  VCore
  Core 1 [0]:   1019.47 (10.22x)  11.99.92   1   0
82.346  0.7955
  Core 2 [2]:   .72 (11.15x)1216.1   1   0
75.550  0.7955


In both cases the driver is the intel_pstate and n boh case I'm monitoring with 
i7z, sudo and 1 sec freq
Old processor is Intel Core i5-3337U
New processor is Intel Core i7-8750H

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-12-01 Thread Davide Sangalli
I guess you mean "there is only one PPL in the CPU, all cores get the
resulting clock". This would mean the readout of i7z in the idle case,
where each core has a different multiplier and a different clock, is
fake.

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-11-30 Thread Davide Sangalli
@Doug Smythies: thanks for the reply.
I'm sampling every second.

Anyway, just to better understand.
When my system is idle all cores spend in C0 less than 10% of the time and the 
frequency of each core reported by i7z is different and below 2.2GHz. When I 
run a single core (and single thread) task, there is just core "0" which is 
100% of the time in C0 state (as it should) but I would have expected only such 
core to reach ~2.9GHz and the other to remain in below. Instead all cores goes 
to ~2.9GHz.
https://www.youtube.com/watch?v=HBKfkiOgIv4 (sorry for the oversimplified 
reference)

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-11-30 Thread Davide Sangalli
I also mention that, monitoring with i7z the clock of my CPU, when intel turbo 
is not working I get different freqs for each core
Core [core-id]  :Actual Freq (Mult.)  C0%   Halt(C1)%  C3 %   C6 %  
Temp  VCore
Core 1 [0]:   1126.19 (11.23x)  7.9993.9   1   1
40  0.6274
Core 2 [1]:   1239.87 (12.36x)   3.295.1   12.11
41  0.6208
Core 3 [2]:   1577.66 (15.73x)   3.795.4   1   1
38  0.6257
Core 4 [3]:   1316.89 (13.13x)  7.2381.9   112.8
39  0.6257
Core 5 [4]:   1572.58 (15.68x)  10.2  87   14.73
39  0.6257
Core 6 [5]:   1916.98 (19.11x)  8.0290.6   11.44
39  0.6266

However, as soon as I load 1 core to 100%, all goes at the maximum frequency 
(here I'm limiting the maximum and also the core is under-volted to keep the 
temperature stable.
Core [core-id]  :Actual Freq (Mult.)  C0%   Halt(C1)%  C3 %   C6 %  
Temp  VCore
Core 1 [0]:   2891.95 (28.83x)   100   0   0   0
52  0.8234
Core 2 [1]:   2891.77 (28.83x)  2.4192.2   1 3.6
47  0.8229
Core 3 [2]:   2891.72 (28.83x)  1.7394.4   12.37
44  0.8225
Core 4 [3]:   2891.81 (28.83x) 191.5   16.46
44  0.8230
Core 5 [4]:   2892.39 (28.83x) 196.9   11.37
44  0.8242
Core 6 [5]:   2891.94 (28.83x)2562.9   1 3.3
43  0.8243

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-11-12 Thread Davide Sangalli
An update. After some digging the conclusion I is that the problem  in
my case is not linux but might be the Asus BIOS. Even just enetering the
BIOS the CPU temperature is rising up to 70-80 degrees. I'v e also
upgraded the BIOS, but without significant improvements.

I have the impression the BIOS has problems in dealing with the intel
turbo boost technology of my i7-8th generation. Disabling the turbo from
linux side (I couldn't from the BIOS) the temperatures of my laptop are
now fine.

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-10-10 Thread Davide Sangalli
** Information type changed from Public 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/1768976

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2019-10-10 Thread Davide Sangalli
Same problem here.
Ubuntu 18.04.3 LTS
I tried kernels 4.15, 5.0 and 5.3 and the problem persists.
With default installation parameters CPU temperatures goes above 95° very 
easily. 

The only way I managed to keep the CPU temp down is:
a) setting
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_pstate=disable"
and then choosing "PowerSave" mode in cpufreq

b) Installed laptop-mode-tools
Edited file: /etc/laptop-mode/laptop-mode.conf
It changed the file /proc/sys/vm/laptop_mode to 2
After that no significant changes in temperature when moving from AC to Battery

Attached hardinfo_report.html run after the doing the procedures above
mentioned

** Attachment added: "Output of hardinfo command"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768976/+attachment/5296370/+files/hardinfo_report.html

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1847399] [NEW] Help me

2019-10-08 Thread Davide
Public bug reported:

Sorry I don't understand

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Wed Oct  9 03:56:09 2019
DistUpgraded: 2018-09-18 19:18:07,768 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Esecuzione del processo figlio 
"./xorg_fix_proprietary.py" non riuscita (No such file or directory) (8))
DistroCodename: bionic
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: No
GraphicsCard:
 Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
 NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF119 [GeForce GT 620 OEM] [1043:84a3]
InstallationDate: Installed on 2015-04-17 (1635 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
MachineType: ASUSTeK COMPUTER INC. K30AD_M31AD_M51AD
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=12b53c52-cdca-4b0e-917f-4f4568ed643a ro splash quiet
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-09-18 (385 days ago)
dmi.bios.date: 11/29/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0402
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: K30AD_M31AD_M51AD
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.:bvr0402:bd11/29/2013:svnASUSTeKCOMPUTERINC.:pnK30AD_M31AD_M51AD:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnK30AD_M31AD_M51AD:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: Desktop
dmi.product.name: K30AD_M31AD_M51AD
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Tue Sep 18 15:20:24 2018
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.8
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Help me

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

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

[Bug 1838249] ProcEnviron.txt

2019-07-30 Thread davide soresinetti
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1838249/+attachment/527/+files/ProcEnviron.txt

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

Title:
  crash on startup

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

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

[Bug 1838249] Re: crash on startup

2019-07-30 Thread davide soresinetti
apport information

** Tags added: apport-collected disco

** Description changed:

  libreoffice --norestore --safe-mode
  dbus[16783]: arguments to dbus_message_iter_append_basic() were incorrect, 
assertion "_dbus_check_is_valid_utf8 (*string_p)" failed in file 
../../../dbus/dbus-message.c line 2754.
  This is normally a bug in some application using the D-Bus library.
  
D-Bus not built with -rdynamic so unable to print a backtrace
  
  
  Fatal exception: Signal 6
  Stack:
  /usr/lib/libreoffice/program/libuno_sal.so.3(+0x3ba93)[0x7f62a2538a93]
  /usr/lib/libreoffice/program/libuno_sal.so.3(+0x3bca3)[0x7f62a2538ca3]
  /lib/x86_64-linux-gnu/libc.so.6(+0x43f60)[0x7f62a2329f60]
  /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f62a2329ed7]
  /lib/x86_64-linux-gnu/libc.so.6(abort+0x121)[0x7f62a230b535]
  /lib/x86_64-linux-gnu/libdbus-1.so.3(+0xb78d)[0x7f62a19e578d]
  /lib/x86_64-linux-gnu/libdbus-1.so.3(_dbus_strdup+0x0)[0x7f62a1a07380]
  
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_iter_append_basic+0x369)[0x7f62a19f8a79]
  
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_append_args_valist+0x154)[0x7f62a19f93d4]
  
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_append_args+0x99)[0x7f62a19f9669]
  
/usr/lib/x86_64-linux-gnu/libavahi-client.so.3(avahi_record_browser_new+0x17c)[0x7f629d11ac9c]
  /usr/lib/x86_64-linux-gnu/libcups.so.2(+0x28f1e)[0x7f62a0537f1e]
  /usr/lib/x86_64-linux-gnu/libcups.so.2(cupsGetDests2+0x94)[0x7f62a05380b4]
  /usr/lib/libreoffice/program/libmergedlo.so(+0x2e97a17)[0x7f62a53f0a17]
  /usr/lib/libreoffice/program/libuno_sal.so.3(+0x3e6f8)[0x7f62a253b6f8]
  /lib/x86_64-linux-gnu/libpthread.so.0(+0x9182)[0x7f62a1a34182]
  /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f62a2403b1f]
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.10-0ubuntu27.1
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.04
+ InstallationDate: Installed on 2018-10-29 (273 days ago)
+ InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: libreoffice-core 1:6.2.5-0ubuntu0.19.04.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.0.0-21.22-generic 5.0.15
+ Tags:  disco
+ Uname: Linux 5.0.0-21-generic x86_64
+ UpgradeStatus: Upgraded to disco on 2019-04-25 (95 days ago)
+ UserGroups: adm cdrom dialout dip libvirt lpadmin plugdev sambashare sudo 
wireshark
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1838249/+attachment/5279997/+files/Dependencies.txt

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

Title:
  crash on startup

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

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

[Bug 1838249] ProcCpuinfoMinimal.txt

2019-07-30 Thread davide soresinetti
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1838249/+attachment/5279998/+files/ProcCpuinfoMinimal.txt

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

Title:
  crash on startup

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

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

[Bug 1838249] [NEW] crash on startup

2019-07-29 Thread davide soresinetti
Public bug reported:

libreoffice --norestore --safe-mode
dbus[16783]: arguments to dbus_message_iter_append_basic() were incorrect, 
assertion "_dbus_check_is_valid_utf8 (*string_p)" failed in file 
../../../dbus/dbus-message.c line 2754.
This is normally a bug in some application using the D-Bus library.

  D-Bus not built with -rdynamic so unable to print a backtrace


Fatal exception: Signal 6
Stack:
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x3ba93)[0x7f62a2538a93]
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x3bca3)[0x7f62a2538ca3]
/lib/x86_64-linux-gnu/libc.so.6(+0x43f60)[0x7f62a2329f60]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f62a2329ed7]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x121)[0x7f62a230b535]
/lib/x86_64-linux-gnu/libdbus-1.so.3(+0xb78d)[0x7f62a19e578d]
/lib/x86_64-linux-gnu/libdbus-1.so.3(_dbus_strdup+0x0)[0x7f62a1a07380]
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_iter_append_basic+0x369)[0x7f62a19f8a79]
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_append_args_valist+0x154)[0x7f62a19f93d4]
/lib/x86_64-linux-gnu/libdbus-1.so.3(dbus_message_append_args+0x99)[0x7f62a19f9669]
/usr/lib/x86_64-linux-gnu/libavahi-client.so.3(avahi_record_browser_new+0x17c)[0x7f629d11ac9c]
/usr/lib/x86_64-linux-gnu/libcups.so.2(+0x28f1e)[0x7f62a0537f1e]
/usr/lib/x86_64-linux-gnu/libcups.so.2(cupsGetDests2+0x94)[0x7f62a05380b4]
/usr/lib/libreoffice/program/libmergedlo.so(+0x2e97a17)[0x7f62a53f0a17]
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x3e6f8)[0x7f62a253b6f8]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x9182)[0x7f62a1a34182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f62a2403b1f]

** Affects: libreoffice (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/1838249

Title:
  crash on startup

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

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

[Bug 1836090] [NEW] From about a week, when I turn on the PC and open the application called file I have to try to open it at least 5 times before it really opens.

2019-07-10 Thread Davide Marco Casula
Public bug reported:

when I turn on the computer not only the file application I have to
select it several times before accessing it but also firefox

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: file 1:5.35-4
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 10 18:16:31 2019
InstallationDate: Installed on 2019-07-02 (8 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: file
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

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

Title:
  From about a week, when I turn on the PC and open the application
  called file I have to try to open it at least 5 times before it really
  opens.

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

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

[Bug 1835720] Re: Nautilus crash while searching NTFS partition over Samba

2019-07-09 Thread Davide Sandonà
The package libglib2.0-0-dbgym was not found.

> sudo apt install libglib2.0-0-dbgym  
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package libglib2.0-0-dbgym
E: Couldn't find any package by glob 'libglib2.0-0-dbgym'
E: Couldn't find any package by regex 'libglib2.0-0-dbgym'

Here is the backtrace:

sudo gdb -p `pidof nautilus`
GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word".
Attaching to process 22730
[New LWP 22731]
[New LWP 22732]
[New LWP 22734]
[New LWP 22735]
[New LWP 22931]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f287c08e729 in __GI___poll (fds=0x55ce703eebc0, nfds=3, timeout=89)
at ../sysdeps/unix/sysv/linux/poll.c:29
29  ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
(gdb) c
Continuing.
[Thread 0x7f285700 (LWP 22931) exited]
[New Thread 0x7f285700 (LWP 22947)]
[New Thread 0x7f2875491700 (LWP 22948)]
[Thread 0x7f2875491700 (LWP 22948) exited]
[New Thread 0x7f2875491700 (LWP 22950)]
[New Thread 0x7f285e27e700 (LWP 22951)]
[Thread 0x7f2875491700 (LWP 22950) exited]
[Thread 0x7f285e27e700 (LWP 22951) exited]
[New Thread 0x7f285e27e700 (LWP 22952)]
[Thread 0x7f285e27e700 (LWP 22952) exited]

Thread 1 "nautilus" received signal SIGSEGV, Segmentation fault.
0x7f287c49ee77 in g_type_check_is_value_type ()
   from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
(gdb) t a a bt

Thread 7 (Thread 0x7f285700 (LWP 22947)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f287d0eba5a in g_cond_wait_until () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f287d0720c1 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f287d0ca382 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f287d0c987d in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f287c171182 in start_thread (arg=) at 
pthread_create.c:486
#6  0x7f287c09ab1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f2875c92700 (LWP 22735)):
#0  0x7f287c08e729 in __GI___poll (fds=0x55ce6f947090, nfds=1, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f287d0a0bf6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f287d0a0d1c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f2875c9dffd in ?? () from 
/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
#4  0x7f287d0c987d in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f287c171182 in start_thread (arg=) at 
pthread_create.c--Type  for more, q to quit, c to continue without paging--
:486
#6  0x7f287c09ab1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f28764fe700 (LWP 22734)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f287d0eb93f in g_cond_wait () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f287d0720db in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f287d0ca217 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f287d0c987d in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f287c171182 in start_thread (arg=) at 
pthread_create.c:486
#6  0x7f287c09ab1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f2876cff700 (LWP 22732)):
#0  0x7f287c08e729 in __GI___poll (fds=0x7f2868016400, nfds=7, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f287d0a0bf6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f287d0a0f82 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f287c5cfe26 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
--Type  for more, q to quit, c to continue without paging--
#4  0x7f287d0c987d in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f287c171182 in start_thread (arg=) at 
pthread_create.c:486
#6  0x7f287c09ab1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f2877500700 (LWP 22731)):
#0  0x7f287c08e729 in __GI___poll (fds=0x55ce6f81fad0, nfds=2, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f287d0a0bf6 in ?? 

[Bug 1835720] Re: Nautilus crash while searching NTFS partition over Samba

2019-07-09 Thread Davide Sandonà
Hello Sebastien,

> Also does it happen every time you follow those steps?

Yes, every time!

I tried to do a backtrace, but it didn't work. Here are the steps I've
followed.

1. Created an /etc/apt/sources.list.d/ddebs with the commands:
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe 
multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
echo -e "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted 
universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed 
main restricted universe multiverse" | sudo tee -a 
/etc/apt/sources.list.d/ddebs.list

2. sudo apt-get update

3. Downloaded the script list-symbols-packages-v2.1.sh and run the command:
sudo bash ./list-symbols-packages-v2.1.sh  -t -p $(pidof yelp) 2>/dev/null | 
xargs -d $'\n' sudo apt-get install

It ended its execution with these lines:
E: Unable to locate package using sudo.
E: Couldn't find any package by glob 'using sudo.'
E: Couldn't find any package by regex 'using sudo.'

4. apport-retrace --sandbox=sandboxdir /var/crash/_usr_bin_nautilus.1000.crash
ERROR: report file does not contain one of the required fields: Package

Is there anything else I can do?

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

Title:
  Nautilus crash while searching NTFS partition over Samba

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

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

[Bug 1835720] Re: Nautilus crash while searching NTFS partition over Samba

2019-07-08 Thread Davide Sandonà
Hello Sebastien,

Step 2 worked: here are the links:

nautilus: https://errors.ubuntu.com/oops/cd8c1612-a0d2-11e9-b1ca-fa163e102db1
telegram: https://errors.ubuntu.com/oops/a6aa6bb8-a0ce-11e9-a06d-fa163ee63de6

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

Title:
  Nautilus crash while searching NTFS partition over Samba

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

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

[Bug 1835720] Re: Nautilus crash while searching NTFS partition over Samba

2019-07-08 Thread Davide Sandonà
** Description changed:

  I have a NAS server with NTFS disks.
  
  A few days ago I did a fresh installation of Kubuntu 19.04, then I
  installed Nautilus because it is my experience that it handles better
  this usage scenario. I also installed the smbclient.
  
- When I try to do a file search, eventually Nautilus crashes. 
+ When I try to do a file search, eventually Nautilus crashes.
  It seems to me that the first file search always goes fine. When I try to do 
a second search without closing the search bar (ie, updating the search 
keywords), Nautilus crashes. If I close the search bar after a search, and then 
I reopen it to do another search, everything works as expected.
+ 
+ Note: this only happens while searching NTFS partitions over Samba. If I
+ search inside NTFS partitions of my local PC, everything works as
+ expected.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: nautilus 1:3.32.1-0ubuntu0.19.04.0
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Jul  8 11:10:48 2019
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'initial-size' b'(882, 
543)'
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:

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

Title:
  Nautilus crash while searching NTFS partition over Samba

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

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

[Bug 1835720] [NEW] Nautilus crash while searching NTFS partition over Samba

2019-07-08 Thread Davide Sandonà
Public bug reported:

I have a NAS server with NTFS disks.

A few days ago I did a fresh installation of Kubuntu 19.04, then I
installed Nautilus because it is my experience that it handles better
this usage scenario. I also installed the smbclient.

When I try to do a file search, eventually Nautilus crashes. 
It seems to me that the first file search always goes fine. When I try to do a 
second search without closing the search bar (ie, updating the search 
keywords), Nautilus crashes. If I close the search bar after a search, and then 
I reopen it to do another search, everything works as expected.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: nautilus 1:3.32.1-0ubuntu0.19.04.0
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Jul  8 11:10:48 2019
ExecutablePath: /usr/bin/nautilus
GsettingsChanges: b'org.gnome.nautilus.window-state' b'initial-size' b'(882, 
543)'
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug disco

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

Title:
  Nautilus crash while searching NTFS partition over Samba

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

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

[Bug 1581088] Re: Middle mouse (wheel-click) button stopped working after upgrade to 16.04

2019-06-15 Thread Davide Alberelli
Comment #91 gives me some seconds of autonomy with the central click,
but then it reverts back to being useless.

I am on Ubuntu 18.04, `uname -a`
```
Linux brenna 4.15.0-51-generic #55-Ubuntu SMP Wed May 15 14:27:21 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux
```

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

Title:
  Middle mouse (wheel-click) button stopped working after upgrade to
  16.04

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2019-01-01 Thread Davide
@Carl: "Why cant snap apps store data in the Snap directory."
Because it's not intuitive, it's not descriptive, it's not configurable. My 
Videos contains videos, Snap contains... what? I can delete My Videos and move 
my videos, but I can't delete Snap directory (unless I totally stop using snap).

My girlfriend recently moved to Ubuntu from another system, her second
question was "what is that folder in my home? I never installed any
application named Snap". Sorry, it's just a bad choice. I can accept if
developers say "we don't have the resources to change it" or even "we
don't care" but "why can't you all forget your standards and best
practices" does not sound totally right to me...

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 994248] Re: xhci stacktrace at connection of USB device to USB 3.0 port

2018-12-03 Thread Davide
I can confirm the issue is still active
It comes only after resume

Hardware: 
Dell Precision M4800 (full hardware test done to be sure to have no broken 
parts)

$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
A25
10/08/2018

$ uname -a
Linux DPM4800 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -da
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.1 LTS
Release:18.04
Codename:   bionic

$ dmesg -l err | grep usb
[  532.802255] usb usb4-port1: cannot disable (err = -32)
[  536.890116] usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
[  536.890145] usb usb4-port1: cannot disable (err = -32)
[  540.978079] usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
[  540.978094] usb usb4-port1: cannot disable (err = -32)
[  545.382135] usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
[  545.382164] usb usb4-port1: cannot disable (err = -32)
[  549.470069] usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
[  549.470096] usb usb4-port1: cannot disable (err = -32)
[  549.470149] usb usb4-port1: unable to enumerate USB device
[  549.470169] usb usb4-port1: cannot disable (err = -32)
// also more lines like these with usb4 from port 2 to 6

$ dmesg -w (copy/paste only few lines from the end)
[ 1034.816581] xhci_hcd :00:14.0: Cannot set link state.
[ 1034.816586] usb usb4-port6: cannot disable (err = -32)
[ 1034.816636] usb usb4-port6: unable to enumerate USB device
[ 1034.816645] xhci_hcd :00:14.0: Cannot set link state.
[ 1034.816657] usb usb4-port6: cannot disable (err = -32)


$ lsusb 
Bus 002 Device 004: ID 0a5c:5801 Broadcom Corp. BCM5880 Secure Applications 
Processor with fingerprint swipe sensor
Bus 002 Device 003: ID 8087:07dc Intel Corp. 
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0c45:64d0 Microdia 
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 413c:5534 Dell Computer Corp. 
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 413c:2134 Dell Computer Corp. 
Bus 003 Device 005: ID 046e:55a5 Behavior Tech. Computer Corp. 
Bus 003 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 003 Device 003: ID 413c:2513 Dell Computer Corp. internal USB Hub of E-Port 
Replicator
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


$ sudo lshw -C bus
  *-core
   description: Motherboard
   product: 0FVDR2
   vendor: Dell Inc.
   physical id: 0
   version: A00
   serial: /JTFFXY1/CN129633C30091/
  *-usb:0
   description: USB controller
   product: 8 Series/C220 Series Chipset Family USB xHCI
   vendor: Intel Corporation
   physical id: 14
   bus info: pci@:00:14.0
   version: 04
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi xhci bus_master cap_list
   configuration: driver=xhci_hcd latency=0
   resources: irq:26 memory:f782-f782
 *-usbhost:0
  product: xHCI Host Controller
  vendor: Linux 4.15.0-39-generic xhci-hcd
  physical id: 0
  bus info: usb@3
  logical name: usb3
  version: 4.15
  capabilities: usb-2.00
  configuration: driver=hub slots=15 speed=480Mbit/s
*-usb:0
 description: USB hub
 product: USB2134
 vendor: SMSC
 physical id: 4
 bus info: usb@3:4
 version: 41.00
 capabilities: usb-2.10
 configuration: driver=hub slots=3 speed=480Mbit/s
*-usb:1
 description: USB hub
 product: internal USB Hub of E-Port Replicator
 vendor: Dell Computer Corp.
 physical id: d
 bus info: usb@3:d
 version: 0.05
 capabilities: usb-2.00
 configuration: driver=hub maxpower=2mA slots=3 speed=480Mbit/s
 *-usbhost:1
  product: xHCI Host Controller
  vendor: Linux 4.15.0-39-generic xhci-hcd
  physical id: 1
  bus info: usb@4
  logical name: usb4
  version: 4.15
  capabilities: usb-3.00
  configuration: driver=hub slots=6 speed=5000Mbit/s
*-usb
 description: USB hub
 product: USB5534
 vendor: SMSC
 physical id: 3
 bus info: usb@4:3
 version: 41.00
 capabilities: usb-3.00
 configuration: driver=hub slots=3 speed=5000Mbit/s
  *-usb:1
   description: USB controller
   product: 8 Series/C220 Series Chipset Family USB EHCI #2
   vendor: Intel Corporation
   physical id: 1a
   bus info: pci@:00:1a.0
   version: 04
   width: 32 bits
   clock: 33MHz
   

[Bug 1801618] [NEW] package python3-lxml:amd64 4.2.1-1 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2018-11-04 Thread Davide
Public bug reported:

I do not know the cause of the problem

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3-lxml:amd64 4.2.1-1
ProcVersionSignature: Ubuntu 4.15.0-38.41-lowlatency 4.15.18
Uname: Linux 4.15.0-38-lowlatency x86_64
ApportVersion: 2.20.9-0ubuntu7.4
AptOrdering:
 linux-image-4.15.0-34-lowlatency:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
Date: Sun Nov  4 22:03:36 2018
ErrorMessage: problemi con le dipendenze - lasciato non configurato
InstallationDate: Installed on 2018-05-03 (184 days ago)
InstallationMedia: Ubuntu-Studio 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6
SourcePackage: lxml
Title: package python3-lxml:amd64 4.2.1-1 failed to install/upgrade: problemi 
con le dipendenze - lasciato non configurato
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package python3-lxml:amd64 4.2.1-1 failed to install/upgrade: problemi
  con le dipendenze - lasciato non configurato

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

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

[Bug 1795172] [NEW] package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2018-09-29 Thread Davide
Public bug reported:

errore durante upgrade

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2
ProcVersionSignature: Ubuntu 4.15.0-34.37-lowlatency 4.15.18
Uname: Linux 4.15.0-34-lowlatency x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 firefox:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Sep 29 18:41:06 2018
ErrorMessage: problemi con le dipendenze - lasciato non configurato
InstallationDate: Installed on 2018-05-03 (148 days ago)
InstallationMedia: Ubuntu-Studio 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: glib2.0
Title: package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to 
install/upgrade: problemi con le dipendenze - lasciato non configurato
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package libglib2.0-dev-bin 2.56.2-0ubuntu0.18.04.2 failed to
  install/upgrade: problemi con le dipendenze - lasciato non configurato

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1795172/+subscriptions

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

[Bug 1789693] Re: Format volume requires a volume label

2018-09-02 Thread Davide
Good, the details are important. 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/1789693

Title:
  Format volume requires a volume label

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2018-07-03 Thread Davide
Hi everybody,

I just wanted to say that I agree with the many asking for the moving of
the "snap" folder. Although it is clearly not a life threatening issue
:) I strongly believe that the visible content of $HOME should be in
total control of the user for a variety of reasons, not excluding
personal taste. I also think comment #73 above is a realistic reply to
the only argument in favor of having ~/snap visible.

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1761977] Re: geogebra fails to start due to Java casting problem

2018-05-22 Thread Davide
Will this bug be fixed in Ubuntu 18.04 LTS?

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

Title:
  geogebra fails to start due to Java casting problem

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

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

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-05-18 Thread Davide
Bodinux

after clicking your name, wait a while before entering the correct
password.

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

Title:
  [regression] Password accepted but login fails (blank purple screen
  and mouse pointer only)

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

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

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-05-18 Thread Davide
gdm3/ 3.28.0-0-0ubuntu1.1
if I enter the wrong password once or twice and then I enter the correct 
password now I can access,
but if I enter the wrong password three times I return to the user choice 
screen and after clicking on my username and entering the correct password the 
screen freezes and nothing happens.
I can still shutdown or restart.

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

Title:
  [regression] Password accepted but login fails (blank purple screen
  and mouse pointer only)

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

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

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-05-02 Thread Davide
coolhandlewk
You are right, I misunderstood.
It works for me too, thanks.

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

Title:
  [regression] Password accepted but login fails (blank purple screen
  and mouse pointer only)

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

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

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-05-02 Thread Davide
Ads2
The cancel button is not visible (purple screen),
your workaround is for another problem.
I think it's better to remove it from the bug description.

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

Title:
  [regression] Password accepted but login fails (blank purple screen
  and mouse pointer only)

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

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

[Bug 1767863] [NEW] psensor icon is blurry

2018-04-29 Thread Davide
Public bug reported:

Description:Ubuntu 18.04 LTS
Release:18.04

psensor:
  Installato: 1.1.5-1ubuntu3
  Candidato:  1.1.5-1ubuntu3
  Tabella versione:
 *** 1.1.5-1ubuntu3 500
500 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: psensor (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/1767863

Title:
  psensor icon is blurry

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

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

[Bug 1764645] Re: Bluetooth not working

2018-04-28 Thread Davide Riboli
Hi,

don't know if this can help but, as i wrote, with kernel 4.15.0-13 my
bluetooth was working.

After installing 4.15.03 (I used this utility to manage kernels:
http://www.teejeetech.in/p/ukuu-kernel-upgrade-utility.html) I've
switched on the bluetooth and then upgraded again and now bluetooth is
working even with 4.15.13.

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

Title:
  Bluetooth not working

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

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

[Bug 1764645] Re: Bluetooth not working

2018-04-25 Thread Davide Riboli
Today I updated kernel to 4.15.13 and now everything is ok.

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-fixed-upstream

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

Title:
  Bluetooth not working

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

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

[Bug 1764645] Re: Bluetooth not working

2018-04-22 Thread Davide Riboli
The issue started with the first upgrade from kernel 4.15.0-13.

With kernel 4.15.0-13 bluetooth is working.

With every other after - included 4.17-rc1 (test done) - bluetooth is
disabled.

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

Title:
  Bluetooth not working

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

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

[Bug 1764645] Re: Bluetooth not working

2018-04-22 Thread Davide Riboli
** 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/1764645

Title:
  Bluetooth not working

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

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

[Bug 1761261] Re: nouveau/nvidia drivers do not work with display in Bionic on Asus GL703VD Laptop

2018-04-17 Thread Davide Villa
Hi all,
I found this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1543769#c69
and this patch seems to solve the backlight problem (and the ELAN jercky 
touchpad as well)
I don't know how to compile the kernel with this patch.
maybe someone can build the kernel for me to test on my laptop or let me know 
how to build myself.


** Patch added: "spth-pinctrl-fix.diff"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1761261/+attachment/5119044/+files/spth-pinctrl-fix.diff

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

Title:
  nouveau/nvidia drivers do not work with display in Bionic on Asus
  GL703VD Laptop

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

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

[Bug 1764645] [NEW] Bluetooth not working

2018-04-17 Thread Davide Riboli
Public bug reported:

I've installed the Ubuntu Bionic Beta 2 and everything works fine but
the bluetooth (perfectly working with Xenial). In bluetooth control
panel the slider is impossible to move to "on".

1) Ubuntu Release (via 'lsb_release -rd')
Description:Ubuntu Bionic Beaver (development branch)
Release:18.04

2) Version of package (apt-cache policy gnome-bluetooth)
gnome-bluetooth:
  Installato: 3.28.0-2
  Candidato:  3.28.0-2
  Tabella versione:
 *** 3.28.0-2 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

3) What you expected to happen
I expected to switch on the bluetooth.

4) What happened instead
Bluetooth won't switch on.

5) Output of rfkill list is:
0: hci0: Bluetooth
   Soft blocked: no
   Hard blocked: no
1: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: no

6) Output of lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue is:
03:00.0 Network controller [0280]: Qualcomm Atheros AR9462 Wireless 
Network Adapter [168c:0034] (rev 01)
Subsystem: Bigfoot Networks, Inc. Killer Wireless-N 1202 Half- 
size Mini PCIe Card [1a56:2003]
Kernel driver in use: ath9k
Kernel modules: ath9k
04:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit 
Ethernet [1969:10a1] (rev 10)
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 04f2:b414 Chicony Electronics Co., Ltd 
Bus 003 Device 003: ID 0cf3:3004 Atheros Communications, Inc.   
 
AR3012 Bluetooth 4.0
Bus 003 Device 002: ID 0b05:17c4 ASUSTek Computer, Inc. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[   17.715399] Bluetooth: Core ver 2.22
[   17.715414] Bluetooth: HCI device and connection manager initialized
[   17.715416] Bluetooth: HCI socket layer initialized
[   17.715418] Bluetooth: L2CAP socket layer initialized
[   17.715422] Bluetooth: SCO socket layer initialized
[   17.723207] Bluetooth: hci0: don't support firmware rome 0x1102
[   18.600648] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.600649] Bluetooth: BNEP filters: protocol multicast
[   18.600651] Bluetooth: BNEP socket layer initialized

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-15-generic 4.15.0-15.16
ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
Uname: Linux 4.15.0-15-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  stormy 1484 F pulseaudio
 /dev/snd/controlC0:  stormy 1484 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 17 08:46:30 2018
HibernationDevice: RESUME=UUID=3f513ca9-6817-4099-9718-fee68d68ec11
InstallationDate: Installed on 2018-04-16 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Beta amd64 (20180404)
MachineType: ASUSTeK COMPUTER INC. G750JH
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-15-generic N/A
 linux-backports-modules-4.15.0-15-generic  N/A
 linux-firmware 1.173
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: G750JH.206
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: G750JH
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG750JH.206:bd12/02/2013:svnASUSTeKCOMPUTERINC.:pnG750JH:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG750JH:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: G
dmi.product.name: G750JH
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug bionic

** Attachment added: "l"
   
https://bugs.launchpad.net/bugs/1764645/+attachment/5118925/+files/lspci-vnvn.log

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

Title:
  Bluetooth not working

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

-- 
ubuntu-bugs mailing list

[Bug 1761261] Re: nouveau/nvidia drivers do not work with display in Bionic on Asus GL703VD Laptop

2018-04-12 Thread Davide Villa
Here's my log file, as requested, running on the "standard" 17.10 kernel with 
the latest nvidia driver.
investigating my issue I tried to install the 4.15 and 4.16 series kernel using 
this version of the nvidia driver.
the monitor works fine in the 4.15.3 version, but in the 4.15.4 and higher the 
monitor remains off.


** Attachment added: "Log File"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1761261/+attachment/5112012/+files/gpu-manager.log

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

Title:
  nouveau/nvidia drivers do not work with display in Bionic on Asus
  GL703VD Laptop

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

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

[Bug 1761261] Re: nouveau/nvidia drivers do not work with display in Bionic on Asus GL703VD Laptop

2018-04-11 Thread Davide Villa
Maybe the back-light problem is related to the patch for the  Elan1200 touchpad:
https://bugzilla.redhat.com/show_bug.cgi?id=1543769#c69


** Bug watch added: Red Hat Bugzilla #1543769
   https://bugzilla.redhat.com/show_bug.cgi?id=1543769

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

Title:
  nouveau/nvidia drivers do not work with display in Bionic on Asus
  GL703VD Laptop

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

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

[Bug 1762147] [NEW] package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2018-04-08 Thread davide
*** This bug is a duplicate of bug 1760128 ***
https://bugs.launchpad.net/bugs/1760128

Public bug reported:

during automatic update

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-119.143-generic 4.4.114
Uname: Linux 4.4.0-119-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Sun Apr  8 10:49:34 2018
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2017-02-19 (412 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: avahi
Title: package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: avahi (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/1762147

Title:
  package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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

[Bug 1761261] Re: nouveau/nvidia drivers do not work with display in Bionic on Asus GL703VD Laptop

2018-04-06 Thread Davide Villa
Same problem on my ASUS GL703VD.
I tried the 18.04 beta today starting a live session with the suggested boot 
option (modprobe.blacklist=nouveau).
I can work using an external monitor connected to the HDMI interface. The 
laptop display become black during the boot just after few seconds but I can 
see the boot progress on the external monitor.

The system works fine with Ubuntu 17.10 with the old kernel
4.13.0-38-generic.

I tried the new kernel 4.16 with ubuntu 17.10 from the mainline
repository but the problem is the same: black laptop screen during boot,
external HDMI monitor working.

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

Title:
  nouveau/nvidia drivers do not work with display in Bionic on Asus
  GL703VD Laptop

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

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

[Bug 1746710] Re: Snap creates redundant duplicate directories in home folder

2018-04-02 Thread Davide Riboli
** Also affects: snappy
   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/1746710

Title:
  Snap creates redundant duplicate directories in home folder

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2018-03-31 Thread Davide Riboli
** Also affects: snappy
   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/1575053

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1737614] Re: Low sound volume with Sunrise Point-LP HD Audio (ALC3227) in HP 15-BS576TX laptop

2018-03-22 Thread Davide Aguiari
I have the same problem with my HP Omen 15-5003nl.

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company 8 Series/C220 Series Chipset High 
Definition Audio Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

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

Title:
  Low sound volume with Sunrise Point-LP HD Audio (ALC3227) in HP
  15-BS576TX laptop

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

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

[Bug 1734147] Re: corrupted BIOS due to Intel SPI bug in kernel

2018-01-22 Thread Davide Prati
I wanna let you know that the hardware solution works.

Hope to help someone else, thanks for feedback and suggestions: Mika
Westerberg, Edenbar, Alex Friis.

Problem: UEFI mode, secure boot on, can't boot anything except netboot
but UEFI doesn't let you install a linux distro in order to update
kernel.

My solution: I ordered a new chip bios from ebay, i read the exact chip
name on the motherboard. I also ordered a usb flash programmer (CH314A).
I dissoldered the original chip from mobo (really easy with hot air
solder); i read it with the flash programmer to get a backup copy; I
erased its content; I write on the new chip a bios binary file that i
found online (feel free to send me an email and i'll provide you the
same 100% working file); I soldered the new chip on the motherboard and
IT WORKS

After this I also tried to write the same working bios file on the old
chip and I tried to resolder it on the motherboard. I can assure you
that it works in the same way! So you don't really need to replace the
chip, just erase it and write the new file on it.

If you have any questions pm me and i'll try to do my best to help you!!

Thanks all again

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

Title:
  corrupted BIOS due to Intel SPI bug in kernel

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

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

  1   2   3   4   5   6   7   8   9   10   >