[Bug 2063556] [NEW] '${outputPath}' appear instead of the real reference

2024-04-26 Thread Giuseppe
Public bug reported:

'${outputPath}' appear in the window while unzipping tar archive, then
in the notification center it appears as '${fullPathFile}', in addiction
the minimize button doesn't work


## release 
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04


# package version (gjs)
gjs:
  Installato: 1.80.2-1build2
  Candidato:  1.80.2-1build2
  Tabella versione:
 *** 1.80.2-1build2 500
500 http://it.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gjs 1.80.2-1build2
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 26 09:20:47 2024
InstallationDate: Installed on 2024-04-25 (0 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=it_IT.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gjs
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "Schermata del 2024-04-26 09-04-22.png"
   
https://bugs.launchpad.net/bugs/2063556/+attachment/5770832/+files/Schermata%20del%202024-04-26%2009-04-22.png

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

Title:
  '${outputPath}' appear instead of the real reference

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


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

[Bug 2048517] Re: EPYC-Rome model without XSAVES may break live migration since the removal of the flag on the physical CPU

2024-04-23 Thread Giuseppe Petralia
Hello Mauricio,

thanks for providing the nova patch. It worked as expected.


I installed on a node with xsaves enabled and updated nova.conf 

# dpkg -l | grep nova
ii  nova-api-metadata 2:21.2.4-0ubuntu2.7~ppa3  
   all  OpenStack Compute - metadata API frontend
ii  nova-common   2:21.2.4-0ubuntu2.7~ppa3  
   all  OpenStack Compute - common files
ii  nova-compute  2:21.2.4-0ubuntu2.7~ppa3  
   all  OpenStack Compute - compute node base
ii  nova-compute-kvm  2:21.2.4-0ubuntu2.7~ppa3  
   all  OpenStack Compute - compute node (KVM)
ii  nova-compute-libvirt  2:21.2.4-0ubuntu2.7~ppa3  
   all  OpenStack Compute - compute node libvirt support
ii  python3-nova  2:21.2.4-0ubuntu2.7~ppa3  
   all  OpenStack Compute Python 3 libraries


# grep cpu_model /etc/nova/nova.conf
cpu_model = EPYC-Rome
cpu_model_extra_flags = -xsaves

Then I restarted nova-compute.

I had the following VM running which was using xsaves:

# virsh dumpxml instance-001499b6 | grep xsaves



I stopped/started the VM and the xsaves feature was disabled after that 

# virsh dumpxml instance-001499b6 | grep xsaves



and that allowed me to migrate the VM to a node with xsaves disabled (newer 
kernel)

I think next step should be to start SRU process for this patch,
correct?


Thanks,
Giuseppe

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

Title:
  EPYC-Rome model without XSAVES may break live migration since the
  removal of the flag on the physical CPU

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


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

[Bug 2048517] Re: EPYC-Rome model without XSAVES may break live migration since the removal of the flag on the physical CPU

2024-04-16 Thread Giuseppe Petralia
One thing I notice is that the libvirt xml from EPYC at
/usr/share/libvirt/cpu_map/x86_EPYC-Rome.xml ofc is not updated but also
a new one for using -v4 is not rendered.

That means I can't instruct nova to use EPYC-Rome-v4 with

# grep -i epyc /etc/nova/nova.conf
cpu_model = EPYC-Rome-v4

because nova will stop working with error


2024-04-16 07:30:04.939 4168598 ERROR oslo_service.service 
nova.exception.InvalidCPUInfo: Configured CPU model: EPYC-Rome-v4 is not 
correct, or your host CPU arch does not support this model. Please correct your 
config and try again.


Do we need a patch for libvirt as well to have this working?

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

Title:
  EPYC-Rome model without XSAVES may break live migration since the
  removal of the flag on the physical CPU

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


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

[Bug 2048517] Re: EPYC-Rome model without XSAVES may break live migration since the removal of the flag on the physical CPU

2024-04-16 Thread Giuseppe Petralia
Hello Sergio,

thanks for providing the patch.

I have installed qemu on my test machine. The new epyc-rome-v4 is now
listed by qemu

```
# qemu-system-x86_64 -enable-kvm -cpu help| grep -i epyc-rome-v
x86 EPYC-Rome-v1  AMD EPYC-Rome Processor 
x86 EPYC-Rome-v2  AMD EPYC-Rome Processor 
x86 EPYC-Rome-v3  AMD EPYC-Rome-v3 Processor  
x86 EPYC-Rome-v4  AMD EPYC-Rome-v4 Processor (no XSAVES)  
```


But I am not able to have the VM dropping xsaves.

I have stopped/started the VM running on my host but it is still
requiring the xsaves feature. Same for newly created VMs on the host,
they still require the xsaves feature, that means can't be migrated to
hosts which have already dropped the xsaves cpu flag. I have also tried
to restart nova-compute and libvirtd but still the same:

```
# virsh dumpxml instance-005ac280  | grep xsaves

```

I believe this patch is not enough to allow migrations between hosts
with xsaves and w/o xsaves or I am missing some steps.

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

Title:
  EPYC-Rome model without XSAVES may break live migration since the
  removal of the flag on the physical CPU

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


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

[Bug 2048517] Re: EPYC-Rome model without XSAVES may break live migration since the removal of the flag on the physical CPU

2024-04-09 Thread Giuseppe Petralia
Hello Sergio,

I can help with testing. I have access to EPYC-Rome CPU machines.

Thanks

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

Title:
  EPYC-Rome model without XSAVES may break live migration since the
  removal of the flag on the physical CPU

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


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

[Bug 2056628] Re: quando uso un dispositivo usb mi si cancella l input del touchpad ho provato con molti metodi ma niente /when I use a USB device the touchpad input is canceled I have tried many meth

2024-03-11 Thread giuseppe gennuso
** Summary changed:

- quando uso un dispositivo usb mi si cancella l input del touchpad ho provato 
con molti metodi ma niente /when I use a USB device the touchpad input is 
canceled I have tried many methods but nothing
+ mi si cancella l input del touchpad ho provato con molti metodi ma niente / 
the touchpad input is canceled I have tried many methods but nothing

** Description changed:

- quando uso un dispositivo usb mi si cancella l input del touchpad ho
- provato con molti metodi ma niente /when I use a USB device the touchpad
- input is canceled I have tried many methods but nothing
+  l input del touchpad ho provato con molti metodi ma niente / the touchpad 
input is canceled I have tried many methods but nothing 
+ dopo poco l installazione di ubuntu il touchpad funziona ma dopo qualche ora 
o giorno si cancella automaticamente fra gli input ho bisogno del touchpad 
visto che non uso mouse
+ il mouse esterno funziona e ho provato a vedere molti altri report con i vari 
fix ma nulla ho provato tutto ad aggiungerlo manualmente o altro 
  
  I: Bus=0019 Vendor= Product=0005 Version=
  N: Name="Lid Switch"
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
- H: Handlers=event0 
+ H: Handlers=event0
  B: PROP=0
  B: EV=21
  B: SW=1
  
  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=PNP0C0C/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  U: Uniq=
- H: Handlers=kbd event1 
+ H: Handlers=kbd event1
  B: PROP=0
  B: EV=3
  B: KEY=10 0
  
  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name="Sleep Button"
  P: Phys=PNP0C0E/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
  U: Uniq=
- H: Handlers=kbd event2 
+ H: Handlers=kbd event2
  B: PROP=0
  B: EV=3
  B: KEY=4000 0 0
  
  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
  U: Uniq=
- H: Handlers=kbd event3 
+ H: Handlers=kbd event3
  B: PROP=0
  B: EV=3
  B: KEY=10 0
  
  I: Bus=0011 Vendor=0001 Product=0001 Version=ab83
  N: Name="AT Translated Set 2 keyboard"
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input4
  U: Uniq=
- H: Handlers=sysrq kbd event4 leds 
+ H: Handlers=sysrq kbd event4 leds
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7
  
  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: 
Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:13/LNXVIDEO:00/input/input6
  U: Uniq=
- H: Handlers=kbd event5 
+ H: Handlers=kbd event5
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0
  
  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input7
  U: Uniq=
- H: Handlers=kbd event6 
+ H: Handlers=kbd event6
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0
  
  I: Bus=0019 Vendor=1043 Product= Version=
  N: Name="Asus Wireless Radio Control"
  P: Phys=asus-wireless/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input9
  U: Uniq=
- H: Handlers=rfkill kbd event7 
+ H: Handlers=rfkill kbd event7
  B: PROP=0
  B: EV=3
  B: KEY=80 0 0 0
  
  I: Bus=0019 Vendor= Product= Version=
  N: Name="Asus WMI hotkeys"
  P: Phys=asus-nb-wmi/input0
  S: Sysfs=/devices/platform/asus-nb-wmi/input/input10
  U: Uniq=
- H: Handlers=rfkill kbd event8 
+ H: Handlers=rfkill kbd event8
  B: PROP=0
  B: EV=100013
  B: KEY=400 10008 40 0 0 0 181606f00900c00 
8280027801701000 e 0
  B: MSC=10
  
  I: Bus= Vendor= Product= Version=
  N: Name="HDA ATI HDMI HDMI/DP,pcm=3"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:01.1/sound/card0/input11
  U: Uniq=
- H: Handlers=event9 
+ H: Handlers=event9
  B: PROP=0
  B: EV=21
  B: SW=140
  
  I: Bus= Vendor= Product= Version=
  N: Name="HD-Audio Generic Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:14.2/sound/card1/input12
  U: Uniq=
- H: Handlers=event10 
+ H: Handlers=event10
  B: PROP=0
  B: EV=21
  B: SW=10
  
  I: Bus= Vendor= Product= Version=
  N: Name="HD-Audio Generic Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:14.2/sound/card1/input13
  U: Uniq=
- H: Handlers=event11 
+ H: Handlers=event11
  B: PROP=0
  B: EV=21
  B: SW=4
  
  I: Bus=0003 Vendor=046d Product=c08b Version=0111
  N: Name="Logitech G502 HERO Gaming Mouse"
  P: Phys=usb-:00:10.0-2/input0
  S: 
Sysfs=/devices/pci:00/:00:10.0/usb5/5-2/5-2:1.0/0003:046D:C08B.0005/input/input25
  U: Uniq=1292314A3635
- H: Handlers=mouse0 event12 
+ H: Handlers=mouse0 event12
  B: PROP=0
  

[Bug 2053135] Re: Touchpad not working, device not detected

2024-03-10 Thread giuseppe gennuso
i have the same problem try this https://forum.ubuntu-
it.org/viewtopic.php?t=601753=20#p4802046

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

Title:
  Touchpad not working, device not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2053135/+subscriptions


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

[Bug 2056628] [NEW] quando uso un dispositivo usb mi si cancella l input del touchpad ho provato con molti metodi ma niente /when I use a USB device the touchpad input is canceled I have tried many me

2024-03-09 Thread giuseppe gennuso
Public bug reported:

quando uso un dispositivo usb mi si cancella l input del touchpad ho
provato con molti metodi ma niente /when I use a USB device the touchpad
input is canceled I have tried many methods but nothing

I: Bus=0019 Vendor= Product=0005 Version=
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor= Product=0001 Version=
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: PROP=0
B: EV=3
B: KEY=10 0

I: Bus=0019 Vendor= Product=0003 Version=
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
U: Uniq=
H: Handlers=kbd event2 
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor= Product=0001 Version=
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
U: Uniq=
H: Handlers=kbd event3 
B: PROP=0
B: EV=3
B: KEY=10 0

I: Bus=0011 Vendor=0001 Product=0001 Version=ab83
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input4
U: Uniq=
H: Handlers=sysrq kbd event4 leds 
B: PROP=0
B: EV=120013
B: KEY=40200 3803078f800d001 fedfffef fffe
B: MSC=10
B: LED=7

I: Bus=0019 Vendor= Product=0006 Version=
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: 
Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:13/LNXVIDEO:00/input/input6
U: Uniq=
H: Handlers=kbd event5 
B: PROP=0
B: EV=3
B: KEY=3e000b 0 0 0

I: Bus=0019 Vendor= Product=0006 Version=
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input7
U: Uniq=
H: Handlers=kbd event6 
B: PROP=0
B: EV=3
B: KEY=3e000b 0 0 0

I: Bus=0019 Vendor=1043 Product= Version=
N: Name="Asus Wireless Radio Control"
P: Phys=asus-wireless/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input9
U: Uniq=
H: Handlers=rfkill kbd event7 
B: PROP=0
B: EV=3
B: KEY=80 0 0 0

I: Bus=0019 Vendor= Product= Version=
N: Name="Asus WMI hotkeys"
P: Phys=asus-nb-wmi/input0
S: Sysfs=/devices/platform/asus-nb-wmi/input/input10
U: Uniq=
H: Handlers=rfkill kbd event8 
B: PROP=0
B: EV=100013
B: KEY=400 10008 40 0 0 0 181606f00900c00 
8280027801701000 e 0
B: MSC=10

I: Bus= Vendor= Product= Version=
N: Name="HDA ATI HDMI HDMI/DP,pcm=3"
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:01.1/sound/card0/input11
U: Uniq=
H: Handlers=event9 
B: PROP=0
B: EV=21
B: SW=140

I: Bus= Vendor= Product= Version=
N: Name="HD-Audio Generic Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:14.2/sound/card1/input12
U: Uniq=
H: Handlers=event10 
B: PROP=0
B: EV=21
B: SW=10

I: Bus= Vendor= Product= Version=
N: Name="HD-Audio Generic Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:14.2/sound/card1/input13
U: Uniq=
H: Handlers=event11 
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0003 Vendor=046d Product=c08b Version=0111
N: Name="Logitech G502 HERO Gaming Mouse"
P: Phys=usb-:00:10.0-2/input0
S: 
Sysfs=/devices/pci:00/:00:10.0/usb5/5-2/5-2:1.0/0003:046D:C08B.0005/input/input25
U: Uniq=1292314A3635
H: Handlers=mouse0 event12 
B: PROP=0
B: EV=17
B: KEY= 0 0 0 0
B: REL=1943
B: MSC=10

I: Bus=0003 Vendor=046d Product=c08b Version=0111
N: Name="Logitech G502 HERO Gaming Mouse Keyboard"
P: Phys=usb-:00:10.0-2/input1
S: 
Sysfs=/devices/pci:00/:00:10.0/usb5/5-2/5-2:1.1/0003:046D:C08B.0006/input/input26
U: Uniq=1292314A3635
H: Handlers=sysrq kbd event13 
B: PROP=0
B: EV=10001f
B: KEY=33eff 0 0 48317aff32d bfd6 1 130ff38b17c007 
ffe77bfad941dfff febeffdfffef fffe
B: REL=1040
B: ABS=1
B: MSC=10

ty for some update ty my pc is an asus A55D

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-6.5.0-25-generic 6.5.0-25.25~22.04.1
ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar  9 11:12:43 2024
InstallationDate: Installed on 2024-03-08 (0 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
SourcePackage: linux-signed-hwe-6.5
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-6.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy 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/2056628


[Bug 1965439] Re: software-properties-qt can no longer launch when called by pkexec

2022-04-29 Thread Giuseppe Scarlato
I have the same problem after upgrading from Kubuntu 21.10 to Kubuntu
22.04. My original OS installation was Kubuntu 20.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/1965439

Title:
  software-properties-qt can no longer launch when called by pkexec

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


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

[Bug 1950186] Re: Nova doesn't account for hugepages when scheduling VMs

2022-02-18 Thread Giuseppe Petralia
Even using a flavor with hw:mem_page_size='small' I am still able to
request more memory of what is physically available.

While the update of max_unit seems to be reverted to the original value
when the compute node checks its records so can't be used as a valid
workaround.

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

Title:
  Nova doesn't account for hugepages when scheduling VMs

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


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

[Bug 1950186] Re: Nova doesn't account for hugepages when scheduling VMs

2022-02-18 Thread Giuseppe Petralia
This can be reproduced on Focal/ussuri:

 Computes:
$ os resource provider list
+--+-++--+--+
| uuid | name   
 | generation | root_provider_uuid   | 
parent_provider_uuid |
+--+-++--+--+
| ca3fa736-7e60-4365-9cc8-7afc78b53005 | 
juju-98fb61-zaza-d6f2c7825043-9.project.serverstack |  5 | 
ca3fa736-7e60-4365-9cc8-7afc78b53005 | None |
| 0605bd29-71d5-40ed-ab8f-eceeaaac59b5 | 
juju-98fb61-zaza-d6f2c7825043-8.project.serverstack |  4 | 
0605bd29-71d5-40ed-ab8f-eceeaaac59b5 | None |
+--+-++--+--+


 Mem Allocation ratio is 1:
$ openstack resource provider inventory list 
ca3fa736-7e60-4365-9cc8-7afc78b53005
++--+--+--+--+---+---+---+
| resource_class | allocation_ratio | min_unit | max_unit | reserved | 
step_size | total |  used |
++--+--+--+--+---+---+---+
| VCPU   | 16.0 |1 |8 |0 | 
1 | 8 | 2 |
| MEMORY_MB  |  1.0 |1 |16008 | 2048 | 
1 | 16008 | 13960 |
| DISK_GB|  1.0 |1 |   77 |0 | 
1 |77 |20 |
++--+--+--+--+---+---+---+


$ openstack resource provider inventory list 
0605bd29-71d5-40ed-ab8f-eceeaaac59b5
++--+--+--+--+---+---+--+
| resource_class | allocation_ratio | min_unit | max_unit | reserved | 
step_size | total | used |
++--+--+--+--+---+---+--+
| VCPU   | 16.0 |1 |8 |0 | 
1 | 8 |0 |
| MEMORY_MB  |  1.0 |1 |16008 | 2048 | 
1 | 16008 |0 |
| DISK_GB|  1.0 |1 |   77 |0 | 
1 |77 |0 |
++--+--+--+--+---+---+--+

 Hugepages: 1000 * 2M
root@juju-98fb61-zaza-d6f2c7825043-9:~# cat /proc/meminfo | grep -i huge
AnonHugePages:622592 kB
ShmemHugePages:0 kB
FileHugePages: 0 kB
HugePages_Total:1000
HugePages_Free: 1000
HugePages_Rsvd:0
HugePages_Surp:0
Hugepagesize:   2048 kB
Hugetlb: 2048000 kB


root@juju-98fb61-zaza-d6f2c7825043-9:~# free -mh
  totalusedfree  shared  buff/cache   available
Mem:   15Gi   3.5Gi11Gi   1.0Mi   713Mi11Gi
Swap:0B  0B  0B


 Host reserved memory is 2G:
$ juju config nova-compute reserved-host-memory
2048


 Available Mem for general use (not hugepage)
I expect to have available memory for VMs = 16008 (total) - 2048 (reserved) - 
2048 (hugepages) = 11912


 Flavor with mem 13960 (> of expected total available 11912)
$ os flavor show 14g-mem
++--+
| Field  | Value|
++--+
| OS-FLV-DISABLED:disabled   | False|
| OS-FLV-EXT-DATA:ephemeral  | 0|
| access_project_ids | None |
| description| None |
| disk   | 20   |
| id | 377de58b-7aa2-499d-9940-abf98aaa5a8a |
| name   | 14g-mem  |
| os-flavor-access:is_public | True |
| properties |  |
| ram| 13960|
| rxtx_factor| 1.0  |
| swap   |  |
| vcpus  | 2|
++--+


## VM with flavor 14g-mem is scheduled correctly (Expected No Valid host)
$ os server list -c ID -c Name -c Status -c "Flavor"

[Bug 1958972] [NEW] Thunderbird 91 does not honor the dark theme

2022-01-25 Thread Giuseppe D'Angelo
Public bug reported:

Description:Ubuntu 20.04.3 LTS
Release:20.04

thunderbird:
  Installed: 1:91.5.0+build1-0ubuntu0.20.04.1
  Candidate: 1:91.5.0+build1-0ubuntu0.20.04.1


After the upgrade to Thunderbird 91, the dark theme settings are not
honored in several places:

* when reading an email message (either in the bottom right corner panel, or 
when opening a message in its own tab/window)
* in the preferences

These areas are "black on white" (light theme) rather than following the
system settings (dark theme). The rest of the application is using dark
theme.

Going into Preferences -> Language & Appearance -> Colors has "Use
system colors" selected by default. Also, it has "Override the colors
specified by the content with my selection above" set to "Always".

ANY SELECTION OF THESE TWO PARAMETERS IS BROKEN:

* As I said, choosing "Always" + "Use system colors" means that
Preferences + Emails are in light theme.

* "Never" + "Use system colors", then the Preferences page uses the
correct dark theme. The emails still appear in a light theme.

* "Never" + UNSET "Use system colors", and force a white on black (dark)
theme, then the preferences are in the correct dark theme (not the one
forced, but the system one). The emails will appear white on black (the
one forced), which is still wrong, as the system dark theme isn't black.
However, if an email forces black text (e.g. HTML body), then it becomes
unreadable (black text over black background).

* "Always" + UNSET "Use system colors", then Preferences are in dark
theme (but the one I forced, not the system one), email bodies are white
on black (again, the one I forced), but any color information from the
email is overridden. An HTML email with the usual "my replies are in
red" won't have any red text.


This is a clear regression from the earlier version of Thunderbird where all of 
this worked perfectly.

** Affects: thunderbird (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/1958972

Title:
  Thunderbird 91 does not honor the dark theme

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


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

[Bug 1917475] Re: RBAC Permissions too strict for Port_Binding table

2021-06-11 Thread Giuseppe Petralia
I can confirm that on Bionic upgrading to
20.03.2-0ubuntu0.20.04.1~cloud0 fixed this issue

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

Title:
  RBAC Permissions too strict for Port_Binding table

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

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

[Bug 1931275] [NEW] ovn-controller fails to start

2021-06-08 Thread Giuseppe Petralia
Public bug reported:

When using Openstack Ussuri with OVN 20.03 in Bionic and starting an
ovn-controller this sometime fails with the following:

2021-06-07T14:13:34.803Z|1|vlog|INFO|opened log file 
/var/log/ovn/ovn-controller.log
2021-06-07T14:13:34.805Z|2|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
 connecting...
2021-06-07T14:13:34.805Z|3|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
 connected
2021-06-07T14:13:34.808Z|4|main|INFO|OVS IDL reconnected, force recompute.
2021-06-07T14:13:34.810Z|5|reconnect|INFO|ssl:10.216.241.118:6642: 
connecting...
2021-06-07T14:13:34.810Z|6|main|INFO|OVNSB IDL reconnected, force recompute.
2021-06-07T14:13:34.814Z|7|reconnect|INFO|ssl:10.216.241.118:6642: connected
2021-06-07T14:13:34.886Z|8|ofctrl|INFO|unix:/var/run/openvswitch/br-int.mgmt:
 connecting to switch
2021-06-07T14:13:34.886Z|9|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt:
 connecting...
2021-06-07T14:13:34.886Z|00010|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt:
 connected
2021-06-07T14:13:34.888Z|00011|ovsdb_idl|WARN|transaction error: 
{"details":"RBAC rules for client \"juju-a79b06-5-lxd-16.maas\" role 
\"ovn-controller\" prohibit modification of table 
\"Chassis\".","error":"permission error"}
2021-06-07T14:13:34.888Z|00012|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:34.888Z|1|pinctrl(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt:
 connecting to switch
2021-06-07T14:13:34.889Z|2|rconn(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt:
 connecting...
2021-06-07T14:13:34.889Z|00013|ovsdb_idl|WARN|transaction error: 
{"details":"RBAC rules for client \"juju-a79b06-5-lxd-16.maas\" role 
\"ovn-controller\" prohibit modification of table 
\"Chassis\".","error":"permission error"}
2021-06-07T14:13:34.889Z|00014|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:34.890Z|3|rconn(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt:
 connected
2021-06-07T14:13:34.891Z|00015|ovsdb_idl|WARN|transaction error: 
{"details":"RBAC rules for client \"juju-a79b06-5-lxd-16.maas\" role 
\"ovn-controller\" prohibit modification of table 
\"Chassis\".","error":"permission error"}
2021-06-07T14:13:34.891Z|00016|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:34.901Z|00017|ovsdb_idl|WARN|transaction error: 
{"details":"RBAC rules for client \"juju-a79b06-5-lxd-16.maas\" role 
\"ovn-controller\" prohibit modification of table 
\"Chassis\".","error":"permission error"}
2021-06-07T14:13:34.901Z|00018|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:34.921Z|00019|ovsdb_idl|WARN|transaction error: 
{"details":"RBAC rules for client \"juju-a79b06-5-lxd-16.maas\" role 
\"ovn-controller\" prohibit modification of table 
\"Chassis\".","error":"permission error"}
2021-06-07T14:13:34.922Z|00020|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:34.942Z|00021|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:34.966Z|00022|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:35.028Z|00023|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:35.257Z|00024|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:35.505Z|00025|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:35.760Z|00026|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:35.934Z|00027|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:36.004Z|00028|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:36.251Z|00029|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:36.727Z|00030|main|INFO|OVNSB commit failed, force recompute 
next time.
2021-06-07T14:13:36.976Z|00031|main|INFO|OVNSB commit failed, force recompute 
next time.


The commit failed is logged constantly. As a workaround you need to restart 
multiple times ovn-controller until the errors are gone from the log or remove 
all the ACTIVE ports bound to the host, either migrating or stopping any 
running VMs and restart the ovn-controller.

** Affects: ovn (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/1931275

Title:
  ovn-controller fails to start

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

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

[Bug 1928031] Re: neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl'

2021-06-04 Thread Giuseppe Petralia
I am seeing same issue once we upgraded to 16.3.2
https://pastebin.canonical.com/p/F6NxGkrBcx/

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

Title:
  neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler'
  object has no attribute 'sb_idl'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1928031/+subscriptions

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

[Bug 1863434] Re: 20.04 grub menu not visible

2021-03-13 Thread Giuseppe D'Angelo
Might be a duplicated of 1836934 .
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1836934

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

Title:
  20.04 grub menu not visible

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

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

[Bug 1863434] Re: 20.04 grub menu not visible

2021-03-13 Thread Giuseppe D'Angelo
I have just upgraded from 18.04 to 20.04.2. 18.04 did not have this
problem and simply showed G

I'm affected by this bug as well. I have a Lenovo W550s; after the BIOS
checks (which just show the Lenovo logo), GRUB does not appear (but the
Lenovo logo is still visible). However, GRUB is there, waiting 10
seconds for my decision.

If don't do anything, after 10 seconds, Ubuntu starts;
I can boot immediately into Ubuntu by pressing enter;
I can boot into Windows by pressing down 2 times and pressing enter.


If I enter the BIOS setup and then quit discarding the settings, then GRUB 
appears as normal.

Might it be that it's simply not configuring/clearing the screen
properly?

Anyways: I'd consider this VERY CLOSE to "makes the system unbootable",
so please do something about it.

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

Title:
  20.04 grub menu not visible

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

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

[Bug 1836934] Re: eoan boot hides grub menu

2021-03-13 Thread Giuseppe D'Angelo
Is this a duplicate of #1863434 ?

https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1863434

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

Title:
  eoan boot hides grub menu

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

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

[Bug 1773765] Re: There is a possibility that 'running' notification will remain

2021-02-18 Thread Giuseppe Petralia
Version in use:
dpkg -l | grep masaka
ii  masakari-api 9.0.0-0ubuntu0.20.04.3~cloud0  
   all  Virtual Machine High Availability (VMHA) for OpenStack - 
API Server
ii  masakari-common  9.0.0-0ubuntu0.20.04.3~cloud0  
   all  Virtual Machine High Availability (VMHA) for OpenStack - 
Common Files
ii  masakari-engine  9.0.0-0ubuntu0.20.04.3~cloud0  
   all  Virtual Machine High Availability (VMHA) for OpenStack - 
Engine
ii  python3-masakari 9.0.0-0ubuntu0.20.04.3~cloud0  
   all  Virtual Machine High Availability (VMHA) for OpenStack - 
Python 3

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

Title:
  There is a possibility that 'running' notification will remain

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-masakari/+bug/1773765/+subscriptions

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

[Bug 1773765] Re: There is a possibility that 'running' notification will remain

2021-02-18 Thread Giuseppe Petralia
We are still seeing this happening in bionic ussuri


$ os notification list | grep running
| a5a79aba-c3e3-464e-9b0b-3cedd272fd4d | 2021-02-18T04:57:01.00 | running | 
COMPUTE_HOST | 88eae267-fabc-48d2-b6cc-4acdb6f9b5e2 | {'event': 'STOPPED', 
'cluster_status': 'OFFLINE', 'host_status': 'NORMAL'}   
|
| e1b2b27f-7a7a-4b33-948e-26d3fb06d846 | 2021-02-18T04:56:59.00 | running | 
COMPUTE_HOST | fcbc74ad-264c-48c8-8070-6a032c1e17ce | {'event': 'STOPPED', 
'cluster_status': 'OFFLINE', 'host_status': 'NORMAL'}   
|
| 5990a030-dc86-4860-92b6-5c95bb14f081 | 2021-02-18T04:56:58.00 | running | 
COMPUTE_HOST | f975d04f-a345-4ea0-994b-5f014fbd146b | {'event': 'STOPPED', 
'cluster_status': 'OFFLINE', 'host_status': 'NORMAL'}   
|
| 4b1b4989-0ac5-406b-a71c-3f1e0890a2f4 | 2021-02-18T04:56:57.00 | running | 
COMPUTE_HOST | 7573d928-5a07-4ea2-9d1c-96c7c6fabb19 | {'event': 'STOPPED', 
'cluster_status': 'OFFLINE', 'host_status': 'NORMAL'}   
|
| b0aedfe2-4c9c-428b-afdc-84f47609d378 | 2021-02-18T04:56:56.00 | running | 
COMPUTE_HOST | a41da0a6-b41e-4e1d-872d-14517fa6865d | {'event': 'STOPPED', 
'cluster_status': 'OFFLINE', 'host_status': 'NORMAL'}   
|
| 554c7e55-49a8-46e5-b4c8-e6a0cfbd4628 | 2021-02-18T04:56:55.00 | running | 
COMPUTE_HOST | 1a6350ae-f4b2-4c3c-99a0-20a4801b34ff | {'event': 'STOPPED', 
'cluster_status': 'OFFLINE', 'host_status': 'NORMAL'}   
|


$ os segment host list $seg
+--+---+-++--++--+
| uuid | name   
   | type| control_attributes | reserved | 
on_maintenance | failover_segment_id  |
+--+---+-++--++--+
| fcbc74ad-264c-48c8-8070-6a032c1e17ce | compute-server-5 | COMPUTE | SSH   
 | False| True   | 92cd125b-daff-4c13-b6a6-584a92528808 |
| f975d04f-a345-4ea0-994b-5f014fbd146b | compute-server-4| COMPUTE | SSH
| False| True   | 92cd125b-daff-4c13-b6a6-584a92528808 |
| a41da0a6-b41e-4e1d-872d-14517fa6865d | compute-server-2 | COMPUTE | SSH   
 | False| True   | 92cd125b-daff-4c13-b6a6-584a92528808 |
| 1a6350ae-f4b2-4c3c-99a0-20a4801b34ff | compute-server-1 | COMPUTE | SSH   
 | False| True   | 92cd125b-daff-4c13-b6a6-584a92528808 |
| 88eae267-fabc-48d2-b6cc-4acdb6f9b5e2 | compute-server-6 | COMPUTE | SSH   
 | False| True   | 92cd125b-daff-4c13-b6a6-584a92528808 |
| 7573d928-5a07-4ea2-9d1c-96c7c6fabb19 | compute-server-3 | COMPUTE | SSH   
 | False| True   | 92cd125b-daff-4c13-b6a6-584a92528808 |
+--+---+-++--++--+

When trying to update one host to set on_maintenance=False we get

$ os segment host update --on_maintenance=False $seg $host
ConflictException: 409: Client Error for url: 
https://masakari:15868/v1/6261286d9e494b538a118ae2110916cb/segments/92cd125b-daff-4c13-b6a6-584a92528808/hosts/fcbc74ad-264c-48c8-8070-6a032c1e17ce,
 Host fcbc74ad-264c-48c8-8070-6a032c1e17ce can't be updated as it is in-use to 
process notifications.

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

Title:
  There is a possibility that 'running' notification will remain

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-masakari/+bug/1773765/+subscriptions

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

[Bug 1909683] [NEW] WARNING: unhandled amd64-linux syscall: 315

2020-12-30 Thread Giuseppe D'Angelo
Public bug reported:

Hi,

Valgrind shipped with focal does not support the sched_getattr and
sched_setattr syscalls, resulting in output like

--1234-- WARNING: unhandled amd64-linux syscall: 315
--1234-- You may be able to write your own handler.
--1234-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--1234-- Nevertheless we consider this a bug.  Please report
--1234-- it at http://valgrind.org/support/bug_reports.html.

This has been fixed upstream in the meanwhile.

Could it be possible to cherry pick
6323fd5bfd94c3f80e2ff44f16488e0172bd9a96 into valgrind shipped with
focal? Lots of applications make use of those syscalls.


Commit: 
https://sourceware.org/git/?p=valgrind.git;a=commit;h=6323fd5bfd94c3f80e2ff44f16488e0172bd9a96
Upstream bug report: https://bugs.kde.org/show_bug.cgi?id=369029

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: valgrind 1:3.15.0-1ubuntu9.1
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 17:54:26 2020
InstallationDate: Installed on 2016-04-22 (1713 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: valgrind
UpgradeStatus: Upgraded to focal on 2020-12-27 (3 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  WARNING: unhandled amd64-linux syscall: 315

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

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

[Bug 1900264] Re: package lttng-modules-dkms 2.11.2-1ubuntu0.2 failed to install/upgrade: installed lttng-modules-dkms package post-installation script subprocess returned error exit status 10

2020-12-28 Thread Giuseppe D'Angelo
(Sorry, I meant, WHILE upgrading. The upgrade leaves the 18.04 kernel
installed, and also installs the 20.04 kernel. DKMS then tries to build
LTTNG modules for both kernels, failing.)

Could it be possible to please mention this bug on
https://wiki.ubuntu.com/FocalFossa/ReleaseNotes ?

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

Title:
  package lttng-modules-dkms 2.11.2-1ubuntu0.2 failed to
  install/upgrade: installed lttng-modules-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/lttng-modules/+bug/1900264/+subscriptions

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

[Bug 1900264] Re: package lttng-modules-dkms 2.11.2-1ubuntu0.2 failed to install/upgrade: installed lttng-modules-dkms package post-installation script subprocess returned error exit status 10

2020-12-28 Thread Giuseppe D'Angelo
I've just faced this bug, which made the 18.04 to 20.04 upgrade fail. It
seems that, after upgrading, DKMS tries to build LTTNG modules for the
18.04 kernel (4.15), which doesn't work.

A possible workaround is to remove this package before the upgrade, and
reinstall it afterwards.

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

Title:
  package lttng-modules-dkms 2.11.2-1ubuntu0.2 failed to
  install/upgrade: installed lttng-modules-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/lttng-modules/+bug/1900264/+subscriptions

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

[Bug 1901157] Re: [Raven/Raven2/FireFlight/Renoir AMD Ryzen] No Sound at all

2020-10-24 Thread Giuseppe Argentieri
I have the same model and same problem. Nothing to add apart from a
workaround which might be useful to address the problem, I hope.

1) I manually remove the module snd_rn_pci_acp3x.

Microphone stops working.

2) I restart pulseaudio with pulseaudio -k

Sound output starts working.

3) I manually reload snd_rn_pci_acp3x

Microphone detected and working again, without affecting the 'sink'
(output).


On a side note, but somehow related, the led light of the mic button (F4) is 
always on, whether the mic is muted or not.

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

Title:
  [Raven/Raven2/FireFlight/Renoir AMD Ryzen] No Sound at all

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

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

[Bug 1900466] Re: [radeon] Xorg freeze

2020-10-21 Thread Giuseppe Grillea
@ Daniel van Vugt.

Step 3 of comment 6 above completed... I hope/think.

Per your advice at comment #6 I went back to bug 994921. If I understood
it correctly comment #43 there was the best thing I could do to
reproduce the error.

@ comment #43 of bug 994921 you advice to

$  xdg-open https://errors.ubuntu.com/user/`sudo cat /var/lib/whoopsie
/whoopsie-id`


These were the results for my machine.

2020-10-19 14:102020-10-19 14:10 UTCCrash   apport
2020-10-16 10:102020-10-16 21:10 UTCCrash   brave-browser


Note I uninstalled brave-browser on the 16th and only after multiple reistall 
of Ubuntu 18.04 and the 
swapfile change of comment #8 above I have not experienced one single crash.


If this was wrong procedure, please direct me to the best comment on bug 994921 
or provide me with a link to the best script to reproduce the error.

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/1900466

Title:
  [radeon] Xorg freeze

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

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

[Bug 1900466] Re: [radeon] Xorg freeze

2020-10-20 Thread Giuseppe Grillea
Per comment #5. Credit to @heynnema @askubuntu.com

I had filed a report there and the solution he proposed seemed to have
worked. It's bee several hours now that have not experienced any sudden
crash/ black screen where I am forced to unplugged the machine.

Here is a link to the work around I applied. It chronicles every single
step I took:

https://askubuntu.com/questions/1285089/ubuntu-18-04-random-freezes-
crashes-while-using-different-applicaitons

It basically involved increasing my /swapfile from 2G to 4G.

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

Title:
  [radeon] Xorg freeze

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

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

[Bug 1900466] Re: [radeon] Xorg freeze

2020-10-20 Thread Giuseppe Grillea
1. Look in /var/crash for crash files

_usr_bin_update-manager.1000.crash

 and if found run:
ubuntu-bug YOURFILE.crash

dpkg-query: no packages found matching _usr_bin_update-manager

2. errors.ubuntu.com/user/ID

No errors have been reported from this system


Working on step 3.

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

Title:
  [radeon] Xorg freeze

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

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

[Bug 1900669] [NEW] Upgrade to groovy failed to install "shim-signed"...

2020-10-20 Thread Giuseppe C
Public bug reported:

... forcing me to disable secureboot to have grub launched at boot.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubuntu-release-upgrader-core 1:20.10.12
ProcVersionSignature: Ubuntu 5.8.0-23.24-generic 5.8.14
Uname: Linux 5.8.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 20 10:15:11 2020
InstallationDate: Installed on 2018-12-13 (676 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/zsh
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to groovy on 2020-10-19 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2020-10-19 12:18:11.585605
 Log time: 2020-10-19 12:18:18.501112

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


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

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

Title:
  Upgrade to groovy failed to install "shim-signed"...

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

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

[Bug 1900466] Re: Xorg freeze

2020-10-19 Thread Giuseppe Grillea
It has now worked for the last 4 hours.
Froze only once with black screen.
I had to plug it off and restart.
But now seems to work fine.

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

Title:
  Xorg freeze

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

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

[Bug 1900466] Re: Xorg freeze

2020-10-19 Thread Giuseppe Grillea
Correction 
Package: xorg 1:7.7+19ubuntu7

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

Title:
  Xorg freeze

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

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

[Bug 1900466] [NEW] Xorg freeze

2020-10-19 Thread Giuseppe Grillea
Public bug reported:


Release Ubuntu 18.04

When I type apt-cache policy pkgname 
 Unable to locate package pkgname

Expceted to Happen: not freeze or crash


What happened instead: it crashed 


Graphics: ATI RV515
Processor: Intel® Core™2 CPU T7200 @ 2.00GHz × 2
Gnome: 3.28.1


I am restoring this old Lenovo T60.
I just installed a 512GB SSD drive
4GB of Ram
Intel duo 2 core T7200 64 bit processor

Single booting: only Ubuntu is on this machine.

It took me several installation attempts. Initially after installing
Ubuntu I would only see a purple screen with stripes but nothing would
come on.

Finally I installed it and Ubuntu started. I am using the laptop to file
this bug report.

Now I have the issue of completely random freezes/crashes while using the 
console, or firefox or even other apps.
Completely random.

The cursor does not move, I open any random app and the screen goes
black where the app window should be.

The only way out is to reboot the machine.

A few times I actually had to reinstall the 0S from the CD install.

You probably will find records as I must have done this tens of times
since last night.

Please help me.
Thank you

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 19 09:31:34 2020
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV515/M54 [Mobility Radeon X1400] 
[1002:7145] (prog-if 00 [VGA controller])
   Subsystem: Lenovo Thinkpad T60 model 2007 [17aa:2006]
MachineType: LENOVO 2007Z22
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=0718074d-db39-4731-aac6-36e1ece0157e ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/12/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 79ETE3WW (2.23 )
dmi.board.name: 2007Z22
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr79ETE3WW(2.23):bd09/12/2008:svnLENOVO:pn2007Z22:pvrThinkPadT60:rvnLENOVO:rn2007Z22:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.family: ThinkPad T60
dmi.product.name: 2007Z22
dmi.product.version: ThinkPad T60
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
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

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


** Tags: amd64 apport-bug bionic freeze ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1895561] [NEW] package grub-efi-amd64-signed 1.142.5+2.04-1ubuntu26.3 failed to install/upgrade: il sottoprocesso installato pacchetto grub-efi-amd64-signed script post-installation ha restituito

2020-09-14 Thread giuseppe cinque
Public bug reported:

the system try to uodate and install grub on my first disc wich is a
Sabrent ssd nvme,but since the beginning i have installed Ubuntu and the
grub on a external usb normal disc and i don't want to install the grub
on the nvme to avoid problems

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: grub-efi-amd64-signed 1.142.5+2.04-1ubuntu26.3
ProcVersionSignature: Ubuntu 5.4.0-45.49-generic 5.4.55
Uname: Linux 5.4.0-45-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Sep 14 17:24:54 2020
ErrorMessage: il sottoprocesso installato pacchetto grub-efi-amd64-signed 
script post-installation ha restituito lo stato di errore 32
InstallationDate: Installed on 2020-06-13 (93 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.142.5+2.04-1ubuntu26.3 failed to 
install/upgrade: il sottoprocesso installato pacchetto grub-efi-amd64-signed 
script post-installation ha restituito lo stato di errore 32
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (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/1895561

Title:
  package grub-efi-amd64-signed 1.142.5+2.04-1ubuntu26.3 failed to
  install/upgrade: il sottoprocesso installato pacchetto grub-efi-
  amd64-signed script post-installation ha restituito lo stato di errore
  32

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

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

[Bug 1883358] [NEW] ricerca errori so

2020-06-13 Thread Ivan Giuseppe Arlotti
Public bug reported:

istruzioni per riparare

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-106.107-generic 4.15.18
Uname: Linux 4.15.0-106-generic i686
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Jun 13 11:56:57 2020
DistUpgraded: 2020-06-12 17:46:39,366 DEBUG icon theme changed, re-reading
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
Controller [8086:a011] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Atom Processor D4xx/D5xx/N4xx/N5xx 
Integrated Graphics Controller [1043:83ac]
   Subsystem: ASUSTeK Computer Inc. Atom Processor D4xx/D5xx/N4xx/N5xx 
Integrated Graphics Controller [1043:83ac]
InstallationDate: Installed on 2020-06-11 (1 days ago)
InstallationMedia: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release i386 (20190227.1)
MachineType: ASUSTeK Computer INC. 1005P
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-106-generic 
root=UUID=3de418b8-edb0-412d-8b9b-61a85d80ed34 ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2020-06-12 (0 days ago)
dmi.bios.date: 01/04/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0706
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005P
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0706:bd01/04/2010:svnASUSTeKComputerINC.:pn1005P:pvrx.x:rvnASUSTeKComputerINC.:rn1005P:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.family: Eee PC
dmi.product.name: 1005P
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.3
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.3
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.4
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: Sat Jun 13 11:48:00 2020
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1001 
 vendor HSD
xserver.version: 2:1.19.6-1ubuntu4.4

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


** Tags: apport-bug bionic compiz-0.9 i386 ubuntu

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

Title:
  ricerca errori so

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

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

[Bug 1863434] Re: 20.04 grub menu not visible

2020-05-11 Thread Giuseppe
Solved with changing boot mode to "Legacy support", with "UEFI first" option, 
in BIOS.
Since the PC is still booting in UEFI mode with those settings, I really don't 
know why, just changing settings to act in a slightly different way (with same 
result), the graphic Grub works...

Here's my laptop specs, if it can help:
Lenovo Z50-75 laptop
MoBo: Lenovo Lancer 5B3
CPU: AMD A10-7300
GPU: Radeon R6
BIOS updated to A4CN43WW (V 2.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/1863434

Title:
  20.04 grub menu not visible

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

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

[Bug 1863434] Re: 20.04 grub menu not visible

2020-05-11 Thread Giuseppe
Same problem here on Kubuntu 20.04.
I have a Lenovo Z50-75 with AMD A10-7300 CPU, and Radeon R6 GPU.
Console mode make Grub showing, but it's not the best solution, since I can't 
theme it...

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

Title:
  20.04 grub menu not visible

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

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

[Bug 424250] Re: Openoffice sendfax hylafax printing impossible under hardy amd64

2020-03-28 Thread Giuseppe Sacco
** Changed in: hylafax (Ubuntu)
   Status: New => Incomplete

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

Title:
  Openoffice sendfax hylafax printing impossible under hardy amd64

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

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

[Bug 829041] Re: package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-03-28 Thread Giuseppe Sacco
*** This bug is a duplicate of bug 1026919 ***
https://bugs.launchpad.net/bugs/1026919

** This bug has been marked a duplicate of bug 1026919
   package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1223308] Re: package hylafax-server 3:6.0.6-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-03-28 Thread Giuseppe Sacco
*** This bug is a duplicate of bug 1026919 ***
https://bugs.launchpad.net/bugs/1026919

** This bug has been marked a duplicate of bug 1026919
   package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package hylafax-server 3:6.0.6-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1012872] Re: package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-03-28 Thread Giuseppe Sacco
*** This bug is a duplicate of bug 1026919 ***
https://bugs.launchpad.net/bugs/1026919

** This bug has been marked a duplicate of bug 1026919
   package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 780170] Re: package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-03-21 Thread Giuseppe Sacco
*** This bug is a duplicate of bug 779917 ***
https://bugs.launchpad.net/bugs/779917

** This bug has been marked a duplicate of bug 779917
   package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error

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

Title:
  package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 779917] Re: package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error

2020-03-21 Thread Giuseppe Sacco
** Bug watch added: Debian Bug tracker #643653
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643653

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

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

Title:
  package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error

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

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

[Bug 829041] Re: package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-03-21 Thread Giuseppe Sacco
** Bug watch added: Debian Bug tracker #643653
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643653

** Also affects: hylafax via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643653
   Importance: Unknown
   Status: Unknown

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

Title:
  package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1865263] Re: [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

2020-02-29 Thread Giuseppe C
I can confirm this. This morning after upgrading I found myself with a
US keyboard layout without realizing why, and with no way to get back to
my own, not from dpkg/reconfigure keyboard/configuration nor from
localectl. (those are supposed to be hyphens, yeah)

The funny thing is that in gnome/terminal my layout is fully recognized,
it-s just firefox and some other app that do not play nice.

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

Title:
  [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1865263/+subscriptions

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

[Bug 1852117] [NEW] non appare nessuna applicazione

2019-11-11 Thread giuseppe
Public bug reported:

cliccando sul simbolo di ubuntu non appare nessuna applicazione neanche
digitando il nome

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.3.0-21.22-generic 5.3.7
Uname: Linux 5.3.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Nov 11 19:32:52 2019
DistUpgraded: 2019-11-11 06:32:02,732 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Esecuzione del processo figlio 
«./xorg_fix_proprietary.py» non riuscita (File o directory non esistente) (8))
DistroCodename: eoan
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0e) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Atom Processor Z36xxx/Z37xxx Series 
Graphics & Display [103c:8023]
InstallationDate: Installed on 2016-04-29 (1291 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Hewlett-Packard HP Stream Notebook PC 11
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-21-generic 
root=UUID=e1727860-ed33-4311-9c36-c63aa9894bb6 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to eoan on 2019-11-11 (0 days ago)
dmi.bios.date: 11/28/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.07
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8023
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 54.11
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.07:bd11/28/2014:svnHewlett-Packard:pnHPStreamNotebookPC11:pvrType1-ProductConfigId:rvnHewlett-Packard:rn8023:rvr54.11:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
dmi.product.name: HP Stream Notebook PC 11
dmi.product.sku: L0N58EA#ABZ
dmi.product.version: Type1 - ProductConfigId
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.14.0+19.10.20190918-0ubuntu1
version.libdrm2: libdrm2 2.4.99-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
xserver.bootTime: Mon Nov 11 19:22:49 2019
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.20.5+git20191008-0ubuntu1
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 eoan ubuntu

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

Title:
  non appare nessuna applicazione

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

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

[Bug 1839477] Re: Firewall group stuck in PENDING_UPDATE

2019-08-09 Thread Giuseppe Petralia
** Tags added: canonical-bootstack

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

Title:
  Firewall group stuck in PENDING_UPDATE

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

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

[Bug 1839477] [NEW] Firewall group stuck in PENDING_UPDATE

2019-08-08 Thread Giuseppe Petralia
Public bug reported:


neutron-common  2:14.0.2-0ubuntu1~cloud0
neutron-fwaas-common1:14.0.0-0ubuntu1~cloud0
neutron-plugin-ml2  2:14.0.2-0ubuntu1~cloud0
neutron-server  2:14.0.2-0ubuntu1~cloud0
python3-neutron 2:14.0.2-0ubuntu1~cloud0
python3-neutron-dynamic-routing 2:14.0.0-0ubuntu1~cloud0
python3-neutron-fwaas   1:14.0.0-0ubuntu1~cloud0
python3-neutron-lbaas   2:14.0.0-0ubuntu1~cloud0
python3-neutron-lib 1.25.0-0ubuntu1~cloud0


When adding or removing a port to a firewall group it remains stuck in 
pending_update state and any update operation fails with:

ERROR neutron_lib.callbacks.manager [req-
3acdfb35-f2d6-428d-a367-0a84d6df126a d090c19794dd4f27b08deab6713bd4ac
b7b614bf32a64c7d8dfc0994f9c1dc7d - a1effaa626284677ade0fbe3e85c59bd
a1effaa626284677ade0fbe3e85c59bd] Error during notification for
neutron_fwaas.services.firewall.fwaas_plugin_v2.FirewallPluginV2.handle_update_port
--9223372036854603287 port, after_update:
neutron_lib.exceptions.firewall_v2.FirewallGroupInPendingState:
Operation cannot be performed since associated firewall group 41f281cb-
5ffd-4c0b-998f-86804825c2f6 is in PENDING_UPDATE.


Steps to reproduce:

openstack firewall group set --ingress-firewall-policy 036a0d73-f34e-
43f7-87a5-c264b918af41 --egress-firewall-policy eb09e58c-683d-4a9d-8aca-
c765b94f8d69 2f3f2dc5-2903-4151-af30-219065ee664e


openstack firewall group show 2f3f2dc5-2903-4151-af30-219065ee664e
+---+--+
| Field | Value|
+---+--+
| Description   |  |
| Egress Policy ID  | eb09e58c-683d-4a9d-8aca-c765b94f8d69 |
| ID| 2f3f2dc5-2903-4151-af30-219065ee664e |
| Ingress Policy ID | 036a0d73-f34e-43f7-87a5-c264b918af41 |
| Name  | test-fw1 |
| Ports | []   |
| Project   | 8ca4fc0104ba4b72aeaf3e2a70f43519 |
| Shared| False|
| State | UP   |
| Status| INACTIVE |
| project_id| 8ca4fc0104ba4b72aeaf3e2a70f43519 |
+---+--+


openstack port show 524f3c08-ce81-4d18-b5c8-508b7762ca1d

+---+---+
| Field | Value 
|
+---+---+
| admin_state_up| UP
|
| allowed_address_pairs |   
|
| binding_host_id   | vcd41021  
|
| binding_profile   |   
|
| binding_vif_details   | bridge_name='br-int', datapath_type='system', 
ovs_hybrid_plug='False', port_filter='True' |
| binding_vif_type  | ovs   
|
| binding_vnic_type | normal
|
| created_at| 2019-08-08T12:49:49Z  
|
| data_plane_status | None  
|
| description   |   
|
| device_id | 1a2d060c-5860-4cc8-b294-c30cdc4a9489  
|
| device_owner  | compute:AZ3   
|
| dns_assignment| fqdn='test2.openstack.voith.eu1.lan.', 
hostname='test2', ip_address='192.168.1.21'|
| dns_domain|   
|
| dns_name  | test2 
|
| extra_dhcp_opts   |   
|
| fixed_ips | ip_address='192.168.1.21', 
subnet_id='b783270c-6e5b-462d-a501-078b1a152bc6'   |
| id| 524f3c08-ce81-4d18-b5c8-508b7762ca1d  
|
| mac_address  

[Bug 1838184] [NEW] package install-info 6.5.0.dfsg.1-4build1 failed to install/upgrade: triggers looping, abandoned

2019-07-28 Thread Giuseppe
Public bug reported:

xx

ProblemType: Package
DistroRelease: Ubuntu 19.04
Package: install-info 6.5.0.dfsg.1-4build1
ProcVersionSignature: Ubuntu 5.0.0-21.22-generic 5.0.15
Uname: Linux 5.0.0-21-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
Date: Sun Jul 28 10:49:49 2019
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2017-12-26 (578 days ago)
InstallationMedia: It
Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
RelatedPackageVersions:
 dpkg 1.19.6ubuntu1
 apt  1.8.1
SourcePackage: texinfo
Title: package install-info 6.5.0.dfsg.1-4build1 failed to install/upgrade: 
triggers looping, abandoned
UpgradeStatus: Upgraded to disco on 2019-07-28 (0 days ago)

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


** Tags: amd64 apport-package disco

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

Title:
  package install-info 6.5.0.dfsg.1-4build1 failed to install/upgrade:
  triggers looping, abandoned

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

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

[Bug 1837954] [NEW] OmegaCraft / ban

2019-07-25 Thread Giuseppe
Public bug reported:

Thet ban me of omega craft without using hacks, I don't know why they ban me, 
please help. I want to play.
thanks

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

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

Title:
  OmegaCraft / ban

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

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

[Bug 1822179] Re: Resuming from sleep breaks desktop and lock screen background in GNOME

2019-04-25 Thread Giuseppe Superbo
Same problem here. Nvidia GeForce 920MX, latest driver installed.

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

Title:
  Resuming from sleep breaks desktop and lock screen background in GNOME

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

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

[Bug 1813007] Re: Unable to install new flows on compute nodes when having broken security group rules

2019-01-23 Thread Giuseppe Petralia
** Description changed:

- It appears that we have found that neutron-openvswitch-agent appears to have 
a bug where a security group that has two different port ranges that overlap 
tied to the same parent security group will cause neutron to not be able to 
configure networks on the compute nodes where those security groups are 
present. 
+ It appears that we have found that neutron-openvswitch-agent appears to have 
a bug where two security group rules that have two different port ranges that 
overlap tied to the same parent security group will cause neutron to not be 
able to configure networks on the compute nodes where those security groups are 
present.
  Those are the broken security rules: 
https://pastebin.canonical.com/p/wSy8RSXt85/
  Here is the log when we discovered the issue: 
https://pastebin.canonical.com/p/wvFKjNWydr/

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

Title:
  Unable to install new flows on compute nodes when having broken
  security group rules

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

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

Re: [Bug 1804663] Re: audio of web is off

2018-11-22 Thread giuseppe salvo
now i find out it is right excuse me

Il giorno gio 22 nov 2018 alle ore 15:50 Sebastien Bacher 
ha scritto:

> what do you call "web"? what web browser do you use? do you have sound
> in other places?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1804663
>
> Title:
>   audio of web is off
>
> Status in pulseaudio package in Ubuntu:
>   Incomplete
>
> Bug description:
>   i don't hear anything from web
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
>   Uname: Linux 4.15.0-39-generic x86_64
>   .tmp.unity_support_test.0:
>
>   ApportVersion: 2.20.9-0ubuntu7.5
>   Architecture: amd64
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Thu Nov 22 15:11:04 2018
>   DistUpgraded: 2018-08-31 19:36:01,573 DEBUG icon theme changed,
> re-reading
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>NVIDIA Corporation GF108 [GeForce GT 530] [10de:0de5] (rev a1) (prog-if
> 00 [VGA controller])
>  Subsystem: PC Partner Limited / Sapphire Technology GF108 [GeForce GT
> 530] [174b:7162]
>   InstallationDate: Installed on 2016-08-05 (838 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   MachineType: Packard Bell imedia S3840
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic
> root=UUID=562bbd01-6a42-4bcd-b109-080f909cc9ae ro quiet splash
>   SourcePackage: xorg
>   UpgradeStatus: Upgraded to bionic on 2018-08-31 (82 days ago)
>   dmi.bios.date: 07/08/2011
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: P01-B1
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: imedia S3840
>   dmi.board.vendor: Packard Bell
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Packard Bell
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd07/08/2011:svnPackardBell:pnimediaS3840:pvrP01-B1:rvnPackardBell:rnimediaS3840:rvr:cvnPackardBell:ct3:cvr:
>   dmi.product.family: Packard Bell Desktop
>   dmi.product.name: imedia S3840
>   dmi.product.version: P01-B1
>   dmi.sys.vendor: Packard Bell
>   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: Fri Aug 31 16:50:45 2018
>   xserver.configfile: default
>   xserver.devices:
>inputPower Button KEYBOARD, id 6
>inputPower Button KEYBOARD, id 7
>inputAT Translated Set 2 keyboard KEYBOARD, id 8
>inputImPS/2 Logitech Wheel Mouse MOUSE, id 9
>   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
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1804663/+subscriptions
>

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

Title:
  audio of web is off

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

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

[Bug 1804663] [NEW] audio of web is off

2018-11-22 Thread giuseppe salvo
Public bug reported:

i don't hear anything from web

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Nov 22 15:11:04 2018
DistUpgraded: 2018-08-31 19:36:01,573 DEBUG icon theme changed, re-reading
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 530] [10de:0de5] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology GF108 [GeForce GT 530] 
[174b:7162]
InstallationDate: Installed on 2016-08-05 (838 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Packard Bell imedia S3840
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=UUID=562bbd01-6a42-4bcd-b109-080f909cc9ae ro quiet splash
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-08-31 (82 days ago)
dmi.bios.date: 07/08/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: imedia S3840
dmi.board.vendor: Packard Bell
dmi.chassis.type: 3
dmi.chassis.vendor: Packard Bell
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd07/08/2011:svnPackardBell:pnimediaS3840:pvrP01-B1:rvnPackardBell:rnimediaS3840:rvr:cvnPackardBell:ct3:cvr:
dmi.product.family: Packard Bell Desktop
dmi.product.name: imedia S3840
dmi.product.version: P01-B1
dmi.sys.vendor: Packard Bell
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: Fri Aug 31 16:50:45 2018
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImPS/2 Logitech Wheel Mouse MOUSE, id 9
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/1804663

Title:
  audio of web is off

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

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

[Bug 1804534] [NEW] package acpid 1:2.0.28-1ubuntu1 failed to install/upgrade: installed acpid package post-installation script subprocess returned error exit status 1

2018-11-21 Thread Mauriello Giuseppe
Public bug reported:

i don't know.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: acpid 1:2.0.28-1ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic i686
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: i386
Date: Sun Nov 18 14:51:04 2018
ErrorMessage: installed acpid package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2018-07-16 (128 days ago)
InstallationMedia: LXLE 16.04 - Release i386
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: acpid
Title: package acpid 1:2.0.28-1ubuntu1 failed to install/upgrade: installed 
acpid package post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package bionic i386

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

Title:
  package acpid 1:2.0.28-1ubuntu1 failed to install/upgrade: installed
  acpid package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1799185] [NEW] spamd running with virtual-config-dir mkdir error

2018-10-22 Thread Giuseppe Ravasio
Public bug reported:

Hi, 
I'm installing our new relay and as before I'm running spamd with 
--virtual-config-dir option enabled:
"spamd -d --pidfile=/var/run/spamd.pid -c -x 
--virtual-config-dir=/var/lib/spamassassin/vconfig/%u/ --allow-tell -u 
debian-spamd -g debian-spamd --max-children=5 --min-children=3 --max-spare=3"

It works well but it cannot create the vconfig dir if it's not existing.
I've put spamd in debug and the problem is with perl tainted:

config: mkdir /var/lib/spamassassin/vconfig/giuseppe/ failed: Insecure
dependency in mkdir while running with -T switch at
/usr/share/perl/5.26/File/Path.pm line 177,  line 2.

I solved the problem running spamd without -T option (as arch linux is
doing) but it could be great to fix this tainted variable.

Thanks
Giuseppe

PS: I reported the same bug to spamassassin bugtracking with ID 7646

** Affects: spamassassin (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/1799185

Title:
  spamd running with virtual-config-dir mkdir error

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

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

[Bug 1718982] Re: usb usb4-port2: cannot disable (err = -32)

2018-10-14 Thread GIUSEPPE ENRICO PROMENT JUNIOR
[  292.710506] ACPI: Waking up from system sleep state S3
[  292.731182] ACPI: EC: interrupt unblocked
[  292.777370] ACPI: EC: event unblocked
[  292.778140] sd 0:0:0:0: [sda] Starting disk
[  292.781554] usb 2-3: Disable of device-initiated U1 failed.
[  292.785014] usb 2-3: Disable of device-initiated U2 failed.
[  292.986598] r8169 :03:00.0 enp3s0: link down
[  293.094283] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  293.161923] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might 
be trying to access hardware directly.
[  293.543162] xhci_hcd :00:14.0: Cannot set link state.
[  293.543261] usb usb2-port3: cannot disable (err = -32)
[  293.543278] xhci_hcd :00:14.0: Cannot set link state.
[  293.543387] usb usb2-port3: cannot disable (err = -32)
[  293.543399] xhci_hcd :00:14.0: Cannot set link state.
[  293.543498] usb usb2-port3: cannot disable (err = -32)
[  293.671027] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[  293.947196] usb 1-6: reset high-speed USB device number 3 using xhci_hcd
[  294.223368] usb 1-8: reset full-speed USB device number 5 using xhci_hcd
[  294.377015] OOM killer enabled.
[  294.377017] Restarting tasks ... 
[  294.377125] usb 2-3: USB disconnect, device number 3
[  294.386915] rfkill: input handler enabled
[  294.400895] done.
[  294.441833] PM: suspend exit
[  294.445291] rfkill: input handler disabled
[  294.659146] usb 2-3: new SuperSpeed USB device number 4 using xhci_hcd
[  294.679778] usb 2-3: New USB device found, idVendor=8086, idProduct=0a66
[  294.679781] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  294.679783] usb 2-3: Product: Intel(R) RealSense(TM) 3D Camera (Front F200)
[  294.679784] usb 2-3: Manufacturer: Intel(R) RealSense(TM) 3D Camera (Front 
F200)
[  294.679786] usb 2-3: SerialNumber: 045150391502
[  294.680803] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera 
(Front F200) (8086:0a66)
[  294.681819] uvcvideo 2-3:1.0: Entity type for entity Processing 2 was not 
initialized!
[  294.681821] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not 
initialized!
[  294.681823] uvcvideo 2-3:1.0: Entity type for entity Extension 3 was not 
initialized!
[  294.681897] input: Intel(R) RealSense(TM) 3D Camer as 
/devices/pci:00/:00:14.0/usb2/2-3/2-3:1.0/input/input34
[  294.682188] uvcvideo: Unknown video format 
52564e49-2d90-4a58-920b-773f1f2c556b
[  294.682190] uvcvideo: Unknown video format 
49524e49-2d90-4a58-920b-773f1f2c556b
[  294.682192] uvcvideo: Unknown video format 
494c4552-1314-f943-a75a-ee6bbf012e23
[  294.682286] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera 
(Front F200) (8086:0a66)
[  294.683287] uvcvideo: Unable to create debugfs 2-4 directory.
[  294.683335] uvcvideo 2-3:1.2: Entity type for entity INV_EU_STRING was not 
initialized!
[  294.683337] uvcvideo 2-3:1.2: Entity type for entity Camera 5 was not 
initialized!
[  294.683396] input: Intel(R) RealSense(TM) 3D Camer as 
/devices/pci:00/:00:14.0/usb2/2-3/2-3:1.2/input/input35

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

Title:
  usb usb4-port2: cannot disable (err = -32)

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

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

[Bug 1718982] Re: usb usb4-port2: cannot disable (err = -32)

2018-10-14 Thread GIUSEPPE ENRICO PROMENT JUNIOR
I have the same error after a ubuntu upgrade from 16 LTS to 18 LTS.
However only the upgraded partition has the problema, booting from a pen
drive with 18 LTS everything works fine, checking a hipotiposes of home
/ etc dirty.

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

Title:
  usb usb4-port2: cannot disable (err = -32)

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

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

Re: [Bug 1787432] Re: package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

2018-08-17 Thread Giuseppe via ubuntu-bugs
I am goin to reinstall my PC and then we will see: thank you
> Il 17 agosto 2018 alle 1.04 Steve Langasek  ha 
> scritto:
> 
> 
> The error in your log is:
> 
> /etc/kernel/postinst.d/zz-update-grub:
> Searching for GRUB installation directory ... found: /boot/grub
> Searching for default file ... Generating /boot/grub/default file and setting 
> the default boot entry to 0
> Searching for GRUB installation directory ... found: /boot/grub
> Testing for an existing GRUB menu.lst file ... 
> 
> Could not find /boot/grub/menu.lst file. Would you like
> /boot/grub/menu.lst generated for you? (y/N) /usr/sbin/update-grub: line
> 1094: read: read error: 0: Bad file descriptor
> 
> I don't know why the script failed in this particular way, but this
> shows that you have the 'grub' package installed on your system which is
> grub version 1.  Why do you have this installed?  All supported versions
> of Ubuntu use grub-pc (grub version 2) by default.
> 
> ** Changed in: grub (Ubuntu)
>Status: New => Incomplete
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1787432
> 
> Title:
>   package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to
>   install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
>   exited with return code 1
> 
> Status in grub package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   I don't know what is the problem I was updating ubuntu by softwer
>   updater
> 
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1
>   ProcVersionSignature: Ubuntu 4.13.0-45.50~16.04.1-generic 4.13.16
>   Uname: Linux 4.13.0-45-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.18
>   Architecture: amd64
>   Date: Thu Aug 16 17:19:58 2018
>   ErrorMessage: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
> return code 1
>   InstallationDate: Installed on 2018-07-13 (34 days ago)
>   InstallationMedia: Lubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 
> (20180228)
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.4
>apt  1.2.27
>   SourcePackage: grub
>   Title: package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to 
> install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
> return code 1
>   UpgradeStatus: No upgrade log present (probably fresh install)
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub/+bug/1787432/+subscriptions

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

Title:
  package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 1

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

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

[Bug 1787432] [NEW] package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

2018-08-16 Thread Giuseppe via ubuntu-bugs
Public bug reported:

I don't know what is the problem I was updating ubuntu by softwer
updater

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1
ProcVersionSignature: Ubuntu 4.13.0-45.50~16.04.1-generic 4.13.16
Uname: Linux 4.13.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Thu Aug 16 17:19:58 2018
ErrorMessage: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
return code 1
InstallationDate: Installed on 2018-07-13 (34 days ago)
InstallationMedia: Lubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.27
SourcePackage: grub
Title: package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub (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/1787432

Title:
  package linux-image-4.15.0-32-generic 4.15.0-32.35~16.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 1

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

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

[Bug 1782940] [NEW] package pdfsam 3.3.5-1 failed to install/upgrade: tentata sovrascrittura di "/usr/bin/pdfsam" presente anche nel pacchetto pdfsam 3.3.5-1

2018-07-21 Thread Giuseppe
Public bug reported:

ho installato e re installato pdf sam ma non parte.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: pdfsam 3.3.5-1
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 pdfsam-basic:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Jul 21 22:01:41 2018
ErrorMessage: tentata sovrascrittura di "/usr/bin/pdfsam" presente anche nel 
pacchetto pdfsam 3.3.5-1
InstallationDate: Installed on 2018-06-04 (46 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, 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.3
SourcePackage: pdfsam
Title: package pdfsam 3.3.5-1 failed to install/upgrade: tentata sovrascrittura 
di "/usr/bin/pdfsam" presente anche nel pacchetto pdfsam 3.3.5-1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pdfsam (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/1782940

Title:
  package pdfsam 3.3.5-1 failed to install/upgrade: tentata
  sovrascrittura di "/usr/bin/pdfsam" presente anche nel pacchetto
  pdfsam 3.3.5-1

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

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

[Bug 1637180] Re: "The computer needs to restart" dialog constantly eats CPU

2018-06-12 Thread Giuseppe D'Angelo
Hi,

Unfortunately I'm still on 16.04, waiting for 18.04.1 to upgrade, so I
can't test the proposed right now...

Thanks for all the effort at fixing this annoyance!

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

Title:
  "The computer needs to restart" dialog constantly eats CPU

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

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

[Bug 1774780] [NEW] rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu7: rtl8812au kernel module failed to build

2018-06-02 Thread giuseppe di fede
Public bug reported:

it doesn't work on ubuntu 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu8
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
DKMSKernelVersion: 4.15.0-22-generic
Date: Sat Jun  2 14:50:25 2018
DuplicateSignature: 
dkms:rtl8812au-dkms:4.3.8.12175.20140902+dfsg-0ubuntu7:/var/lib/dkms/rtl8812au/4.3.8.12175.20140902+dfsg/build/include/osdep_service_linux.h:256:8:
 error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
InstallationDate: Installed on 2017-04-13 (414 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
PackageVersion: 4.3.8.12175.20140902+dfsg-0ubuntu7
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
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.1
SourcePackage: rtl8812au
Title: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu7: rtl8812au kernel 
module failed to build
UpgradeStatus: Upgraded to bionic on 2018-05-27 (5 days ago)

** Affects: rtl8812au (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/1774780

Title:
  rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu7: rtl8812au kernel
  module failed to build

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

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

[Bug 1737979] Re: Wayland freezes with matplotlib

2018-04-06 Thread Giuseppe Scelsi
In my machine matplotlib by default selects the "TkAgg" backend.  I
worked around this freezing problem by selecting the "gtk3" backend
instead, as in 'ipython3 --pylab=gtk3'.  I had to install
'python3-cairocffi' as requested by a warning at startup and now
everything seems to work well.

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

Title:
  Wayland freezes with matplotlib

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

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

[Bug 1759675] [NEW] Hotspot doesn't start with netplan

2018-03-28 Thread Giuseppe
Public bug reported:

Ubuntu 17.10
Network-Manager 1.8.4-1ubuntu3

I created following yaml file

network:
  version: 2
  renderer: NetworkManager
  wifis:
wlp0s0:
  access-points:
"mywifi":
  mode: ap
  password: "s3kr1t"

Then I digit sudo netplan apply.
No hotspot started. Also if I reboot the pc no hotspot is created.

** Affects: network-manager (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/1759675

Title:
  Hotspot doesn't start with netplan

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

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

[Bug 1727759] Re: Please upgrade to 3.17.10

2018-02-07 Thread Giuseppe D'Angelo
Could this bug please be reopened, against 16.04? This is not fixed
there.

hplip used to have regular updates in 16.04 as part of SRU, in order to
support new printers that become available on the market, but for some
reason this stopped ~1 year ago. It would be *really* great to get again
regular updates, at least until 18.04.1 / 18.04.2 are out. Is there
anything one can do to help?

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

Title:
  Please upgrade to 3.17.10

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

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

[Bug 1727759] Re: Please upgrade to 3.17.10

2018-02-07 Thread Giuseppe D'Angelo
Actually, sorry, I misread the dates on the changelog. hplip has never
been upgraded since March 2016, not 2017. So, yes, it's been 2 years
without any update for new printers.

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

Title:
  Please upgrade to 3.17.10

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

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

[Bug 1746541] [NEW] L'installazione non è andata avanti

2018-01-31 Thread Giuseppe
Public bug reported:

Speriamo che risolviate il problema.


In ogni caso, grazie.

Cordiali saluti


Giuseppe Lombardo

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10
ProcVersionSignature: Ubuntu 4.13.0-16.19-lowlatency 4.13.4
Uname: Linux 4.13.0-16-lowlatency x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CasperVersion: 1.387
Date: Wed Jan 31 16:50:52 2018
LiveMediaBuild: Ubuntu-Studio 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  L'installazione non è andata avanti

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

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

[Bug 1744720] [NEW] il lettore parole non leggeva la scalettta delle tracce package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: tentata sovrascrittura di "/lib/udev/hwdb.d/20-s

2018-01-22 Thread Giuseppe
Public bug reported:

Thanks a lot for cool time with ubuntu

With regards

Giuseppe Lombardo

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: libsane1 1.0.27-1~experimental2ubuntu2.1
ProcVersionSignature: Ubuntu 4.13.0-16.19-lowlatency 4.13.4
Uname: Linux 4.13.0-16-lowlatency x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
Date: Mon Jan 22 14:01:39 2018
ErrorMessage: tentata sovrascrittura di "/lib/udev/hwdb.d/20-sane.hwdb" 
(condiviso), diverso da altre istanze del pacchetto libsane1:i386
InstallationDate: Installed on 2018-01-22 (0 days ago)
InstallationMedia: Ubuntu-Studio 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: sane-backends
Title: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to 
install/upgrade: tentata sovrascrittura di "/lib/udev/hwdb.d/20-sane.hwdb" 
(condiviso), diverso da altre istanze del pacchetto libsane1:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package artful

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

Title:
  il lettore parole non leggeva la scalettta delle tracce package
  libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade:
  tentata sovrascrittura di "/lib/udev/hwdb.d/20-sane.hwdb" (condiviso),
  diverso da altre istanze del pacchetto libsane1:i386

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

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

[Bug 1743162] [NEW] Nvidia Graphics Debugger does not work with packaged drivers

2018-01-13 Thread Giuseppe D'Angelo
Public bug reported:

Launching any application in the Nvidia Linux Graphics Debugger does not
work with the Ubuntu packaged drivers, but it works by manually
installing the Nvidia upstream drivers (same version). A packaging issue
is the likely issue of this.


Steps to reproduce: 

1) install LGD from https://developer.nvidia.com/linux-graphics-debugger
2) launch it, against x64, connect to localhost, click on the Launch tab and 
click on the "Install debugger" button 
3) try to launch any OpenGL application under 
LD_PRELOAD=~/.tgd/libs/libNvidia_gfx_debugger.so . For instance:


$ LD_PRELOAD=~/.tgd/libs/libNvidia_gfx_debugger.so glxgears
LGD: Starting GTI initialization...
LGD: GLX vendor: NVIDIA Corporation
LGD: Graphics interception initialized
Xlib:  extension "NV-GLX" missing on display ":0".
Error: glXCreateContext failed
Segmentation fault (core dumped)


Upstream forum discussion: 
https://devtalk.nvidia.com/default/topic/1027746/linux-graphics-debugger/xlib-extension-quot-nv-glx-quot-missing-on-display-quot-1-quot-/

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nvidia-384 384.111-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Jan 13 23:11:20 2018
InstallationDate: Installed on 2016-04-22 (631 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: nvidia-graphics-drivers-384
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Nvidia Graphics Debugger does not work with packaged drivers

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

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

[Bug 1700672] Re: bumblebee / primusrun does not work with NVIDIA 375.66

2018-01-02 Thread Giuseppe D'Angelo
Still an issue with 384.90. In Xorg8.log I see

[272208.772] (II) Loading /usr/lib/nvidia-384/xorg/libglx.so
[272208.773] (EE) Failed to load /usr/lib/nvidia-384/xorg/libglx.so: 
libnvidia-tls.so.384.90: cannot open shared object file: No such file or 
directory
[272208.773] (II) UnloadModule: "glx"
[272208.773] (II) Unloading glx
[272208.773] (EE) Failed to load module "glx" (loader failed, 7)

Is it just a packaging issue?

** Also affects: nvidia-drivers-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/1700672

Title:
  bumblebee / primusrun does not work with NVIDIA 375.66

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

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

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-09-14 Thread Giuseppe D'Angelo
Seems to be working just fine here, thank you very much!

Verification steps:

1. Get a C++11 source file that #includes :

#include 

int main() {
std::string s{"foobar"};
}

2. compile it with clang++ -stdlib=libc++ -std=c++11

3. if it compiles (which now it does) the bug is fixed.

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

Title:
  error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
  exception specification

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

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

[Bug 1700672] Re: bumblebee / primusrun does not work with NVIDIA 375.66

2017-09-11 Thread Giuseppe D'Angelo
This is still valid, by the way.

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

Title:
  bumblebee / primusrun does not work with NVIDIA 375.66

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

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

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Giuseppe D'Angelo
Added the SRU info, added ~ubuntu-bug-control.

** Description changed:

  This is mirroring Debian bug #808086 https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=808086
  
  Compiling any source file that includes  with clang 3.8 and
  -std=c++11 -stdlib=libc++ results in a compile error.
  
  While this is a minor bug in Debian (as it doesn't ship 3.8 yet), xenial
  does, and that's a major problem as it makes libc++ useless.
  
- 
  clang: warning: argument unused during compilation: '-stdlib=libc++'
  In file included from test.cpp:1:
  In file included from /usr/include/c++/v1/iostream:38:
  In file included from /usr/include/c++/v1/ios:216:
  In file included from /usr/include/c++/v1/__locale:15:
  /usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, 
_Allocator>' is missing exception specification 
'noexcept(is_nothrow_copy_constructible::value)'
  basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& 
__a)
-^
+    ^
  /usr/include/c++/v1/string:1326:76: note: previous declaration is here
- __attribute__ ((__visibility__("hidden"), __always_inline__)) explicit 
basic_string(const allocator_type& __a)
-^
+ __attribute__ ((__visibility__("hidden"), __always_inline__)) explicit 
basic_string(const allocator_type& __a)
+    ^
  1 error generated.
+ 
+ --
+ 
+ Update (30 Aug 2017): as per
+ https://wiki.ubuntu.com/StableReleaseUpdates :
+ 
+ [Impact]
+ 
+ This bug makes it impossible to compile any C++11 source file that
+ includes  with clang 3.8 using libc++. Any non-trivial C++11
+ codebase is affected, making the whole libc++ package useless.
+ 
+ [Test Case]
+ 
+ See above. Create a C++ file that simply contains #include  and
+ compile it with clang++ -std=c++11 -stdlib=libc++ file.cpp.
+ 
+ [Regression Potential]
+ 
+ The current  header simply does not work with clang-3.8 under
+ any condition, so there is no regression potential.
+ 
+ The regression potential for GCC is also extremely limited: no package
+ whatsoever uses GCC in combination with libc++, and the fact that GCC
+ 5.4 -- currently in Xenial -- does not detect the error that Clang
+ detects is just showing that GCC is bugged in this regard.
+ 
+ [Other Info]
+ 
+ The patch/workaround fixes the problem. See also the discussion at the
+ linked Debian bug report as well as https://stackoverflow.com/q/37096062

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

Title:
  error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
  exception specification

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

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

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Giuseppe D'Angelo
Could also someone set the severity to High? As per:

"Renders essential features or functionality of the application or
dependencies broken or ineffective "

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

Title:
  error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
  exception specification

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

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


[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Giuseppe D'Angelo
Hello,

Xenial is still affected by this AFAICS. And yes, I'd like it to be
fixed there.

17.04/17.10 shouldn't be affected, as they're using libc++ 3.9.1 which
has fixed the corresponding bug in Debian. (No idea about ~ubuntu-
sponsors, to be honest...).

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

Title:
  error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
  exception specification

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

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


[Bug 1637180] Re: "The computer needs to restart" dialog constantly eats CPU

2017-07-14 Thread Giuseppe D'Angelo
Hi Brian,

do you know some way to get a good backtrace for your purpose? Note that
this is 100% reproducible, just run update manager, and even if it tells
you that the system is up to date, switch window focus to somewhere else
to trigger the 8-10% CPU usage.

A quick gdb -p PID and bt doesn't convey much information, the app is
stuck in GTK's event loop:

(gdb) bt
#0  0x7f31edfd170d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f31ec62338c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f31ec623712 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f31e3f33395 in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4  0x7f31ec3d6e40 in ffi_call_unix64 () from 
/usr/lib/x86_64-linux-gnu/libffi.so.6
#5  0x7f31ec3d68ab in ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
#6  0x7f31ecdc58fc in ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
#7  0x7f31ecdc73e8 in ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
#8  0x005b7167 in PyObject_Call ()
#9  0x00528d06 in PyEval_EvalFrameEx ()
#10 0x0052d2e3 in ?? ()
#11 0x0052dfdf in PyEval_EvalCode ()
#12 0x005fd2c2 in ?? ()
#13 0x005ff76a in PyRun_FileExFlags ()
#14 0x005ff95c in PyRun_SimpleFileExFlags ()
#15 0x0063e7d6 in Py_Main ()
#16 0x004cfe41 in main ()


Also when this happens strace shows just an endless and constant stream of 
poll() wakeups over the X11 socket descriptor:

poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=11, events=POLLIN}, {fd=12, events=POLLIN}], 5, 498) = 1 ([{fd=3, 
revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{"A\0Db\374\23`\4\3\0\202\0\f\0`\4\0P8\0\0\0\0\0\0\0\0\0\0\0\0\0", 
4096}], msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, 0x7fffa8436e80, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
recvmsg(3, 0x7fffa8436d30, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
recvmsg(3, 0x7fffa8436e60, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}, 
{fd=11, events=POLLIN}, {fd=12, events=POLLIN}], 5, 498) = 1 ([{fd=3, 
revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{"#\203|b\32\0\0\0\6\0\2\0\340\330\333\10\0\0\0\0\366\0\0\0\7\0`\4\0\0\0\0"...,
 4096}], msg_controllen=0, msg_flags=0}, 0) = 136
recvmsg(3, 0x7fffa8436e80, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
recvmsg(3, 0x7fffa8436d30, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
recvmsg(3, 0x7fffa8436e60, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)


This stops as soon as the window gets focused.

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

Title:
  "The computer needs to restart" dialog constantly eats CPU

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

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


[Bug 1700672] [NEW] bumblebee / primusrun does not work with NVIDIA 375.66

2017-06-26 Thread Giuseppe D'Angelo
Public bug reported:

In Ubuntu 16.04.2, after upgrading nvidia-375 to
375.66-0ubuntu0.16.04.1, bumblebee stopped working. Attempting to launch
anything with primusrun results in errors.


Upstream bug report seems to be pointing at a flaw in 
/usr/lib/nvidia-375-prime/ld.so.conf , that's why I'm assigning to nvidia-375 
and not bumblebee: https://github.com/Bumblebee-Project/Bumblebee/issues/879 


>From syslog:

Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [   20.414721] [WARN]Unable to 
disable discrete card.[ 2606.504423] [ERROR][XORG] (EE) /dev/dri/card1: failed 
to set DRM interface version 1.4: Permission denied
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504433] [WARN][XORG] (WW) 
"glamoregl" will not be loaded unless you've specified it to be loaded 
elsewhere.
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504435] [ERROR][XORG] (EE) 
Failed to load /usr/lib/nvidia-375/xorg/libglx.so: libnvidia-tls.so.375.66: 
cannot open shared object file: No such file or directory
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504438] [ERROR][XORG] (EE) 
Failed to load module "glx" (loader failed, 7)
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504441] [WARN][XORG] (WW) 
Warning, couldn't open module mouse
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504443] [ERROR][XORG] (EE) 
Failed to load module "mouse" (module does not exist, 0)
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504448] [ERROR][XORG] (EE) 
NVIDIA(0): Failed to initialize the GLX module; please check in your X
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504451] [ERROR][XORG] (EE) 
NVIDIA(0): log file that the GLX module has been loaded in your X
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504453] [ERROR][XORG] (EE) 
NVIDIA(0): server, and that the module is the NVIDIA GLX module.  If
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504455] [ERROR][XORG] (EE) 
NVIDIA(0): you continue to encounter problems, Please try
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504458] [ERROR][XORG] (EE) 
NVIDIA(0): reinstalling the NVIDIA driver.
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504460] [WARN][XORG] (WW) 
NVIDIA(0): Unable to get display device for DPI computation.
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504464] [WARN][XORG] (WW) 
Warning, couldn't open module mouse
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504465] [ERROR][XORG] (EE) 
Failed to load module "mouse" (module does not exist, 0)
Jun 27 01:08:54 ubuntu1604 bumblebeed[892]: [ 2606.504470] [ERROR][XORG] (EE) 
/dev/dri/card1: failed to set DRM interface version 1.4: Permission denied

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

