[Bug 1950026] [NEW] gnome-shell leaks mem, 13.8G virt, 1.3G reserved after few days of uptime

2021-11-05 Thread Andrey Lelikov
Public bug reported:

gnome-shell leaks memory like crazy. after 4 days of uptime it uses
13.8G virt and 1.3G reserved mem. This is after I switched to wayland to
mitigate the same issue, but on X.org it was much more crazier - about
20G virt / 1.5G reserved after one-two days of uptime, only the leak was
in X.org process (2 of them, greeter and main), not gnome-shell.


p.s. I do understand that gnome is the best piece of software, and I just use 
it incorrectly - likely I have some extension or application that is at fault. 
The bug report is sort of rhetorical.

p.p.s. Unmodified LTS system (focal). Started to manifest about a month
ago, out of the blue, no changes...

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-38-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME-Classic:GNOME
Date: Sat Nov  6 01:50:41 2021
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)
monitors.xml: Error: path contained symlinks.

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


** Tags: amd64 apport-bug focal third-party-packages 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/1950026

Title:
  gnome-shell leaks mem, 13.8G virt, 1.3G reserved after few days of
  uptime

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


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

[Bug 1905472] Re: Something starts dhcclient for every intrface on boot

2021-03-04 Thread Andrey Lelikov
Oh, and just noticed that it was marked as "incomplete". Truly, I CAN
see the future...

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

Title:
  Something starts dhcclient for every intrface on boot

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

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

[Bug 1905472] Re: Something starts dhcclient for every intrface on boot

2021-03-04 Thread Andrey Lelikov
This has nothing to do with network, as mentioned earlier netplan is
masked and ifupdown works as expected. Moreover it is known EXACTLY what
happens (in initramfs):

local_top/aoe calls configure_networking

In absence of any kernel args, configure_networking tries to bring up
every interface, by launching dhcpc for 3(?) seconds. This succeeds for
interface that will be configured as part of bridge by ifupdown later,
so bridge is left unconfigured and network is lost.

The current workaround is to add ip=none to kernel line

The proper fix is to change configure_networking to have a mode/arg
where it brings up network interfaces bot does not try to assign ip
addresses, and call it this way from local_top/aoe . Probably even split
configure_networking into two functions...

p.s. I can predict the future though (I have such a gift) - the
resolution would be "AOE is used by 0.01% of ubuntu
users, we power the word and store petabytes of data, mark this as
enhancement for a future version N+5".

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

Title:
  Something starts dhcclient for every intrface on boot

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

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

[Bug 1905472] Re: Something starts dhcclient for every intrface on boot

