[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2025-01-20 Thread Bernard Moreton
I should add, that running pg_upgradecluster after "sudo su - postgres" did one thing that a simpler "sudo pg_upgradecluster" didn't - it changed the port numbers, so that the new v.16 cluster is running on port 5432, and the old v.14 cluster is now on port 5433. So there is some use in runnin

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2025-01-20 Thread Bernard Moreton
I tried today, after running "sudo pg_dropcluster 16 main", by running as postgres: sudo su - postgres pg_upgradecluster 14 main More seemed to be done, but the end result was the same as before. Templates were set up; but sadly still the users were not copied from v.14, nor the databases. So

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-12-04 Thread Bernard Moreton
Thank you, Andreas. I've had a checkered history with pg_upgradecluster; the last upgrade (to 22.04LTS, PG14) worked fine, if I remember correctly, but all other post-LTS upgrades failed for me. Is it possible that setting a non-default password for user postgres might cause a problem? - the on

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-11-29 Thread Bernard Moreton
1) The LTS upgrade creates an empty cluster for the new postgresql version: pg_lsclusters This empty cluster first needs to be removed: pg_dropcluster 16 main --stop Then: pg_upgradecluster 14 main On my main pc, that last command collapsed with error - see bug #2078494 On the standby pc (an older

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-11-26 Thread Bernard Moreton
Yes, on my stand-by pc I can still re-run the upgrade process - I didn't get round to installing the databases manually! Currently, pg_lsclusters shows 14 main 5432 down ... 16 main 5433 online and psql -p 5433 shows no role for me ... as noted above. So yes, I'll be happy to provide any i

[Bug 2089267] [NEW] 25.04 Plucky 20241121.1 ubiquity crashed

2024-11-21 Thread Bernard Stafford
Public bug reported: Ubiquity crashed at: installing the system, the entire OS froze. Installed in virtual box for QA Testing. ProblemType: Bug DistroRelease: Ubuntu 25.04 Package: ubiquity (not installed) ProcVersionSignature: Ubuntu 6.11.0-8.8-generic 6.11.0 Uname: Linux 6.11.0-8-generic x86_64

[Bug 2089267] Re: 25.04 Plucky 20241121.1 ubiquity crashed

2024-11-21 Thread Bernard Stafford
** Description changed: Ubiquity crashed at: installing the system, the entire OS froze. Installed in virtual box for QA Testing. + Live desktop works excellent, this is how I made the bug report. ProblemType: Bug DistroRelease: Ubuntu 25.04 Package: ubiquity (not installed) ProcVer

[Bug 2089267] Re: 25.04 Plucky 20241121.1 ubiquity crashed

2024-11-21 Thread Bernard Stafford
This is the screenshot where Ubuntu Plucky 20241121.1 Froze during install. I would like this bug report attached to bug # 2088978 This was the first Fix Release of # 2088978 results. ** Attachment added: "Screenshot_2024-11-21_07-54-43.png" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+

[Bug 2062951] Re: Random flickering with Intel i915 (Gen9 GPUs in 6th-8th gen CPUs) on Linux 6.8

2024-11-07 Thread Bernard Moreton
Please ignore comment 121 above. I don't now think it's related to this issue. I found the touchpad/mouse problem reported on linuxmint bug 10675 in Feb.2022, and I've added a comment there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 2062951] Re: Random flickering with Intel i915 (Gen9 GPUs in 6th-8th gen CPUs) on Linux 6.8

2024-11-02 Thread Bernard Moreton
The kernel upgrade to 6.8.0-47 made a noticeable improvement to the mouse/pointer problems on my Dell Inspiron, and 6.8.0-48 has now fixed most of them - thank you! BUT I still have one problem left: for years I've had the touchpad disabled, and used a USB mouse, as being easier to control proper

[Bug 2084825] Re: xdiagnose package failure

2024-10-24 Thread Bernard Moreton
Having got tired of repeated invitations to upgrade, I removed xdiagnose *completely*, then tried to install. Synaptic gives the same error: E: /var/cache/apt/archives/xdiagnose_3.8.10ubuntu0.1_all.deb: unable to open '/usr/lib/systemd/system/failsafe-x.service.dpkg-new': No such file or directo

[Bug 2028698] Re: desktop freezes when copying file to android phone

2024-10-19 Thread Brian BERNARD
Same here, it appeared that it was triggered by the symbol ' within file names -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2028698 Title: desktop freezes when copying file to android phone To man

[Bug 2084825] Re: xdiagnose package failure