** Package changed: unity (Ubuntu) => nvidia-graphics-drivers-375
(Ubuntu)

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

Title:
  bumblebee / primusrun does not work with NVIDIA 375.66

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

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


[Bug 1637180] Re: "The computer needs to restart" dialog constantly eats CPU

2017-05-29 Thread Giuseppe D'Angelo
In that case, X usage goes down, and of course compiz isn't there any
more, but the dialog is still eating CPU. I don't know anything about
GTK nor python, so I don't really know how to track this down, otherwise
I would've already done that...

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

Title:
  "The computer needs to restart" dialog constantly eats CPU

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

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


[Bug 1637180] Re: "The computer needs to restart" dialog constantly eats CPU

2017-05-24 Thread Giuseppe D'Angelo
Yes. It's likely caused by some broken code calling update() in a loop
or something like that. Yet, we're looking at a 30-40% aggregated
between the app, X and compiz.

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

Title:
  "The computer needs to restart" dialog constantly eats CPU

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

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


[Bug 1687812] Re: Same-application window switcher resizes the application windows

2017-05-02 Thread Giuseppe D'Angelo
Qt-based testcase is attached.

Instructions: 
* Unpack, qmake, make
* Run the application at least twice, making at least one fullscreened
* Trigger the window switcher by clicking on the Unity's sidebar

