I'm running Kubuntu 22.04 since 21st of May. Overall, it's been running smoothly. However, for over a week, I don't see updates to any packages from ubuntu repository. Of course, I'm getting updates from unofficial repositories such as Google Chrome. Is it normal? Or is something wrong with my setup? Please have a look at my sources.list:
Not so important, but can I tweak/disable/mask any of the services to make my system boot instantly? Now, systemd shows 2.05 sec time to boot:
Code:
deb http://in.archive.ubuntu.com/ubuntu/ jammy main universe deb http://in.archive.ubuntu.com/ubuntu/ jammy-updates main universe deb http://in.archive.ubuntu.com/ubuntu/ jammy-backports main universe deb http://security.ubuntu.com/ubuntu/ jammy-security main universe
Code:
manmath@manmath-H61M-DS2:~$ systemd-analyze blame 314ms udisks2.service 240ms dev-sdb1.device 207ms systemd-resolved.service 144ms systemd-modules-load.service 133ms systemd-logind.service 129ms systemd-timesyncd.service 128ms NetworkManager.service 81ms wpa_supplicant.service 74ms keyboard-setup.service 71ms systemd-udev-trigger.service 66ms home-manmath-windows.mount 61ms user@1000.service 55ms upower.service 45ms systemd-udevd.service 45ms systemd-journald.service 31ms polkit.service 27ms systemd-sysctl.service 26ms systemd-sysusers.service 25ms systemd-tmpfiles-setup.service 24ms systemd-update-utmp.service 23ms modprobe@drm.service 16ms console-setup.service 14ms modprobe@fuse.service 10ms dev-hugepages.mount 10ms systemd-tmpfiles-setup-dev.service 10ms dev-mqueue.mount 9ms systemd-remount-fs.service 9ms sddm.service 8ms modprobe@configfs.service 8ms nvi.service 7ms kmod-static-nodes.service 7ms alsa-restore.service 6ms user-runtime-dir@1000.service 5ms systemd-tmpfiles-clean.service 5ms systemd-update-utmp-runlevel.service 5ms systemd-journal-flush.service 5ms systemd-rfkill.service 3ms setvtrgb.service 3ms systemd-user-sessions.service 1ms sys-fs-fuse-connections.mount 1ms sys-kernel-config.mount
Comment