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
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
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
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
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
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
** 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
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/+
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
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
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
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
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
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
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
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
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
(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'
** 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
** 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
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:
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 (
** 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.
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_
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
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
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
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
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
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
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
** 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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
** 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
** 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:
** 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
*** 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
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
** 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
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
** 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
** 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
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
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
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
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
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
*** 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
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
** 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
** 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
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
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
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
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
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
** 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
** 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:
** 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
** 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
** 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
** 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
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
** 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
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,
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
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
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
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
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
** 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
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
** 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
** 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
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
** 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
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
*** 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()
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
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:
** 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
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
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
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 - 100 of 1386 matches
Mail list logo