The fullscreened one will print a wrong resize event. E.g.:

Resized to QResizeEvent(2880, 1572) <- fullscreened
Changed to QEvent(ActivationChange, 0x7ffede2bfa30)
Changed to QEvent(ActivationChange, 0x7ffede2bfa30)
Resized to QResizeEvent(2880, 1516)<- task switcher activated
Resized to QResizeEvent(2880, 1516)<- no idea
Changed to QEvent(ActivationChange, 0x7ffede2bfa30)
Changed to QEvent(ActivationChange, 0x7ffede2bfa30)
Resized to QResizeEvent(2880, 1572)<- exit from task switcher
Resized to QResizeEvent(2880, 1572)

(comments mine)


** Attachment added: "testcase-1687812.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1687812/+attachment/4871117/+files/testcase-1687812.tar.gz

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

Title:
  Same-application window switcher resizes the application windows

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

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


[Bug 1687812] [NEW] Same-application window switcher resizes the application windows

2017-05-02 Thread Giuseppe D'Angelo
Public bug reported:

The scenario is this:

* Multiple windows of the same application are opened
* Some of them are fullscreen
* The user clicks the application icon in the side tray, starting the window 
switcher for it (so that the user can select a certain window)

This last step actually triggers a *resize* for the fullscreened windows
(for no reason at all): the windows get shrunk vertically a little bit,
and regain their fullscreen size when the user makes a decision.

