[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
** Attachment added: "nvidia.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+attachment/5251825/+files/nvidia.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
So... After reconfiguring uswsusp I increased logging level to 7. Also i tried disabling the nvidia modules again but the same issue persists. This is the information I could get: http://imgur.com/gallery/YirJhdx The upper image shows what happens while trying to hibernate with nvidia modules enabled and on the other they were disabled. In both cases, hibernation works fine at first, even with 4 gb of ram usage and 2 hibernation cycles, but after I use the system more, and looks like the more ram gets used more likely it is the issue to happen. If I keep not opening programs or using the OS at all except for hibernating again and again after it turns on, seems like hibernation will work indefinitely. I thought it could be some specific program but I confirmed it's not, at least not something I am directly starting. ** Attachment added: "noNvidia.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+attachment/5251824/+files/noNvidia.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
After researching a bit and with the help of a friend, I thought it could be the i915 module due to the drm and rc6, which in fact was in use: # lsmod | grep i915 i915 1617920 3 i2c_algo_bit 16384 1 i915 drm_kms_helper172032 2 nvidia_drm,i915 drm 401408 16 drm_kms_helper,nvidia_drm,i915 video 45056 3 dell_wmi,dell_laptop,i915 I added: install i915 /bin/false to the file /etc/modprobe.d/blacklist.conf Restarted and booted back up, I couldn't see nothing anymore but input my password and login worked, since I have synergy and it activated input on another screen But was a black screen. Still this didn't fix anything. Just hibernated at first and worked fine! Problem found I thought... Then I used strees command to alocate 14 gb of memory and hibernate, it worked!! that never happened before with that much ram allocated, but then after it resumed I just tried again and failed, kinda randomly like always... Stuck on this screen: http://imgur.com/gallery/xgT7VWh So even with i915 module disabled the issue is still the same... ** Attachment added: "i915.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+attachment/5251881/+files/i915.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Could you please test or tell what happens with nvidia selected? It used to worked fine to me with nvidia too, as I said before. Are you on the latest release? 18.04.2? Up to date? I haven't tested that kernel yet, and it wasn't automatically installed running apt upgrade or full- upgrade I'm running: apt install linux-image-4.18.0-17-generic linux-modules-4.18.0-17-generic linux-headers-4.18.0-17-generic linux-modules-extra-4.18.0-17-generic To install it. Well I just tested with intel or nvidia and just as always: https://imgur.com/a/FKJq9we I suspect the issue has to do with another application or module Will possibly work if i do a fresh install... but that's such a lazy solution and I won't really find the bug then. Anyway I might test a fresh install anytime. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1328727] Re: [Asus 1000HE] s2disk/hibernate hangs during saving of image data
Exact same problem: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915 even on kernel 5! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328727 Title: [Asus 1000HE] s2disk/hibernate hangs during saving of image data To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1328727/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Are really you using uswsusp? (hibernate command), pm-utils (pm- hibernate) or systemctl hibernate? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Okay I found a way to get it working, first I gave up of uswsusp and runned: apt remove --purge hibernate uswsusp. I basically followed this: https://askubuntu.com/a/1064114 but changed to: resume=/dev/disk/by-uuid/70d967e6-ad52-4c21-baf0-01a813ccc6ac (just the uuid wouldn't work so the path /dev/disk/by-uuid/ did the trick!) and this is probably the most important thing to do. It worked! I think the most important is setting resume=UUID=<#> in both /etc/default/grub and /etc/initramfs-tools/conf.d/resume. Maybe this could be automatically configured? I tested both systemctl hibernate and pm-hibernate, I guess they call the same thing anyway. Working flawlessly even with nvidia prime selected! (until now...) ** Bug watch added: Linux Kernel Bug Tracker #75101 https://bugzilla.kernel.org/show_bug.cgi?id=75101 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
This seems to be an old bug with uswsusp, which is an old package: https://bugzilla.kernel.org/show_bug.cgi?id=75101 I think I first started using it because it was easier to set up and I heard it was better for nvidia proprietary modules. ** Also affects: uswsusp (Ubuntu) Importance: Undecided Status: New ** Changed in: uswsusp (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870854] [NEW] Total graphical freeze after hibernation with nvidia-driver-440
Public bug reported: This problem happens after all hibernation, not instantly after wake up but after a bit of usage, generally when triggering some animation of the DE. My laptop is a inspiron 7000, with a gtx 1050ti, intel i7 7000, ubuntu 18.04.4 LTS. I would be happy if anyone could tell me of any workaround too because after freezing killall -9 Xorg doesn't do much and any other attempt to restart Xorg. During this freeze switching tty also doesn't work. Audio, network ( i could ssh to the machine), everything else is still running. DMESG OUTPUT: [ +0,063739] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by c0:9f:e1:b1:f4:71 [ +0,134217] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready [mar31 23:32] INFO: task Xorg:2642 blocked for more than 120 seconds. [ +0,04] Tainted: P C OE 5.3.0-42-generic #34~18.04.1-Ubuntu [ +0,02] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ +0,02] XorgD0 2642 2575 0x0040 [ +0,03] Call Trace: [ +0,08] __schedule+0x2a8/0x670 [ +0,03] schedule+0x33/0xa0 [ +0,02] schedule_timeout+0x1d3/0x2f0 [ +0,02] ? mutex_lock+0x12/0x40 [ +0,03] ? unix_stream_read_generic+0x233/0x930 [ +0,02] __down+0x91/0xe0 [ +0,02] ? __switch_to_asm+0x40/0x70 [ +0,02] ? __switch_to_asm+0x40/0x70 [ +0,02] down+0x41/0x50 [ +0,01] ? down+0x41/0x50 [ +0,000217] os_acquire_mutex+0x34/0x40 [nvidia] [ +0,000220] os_acquire_semaphore+0xe/0x10 [nvidia] [ +0,000319] _nv033291rm+0x15/0x20 [nvidia] [ +0,000315] ? _nv034166rm+0xb6/0x170 [nvidia] [ +0,000260] ? _nv034114rm+0x22/0xd0 [nvidia] [ +0,000295] ? _nv000909rm+0x1c9/0x940 [nvidia] [ +0,000261] ? rm_ioctl+0x54/0xb0 [nvidia] [ +0,05] ? __check_object_size+0xa1/0x1b0 [ +0,000182] ? nvidia_ioctl+0x180/0x8c0 [nvidia] [ +0,000195] ? nvidia_frontend_unlocked_ioctl+0x42/0x50 [nvidia] [ +0,04] ? do_vfs_ioctl+0xa9/0x640 [ +0,04] ? wake_up_q+0x80/0x80 [ +0,03] ? ksys_ioctl+0x75/0x80 [ +0,03] ? __x64_sys_ioctl+0x1a/0x20 [ +0,03] ? do_syscall_64+0x5a/0x130 [ +0,03] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9 [mar31 23:34] INFO: task Xorg:2642 blocked for more than 241 seconds. [ +0,05] Tainted: P C OE 5.3.0-42-generic #34~18.04.1-Ubuntu [ +0,01] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ +0,02] XorgD0 2642 2575 0x0040 [ +0,03] Call Trace: [ +0,08] __schedule+0x2a8/0x670 [ +0,04] schedule+0x33/0xa0 [ +0,02] schedule_timeout+0x1d3/0x2f0 [ +0,01] ? mutex_lock+0x12/0x40 [ +0,03] ? unix_stream_read_generic+0x233/0x930 [ +0,02] __down+0x91/0xe0 [ +0,02] ? __switch_to_asm+0x40/0x70 [ +0,02] ? __switch_to_asm+0x40/0x70 [ +0,02] down+0x41/0x50 [ +0,02] ? down+0x41/0x50 [ +0,000216] os_acquire_mutex+0x34/0x40 [nvidia] [ +0,000242] os_acquire_semaphore+0xe/0x10 [nvidia] [ +0,000301] _nv033291rm+0x15/0x20 [nvidia] [ +0,000314] ? _nv034166rm+0xb6/0x170 [nvidia] [ +0,000260] ? _nv034114rm+0x22/0xd0 [nvidia] [ +0,000279] ? _nv000909rm+0x1c9/0x940 [nvidia] [ +0,000244] ? rm_ioctl+0x54/0xb0 [nvidia] [ +0,04] ? __check_object_size+0xa1/0x1b0 [ +0,000208] ? nvidia_ioctl+0x180/0x8c0 [nvidia] [ +0,000182] ? nvidia_frontend_unlocked_ioctl+0x42/0x50 [nvidia] [ +0,24] ? do_vfs_ioctl+0xa9/0x640 [ +0,04] ? wake_up_q+0x80/0x80 [ +0,03] ? ksys_ioctl+0x75/0x80 [ +0,03] ? __x64_sys_ioctl+0x1a/0x20 [ +0,03] ? do_syscall_64+0x5a/0x130 ** Affects: nvidia-graphics-drivers-440 (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Dmesg output" https://bugs.launchpad.net/bugs/1870854/+attachment/5346717/+files/crash.txt ** Package changed: nvidia-graphics-drivers-340 (Ubuntu) => nvidia- graphics-drivers-440 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870854 Title: Total graphical freeze after hibernation with nvidia-driver-440 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-440/+bug/1870854/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762885] Re: SDDM fails to start on laptops modern NVidia cards
I am affected by exactly the same problem, sddm is just a black screen and I have to switch to tty1 in order to start the Xorg session. I am using nvidia-184 driver package and my gpu is a nvidia gtx 1050ti I hope this get fixed on the lts released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762885 Title: SDDM fails to start on laptops modern NVidia cards To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1762885/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762885] Re: SDDM fails to start on laptops modern NVidia cards
Also I tried Removing the "quiet" option from grub boot but it does not display Simple Display Manager. An interesting fact I just found is that if you simply type your password and hit enter it will login. So sddm is there running but just not being displayed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762885 Title: SDDM fails to start on laptops modern NVidia cards To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1762885/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762885] Re: SDDM fails to start on laptops modern NVidia cards
Updating to kernel 4.16.1 solved the problem! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762885 Title: SDDM fails to start on laptops modern NVidia cards To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1762885/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762885] Re: SDDM fails to start on laptops modern NVidia cards
Sorry it did not fix for me neither. I realized that Nvidia got disabled when I that kernel also, even after reinstalling the nvidia-384 while using that kernel does not enable it and I don't know how to use my gpu while using this kernel. So we don't have a fix yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762885 Title: SDDM fails to start on laptops modern NVidia cards To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1762885/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1770491] [NEW] Hibernation doesnt work after installing nvidia-384(s2disk hangs)
Public bug reported: I have already tested on a fresh install and on beta. I am currently on ubuntu 18.04.0 LTS fresh install. Before install nvidia-384 Hibernation works. After installing this package, calling either pm-hibernate, hibernate or s2disk commands lead to the s2disk snapshooting system strings and it hangs there. Sometimes the fans go to maximmum speed during this hang. The only way to go out is the REISUB trick or force shutdown on the power button. Hardware: Laptop: dell I15-7567-A30P, Nvidia gtx 1050ti, intel 7th generation, 16gb of ram. # swapon -s FilenameTypeSizeUsedPriority /dev/sda8 partition 167260120 -2 The swap partition was choose during the installation and works. Obs: On ubuntu 17.10 it worked fine. I also tested creating a new partition file and partition, updating initramfs. It always leads to this same behaviour. ** Affects: uswsusp (Ubuntu) Importance: Undecided Status: New ** Tags: card drivers graphics hibernation nvidia s2disk swap -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770491 Title: Hibernation doesnt work after installing nvidia-384(s2disk hangs) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/1770491/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] [NEW] s2disk freezes at saving image to disk (hibernation)
Public bug reported: This started happening after I upgrade to ubuntu 18.04.2. In 18.04.1 hibernation was working flawlessly on my machine. (with kernel 4.15-46! not a kernel issue then?) Another thing that got updated recently was nvidia drivers which were known to cause hibernation issues, but those were on restoring the snapshot. http://imgur.com/gallery/jOyHEcL --> I get stuck on this screen after running hibernate or pm-hibernate. (sys-req REISUB combination works there and is the only good way to restart I found) SPECS Laptop Dell Inspiron 7567 A30P Intel Core i7-7700HQ 1x 16 GB DDR4 1 TB HDD + 256 GB SSD Nvidia GeForce GTX 1050 Ti FHD display Intel Dual Band Wireless AC 3165 1x1 Motherboard: Intel HM175 Graphics adapter: NVIDIA GeForce GTX 1050 Ti (Laptop) - 4096 MB, Core: 1620 MHz, Memory: 1752 MHz, GDDR5, 21.21.13.7320 (ForceWare 373.20), Nvidia Optimus nvidia driver: 415.27 INFO # uname -a Linux matheus-Inspiron-15-7000-Gaming 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # free -m totalusedfree shared buff/cache available Mem: 1590629258742 1614238 12485 Swap: 16333 0 16333 # cat /etc/fstab | grep swap # swap was on /dev/sda8 during installation UUID=70d967e6-ad52-4c21-baf0-01a813ccc6ac noneswapsw 0 0 n root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep hibernate root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep hiber root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep s2disk root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep hibernation I could find nothing scrolling up on syslog about the hibernation process or with grep An interesting Note is that if I run hibernate just after I boot, it works and resumes perfectly! But after some system usage it randomly has that problem if I try. The percentage it freezes at is also random, sometimes 0, 1 even 30 once. ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: hibernation s2disk suspend-resume ** Attachment added: "syslog" https://bugs.launchpad.net/bugs/1819915/+attachment/5245850/+files/syslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246247/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246249/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246250/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246252/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246255/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246257/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246258/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246256/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246254/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246259/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
apport information ** Tags added: apport-collected ** Description changed: This started happening after I upgrade to ubuntu 18.04.2. In 18.04.1 hibernation was working flawlessly on my machine. (with kernel 4.15-46! not a kernel issue then?) Another thing that got updated recently was nvidia drivers which were known to cause hibernation issues, but those were on restoring the snapshot. http://imgur.com/gallery/jOyHEcL --> I get stuck on this screen after running hibernate or pm-hibernate. (sys-req REISUB combination works there and is the only good way to restart I found) SPECS Laptop Dell Inspiron 7567 A30P Intel Core i7-7700HQ 1x 16 GB DDR4 1 TB HDD + 256 GB SSD Nvidia GeForce GTX 1050 Ti FHD display Intel Dual Band Wireless AC 3165 1x1 Motherboard: Intel HM175 Graphics adapter: NVIDIA GeForce GTX 1050 Ti (Laptop) - 4096 MB, Core: 1620 MHz, Memory: 1752 MHz, GDDR5, 21.21.13.7320 (ForceWare 373.20), Nvidia Optimus nvidia driver: 415.27 INFO # uname -a Linux matheus-Inspiron-15-7000-Gaming 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # free -m totalusedfree shared buff/cache available Mem: 1590629258742 1614238 12485 Swap: 16333 0 16333 # cat /etc/fstab | grep swap # swap was on /dev/sda8 during installation UUID=70d967e6-ad52-4c21-baf0-01a813ccc6ac noneswapsw 0 0 n root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep hibernate root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep hiber root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep s2disk root@matheus-Inspiron-15-7000-Gaming:/home/matheus# cat /var/log/syslog | grep hibernation I could find nothing scrolling up on syslog about the hibernation process or with grep An interesting Note is that if I run hibernate just after I boot, it works and resumes perfectly! But after some system usage it randomly has that problem if I try. The percentage it freezes at is also random, sometimes 0, 1 even 30 once. + --- + ProblemType: Bug + ApportVersion: 2.20.9-0ubuntu7.5 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/pcmC0D0c: matheus 25949 F...m pulseaudio + /dev/snd/pcmC0D0p: matheus 25949 F...m pulseaudio + /dev/snd/controlC0: matheus 25949 F pulseaudio + /dev/snd/seq: matheus4986 f qsynth + CurrentDesktop: ubuntu:GNOME + DistroRelease: Ubuntu 18.04 + HibernationDevice: RESUME=UUID=bfc6f294-b737-4999-a444-01e1f410de06 + InstallationDate: Installed on 2018-05-10 (308 days ago) + InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) + MachineType: Dell Inc. Inspiron 15 7000 Gaming + NonfreeKernelModules: nvidia_modeset nvidia + Package: linux (not installed) + ProcFB: 0 inteldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic root=UUID=659db14c-2a6c-4f9c-93bf-d31c4a84abb6 ro nouveau.blacklist=1 debug no_console_suspend systemd.log_level=info nvidia-drm.modeset=0 + ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18 + RelatedPackageVersions: + linux-restricted-modules-4.15.0-46-generic N/A + linux-backports-modules-4.15.0-46-generic N/A + linux-firmware 1.173.3 + Tags: bionic + Uname: Linux 4.15.0-46-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm audio cdrom dip kvm lpadmin netdev plugdev sambashare sudo vboxusers + _MarkForUpload: True + dmi.bios.date: 08/15/2018 + dmi.bios.vendor: Dell Inc. + dmi.bios.version: 1.8.1 + dmi.board.name: 0P84C9 + dmi.board.vendor: Dell Inc. + dmi.board.version: A01 + dmi.chassis.type: 10 + dmi.chassis.vendor: Dell Inc. + dmi.modalias: dmi:bvnDellInc.:bvr1.8.1:bd08/15/2018:svnDellInc.:pnInspiron157000Gaming:pvr:rvnDellInc.:rn0P84C9:rvrA01:cvnDellInc.:ct10:cvr: + dmi.product.family: Inspiron + dmi.product.name: Inspiron 15 7000 Gaming + dmi.sys.vendor: Dell Inc. ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246246/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246251/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246248/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246253/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1819915/+attachment/5246260/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
** Attachment added: "5.0.2.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+attachment/5246432/+files/5.0.2.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Same result (freeze on s2disk screen) in both kernels. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags added: kernel-bug-exists-upstream ** Attachment added: "4.15-46.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+attachment/5246431/+files/4.15-46.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Yes this is exactly how this this is happening. kernel 4.15 + propretary nvidia drivers, either with those drivers enabled or uninstalled. Also tested on kernel 5 without nvidia drivers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Another thing I noticed is that changing from one DE to another does change nothing, Gnome or KDE same issue. A weird non tech way to describe it, which is what I can tell, Is that it seems like when my system haven't used more than 2gb of memory yet, I am able to hibernate and restore how many times I want. Otherwise If I try to hibernate when more than 2 gb are used this problem happens. Also if I open a heavy program like chrome, using more than 2gb and close it quickly, with the system going back to less than 2gb usage, I have the same problem back again. So it really seems like after I used something that is about 2gb this error happens, even if I close everything, exit xorg and go back to a 500 mb ram usage and try hibernating from the tty. I tried recreating my swap partition, which has 16gb of space, so nothing against 2 gb?!?... but nothing fixes this. By the way I have less than 16 gb of space left on my home partition and / partition but I really don't think this would affect anything since I'm not using those. Honestly can't find any more logical explaining for this or way to troubleshoot now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
** Attachment added: "aptHistory.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+attachment/5247280/+files/aptHistory.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
As I said, the major change that I remember was updating from ubuntu 18.04.1 to 18.04.2. I'm attaching my apt history log to this message. I am 100% sure that hibernation wasn't crashing and worked flawlessly on 02/06/2019 and it wasn't anymore in 03/04/2019. The bug I'm trying to describe happens in either 4.15 or kernel 5.0, the thing is that if it wasn't ever used more than, something around 2gb, of ram memory, the "s2disk saving image to disk" freeze doesn't happen and I'm able to resume normally. That's on both kernels too. What I want to make clear is that this isn't some sort of broken swap partition with storage limitations, because even if i close all programs after such 2gb usage the problem still happens. Maybe I should make a huge downgrade and check out what package causes it? I'm not sure though how to do that via apt. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
What packages you recommend me downgrade there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Alright, today finally had some time and installed older kernels. 4.15.0-42 , 4.15.0-44, 4.15.0-45 and on the last I had the same bug as always. I installed the older linux images, with apt, and runed initramfs: # update-initramfs -k all -u update-initramfs: Generating /boot/initrd.img-4.15.0-46-generic I: The initramfs will attempt to resume from /dev/sda8 I: (UUID=70d967e6-ad52-4c21-baf0-01a813ccc6ac) I: Set the RESUME variable to override this. update-initramfs: Generating /boot/initrd.img-4.15.0-45-generic I: The initramfs will attempt to resume from /dev/sda8 I: (UUID=70d967e6-ad52-4c21-baf0-01a813ccc6ac) I: Set the RESUME variable to override this. update-initramfs: Generating /boot/initrd.img-4.15.0-44-generic I: The initramfs will attempt to resume from /dev/sda8 I: (UUID=70d967e6-ad52-4c21-baf0-01a813ccc6ac) I: Set the RESUME variable to override this. update-initramfs: Generating /boot/initrd.img-4.15.0-42-generic I: The initramfs will attempt to resume from /dev/sda8 I: (UUID=70d967e6-ad52-4c21-baf0-01a813ccc6ac) I: Set the RESUME variable to override this. 70d967e6-ad52-4c21-baf0-01a813ccc6ac is my real swap! problem is, with the other two kernels I'm not able to boot up. I get stuck on this screen: http://imgur.com/gallery/kLPMFhg I'm sure that on those kernels I didn't have the issue! Waited, hit ctrl+c, the tty worked (switchign with ctrl+alt+F2). But there was no connection, ifconfig didn't show either my eth0 or wlan0 well that was very buggy... and i was thinking on reinstalling the nvidia kernels from there since it could be just a graphical glitch. No clue how to test older kernels on ubuntu. Also noticed that this 2gb thing I said is not totally right. Seems like it's more likely it will happen if 2gb was used, but I still had the problem randomly just after a boot and not even logged into a DE, just from tty... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Ok so after running the right command to install the older kernel: apt-get install linux-image-4.15.0-44-generic linux-headers-4.15.0-44 linux-headers-4.15.0-44-generic linux-modules-extra-4.15.0-44 Also tested with -42 and -43 versions, Hibernation worked just like before with 4.15.0-43. So We can state this is a kernel bug since kernel 4.15.0-44, since with the -46, -45, -44 versions it doesn't work. It also worked on the -42 version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Okay, forget what I said, I just randomly run into the freeze with the the -43 version after 3 hibernation cycles, Ill be testing with -42 now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
also just happened on the -42 version now... Seems like was less likely to happen in older versions. I remember 2 months ago I made more than 10 hibernation cycles. Not sure whats happening now... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
I don't think that's the issue. The nvidia problem I was used to is being unable to resume. I also tested with the nvidia drivers disabled and this issue still persists. Something I noticed is that I was not on the recommended version of nvidia drivers which is 415 and I just changed that now upgrading to 418. Still exactly the same issue. Tested with various DE's and even out DE's running. Do you have any other guess? Is there a better way to find out what's wrong? To see dmesg while it is trying to hibernate maybe? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
Isn't there a way to extract logs from s2disk or uswsusp??? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
With the recomended nvidia driver and low ram usage, the system sucessfully hibernates, but then fails to resume and I get the login screen instead. With high ram usage it hangs trying to save the image to disk. That's a new behaviour to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1819915] Re: s2disk freezes at saving image to disk (hibernation)
No, I am 100% sure it worked with kernel 4.15.0-42 and with the nvidia proprietary driver nvidia-415 before the version .27 Also always worked fine without any nvidia driver, specially for the upstream kernel. I test this since more than one year... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819915 Title: s2disk freezes at saving image to disk (hibernation) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1819915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1770491] Re: Hibernation doesnt work after installing nvidia-384(s2disk hangs)
Error log: # cat /var/log/hibernate.log.1 Starting suspend at qui mai 10 15:43:43 -03 2018 hibernate: [01] Executing CheckLastResume ... hibernate: [01] Executing CheckRunlevel ... hibernate: [01] Executing LockFileGet ... hibernate: [01] Executing NewKernelFileCheck ... hibernate: [10] Executing EnsureUSuspendCapable ... hibernate: [11] Executing XHacksSuspendHook1 ... hibernate: [59] Executing RemountXFSBootRO ... hibernate: [89] Executing SaveKernelModprobe ... hibernate: [91] Executing ModulesUnloadBlacklist ... Some modules failed to unload: nvidia_drm nvidia_modeset nvidia hibernate: [95] Executing XHacksSuspendHook2 ... hibernate: [98] Executing CheckRunlevel ... hibernate: [99] Executing DoUSuspend ... hibernate: Running /usr/sbin/s2disk ... Starting suspend at qui mai 10 15:44:57 -03 2018 hibernate: [01] Executing CheckLastResume ... hibernate: [01] Executing CheckRunlevel ... hibernate: [01] Executing LockFileGet ... hibernate: [01] Executing NewKernelFileCheck ... hibernate: [10] Executing EnsureUSuspendCapable ... hibernate: [11] Executing XHacksSuspendHook1 ... hibernate: [59] Executing RemountXFSBootRO ... hibernate: [89] Executing SaveKernelModprobe ... hibernate: [91] Executing ModulesUnloadBlacklist ... Some modules failed to unload: nvidia_drm nvidia_modeset nvidia hibernate: Aborting suspend due to errors in ModulesUnloadBlacklist (use --force to override). hibernate: [90] Executing ModulesLoad ... hibernate: [89] Executing RestoreKernelModprobe ... hibernate: [85] Executing XHacksResumeHook2 ... hibernate: [70] Executing ClockRestore ... hibernate: [59] Executing RemountXFSBootRW ... hibernate: [11] Executing XHacksResumeHook1 ... hibernate: [01] Executing NoteLastResume ... hibernate: [01] Executing LockFilePut ... Resumed at qui mai 10 15:44:59 -03 2018 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770491 Title: Hibernation doesnt work after installing nvidia-384(s2disk hangs) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/1770491/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1664408] [NEW] Não detecta
Public bug reported: Não esta detectando a placa de video NVIDIA-820M ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40 Uname: Linux 4.4.0-62-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 BootLog: 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: Mon Feb 13 21:56:14 2017 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Broadwell-U Integrated Graphics [1028:0655] Subsystem: Dell GeForce 820M [1028:0655] InstallationDate: Installed on 2017-02-12 (1 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: Dell Inc. Inspiron 3443 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic.efi.signed root=UUID=416809d0-a1c9-440f-afee-a27e1a9bf8b3 ro quiet splash SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/13/2016 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.name: 07GVPJ dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA08:bd05/13/2016:svnDellInc.:pnInspiron3443:pvrA08:rvnDellInc.:rn07GVPJ:rvrA00:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Inspiron 3443 dmi.product.version: A08 dmi.sys.vendor: Dell Inc. version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1 version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Feb 13 19:22:48 2017 xserver.configfile: default xserver.errors: Failed to load module "nvidia" (module does not exist, 0) Failed to load module "nvidia" (module does not exist, 0) NOUVEAU(G0): [XvMC] Failed to initialize extension. xserver.logfile: /var/log/Xorg.0.log xserver.outputs: product id1112 vendor LGD xserver.version: 2:1.18.4-0ubuntu0.2 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1664408 Title: Não detecta To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1664408/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1578041] [NEW] package fp-ide-3.0.0 3.0.0+dfsg-2 failed to install/upgrade: trying to overwrite '/usr/lib/fpc/3.0.0/fpmkinst/x86_64-linux/ide.fpm', which is also in package fpc 3.0.0
Public bug reported: Even when I use 'apt-get -f install' the problem is not fixed. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: fp-ide-3.0.0 3.0.0+dfsg-2 ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 Date: Mon May 2 22:33:49 2016 DuplicateSignature: Unpacking fp-units-rtl-3.0.0 (3.0.0+dfsg-2) ... dpkg: error processing archive /var/cache/apt/archives/fp-units-rtl-3.0.0_3.0.0+dfsg-2_amd64.deb (--unpack): trying to overwrite '/usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/cp1252.ppu', which is also in package fpc 3.0.0 ErrorMessage: trying to overwrite '/usr/lib/fpc/3.0.0/fpmkinst/x86_64-linux/ide.fpm', which is also in package fpc 3.0.0 InstallationDate: Installed on 2016-04-24 (10 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.10ubuntu1 SourcePackage: fpc Title: package fp-ide-3.0.0 3.0.0+dfsg-2 failed to install/upgrade: trying to overwrite '/usr/lib/fpc/3.0.0/fpmkinst/x86_64-linux/ide.fpm', which is also in package fpc 3.0.0 UpgradeStatus: Upgraded to xenial on 2016-04-28 (6 days ago) ** Affects: fpc (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package package-conflict xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578041 Title: package fp-ide-3.0.0 3.0.0+dfsg-2 failed to install/upgrade: trying to overwrite '/usr/lib/fpc/3.0.0/fpmkinst/x86_64-linux/ide.fpm', which is also in package fpc 3.0.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fpc/+bug/1578041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1634335] [NEW] nautilus windows does not fit
Public bug reported: the window when in full screen, does not matter the theme that is in used, does not fit correctly with the launcher of the unity. Probably one or two pixel is necessary to the "window of the nautilus lean on launcher" without space remaining. PS: Ive teste the ubuntu 16.10 and this happens too. The screenshot is actualy of the ubuntu 16.04. ** Affects: ubuntu Importance: Undecided Status: New ** Attachment added: "the "problem" is the gap that is indicate with the red circle" https://bugs.launchpad.net/bugs/1634335/+attachment/4762887/+files/unityLaucher%5D.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1634335 Title: nautilus windows does not fit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1634335/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1564482] [NEW] missing symbols on libphysfs.a file
Public bug reported: trying to compile a program that depends on libphysfs.a I get errors like "filestream.cpp:(.text+0x712): referência indefinida para `PHYSFS_read'" for all the physfs methods. executing "nm /usr/lib/x86_64-linux-gnu/libphysfs.a" returns " physfs.o: nm: physfs.o: nenhum símbolo physfs_byteorder.o: nm: physfs_byteorder.o: nenhum símbolo physfs_unicode.o: nm: physfs_unicode.o: nenhum símbolo " and so on. In another machine I tried downloading the sources for libphysfs.a, then built it and replaced the defective lib. That solved the problem. additional details: lsb_release -rd Description:Ubuntu 15.10 Release:15.10 apt-cache policy libphysfs-dev libphysfs-dev: Instalado: 2.0.3-3 Candidato: 2.0.3-3 Tabela de versão: *** 2.0.3-3 0 500 http://br.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libphysfs-dev 2.0.3-3 [modified: usr/lib/x86_64-linux-gnu/libphysfs.a] Uname: Linux 4.5.0-040500rc5-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 CurrentDesktop: Unity Date: Thu Mar 31 12:41:11 2016 InstallationDate: Installed on 2015-09-05 (208 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) JournalErrors: No journal files were found. -- No entries -- ProcEnviron: LANGUAGE=pt_BR:pt:en PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=pt_BR.UTF-8 SHELL=/bin/bash SourcePackage: libphysfs UpgradeStatus: Upgraded to wily on 2015-12-05 (117 days ago) ** Affects: libphysfs (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564482 Title: missing symbols on libphysfs.a file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libphysfs/+bug/1564482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1446081] Re: Incorrect scaling of launcher icons
Same issue here. Please Canonical fix this. ** Attachment added: "Icons crashed" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4438334/+files/Screenshot%20from%202015-06-11%2012-11-02.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446081 Title: Incorrect scaling of launcher icons To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1446081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1493888] Re: FGLRX incompatible with gcc 5
@Derf Skren I'm not really experienced in the Launchpad/Bug reports system, but I think it's not in a stable version yet. Anyway, I'm also curious about the steps involved in this entire process. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493888 Title: FGLRX incompatible with gcc 5 To manage notifications about this bug go to: https://bugs.launchpad.net/fglrx/+bug/1493888/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1493888] Re: FGLRX incompatible with gcc 5
After the fix release, in order for the drivers to work properly do I still need to blacklist amdgpu or run the 'amdconfig --adapter=all --initial'? Cheers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493888 Title: FGLRX incompatible with gcc 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1515355] [NEW] package texlive-binaries 2013.20130729.30972-2build3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1
Public bug reported: well, i trying to install latex find i m(i)essed. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: texlive-binaries 2013.20130729.30972-2build3 ProcVersionSignature: Ubuntu 3.13.0-67.110-generic 3.13.11-ckt27 Uname: Linux 3.13.0-67-generic i686 ApportVersion: 2.14.1-0ubuntu3.18 Architecture: i386 Date: Tue Nov 10 21:54:25 2015 DuplicateSignature: package:texlive-binaries:2013.20130729.30972-2build3:sub-processo script post-installation instalado retornou estado de saída de erro 1 ErrorMessage: sub-processo script post-installation instalado retornou estado de saída de erro 1 InstallationDate: Installed on 2014-08-19 (449 days ago) InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 (20121218) RelatedPackageVersions: dpkg 1.17.5ubuntu5.4 apt 1.0.1ubuntu2.10 SourcePackage: texlive-bin Title: package texlive-binaries 2013.20130729.30972-2build3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1 UpgradeStatus: Upgraded to trusty on 2014-08-20 (448 days ago) ** Affects: texlive-bin (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 need-duplicate-check trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1515355 Title: package texlive-binaries 2013.20130729.30972-2build3 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/texlive-bin/+bug/1515355/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1493888] Re: FGLRX incompatible with gcc 5
@mookey41: I have the same issue. After a few weeks of working fglrx drivers and all, I tried to switch to Intel VGA and then back to AMD and the fglrx drivers are not working anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493888 Title: FGLRX incompatible with gcc 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1273925] Re: usb-creator-gtk fails to finish erasing a usb drive
I'm still having problem even with version 0.2.56.1. Please help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273925 Title: usb-creator-gtk fails to finish erasing a usb drive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1273925/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1167018] [NEW] dash ubuntu 13.04
Public bug reported: the dash ,have one bug , this distorted ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: linux-image-3.8.0-17-generic 3.8.0-17.27 ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6 Uname: Linux 3.8.0-17-generic x86_64 ApportVersion: 2.9.2-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: matheus1867 F pulseaudio Date: Tue Apr 9 18:19:36 2013 HibernationDevice: RESUME=UUID=6829f5b9-1e0c-42a2-a8c4-8eb21ed733e1 InstallationDate: Installed on 2013-04-01 (8 days ago) InstallationMedia: This MachineType: LG Electronics R405-A.B2MDP1 MarkForUpload: True ProcFB: 0 EFI VGA 1 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-17-generic root=UUID=8f00944f-965d-4c43-b822-09c881f130e6 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.8.0-17-generic N/A linux-backports-modules-3.8.0-17-generic N/A linux-firmware1.104 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/15/2008 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: LHORSF0D dmi.board.name: Lhotse-II dmi.board.vendor: LG Electronics Inc. dmi.board.version: Rev0.4b dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: LG Electronics Inc. dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrLHORSF0D:bd01/15/2008:svnLGElectronics:pnR405-A.B2MDP1:pvr0100:rvnLGElectronicsInc.:rnLhotse-II:rvrRev0.4b:cvnLGElectronicsInc.:ct1:cvrN/A: dmi.product.name: R405-A.B2MDP1 dmi.product.version: 0100 dmi.sys.vendor: LG Electronics ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1167018 Title: dash ubuntu 13.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167018/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1165484] [NEW] update dont work,he stop in 50 per cent
Public bug reported: the update dont work ,he stop in 50 per cent and every day ,have the notification the update. ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New ** Description changed: the update dont work ,he stop in 50 per cent and every day ,have the - notification the update, i m using one notebook lg with ati video card + notification the update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165484 Title: update dont work,he stop in 50 per cent To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1165484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1167018] Re: dash ubuntu 13.04
I fix the dash distorted in dash blur I put the command (no blur) and the dash was fixed ** Changed in: unity (Ubuntu) Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1167018 Title: dash ubuntu 13.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1167018/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1770044]
Is there any workaround? I'm on 5.18.9? I was trying to use a wifi printer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770044 Title: plasmashell crashes on login - so I can't use my desktop system. To manage notifications about this bug go to: https://bugs.launchpad.net/print-manager/+bug/1770044/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 81851] evolution alarm notify relatory
Public bug reported: Binary package hint: beagle Memory status: size: 53997568 vsize: 0 resident: 53997568 share: 0 rss: 9789440 rss_rlim: 0 CPU usage: start_time: 1169592035 rtime: 0 utime: 16 stime: 0 cutime:13 cstime: 0 timeout: 3 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/libexec/evolution-alarm-notify' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1232894288 (LWP 18317)] [New Thread -1235297376 (LWP 18337)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) 0xe410 in __kernel_vsyscall () #0 0xe410 in __kernel_vsyscall () #1 0xb72c36cb in waitpid () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7de61b6 in gnome_gtk_module_info_get () from /usr/lib/libgnomeui-2.so.0 #3 #4 0xe410 in __kernel_vsyscall () #5 0xb725e770 in raise () from /lib/tls/i686/cmov/libc.so.6 #6 0xb725fef3 in abort () from /lib/tls/i686/cmov/libc.so.6 #7 0xb7430122 in g_logv () from /usr/lib/libglib-2.0.so.0 #8 0xb7430159 in g_log () from /usr/lib/libglib-2.0.so.0 #9 0x0805d500 in main () Thread 2 (Thread -1235297376 (LWP 18337)): #0 0xe410 in __kernel_vsyscall () No symbol table info available. #1 0xb72f8803 in poll () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #2 0xb742a813 in g_main_context_check () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #3 0xb742ab89 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #4 0xb79c47e0 in link_set_io_thread () from /usr/lib/libORBit-2.so.0 No symbol table info available. #5 0xb744538f in g_thread_create_full () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #6 0xb706c504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #7 0xb730251e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. Thread 1 (Thread -12328
[Bug 492828] [NEW] the kjscmd failed during the installation
Public bug reported: in Portuguese installArchives() failed: (Lendo banco de dados ... (Lendo banco de dados ... 5% (Lendo banco de dados ... 10% (Lendo banco de dados ... 15% (Lendo banco de dados ... 20% (Lendo banco de dados ... 25% (Lendo banco de dados ... 30% (Lendo banco de dados ... 35% (Lendo banco de dados ... 40% (Lendo banco de dados ... 45% (Lendo banco de dados ... 50% (Lendo banco de dados ... 55% (Lendo banco de dados ... 60% (Lendo banco de dados ... 65% (Lendo banco de dados ... 70% (Lendo banco de dados ... 75% (Lendo banco de dados ... 80% (Lendo banco de dados ... 85% (Lendo banco de dados ... 90% (Lendo banco de dados ... 95% (Lendo banco de dados ... 100% (Lendo banco de dados ... 175626 arquivos e diretórios atualmente instalados). Desempacotando kjscmd (de .../kjscmd_4%3a3.5.10-1ubuntu3_amd64.deb) ... dpkg: erro processando /var/cache/apt/archives/kjscmd_4%3a3.5.10-1ubuntu3_amd64.deb (--unpack): tentando sobrescrever '/usr/share/man/man1/kjscmd.1.gz', que também está no pacote kdelibs5-data 4:4.3.2-0ubuntu7 Processando gatilhos para desktop-file-utils ... Processando gatilhos para man-db ... Erros foram encontrados durante o processamento de: /var/cache/apt/archives/kjscmd_4%3a3.5.10-1ubuntu3_amd64.deb In English installArchives () failed: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 175626 files and directories currently installed.) Unpacking kjscmd (of .../kjscmd_4% 3a3.5.10-1ubuntu3_amd64.deb) ... dpkg: error processing / var/cache/apt/archives/kjscmd_4% 3a3.5.10-1ubuntu3_amd64.deb (- unpack): trying to overwrite '/ usr/share/man/man1/kjscmd.1.gz', which is also in package kdelibs5-data 4:4.3.2-0ubuntu7 Processing triggers for desktop-file-utils ... Processing triggers for man-db ... Errors were encountered while processing: / var/cache/apt/archives/kjscmd_4% 3a3.5.10-1ubuntu3_amd64.deb ProblemType: Package Architecture: amd64 Date: Sat Dec 5 10:28:52 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: tentando sobrescrever '/usr/share/man/man1/kjscmd.1.gz', que também está no pacote kdelibs5-data 4:4.3.2-0ubuntu7 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) Package: kjscmd (not installed) ProcVersionSignature: Ubuntu 2.6.31-15.50-generic SourcePackage: kde3bindings Title: package kjscmd (not installed) failed to install/upgrade: tentando sobrescrever '/usr/share/man/man1/kjscmd.1.gz', que também está no pacote kdelibs5-data 4:4.3.2-0ubuntu7 Uname: Linux 2.6.31-15-generic x86_64 ** Affects: kde3bindings (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package -- the kjscmd failed during the installation https://bugs.launchpad.net/bugs/492828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 492828] Re: the kjscmd failed during the installation
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/36473569/AptOrdering.txt ** Attachment added: "Dmesg.gz" http://launchpadlibrarian.net/36473570/Dmesg.gz ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/36473571/DpkgTerminalLog.txt -- the kjscmd failed during the installation https://bugs.launchpad.net/bugs/492828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 492828] Re: the kjscmd failed during the installation
*** This bug is a duplicate of bug 356363 *** https://bugs.launchpad.net/bugs/356363 ok, thanks for telling me, I didn't know it. :) If I find any others bugs I'll report it! :) 2009/12/5 Jean-Baptiste Lallement > *** This bug is a duplicate of bug 356363 *** >https://bugs.launchpad.net/bugs/356363 > > Thank you for taking the time to report this bug and helping to make > Ubuntu better. This particular bug has already been reported and is a > duplicate of bug 356363, so it is being marked as such. Please look at > the other bug report to see if there is any missing information that you > can provide, or to see if there is a workaround for the bug. > Additionally, any further discussion regarding the bug should occur in > the other report. Please continue to report any other bugs you may > find. > > ** Changed in: kde3bindings (Ubuntu) > Status: New => Confirmed > > ** This bug has been marked a duplicate of bug 356363 > Synaptic install failure: package kjscmd None [modified: > /var/lib/dpkg/info/kjscmd.list] failed to install/upgrade: trying to > overwrite `/usr/share/man/man1/kjscmd.1.gz', which is also in package > kdelibs5-data > > -- > the kjscmd failed during the installation > https://bugs.launchpad.net/bugs/492828 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “kde3bindings” package in Ubuntu: Confirmed > > Bug description: > in Portuguese > > installArchives() failed: (Lendo banco de dados ... > (Lendo banco de dados ... 5% > (Lendo banco de dados ... 10% > (Lendo banco de dados ... 15% > (Lendo banco de dados ... 20% > (Lendo banco de dados ... 25% > (Lendo banco de dados ... 30% > (Lendo banco de dados ... 35% > (Lendo banco de dados ... 40% > (Lendo banco de dados ... 45% > (Lendo banco de dados ... 50% > (Lendo banco de dados ... 55% > (Lendo banco de dados ... 60% > (Lendo banco de dados ... 65% > (Lendo banco de dados ... 70% > (Lendo banco de dados ... 75% > (Lendo banco de dados ... 80% > (Lendo banco de dados ... 85% > (Lendo banco de dados ... 90% > (Lendo banco de dados ... 95% > (Lendo banco de dados ... 100% > (Lendo banco de dados ... 175626 arquivos e diretórios atualmente > instalados). > Desempacotando kjscmd (de .../kjscmd_4%3a3.5.10-1ubuntu3_amd64.deb) ... > dpkg: erro processando > /var/cache/apt/archives/kjscmd_4%3a3.5.10-1ubuntu3_amd64.deb (--unpack): > tentando sobrescrever '/usr/share/man/man1/kjscmd.1.gz', que também está > no pacote kdelibs5-data 4:4.3.2-0ubuntu7 > Processando gatilhos para desktop-file-utils ... > Processando gatilhos para man-db ... > Erros foram encontrados durante o processamento de: > /var/cache/apt/archives/kjscmd_4%3a3.5.10-1ubuntu3_amd64.deb > > > In English > installArchives () failed: (Reading database ... > (Reading database ... 5% > (Reading database ... 10% > (Reading database ... 15% > (Reading database ... 20% > (Reading database ... 25% > (Reading database ... 30% > (Reading database ... 35% > (Reading database ... 40% > (Reading database ... 45% > (Reading database ... 50% > (Reading database ... 55% > (Reading database ... 60% > (Reading database ... 65% > (Reading database ... 70% > (Reading database ... 75% > (Reading database ... 80% > (Reading database ... 85% > (Reading database ... 90% > (Reading database ... 95% > (Reading database ... 100% > (Reading database ... 175626 files and directories currently installed.) > Unpacking kjscmd (of .../kjscmd_4% 3a3.5.10-1ubuntu3_amd64.deb) ... > dpkg: error processing / var/cache/apt/archives/kjscmd_4% > 3a3.5.10-1ubuntu3_amd64.deb (- unpack): > trying to overwrite '/ usr/share/man/man1/kjscmd.1.gz', which is also in > package kdelibs5-data 4:4.3.2-0ubuntu7 > Processing triggers for desktop-file-utils ... > Processing triggers for man-db ... > Errors were encountered while processing: > / var/cache/apt/archives/kjscmd_4% 3a3.5.10-1ubuntu3_amd64.deb > > ProblemType: Package > Architecture: amd64 > Date: Sat Dec 5 10:28:52 2009 > DistroRelease: Ubuntu 9.10 > ErrorMessage: tentando sobrescrever '/usr/share/man/man1/kjscmd.1.gz', que > também está no pacote kdelibs5-data 4:4.3.2-0ubuntu7 > InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) > Package: kjscmd (not installed) > ProcVersionSignature: Ubuntu 2.6.31-15.50-generic > SourcePackage: kde3bindings > Title: package kjscmd (not installed) failed to install/upgrade: tentando > sobrescrever '/usr/share/man/man1/kjscmd.1.gz', que também está no pacote > kdelibs5-data 4:4.3.2-0ubuntu7 > Uname: Linux 2.6.31-15-generic x86_64 > > To unsubscribe from this bug, go to: > > https://bugs.launchpad.net/ubuntu/+source/kde3bindings/+bug/492828/+subscribe > -- the kjscmd failed during the installation https://bugs.launchpad.net/bugs/492828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu
[Bug 1931902] [NEW] Crackling sound on Pulseaudio for Ubuntu 21.04
Public bug reported: While playing back any sounds, a certain crackling sound (static) will play with a fixed delay of the sound being played. The amount and volume of the static will depend on the sound/music that is being played, and this only starts occurring after a somewhat long time (30 minutes or more). What is interesting to see is that while playing back music from Spotify (Snap) the static will only start after a second or so, but when playing YouTube videos on Firefox, it will be immediate and output that static while the video is playing. I've added two sound recordings, one while playing back a song from Spotify and the other while playing a song from YouTube. This issue goes away when restarting the PulseAudio service, but it comes back after a random amount of time. 1) Description: Ubuntu 21.04 Release:21.04 2) pulseaudio: Installed: 1:14.2-1ubuntu1 Candidate: 1:14.2-1ubuntu1 Version table: 1:14.2-1ubuntu1.1 1 (phased 10%) 500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages *** 1:14.2-1ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: pulseaudio 1:14.2-1ubuntu1 ProcVersionSignature: Ubuntu 5.11.0-18.19-generic 5.11.17 Uname: Linux 5.11.0-18-generic x86_64 ApportVersion: 2.20.11-0ubuntu65.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC3: matheus 18662 F pulseaudio /dev/snd/controlC2: matheus 18662 F pulseaudio /dev/snd/controlC0: matheus 18662 F pulseaudio /dev/snd/pcmC0D8p: matheus 18662 F...m pulseaudio CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Jun 14 16:58:43 2021 ExecutablePath: /usr/bin/pulseaudio InstallationDate: Installed on 2021-05-03 (41 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) ProcEnviron: LANG=pt_BR.UTF-8 LANGUAGE=pt_BR:pt:en PATH=(custom, user) SHELL=/bin/bash XDG_RUNTIME_DIR= SourcePackage: pulseaudio UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2021 dmi.bios.release: 5.17 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 3002 dmi.board.asset.tag: Default string dmi.board.name: PRIME B450-PLUS dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Default string dmi.chassis.type: 3 dmi.chassis.vendor: Default string dmi.chassis.version: Default string dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr3002:bd03/11/2021:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB450-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring: dmi.product.family: To be filled by O.E.M. dmi.product.name: System Product Name dmi.product.sku: SKU dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: pulseaudio (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/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: Crackling sound on Pulseaudio for Ubuntu 21.04
Static that plays back while playing a song on Spotify (Snap). ** Attachment added: "Spotify Static" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+attachment/5504572/+files/Weird%20sound.m4a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: Crackling sound on Pulseaudio for Ubuntu 21.04
This is the static that can be heard while playing a song from YouTube on Firefox. Notice that the crackling starts right away when pressing play on the video, but it also has a delay to stop the static. ** Attachment added: "YouTube/Firefox crackling" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+attachment/5504573/+files/While%20playing%20videos.m4a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: Crackling sound on Pulseaudio for Ubuntu 21.04
Also, I can add that I've only noticed this issue happening while using DisplayPort, and playing back sound through my LG Monitor. This doesn't happen when using a USB or Headphone jack headphone/headset. Also, I've never noticed it happening when using an HDMI monitor, only DP. It could be a bug with the display drivers, but I find it to be unlikely, given that restarting PulseAudio fixes the issue temporarily, and then it comes back. ** Attachment removed: "Spotify Static" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+attachment/5504572/+files/Weird%20sound.m4a ** Attachment removed: "YouTube/Firefox crackling" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+attachment/5504573/+files/While%20playing%20videos.m4a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: Crackling sound on Pulseaudio for Ubuntu 21.04
I am going to add those attachements on this comment and the next one, but keep in mind comments #2 and #3, which are for those files. ** Attachment added: "Spotify Static" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+attachment/5504574/+files/Weird%20sound.mp3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: Crackling sound on Pulseaudio for Ubuntu 21.04
Here is the YouTube static. ** Attachment added: "YouTube/Firefox static" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+attachment/5504575/+files/While%20playing%20videos.mp3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: Crackling sound on Pulseaudio for Ubuntu 21.04
Also, I've noticed that if I don't play anything for a few minutes, the static can't be heard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931902] Re: [Asus PRIME B450-PLUS] Crackling sound on Pulseaudio for Ubuntu 21.04
This issue isn't related to the motherboard itself, because I have the monitor connected to the RX 580's DisplayPort output, not the internal audio output. I don't get this issue while using USB-C audio, Analog output/input or through HDMI, only DisplayPort. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931902 Title: [Asus PRIME B450-PLUS] Crackling sound on Pulseaudio for Ubuntu 21.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802982] Re: GNOME Software keeps logging out of the Ubuntu One account
This issue has been fixed on Ubuntu 21.04, given that an option to sign in on the Ubuntu One account was removed and now it is only possible to sign in to the Snap Store account (also Ubuntu One). ** Changed in: gnome-software (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802982 Title: GNOME Software keeps logging out of the Ubuntu One account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925095] Re: GNOME Desktop selection is misaligned with the mouse on 21.04-dev
Hi Steve, I have just downloaded the .deb package and installed it on my 21.04 installation. After just a session restart, it is clear that the bug has been fixed, and it is working as it should. Well done! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925095 Title: GNOME Desktop selection is misaligned with the mouse on 21.04-dev To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell-extension-desktop-icons-ng/+bug/1925095/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925095] [NEW] GNOME Desktop selection is misallinged with the mouse on 21.04-dev
Public bug reported: When dragging the mouse while selected on the Desktop, the selection box is misaligned with the mouse pointer. The issue only started happening on 21.04 after upgrading from 20.04 to the dev version of the OS. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: gnome-shell 3.38.4-1ubuntu2 ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12 Uname: Linux 5.11.0-14-generic x86_64 ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Mon Apr 19 22:00:22 2021 DisplayManager: gdm3 ExecutablePath: /usr/bin/gnome-shell InstallationDate: Installed on 2020-12-28 (112 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) ProcEnviron: LANG=pt_BR.UTF-8 LANGUAGE=pt_BR:pt:en PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2 SourcePackage: gnome-shell UpgradeStatus: Upgraded to hirsute on 2021-04-13 (6 days ago) ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute 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/1925095 Title: GNOME Desktop selection is misallinged with the mouse on 21.04-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1925095/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925095] Re: GNOME Desktop selection is misallinged with the mouse on 21.04-dev
The bug is easily noticeable on the video attached here. ** Attachment added: "Bug happening while being recorded." https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1925095/+attachment/5489924/+files/2021-04-19%2021-58-16.mkv -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925095 Title: GNOME Desktop selection is misallinged with the mouse on 21.04-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1925095/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925095] Re: GNOME Desktop selection is misaligned with the mouse on 21.04-dev
This issue would have to be fixed before release, because that method of selecting multiple files on the Desktop is heavily used by users. ** Summary changed: - GNOME Desktop selection is misallinged with the mouse on 21.04-dev + GNOME Desktop selection is misaligned with the mouse on 21.04-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925095 Title: GNOME Desktop selection is misaligned with the mouse on 21.04-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/1925095/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1904902] [NEW] Pulseaudio produces a lot of crackling audio after awhile
Public bug reported: 1) Description: Ubuntu 20.10 Release: 20.10 2) pulseaudio: Instalado: 1:13.99.2-1ubuntu2 Candidato: 1:13.99.2-1ubuntu2 Tabela de versão: *** 1:13.99.2-1ubuntu2 500 500 http://br.archive.ubuntu.com/ubuntu groovy-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:13.99.2-1ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu groovy/main amd64 Packages 3) What you expected to happen: It shouldn't produce any crackles in the audio after a set amount of time. 4) What happened instead: It starts to crackle with a very low volume, then it keeps increasing until it reaches the same volume as the music/audio. Running systemctl --user restart pulseaudio.service fixes the issue until the next restart. ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: pulseaudio 1:13.99.2-1ubuntu2 ProcVersionSignature: Ubuntu 5.8.0-29.31-generic 5.8.14 Uname: Linux 5.8.0-29-generic x86_64 ApportVersion: 2.20.11-0ubuntu50.1 Architecture: amd64 CasperMD5CheckResult: skip Date: Thu Nov 19 14:09:37 2020 ExecutablePath: /usr/bin/pulseaudio InstallationDate: Installed on 2020-06-16 (156 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron: LANG=pt_BR.UTF-8 LANGUAGE=pt_BR:pt:en PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= SourcePackage: pulseaudio UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/14/2020 dmi.bios.release: 5.13 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2202 dmi.board.asset.tag: Default string dmi.board.name: PRIME B450-PLUS dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Default string dmi.chassis.type: 3 dmi.chassis.vendor: Default string dmi.chassis.version: Default string dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr2202:bd07/14/2020:br5.13:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB450-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring: dmi.product.family: To be filled by O.E.M. dmi.product.name: System Product Name dmi.product.sku: SKU dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904902 Title: Pulseaudio produces a lot of crackling audio after awhile To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1904902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1904903] [NEW] Pulseaudio always defaults to any external audio device connected when booting up
Public bug reported: When I am booting the computer up, it never sets the default output to the one I was using previously, which should be the norm. This is also the same for audio inputs. It works perfectly fine when connecting any new sound sources to the PC, which then pulseaudio sets the output/input to. But regarding it's state when booting up, it should stay on the last used audio device. 1) Description: Ubuntu 20.10 Release:20.10 2) pulseaudio: Instalado: 1:13.99.2-1ubuntu2 Candidato: 1:13.99.2-1ubuntu2 Tabela de versão: *** 1:13.99.2-1ubuntu2 500 500 http://br.archive.ubuntu.com/ubuntu groovy-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:13.99.2-1ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu groovy/main amd64 Packages ** Affects: pulseaudio (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/1904903 Title: Pulseaudio always defaults to any external audio device connected when booting up To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1904903/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] [NEW] Not able to log in into Google Account, aswell as Microsoft account
Public bug reported: After the first boot up of Ubuntu 18.10, it invites me to log-in into several accounts, including Google and Microsoft accounts. After I log- in into Ubuntu One, my next step is to log in my Google Account, but the log-in page never loads, and when it does (after a couple of minutes), and I insert my log in credentials, it fails the log-in process, all of this happens with the Microsoft account too. The Ubuntu One account logs-in without a hitch, but the rest does not. 1) Description: Ubuntu 18.10 Release:18.10 2) gnome-initial-setup: Instalado: 3.30.0-1ubuntu3 Candidato: 3.30.0-1ubuntu3.1 Tabela de versão: 3.30.0-1ubuntu3.1 500 500 http://br.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages *** 3.30.0-1ubuntu3 500 500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: gnome-initial-setup 3.30.0-1ubuntu3 ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12 Uname: Linux 4.18.0-11-generic x86_64 ApportVersion: 2.20.10-0ubuntu13 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Tue Nov 27 11:12:31 2018 ExecutablePath: /usr/lib/gnome-initial-setup/gnome-initial-setup InstallationDate: Installed on 2018-11-27 (0 days ago) InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3) ProcEnviron: LANGUAGE=pt_BR:pt:en PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=pt_BR.UTF-8 SHELL=/bin/bash SourcePackage: gnome-initial-setup UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-initial-setup (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] Re: Not able to log in into Google Account, aswell as Microsoft account
1 - I've added the journalctl log for the first boot of this computer, which is when gnome-initial-setup runs automatically. 2 - It seems that I cannot run gnome-initial-setup, the Terminal presents a error message saying: "gnome-initial-setup: command not found" 3 - The exact same thing happens on gnome-control-center, it never loads the log-in screens. ** Attachment added: "journalctl log at the first boot" https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1805426/+attachment/5217332/+files/journalctllog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] Re: Not able to log in into Google Account, aswell as Microsoft account
Ok, so , I've executed both g-i-s and gnome-control-center from the terminal, and all I've got was (on both g-i-s & g-c-c): :~$ gnome-control-center (or /usr/lib/gnome-initial-setup/gnome-initial- setup) (gnome-control-center:9879): Clutter-WARNING **: 22:02:39.314: Whoever translated default:LTR did so wrongly. ^C I also found that both Foursquare and Pocket log-in screens loaded without a problem, but Flickr didn't even presented a window. So the issue with the Google Account and Microsoft Account still persist. I've talked with some friends of mine, and they said that the same problem occurred with them, so this is affecting multiple users. I don't know if my region has something to do with it, since it is trying to load the Portuguese version of both log-in screens. If you need anymore info, I'm happy to cooperate with you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] Re: Not able to log in into Google Account, aswell as Microsoft account
I`m now running a virtual machine with "disco" and i`ve been able to connect all of my accounts without a problem. This bug seems to be affecting mainly "cosmic" (I don't know about "bionic"). So, it seems like the issue has been fixed on "disco", or my install of "cosmic" has a problem. But it is interesting that this is affecting some colleagues of mine, so it looks like the issue is not on my install of "cosmic". ** Also affects: gnome-control-center (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/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] Re: Not able to log in into Google Account, aswell as Microsoft account
I should note that the page does "load", but it takes around 4 to 5 minutes to get anything on the screen. After the wait, when something shows in the screen, I type my username, and proceed to type my password it says that an error has ocurred. On the VM ("disco" VM) there is no wait time, and everything happens without a hitch. I'll test now with the "cosmic" VM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] Re: Not able to log in into Google Account, aswell as Microsoft account
So, i changed the language to english on my machine, but the same thing happens, it just won't load the page. And yes, i used the same machine to run the VM. I'm downloading the 18.10 ISO to install in a VM and see if it loads there. But this is a interesting situation, because it loads in a VM (at least in "disco"), but not the real machine. I'm going to test it on the new 18.10 VM and post any new comments here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1805426] Re: Not able to log in into Google Account, aswell as Microsoft account
Ok, i've found that problem I was having had to do with IPv6 connectivity. Usually I disable the IPv6 connection because there are certain PPAs (archive.ubuntu.com, for example) that for some odd reason, never load, and they timeout on "sudo apt update". My network provider has no problem with the IPv6 service, but Ubuntu, usually, cannot load a PPA through IPv6. Because of that, I only allow IPv4 connectivity to be active, and that was the issue. It seems that g-i-s and g-c-c only want to connect via IPv6, even though it was disabled through the g-c-c. I think that both should first check on how the network is setup up and then load the webpages as determined by the settings. That is the issue. I hope it gets fixed. After I set IPv6 method to "Auto", both g-i-s and g-c-c loaded all log- in pages without a problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805426 Title: Not able to log in into Google Account, aswell as Microsoft account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1805426/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1800763] [NEW] After installing the package with version 340.107, the system won't start
Public bug reported: On Ubuntu 18.10, after installing the 340.107 driver, the system hangs with the last line showing [OK] Started GNOME Display Manager. I'm not able to change to another TTY, the system is completely locked. After forced restart, entered recovery mode, with root terminal, and removed the driver, and then the systems starts using the Nouveau drivers. The GPU is a nVidia GeForce 9500GT. ** Affects: nvidia-graphics-drivers-340 (Ubuntu) Importance: Undecided Status: New ** Description changed: - On Ubuntu 18.10, after installing the 340.107 driver, the system hangs with the last line showing [OK] Started GNOME Display Manager. I'm not able to change to another TTY, the system is completely locked. After forced restard, entered recovery mode, with root terminal, and removed the driver, and the the systems starts using the Nouveau drivers. + On Ubuntu 18.10, after installing the 340.107 driver, the system hangs with the last line showing [OK] Started GNOME Display Manager. I'm not able to change to another TTY, the system is completely locked. After forced restart, entered recovery mode, with root terminal, and removed the driver, and then the systems starts using the Nouveau drivers. The GPU is a nVidia GeForce 9500GT. ** Summary changed: - After installing the package with 340.107, the system won't start + After installing the package with version 340.107, the system won't start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800763 Title: After installing the package with version 340.107, the system won't start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1800763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1795542] [NEW] Ubuntu Software not returning to last page, even after closed
Public bug reported: 1)Description: Ubuntu Cosmic Cuttlefish (development branch) Release:18.10 2)gnome-software: Instalado: 3.30.0-0ubuntu1 Candidato: 3.30.0-0ubuntu1 Tabela de versão: *** 3.30.0-0ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages 100 /var/lib/dpkg/status 3)After the program is closed, and reopened, it should present the home page, not the last opened page. 4)After installing a .deb package, and closing Ubuntu Software (or GNOME Software), and opening it again, it stays on the last opened page (the .deb package install page), and it is not possible to return to the last page before the installation process using the return (arrow) button on the top left corner. To return to the main page, it is necessary to kill Ubuntu Software from System Monitor (gnome-software process), and open it again. After that it works as it should, but if a new .deb package is installed via Ubuntu Software, and then we close it after the new package gets installed, it happens again. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: gnome-software 3.30.0-0ubuntu1 ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5 Uname: Linux 4.18.0-7-generic x86_64 ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Mon Oct 1 23:09:20 2018 ExecutablePath: /usr/bin/gnome-software InstallationDate: Installed on 2018-09-25 (6 days ago) InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20180925.1) InstalledPlugins: gnome-software-plugin-flatpak N/A gnome-software-plugin-limba N/A gnome-software-plugin-snap3.30.0-0ubuntu1 SourcePackage: gnome-software UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-software (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795542 Title: Ubuntu Software not returning to last page, even after closed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1795542/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1796013] [NEW] Video processing on GPU with Wayland drops too many frames
Public bug reported: 1) Description: Ubuntu Cosmic Cuttlefish (development branch) Release:18.10 2)xwayland: Instalado: 2:1.20.1-3ubuntu2 Candidato: 2:1.20.1-3ubuntu2 Tabela de versão: *** 2:1.20.1-3ubuntu2 500 500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages 100 /var/lib/dpkg/status 3)While the video plays, it shouldn't drop a single frame, but Ubuntu with Wayland (selected on login screen) is dropping way too many. 4)When watching videos on Google Chrome, or Mozilla Firefox, or any other web browser (using Wayland on login screen), with the hardware acceleration option on, the video drops around 15 to 20 frames for every 100 frames at 60FPS videos (half of that on 30FPS). I know that my iGPU (Intel HD Graphics 2000 is old, but on Win8.1 or Win10 it didn't drop any frames, 60FPS without drops). ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: xwayland 2:1.20.1-3ubuntu2 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7 Uname: Linux 4.18.0-8-generic x86_64 ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Thu Oct 4 00:00:22 2018 DistUpgraded: Fresh install DistroCodename: cosmic DistroVariant: ubuntu ExecutablePath: /usr/bin/Xwayland ExtraDebuggingInterest: Yes, if not too technical GraphicsCard: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] 2nd Generation Core Processor Family Integrated Graphics Controller [1025:0649] InstallationDate: Installed on 2018-09-25 (8 days ago) InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20180925.1) MachineType: Acer Aspire E1-571 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic root=UUID=25579668-2ce2-4bbe-a046-428b54ef525c ro quiet splash vt.handoff=1 SourcePackage: xorg-server UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/16/2013 dmi.bios.vendor: Acer dmi.bios.version: V2.21 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: EA50_HC_HR dmi.board.vendor: Acer dmi.board.version: Type2 - Board Version dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V2.21 dmi.modalias: dmi:bvnAcer:bvrV2.21:bd12/16/2013:svnAcer:pnAspireE1-571:pvrV2.21:rvnAcer:rnEA50_HC_HR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.21: dmi.product.family: Type1Family dmi.product.name: Aspire E1-571 dmi.product.sku: Aspire E1-571_0649_V2.21 dmi.product.version: V2.21 dmi.sys.vendor: Acer version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.94-1 version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.1-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1build1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3 ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug cosmic ubuntu 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/1796013 Title: Video processing on GPU with Wayland drops too many frames To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1796013/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1803342] [NEW] GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10
Public bug reported: After starting my user session, all icons from pre-installed system programs, (i.e., System Monitor) are presented using older icons on the dock, from 16.04~18.04, instead of showing the new 18.10 icons. On programs lists they have the correct 18.10 icons. Even when opening new system programs, that are not marked as favorites on the dock, they are opened with the correct 18.10 icons. This happens at random, I can't find a precise way to get this bug to happen. Description:Ubuntu 18.10 Release:18.10 gnome-shell: Instalado: 3.30.1-2ubuntu1 Candidato: 3.30.1-2ubuntu1 Tabela de versão: *** 3.30.1-2ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: gnome-shell 3.30.1-2ubuntu1 ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12 Uname: Linux 4.18.0-11-generic x86_64 ApportVersion: 2.20.10-0ubuntu13.1 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Wed Nov 14 10:27:27 2018 DisplayManager: gdm3 ExecutablePath: /usr/bin/gnome-shell GsettingsChanges: b'org.gnome.shell' b'enabled-extensions' b"['cpufreq@konkor', 'temperature@xtranophilist', 'Internet-Speed-Meter@TH3L0N3C0D3R', 'ubuntu-appindicat...@ubuntu.com', 'indicator-sens...@alexmurray.github.com', 'sensory-percept...@harlemsquirrel.github.io', 'vbox-app...@gs.eros2.info', 'gsconn...@andyholmes.github.io', 'ubuntu-d...@ubuntu.com']" b'org.gnome.shell' b'command-history' redacted by apport b'org.gnome.shell' b'favorite-apps' redacted by apport b'org.gnome.desktop.interface' b'toolkit-accessibility' b'true' b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'" InstallationDate: Installed on 2018-10-30 (14 days ago) InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3) ProcEnviron: LANGUAGE=pt_BR:pt:en PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=pt_BR.UTF-8 SHELL=/bin/bash SourcePackage: gnome-shell UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803342 Title: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1803342] Re: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10
At the program list, System Monitor has the correct icon presented, the new 18.10 ** Attachment added: "System Monitor icon on the programs list" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+attachment/5212661/+files/Captura%20de%20tela%20de%202018-11-14%2010-20-00.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803342 Title: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1803342] Re: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10
Another example. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803342 Title: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802982] Re: GNOME Software keeps logging out of the Ubuntu One account
This is after getting logged in with the Ubuntu One account on Ubuntu Software. And yes, it is used for programs reviews. ** Attachment added: "Getting logged in before a restart" https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+attachment/5212662/+files/Ubuntu%20One%20logged%20in.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802982 Title: GNOME Software keeps logging out of the Ubuntu One account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1803342] Re: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10
The problem is shown in the following screenshot. ** Attachment added: "Old icons on Dock" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+attachment/5212660/+files/Captura%20de%20tela%20de%202018-11-14%2010-19-44.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803342 Title: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1803342] Re: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10
After the system is restarted, all the correct icons are shown on the Dock. ** Attachment added: "Correct icons after a system restart" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+attachment/5212663/+files/Captura%20de%20tela%20de%202018-11-14%2010-59-18.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803342 Title: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802982] Re: GNOME Software keeps logging out of the Ubuntu One account
And to add more information to this bug, there is no dialog informing me that the Ubuntu One account got disconnected, it just happens by itself. I have to keep logging in every time I start the system (I don't do it every time, because this has been happening for sometime now). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802982 Title: GNOME Software keeps logging out of the Ubuntu One account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802982] Re: GNOME Software keeps logging out of the Ubuntu One account
After the system is restarted, the Ubuntu One account gets disconnected for no obvious reason. ** Attachment added: "Ubuntu One account disconnected" https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+attachment/5212664/+files/Ubuntu%20One%20logged%20out.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802982 Title: GNOME Software keeps logging out of the Ubuntu One account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802982] Re: GNOME Software keeps logging out of the Ubuntu One account
Also, I don't know if this is important, but I have my Ubuntu Single Sign-On account connected to the system, I think that GNOME Software should use this to stay connected to Ubuntu One, instead of having to do that by itself. ** Attachment added: "Ubuntu Single Sign-On is connected" https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+attachment/5212665/+files/Ubuntu%20Single%20Sign-On.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802982 Title: GNOME Software keeps logging out of the Ubuntu One account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1802982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1803342] Re: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10
The problem is that this bug only happens once out of 20 session starts, so disabling all of my extensions might not show right away. But still, I'm going to do what you asked for. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803342 Title: GNOME Shell using older Ubuntu 16.04~18.04 icons on 18.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1803342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1800763] Re: After installing the package with version 340.107, the system won't start
I've attached the boot log, so that it is easier to determine what the problem is. ** Attachment added: "Boot Log.txt" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1800763/+attachment/5213175/+files/Boot%20Log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800763 Title: After installing the package with version 340.107, the system won't start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1800763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs