[Bug 2081172] Re: dracut generated initramfs doesn't contain necessary files for iscsi boot

2024-09-19 Thread Fabio Augusto Miranda Martins
Yes, it is installed. This is from the instance that I used to create
the image that later on boots from iscsi:

ubuntu@oracular-dracut:~$ sudo dpkg -l dracut-network
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---
ii  dracut-network 103-1ubuntu2 all  dracut is an event driven 
initramfs infrastructure (network modules)


I noticed that, when regenerating the initramfs, we get an error that says:

dracut[I]: *** Including module: iscsi ***
Failed to enable unit: Unit iscsiuio.socket does not exist

Not sure if its related. Full output:

https://pastebin.ubuntu.com/p/HFmCD9s4WZ/

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

Title:
  dracut generated initramfs doesn't contain necessary files for iscsi
  boot

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


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

[Bug 2081172] [NEW] dracut generated initramfs doesn't contain necessary files for iscsi boot

2024-09-19 Thread Fabio Augusto Miranda Martins
Public bug reported:

When running Ubuntu 24.10 (Oracular Oriole) and switching from initramfs
to dracut (by installing dracut packages and following instructions in
/usr/share/doc/dracut-core/README.Debian), the initramfs generated by
dracut won't include the necessary files to allow an instance to boot
from iscsi. The following packages were installed:

ii  dracut 103-1ubuntu2 
all  Initramfs generator using udev
ii  dracut-core103-1ubuntu2 
amd64dracut is an event driven initramfs infrastructure (core tools)
ii  dracut-install 103-1ubuntu2 
amd64dracut is an event driven initramfs infrastructure 
(dracut-install)
ii  dracut-network 103-1ubuntu2 
all  dracut is an event driven initramfs infrastructure (network 
modules)


When trying to boot from iscsi by adding the following cmdline to grub (booting 
from ISCSI in an Oracle Cloud instance):

BOOT_IMAGE=/vmlinuz-6.8.0-1005-oracle
root=UUID=f692dbf6-c1a4-4a31-8585-2571fbbd2f7e ro console=tty1
console=ttyS0 nvme.shutdown_timeout=10 libiscsi.debug_libiscsi_eh=1
crash_kexec_post_notifiers rd.luks=0 rd.md=0 rd.dm=0
rd.net.timeout.carrier=5
rd.iscsi.param=node.session.timeo.replacement_timeout=6000 net.ifnames=1
ipmi_si.tryacpi=0 ipmi_si.trydmi=0 libiscsi.debug_libiscsi_eh=1
loglevel=4 rd.net.timeout.dhcp=10 ip=dhcp
netroot=iscsi:169.254.0.2:::1:iqn.2015-02.oracle.boot:uefi

The boot fails with:

[  OK  ] Reached target network-online.target - Network is Online.
 Starting iscsid.service - iSCSI initiator daemon (iscsid)...
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
 Starting iscsid.service - iSCSI initiator daemon (iscsid)...
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
 Starting iscsid.service - iSCSI initiator daemon (iscsid)...
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
 Starting iscsid.service - iSCSI initiator daemon (iscsid)...
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
 Starting iscsid.service - iSCSI initiator daemon (iscsid)...
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
[6.891677] dracut-initqueue[582]: iscsiadm: read error (-1/104), daemon 
died?
[  OK  ] Listening on iscsid.socket - Open-iSCSI iscsid Socket.
[FAILED] Failed to start iscsid.service - iSCSI initiator daemon (iscsid).
See 'systemctl status iscsid.service' for details.
[7.909211] dracut-initqueue[582]: iscsiadm: read error (-1/104), daemon 
died?
[7.910096] dracut-initqueue[582]: iscsiadm: Cannot perform discovery. 
Initiatorname required.
[7.911164] dracut-initqueue[582]: iscsiadm: Could not perform SendTargets 
discovery: could not communicate to iscsid
[7.913629] dracut-initqueue[521]: Warning: Target discovery to 
169.254.0.2:3260 failed

Eventually the instance will drop to an emergency shell and we can check
the error in details:

# journalctl -u iscsid --no-pager
Sep 18 19:58:40 localhost systemd[1]: Starting iscsid.service - iSCSI initiator 
daemon (iscsid)...
Sep 18 19:58:40 localhost (hecks.sh)[584]: iscsid.service: Unable to locate 
executable '/usr/lib/open-iscsi/startup-checks.sh': No such file or directory
Sep 18 19:58:40 localhost (hecks.sh)[584]: iscsid.service: Failed at step EXEC 
spawning /usr/lib/open-iscsi/startup-checks.sh: No such file or directory
Sep 18 19:58:40 localhost systemd[1]: iscsid.service: Control process exited, 
code=exited, status=203/EXEC
Sep 18 19:58:40 localhost systemd[1]: iscsid.service: Failed with result 
'exit-code'.
Sep 18 19:58:40 localhost systemd[1]: Failed to start iscsid.service - iSCSI 
initiator daemon (iscsid).

Extracting the initramfs generated by dracut, we can see that
/usr/lib/open-iscsi/startup-checks.sh is not included:

ubuntu@oracular-dracut:~/initrd$ ls -l usr/lib/
total 636
drwxr-xr-x 2 ubuntu ubuntu   4096 Sep 18 22:13 dracut
-rwxr-xr-x 1 ubuntu ubuntu   8177 Jul 25 03:45 dracut-crypt-lib.sh
-rwxr-xr-x 1 ubuntu ubuntu   4078 Jul 25 03:45 dracut-dev-lib.sh
-rwxr-xr-x 1 ubuntu ubuntu  29345 Jul 25 03:45 dracut-lib.sh
drwxr-xr-x 2 ubuntu ubuntu   4096 Sep 18 22:13 firmware
-rwxr-xr-x 1 ubuntu ubuntu   6552 Dec  6  2023 fs-lib.sh
-rw-r--r-- 1 ubuntu ubuntu510 Sep  6 14:20 initrd-release
-rw-r--r-- 1 ubuntu ubuntu  14648 Jul 23 13:41 libmpathcmd.so.0
-rw-r--r-- 1 ubuntu ubuntu  39224 Jul

[Bug 2069080] Re: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-20 Thread Cesar Augusto Calad Hernandez
You are right, I should not have changed the status, since this error
can be reproduced to other users. At the moment no problems have
occurred again. After being able to receive the latest update

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

Title:
  package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 2069686] [NEW] package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1

2024-06-18 Thread Augusto
Public bug reported:

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

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: tex-common 6.13
ProcVersionSignature: Ubuntu 5.15.0-107.117~20.04.1-generic 5.15.149
Uname: Linux 5.15.0-107-generic x86_64
NonfreeKernelModules: lkp_Ubuntu_5_15_0_107_117_generic_104
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Jun 18 17:12:35 2024
ErrorMessage: installed tex-common package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-12-09 (1286 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3.2
 apt  2.0.10
SourcePackage: tex-common
Title: package tex-common 6.13 failed to install/upgrade: installed tex-common 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2024-02-18 (120 days ago)

** Affects: tex-common (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/2069686

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

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


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

[Bug 2069080] Re: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-13 Thread Cesar Augusto Calad Hernandez
Yesterday, the problem occurred. But recently I was going to reproduce
the problem, and when I did sudo apt update but this time the update of
the MySQL8.0 package worked.

$ mysql --version
mysql  Ver 8.0.37-0ubuntu0.24.04.1 for Linux on aarch64 ((Ubuntu))


** Attachment added: "Screenshot from 2024-06-13 15-23-32.png"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/2069080/+attachment/5789385/+files/Screenshot%20from%202024-06-13%2015-23-32.png

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 2063547] Re: Deprecated locale.format() in indicator.py

2024-06-12 Thread Augusto
THANKS 
"locale.format_string" fix the bug.
Now the source repository need to be updated with that fix =)

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

Title:
  Deprecated locale.format() in indicator.py

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


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

[Bug 2069080] Re: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-11 Thread Cesar Augusto Calad Hernandez
/var/lib/dpkg/info/mysql-server-8.0.postinst: line 56: kill: (37410) -
Permission denied

It stays completely still, until I kill process ID 37410, the following
result comes out


dpkg: error processing package mysql-server-8.0 (--configure):
 installed mysql-server-8.0 package post-installation script subprocess 
returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-8.0; however:
  Package mysql-server-8.0 is not configured yet.

dpkg: error processing package mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  Errors were encountered while processing:
 mysql-server-8.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 2069080] [NEW] package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-11 Thread Cesar Augusto Calad Hernandez
Public bug reported:

$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up mysql-server-8.0 (8.0.37-0ubuntu0.24.04.1) ...
mysqld will log errors to /var/log/mysql/error.log
mysqld is running as pid 37410
/var/lib/dpkg/info/mysql-server-8.0.postinst: line 56: kill: (37410) - 
Permission denied

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: mysql-server-8.0 8.0.37-0ubuntu0.24.04.1
ProcVersionSignature: Ubuntu 6.8.0-1005.5-raspi 6.8.4
Uname: Linux 6.8.0-1005-raspi aarch64
ApportVersion: 2.28.1-0ubuntu3
Architecture: arm64
CasperMD5CheckResult: unknown
CloudArchitecture: aarch64
CloudID: none
CloudName: none
CloudPlatform: none
CloudSubPlatform: config
Date: Tue Jun 11 13:33:26 2024
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf:
 [mysqld]
 
sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
 max_connections=32
 innodb_buffer_pool_size=1G
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: my.cnf links to /etc/mysql/mysql.cnf
ProcCmdline: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  
smsc95xx.macaddr=D8:3A:DD:C8:F3:97 vc_mem.mem_base=0x3fc0 
vc_mem.mem_size=0x4000  zswap.enabled=1 zswap.zpool=z3fold 
zswap.compressor=zstd multipath=off dwc_otg.lpm_enable=0 console=tty1 
root=LABEL=writable rootfstype=ext4 rootwait fixrtc quiet splash
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6
 apt  2.7.14build2
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: Upgraded to noble on 2024-06-08 (3 days ago)
modified.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: [modified]
mtime.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: 2024-02-02T14:54:10.140255

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


** Tags: apport-package arm64 noble

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

Title:
  package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-29 Thread Fabio Augusto Miranda Martins
Based on discussions at https://github.com/nfs-ganesha/nfs-
ganesha/issues/1123, it seems this is something released with nfs-
ganesha V4, so IIUC, this is something that will only be available to an
Openstack + Manila + Ceph + NFS Ganesha in Noble Numbat, since it offers
nfs-ganesha 4.3-8ubuntu1