This might look like a side issue, but it's not: a fullscreen Firefox
(or any other browser) will relayout the current webpage because of that
size change; complex GUI applications like Blender will start their
complicated heuristics to optimize their UI controls; and so on.

For these applications, there's a huge spike in CPU when triggering the
window switcher (CPU used by the applications! Not by Unity or Compiz),
while such switching should be totally transparent to the applications.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160906-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
Uname: Linux 4.4.0-75-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed May  3 00:53:41 2017
DistUpgraded: 2016-09-29 11:49:27,678 WARNING no activity on terminal for 300 
seconds (Applicazione delle modifiche)
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2225]
InstallationDate: Installed on 2015-10-15 (565 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: LENOVO 20E2000PUK
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-75-generic.efi.signed 
root=UUID=daffac49-1ba4-415c-9de1-a1d41e8e4c0f ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to xenial on 2016-09-29 (215 days ago)
dmi.bios.date: 08/20/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: N11ET34W (1.10 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20E2000PUK
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50510 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN11ET34W(1.10):bd08/20/2015:svnLENOVO:pn20E2000PUK:pvrThinkPadW550s:rvnLENOVO:rn20E2000PUK:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20E2000PUK
dmi.product.version: ThinkPad W550s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue May  2 01:18:35 2017
xserver.configfile: default
xserver.errors: open /dev/dri/card0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   38562 
 vendor MEI
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  Same-application window switcher resizes the application windows

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

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


[Bug 1674704] [NEW] blank screen after software update

2017-03-21 Thread giuseppe
Public bug reported:

I ran "sudo apt-get upgrade" and after rebooting I started to have
problems with the display. Now it's black even from the boot options
screen (I mean before GRUB menu). I left the system go up end after
connecting via ssh I could see the following in dmesg:

[  796.633789] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  797.133525] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(8).
[  797.133531] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  797.633326] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(9).
[  797.61] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  798.133117] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule 
IB(10).
[  798.133122] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  798.632897] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule 
IB(11).
[  798.632903] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  799.132682] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule 
IB(12).
[  799.132687] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  799.632462] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule 
IB(13).
[  799.632467] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  800.132257] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule 
IB(14).
[  800.132263] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  800.632060] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule 
IB(15).
[  800.632065] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  801.131826] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(0).
[  801.131832] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  801.631619] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(1).
[  801.631624] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  802.131420] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(2).
[  802.131426] [drm:radeon_cs_ioctl] *ERROR* Failed to schedule IB !
[  802.631209] [drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(3).


$ uname -a
Linux ajax 3.2.0-124-generic #167-Ubuntu SMP Fri Mar 3 15:25:36 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux

Any suggestion?

Thanks in advance,

Giuseppe

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-124.167-generic 3.2.79
Uname: Linux 3.2.0-124-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.15
Architecture: amd64
Date: Tue Mar 21 15:25:55 2017
InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120423)
MarkForUpload: True
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  blank screen after software update

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers

