core-base icon indicating copy to clipboard operation
core-base copied to clipboard

The main repository for ubuntu-core base snaps. It contains snaps from core22+.

Results 25 core-base issues
Sort by recently updated
recently updated
newest added

The `logger` command executed from a snap (hook, app) fails on [UC24 20240505.5](https://cdimage.ubuntu.com/ubuntu-core/24/stable/20240505.5/) with the following error: ``` logger: socket /dev/log: Protocol wrong type for socket ``` This is accompanied...

I see the cloud-init service is failing in our uc24 tests in google. These are some error in the log: Mar 19 12:38:17 localhost cloud-init[927]: Cannot call Open vSwitch: ovsdb-server.service...

See also https://github.com/canonical/netplan/pull/449

Step to reproduce: 1. Setup an Ubuntu Core 22 VM. Then, set timezone to "Asia/Bangkok": `sudo timedatectl set-timezone Asia/Bangkok`. 2. Install `ubuntu-frame`. Then, build and install the Electron version of...

There is an issue scenario from core20/core22 with the latest snapd and network-manager. (including x86/arm64) If users install network-manager by `sudo snap install`, the default networkd related services are removed...

The keys are only need to be generated if the ssh service is to be started. Need to be tested.

Easy way to fix https://forum.snapcraft.io/t/core-dumps-in-snapd/920

Instead we can use /etc/fstab and tmpfiles.d This requires change in core-initrd to pre-run tmpfiles on core-writable.conf before switch of root. See snapcore/core-initrd#74

blocked

fwupd finds the distro boot directory in EFI partition based on os-release. Because we use `ubuntu` as directory name, we need to have it in the ID_LIKE so that fwupd...

blocked