2021-01-03 Thread Andrey Lelikov
The culprit is intramfs. Starting with 20 LTS, having an AOE device
brings in local_top/aoe, which calls configure_networking . This causes
dhcp configuration of the primary net interface, which screws up all
network later (as this physical interface is part of the bridge, and
bridge can't get a dhcp lease later).

AOE stands for "ATA over ETHERNET", not ATA over IP. There is zero need
to bring up ip stack for aoe to function.


** Also affects: ubuntu-core-initramfs
   Importance: Undecided
   Status: New

** No longer affects: isc-dhcp (Ubuntu)

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

Title:
  Something starts dhcclient for every intrface on boot

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

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

[Bug 1905472] [NEW] Something starts dhcclient for every intrface on boot

2020-11-24 Thread Andrey Lelikov
Public bug reported:

After upgrade frpm 18LTS to 20LTS I've lost the network.

Network is managed by ifupdown
Netplan is not installed
Network manger is disabled (masked)

Yet, at boot, SOMETHING starts dhclient for every network interface.
This has disastrous results - dhcp request succeeds on physical
interface that is a base for a vlan-based interface, causing real dhcp
request on to fail on vlan interface.

Expected behavior - dhclient starts only for interfaces marked as dhcp
in /etc/network/interfaces .

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: isc-dhcp-client 4.4.1-2.1ubuntu5
ProcVersionSignature: Ubuntu 5.8.0-29.31~20.04.1-generic 5.8.14
Uname: Linux 5.8.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Nov 25 00:07:45 2020
SourcePackage: isc-dhcp
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Something starts dhcclient for every intrface on boot

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

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

[Bug 1905469] Re: USB3.0 lost after 18LTS->20LTS upgrade

2020-11-24 Thread Andrey Lelikov
Filed here per upstream request -
https://bugzilla.kernel.org/show_bug.cgi?id=210345

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

Title:
  USB3.0 lost after 18LTS->20LTS upgrade

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

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

[Bug 1905469] [NEW] USB3.0 lost after 18LTS->20LTS upgrade

2020-11-24 Thread Andrey Lelikov
Public bug reported:

After upgrade to 20 LTS I've lost all USB3.0 ports. This is a desktop
PC, not a laptop, no docking station. This happens on all kernels 5.4 -
5.8 .

[1.071876] xhci_hcd :0a:00.0: xHCI Host Controller
[1.071884] xhci_hcd :0a:00.0: new USB bus registered, assigned bus 
number 3
[1.125979] xhci_hcd :0a:00.0: hcc params 0x0200f180 hci version 0x96 
quirks 0x0008
[1.126207] usb usb3: Manufacturer: Linux 5.8.0-29-generic xhci-hcd
[1.126410] xhci_hcd :0a:00.0: xHCI Host Controller
[1.126414] xhci_hcd :0a:00.0: new USB bus registered, assigned bus 
number 4
[1.126416] xhci_hcd :0a:00.0: Host supports USB 3.0 SuperSpeed
[1.126450] usb usb4: Manufacturer: Linux 5.8.0-29-generic xhci-hcd
[1.126638] xhci_hcd :0b:00.0: xHCI Host Controller
[1.126641] xhci_hcd :0b:00.0: new USB bus registered, assigned bus 
number 5
[1.142664] xhci_hcd :0b:00.0: Host halt failed, -110
[1.142665] xhci_hcd :0b:00.0: can't setup: -110
[1.142697] xhci_hcd :0b:00.0: USB bus 5 deregistered
[1.142740] xhci_hcd :0b:00.0: init :0b:00.0 fail, -110
[1.142748] xhci_hcd: probe of :0b:00.0 failed with error -110

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-modules-5.8.0-29-generic 5.8.0-29.31~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-29.31~20.04.1-generic 5.8.14
Uname: Linux 5.8.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Nov 24 23:48:42 2020
Dependencies:
 
SourcePackage: linux-hwe-5.8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "lsusb -v + dmesg"
   https://bugs.launchpad.net/bugs/1905469/+attachment/5437627/+files/all.txt

** Bug watch added: Linux Kernel Bug Tracker #210345
   https://bugzilla.kernel.org/show_bug.cgi?id=210345

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

Title:
  USB3.0 lost after 18LTS->20LTS upgrade

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

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

[Bug 1696184] Re: out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
root@lelikusa:~# blkid /dev/md0
/dev/md0: UUID="35233d76-cfd5-4608-a347-adc92b104f78" TYPE="ext2"
root@lelikusa:~# cat /proc/mounts | grep md0
/dev/md0 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 0

I'm pretty sure blkid was working on md0 from rescue disc.

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

Title:
  out of the box install crashes. works fine on developer's machine.
  nice QA as usual.

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

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


[Bug 1696195] Re: ubiquity won't install mdadm when installing on software raid target

2017-06-06 Thread Andrey Lelikov
*** This bug is a duplicate of bug 1696184 ***
https://bugs.launchpad.net/bugs/1696184

** This bug has been marked a duplicate of bug 1696184
   out of the box install crashes. works fine on developer's machine. nice QA 
as usual.

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

Title:
  ubiquity won't install mdadm when installing on software raid target

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

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


[Bug 1696184] Re: out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
this is ubiquity not installing mdadm  onto target

** Package changed: grub-installer (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  out of the box install crashes. works fine on developer's machine.
  nice QA as usual.

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

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


[Bug 1696184] Re: out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
confirmed. a true dup of #880766 from 2011. Today is 2017 and installing
ubuntu on software raid is still unsupported scenario. this is ubuntu...

workaround:

1. install w/o the bootloader (undocumented switch!)
sudo ubiquity -b

2. chroot into target system, install mdadm, switch grub-pc to grub-efi,
profit.

root@ubuntu-gnome:/root/tsta# mount /dev/mapper/root_crypt /tgt
root@ubuntu-gnome:/root/tsta# mount -o bind /dev /tgt/dev
root@ubuntu-gnome:/root/tsta# mount -o bind /dev/pts /tgt/dev/pts
root@ubuntu-gnome:/root/tsta# mount -o bind /sys /tgt/sys
root@ubuntu-gnome:/root/tsta# mount -o bind /proc /tgt/proc
root@ubuntu-gnome:/root/tsta# cat /etc/resolv.conf > /tgt/etc/resolv.conf 
root@ubuntu-gnome:/root/tsta# mount /dev/md0 /tgt/boot
root@ubuntu-gnome:/root/tsta# chroot /tgt
root@ubuntu-gnome:/# mount /dev/sda1 /boot/efi

root@ubuntu-gnome:/# apt-get install mdadm
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  default-mta | mail-transport-agent
The following NEW packages will be installed:
  mdadm
0 upgraded, 1 newly installed, 0 to remove and 194 not upgraded.
Need to get 393 kB of archives.
After this operation, 1,203 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mdadm amd64 
3.3-2ubuntu7.2 [393 kB]
Fetched 393 kB in 0s (778 kB/s)
Preconfiguring packages ...
Selecting previously unselected package mdadm.
(Reading database ... 188668 files and directories currently installed.)
Preparing to unpack .../mdadm_3.3-2ubuntu7.2_amd64.deb ...
Unpacking mdadm (3.3-2ubuntu7.2) ...
Processing triggers for systemd (229-4ubuntu16) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up mdadm (3.3-2ubuntu7.2) ...
Generating mdadm.conf... done.
update-initramfs: deferring update (trigger activated)
/usr/sbin/grub-mkconfig: 250: /usr/sbin/grub-mkconfig: cannot create 
/boot/grub/grub.cfg.new: Directory nonexistent
Running in chroot, ignoring request.
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
Processing triggers for systemd (229-4ubuntu16) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: Generating /boot/initrd.img-4.8.0-54-generic

root@ubuntu-gnome:/# grub-install /dev/sda
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot 
Partition; embedding won't be possible.
grub-install: error: embedding is not possible, but this is required for RAID 
and LVM install.

root@ubuntu-gnome:/# apt-get install grub-efi
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  grub-common grub-efi-amd64 grub-efi-amd64-bin grub-pc-bin grub2-common
Suggested packages:
  multiboot-doc grub-emu xorriso desktop-base
The following packages will be REMOVED:
  grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
  grub-efi grub-efi-amd64 grub-efi-amd64-bin
The following packages will be upgraded:
  grub-common grub-pc-bin grub2-common
3 upgraded, 3 newly installed, 2 to remove and 190 not upgraded.
Need to get 3,831 kB of archives.
After this operation, 2,447 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
grub2-common amd64 2.02~beta2-36ubuntu3.9 [510 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc-bin 
amd64 2.02~beta2-36ubuntu3.9 [888 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-common 
amd64 2.02~beta2-36ubuntu3.9 [1,706 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
grub-efi-amd64-bin amd64 2.02~beta2-36ubuntu3.9 [658 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
grub-efi-amd64 amd64 2.02~beta2-36ubuntu3.9 [65.8 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-efi 
amd64 2.02~beta2-36ubuntu3.9 [2,538 B]
Fetched 3,831 kB in 2s (1,757 kB/s)  
Preconfiguring packages ...
(Reading database ... 188735 files and directories currently installed.)
Removing grub-gfxpayload-lists (0.7) ...
Removing grub-pc (2.02~beta2-36ubuntu3.7) ...
Processing triggers for man-db (2.7.5-1) ...
(Reading database ... 188715 files and directories currently installed.)
Preparing to unpack .../grub2-common_2.02~beta2-36ubuntu3.9_amd64.deb ...
Unpacking grub2-common (2.02~beta2-36ubuntu3.9) over (2.02~beta2-36ubuntu3.7) 
...
Preparing to unpack .../grub-pc-bin_2.02~beta2-36ubuntu3.9_amd64.deb ...
Unpacking grub-pc-bin (2.02~beta2-36ubuntu3.9) over (2.02~beta2-36ubuntu3.7) ...
Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3.9_amd64.deb ...
Running in chroot, ignoring request.
Unpacking grub-common (2.02~beta2-36ubuntu3.9) over 

[Bug 1696184] Re: out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
** Attachment added: "probe.txt"
   
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1696184/+attachment/4890175/+files/probe.txt

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

Title:
  out of the box install crashes. works fine on developer's machine.
  nice QA as usual.

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

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


[Bug 1696184] Re: out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
this is likely not your bug. apparently ubiquity does not install mdadm
into target install dir at all.

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => New

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

Title:
  out of the box install crashes. works fine on developer's machine.
  nice QA as usual.

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

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


[Bug 1696184] Re: out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
** Attachment added: "mdadm.txt"
   
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1696184/+attachment/4890176/+files/mdadm.txt

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

Title:
  out of the box install crashes. works fine on developer's machine.
  nice QA as usual.

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

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


[Bug 1696195] [NEW] ubiquity won't install mdadm when installing on software raid target

2017-06-06 Thread Andrey Lelikov
Public bug reported:

see bug #880766 from 2011. it is impossible to install ubuntu onto
software raid. amazing...

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CasperVersion: 1.376.2
Date: Tue Jun  6 10:57:18 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/ubuntu-gnome.seed boot=casper quiet splash ---
LiveMediaBuild: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.3 ubuntu-gnome xenial

** Package changed: grub-installer (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  ubiquity won't install mdadm when installing on software raid target

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

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


[Bug 1696184] [NEW] out of the box install crashes. works fine on developer's machine. nice QA as usual.

2017-06-06 Thread Andrey Lelikov
Public bug reported:

hello,world

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CasperVersion: 1.376.2
Date: Tue Jun  6 10:15:26 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/ubuntu-gnome.seed boot=casper quiet splash ---
LiveMediaBuild: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.3 ubuntu-gnome xenial

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

Title:
  out of the box install crashes. works fine on developer's machine.
  nice QA as usual.

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

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


[Bug 1639085] [NEW] package lvm2 2.02.133-1ubuntu10 failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2016-11-03 Thread Andrey Lelikov
Public bug reported:

14.04 -> 16.04 upgrade

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: lvm2 2.02.133-1ubuntu10
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Thu Nov  3 18:09:59 2016
ErrorMessage: subprocess new pre-installation script returned error exit status 
2
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: lvm2
Title: package lvm2 2.02.133-1ubuntu10 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 2
UpgradeStatus: Upgraded to xenial on 2016-11-03 (0 days ago)

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


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

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

Title:
  package lvm2 2.02.133-1ubuntu10 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 2

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

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


[Bug 1445927] [NEW] X.org crashes after xserver-xorg-video-radeon update to 1.7.5

2015-04-19 Thread Andrey Lelikov
Public bug reported:

For my entire life, being a windows and mac user I can't remember a
single case when a minor video driver update brought a system to
unusable state. For Ubuntu, it appears to be a trend.

repro steps:
sudo apt-get update
sudo apt-get upgrade
sudo reboot


p.s. While my day job is a software engineer, it is not a volunteer ubuntu 
tester in place of proper QA. I will gladly provide any additional information 
that would help you to fix the bug, but please realise that requsts like go 
read our very important bug submission guidelines, maggot will be ignored. I 
already spent tons of time figuring out exact package that led to very obscure 
xorg crash, and the solution hold xserver-xorg-video-radeon package just 
works for me.

p.p.s I did press send the core dump button.

** Affects: xserver-xorg-video-ati (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/1445927

Title:
  X.org crashes after xserver-xorg-video-radeon update to 1.7.5

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

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


[Bug 1148050] [NEW] Stupid pedantic people are allowed to make changes in ubuntu

2013-03-05 Thread Andrey Lelikov
Public bug reported:

Starting with linux-image-3.2.0-38-generic I cannot upgrade the kernel.
The reason is that someone in his/her greater wisdom changed the install
scripts in a way, that if symlink creation fails then now it is a hard
error. It was a warning before. Honestly, is the failure to link vmlinuz
to vmlinuz.old worth aborting the installation process?? why???

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-38-generic 3.2.0-38.61
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  andryvl3529 F pulseaudio
 /dev/snd/controlC0:  andryvl3529 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfb82 irq 97'
   Mixer name   : 'Realtek ALC892'
   Components   : 'HDA:10ec0892,10438436,00100302'
   Controls  : 43
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfb08 irq 36'
   Mixer name   : 'Nvidia GPU 18 HDMI/DP'
   Components   : 'HDA:10de0018,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Tue Mar  5 15:51:22 2013
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-38-generic 
root=/dev/mapper/md0p3_crypt ro nouveau.blacklist=1 vmalloc=256M iommu=pt 
elevator=deadline
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-38-generic N/A
 linux-backports-modules-3.2.0-38-generic  N/A
 linux-firmware1.79.1
RfKill:
 
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/05/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3009
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH X79
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3009:bd10/05/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTHX79:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug precise staging third-party-packages

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

Title:
  Stupid pedantic people are allowed to make changes in ubuntu

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

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