2017-01-23 Thread Giuseppe Pennisi
Same problem. I think is not acceptable that this bug is still present.

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers

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

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


[Bug 1644664] [NEW] poltergeist

2016-11-24 Thread giuseppe rosa
Public bug reported:

I don't know much about computers, all I know I feel someone else is
controlling my computer


what is Xorg anyway?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Nov 24 22:55:17 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics 
Controller [103c:2163]
InstallationDate: Installed on 2016-11-23 (1 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic.efi.signed 
root=UUID=1bf97efe-efc4-48d6-b2ba-62340b386b39 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/04/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.42
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 2163
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 29.40
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.42:bd12/04/2013:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr098B1140410620180:rvnHewlett-Packard:rn2163:rvr29.40:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion 15 Notebook PC
dmi.product.version: 098B1140410620180
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Nov 24 18:17:34 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   17900 
 vendor AUO
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  poltergeist

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

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


[Bug 1639918] [NEW] error in rsplib

2016-11-07 Thread Giuseppe
Public bug reported:

Thanks.
Giuseppe Lombardo

** Affects: rsplib (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/1639918

Title:
  error in rsplib

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

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


[Bug 1639918] Re: error in rsplib

2016-11-07 Thread Giuseppe
Good work.

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

Title:
  error in rsplib

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

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


[Bug 1637180] [NEW] "The computer needs to restart" dialog constantly eats CPU

2016-10-27 Thread Giuseppe D'Angelo
Public bug reported:

After installing certain updates (kernel, system libraries, etc.), the
"The computer needs to restart" dialog appears periodically, prompting
the user to restart the system.

That dialog eats a constant 8-10% of CPU time. That's the issue. (Yes,
update-manager is niced to 10, but why consuming *any* CPU at all for
showing a static dialog?)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: update-manager 1:16.04.4
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Oct 27 14:07:11 2016
ExecutablePath: /usr/bin/update-manager
GsettingsChanges:
 b'com.ubuntu.update-manager' b'show-details' b'true'
 b'com.ubuntu.update-manager' b'window-height' b'766'
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'window-width' b'939'
 b'com.ubuntu.update-manager' b'launch-time' b'1477544773'
InstallationDate: Installed on 2016-04-22 (188 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
InterpreterPath: /usr/bin/python3.5
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  "The computer needs to restart" dialog constantly eats CPU

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

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


[Bug 1633702] Re: wistron_btns module possible BUG on FJ AMILO Pro V3505.

2016-10-20 Thread Giuseppe Vitillaro
Joseph, I tried to boot the 4.9-rc1 upstream kernel on my notebook:

linux-headers-4.9.0-040900rc1_4.9.0-040900rc1.201610151630_all.deb
linux-headers-4.9.0-040900rc1-generic_4.9.0-040900rc1.201610151630_i386.deb
linux-image-4.9.0-040900rc1-generic_4.9.0-040900rc1.201610151630_i386.deb

but unfortunately it doesn't boot at all, I'm getting "missing symbols"
in the kernel, if I didn't get it wrong (not easy to read, no log at
all, it doesn't even mount the root filesystem).

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/1633702

Title:
  wistron_btns module possible BUG on FJ AMILO Pro V3505.

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

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


[Bug 1633847] [NEW] upgrade 16.04

2016-10-16 Thread giuseppe fiertler
Public bug reported:

upgrade 16.04

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubiquity 16.10.14
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CasperVersion: 1.379
Date: Sun Oct 16 14:08:08 2016
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
ProcEnviron:
 LANGUAGE=it_IT.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-16.10.14 ubuntu yakkety

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

Title:
  upgrade 16.04

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

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


[Bug 1633702] Re: wistron_btns module possible BUG on FJ AMILO Pro V3505.

2016-10-15 Thread Giuseppe Vitillaro
** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  wistron_btns module possible BUG on FJ AMILO Pro V3505.

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

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


[Bug 1633702] [NEW] wistron_btns module possible BUG on FJ AMILO Pro V3505.

2016-10-15 Thread Giuseppe Vitillaro
Public bug reported:

I'm a new Ubuntu user, trying to understand why I consistently get this
BUG message

Oct 14 19:57:37 belia kernel: [  729.873790] wistron_btns: BIOS signature found 
at c00f5b10, entry point 000FDD20
Oct 14 19:57:37 belia kernel: [  729.873966] BUG: unable to handle kernel 
paging request at c00fdd20
Oct 14 19:57:37 belia kernel: [  729.874050] IP: [] 0xc00fdd20
Oct 14 19:57:37 belia kernel: [  729.874095] *pdpt = 01c7b001 *pde = 
01d43063 *pte = 800fd163
Oct 14 19:57:37 belia kernel: [  729.874186] Oops: 0011 [#1] SMP
...
Oct 14 19:57:37 belia kernel: [  729.876007] Hardware name: FUJITSU SIEMENS 
AMILO Pro Edition V3505/AMILO Pro Edition V3505, BIOS R01-B0G   
 04/27/2007

from the wistron_btns kernel module, used on FJ AMILO Pro V3505, to enable
and disable the wireless card module from the notebook function button.

The same BUG arise on all the recent kernels, including the one I'm reporting
about, even at installation time from the Ubuntu media, at module "load time".

By the way, once the kernel report this OOps, the system doesn't power
off or reboot correctly at shutdown time, it simply hangs, even when
installing the system from the media, a really serious issue for new,
naive users.

The only way to solve the problem seems to "blacklist" the module in
/etc/modprobe.d/blacklist,conf, but, unfortunately, this will "LOCK" the
wireless module in its enabled or disables state and require to boot a
different kernel to unlock its state.

I did some investigation on the Net about this issue and I found an
interesting report about this problem, that seems known at least from
kernel version 3.12,

http://marc.info/?l=linux-kernel=138463383801233=2

I tested the suggested patch against the
linux/drivers/input/misc/wistron_btns.c gentoo 4.4.21 source, my main
system, and, well, it correct the BUG, not anymore any Oops and the
button seems to work correctly.

You will find the patch I applied to the wistron_btns.c source as an
attachment to this report: it is a really simple patch that I'm almost
sure (I didn't verified it) it may be applied unchanged to the
4.4.0-43-generic Ubuntu kernel image sources.

G. Vitillaro.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-43.63-generic 4.4.21
Uname: Linux 4.4.0-43-generic i686
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: KDE
Date: Sat Oct 15 12:20:12 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: kubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Fujitsu Technology Solutions Mobile 945GM/GMS, 943/940GML Express 
Integrated Graphics Controller [1734:10c1]
   Subsystem: Fujitsu Technology Solutions Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller [1734:10c1]
InstallationDate: Installed on 2016-09-29 (15 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
MachineType: FUJITSU SIEMENS AMILO Pro Edition V3505
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-43-generic 
root=UUID=201692f6-1f2c-4b27-b9b7-172d8305a2f0 ro splash quiet vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/27/2007
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R01-B0G
dmi.board.name: AMILO Pro Edition V3505
dmi.board.vendor: FUJITSU SIEMENS
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: 221C8340FC5C11DAA7BA90D491D4809D
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: A2040
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-B0G:bd04/27/2007:svnFUJITSUSIEMENS:pnAMILOProEditionV3505:pvr20:rvnFUJITSUSIEMENS:rnAMILOProEditionV3505:rvrNotApplicable:cvnFUJITSUSIEMENS:ct10:cvrA2040:
dmi.product.name: AMILO Pro Edition V3505
dmi.product.version: 20
dmi.sys.vendor: FUJITSU SIEMENS
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: 

[Bug 1573307] Re: wget crashed with SIGSEGV in __memset_avx2()

2016-09-30 Thread Giuseppe D'Angelo
Guys, this is a serious bug. (In Debian it would be called "important").

Could you please just upgrade to wget 1.18, or at least backport

http://git.savannah.gnu.org/cgit/wget.git/commit/?id=7099f4899880eaefc2c40a3dc7693ab4174a819b

so that wget stops being unusable for ordinary usage?

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

Title:
  wget crashed with SIGSEGV in __memset_avx2()

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

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


[Bug 1532226] Re: No menu bar in gtk apps on fresh boot

2016-09-29 Thread Giuseppe D'Angelo
Something else I noticed when doing a 14.04->16.04 upgrade: the damn
indicator-appmenu package was missing! Installing that brought in the
unity-gtk module, which solved the issue for me.

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

Title:
  No menu bar in gtk apps on fresh boot

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

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


[Bug 653411] Re: package tex-common 2.08 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-13 Thread Giuseppe
** Changed in: tex-common (Ubuntu)
   Status: Confirmed => New

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

Title:
  package tex-common 2.08 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1612850] [NEW] Impossible to upgrade from Ubuntu 14.04 to Ubuntu 16.04

2016-08-12 Thread Giuseppe
Public bug reported:

During the upgrade of the ubuntu version I get an error stating that it cannot 
calculate the upgrade.
I attach what is written in the error screen:
Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.8
ProcVersionSignature: Ubuntu 4.2.0-42.49~14.04.1-generic 4.2.8-ckt12
Uname: Linux 4.2.0-42-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: GNOME
Date: Sat Aug 13 00:10:09 2016
InstallationDate: Installed on 2016-05-14 (90 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2016-08-12 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade third-party-packages trusty

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

Title:
  Impossible to upgrade from Ubuntu 14.04 to Ubuntu 16.04

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

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


[Bug 1556446] Re: Ubuntu 14.04 crashes on upgrade to 16.04

2016-08-11 Thread Giuseppe
*** This bug is a duplicate of bug 1519463 ***
https://bugs.launchpad.net/bugs/1519463

I confirm that upgrade process (from 14.04 to 16.04) crashed on my
laptop LENOVO G410 like Pilot6 said.

I also booted with livecd 16.04, then chrooted to the system. In my case I did 
also execute
fsck /dev/sda1
That was because my first partition ended up with a lot of INODE problems.

Finally I was able to reboot Ubuntu 16.04 with GUI.

There is more...
I ran dpkg --configure -a

When I tried to do this
apt-get install -f 
at the first time I was not able to execute, because there was broken packages. 
Ubuntu offer the option to open with SYNAPTIC, so I did with Synaptic.

At the end finally 
apt-get install -f 
again
_

No part of this problem but at the end of the day I notice 16.04 is
to slow to boot.

I did 
systemd-analyze blame

I see a lot of packages with execution time bigger than 15 seconds

I double check any swap problem it seems to be everything OK.
_

Ubuntu 16.04 is working, fortunately I didn't lost any personal file,
but it was hard and long to rescue.

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

Title:
  Ubuntu 14.04 crashes on upgrade to 16.04

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

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


[Bug 1610464] [NEW] upgrade to 16.04 stops on advancement calculation

2016-08-05 Thread Giuseppe Saba
Public bug reported:

I motivi possono essere: 
* L'avanzamento a una versione di pre-rilascio di Ubuntu 
* L'esecuzione dell'attuale versione di pre-rilascio di Ubuntu 
* Pacchetti software non ufficiali non forniti da Ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.8
ProcVersionSignature: Ubuntu 3.13.0-93.140-generic 3.13.11-ckt39
Uname: Linux 3.13.0-93-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Fri Aug  5 17:51:47 2016
InstallationDate: Installed on 2014-04-17 (840 days ago)
InstallationMedia:
 
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2016-08-05 (0 days ago)

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


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

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

Title:
  upgrade to 16.04  stops on advancement calculation

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

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


Re: [Bug 1435040] Re: Ubuntu Phone does not connect to car-bluetooth

2016-08-05 Thread Giuseppe Giacalone
... After ota 12, I can pair the bq 4.5 bluetooth of my nissan x-trail but
I can neither get the book, nor to make any calls: is this possible in 2016?
... I do not hide my disappointment...

2016-08-05 16:44 GMT+02:00 Stefan Hammes :

> Aquaris E5
> Porsche 911 car 997 (2011)
>
> Update with OTA 12:
>
> After prompting to connect with a 4-digit pin code,
> the Ubuntu phone connected with the car and synchronized the adressbook.
> Phone calls did not work: dealing and connection created, but no sound
> over the car microphone and speakers.
>
> After leaving and returning to the car the phone did not reconnect anymore.
> The same happens after turning the car audio off and on again.
> No way to reconnect the Aquaris E5 to the car.
>
> After so many OTAs it is a disaster with this bluetooth function.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1435040
>
> Title:
>   Ubuntu Phone does not connect to car-bluetooth
>
> Status in Canonical System Image:
>   Confirmed
> Status in bluez package in Ubuntu:
>   Confirmed
> Status in ubuntu-system-settings package in Ubuntu:
>   Incomplete
>
> Bug description:
>   With my FORD Focus Car, pairing does not work. The bluetooth system in
>   the car searches for devices and shows "Aquaris E4.5 Ubuntu Edition"
>   and then prompts me to connect with a 4-digit pin code, but the Ubuntu
>   phone doesn't react at all and after a while the car system says that
>   it failed to connect.
>
>   image: 20150310-3201c0a
>   KRILIN01A-S15A_BQ_L100EN_2020_150312
>   OS Build 20
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+
> subscriptions
>

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

Title:
  Ubuntu Phone does not connect to car-bluetooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+subscriptions

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


[Bug 1610168] [NEW] error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2016-08-05 Thread Giuseppe D'Angelo
Public bug reported:

This is mirroring Debian bug #808086 https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=808086

Compiling any source file that includes  with clang 3.8 and
-std=c++11 -stdlib=libc++ results in a compile error.

While this is a minor bug in Debian (as it doesn't ship 3.8 yet), xenial
does, and that's a major problem as it makes libc++ useless.


clang: warning: argument unused during compilation: '-stdlib=libc++'
In file included from test.cpp:1:
In file included from /usr/include/c++/v1/iostream:38:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, 
_Allocator>' is missing exception specification 
'noexcept(is_nothrow_copy_constructible::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& 
__a)
   ^
/usr/include/c++/v1/string:1326:76: note: previous declaration is here
__attribute__ ((__visibility__("hidden"), __always_inline__)) explicit 
basic_string(const allocator_type& __a)
   ^
1 error generated.

** Affects: libc++ (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/1610168

Title:
  error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
  exception specification

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

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


[Bug 1602687] [NEW] Totally broken fullscreen when mirroring a subset of the monitors

2016-07-13 Thread Giuseppe D'Angelo
Public bug reported:

I have two monitors (in the logs: DP-2, DP-4) and one beamer (HDMI-0)
connected to this computer via a GTX 970.

Since this computer is used as a presentation device, I want to
configure the beamer output to mirror one of the two monitors, so that
the presenter can see what's being projected and keep a spare screen for
notes or other stuff.

(As an unrelated note, the @$%#~£ builtin applet in System Settings
*obviously* does not make this setup possible out of the box, but only
let me mirror *all monitors* or arrange them side by side. One needs to
resort to xrandr / nvidia-settings / editing ~/.config/monitors.xml to
make this work; preferably the last one, as it's the only way to make
these settings permanent.)


In the end, this is the setup I want:

$ xrandr

Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1920x1080+1920+0 (normal left inverted right x axis y 
axis) 0mm x 0mm
   1920x1080 60.00*+  59.9450.0029.9723.9760.0050.04  
   1600x1200 60.00  
   1440x900  59.89  
   1400x1050 59.98  
   1366x768  59.79  
   1280x1024 75.0260.02  
   1280x800  59.81  
   1280x720 120.0060.0059.9450.00  
   1024x768 119.9975.0370.0760.00  
   800x600   75.0072.1960.3256.25  
   720x576   50.0050.08  
   720x480   59.9460.05  
   640x480   75.0072.8159.9459.93  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 
527mm x 296mm
   1920x1080 60.00*+  59.9450.0060.0560.0050.04  
   1600x1200 60.00  
   1600x900  60.00  
   1280x1024 75.0260.02  
   1280x720  60.0059.9450.00  
   1152x864  75.00  
   1024x768  75.0360.00  
   800x600   75.0060.32  
   720x576   50.0050.08  
   720x480   59.9460.05  
   640x480   75.0059.9459.93  
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 
296mm
   1920x1080 60.00*+  59.9450.0060.0560.0050.04  
   1600x1200 60.00  
   1600x900  60.00  
   1280x1024 75.0260.02  
   1280x720  60.0059.9450.00  
   1152x864  75.00  
   1024x768  75.0360.00  
   800x600   75.0060.32  
   720x576   50.0050.08  
   720x480   59.9460.05  
   640x480   75.0059.9459.93  
DP-5 disconnected (normal left inverted right x axis y axis)


DP-4 on the left, DP-2 on the right, HDMI-1 mirroring DP-2.


When I configure the system this way, windows don't properly enter fullscreen 
any more. 

The launcher bar and the menu bar are still visible, even visually
covering parts of the window. The window just becomes frameless and
somehow maximized.

Cf. the attachment, in which this very Firefox window is not-so-
fullscreen. This is reproducible with any standard Ubuntu app: Firefox,
a terminal, LibreOffice, ...

For extra levels of brokeness:

1) when using Firefox, the launcher and the menu bar do not actually
react to any mouse event. Clicks on top of them get delivered to the
underlying window.

2) any "popup" opened by the fullscreen window actually makes the
launcher and the menu bar disappear. This includes tooltips, contextual
menus, the "burger menu" in Firefox and so on.


Fullscreen works properly only when either *all* the monitors are mirroring 
each other, or they're not overlapping (all side by side or similar), i.e. the 
only configurations that are available from the @$%#~£ builtin applet).

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160526.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 

[Bug 1313539] Re: [DisplayPort] monitor shows black screen and "no input signal" after turning the monitor off and on manually

2016-06-10 Thread Giuseppe D'Angelo
This is still open for Ubuntu 16.04, by the way (confirmed on a GTX
970).

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

Title:
  [DisplayPort] monitor shows black screen and "no input signal" after
  turning the monitor off and on manually

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1313539/+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   >