** Changed in: nfs-ganesha (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

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


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

[Bug 2067367] [NEW] package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1

2024-05-28 Thread Augusto
Public bug reported:

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

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: tex-common 6.13
ProcVersionSignature: Ubuntu 5.15.0-107.117~20.04.1-generic 5.15.149
Uname: Linux 5.15.0-107-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon May 27 20:29:33 2024
ErrorMessage: installed tex-common package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-12-09 (1265 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3.2
 apt  2.0.10
SourcePackage: tex-common
Title: package tex-common 6.13 failed to install/upgrade: installed tex-common 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2024-02-18 (100 days ago)

** Affects: tex-common (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/2067367

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

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


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

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Fabio Augusto Miranda Martins
This is also being discussed upstream: https://github.com/nfs-
ganesha/nfs-ganesha/issues/1123

** Bug watch added: github.com/nfs-ganesha/nfs-ganesha/issues #1123
   https://github.com/nfs-ganesha/nfs-ganesha/issues/1123

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

Title:
  Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

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


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

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Fabio Augusto Miranda Martins
Hi Peter,

The NFS client is a Jammy VM running nfs-common 1:2.6.1-1ubuntu1.2 and
kernel 5.15.0-102-generic.

I'm running a sosreport and will attach it here soon.

Regards,
Fabio

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

Title:
  Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

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


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

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Fabio Augusto Miranda Martins
** Attachment added: "sosreport-jammy-130612-2024-05-22-dnjwtoi.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/nfs-ganesha/+bug/2064657/+attachment/5781410/+files/sosreport-jammy-130612-2024-05-22-dnjwtoi.tar.xz

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

Title:
  Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

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


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

[Bug 2060775] [NEW] package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1

2024-04-10 Thread Augusto
Public bug reported:

it just crashed while I was doing an update!

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: tex-common 6.13
ProcVersionSignature: Ubuntu 5.15.0-101.111~20.04.1-generic 5.15.143
Uname: Linux 5.15.0-101-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Apr 10 17:21:17 2024
ErrorMessage: installed tex-common package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-12-09 (1217 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3.2
 apt  2.0.10
SourcePackage: tex-common
Title: package tex-common 6.13 failed to install/upgrade: installed tex-common 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2024-02-18 (51 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


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

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

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

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


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

[Bug 2054343] Re: arm64 build of gcc-10 10.5.0-3ubuntu1 still broken (CVE-2023-4039 still open)

2024-03-14 Thread Fabio Augusto Miranda Martins
** Tags added: rls-ff-incoming rls-jj-incoming rls-mm-incoming rls-nn-
incoming

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

Title:
  arm64 build of gcc-10 10.5.0-3ubuntu1 still broken (CVE-2023-4039
  still open)

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


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

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
It seems 0.142ubuntu19 would be exposed to the bug. To test whether or
not my use case would be affected by it, I've booted a Jammy instance
with initramfs-tools 0.142ubuntu19, and I can't hit the problem. It is
booting well through iscsi. My cmdline is as below, so it might not be
exposed to the issue (and hence, please ignore my comment above as a
valid test for the patch, given that I wasn't exposed to it to begin
with):

BOOT_IMAGE=/boot/vmlinuz-6.5.0-1018-oracle
root=UUID=2792ceda-655f-4995-bf29-6a714f9a200b ro console=tty1
console=ttyS0 nvme.shutdown_timeout=10 libiscsi.debug_libiscsi_eh=1
crash_kexec_post_notifiers

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

Title:
  fails to configure BOOTIF when using iscsi

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


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

[Bug 2056460] [NEW] cloud-init in degraded state on Oracle instance with "Invalid network-config provided"

2024-03-07 Thread Fabio Augusto Miranda Martins
Public bug reported:

When booting a Noble Numbat (Ubuntu 24.04) instance on Oracle Cloud,
clout-init ends up in a degraded state reporting "Invalid network-config
provided". Details are displayed below:

ubuntu@fabio-noble-baremetal-benjaminfix:~$ sudo cloud-init status -l
status: done
extended_status: degraded done
boot_status_code: enabled-by-generator
last_update: Thu, 07 Mar 2024 14:42:12 +
detail: DataSourceOracle
errors: []
recoverable_errors:
WARNING:
- Invalid network-config provided: Please run 'sudo cloud-init schema 
--system' to see the schema errors.

ubuntu@fabio-noble-baremetal-benjaminfix:~$ sudo cloud-init schema --system
Found cloud-config data types: user-data, network-config

1. user-data at 
/var/lib/cloud/instances/ocid1.instance.oc1.sa-saopaulo-1.antxeljrniwq6syclo77iwfs2fznvqcipuenlp4bkdjw2aqocj65dvmdmnkq/cloud-config.txt:
Empty 'cloud-config' found at 
/var/lib/cloud/instances/ocid1.instance.oc1.sa-saopaulo-1.antxeljrniwq6syclo77iwfs2fznvqcipuenlp4bkdjw2aqocj65dvmdmnkq/cloud-config.txt.
 Nothing to validate.

2. network-config at 
/var/lib/cloud/instances/ocid1.instance.oc1.sa-saopaulo-1.antxeljrniwq6syclo77iwfs2fznvqcipuenlp4bkdjw2aqocj65dvmdmnkq/network-config.json:
  Invalid network-config 
/var/lib/cloud/instances/ocid1.instance.oc1.sa-saopaulo-1.antxeljrniwq6syclo77iwfs2fznvqcipuenlp4bkdjw2aqocj65dvmdmnkq/network-config.json
  Error: Cloud config schema errors: config.0.subnets.0: Additional properties 
are not allowed ('broadcast' was unexpected)

Error: Invalid schema: network-config

ubuntu@fabio-noble-baremetal-benjaminfix:~$ sudo jq . 
/var/lib/cloud/instances/ocid1.instance.oc1.sa-saopaulo-1.antxeljrniwq6syclo77iwfs2fznvqcipuenlp4bkdjw2aqocj65dvmdmnkq/network-config.json
{
  "config": [
{
  "mac_address": "b8:3f:d2:c3:fd:7c",
  "name": "ens300f0np0",
  "subnets": [
{
  "broadcast": "10.0.0.255",
  "control": "manual",
  "dns_nameservers": [
"169.254.169.254"
  ],
  "gateway": "10.0.0.1",
  "netmask": "255.255.255.0",
  "type": "dhcp"
}
  ],
  "type": "physical"
}
  ],
  "version": 1
}

ubuntu@fabio-noble-baremetal-benjaminfix:~$ sudo cloud-init --version
/usr/bin/cloud-init 24.1-0ubuntu1

Attaching the logs.

** Affects: cloud-init (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  cloud-init in degraded state on Oracle instance with "Invalid network-
  config provided"

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


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

[Bug 2056460] Re: cloud-init in degraded state on Oracle instance with "Invalid network-config provided"

2024-03-07 Thread Fabio Augusto Miranda Martins
** Attachment added: "cloud-init.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056460/+attachment/5753817/+files/cloud-init.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/2056460

Title:
  cloud-init in degraded state on Oracle instance with "Invalid network-
  config provided"

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


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

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested launching a Oracle Cloud baremetal instance (which boots
from iSCSI) using such patch, and all worked well:

https://pastebin.ubuntu.com/p/3cdFdYBVFG/

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

Title:
  fails to configure BOOTIF when using iscsi

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


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

[Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested the patch and it fixes the issue. I can confirm the MTU
settings are now correct and curl works fine. I also confirmed it
allowed cloud-init to run and fully complete the boot process:

https://pastebin.ubuntu.com/p/KfcP7wmjjV/

There are no cloud-init errors:

https://pastebin.ubuntu.com/p/jtkTWkDGVN/
https://pastebin.ubuntu.com/p/vZSyTJ3RsH/

All I noticed was a delay / hang during dhcp probe, followed by a
timeout and it worked in the first retry:

https://pastebin.ubuntu.com/p/hXWKYCypXM/

Overall, everything worked well.

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

Title:
  Networking broken in early boot on Oracle Native instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056194/+subscriptions


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

[Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-06 Thread Fabio Augusto Miranda Martins
Between initramfs-tools 0.142ubuntu8 and 0.142ubuntu9, we've Replaced
dhclient by dhcpcd (LP: #2024164).

When a DHCP server provides MTU settings to dhcpcd, it configures the
routes with the appropriate mtu value (due to "option interface_mtu" in
/etc/dhcpcd.conf), but it does not configure the MTU setting in the
interface. So, we end up having a mismatch between interface and route
MTU setting, as observed below:

root@(none):/# ip a
1: lo:  mtu 65536 qdisc noop state DOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: ens3:  mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether 02:00:17:05:ee:5a brd ff:ff:ff:ff:ff:ff
altname enp0s3
inet 10.0.0.21/24 brd 10.0.0.255 scope global dynamic noprefixroute ens3
   valid_lft 86048sec preferred_lft 75248sec
inet6 fe80::17ff:fe05:ee5a/64 scope link 
   valid_lft forever preferred_lft forever
root@(none):/# ip route show
default via 10.0.0.1 dev ens3 proto dhcp src 10.0.0.21 metric 1002 mtu 9000 
10.0.0.0/24 dev ens3 proto dhcp scope link src 10.0.0.21 metric 1002 mtu 9000 
169.254.0.0/16 dev ens3 proto dhcp scope link src 10.0.0.21 metric 1002 mtu 9000

If we go back to initramfs-tools 0.142ubuntu8 (and, consequently to
dhclient), the MTU settings will match:

root@(none):/# ip a
1: lo:  mtu 65536 qdisc noop state DOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: ens3:  mtu 9000 qdisc mq state UP group 
default qlen 1000
link/ether 02:00:17:05:ee:5a brd ff:ff:ff:ff:ff:ff
altname enp0s3
inet 10.0.0.21/24 brd 10.0.0.255 scope global ens3
   valid_lft forever preferred_lft forever
inet6 fe80::17ff:fe05:ee5a/64 scope link 
   valid_lft forever preferred_lft forever
root@(none):/# ip route show
default via 10.0.0.1 dev ens3 
10.0.0.0/24 dev ens3 proto kernel scope link src 10.0.0.21 
169.254.0.0/16 dev ens3 scope link 

Due to this mismatch when using dhcpcd, certain network activities might
fail. For example, in Oracle instances, a curl to the DataSource will
just hang:

curl --connect-timeout 10 --max-time 15 -H "Authorization: Bearer
Oracle" -L http://169.254.169.254/opc/v2/instance/

If you either reduce the route MTU setting down to 1500 OR increase the
interface MTU setting to 9000, curl works:

option 1 - Reduce route setting:

ip route delete 169.254.0.0/16 dev ens3 proto dhcp scope link src 10.0.0.21 
metric 1002 mtu 9000
ip route add 169.254.0.0/16 dev ens3 scope link

option 2 - Increase interface setting:

ip link set mtu 9000 ens3

The correct MTU setting here is 9000. When you fully boot the instance,
the MTU gets configured appropriately (outside of initramfs)

I also checked the Paravirtualized instances (uses virtio_net interfaces
instead of mlx5_core) and the mismatch is also there, but curl still
works, so the Paravirtualized instance is also exposed to the bug but
more resistant to it.

While investigating this, I noticed that in past releases of dhcpcd, we
had a hook 10-mtu, that would automatically configure the mtu setting
based on information it received from the dhcp server. This file was
removed by the following commit:

https://github.com/NetworkConfiguration/dhcpcd/commit/ca6cdf5847cda720b65793ea6827b1b373c62382

There are some discussion around why this was removed here:

https://github.com/NetworkConfiguration/dhcpcd/issues/67

Anyway, this causes such mismatch between interface and route settings,
which cause curl to the IMDS to hang and cloud-init to fail.

** Bug watch added: github.com/NetworkConfiguration/dhcpcd/issues #67
   https://github.com/NetworkConfiguration/dhcpcd/issues/67

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

Title:
  Networking broken in early boot on Oracle Native instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056194/+subscriptions


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

[Bug 1973114] Re: Key trust verification fails on Ubuntu 22.04

2022-05-17 Thread Fabio Augusto Miranda Martins
Hi Brian,

Thanks for that. I've tested and validated that ec2-instance-connect
from jammy-proposed fixes the issue. Here are the evidences:

https://pastebin.ubuntu.com/p/dPD6vyS6g4/

Cheers,
Fabio Martins

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

Title:
   Key trust verification fails on Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-instance-connect/+bug/1973114/+subscriptions


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

[Bug 1973114] Re: Key trust verification fails on Ubuntu 22.04

2022-05-13 Thread Fabio Augusto Miranda Martins
I also tested with mssh to make it works well:

When running ec2-instance-connect 1.1.14-0ubuntu1 (from Jammy) and
trying to connect with mssh:

fabio@fabio-canonical:~/.aws$ mssh ubuntu@i-0af3232b4fb6ed642
ubuntu@3.91.56.142: Permission denied (publickey).

Due to the bug, we can see the key being pushed, but then the client
denying the connection:

https://pastebin.ubuntu.com/p/7StqsfQdJp/

Back in the instance, I've changed the sources.list to point to kinetic
repos and upgraded ec2-instance-connect to kinetic's version:

ubuntu@ip-10-0-1-226:~$ sudo apt-cache policy ec2-instance-connect
ec2-instance-connect:
  Installed: 1.1.14-0ubuntu2
  Candidate: 1.1.14-0ubuntu2
  Version table:
 *** 1.1.14-0ubuntu2 500
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu kinetic/main amd64 
Packages
100 /var/lib/dpkg/status


And now mssh works fine:

fabio@fabio-canonical:~/.aws$ mssh ubuntu@i-0af3232b4fb6ed642
Welcome to Ubuntu 22.04 LTS (GNU/Linux 5.15.0-1004-aws x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management: https://landscape.canonical.com
 * Support:https://ubuntu.com/advantage

  System information as of Fri May 13 14:16:20 UTC 2022

  System load:  0.2421875 Processes: 128
  Usage of /:   21.1% of 7.58GB   Users logged in:   1
  Memory usage: 1%IPv4 address for eth0: 10.0.1.226
  Swap usage:   0%


74 updates can be applied immediately.
To see these additional updates run: apt list --upgradable


Last login: Fri May 13 13:47:05 2022 from 189.19.160.174
ubuntu@ip-10-0-1-226:~$

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

Title:
   Key trust verification fails on Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-instance-connect/+bug/1973114/+subscriptions


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
I've also updated the [Test Plan] section of the bug description

** Description changed:

  [Impact]
  In some cases, ipconfig can take a longer time than the user-specified 
timeouts, causing unexpected delays.
  
  [Test Plan]
+ 
+ - Check that the ipconfig utility is able to obtain an IP through dhcp:
+ 
+ # ip l set dev ens9 down
+ # date; /usr/lib/klibc/bin/ipconfig ens9; date
+ 
+ - Check if it respects the timeout (i.e. 2 seconds in the example
+ below):
+ 
+ # ip l set dev ens9 down
+ # date; /usr/lib/klibc/bin/ipconfig -t 2 ens9; date
+ 
+ - The original issue is that timeout is being ignored when not receiving
+ any reply from a DHCP Server, so for this test you have to stop your
+ DHCP Server (i.e. dnsmasq) and then test the timeouts:
+ 
+ # ip l set dev ens9 down
+ # date; /usr/lib/klibc/bin/ipconfig -t 2 ens9; date
+ 
+ # ip l set dev ens9 down
+ # date; /usr/lib/klibc/bin/ipconfig -t 5 ens9; date
+ 
+ Make sure it times out respectivelly in 2 and 5 seconds.
  
  [racb: pending agreement with the SRU team; please see comment 37]
  
  Any situation where ipconfig encounters an error sending the DHCP
  packet, it will automatically set a delay of 10 seconds, which could be
  longer than the user-specified timeout. It can be reproduced by creating
  a dummy interface and attempting to run ipconfig on it with a timeout
  value of less than 10:
  
  # ip link add eth1 type dummy
  # date; /usr/lib/klibc/bin/ipconfig -t 2 eth1; date
  Thu Nov 18 04:46:13 EST 2021
  IP-Config: eth1 hardware address ae:e0:f5:9d:7e:00 mtu 1500 DHCP RARP
  IP-Config: no response after 2 secs - giving up
  Thu Nov 18 04:46:23 EST 2021
  
  ^ Notice above, ipconfig thinks that it waited 2 seconds, but the
  timestamps show an actual delay of 10 seconds.
  
  [Where problems could occur]
  Please see reproduction steps above. We are seeing this in production too 
(see comment #2).
  
  [Other Info]
  A patch to fix the issue is being proposed here. It is a safe fix - it only 
checks before going into sleep that the timeout never exceeds the 
user-requested value.
  
  [Original Description]
  
  In some cases, ipconfig can take longer than the user-specified
  timeouts, causing unexpected delays.
  
  in main.c, in function loop(), the process can go into
  process_timeout_event() (or process_receive_event() ) and if it
  encounters an error situation, will set an attempt to "try again later"
  at time equal now + 10 seconds by setting
  
  s->expire = now + 10;
  
  This can happen at any time during the main event loop, which can end up
  extending the user-specified timeout if "now + 10" is greater than
  "start_time + user-specified-timeout".
  
  I believe a patch like the following is needed to avoid this problem:
  
  --- a/usr/kinit/ipconfig/main.c
  +++ b/usr/kinit/ipconfig/main.c
  @@ -437,6 +437,13 @@ static int loop(void)
  
  if (timeout > s->expire - now.tv_sec)
  timeout = s->expire - now.tv_sec;
  +
  +   /* Compensate for already-lost time */
  +   gettimeofday(&now, NULL);
  +   if (now.tv_sec + timeout > start + loop_timeout) {
  +   timeout = loop_timeout - (now.tv_sec - start);
  +   printf("Lowered timeout to match user request 
= (%d s) \n", timeout);
  +   }
  }
  
  I believe the current behaviour is buggy. This is confirmed when the
  following line is executed:
  
  if (loop_timeout >= 0 &&
  now.tv_sec - start >= loop_timeout) {
  printf("IP-Config: no response after %d "
     "secs - giving up\n", loop_timeout);
  rc = -1;
  goto bail;
  }
  
  'loop_timeout' is the user-specified time-out. With a value of 2, in
  case of error, this line prints:
  
  IP-Config: no response after 2 secs - giving up
  
  So it thinks that it waited 2 seconds - however, in reality it had
  actually waited for 10 seconds.
  
  The suggested code-change ensures that the timeout that is actually used
  never exceeds the user-specified timeout.
  
  [ Regression potential ]
  
  This change ensures that user-specified timeouts are never exceeded, which is 
a problem that appears to happen only in case of interface errors.
  It may be that someone is relying on current behaviour where they receive 
DHCP offers after their specified timeout (but within the 10-second error 
timeout). However, 1) that is buggy behaviour and should be exposed. Such a 
user would need to update their specified timeout to make it long enough to 
receive the DHCP offer (setting the timeout to 10 would keep the existing 
behaviour). 2) I think it is unlikely that such a scenario exists at all. The 
10-second timeout problem happens w

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
Hello Robie,

I've validated that the package from -proposed works well, testing in my
VM based environment. I haven't tested it on Oracle bare metal (where
the original issue happened) as that is a type of instance hard to get
access to. Given that the test packages had proven to fix the original
problem that we were targetting to address, I believe the package from
-proposed should also work well. Let me know if it is necessary to also
test that it addresses the original issue with Oracle BM host and I'll
get access to one and validate.

Regarding your question below:

> ...would it be practical and/or useful to verify that, with a timeout
of 2s, a DHCP reply sent after 1.5s works, but a DHCP reply sent after
2.5s does not?

That has been addressed in comment #30 (and now also in #39 with the
package from -proposed).

Regarding your question if upstream had accepted the patch, I would have
to defer that to Khaled, but I also agree that it seems a deliberate
upstream design decision not to accept it.

Regarding your comment below:

> In Ubuntu, we might decide to maintain the patch as a delta but then
drop that delta in subsequent releases when we no longer need that
functionality.

That is indeed just needed for Bionic. To confirm/clarify my
understanding, if this moves to -updates, in theory this is not going to
be reverted (from Bionic) in the future, right? Once it lands there, it
is expected that any newer klibc-utils packages that gets released to
Bionic will continue to carry this patch?

Thank you in advance!

Regards,
Fabio Martins

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
I've tested the package from -proposed and I can confirm it fixes the
problem:

Installed from -proposed:

root@ubuntu:~# apt-cache policy klibc-utils
klibc-utils:
  Installed: 2.0.4-9ubuntu2.2
  Candidate: 2.0.4-9ubuntu2.18.04.1
  Version table:
 2.0.4-9ubuntu2.18.04.1 500
500 http://ppa.launchpad.net/mfo/lp1947099/ubuntu bionic/main amd64 
Packages
 *** 2.0.4-9ubuntu2.2 500
500 http://archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 2.0.4-9ubuntu2.1 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
 2.0.4-9ubuntu2 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages


Working well without timeout:

root@ubuntu:~# ip l set dev ens9 down
root@ubuntu:~# date; /usr/lib/klibc/bin/ipconfig ens9; date
Thu May 12 12:54:48 UTC 2022
IP-Config: ens9 hardware address 52:54:00:f3:4e:0e mtu 1500 DHCP RARP
IP-Config: ens9 complete (dhcp from 192.168.150.2):
 address: 192.168.150.105  broadcast: 192.168.150.255  netmask: 255.255.255.0   
 gateway: 192.168.150.1dns0 : 192.168.150.2dns1   : 0.0.0.0 
 domain : sts.lab 
 rootserver: 192.168.150.2 rootpath: 
 filename  : 
Thu May 12 12:55:01 UTC 2022


Timeout being honored:

root@ubuntu:~# ip l set dev ens9 down
root@ubuntu:~# date; /usr/lib/klibc/bin/ipconfig -t 2 ens9; date
Thu May 12 12:55:44 UTC 2022
IP-Config: ens9 hardware address 52:54:00:f3:4e:0e mtu 1500 DHCP RARP
Lowered timeout to match user request = (2 s) 
IP-Config: no response after 2 secs - giving up
Thu May 12 12:55:46 UTC 2022


Testing the original issue (timeout being ignored when not receiving any reply 
from a DHCP Server), which is now also getting honored:

root@ubuntu:~# ip l set dev ens9 down
root@ubuntu:~# date; /usr/lib/klibc/bin/ipconfig -t 2 ens9; date
Thu May 12 12:56:32 UTC 2022
IP-Config: ens9 hardware address 52:54:00:f3:4e:0e mtu 1500 DHCP RARP
Lowered timeout to match user request = (2 s) 
IP-Config: no response after 2 secs - giving up
Thu May 12 12:56:34 UTC 2022

root@ubuntu:~# ip l set dev ens9 down
root@ubuntu:~# date; /usr/lib/klibc/bin/ipconfig -t 5 ens9; date
Thu May 12 12:56:43 UTC 2022
IP-Config: ens9 hardware address 52:54:00:f3:4e:0e mtu 1500 DHCP RARP
Lowered timeout to match user request = (5 s) 
IP-Config: no response after 5 secs - giving up
Thu May 12 12:56:48 UTC 2022

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-10 Thread Fabio Augusto Miranda Martins
Should this bug be changed  to Fix Committed at this point?

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-20 Thread Fabio Augusto Miranda Martins
I've tested the new patch from ppa:mfo/lp1947099v2 and I can confirm it
resolves the problem:

- Without the patch:

https://pastebin.ubuntu.com/p/RksNcBGSzn/


It took 396,940865−220,447147 = 176,493718 seconds in the IP-Config section. 
Total boot time: 


ubuntu@gpu48-ubuntu18:~$ sudo systemd-analyze time
Startup finished in 4min 1.355s (firmware) + 2min 24.433s (loader) + 6min 
8.464s (kernel) + 41.466s (userspace) = 13min 15.719s
graphical.target reached after 41.068s in userspace


- With the patch:

https://pastebin.ubuntu.com/p/46nVYCYyDZ/

It took 246,556749−212,019368 = 34,537381 seconds in the IP-Config
section. Total boot time:

ubuntu@gpu48-ubuntu18:~$ sudo systemd-analyze time
Startup finished in 4min 1.246s (firmware) + 2min 24.170s (loader) + 3min 
42.915s (kernel) + 39.010s (userspace) = 10min 47.343s
graphical.target reached after 38.634s in userspace


ubuntu@gpu48-ubuntu18:~$ sudo apt-cache policy klibc-utils
klibc-utils:
  Installed: 2.0.4-9ubuntu2.18.04.1
  Candidate: 2.0.4-9ubuntu2.18.04.1
  Version table:
 *** 2.0.4-9ubuntu2.18.04.1 500
500 http://ppa.launchpad.net/mfo/lp1947099v2/ubuntu bionic/main amd64 
Packages
100 /var/lib/dpkg/status
 2.0.4-9ubuntu2.1 500
500 http://me-dubai-1-ad-1.clouds.archive.ubuntu.com/ubuntu 
bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
 2.0.4-9ubuntu2 500
500 http://me-dubai-1-ad-1.clouds.archive.ubuntu.com/ubuntu bionic/main 
amd64 Packages

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1968395] Re: [impish] Wayland is with the black screen when I share it

2022-04-15 Thread Augusto Menezes
I only can share the windows when I am using google chrome and when I
try to share the computer's screen, it is black for the others that
watching. But this doesn't happen when I use firefox.

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

Title:
  [impish] Wayland is with the black screen when I share it

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-13 Thread Fabio Augusto Miranda Martins
Thank you, Mauricio, for the build process details and for adding the
update here. I'm including some evidence of my tests showing that the
patch you suggested did work well:

Details of the build process:

https://pastebin.ubuntu.com/p/dmVWH2fxpy/

Test package installed:

https://pastebin.ubuntu.com/p/qxyWBGrm3P/

Working well without specifying a timeout:

https://pastebin.ubuntu.com/p/byftnFk33C/

Timeout is also being honored:

https://pastebin.ubuntu.com/p/spFsTRhXTz/


Testing the original issue (timeout being ignored when not receiving any reply 
from a DHCP Server), which is now also getting honored:

https://pastebin.ubuntu.com/p/KHVRj7BdRw/


I'm working to get access to another instance to test that the boot time 
optimiizations are still fine.

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1968395] [NEW] Wayland

2022-04-08 Thread Augusto Menezes
Public bug reported:

Wayland is with the black screen when I share it.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gnome-shell 40.5-1ubuntu2
Uname: Linux 5.16.0-051600-generic x86_64
ApportVersion: 2.20.11-0ubuntu71.1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr  9 01:40:22 2022
DisplayManager: gdm3
InstallationDate: Installed on 2022-03-20 (19 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
RelatedPackageVersions: mutter-common 40.5-1ubuntu3~21.10.1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Wayland

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-05 Thread Fabio Augusto Miranda Martins
@Łukasz / @Robie, do you think the above comments are enough to proceed
with this SRU?

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-05 Thread Fabio Augusto Miranda Martins
I've tested the klibc-utils patch using Mauricio's ppa:

sudo add-apt-repository ppa:mfo/lp1947099
sudo apt install klibc-utils
sudo update-initramfs -u -k all

And I can confirm that it does improve the boot time in more than 3
minutes, without causing any noticeable issues.

- Without the patch:

https://pastebin.ubuntu.com/p/6M7M2FfCGQ/

root@ubuntu1804:~# sudo systemd-analyze time
Startup finished in 4min 2.098s (firmware) + 2min 23.684s (loader) + 6min 226ms 
(kernel) + 38.766s (userspace) = 13min 4.776s
graphical.target reached after 38.374s in userspace


We can see it spent 6min 226ms in kernel, and looking through the serial 
console (or dmesg) it was running the ipconfig commands for each of the 
Mellanox NICs from 211.972259 up to 386.155116 = 174.182857 seconds


- With the patch:

https://pastebin.ubuntu.com/p/JxDs8WPqc4/

root@ubuntu1804:~# sudo systemd-analyze time
Startup finished in 4min 890ms (firmware) + 2min 23.278s (loader) + 3min 
46.413s (kernel) + 40.734s (userspace) = 10min 51.317s
graphical.target reached after 40.354s in userspace

We can see the kernel time decreased to a bit more than 3 minutes and we
spent only 41 seconds (as opposed to 174 seconds) in the ipconfig
commands:

210.675050 to 252.432441 = 41.757391 seconds

That definitely has helped to resolve the issue we are chasing here.

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-04 Thread Fabio Augusto Miranda Martins
I tried using klibc-utils from the ppa (containing the patch):

root@ubuntu:~# sudo apt-cache policy klibc-utils
klibc-utils:
  Installed: 2.0.4-9ubuntu2.18.04.1
  Candidate: 2.0.4-9ubuntu2.18.04.1
  Version table:
 *** 2.0.4-9ubuntu2.18.04.1 500
500 http://ppa.launchpad.net/mfo/lp1947099/ubuntu bionic/main amd64 
Packages
100 /var/lib/dpkg/status
 2.0.4-9ubuntu2 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

[1] But now when I try to obtain an IP using dhcp without specifying any
timeout, it dumps lots of "Lowered timeout to match user request"
messages. Is that expected?

https://pastebin.ubuntu.com/p/5Tpc5Rwdkq/

[2] Other than that, it worked well. We can see from the pastebin below
that the timeout is getting respected:

https://pastebin.ubuntu.com/p/TJbCzx7hFC/


[3] And also the main issue was the timeout being ignored when not receiving 
any reply from a DHCP Server, which is now also getting honored:

https://pastebin.ubuntu.com/p/BvKk6fJJDc/

I will try to test this package in a OCI BM.GPU4.8 instance to see the
improvements with the main optimization, but it would be good to get
clarification on [1]

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

Title:
  ipconfig does not honour user-requested timeouts in some cases

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


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

[Bug 1944574] Re: EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary

2022-03-31 Thread Fabio Augusto Miranda Martins
I believe the "EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned
on 64k boundary" that was reported on this bug is not what is preventing
the VM from booting. If you look into the full log you provided, that
message is logged both on the boot that succeeded and in the one that
got stuck.

I believe whatever was done in the VM in between these reboots, might
have caused the problem you are observing.

There's also a known problem on linux-oracle kernel that prevents you
from seeing the serial console. That is being fixed for Focal images on
the linux-oracle 5.13.0.1023.28~20.04.1 kernel, which is currenlty in
focal-proposed. If this is something you can reproduce with Focal
images, using the kernel from proposed might help you see what is really
preventing the VM from starting.

We'll review the 'kernel image not aligned on 64k boundary' error anyway
to assess what might be causing it.

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

Title:
  EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k
  boundary

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


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

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-03-30 Thread Fabio Augusto Miranda Martins
I've setup a Lab with dnsmasq acting as DHCP Server, which I can use the
dhcp-reply-delay option to introduce a delay between the DHCPDISCOVER
and DHCPOFFER, as in the example below:

Mar 30 18:26:34 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPDISCOVER(ens3) 
52:54:00:d7:10:13 
Mar 30 18:26:34 focal-dhcpsrv dnsmasq-dhcp[2470]: 4195928115 reply delay: 3
Mar 30 18:26:37 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPOFFER(ens3) 
192.168.150.119 52:54:00:d7:10:13 

Just minor note that the delay only happens between DHCPDISCOVER and
DHCPOFFER, but not between DHCPREQUEST and DHCPACK:

Mar 30 18:22:13 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPREQUEST(ens3) 
192.168.150.119 52:54:00:d7:10:13 
Mar 30 18:22:13 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPACK(ens3) 192.168.150.119 
52:54:00:d7:10:13 ubuntu

So, if this is a new interface (new mac) looking for an IP, the delay
will be added, but if this is an interface which was previously
configured and is asking to re-use the same IP (DHCPREQUEST), there
won't be any delays.

I believe this Lab will help reproducing the issue with and without the
proposed patch.

1. In a ideal scenario, where no delays were added (dhcp-reply-delay is
commented out), ipconfig will take approximately to do its job: it sends
a DHCPREQUEST, then DHCPDISCOVER and then another DHCPREQUEST in this
process:

- From the ipconfig perspective:

root@ubuntu:/etc/dhcp# date; /usr/lib/klibc/bin/ipconfig ens9; date
Wed Mar 30 19:25:44 UTC 2022
IP-Config: ens9 hardware address 52:54:00:f3:4e:0e mtu 1500 DHCP RARP
IP-Config: ens9 complete (dhcp from 192.168.150.2):
 address: 192.168.150.105  broadcast: 192.168.150.255  netmask: 255.255.255.0   
 gateway: 192.168.150.1dns0 : 192.168.150.2dns1   : 0.0.0.0 
 domain : sts.lab 
 rootserver: 192.168.150.2 rootpath: 
 filename  : 
Wed Mar 30 19:25:54 UTC 2022

- From the dhcp server perspective:

Mar 30 19:25:45 focal-dhcpsrv dnsmasq-dhcp[2656]: DHCPREQUEST(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:25:45 focal-dhcpsrv dnsmasq-dhcp[2656]: DHCPACK(ens3) 192.168.150.105 
52:54:00:f3:4e:0e ubuntu
Mar 30 19:25:54 focal-dhcpsrv dnsmasq-dhcp[2656]: DHCPDISCOVER(ens3) 
52:54:00:f3:4e:0e 
Mar 30 19:25:54 focal-dhcpsrv dnsmasq-dhcp[2656]: DHCPOFFER(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:25:54 focal-dhcpsrv dnsmasq-dhcp[2656]: DHCPREQUEST(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:25:54 focal-dhcpsrv dnsmasq-dhcp[2656]: DHCPACK(ens3) 192.168.150.105 
52:54:00:f3:4e:0e 


2. Adding a 5 seconds delay in dnsmasq (dhcp-reply-delay=5) and without 
enforcing a timeout in ipconfig:

- From ipconfig perspective:

root@ubuntu:/etc/dhcp# date; /usr/lib/klibc/bin/ipconfig ens9; date
Wed Mar 30 19:34:09 UTC 2022
IP-Config: ens9 hardware address 52:54:00:f3:4e:0e mtu 1500 DHCP RARP
IP-Config: ens9 complete (dhcp from 192.168.150.2):
 address: 192.168.150.105  broadcast: 192.168.150.255  netmask: 255.255.255.0   
 gateway: 192.168.150.1dns0 : 192.168.150.2dns1   : 0.0.0.0 
 domain : sts.lab 
 rootserver: 192.168.150.2 rootpath: 
 filename  : 
Wed Mar 30 19:34:27 UTC 2022


- From the dhcpserver perspective:

Mar 30 19:34:10 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPREQUEST(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:34:10 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPACK(ens3) 192.168.150.105 
52:54:00:f3:4e:0e ubuntu
Mar 30 19:34:19 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPDISCOVER(ens3) 
52:54:00:f3:4e:0e 
Mar 30 19:34:19 focal-dhcpsrv dnsmasq-dhcp[2773]: 1004609631 reply delay: 5
Mar 30 19:34:24 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPOFFER(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:34:24 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPDISCOVER(ens3) 
52:54:00:f3:4e:0e 
Mar 30 19:34:24 focal-dhcpsrv dnsmasq-dhcp[2773]: 1004609631 reply delay: 5
Mar 30 19:34:26 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPOFFER(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:34:26 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPDISCOVER(ens3) 
52:54:00:f3:4e:0e 
Mar 30 19:34:26 focal-dhcpsrv dnsmasq-dhcp[2773]: 1004609631 reply delay: 5
Mar 30 19:34:28 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPOFFER(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:34:28 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPREQUEST(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:34:28 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPACK(ens3) 192.168.150.105 
52:54:00:f3:4e:0e 
Mar 30 19:34:28 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPREQUEST(ens3) 
192.168.150.105 52:54:00:f3:4e:0e 
Mar 30 19:34:28 focal-dhcpsrv dnsmasq-dhcp[2773]: DHCPACK(ens3) 192.168.150.105 
52:54:00:f3:4e:0e 

It takes 18 seconds for the process to complete, as dnsmasq adds 3x 5
seconds delay in the process


3. Using the -t to specify a 15 seconds timeout (when the actual process takes 
18 seconds):

- From the ipconfig perspective:

root@ubuntu:/etc/dhcp# date; /usr/lib/klibc/bin/ipconfig -t 15 ens9; date
Wed Mar 30 19:37:11 UTC 2

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-03-03 Thread Fabio Augusto Miranda Martins
Hi Robie,

The user story here is about improving the time it takes to boot a
Bionic instance on Oracle Cloud in a specific bare metal shape, called
BM.GPU4.8. This is a pretty large instance, with 18x Ethernet controller
[0200]: Mellanox Technologies MT28800 Family [ConnectX-5 Ex]
[15b3:1019]:

https://www.oracle.com/uk/cloud/compute/gpu.html

Comparing the time it takes to boot Bionic with a CentOS instance we can
see a big delta both in kernel and userspace:

CentOS:
Startup finished in 4min 3.548s (firmware) + 2min 23.525s (loader) + 3min 
17.984s (kernel) + 1min 37.825s (initrd) + 38.723s (userspace) = 12min 1.608s
multi-user.target reached after 38.714s in userspace

Ubuntu:
Startup finished in 4min 621ms (firmware) + 2min 23.174s (loader) + 7min 
34.767s (kernel) + 5min 48.219s (userspace) = 19min 46.782s
graphical.target reached after 5min 47.854s in userspace

The userspace difference is a cloud-init problem that is being handled
by other launchpad bugs. Here we are trying to focus on the kernel
difference, which further was narrowed down to be related to klibc and
it is what we are trying to address with this bug. Some details:

Looking into details, here are the dmesg output from CentOS and Ubuntu,
for kernel comparison:

Ubuntu: https://pastebin.canonical.com/p/X7GFVjdV3b/
CentOS: https://pastebin.canonical.com/p/gNhFwJjyjw/

Looking there, one area that looks promising is around mlx5_core driver,
where Ubuntu spends 218 seconds, while CentOS spends 44 seconds

Khalid did a nice job investigating and found that the problem came from
ipconfig from initramfs. Here are the details:


The delay from the kernel side is due to the fact that every interface (18 in 
total) takes over 10 seconds each to initialize.

The interfaces are brought up and used for DHCP as part of the iscsi
initialization, during the initramfs stage. Specifically the script
```/usr/share/initramfs-tools/scripts/local-top/iscsi``` which is
included in the initramfs and is installed as part of open-iscsi

To initialize the network interfaces this script calls other helper
functions that are part of the initramfs, specifically
"configure_networking" in ```/usr/share/initramfs-
tools/scripts/functions``` which is installed as part of initramfs-
tools-core.

The configure_networking function initializes networking by looping over
all interfaces and issuing this call:

```
ipconfig -t 2 
```

where it is calling the ipconfig utility (part of klibc-utils) which
also gets bundled in the initramfs. The -t 2 specifies a timeout of 2
seconds.


This ipconfig tool attempts to perform DHCP on the given interface, within the 
specified timeout (always 2 seconds for each interface)

Normally, ipconfig does not perform only one DHCP attempt - it performs
multiple DHCP attempts, each attempt waiting for an exponentially
increasing amount of time (1s, 2s, 4s, ..etc) up until the total amount
of time has passed that is equal the user-specified timeout (2 in this
case, so it should wait 1 second, followed by 1 second, for a total of 2
seconds).

However, it appears ipconfig has a bug. In case it encounters an error
sending a DHCP request on an interface (which is the case for 17 out of
the 18 interfaces on this instance), it attempts to "try again later"
and sets a timer of 10 seconds for the next attempt - ignoring
completely the user-specified value (2 seconds). I believe this is a bug
in ipconfig and have a working fix to limit the delay to the user-
specified timeout so each interface actually takes a maximum of 2
seconds for initialization, even in error cases.

The above is for bionic, which has the reported problem. In focal, even
though the kernel and klibc-utils are identical to bionic, the version
of initramfs-tools-core is different. In the focal version,
configure_networking() has been reworked to avoid using ipconfig
entirely. Instead, it uses ```dhclient```. And instead of doing that 18
times, dhclient is called only once with the full list of interfaces, as
such:

```
dhclient -v -1 -cf /etc/dhcp/dhclient.conf.2 -pf /tmp/dhclient.pid.2 -4 
enp12s0f0np0 enp12s0f1np1 enp138s0f0np0 enp138s0f1np1 enp148s0f0np0 
enp148s0f1np1 enp195s0f0np0 enp195s0f1np1 enp209s0f0np0 enp209s0f1np1 
enp22s0f0np0 enp22s0f1np1 enp45s0f0np0 enp45s0f1np1 enp72s0f0np0 enp72s0f1np1 
enp76s0f0np0 enp76s0f1np1
```

dhclient does DHCP on all those interfaces at the same time,
asynchronously, and it daemonizes (goes in the background) as soon as it
gets a DHCP response which happens relatively quickly (on interface
enp45s0f0np0 usually) and so the boot-up continues *much* faster
compared to bionic (180+ seconds are reduced to just 5-10 seconds).

I'm sure there might be other use cases, but this is what we have been
reported and are trying to work with. I hope this helps clarifying.

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

Title:
  ipconfig does not hono

[Bug 1958803] [NEW] installation crashed when finishing

2022-01-23 Thread Augusto
Public bug reported:

1)
Description:Ubuntu 20.04.3 LTS
Release:20.04

2)
N: Unable to locate package pkgname

Installation was already finished and this error pop up with de finished
installation pop up. Both messages appeared at the same time

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 23 21:15:58 2022
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash acpi=off ---
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=es_AR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_AR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

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

Title:
  installation crashed when finishing

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


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

[Bug 1946211] Re: [SRU] "radosgw-admin bucket limit check" has duplicate entries if bucket count exceeds 1000 (max_entries)

2022-01-18 Thread Fabio Augusto Miranda Martins
Hi,

I've verified that the package from ussuri-proposed fixes the issue.

Without the patch:

https://pastebin.ubuntu.com/p/PFrkX7BkCT/

With the patch:

https://pastebin.ubuntu.com/p/yytzD3sjV9/

Cheers and thank you for fixing it.

- Fabio

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

Title:
  [SRU] "radosgw-admin bucket limit check" has duplicate entries if
  bucket count exceeds 1000 (max_entries)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1946211/+subscriptions


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

[Bug 1955593] [NEW] Ubuntu 21.10 "gnome-shell[1453]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed"

2021-12-22 Thread Luiz Augusto
Public bug reported:

I set a script that run correctly os terminal. The scripts mount a
directory in $HOME from crontab, but it crashes immediately.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu 21.10 "gnome-shell[1453]:
  meta_window_set_stack_position_no_sync: assertion
  'window->stack_position >= 0' failed"

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


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

[Bug 1946211] Re: [SRU] "radosgw-admin bucket limit check" has duplicate entries if bucket count exceeds 1000 (max_entries)

2021-12-09 Thread Fabio Augusto Miranda Martins
Hi, I can confirm that the packages from -propose will resolve the
issue. See evidences bellow:

- While using 15.2.12, we can see the bug:

https://pastebin.ubuntu.com/p/jYg8x4Q7vR/


- After installing 15.2.14 from -proposed, the bug is resolved:

https://pastebin.ubuntu.com/p/mKFrTjddX7/

Thank you for your help addressing this issue.

Regards,
Fabio Martins

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

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

Title:
  [SRU] "radosgw-admin bucket limit check" has duplicate entries if
  bucket count exceeds 1000 (max_entries)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1946211/+subscriptions


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

[Bug 1948526] [NEW] package python3-sip 4.19.21+dfsg-1build1 failed to install/upgrade: o subprocesso instalado, do pacote python3-sip, o script post-installation retornou erro do status de saída 139

2021-10-23 Thread Willians Tadeu Atanazio Augusto
Public bug reported:

this a recursive problem

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: python3-sip 4.19.21+dfsg-1build1
ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-38-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Oct 21 15:43:33 2021
ErrorMessage: o subprocesso instalado, do pacote python3-sip, o script 
post-installation retornou erro do status de saída 139
InstallationDate: Installed on 2021-10-11 (12 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: sip4
Title: package python3-sip 4.19.21+dfsg-1build1 failed to install/upgrade: o 
subprocesso instalado, do pacote python3-sip, o script post-installation 
retornou erro do status de saída 139
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sip4 (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/1948526

Title:
  package python3-sip 4.19.21+dfsg-1build1 failed to install/upgrade: o
  subprocesso instalado, do pacote python3-sip, o script post-
  installation retornou erro do status de saída 139

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


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

[Bug 1947000] [NEW] package mysql-server-8.0 8.0.26 failed to install

2021-10-13 Thread Joao Augusto Maciel de Campos
Public bug reported:

package mysql-server-8.0 8.0.26 failed to install

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.26-0ubuntu0.20.04.3
ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
Uname: Linux 5.4.0-80-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Oct 13 12:10:42 2021
ErrorMessage: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
InstallationDate: Installed on 2020-02-07 (614 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Muitos níveis de links 
simbólicos: '/etc/mysql/my.cnf'
MySQLVarLibDirListing: ['ca.pem', 'corona01', 'server-key.pem', 'undo_001', 
'undo_002', 'mysql', 'ib_logfile0', 'corona', 'sys', 'mysql.ibd', 
'#innodb_temp', 'ib_buffer_pool', 'binlog.index', 'private_key.pem', 
'ca-key.pem', 'client-key.pem', 'client-cert.pem', '#ib_16384_0.dblwr', 
'public_key.pem', 'ibdata1', 'performance_schema', 'binlog.000582', 
'binlog.000581', '#ib_16384_1.dblwr', 'binlog.000580', 'auto.cnf', 
'ib_logfile1', 'server-cert.pem', 'mysql_upgrade_info', 'debian-5.7.flag']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-80-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.26-0ubuntu0.20.04.3 failed to 
install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
UpgradeStatus: Upgraded to focal on 2020-05-08 (523 days ago)

** Affects: mysql-8.0 (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/1947000

Title:
  package mysql-server-8.0 8.0.26 failed to install

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


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

Re: [Bug 1946664] Re: account setup window becomes unconfigured

2021-10-12 Thread Luis Augusto Xavier Cruz
Sebastian,
I have not noticed any similar problem in any other application that I have
used on the system.
I am sorry but I am new to using the system and I did not understand if the
rendering problems you mentioned refer to any application that I need to
test? (...rendering problems in yelp , devhelp or epiphany-browser?)

Em ter., 12 de out. de 2021 às 11:35, Sebastien Bacher <
1946...@bugs.launchpad.net> escreveu:

> Thank you for your bug report, it seems corruption in webkitgtk views.
> Do you get similar rendering problems in yelp , devhelp or epiphany-
> browser?
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> ** Summary changed:
>
> - account setup window becomes unconfigured
> + [raspi] screen correct on online accounts webviews
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1946664
>
> Title:
>   [raspi] screen correct on online accounts webviews
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I installed ubuntu desktop on my Raspberrypi 4b. I set up the ubuntu
>   sign-one account, but to set up the Google and Microsoft account, the
>   window to enter the account data gets misconfigured on the screen and
>   does not read the fields to enter the data and set up access to my
>   accounts.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 21.04
>   Package: xorg 1:7.7+22ubuntu1
>   ProcVersionSignature: Ubuntu 5.11.0-1019.20-raspi 5.11.22
>   Uname: Linux 5.11.0-1019-raspi aarch64
>   ApportVersion: 2.20.11-0ubuntu65.3
>   Architecture: arm64
>   BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
>   CasperMD5CheckResult: unknown
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Mon Oct 11 12:12:33 2021
>   DistUpgraded: Fresh install
>   DistroCodename: hirsute
>   DistroVariant: ubuntu
>   GraphicsCard:
>
>   ImageMediaBuild: 20210421
>   Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805
> USB 3.0 Host Controller
>   ProcEnviron:
>LANGUAGE=pt_BR:pt:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=pt_BR.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0
> snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1
> video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:BB:4B:64
> vc_mem.mem_base=0x3eb0 vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0
> console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait
> fixrtc quiet splash
>   SourcePackage: xorg
>   Symptom: display
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   acpidump:
>
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.105-3~21.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1946664/+subscriptions
>
>

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

Title:
  [raspi] screen corruption on online accounts webviews

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


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

[Bug 1946664] [NEW] account setup window becomes unconfigured

2021-10-11 Thread Luis Augusto Xavier Cruz
Public bug reported:

I installed ubuntu desktop on my Raspberrypi 4b. I set up the ubuntu
sign-one account, but to set up the Google and Microsoft account, the
window to enter the account data gets misconfigured on the screen and
does not read the fields to enter the data and set up access to my
accounts.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-1019.20-raspi 5.11.22
Uname: Linux 5.11.0-1019-raspi aarch64
ApportVersion: 2.20.11-0ubuntu65.3
Architecture: arm64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 11 12:12:33 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
GraphicsCard:
 
ImageMediaBuild: 20210421
Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805 USB 3.0 
Host Controller
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:BB:4B:64 
vc_mem.mem_base=0x3eb0 vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0 
console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait 
fixrtc quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
acpidump:
 
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~21.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 arm64-image corruption hirsute raspi-image ubuntu 
wayland-session

** Attachment added: "Unable to read the account setup window"
   
https://bugs.launchpad.net/bugs/1946664/+attachment/5531944/+files/Captura%20de%20tela%20de%202021-10-11%2012-14-41.png

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

Title:
  account setup window becomes unconfigured

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


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

[Bug 1943677] [NEW] In 21.04 driver 470 only the color white is mich high brightness ... not happen in 20.04

2021-09-14 Thread Augusto
Public bug reported:

Please see the link below with all details and screenshots
https://forums.developer.nvidia.com/t/color-white-is-using-high-value-bright-or-gamma/189004

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: nvidia-driver-470 470.63.01-0ubuntu0.21.04.2
ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
Uname: Linux 5.11.0-16-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu65
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: LXQt
Date: Wed Sep 15 02:14:55 2021
InstallationDate: Installed on 2021-09-15 (0 days ago)
InstallationMedia: Lubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
SourcePackage: nvidia-graphics-drivers-470
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute

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

Title:
  In 21.04 driver 470 only the color white is mich high brightness ...
  not happen in 20.04

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


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

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-17 Thread Erick Augusto Meira Silva
It also affects Ubuntu 20.04 LTS after a recent update.

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

Title:
  snap pt_BR locale shows warning every time

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


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

[Bug 1928479] [NEW] package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to install/upgrade:

2021-05-14 Thread Joao Augusto Maciel de Campos
Public bug reported:

package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to
install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o
script post-installation retornou erro do status de saída 1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.25-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-73.82-generic 5.4.106
Uname: Linux 5.4.0-73-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
AptOrdering:
 mysql-server-8.0:amd64: Install
 mysql-server-core-8.0:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri May 14 12:02:35 2021
ErrorMessage: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
InstallationDate: Installed on 2020-02-07 (462 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLVarLibDirListing: ['ca.pem', 'binlog.000477', 'corona01', 'binlog.000495', 
'binlog.000478', 'binlog.000475', 'server-key.pem', 'undo_001', 'undo_002', 
'mysql', 'ib_logfile0', 'binlog.000483', 'corona', 'binlog.000489', 
'binlog.000493', 'sys', 'binlog.000488', 'binlog.000492', 'binlog.000484', 
'binlog.000487', 'mysql.ibd', '#innodb_temp', 'ib_buffer_pool', 'binlog.index', 
'binlog.000480', 'private_key.pem', 'ca-key.pem', 'binlog.000486', 
'client-key.pem', 'client-cert.pem', 'binlog.000479', '#ib_16384_0.dblwr', 
'public_key.pem', 'binlog.000496', 'binlog.000494', 'ibdata1', 
'performance_schema', 'binlog.000485', '#ib_16384_1.dblwr', 'binlog.000481', 
'binlog.000476', 'auto.cnf', 'ib_logfile1', 'server-cert.pem', 'binlog.000491', 
'mysql_upgrade_info', 'debian-5.7.flag', 'binlog.000482', 'binlog.000490']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-73-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to 
install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
UpgradeStatus: Upgraded to focal on 2020-05-08 (371 days ago)

** Affects: mysql-8.0 (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/1928479

Title:
  package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to
  install/upgrade:

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

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

[Bug 1921104] Re: net/mlx5e: Add missing capability check for uplink follow

2021-04-21 Thread Fabio Augusto Miranda Martins
Another customer has provided positive feedback that it fixes the issue
on Focal:

5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021

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

Title:
  net/mlx5e: Add missing capability check for uplink follow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1921104/+subscriptions

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

[Bug 1923115] Re: Networkd vs udev nic renaming race condition

2021-04-20 Thread Fabio Augusto Miranda Martins
Customer has provided a positive feedback that the package in -proposed
fixed this bug

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

Title:
  Networkd vs udev nic renaming race condition

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

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

[Bug 1919261] [NEW] Upgrading Ceph from 14.2.11-0ubuntu0.19.10.1~cloud4 to 15.2.8-0ubuntu0.20.04.1~cloud0 fails when ceph-mds is installed

2021-03-15 Thread Fabio Augusto Miranda Martins
Public bug reported:

In a host where ceph-mds is installed, upgrading from
14.2.11-0ubuntu0.19.10.1~cloud4 to 15.2.8-0ubuntu0.20.04.1~cloud0 fails
with:

dpkg: error processing archive 
/tmp/apt-dpkg-install-Zen6uw/9-ceph-common_15.2.8-0ubuntu0.20.04.1~cloud0_amd64.deb
 (--unpack):
 trying to overwrite '/usr/bin/cephfs-data-scan', which is also in package 
ceph-mds 14.2.11-0ubuntu0.19.10.1~cloud4
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 
/tmp/apt-dpkg-install-Zen6uw/9-ceph-common_15.2.8-0ubuntu0.20.04.1~cloud0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

The problem happens because /usr/bin/cephfs-data-scan is provided by
ceph-mds in 14.2.11-0ubuntu0.19.10.1~cloud4:

# dpkg -S /usr/bin/cephfs-data-scan
ceph-mds: /usr/bin/cephfs-data-scan

However in 15.2.8-0ubuntu0.20.04.1~cloud0 it is provided by ceph-common:

# dpkg -S /usr/bin/cephfs-data-scan
ceph-common: /usr/bin/cephfs-data-scan

A quick workaround is to temporarily remove ceph-mds before the upgrade
(dpkg -r ceph-mds) and then perform the upgrade process using apt
install. It will upgrade all packages and reinstall ceph-mds.

** Affects: ceph (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/1919261

Title:
  Upgrading Ceph from 14.2.11-0ubuntu0.19.10.1~cloud4 to
  15.2.8-0ubuntu0.20.04.1~cloud0 fails when ceph-mds is installed

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-02-22 Thread Carlos Augusto França Schettini
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

The same issue.
Notebook Asus K501 with Nvidia card and LG external monitor. It works better 
with the Video Noveau driver than Nvidia 460 (when scaling the monitors, but 
this I another issue). The build-in monitor is 4k and the external one is 2k 
resolution. 
Everytime I need to reboot I need to unplug the HDMI, else the boot fails. 
What I think curious is that the systems gives the preference to the secondary 
monitor instead the build-in, showing the GRUB or the logig after suspend.
I recently migrate from Windows 10 to Ubuntu-Mate... I learned how to 'survive' 
this annoying behavior, but would appreciate very much any help to fix.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1887517] [NEW] package inkscape 0.92.5-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-07-14 Thread Antoniel Augusto Severo Gomes
Public bug reported:

The package is always returning a problem. I'm trying it weeks ago.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: inkscape 0.92.5-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.3
AptOrdering:
 linux-headers-5.4.0-33-generic:amd64: Remove
 linux-headers-5.4.0-33:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Jul 14 13:50:41 2020
DpkgTerminalLog:
 Removing linux-headers-5.4.0-33-generic (5.4.0-33.37) ...
 Removing linux-headers-5.4.0-33 (5.4.0-33.37) ...
 dpkg: error processing package inkscape (--configure):
  package is in a very bad inconsistent state; you should
  reinstall it before attempting configuration
DuplicateSignature:
 package:inkscape:0.92.5-1ubuntu1
 Removing linux-headers-5.4.0-33 (5.4.0-33.37) ...
 dpkg: error processing package inkscape (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2020-04-24 (80 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, unpackaged
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: inkscape
Title: package inkscape 0.92.5-1ubuntu1 failed to install/upgrade: package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: inkscape (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/1887517

Title:
  package inkscape 0.92.5-1ubuntu1 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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

[Bug 1882384] [NEW] Minimal installation, with dual boot, with partitioning / swap / bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

2020-06-06 Thread Leandro Augusto Párraga Campos
Public bug reported:

Minimal installation, with dual boot, with partitioning
/ swap
/ bootgrup
/ xubuntu
/ ubuntu
/ home
/backup
..GTP partitioning table

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/n/nvidia-graphics-drivers-390/libnvidia-compute-390_390.132-0ubuntu2_i386.deb
 ./pool/main/l/linux-oem-5.6/linux-modules-5.6.0-1007-oem_5.6.0-1007.7_amd64.deb
CasperMD5CheckResult: fail
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun  6 13:22:19 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.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 focal ubiquity-20.04.15 ubuntu

** Attachment added: "syslog"
   https://bugs.launchpad.net/bugs/1882384/+attachment/5381055/+files/syslog

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

Title:
  Minimal installation, with dual boot, with partitioning / swap /
  bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

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

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

[Bug 1874495] [NEW] package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-04-23 Thread Luiz Augusto
Public bug reported:

Simply did 'sudo do-release-upgrade -d' on WSL 1

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: libc6:amd64 2.31-0ubuntu9
ProcVersionSignature: Microsoft 4.4.0-18362.476-Microsoft 4.4.35
Uname: Linux 4.4.0-18362-Microsoft x86_64
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
Date: Thu Apr 23 13:56:43 2020
Dmesg: [0.013846]  Microsoft 4.4.0-18362.476-Microsoft 4.4.35
ErrorMessage: installed libc6:amd64 package post-installation script subprocess 
returned error exit status 1
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: glibc
Title: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed 
libc6:amd64 package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: Upgraded to eoan on 2020-04-23 (0 days ago)

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


** Tags: amd64 apport-package eoan need-duplicate-check uec-images

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1860306] Re: Linux kernel 5.3.0-26 breaks nvidia driver

2020-01-23 Thread Arammys Augusto
Same hear, when a updated my kernel version broke my system. I was using
KDE neon testing edition and i think was bacause of this, then a
reinstall my OS same thing... then i realize was that... someone has the
solution? or near... Sorry about my english is not my first language.

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

Title:
  Linux kernel 5.3.0-26 breaks nvidia driver

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

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

[Bug 1740180]

2020-01-21 Thread Augusto-pace
This issue was reproducible on Windows 10 with Firefox Nightly version
74.0a1 (2020-01-14) (64-bit). Marked as affected and all platforms.

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

Title:
  Firefox stops loading Farmville 2 and hangs.

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

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

[Bug 1852077] Re: Backport: bonding: fix state transition issue in link monitoring

2020-01-10 Thread Fabio Augusto Miranda Martins
Hi Po,

IIUC this bug is related to commit
627450ac21f7f4a44b949c5d5e2c35829ff1784f, which is in 4.15.0-74,  which
I see now in -updates / -security. Isn't it completed yet?

$ git tag --contains 627450ac21f7f4a44b949c5d5e2c35829ff1784f
Ubuntu-4.15.0-73.82
Ubuntu-4.15.0-74.84
Ubuntu-raspi2-4.15.0-1053.57
Ubuntu-snapdragon-4.15.0-1070.77


$ rmadison linux-image-4.15.0-74-generic
 linux-image-4.15.0-74-generic | 4.15.0-74.83~16.04.1 | xenial-security | 
amd64, arm64, armhf, i386, ppc64el, s390x
 linux-image-4.15.0-74-generic | 4.15.0-74.83~16.04.1 | xenial-updates  | 
amd64, arm64, armhf, i386, ppc64el, s390x
 linux-image-4.15.0-74-generic | 4.15.0-74.84 | bionic-security | 
amd64, arm64, armhf, i386, ppc64el, s390x
 linux-image-4.15.0-74-generic | 4.15.0-74.84 | bionic-updates  | 
amd64, arm64, armhf, i386, ppc64el, s390x

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

Title:
  Backport: bonding: fix state transition issue in link monitoring

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

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

[Bug 1855542] Re: Touchpad not working

2019-12-07 Thread Leandro Augusto da Costa
EVTEST log

** Attachment added: "EVTEST log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1855542/+attachment/5310515/+files/evtest

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

Title:
  Touchpad not working

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

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

[Bug 1855542] [NEW] Touchpad not working

2019-12-07 Thread Leandro Augusto da Costa
Public bug reported:

After installation "zsh-autosuggestions", following instructions on:
https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
, my note touchpad stopped work.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-72-generic 4.15.0-72.81
ProcVersionSignature: Ubuntu 4.15.0-72.81-generic 4.15.18
Uname: Linux 4.15.0-72-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leandro2537 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec  7 11:07:08 2019
InstallationDate: Installed on 2018-12-06 (366 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: LENOVO 80YH
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic 
root=UUID=d1ee713a-114d-4799-9071-37939c97549c ro i8042.reset quiet splash 
vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-72-generic N/A
 linux-backports-modules-4.15.0-72-generic  N/A
 linux-firmware 1.173.12
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/30/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: 4WCN29WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Cairo 5A
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40688 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 320-15IKB
dmi.modalias: 
dmi:bvnLENOVO:bvr4WCN29WW:bd09/30/2017:svnLENOVO:pn80YH:pvrLenovoideapad320-15IKB:rvnLENOVO:rnCairo5A:rvrSDK0J40688WIN:cvnLENOVO:ct10:cvrLenovoideapad320-15IKB:
dmi.product.family: IDEAPAD
dmi.product.name: 80YH
dmi.product.version: Lenovo ideapad 320-15IKB
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug bionic

** Attachment added: "devices"
   https://bugs.launchpad.net/bugs/1855542/+attachment/5310498/+files/devices

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

Title:
  Touchpad not working

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

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

[Bug 1853510] Re: "*** buffer overflow detected" when running atop

2019-11-22 Thread Fabio Augusto Miranda Martins
** Package changed: tree (Ubuntu) => atop (Ubuntu)

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

Title:
  "*** buffer overflow detected" when running  atop

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

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

[Bug 1829823] Re: libvirt-bin: during shutdown libvirt-bin is stopped before libvirt-guests causing hang

2019-10-28 Thread Fabio Augusto Miranda Martins
Hello Corey and Matthew,

I just want to confirm that I've installed libvirt-bin
1.3.1-1ubuntu10.28~cloud0 from mitaka-proposed in a Ubuntu Trusty and it
fixes the issue.

I'm tagging verification-done-mitaka here.

Thank you very much.

Regards,
Fabio Martins

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

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

Title:
  libvirt-bin: during shutdown libvirt-bin is stopped before libvirt-
  guests causing hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1829823/+subscriptions

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

[Bug 1841122] [NEW] I cant install ubunto OS

2019-08-22 Thread Rodrigo Augusto Santos de Souza
Public bug reported:

I try to install ubuntu OS.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Thu Aug 22 20:27:23 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.12 ubuntu

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

Title:
  I cant install ubunto OS

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

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

[Bug 1789252] Re: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in kernel

2019-05-20 Thread Augusto
Hi, I actualized my kernel to 5.1.3 and now the touchpad works! But
still have problems with the suspend mode. I have a Lenovo v130-15IGM,
Ubuntu 19.04 x64

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

Title:
  Lenovo V130-14IGM: Touchpad not working  due to missing ACPI in kernel

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

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

[Bug 1789252] Re: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in kernel

2019-05-15 Thread Augusto
I actualized my kernel to 5.2 and there is no result. My touchpad
doesn't work nor the suspend mode. I have a Lenovo v130-15IGM, Ubuntu
19.04 x64

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

Title:
  Lenovo V130-14IGM: Touchpad not working  due to missing ACPI in kernel

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

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

[Bug 1813822] [NEW] Improve log messages during iSCSI login failures (specially related to iSCSI redirection)

2019-01-29 Thread Fabio Augusto Miranda Martins
Public bug reported:

When an iSCSI Storage (eg.: SolidFire) uses iSCSI redirects, the initial
login fails, but it just logs "Login authentication failed with target",
while the tcpdump actually shows what exactly was happening. For
example:

1. Ubuntu tries to login to the Target IP (10.5.0.26):
24  8.85875610.5.0.710.5.0.26   iSCSI   252 Login 
Command

2. The Storage (10.5.0.26) replies with:
27  8.86031810.5.0.26   10.5.0.7iSCSI   148 Login 
Response (Target moved temporarily)

The iSCSI packet contains "TargetAddress=10.5.0.18:3260", which is the
new iSCSI Portal that we should use:

3. Ubuntu then tries to login to the new portal:
50  9.37749110.5.0.710.5.0.18   iSCSI   252 Login 
Command

4. Which succeeds:
57  9.37908210.5.0.18   10.5.0.7iSCSI   156 Login 
Response (Success)


But in /var/log/syslog, the only message that is displayed is:

Jan 22 16:01:52 xenial-initiator iscsid: Login authentication failed
with target iqn.1993-08.org.debian:01:4df860e415a6:redirect

As an enhancement request, it would be good to see the login redirection
being logged into syslog. The same behavior applies to Trusty, Xenial
and Bionic.

The same request has been made upstream, but it has been considered low
priority so far: https://github.com/open-iscsi/open-iscsi/issues/117

** Affects: open-iscsi (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/1813822

Title:
  Improve log messages during iSCSI login failures (specially related to
  iSCSI redirection)

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

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

[Bug 1789252] Re: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in kernel

2018-12-25 Thread Augusto
Same problem, i have a Lenovo v130-15IGM, Ubuntu 18.04 x64, kernel 4.19

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

Title:
  Lenovo V130-14IGM: Touchpad not working  due to missing ACPI in kernel

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

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

[Bug 1663280] Re: Serious performance degradation of math functions

2018-12-14 Thread Fabio Augusto Miranda Martins
** Changed in: glibc (Ubuntu Xenial)
   Importance: Medium => Low

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

Title:
  Serious performance degradation of math functions

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

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

Re: [Bug 1779237] Re: package python3 3.6.5-3ubuntu1 failed to install/upgrade: installed python3 package post-installation script subprocess returned error exit status 4

2018-11-28 Thread Luiz Augusto
Site, it also worked for me.

Em qua, 28 de nov de 2018 13:16, Théo Vervaet <1779...@bugs.launchpad.net
escreveu:

> Solution proposed by Dimitri worked also for me
>
> Thanks very much Dimitri
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1781708).
> https://bugs.launchpad.net/bugs/1779237
>
> Title:
>   package python3 3.6.5-3ubuntu1 failed to install/upgrade: installed
>   python3 package post-installation script subprocess returned error
>   exit status 4
>
> Status in python3-defaults package in Ubuntu:
>   Invalid
>
> Bug description:
>   Only Ubuntu Update
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 18.04
>   Package: python3 3.6.5-3ubuntu1
>   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.2
>   Architecture: amd64
>   Date: Thu Jun 28 22:51:28 2018
>   ErrorMessage: installed python3 package post-installation script
> subprocess returned error exit status 4
>   InstallationDate: Installed on 2018-04-13 (76 days ago)
>   InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64
> (20180228)
>   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.2
>   SourcePackage: python3-defaults
>   Title: package python3 3.6.5-3ubuntu1 failed to install/upgrade:
> installed python3 package post-installation script subprocess returned
> error exit status 4
>   UpgradeStatus: Upgraded to bionic on 2018-05-03 (56 days ago)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1779237/+subscriptions
>

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

Title:
  package python3 3.6.5-3ubuntu1 failed to install/upgrade: installed
  python3 package post-installation script subprocess returned error
  exit status 4

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

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

[Bug 1804286] [NEW] package python3-pyqt5 5.10.1+dfsg-1ubuntu2 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-11-20 Thread Luiz Augusto
Public bug reported:

On Openshot installation that error have occured. On PiTiVi installation
too. Running Xubuntu 18.04 updated.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3-pyqt5 5.10.1+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
Date: Tue Nov 20 16:23:05 2018
ErrorMessage: problemas de dependência - deixando desconfigurado
InstallationDate: Installed on 2018-06-29 (143 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
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: pyqt5
Title: package python3-pyqt5 5.10.1+dfsg-1ubuntu2 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pyqt5 (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/1804286

Title:
  package python3-pyqt5 5.10.1+dfsg-1ubuntu2 failed to install/upgrade:
  problemas de dependência - deixando desconfigurado

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

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

[Bug 1800564] [NEW] installation error grub

2018-10-29 Thread augusto fernandez
Public bug reported:

error installing ubuntu in amd64 system package: grub-efi-amd64-signed

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 29 19:42:39 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=es_AR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_AR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  installation error grub

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

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

[Bug 1793430] Re: Page leaking in cachefiles_read_backing_file while vmscan is active

2018-10-10 Thread Fabio Augusto Miranda Martins
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Page leaking in cachefiles_read_backing_file while vmscan is active

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

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

[Bug 1784478] [NEW] package python3-update-manager 1:18.04.11.3 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-07-30 Thread Luiz Augusto
Public bug reported:

I can't specify when it crashes

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3-update-manager 1:18.04.11.3
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 clamav-base:amd64: Install
 NULL: ConfigurePending
Aptdaemon:
 
Architecture: amd64
Date: Sun Jul 29 09:24:45 2018
ErrorMessage: problemas de dependência - deixando desconfigurado
GsettingsChanges:
 
InstallationDate: Installed on 2018-05-03 (88 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: update-manager
Title: package python3-update-manager 1:18.04.11.3 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: update-manager (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/1784478

Title:
  package python3-update-manager 1:18.04.11.3 failed to install/upgrade:
  problemas de dependência - deixando desconfigurado

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

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

[Bug 1781708] [NEW] Applet crhases on login >> package gnome-shell 3.28.2-0ubuntu0.18.04.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-07-14 Thread Luiz Augusto
Public bug reported:

This error have occurred after login

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-24.26-generic 4.15.18
Uname: Linux 4.15.0-24-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 thunderbird-locale-en-us:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Jul 14 08:16:02 2018
DisplayManager: gdm3
ErrorMessage: problemas de dependência - deixando desconfigurado
GsettingsChanges:
 
InstallationDate: Installed on 2018-05-03 (71 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-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.2
SourcePackage: gnome-shell
Title: package gnome-shell 3.28.2-0ubuntu0.18.04.1 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (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/1781708

Title:
  Applet crhases on login >> package gnome-shell 3.28.2-0ubuntu0.18.04.1
  failed to install/upgrade: problemas de dependência - deixando
  desconfigurado

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

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

[Bug 1734327] Re: Kernel panic on a nfsroot system

2018-04-11 Thread Fabio Augusto Miranda Martins
** Changed in: linux (Ubuntu Artful)
   Status: Fix Committed => Confirmed

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

Title:
  Kernel panic on a nfsroot system

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

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

[Bug 683725] Re: When I format an usb key, after remount it opens the empty device twice.

2018-02-13 Thread Fabio Augusto Miranda Martins
Thank you for filing this bug. I tried to reproduce it in Xenial, but it
seems this behavior is no longer happening and very likely is already
fixed, so I'm closing this bug as invalid. This is also a duplicate of
686780.

** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

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

Title:
  When I format an usb key, after remount it opens the empty device
  twice.

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

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

[Bug 686780] Re: USB format opens two nautilus windows

2018-02-13 Thread Fabio Augusto Miranda Martins
Thank you for filing this bug. I tried to reproduce it in Xenial, but it
seems this behavior is no longer happening and very likely is already
fixed, so I'm closing this bug as invalid. This is also a duplicate of
683725.

** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

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

Title:
  USB format opens two nautilus windows

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

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

[Bug 334806] Re: nautilus disappear desktop icons and freeze open folders on jaunty

2018-02-13 Thread Fabio Augusto Miranda Martins
We are closing this bug report as it is related to a no longer supported
version of Ubuntu + Kernel + Nautilus and this issue has not been
observed in any recent and supported releases.

** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

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

Title:
  nautilus disappear desktop icons and freeze open folders on jaunty

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

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

[Bug 1207384] Re: apache2 failure to start on boot when binding to IPv6 address

2018-01-24 Thread Fabio Augusto Miranda Martins
Thank you for submitting this bug. We're sorry, but this problem needs
to be fixed in ifupdown, not in apache2. Ubuntu 12.04 is no longer a
supported version. This bug is being changed to invalid for this reason.

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

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

Title:
  apache2 failure to start on boot when binding to IPv6 address

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

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2017-12-22 Thread Otavio Augusto Gomes
I've installed Ubuntu 17.10 in my Dell Vostro 5470 and it has not
affected. The BIOS are ok.

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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

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

[Bug 1666432] Re: Internet drops every few minutes on wired and wireless connection

2017-11-16 Thread Otávio Augusto Soares
Same here on Ubuntu 17.10

*-network 
   description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@:04:00.0
   logical name: enp4s0
   version: 10
   serial: 20:47:47:76:7b:a5
   size: 10Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
   resources: irq:317 ioport:d000(size=256) memory:df304000-df304fff 
memory:df30-df303fff
  *-network
   description: Wireless interface
   product: Wireless 3165
   vendor: Intel Corporation
   physical id: 0
   bus info: pci@:05:00.0
   logical name: wlp5s0
   version: 79
   serial: 08:d4:0c:a8:60:a6
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
   configuration: broadcast=yes driver=iwlwifi 
driverversion=4.13.0-16-lowlatency firmware=29.541020.0 ip=192.168.0.11 
latency=0 link=yes multicast=yes wireless=IEEE 802.11
   resources: irq:319 memory:df20-df201fff

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

Title:
  Internet drops every few minutes on wired and wireless connection

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

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

[Bug 1730117] [NEW] package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-11-04 Thread Carlos Augusto Locatelli Jr.
Public bug reported:

every time i install the program kde-connect happened this bug with my
Mysql server.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.20-0ubuntu0.16.04.1
Uname: Linux 4.13.2-041302-generic i686
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: i386
Date: Fri Nov  3 22:38:31 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['auto.cnf', 'ib_logfile1', 'performance_schema', 
'mysql_upgrade_info', 'sys', 'phpmyadmin', 'ibdata1', 'ib_logfile0', 
'DBEntidades', 'ib_buffer_pool', 'debian-5.7.flag', 'mysql', 'Imaginario', 
'DBPessoas', 'Orcamentos']
ProcCmdline: BOOT_IMAGE=/vmlinuz-4.13.2-041302-generic 
root=UUID=447dab25-761a-4bfa-8955-41521b49eafd ro acpi_backlight=vendor
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to 
install/upgrade: sub-processo script post-installation instalado retornou 
estado de saída de erro 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: [modified]
mtime.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: 2017-10-21T00:08:47.313584
upstart.mysql.override: manual

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


** Tags: apport-package i386 third-party-packages xenial

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

Title:
  package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

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

[Bug 1720689] [NEW] package java-common 0.57ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-01 Thread Carlos Augusto Niño Díaz
Public bug reported:

Im trying to install Minecraft

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: java-common 0.57ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
Date: Sun Oct  1 16:21:11 2017
Dependencies:
 
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2017-10-01 (0 days ago)
InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4.6~17.04.1
SourcePackage: java-common
Title: package java-common 0.57ubuntu1 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: java-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package zesty

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

Title:
  package java-common 0.57ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

[Bug 1713566] [NEW] package libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2017-08-28 Thread Augusto Fontes
Public bug reported:

need help

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Aug 23 22:40:24 2017
ErrorMessage: problemas de dependência - deixando desconfigurado
InstallationDate: Installed on 2017-06-21 (68 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: qt4-x11
Title: package libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2 failed to 
install/upgrade: problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qt4-x11 (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/1713566

Title:
  package libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2 failed to
  install/upgrade: problemas de dependência - deixando desconfigurado

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

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

[Bug 1713565] [NEW] package libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2017-08-28 Thread Augusto Fontes
Public bug reported:

this bug is not cool

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Aug 23 22:40:20 2017
ErrorMessage: problemas de dependência - deixando desconfigurado
InstallationDate: Installed on 2017-06-21 (68 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: qt4-x11
Title: package libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qt4-x11 (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/1713565

Title:
  package libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2 failed to
  install/upgrade: problemas de dependência - deixando desconfigurado

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

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

[Bug 1701732] [NEW] package linux-image-4.8.0-58-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-30 Thread Vitor Bacelar de Paula Augusto
*** This bug is a duplicate of bug 1701310 ***
https://bugs.launchpad.net/bugs/1701310

Public bug reported:

i dont know

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.8.0-58-generic (not installed)
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Fri Jun 30 01:11:46 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: linux-hwe
Title: package linux-image-4.8.0-58-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-hwe (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/1701732

Title:
  package linux-image-4.8.0-58-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1696053] [NEW] package apport 2.20.4-0ubuntu4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-06-05 Thread augusto ingenito
Public bug reported:

mi si blocca devo forzarlo tenendo premuto il tasto di accensione

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: apport 2.20.4-0ubuntu4
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportLog: ERROR: apport (pid 4801) Mon Jun  5 23:01:58 2017: host pid 3093 
crashed in a container without apport support
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CrashReports:
 640:1000:122:4522930:2017-05-31 23:41:50.697556018 +0200:2017-05-31 
23:41:51.697556018 
+0200:/var/crash/_opt_teamviewer_tv_bin_TVGuiDelegate.1000.crash
 600:0:122:82663:2017-06-06 00:06:25.052346229 +0200:2017-06-06 
00:06:26.052346229 +0200:/var/crash/apport.0.crash
Date: Tue Jun  6 00:06:24 2017
DuplicateSignature:
 package:apport:2.20.4-0ubuntu4
 Processing triggers for libc-bin (2.24-9ubuntu2) ...
 dpkg: error processing package apport (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2017-05-05 (31 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: apport
Title: package apport 2.20.4-0ubuntu4 failed to install/upgrade: package is in 
a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  package apport 2.20.4-0ubuntu4 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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


[Bug 1657857] [NEW] package language-selector-common 0.165.4 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-01-19 Thread Augusto César
Public bug reported:

bug

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: language-selector-common 0.165.4
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Thu Jan 19 16:12:42 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: language-selector
Title: package language-selector-common 0.165.4 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: language-selector (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/1657857

Title:
  package language-selector-common 0.165.4 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

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

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

[Bug 1657855] [NEW] package ubuntu-drivers-common 1:0.4.17.2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-01-19 Thread Augusto César
Public bug reported:

bug

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: ubuntu-drivers-common 1:0.4.17.2
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Thu Jan 19 16:12:45 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: ubuntu-drivers-common
Title: package ubuntu-drivers-common 1:0.4.17.2 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-drivers-common (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/1657855

Title:
  package ubuntu-drivers-common 1:0.4.17.2 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

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

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

[Bug 1657856] [NEW] package ubuntu-drivers-common 1:0.4.17.2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-01-19 Thread Augusto César
Public bug reported:

bug

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: ubuntu-drivers-common 1:0.4.17.2
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Thu Jan 19 16:12:45 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: ubuntu-drivers-common
Title: package ubuntu-drivers-common 1:0.4.17.2 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-drivers-common (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/1657856

Title:
  package ubuntu-drivers-common 1:0.4.17.2 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

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

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

[Bug 1657858] [NEW] package language-selector-common 0.165.4 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-01-19 Thread Augusto César
Public bug reported:

bug

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: language-selector-common 0.165.4
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Thu Jan 19 16:12:42 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: language-selector
Title: package language-selector-common 0.165.4 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: language-selector (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/1657858

Title:
  package language-selector-common 0.165.4 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

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

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

[Bug 1653132] [NEW] Black screen log in after upgrade to 16.10 (coming from 14.04) when using nouveau. Same issue if I use the 3rd parties drivers from NVIDIA.

2016-12-29 Thread Desnes Augusto Nunes do Rosário
Public bug reported:

I finally had the time to upgrade my Sony vaio SVF15N17CXB from Ubuntu
14.04 to Ubuntu 16.10. The nouveau and also the nvidia drivers use to
work perfectly on ubuntu 14.04, but neither work properly on 16.10.

lspci | grep "3D\|VGA"
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 735M] (rev a1)

When booting, I hear the log in sound but the screen is just black. In
order to actually get a screen I can add 'nomodeset' to the kernel line
(not always works) or also use the advanced options to ubuntu ->
recovery mode -> resume normal boot (always works). If the system
hibernates or if I lock the screen, black screen.

I already found similar bugs online and found an infinite amount of
suggestions (e.g. http://askubuntu.com/questions/760374/ubuntu-16-04
-nvidia-driver-blank-screen) but I didn't find nothing really
conclusive. Moreover, I also tried IRC at the #ubuntu and #nvidia
channels a couple of months ago, but didn't had any luck with the
information I received. Back then, I was advised to try installing the
new nvidia drivers by hand, but that didn't work (had to format it
afterwards). Nvidia's driver's get installed works ... but then it
suddenly crashes, or it gives me the black screen eventually. Basically,
after a lot of formating I am reaching the conclusion that some
important X code was removed from the version 14.04 to 16.10.

Lastly, I also dual boot with Windows 8.1, which is working fine, thus
my hardware is ok.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xserver-xorg-video-nouveau 1:1.0.12-2
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.3-0ubuntu8.2
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: Thu Dec 29 12:14:58 2016
DistUpgraded: Fresh install
DistroCodename: yakkety
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Sony Corporation Haswell-ULT Integrated Graphics Controller 
[104d:90c3]
   Subsystem: Sony Corporation GK208M [GeForce GT 735M] [104d:90c3]
InstallationDate: Installed on 2016-11-01 (57 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: Sony Corporation SVF15N17CXB
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-30-generic 
root=UUID=aa507252-7abc-4f5c-b1e3-f5b83cee8be6 ro recovery nomodeset
Renderer: Software
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/18/2014
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: R1140DD
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR1140DD:bd09/18/2014:svnSonyCorporation:pnSVF15N17CXB:pvrC10K1FAU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: SVF15N17CXB
dmi.product.version: C10K1FAU
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
xserver.bootTime: Thu Dec 29 11:38:00 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu6.1

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 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/1653132

Title:
  Black screen log in after upgrade to 16.10 (coming from 14.04) when
  using nouveau. Same issue if I use the 3rd parties drivers from
  NVIDIA.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1653132/+subscriptions

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

[Bug 1650570] [NEW] package python3-problem-report 2.20.1-0ubuntu2.4 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2016-12-16 Thread Augusto César
Public bug reported:

I don't know about this, but i would like to help the commmunity.
Thanks.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python3-problem-report 2.20.1-0ubuntu2.4
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
ApportLog:
 
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Fri Dec 16 12:29:57 2016
Dependencies:
 
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: apport
Title: package python3-problem-report 2.20.1-0ubuntu2.4 failed to 
install/upgrade: sub-processo script post-installation instalado retornou 
estado de saída de erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apport (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/1650570

Title:
  package python3-problem-report 2.20.1-0ubuntu2.4 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

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

[Bug 1626753] [NEW] Unity don't start after fresh installation, inoperable system, incomplete $PATH

2016-09-22 Thread Luiz Augusto Rocha
Public bug reported:

I was switching from Fedora 23, and my /home directory is in a separated
partition, the same that I've choose to Ubuntu 16.04.1, so after the
installation on the first login, the Unity failed to start, only the
background was showing.

When I opened the terminal and hit ls, the following message was shown:

Command 'ls' is available in '/bin/ls'
The command could not be located because '/bin' is not included in the PATH 
environment variable.
ls: command not found

So only /bin/ls to work

So I've set /bin on /etc/environment, but didn't work
PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"

Executing the command unity on the terminal works, a little buggy :(

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160715-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-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
CurrentDesktop: Unity
Date: Thu Sep 22 18:20:10 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Core Processor Integrated Graphics 
Controller [103c:172a]
InstallationDate: Installed on 2016-09-22 (0 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
Lsusb:
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 138a:0007 Validity Sensors, Inc. VFS451 Fingerprint 
Reader
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Hewlett-Packard HP EliteBook 8440p
PccardctlStatus:
 Socket 0:
   3.3V
  16-bit
  PC Card
   Subdevice 0 (function 0) bound to driver "pata_pcmcia"
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic 
root=UUID=59050a1a-ffea-42e2-83e4-ad6fefdfa622 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/25/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CCU Ver. F.11
dmi.board.name: 172A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 30.31
dmi.chassis.asset.tag: BRG107FRFQ
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CCUVer.F.11:bd11/25/2010:svnHewlett-Packard:pnHPEliteBook8440p:pvr:rvnHewlett-Packard:rn172A:rvrKBCVersion30.31:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8440p
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.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
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Sep 22 18:08:00 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 530 
 vendor LGD
xserver.version: 2:1.18.3-1ubuntu2.2

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


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

** Attachment added: "Terminal without window"
   
https://bugs.launchpad.net/bugs/1626753/+attachment/4746509/+files/Screenshot%20from%202016-09-22%2018-11-31.png

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

Title:
  Unity don't start after fresh installation, inoperable system,
  incomplete $PATH

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

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


[Bug 1623646] [NEW] package snap (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 2.14.2~16.04

2016-09-14 Thread Thiago Rider Augusto
Public bug reported:

I issued the command

sudo apt-get install snap

And it break with an error:

Lendo listas de pacotes... Pronto
Construindo árvore de dependências   
Lendo informação de estado... Pronto
Os NOVOS pacotes a seguir serão instalados:
  snap
0 pacotes atualizados, 1 pacotes novos instalados, 0 a serem removidos e 13 não 
atualizados.
É preciso baixar 375 kB de arquivos.
Depois desta operação, 2.708 kB adicionais de espaço em disco serão usados.
Obter:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 snap amd64 
2013-11-29-1ubuntu2 [375 kB]
Baixados 375 kB em 1s (237 kB/s)
A seleccionar pacote anteriormente não seleccionado snap.
(Lendo banco de dados ... 428697 ficheiros e directórios actualmente 
instalados.)
A preparar para desempacotar .../snap_2013-11-29-1ubuntu2_amd64.deb ...
A descompactar snap (2013-11-29-1ubuntu2) ...
dpkg: erro ao processar o arquivo 
/var/cache/apt/archives/snap_2013-11-29-1ubuntu2_amd64.deb (--unpack):
 a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no 
pacote snapd 2.14.2~16.04
A processar 'triggers' para man-db (2.7.5-1) ...
Erros foram encontrados durante o processamento de:
 /var/cache/apt/archives/snap_2013-11-29-1ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: snap (not installed)
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 snap: Install
 snap: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Sep 14 17:03:32 2016
DpkgTerminalLog:
 A preparar para desempacotar .../snap_2013-11-29-1ubuntu2_amd64.deb ...
 A descompactar snap (2013-11-29-1ubuntu2) ...
 dpkg: erro ao processar o arquivo 
/var/cache/apt/archives/snap_2013-11-29-1ubuntu2_amd64.deb (--unpack):
  a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no 
pacote snapd 2.14.2~16.04
ErrorMessage: a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que 
também está no pacote snapd 2.14.2~16.04
InstallationDate: Installed on 2016-04-23 (144 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: snap
Title: package snap (not installed) failed to install/upgrade: a tentar 
sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 
2.14.2~16.04
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: snap (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/1623646

Title:
  package snap (not installed) failed to install/upgrade: a tentar
  sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no
  pacote snapd 2.14.2~16.04

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

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

Re: [Bug 1579428] Re: package matlab-support 0.0.19+nmu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2016-05-14 Thread luiz augusto vieira
Thanks a lot!
Em 11/05/2016 19:45, "Steve Beattie"  escreveu:

> Please also note that Ubuntu MATE 15.04 (along with all other Ubuntu
> 15.04 releases) has reached end of support. Please consider upgrading to
> 15.10. Thank you.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1579428
>
> Title:
>   package matlab-support 0.0.19+nmu1 failed to install/upgrade: sub-
>   processo script post-installation instalado retornou estado de saída
>   de erro 1
>
> Status in matlab-support package in Ubuntu:
>   New
>
> Bug description:
>   don't work
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 15.04
>   Package: matlab-support 0.0.19+nmu1
>   ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
>   Uname: Linux 3.19.0-15-generic i686
>   NonfreeKernelModules: wl
>   ApportVersion: 2.17.2-0ubuntu1.8
>   Architecture: i386
>   Date: Sat May  7 17:45:58 2016
>   ErrorMessage: sub-processo script post-installation instalado retornou
> estado de saída de erro 1
>   InstallationDate: Installed on 2015-08-25 (256 days ago)
>   InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release i386
> (20150422.1)
>   PackageArchitecture: all
>   RelatedPackageVersions:
>dpkg 1.17.25ubuntu1.1
>apt  1.0.9.7ubuntu4.2
>   SourcePackage: matlab-support
>   Title: package matlab-support 0.0.19+nmu1 failed to install/upgrade:
> sub-processo script post-installation instalado retornou estado de saída de
> erro 1
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/matlab-support/+bug/1579428/+subscriptions
>

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

Title:
  package matlab-support 0.0.19+nmu1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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

[Bug 1539756] [NEW] package python-oneconf 0.3.7 failed to install/upgrade: sub-processo novo script pre-removal retornou estado de saída de erro 1

2016-01-29 Thread Augusto
Public bug reported:

  File "/usr/bin/unity", line 64
print "WARNING: no DISPLAY variable set, setting it to :0"
 ^
SyntaxError: Missing parentheses in call to 'print'

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python-oneconf 0.3.7
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Fri Jan 29 16:51:40 2016
DuplicateSignature: package:python-oneconf:0.3.7:sub-processo novo script 
pre-removal retornou estado de saída de erro 1
ErrorMessage: sub-processo novo script pre-removal retornou estado de saída de 
erro 1
InstallationDate: Installed on 2014-02-26 (701 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: oneconf
Title: package python-oneconf 0.3.7 failed to install/upgrade: sub-processo 
novo script pre-removal retornou estado de saída de erro 1
UpgradeStatus: Upgraded to trusty on 2014-04-29 (640 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  package python-oneconf 0.3.7 failed to install/upgrade: sub-processo
  novo script pre-removal retornou estado de saída de erro 1

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

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

[Bug 1165609] Re: There is no apparent way to stop Orca

2015-12-11 Thread Antonio Augusto Barcellos de Castro Monteiro
ubuntu 14.04 TT ...shes not close and need  pitch control

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

Title:
  There is no apparent way to stop Orca

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1165609/+subscriptions

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


[Bug 1165609] Re: There is no apparent way to stop Orca

2015-12-11 Thread Antonio Augusto Barcellos de Castro Monteiro
good diction and agreement in scores  but still do not know rewrite the text.

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

Title:
  There is no apparent way to stop Orca

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1165609/+subscriptions

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


[Bug 1515417] [NEW] package libroken18-heimdal:i386 1.6~rc2+dfsg-10ubuntu1 failed to install/upgrade: package libroken18-heimdal:i386 is already installed and configured

2015-11-11 Thread Yuri Augusto da Silveira
Public bug reported:

esse erro apareceu quando eu fiz uma atualização que foi solicitada,
ainda não sei da onde é esse erro

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libroken18-heimdal:i386 1.6~rc2+dfsg-10ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
Uname: Linux 3.16.0-37-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Wed Nov 11 20:10:24 2015
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4
 libgcc1 1:5.2.1-22ubuntu2
DuplicateSignature: 
package:libroken18-heimdal:i386:1.6~rc2+dfsg-10ubuntu1:package 
libroken18-heimdal:i386 is already installed and configured
ErrorMessage: package libroken18-heimdal:i386 is already installed and 
configured
InstallationDate: Installed on 2015-04-16 (209 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: i386
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5
 apt  1.0.10.2ubuntu1
SourcePackage: dpkg
Title: package libroken18-heimdal:i386 1.6~rc2+dfsg-10ubuntu1 failed to 
install/upgrade: package libroken18-heimdal:i386 is already installed and 
configured
UpgradeStatus: Upgraded to wily on 2015-10-27 (15 days ago)

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


** Tags: already-installed apport-package i386 need-duplicate-check wily

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

Title:
  package libroken18-heimdal:i386 1.6~rc2+dfsg-10ubuntu1 failed to
  install/upgrade: package libroken18-heimdal:i386 is already installed
  and configured

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

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

  1   2   3   4   5   >