2024-10-19 Thread Bernard Moreton
I can't remember ever asking to install xdiagnose; and the update to 24.04.1 worked fine. But the current proposed upgrade fails for me too, with Synaptic giving the following error: E: /var/cache/apt/archives/xdiagnose_3.8.10ubuntu0.1_all.deb: unable to open '/usr/lib/systemd/system/failsafe-x

[Bug 2084825] Re: xdiagnose package failure

2024-10-19 Thread Bernard Moreton
Or the greater detail from Synaptic: Unpacking xdiagnose (3.8.10ubuntu0.1) over (3.8.10) ... dpkg: error processing archive /var/cache/apt/archives/xdiagnose_3.8.10ubuntu0.1_all.deb (--unpack): unable to open '/usr/lib/systemd/system/failsafe-x.service.dpkg-new': No such file or directory No app

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-10-04 Thread Bernard Moreton
Sorry - after a lot more searching, I retract comment #8. Most advice on upgrading PG versions refers to 'sudo pg_ctl {stop|start}' Some advices refer to 'sudo service postgresql {stop|start}' Very few refer to the *systemd* command 'sudo systemctl {status|start|stop} postgresql', and equally v

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-10-04 Thread Bernard Moreton
It might be relevant that pg_ctl is not in any PATH (not mine, nor sudo, nor postgres), on either of my PCs. The command is found only in /usr/lib/postgresql/*/bin/pg_ctl Attempts to run [sudo] pg_ctl status result in Command 'pg_ctl' not found, did you mean: command 'dg_ctl' from deb drogon (1

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-10-04 Thread Bernard Moreton
1 Yes, the databases I expected to be transferred are in the MAIN cluster, so *should* have been set up in the new 'postgresql-16' main cluster; and pg_upgradecluster *should* have changed the ports set for the '14' and '16' instances. Neither happened. 2 pg_upgradecluster gave me problems af

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-10-02 Thread Bernard Moreton
(1) Those two fatal errors result from an attempt to verify the (apparently not unsuccessful) pg_upgradecluster by psql access to the database 'simas'. They originate after pg_upgradecluster had terminated. (2) There are no known customised config files for postgresql on the system. (3) I can'

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-09-27 Thread Bernard Moreton
** Attachment added: "upgradeclusterINFO.gz contains (a) the screen output pasted into pg_upgradecluster.OUT, (b) apt/term.log, (c) apt/history.log, (d) postgresql/postgresql-14-main.log.1, and (e) postgresql-16-main.log" https://bugs.launchpad.net/ubuntu/+source/postgresql-16/+bug/208199

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-09-25 Thread Bernard Moreton
** Attachment added: "Generated on standby pc using apport-cli --save APPORT.info" https://bugs.launchpad.net/ubuntu/+source/postgresql-16/+bug/2081996/+attachment/5821830/+files/APPORT.info -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2078494] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails

2024-09-25 Thread Bernard Moreton
New bug report filed: #2081996 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078494 Title: After upgrade to 24.04.1 LTS pg_upgradecluster fails To manage notifications about this bug go to: https:

[Bug 2081996] [NEW] After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-09-25 Thread Bernard Moreton
Public bug reported: As reported against "#2078494 After upgrade to 24.04.1 LTS pg_upgradecluster fails": On my standby pc, I upgraded today from 22.04 to 24.04.1 After the upgrade /usr/lib/postgresql/14/bin/postgres and the named libraries were all still in place. pg_lsclusters showed the old (

[Bug 2078494] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails

2024-09-21 Thread Bernard Moreton
** Attachment added: "screen output for failed pg_clusterupgrade" https://bugs.launchpad.net/ubuntu/+source/postgresql-16/+bug/2078494/+attachment/5820288/+files/pg_upgradecluster.OUT -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2078494] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails

2024-09-21 Thread Bernard Moreton
On my standby pc, I upgraded today from 22.04 to 24.04.1 After the upgrade /usr/lib/postgresql/14/bin/postgres and the named libraries were all still in place. pg_lsclusters showed the old (v.14) and the new (v.16) clusters, as expected. So I dropped the new v.16 cluster with "--stop", and ran pg_

[Bug 2063557] Re: After upgrading to Ubuntu 24.04, login screen shows "Ubuntu 23.10"

2024-09-16 Thread Bernard Moreton
Installed unity-greeter from -proposed, 24.04.1-0ubuntu1 re-started pc; correct display "Ubuntu 24.04 LTS" on login screen. Logged out, correct display "Ubuntu 24.04 LTS" on login screen again. Works for me, thank you. ** Tags removed: noble verification-needed verification-needed-noble ** Tags a

[Bug 2078494] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails

2024-09-15 Thread Bernard Moreton
Perhaps I can be a bit more helpful - I have a standby pc on 22.04 LTS. It has /usr/lib/postgresql/14/bin/postgres I'll upgrade that box to 24.04 as soon as I can, though probably not before next weekend (other jobs needing even more urgent attention!). And when I do, I'll track what happens whe

[Bug 2078494] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails

2024-09-14 Thread Bernard Moreton
I'm afraid I can't add much to the original report - it's too long ago, and I can't backtrack to try to repeat the exercise. The Noble upgrade installed PG16 and created the new cluster with a new port number above the normal, and all looked ok until I ran "sudo pg_upgradecluster 14 main", at wh

[Bug 2063557] Re: After upgrading to Ubuntu 24.04, login screen shows "Ubuntu 23.10"

2024-09-09 Thread Bernard Moreton
That fix is in the package for 24.10 - I hope it will get back-ported to 24.04 ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063557 Title: After upgrading to Ubuntu 24.04, login screen shows "Ubu

[Bug 2078959] Re: Since upgrade to 24.04.1 LTS login screen shows "23.10"

2024-09-09 Thread Bernard Moreton
But on my system, the installed /usr/share/unity-greeter/logo.png shows "ubuntu 23.10", set against a gray chequered background ... The Package version shows in Synaptic as 23.10.1-0ubuntu4, like accountsservice, as noted above (#10). The version number (unity-greeter -v) shows as 17.04.1 (did ma

[Bug 2078959] Re: Since upgrade to 24.04.1 LTS login screen shows "23.10"

2024-09-06 Thread Bernard Moreton
I note that accountsservice is installed, with version 23.13.9-2ubuntu6 The version number looks odd? For jammy it was 22.07.5-2ubuntu1.5 and for mantic 23.13.9-2ubuntu1.5 May be a red herring, but the documentation for LightDM refers to accountsservice ... -- You received this bug notificatio

[Bug 2078959] Re: Since upgrade to 24.04.1 LTS login screen shows "23.10"

2024-09-05 Thread Bernard Moreton
The photo of the login screen shows the computer-name at the top left, though that doesn't show well in the photo. The vital bits are clear, however! FWIW, I think Cinnamon DE only starts *after* login ... ? ** Attachment added: "loginscreenphoto.jpg" https://bugs.launchpad.net/ubuntu/+bug/2

[Bug 2078959] Re: Since upgrade to 24.04.1 LTS login screen shows "23.10"

2024-09-05 Thread Bernard Moreton
** Attachment added: "Entered before, but I think only 1 attachment at a time ?" https://bugs.launchpad.net/ubuntu/+bug/2078959/+attachment/5813645/+files/packages.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 2078959] Re: Since upgrade to 24.04.1 LTS login screen shows "23.10"

2024-09-04 Thread Bernard Moreton
Synaptic says for base-files: 13ubuntu10.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078959 Title: Since upgrade to 24.04.1 LTS login screen shows "23.10" To manage notifications about this b

[Bug 2078959] [NEW] Since upgrade to 24.04.1 LTS login screen shows "23.10"

2024-09-04 Thread Bernard Moreton
Public bug reported: Since the LTS upgrade from 22.04 to 24.04.1 LTS the login screen (plymouth?) shows the version as "Ubuntu 23.10", which has never been installed on the system. The image on the login screen shows the "Noble" coronet, which seems correct. All the other queries I have tried to

[Bug 2078494] [NEW] After upgrade to 24.04.1 LTS pg_upgradecluster fails

2024-08-30 Thread Bernard Moreton
Public bug reported: sudo pg_upgradecluster 14 main Restarting old cluster with restricted connections... Notice: extra pg_ctl/postgres options given, bypassing systemctl for start operation Error: /usr/lib/postgresql/14/bin/pg_ctl /usr/lib/postgresql/14/bin/pg_ctl start -D /var/lib/postgresql/

[Bug 2077647] Re: Ubiquity installer failed to post: restart xubuntu

2024-08-26 Thread Bernard Stafford
Ubiquity installer failed to post: "press enter to remove disk" After clicking the restart icon, black screen. 20240826 Daily build. ** Description changed: - At the end of the install Xubuntu went to a black screen, was unable to - restart. + At the end of the install Xubuntu went to a black sc

[Bug 2077647] [NEW] Ubiquity installer failed to post: restart xubuntu

2024-08-22 Thread Bernard Stafford
Public bug reported: At the end of the install Xubuntu went to a black screen, was unable to restart. Ubiquity installer failed to post: restart Xubuntu & did not present "press enter to remove disk" Had to restart Xubuntu manually, hard restart. The installer correctly installed Xubuntu after

[Bug 2064177] Re: Window borders and shadows missing from GTK3 dialogs (if autologin is enabled and Xorg is used)

2024-06-04 Thread Bernard Robbins
Logging off and on again fixed the issue with me. I have autologin on. Effects Thorium Browser but not Chrome. Also effects my Slack install, but no other apps so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 2064291] Re: [closed] Ubuntu 24.04 crashed multiple times

2024-05-10 Thread Bernard Stafford
I use Oracle Virtual Box 7.0. Host is MX-Linux 23.2 Ubuntu 24.04 notated that the hypervisor was unsupported, change to a supported hypervisor. It must of been the version of virtual box. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-09 Thread Bernard Stafford
Thank You for your assistance on this bug report. Removing the Ubuntu from virtual box. Closing this bug report. ** Changed in: linux (Ubuntu) Status: New => Invalid ** Summary changed: - Ubuntu 24.04 crashed multiple times + [closed] Ubuntu 24.04 crashed multiple times -- You received

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-07 Thread Bernard Stafford
Crash for May 07, 2024 ** Attachment added: "b3 b3 VirtualBox cd var.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064291/+attachment/5775965/+files/b3%20b3%20VirtualBox%20cd%20var.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-07 Thread Bernard Stafford
Crash report for May 03, 2024 ** Attachment added: "b3 b3 VirtualBox var crash.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064291/+attachment/5775966/+files/b3%20b3%20VirtualBox%20var%20crash.txt -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 2064694] Re: Can't install ksmbd-tools package on Ubuntu 24.04

2024-05-06 Thread Bernard
you're right, I was looking for *.deb in ~/ksmbd-tools and it was in ~/ The new installation seems to be looking for the configuration file in the /usr/local/etc/ksmbd directory and not /etc/ksmbd like the previous one. However, after installing and restarting the service, errors appear: ░░ The

[Bug 2064694] Re: Can't install ksmbd-tools package on Ubuntu 24.04

2024-05-06 Thread Bernard
Hello, Ufortunately I have received errors: dpkg-deb: building package 'ksmbd-tools' in '../ksmbd-tools_3.5.1-1_amd64.deb'. dpkg-deb: building package 'ksmbd-tools-dbgsym' in 'debian/.debhelper/scratch-space/build-ksmbd-tools/ksmbd-tools-dbgsym_3.5.1_amd64.deb'. Renaming ksmbd-tools-dbgsy

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-06 Thread Bernard Stafford
Still crashed - Opened "APP Center" Clicked on Games, Crash. Will continue testing. Went back through all of the app center items, did not reproduce crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-06 Thread Bernard Stafford
The crashing problem has stopped, I will keep testing to confirm first. I opened terminal, imputed: echo 1000 | sudo tee /sys/kernel/mm/lru_gen/min_ttl_ms trashing mitigation echo 5 | sudo tee /proc/sys/vm/dirty_ratio echo 5 | sudo tee /proc/sys/vm/dirty_background_ratio prevent stuttering behav

[Bug 2064694] Re: Can't install ksmbd-tools package on Ubuntu 24.04

2024-05-03 Thread Bernard
Hello, Unfortunately I don't use IRC. I tried to install today's version (ksmbd-tools_3.5.2-1) manually but with the same undesirable result: el@akacja:/opt$ sudo dpkg -i ksmbd-tools_3.5.2-1_amd64.deb (Reading database ... 244008 files and directories currently installed.) Preparing to unpack ks

[Bug 2064694] [NEW] Can't install ksmbd-tools package on Ubuntu 24.04

2024-05-02 Thread Bernard
Public bug reported: After upgrading Ubuntu from 23.10 to 24.04 ksmbd stops working so I tried to uninstall and install ksmbd-tools package. Unfortunately I receive an error and can't install it: el@akacja:~$ sudo apt-get install ksmbd-tools Reading package lists... Done Building dependency tree

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-02 Thread Bernard Stafford
Woopsie ** Attachment added: "var crash.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064291/+attachment/5774022/+files/var%20crash.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-01 Thread Bernard Stafford
** Attachment added: "apport.log.1.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064291/+attachment/5773787/+files/apport.log.1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/206429

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-01 Thread Bernard Stafford
** Attachment added: "syslog.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064291/+attachment/5773786/+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/2064291 Title:

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-01 Thread Bernard Stafford
** Attachment added: "kern.log.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064291/+attachment/5773785/+files/kern.log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064291 Title

[Bug 2064356] Re: 24.04 rtorrent buffer overflows when using session

2024-05-01 Thread Bernard
*** This bug is a duplicate of bug 2063110 *** https://bugs.launchpad.net/bugs/2063110 the same error after upgrading to 24.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064356 Title: 24.04

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-04-30 Thread Bernard Stafford
Logged out & logged in no crash. Clicked on "Show Apps" -Crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064291 Title: Ubuntu 24.04 crashed multiple times To manage notifications about this bu

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-04-30 Thread Bernard Stafford
** Description changed: Ubuntu 24.04 crashed multiple times due to unstable kernel. + Crashed 8 times attempting to file this bug report. + Recently installed the new updates for 24.04. + Steps to reproduce: Open "Show Apps"-Crash, Open Firefox -Crash, + Open Terminal -Crash, Setting idle does n

[Bug 2064291] [NEW] Ubuntu 24.04 crashed multiple times

2024-04-30 Thread Bernard Stafford
Public bug reported: Ubuntu 24.04 crashed multiple times due to unstable kernel. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: linux-image-6.8.0-31-generic 6.8.0-31.31 ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1 Uname: Linux 6.8.0-31-generic x86_64 ApportVersion: 2.28.1-0ubuntu

[Bug 2061205] Re: Unrecognized flash drive and REQUEST

2024-04-13 Thread Bernard Stafford
** Changed in: ubuntu Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061205 Title: Unrecognized flash drive and REQUEST To manage notifications about this bug go to: h

[Bug 2061100] Re: Kubuntu 24.04 using Lubuntu slideshow

2024-04-12 Thread Bernard Stafford
** Description changed: Kubuntu 24.04 using Lubuntu slideshow. Kubuntu image 20240412. - Most likely due to Kubuntu's slideshow not completed for testing beta version. - QA Testing using virtualbox 7.0 Full disk install. + Most likely due to Kubuntu's slideshow not completed for testing daily

[Bug 2061100] [NEW] Kubuntu 24.04 using Lubuntu slideshow

2024-04-12 Thread Bernard Stafford
Public bug reported: Kubuntu 24.04 using Lubuntu slideshow. Kubuntu image 20240412. Most likely due to Kubuntu's slideshow not completed for testing daily version. QA Testing using virtualbox 7.0 Full disk install. Install-'Passed' Testing with no problems. This bug report should be considered "Lo

[Bug 2059117] Re: Ubuntu 22.04 crashed repeated times due to last kernel update

2024-03-27 Thread Bernard Stafford
Wiping the drive Ubuntu is installed on. I am marking this as an invalid bug report. The Ubuntu 22.04 is now unusable and not fixable with the current kernel. Not falling back to the previous kernel. ** Changed in: linux-signed-hwe-6.5 (Ubuntu) Status: New => Invalid -- You received this

[Bug 2059117] Re: Ubuntu 22.04 crashed repeated times due to last kernel update

2024-03-26 Thread Bernard Stafford
Another crash while opening "show applications" icon. ** Attachment added: "Untitled Document 2" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2059117/+attachment/5759690/+files/Untitled%20Document%202 -- You received this bug notification because you are a member of Ub

[Bug 2059117] Re: Ubuntu 22.04 crashed repeated times due to last kernel update

2024-03-26 Thread Bernard Stafford
Attaching update log. Any other log files needed just ask. ** Attachment added: "Untitled Document 1" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2059117/+attachment/5759687/+files/Untitled%20Document%201 -- You received this bug notification because you are a member

[Bug 2059117] [NEW] Ubuntu 22.04 crashed repeated times due to last kernel update

2024-03-26 Thread Bernard Stafford
Public bug reported: Ubuntu 22.04 crashed using various apps and when making this bug report. Total of 11 times crashing. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: linux-image-6.5.0-26-generic 6.5.0-26.26~22.04.1 ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13 Uname: L

[Bug 2056607] Re: tracker-extract-3 crashed with SIGSYS in epoll_wait()

2024-03-08 Thread Bernard Stafford
*** This bug is a duplicate of bug 2055761 *** https://bugs.launchpad.net/bugs/2055761 ** This bug has been marked a duplicate of bug 2055761 tracker-extract-3 crashed with SIGSYS in epoll_wait() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 2056607] [NEW] tracker-extract-3 crashed with SIGSYS in epoll_wait()

2024-03-08 Thread Bernard Stafford
Public bug reported: Testing of Edubuntu 20240308.1 Noble. Live session opened for the installer. System reported an unexpected error. Apport started for data collection. ProblemType: Crash DistroRelease: Ubuntu 24.04 Package: tracker-extract 3.4.6-3 ProcVersionSignature: Ubuntu 6.8.0-11.11-gener

[Bug 1977626] Re: Kubuntu 22.04 screen lock would not type a password to unlock

2022-06-04 Thread Bernard Stafford
** Description changed: Kubuntu 22.04 LTS Screen lock would not type a password to unlock. Tried 3 times to enter a password to unlock screen. Clicked the password bar and typed. It will not accept any letter or number for a password. This is a new install and completed the first updates

[Bug 1977626] Re: Kubuntu 22.04 screen lock would not type a password to unlock

2022-06-03 Thread Bernard Stafford
** Description changed: Kubuntu 22.04 LTS Screen lock would not type a password to unlock. Tried 3 times to enter a password to unlock screen. Clicked the password bar and typed. It will not accept any letter or number for a password. This is a new install and completed the first updates

[Bug 1977626] [NEW] Kubuntu 22.04 screen lock would not type a password to unlock

2022-06-03 Thread Bernard Stafford
Public bug reported: Kubuntu 22.04 LTS Screen lock would not type a password to unlock. Tried 3 times to enter a password to unlock screen. Clicked the password bar and typed. It will not accept any letter or number for a password. This is a new install and completed the first updates. Manually sh

[Bug 1973803] [NEW] gimp 2.10.30 crash when opening large image. (110 Mo) https://esahubble.org/media/archives/images/original/heic0406a.tif

2022-05-17 Thread Bernard Bordja
Public bug reported: lsb_release -rd Description:Ubuntu 22.04 LTS Release:22.04 apt-cache policy gimp gimp: Installé : 2.10.30-1build1 Candidat : 2.10.30-1build1 Table de version : *** 2.10.30-1build1 500 500 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 Packa

[Bug 1970036] Re: Ubuntu 22.04 much worse in energy saving than 21.10

2022-04-23 Thread Bernard Stafford
https://answers.launchpad.net/ubuntu/+question/701490 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970036 Title: Ubuntu 22.04 much worse in energy saving than 21.10 To manage notifications about

[Bug 1897369] Re: apparmor: Allow cups-browsed to change nice value (CAP_SYS_NICE)

2022-04-18 Thread Bernard Stafford
Apparmor audit message. ** Attachment added: "Apparmor audit message" https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1897369/+attachment/5581262/+files/Apparmor%20audit%20message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1897369] Re: apparmor: Allow cups-browsed to change nice value (CAP_SYS_NICE)

2022-04-18 Thread Bernard Stafford
I have 33 denied messages that increase in number every time I reboot. ** Attachment added: "Apparmor rsys log d" https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1897369/+attachment/5581261/+files/Apparmor%20rsys%20log%20d -- You received this bug notification because you are a member of

[Bug 1897369] Re: apparmor: Allow cups-browsed to change nice value (CAP_SYS_NICE)

2022-04-18 Thread Bernard Stafford
** Attachment added: "Apparmor kernal log" https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1897369/+attachment/5581260/+files/Apparmor%20kernal%20log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 1969229] Re: QA Test Ubuntu Canary 22.04 Crashed

2022-04-15 Thread Bernard Stafford
** Attachment added: "debug.log" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1969229/+attachment/5580997/+files/debug.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969229 Title:

[Bug 1969229] Re: QA Test Ubuntu Canary 22.04 Crashed

2022-04-15 Thread Bernard Stafford
** Attachment added: "curtin log" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1969229/+attachment/5580996/+files/curtin%20log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969229 Titl

[Bug 1969229] Re: QA Test Ubuntu Canary 22.04 Crashed

2022-04-15 Thread Bernard Stafford
** Attachment added: "install.log" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1969229/+attachment/5580995/+files/install.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969229 Titl

[Bug 1969229] Re: QA Test Ubuntu Canary 22.04 Crashed

2022-04-15 Thread Bernard Stafford
** Description changed: + QA Testing Daily Build 2022/04/15 ubuntu-bug ubiquity ubuntu@ubuntu:~$ Gtk-Message: 10:35:43.378: Failed to load module "canberra-gtk-module" Gtk-Message: 10:35:43.435: Failed to load module "canberra-gtk-module" ATTENTION: default value of option mesa_glthread o

[Bug 1969229] Re: QA Test Ubuntu Canary 22.04 Crashed

2022-04-15 Thread Bernard Stafford
** Description changed: ubuntu-bug ubiquity ubuntu@ubuntu:~$ Gtk-Message: 10:35:43.378: Failed to load module "canberra-gtk-module" Gtk-Message: 10:35:43.435: Failed to load module "canberra-gtk-module" ATTENTION: default value of option mesa_glthread overridden by environment. Ubuntu S

[Bug 1969229] [NEW] QA Test Ubuntu Canary 22.04 Crashed

2022-04-15 Thread Bernard Stafford
Public bug reported: ubuntu-bug ubiquity ubuntu@ubuntu:~$ Gtk-Message: 10:35:43.378: Failed to load module "canberra-gtk-module" Gtk-Message: 10:35:43.435: Failed to load module "canberra-gtk-module" ATTENTION: default value of option mesa_glthread overridden by environment. Ubuntu Subiquity even

[Bug 1969156] Re: Ubuntu Jammy 22.04 Testing. 'ZFS' is not installed

2022-04-14 Thread Bernard Stafford
** Summary changed: - Ubuntu Jammy 22.04 Testing ZFS is not installed + Ubuntu Jammy 22.04 Testing. 'ZFS' is not installed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969156 Title: Ubuntu Jammy

[Bug 1969156] [NEW] Ubuntu Jammy 22.04 Testing. 'ZFS' is not installed

2022-04-14 Thread Bernard Stafford
Public bug reported: QA Testing: Install (entire disk with ZFS) in Ubuntu Desktop amd64 in Jammy Daily Daily Build 2022/04/14 Apport will not collect information due to ZFS package is missing. Filed this bug report manually instead. Terminal Output: $ zsysctl show Command 'zsysctl' not found,

[Bug 1967859] [NEW] Ubuntu 22.04 Desktop Guide add-on

2022-04-05 Thread Bernard Stafford
Public bug reported: On the Ubuntu Desktop Guide for the new Ubuntu 22.04 LTS Jammy Jellyfish Ubuntu Desktop Guide documentation that is being wrote. Include a Firewall category within the Network, Web, & email section. The firewall category should link to the UFW wiki page. https://help.ubuntu

[Bug 1966216] Re: xfce terminal get grapical issue

2022-03-24 Thread Bernard Stafford
https://answers.launchpad.net/ubuntu/+source/xfce4-terminal/+question/701064 This may not be a bug, could be due to settings or other parameters. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1966216

[Bug 1955854] [NEW] After update to linux kernel 5.13.0-22-generic, cannot power off, cannot reboot, and cannot sleep PC.

2021-12-27 Thread Bernard Helyer
ic 5.13.0-21.21 ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18 Uname: Linux 5.13.0-21-generic x86_64 ApportVersion: 2.20.11-0ubuntu71 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bernard1098 F pulseaudio /dev/snd/controlC0: bernard1098 F

[Bug 1953234] Re: Unable to detect cache hierarchy for CPU 0

2021-12-05 Thread Bernard Stafford
Link from above question: https://answers.launchpad.net/ubuntu/+question/699743 https://github.com/raspberrypi/Raspberry-Pi-OS-64bit/issues/195 to add to bug report: 1953234 And: https://github.com/raspberrypi/linux/pull/4751 Not certain of importance. This is for: The system- Raspberry Pi 4B 4Gig

[Bug 1952515] Re: QA Test Ubuntu 22.04 Gnome-shell Crashed

2021-11-27 Thread Bernard Stafford
Tested in Virtual Box reinstalled 2nd V.B. 2nd QA Test: Bug could not be reproduced during Ubuntu Live test. Tested in Virtual Box reinstalled 3rd V.B. 3rd QA Test: Bug could not be reproduced during Ubuntu Live test. Unable to reproduce Bug 1952515 makes bug Invalid. -- You received this bug n

[Bug 1952515] Re: QA Test Ubuntu 22.04 Gnome-shell Crashed

2021-11-27 Thread Bernard Stafford
** Attachment removed: "gnome-shell" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1952515/+attachment/5543783/+files/gnome-shell -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952515

[Bug 1952515] [NEW] QA Test Ubuntu 22.04 Gnome-shell Crashed

2021-11-27 Thread Bernard Stafford
Public bug reported: QA Test Ubuntu 22.04 Gnome-shell Crashed. Apport could not send data. Reason: Invalid core dump /tmp/apport_core_k657r8ti is truncated. Daily Build 20211127 Crash happened while testing Ubuntu Live Test. Opened terminal manually started Apport for this bug report. ProblemType

[Bug 1927868] Re: vRouter not working after update to 16.3.1

2021-11-17 Thread Bernard Cafarelli
** Tags added: neutron-proactive-backport-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1927868 Title: vRouter not working after update to 16.3.1 To manage notifications about this bug go

[Bug 1939733] Re: [OSSA-2021-005] Arbitrary dnsmasq reconfiguration via extra_dhcp_opts (CVE-2021-40085)

2021-11-17 Thread Bernard Cafarelli
** Tags added: neutron-proactive-backport-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939733 Title: [OSSA-2021-005] Arbitrary dnsmasq reconfiguration via extra_dhcp_opts (CVE-2021-400

[Bug 1943649] Re: Ubuntu 18.04.6 QA Testing ZFS failed

2021-09-16 Thread Bernard Stafford
My apologies. I did not know that information. Thank You. Please close bug report. It was on the QA Testing list page. https://iso.qa.ubuntu.com/qatracker/milestones/426/builds/236832/testcases -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1942031] Re: gnome-shell crashed with SIGSEGV in _XSend() from XQueryExtension() from InitDisplayInfoEntry() from __glXLookupDisplay() from CommonMakeCurrent()

2021-09-15 Thread Bernard Stafford
** Changed in: mutter (Ubuntu) Assignee: (unassigned) => Bernard Stafford (bernard010) ** Changed in: mutter (Ubuntu) Status: Confirmed => Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1943649] [NEW] Ubuntu 18.04.6 QA Testing ZFS failed

2021-09-14 Thread Bernard Stafford
Public bug reported: There was No Advanced features radial button to click to install make a ZFS Install No erase disk and use ZFS radial button. ZFS install failed to Install ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.16 ProcVersionSignature: Ubuntu 5.4.0-84.94~18.0

[Bug 1942706] Re: gnome-shell crashed right after Live session started. Won't allow to send the report because of "some obsolete packages"

2021-09-05 Thread Bernard Stafford
*** This bug is a duplicate of bug 1942031 *** https://bugs.launchpad.net/bugs/1942031 ** This bug has been marked a duplicate of bug 1942031 gnome-shell crashed with SIGSEGV in _XSend() from XQueryExtension() from InitDisplayInfoEntry() from __glXLookupDisplay() from CommonMakeCurrent()

[Bug 1942031] Re: gnome-shell crashed with SIGSEGV in _XSend() from XQueryExtension() from InitDisplayInfoEntry() from __glXLookupDisplay() from CommonMakeCurrent()

2021-08-30 Thread Bernard Stafford
Adding the liveboot.txt file for daily build 20210830 ** Attachment added: "liveboot.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1942031/+attachment/5521688/+files/liveboot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1942031] Re: gnome-shell crashed with SIGSEGV in _XSend() from XQueryExtension() from InitDisplayInfoEntry() from __glXLookupDisplay() from CommonMakeCurrent()

2021-08-30 Thread Bernard Stafford
Daily Build 20210830 UEFI Live Test flashed to USB. Gnome-Shell Crashed Package: gnome-shell 40.2-1ubuntu1 PackageArchitecture: amd64 SourcePackage: gnome-shell UnreportableReason: Invalid core dump: BFD: warning: /tmp/apport_core_074ewlnx is truncated: expected core file size >= 412581888, found:

[Bug 1940532] Re: [impish live session] gnome-shell crashed with SIGSEGV in libX11.so.6.4.0

2021-08-28 Thread Bernard Stafford
** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940532 Title: [impish live session] gnome-shell crashed with SIGSEGV in li

[Bug 1940532] Re: [impish live session] gnome-shell crashed with SIGSEGV in libX11.so.6.4.0

2021-08-27 Thread Bernard Stafford
Added gnome-shell.999.crash file ** Attachment added: "_usr_bin_gnome-shell.999.crash" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1940532/+attachment/5521251/+files/_usr_bin_gnome-shell.999.crash -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1940532] Re: [impish live session] gnome-shell crashed with SIGSEGV in libX11.so.6.4.0

2021-08-27 Thread Bernard Stafford
QA Testing Live for New daily build 20210827 sudo cat whoopsie-id 536703e3f7ef2aa189fc1f47606c7c72a894ee297884b2903353ab5441b9c4c43855b1c474e1972f3dc9ac8e5f2d5d1c7767a23f88ac587ab1ae98ed6a9202efubuntu@ubuntu:/var/lib/whoopsie$ Problem in gnome-shell The problem cannot be reported You have some obs

[Bug 1940532] Re: [impish live session] gnome-shell crashed with SIGSEGV in libX11.so.6.4.0

2021-08-26 Thread Bernard Stafford
New daily build 20210826 Added a new liveboot.txt file for this new build. Everything is the same except: Unreportable Reason: Invalid core dump: "/tmp/apport_core_p7h59zzh" is not a core dump: file format not recognized ubuntu@ubuntu:/var/lib/whoopsie$ sudo cat whoopsie-id 536703e3f7ef2aa189fc1f4

  1   2   3   4   5   6   7   8   9   10   >