However, on this occasion, I have some boot messages
relating to snap failures as below. Searching for the first yields
almost nothing, and absolutely nothing in English:
root@Charles-I:home# systemctl list-units snap*
UNIT LOAD ACTIVE SUB DESCRIPTION
...
unit for gnome-calculator, revision 180
? snap-gnome\x2dcharacters-103.mount loaded failed failed Mount
unit for gnome-characters, revision 103
? snap-gnome\x2dlogs-37.mount loaded failed failed Mount
unit for gnome-logs, revision 37
...
On 29/08/2024 15.11, Java Jive wrote:
However, on this occasion, I have some boot messages relating to snap
failures as below. Searching for the first yields almost nothing, and
absolutely nothing in English:
root@Charles-I:home# systemctl list-units snap*
UNIT LOAD ACTIVE SUB DESCRIPTION
...
unit for gnome-calculator, revision 180
? snap-gnome\x2dcharacters-103.mount loaded failed failed Mount
unit for gnome-characters, revision 103
? snap-gnome\x2dlogs-37.mount loaded failed failed Mount
unit for gnome-logs, revision 37
...
try: journalctl -u "*snap*"
On 29/08/2024 14:18, J.O. Aho wrote:
On 29/08/2024 15.11, Java Jive wrote:
However, on this occasion, I have some boot messages relating to
snap failures as below. Searching for the first yields almost
nothing, and absolutely nothing in English:
root@Charles-I:home# systemctl list-units snap*
UNIT LOAD ACTIVE SUB
DESCRIPTION
...
unit for gnome-calculator, revision 180
? snap-gnome\x2dcharacters-103.mount loaded failed failed
Mount unit for gnome-characters, revision 103
? snap-gnome\x2dlogs-37.mount loaded failed failed
Mount unit for gnome-logs, revision 37
...
try: journalctl -u "*snap*"
Thanks for your reply, relevant section from copious results appended.
Since my first post, I've been investigating particularly the first
failure, and what seems to be happening is that a block device is
missing from ...
/var/lib/snapd/snaps
... which I could create using mknod, but I would need to know the
correct major and minor numbers to use.
On 29/08/2024 16.47, Java Jive wrote:
Since my first post, I've been investigating particularly the first
failure, and what seems to be happening is that a block device is
missing from ...
/var/lib/snapd/snaps
... which I could create using mknod, but I would need to know the
correct major and minor numbers to use.
I kind of think you are missing the snap image that is tried to be automatically started, I have to say I have limited knowledge about
snaps as the distros I have been using do not support snaps.
Maybe a full clean out of snaps would fix this and that you after that
can reinstall all your snaps images.
Here is one example how to remove snaps and snapd https://askubuntu.com/questions/1309144/how-do-i-remove-all-snaps-and-snapd-preferably-with-a-single-command
You may just want to go with removing the snaps packages.
On 29/08/2024 17:28, J.O. Aho wrote:
On 29/08/2024 16.47, Java Jive wrote:
Since my first post, I've been investigating particularly the first failure, and what seems to be happening is that a block device is missing from ...
/var/lib/snapd/snaps
... which I could create using mknod, but I would need to know the correct major and minor numbers to use.
I kind of think you are missing the snap image that is tried to be automatically started, I have to say I have limited knowledge about snaps as the distros I have been using do not support snaps.
Maybe a full clean out of snaps would fix this and that you after that can reinstall all your snaps images.
Here is one example how to remove snaps and snapd
https://askubuntu.com/questions/1309144/how-do-i-remove-all-snaps-and-snapd-preferably-with-a-single-command
You may just want to go with removing the snaps packages.
Yes, uninstalled snap and deleted all remaining relevant files and folders, rebooted to ensure messages had gone which they had, then reinstalled the snap mechanism but no packages as yet.
All good, thanks for your help.
On Thu, 8/29/2024 6:38 PM, Java Jive wrote:
On 29/08/2024 17:28, J.O. Aho wrote:
Maybe a full clean out of snaps would fix this and that you after that can reinstall all your snaps images.
Here is one example how to remove snaps and snapd
https://askubuntu.com/questions/1309144/how-do-i-remove-all-snaps-and-snapd-preferably-with-a-single-command
You may just want to go with removing the snaps packages.
Yes, uninstalled snap and deleted all remaining relevant files and folders, rebooted to ensure messages had gone which they had, then reinstalled the snap mechanism but no packages as yet.
The Gnome Desktop is a Snap package. Removing every snap would not
leave you with much of a desktop GUI to look at. Presumably
that's why Canonical likes that particular kind of handcuffs.
I expect you've just removed the optional content, and there
should not be a fuss about the optional/discretionary content.
This design choice also has consequences when you add a Gnome
utility which is not part of the desktop package. The dependencies
of a .deb Gnome utility, then cause a metric ton of libraries to be
pulled in (which would normally have already been pulled in for
a Gnome Desktop .deb metapackage).
And you wonder why the ISO download is 6GB now.
I kind of think you are missing the snap image that is tried to be automatically started, I have to say I have limited knowledge about
snaps as the distros I have been using do not support snaps.
Maybe a full clean out of snaps would fix this and that you after that
can reinstall all your snaps images.
Here is one example how to remove snaps and snapd https://askubuntu.com/questions/1309144/how-do-i-remove-all-snaps-and-snapd-preferably-with-a-single-command
You may just want to go with removing the snaps packages.
On 30/08/2024 03:18, Paul wrote:
On Thu, 8/29/2024 6:38 PM, Java Jive wrote:
On 29/08/2024 17:28, J.O. Aho wrote:
Maybe a full clean out of snaps would fix this and that you after that can reinstall all your snaps images.
Here is one example how to remove snaps and snapd
https://askubuntu.com/questions/1309144/how-do-i-remove-all-snaps-and-snapd-preferably-with-a-single-command
You may just want to go with removing the snaps packages.
Yes, uninstalled snap and deleted all remaining relevant files and folders, rebooted to ensure messages had gone which they had, then reinstalled the snap mechanism but no packages as yet.
The Gnome Desktop is a Snap package. Removing every snap would not
leave you with much of a desktop GUI to look at. Presumably
that's why Canonical likes that particular kind of handcuffs.
I expect you've just removed the optional content, and there
should not be a fuss about the optional/discretionary content.
No, I use XCFE.
This design choice also has consequences when you add a Gnome
utility which is not part of the desktop package. The dependencies
of a .deb Gnome utility, then cause a metric ton of libraries to be
pulled in (which would normally have already been pulled in for
a Gnome Desktop .deb metapackage).
And you wonder why the ISO download is 6GB now.
Yes, Linux bloat seems always to be trying to catch up with Microsoft bloat.
Java Jive <java@evij.com.invalid> wrote at 09:49 this Friday (GMT):
On 30/08/2024 03:18, Paul wrote:
On Thu, 8/29/2024 6:38 PM, Java Jive wrote:
On 29/08/2024 17:28, J.O. Aho wrote:
Maybe a full clean out of snaps would fix this and that you after that can reinstall all your snaps images.
Here is one example how to remove snaps and snapd
https://askubuntu.com/questions/1309144/how-do-i-remove-all-snaps-and-snapd-preferably-with-a-single-command
You may just want to go with removing the snaps packages.
Yes, uninstalled snap and deleted all remaining relevant files and folders, rebooted to ensure messages had gone which they had, then reinstalled the snap mechanism but no packages as yet.
The Gnome Desktop is a Snap package. Removing every snap would not
leave you with much of a desktop GUI to look at. Presumably
that's why Canonical likes that particular kind of handcuffs.
I expect you've just removed the optional content, and there
should not be a fuss about the optional/discretionary content.
No, I use XCFE.
This design choice also has consequences when you add a Gnome
utility which is not part of the desktop package. The dependencies
of a .deb Gnome utility, then cause a metric ton of libraries to be
pulled in (which would normally have already been pulled in for
a Gnome Desktop .deb metapackage).
And you wonder why the ISO download is 6GB now.
Yes, Linux bloat seems always to be trying to catch up with Microsoft bloat.
At least there are other distros.. I think the internet Debian install
is sub 500mb?
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 76:03:31 |
Calls: | 12,949 |
Calls today: | 3 |
Files: | 186,574 |
Messages: | 3,264,538 |