Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Last active October 19, 2021 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jc00ke/d201d0b8ecc3502d911116a3ffccd3f9 to your computer and use it in GitHub Desktop.
Save jc00ke/d201d0b8ecc3502d911116a3ffccd3f9 to your computer and use it in GitHub Desktop.
// Automatically upgrade packages from these (origin:archive) pairs
//
// Note that in Ubuntu security updates may pull in new dependencies
// from non-security sources (e.g. chromium). By allowing the release
// pocket these get automatically pulled in.
Unattended-Upgrade::Allowed-Origins {
"${distro_id}:${distro_codename}";
"${distro_id}:${distro_codename}-security";
// Extended Security Maintenance; doesn't necessarily exist for
// every release and this system may not have it installed, but if
// available, the policy for updates is such that unattended-upgrades
// should also install from here by default.
"${distro_id}ESMApps:${distro_codename}-apps-security";
"${distro_id}ESM:${distro_codename}-infra-security";
// "${distro_id}:${distro_codename}-updates";
// "${distro_id}:${distro_codename}-proposed";
// "${distro_id}:${distro_codename}-backports";
};
// Python regular expressions, matching packages to exclude from upgrading
Unattended-Upgrade::Package-Blacklist {
// The following matches all packages starting with linux-
// "linux-";
// Use $ to explicitely define the end of a package name. Without
// the $, "libc6" would match all of them.
// "libc6$";
// "libc6-dev$";
// "libc6-i686$";
// Special characters need escaping
// "libstdc\+\+6$";
// The following matches packages like xen-system-amd64, xen-utils-4.1,
// xenstore-utils and libxenstore3.0
// "(lib)?xen(store)?";
// For more information about Python regular expressions, see
// https://docs.python.org/3/howto/regex.html
};
// This option controls whether the development release of Ubuntu will be
// upgraded automatically. Valid values are "true", "false", and "auto".
Unattended-Upgrade::DevRelease "auto";
// This option allows you to control if on a unclean dpkg exit
// unattended-upgrades will automatically run
// dpkg --force-confold --configure -a
// The default is true, to ensure updates keep getting installed
//Unattended-Upgrade::AutoFixInterruptedDpkg "true";
// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";
// Install all updates when the machine is shutting down
// instead of doing it in the background while the machine is running.
// This will (obviously) make shutdown slower.
// Unattended-upgrades increases logind's InhibitDelayMaxSec to 30s.
// This allows more time for unattended-upgrades to shut down gracefully
// or even install a few packages in InstallOnShutdown mode, but is still a
// big step back from the 30 minutes allowed for InstallOnShutdown previously.
// Users enabling InstallOnShutdown mode are advised to increase
// InhibitDelayMaxSec even further, possibly to 30 minutes.
//Unattended-Upgrade::InstallOnShutdown "false";
// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. A package that provides
// 'mailx' must be installed. E.g. "user@example.com"
//Unattended-Upgrade::Mail "";
// Set this value to one of:
// "always", "only-on-error" or "on-change"
// If this is not set, then any legacy MailOnlyOnError (boolean) value
// is used to chose between "only-on-error" and "on-change"
//Unattended-Upgrade::MailReport "on-change";
// Remove unused automatically installed kernel-related packages
// (kernel images, kernel headers and kernel version locked tools).
//Unattended-Upgrade::Remove-Unused-Kernel-Packages "true";
// Do automatic removal of newly unused dependencies after the upgrade
//Unattended-Upgrade::Remove-New-Unused-Dependencies "true";
// Do automatic removal of unused packages after the upgrade
// (equivalent to apt-get autoremove)
//Unattended-Upgrade::Remove-Unused-Dependencies "false";
// Automatically reboot *WITHOUT CONFIRMATION* if
// the file /var/run/reboot-required is found after the upgrade
//Unattended-Upgrade::Automatic-Reboot "false";
// Automatically reboot even if there are users currently logged in
// when Unattended-Upgrade::Automatic-Reboot is set to true
//Unattended-Upgrade::Automatic-Reboot-WithUsers "true";
// If automatic reboot is enabled and needed, reboot at the specific
// time instead of immediately
// Default: "now"
//Unattended-Upgrade::Automatic-Reboot-Time "02:00";
// Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec
//Acquire::http::Dl-Limit "70";
// Enable logging to syslog. Default is False
// Unattended-Upgrade::SyslogEnable "false";
// Specify syslog facility. Default is daemon
// Unattended-Upgrade::SyslogFacility "daemon";
// Download and install upgrades only on AC power
// (i.e. skip or gracefully stop updates on battery)
// Unattended-Upgrade::OnlyOnACPower "true";
// Download and install upgrades only on non-metered connection
// (i.e. skip or gracefully stop updates on a metered connection)
// Unattended-Upgrade::Skip-Updates-On-Metered-Connections "true";
// Verbose logging
// Unattended-Upgrade::Verbose "false";
// Print debugging information both in unattended-upgrades and
// in unattended-upgrade-shutdown
// Unattended-Upgrade::Debug "false";
// Allow package downgrade if Pin-Priority exceeds 1000
// Unattended-Upgrade::Allow-downgrade "false";
// When APT fails to mark a package to be upgraded or installed try adjusting
// candidates of related packages to help APT's resolver in finding a solution
// where the package can be upgraded or installed.
// This is a workaround until APT's resolver is fixed to always find a
// solution if it exists. (See Debian bug #711128.)
// The fallback is enabled by default, except on Debian's sid release because
// uninstallable packages are frequent there.
// Disabling the fallback speeds up unattended-upgrades when there are
// uninstallable packages at the expense of rarely keeping back packages which
// could be upgraded or installed.
// Unattended-Upgrade::Allow-APT-Mark-Fallback "true";
➜ ls /etc/cron.*
/etc/cron.d:
anacron e2scrub_all sysstat
/etc/cron.daily:
0anacron* apport* apt-compat* cracklib-runtime* dpkg* google-chrome@ keybase* logrotate* man-db* mlocate* slack* sysstat*
/etc/cron.hourly:
/etc/cron.monthly:
0anacron*
/etc/cron.weekly:
0anacron* man-db*
➜ sudo cat /etc/crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
# You can also override PATH, by default, newer versions inherit it from the environment
#PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
jesse tty7 :0 Tue Oct 19 08:46 gone - no logout
reboot system boot 5.14.7-051407-ge Tue Oct 19 08:45 still running
jesse tty7 :0 Mon Oct 18 09:07 - crash (23:37)
reboot system boot 5.14.7-051407-ge Mon Oct 18 09:07 still running
jesse tty7 :0 Fri Oct 15 17:26 - 09:07 (2+15:40)
reboot system boot 5.14.7-051407-ge Fri Oct 15 17:26 - 09:07 (2+15:40)
jesse pts/1 100.96.127.98 Wed Oct 13 18:04 - 18:05 (00:00)
jesse tty7 :0 Mon Oct 11 09:30 - 16:21 (4+06:50)
reboot system boot 5.14.7-051407-ge Mon Oct 11 09:30 - 16:21 (4+06:50)
jesse tty7 :0 Mon Oct 4 12:16 - crash (6+21:13)
reboot system boot 5.14.7-051407-ge Mon Oct 4 12:16 - 16:21 (11+04:04)
jesse tty7 :0 Mon Oct 4 12:09 - 12:15 (00:06)
reboot system boot 5.14.7-051407-ge Mon Oct 4 12:09 - 12:15 (00:06)
jesse tty7 :0 Mon Oct 4 12:02 - 12:08 (00:05)
reboot system boot 5.14.7-051407-ge Mon Oct 4 12:02 - 12:08 (00:05)
jesse tty7 :0 Mon Oct 4 09:02 - 12:02 (03:00)
reboot system boot 5.14.7-051407-ge Mon Oct 4 09:01 - 12:02 (03:00)
jesse tty7 :0 Fri Sep 24 11:29 - 11:39 (00:09)
reboot system boot 5.14.7-051407-ge Fri Sep 24 11:29 - 11:39 (00:09)
jesse tty7 :0 Thu Sep 23 16:23 - 11:29 (19:05)
reboot system boot 5.14.7-051407-ge Thu Sep 23 16:23 - 11:29 (19:05)
jesse tty7 :0 Thu Sep 23 09:10 - 11:24 (02:13)
reboot system boot 5.11.0-36-generi Thu Sep 23 09:10 - 11:24 (02:14)
jesse tty7 :0 Tue Sep 21 14:36 - crash (1+18:33)
reboot system boot 5.11.0-36-generi Tue Sep 21 14:36 - 11:24 (1+20:47)
jesse tty7 :0 Wed Sep 15 09:06 - 14:36 (6+05:29)
reboot system boot 5.11.0-34-generi Wed Sep 15 09:06 - 14:36 (6+05:29)
jesse tty7 :0 Fri Sep 10 10:50 - crash (4+22:15)
reboot system boot 5.11.0-34-generi Fri Sep 10 10:50 - 14:36 (11+03:45)
reboot system boot 5.11.0-34-generi Fri Sep 10 10:41 - 10:41 (00:00)
jesse tty7 :0 Wed Sep 8 17:27 - 10:40 (1+17:13)
reboot system boot 5.11.0-34-generi Wed Sep 8 17:26 - 10:40 (1+17:14)
jesse pts/0 100.96.127.98 Fri Sep 3 17:21 - 17:25 (00:04)
jesse tty7 :0 Wed Aug 25 08:51 - 17:25 (14+08:33)
reboot system boot 5.11.0-31-generi Wed Aug 25 08:51 - 17:25 (14+08:34)
jesse tty7 :0 Tue Aug 17 13:37 - 15:18 (3+01:41)
reboot system boot 5.11.0-31-generi Tue Aug 17 13:37 - 15:18 (3+01:41)
jesse pts/0 100.96.127.98 Mon Aug 16 19:55 - 19:57 (00:01)
jesse pts/0 100.96.127.98 Mon Aug 16 19:55 - 19:55 (00:00)
jesse pts/0 100.96.127.98 Mon Aug 16 19:53 - 19:53 (00:00)
jesse pts/0 100.96.127.98 Mon Aug 16 19:44 - 19:48 (00:03)
jesse pts/0 100.96.127.98 Thu Aug 12 20:06 - 21:05 (00:58)
jesse tty7 :0 Mon Aug 9 15:23 - 13:36 (7+22:12)
jesse pts/0 100.96.127.98 Fri Aug 6 18:07 - 18:08 (00:01)
jesse pts/0 100.96.127.98 Fri Aug 6 16:46 - 17:01 (00:14)
jesse pts/1 100.96.127.98 Tue Aug 3 16:56 - 17:16 (00:19)
jesse pts/1 100.96.127.98 Tue Aug 3 16:40 - 16:41 (00:00)
jesse pts/1 100.96.127.98 Tue Aug 3 15:19 - 16:33 (01:14)
jesse pts/0 100.96.127.98 Fri Jul 30 07:54 - 07:57 (00:02)
jesse pts/3 100.96.127.98 Wed Jul 28 10:11 - 11:50 (01:39)
jesse pts/3 100.96.127.98 Wed Jul 28 09:44 - 10:00 (00:16)
jesse pts/3 100.96.127.98 Wed Jul 28 08:57 - 09:01 (00:03)
jesse tty7 :0 Wed Jul 21 09:42 - 15:23 (19+05:40)
reboot system boot 5.11.0-25-generi Wed Jul 21 09:42 - 13:36 (27+03:54)
jesse pts/2 100.96.127.98 Mon Jul 12 12:59 - 13:00 (00:00)
jesse pts/2 100.96.127.98 Mon Jul 12 12:59 - 12:59 (00:00)
jesse pts/2 100.96.127.98 Mon Jul 12 12:57 - 12:58 (00:00)
jesse pts/1 100.96.127.98 Mon Jul 12 12:14 - 13:00 (00:45)
jesse pts/1 100.96.127.98 Mon Jul 12 11:42 - 11:44 (00:02)
jesse pts/1 100.96.127.98 Mon Jul 12 10:48 - 11:27 (00:38)
jesse pts/0 100.96.127.98 Fri Jul 2 13:41 - 13:42 (00:00)
jesse pts/1 100.96.127.98 Fri Jul 2 13:36 - 13:38 (00:02)
jesse tty7 :0 Fri Jul 2 13:26 - 09:41 (18+20:14)
reboot system boot 5.11.0-22-generi Fri Jul 2 13:26 - 09:41 (18+20:14)
jesse tty7 :0 Tue Jun 29 10:02 - 10:17 (3+00:14)
reboot system boot 5.11.0-22-generi Tue Jun 29 10:01 - 10:17 (3+00:15)
jesse tty7 :0 Thu Jun 24 10:34 - 10:00 (4+23:26)
reboot system boot 5.8.7-050807-gen Thu Jun 24 10:34 - 10:00 (4+23:26)
jesse tty7 :0 Wed Jun 16 13:55 - 10:33 (7+20:38)
reboot system boot 5.8.7-050807-gen Wed Jun 16 13:55 - 10:33 (7+20:38)
jesse pts/1 192.168.0.107 Fri May 28 10:47 - 10:47 (00:00)
jesse pts/1 192.168.0.107 Fri May 28 10:00 - 10:00 (00:00)
jesse pts/1 192.168.0.107 Fri May 28 09:58 - 09:59 (00:01)
jesse tty7 :0 Thu May 27 17:40 - 13:54 (19+20:13)
reboot system boot 5.8.7-050807-gen Thu May 27 17:40 - 13:54 (19+20:13)
jesse tty7 :0 Mon May 24 11:47 - crash (3+05:52)
reboot system boot 5.8.7-050807-gen Mon May 24 11:47 - 13:54 (23+02:06)
jesse tty7 :0 Mon May 10 11:20 - 17:56 (13+06:36)
reboot system boot 5.8.7-050807-gen Mon May 10 11:20 - 17:56 (13+06:36)
jesse tty7 :0 Fri May 7 09:10 - 11:19 (3+02:09)
reboot system boot 5.8.7-050807-gen Fri May 7 09:10 - 11:19 (3+02:09)
jesse tty7 :0 Thu Apr 22 08:56 - 18:16 (14+09:20)
reboot system boot 5.8.7-050807-gen Thu Apr 22 08:55 - 18:16 (14+09:20)
jesse pts/2 192.168.0.110 Wed Apr 21 15:23 - 16:34 (01:10)
jesse pts/1 192.168.0.107 Wed Apr 21 14:46 - 17:06 (02:20)
jesse pts/1 192.168.0.107 Wed Apr 21 14:44 - 14:46 (00:01)
jesse pts/1 192.168.0.107 Wed Apr 21 14:30 - 14:44 (00:14)
jesse pts/1 192.168.0.107 Wed Apr 21 14:25 - 14:25 (00:00)
jesse pts/2 192.168.0.110 Wed Mar 31 17:03 - 17:04 (00:01)
jesse tty7 :0 Mon Mar 29 10:14 - 08:55 (23+22:41)
reboot system boot 5.8.7-050807-gen Mon Mar 29 10:13 - 08:55 (23+22:41)
jesse tty7 :0 Mon Mar 15 14:10 - 20:51 (9+06:41)
reboot system boot 5.8.7-050807-gen Mon Mar 15 14:09 - 20:51 (9+06:41)
jesse tty7 :0 Thu Mar 4 06:52 - 14:09 (11+06:16)
reboot system boot 5.8.7-050807-gen Thu Mar 4 06:51 - 14:09 (11+06:17)
jesse pts/0 192.168.0.110 Tue Mar 2 10:03 - 14:02 (03:58)
jesse pts/3 192.168.0.110 Sun Feb 28 13:49 - 13:52 (00:02)
jesse tty7 :0 Mon Feb 15 15:08 - 17:50 (16+02:41)
reboot system boot 5.8.7-050807-gen Mon Feb 15 15:08 - 17:50 (16+02:41)
jesse tty7 :0 Thu Feb 11 09:04 - 22:02 (3+12:58)
jesse pts/1 192.168.0.110 Mon Feb 8 17:58 - 18:16 (00:17)
jesse tty7 :0 Mon Feb 1 09:03 - 09:04 (10+00:00)
reboot system boot 5.8.7-050807-gen Mon Feb 1 09:03 - 22:02 (13+12:58)
jesse tty7 :0 Tue Jan 26 14:15 - 11:09 (1+20:53)
reboot system boot 5.8.7-050807-gen Tue Jan 26 14:15 - 11:09 (1+20:54)
jesse tty7 :0 Mon Jan 25 09:32 - 14:14 (1+04:42)
jesse tty7 :0 Tue Jan 19 08:40 - 09:32 (6+00:51)
reboot system boot 5.8.7-050807-gen Tue Jan 19 08:40 - 14:14 (7+05:33)
jesse tty7 :0 Mon Jan 4 09:23 - 08:40 (14+23:16)
reboot system boot 5.8.7-050807-gen Mon Jan 4 09:23 - 08:40 (14+23:16)
jesse tty7 :0 Fri Dec 11 17:58 - 09:21 (23+15:23)
reboot system boot 5.8.7-050807-gen Fri Dec 11 17:57 - 09:21 (23+15:24)
jesse tty7 :0 Fri Dec 11 17:39 - 17:57 (00:17)
reboot system boot 5.8.7-050807-gen Fri Dec 11 17:39 - 17:57 (00:17)
jesse tty7 :0 Thu Nov 12 17:40 - 17:39 (28+23:58)
jesse tty7 :0 Thu Nov 12 17:20 - 17:40 (00:20)
jesse tty7 :0 Thu Nov 12 17:17 - 17:20 (00:02)
reboot system boot 5.8.7-050807-gen Thu Nov 12 17:16 - 17:39 (29+00:22)
jesse pts/0 192.168.0.110 Sat Nov 7 20:59 - 10:56 (1+13:56)
jesse pts/0 192.168.0.107 Fri Nov 6 13:56 - 16:36 (02:39)
jesse pts/0 192.168.0.107 Fri Nov 6 13:47 - 13:47 (00:00)
jesse tty7 :0 Sun Nov 1 10:11 - 17:16 (11+07:04)
jesse tty7 :0 Fri Oct 30 18:52 - 10:11 (1+16:19)
reboot system boot 5.8.7-050807-gen Fri Oct 30 18:51 - 17:16 (12+23:24)
jesse tty7 :0 Fri Oct 30 18:35 - 18:38 (00:02)
reboot system boot 5.8.7-050807-gen Fri Oct 30 18:35 - 18:38 (00:02)
jesse tty7 :0 Wed Oct 28 20:22 - 18:29 (1+22:06)
reboot system boot 5.8.7-050807-gen Wed Oct 28 20:22 - 18:29 (1+22:06)
jesse tty7 :0 Thu Oct 29 03:58 - 20:17 (-7:40)
reboot system boot 5.8.7-050807-gen Thu Oct 29 03:57 - 20:17 (-7:40)
jesse tty7 :0 Wed Oct 21 09:49 - crash (7+18:08)
reboot system boot 5.8.7-050807-gen Wed Oct 21 09:48 - 20:17 (7+10:28)
jesse tty7 :0 Wed Oct 21 09:36 - 09:37 (00:00)
jesse tty7 :0 Wed Oct 21 09:36 - 09:36 (00:00)
reboot system boot 5.8.7-050807-gen Tue Dec 31 16:00 - 09:37 (294+16:36)
jesse tty7 :0 Sun Oct 18 17:49 - crash (-292+00:49)
reboot system boot 5.8.7-050807-gen Sun Oct 18 17:48 - 09:37 (2+15:48)
reboot system boot 5.8.7-050807-gen Sun Oct 18 15:36 - 15:36 (00:00)
reboot system boot 5.8.7-050807-gen Sun Oct 18 15:13 - 15:13 (00:00)
jesse pts/0 192.168.0.107 Sun Oct 18 09:48 - 09:48 (00:00)
jesse pts/0 192.168.0.110 Thu Oct 15 08:47 - 08:47 (00:00)
jesse tty7 :0 Wed Oct 14 08:29 - 15:12 (4+06:42)
reboot system boot 5.8.7-050807-gen Wed Oct 14 08:29 - 15:12 (4+06:42)
jesse tty7 :0 Thu Oct 8 19:23 - 18:05 (4+22:41)
jesse pts/3 192.168.0.110 Tue Sep 29 22:18 - 10:55 (12:36)
jesse pts/3 192.168.0.107 Tue Sep 29 22:06 - 22:06 (00:00)
jesse pts/2 192.168.0.110 Tue Sep 29 22:05 - 10:42 (12:37)
jesse pts/2 192.168.0.110 Tue Sep 29 22:05 - 22:05 (00:00)
jesse pts/1 192.168.0.110 Tue Sep 29 21:49 - 10:42 (12:52)
jesse pts/2 192.168.0.107 Tue Sep 29 21:32 - 21:33 (00:00)
jesse pts/1 192.168.0.107 Tue Sep 29 21:25 - 21:33 (00:07)
jesse pts/1 192.168.0.107 Tue Sep 29 21:25 - 21:25 (00:00)
jesse pts/1 192.168.0.110 Tue Sep 29 21:23 - 21:23 (00:00)
jesse pts/1 192.168.0.108 Tue Sep 29 21:19 - 21:19 (00:00)
jesse tty7 :0 Tue Sep 29 08:49 - 19:23 (9+10:34)
reboot system boot 5.8.7-050807-gen Tue Sep 29 08:49 - 18:05 (14+09:15)
jesse tty7 :0 Sun Sep 20 16:13 - 17:55 (4+01:41)
reboot system boot 5.8.7-050807-gen Sat Sep 19 17:04 - 17:55 (5+00:51)
jesse tty7 :0 Fri Sep 18 18:16 - crash (22:47)
reboot system boot 5.8.7-050807-gen Sun Dec 31 16:10 - 17:55 (998+00:45)
jesse pts/0 192.168.0.110 Fri Sep 18 18:27 - crash (-992+01:17)
jesse pts/0 192.168.0.110 Fri Sep 18 18:26 - 18:26 (00:00)
jesse pts/1 192.168.0.110 Wed Sep 16 09:22 - 09:22 (00:00)
jesse pts/2 192.168.0.110 Sun Sep 13 16:33 - 16:33 (00:00)
jesse pts/2 192.168.0.110 Sat Sep 12 20:30 - 20:30 (00:00)
jesse pts/2 192.168.0.110 Sat Sep 12 20:26 - 20:26 (00:00)
jesse pts/2 192.168.0.110 Sat Sep 12 20:26 - 20:26 (00:00)
jesse pts/2 192.168.0.110 Sat Sep 12 20:25 - 20:26 (00:00)
jesse pts/0 192.168.0.110 Sat Sep 12 19:55 - 11:04 (3+15:09)
jesse pts/0 192.168.0.110 Sat Sep 12 19:54 - 19:55 (00:00)
jesse tty7 :0 Tue Sep 8 17:43 - crash (-982+00:32)
reboot system boot 5.8.7-050807-gen Tue Sep 8 17:43 - 17:55 (16+00:12)
jesse tty7 :0 Tue Sep 8 17:37 - 17:42 (00:04)
reboot system boot 5.4.0-47-generic Tue Sep 8 17:36 - 17:42 (00:05)
jesse tty7 :0 Tue Sep 8 17:23 - 17:35 (00:12)
reboot system boot 5.4.0-47-generic Tue Sep 8 17:23 - 17:35 (00:12)
jesse tty7 :0 Tue Sep 8 09:03 - 17:14 (08:10)
reboot system boot 5.4.0-45-generic Tue Sep 8 09:03 - 17:14 (08:11)
jesse tty7 :0 Mon Sep 7 09:17 - 17:26 (08:09)
reboot system boot 5.4.0-45-generic Mon Sep 7 09:17 - 17:26 (08:09)
jesse pts/1 192.168.0.103 Thu Sep 3 22:21 - 12:50 (2+14:29)
jesse pts/5 192.168.0.110 Wed Sep 2 22:10 - 11:19 (13:09)
jesse tty7 :0 Sun Aug 30 18:54 - 17:53 (6+22:58)
reboot system boot 5.4.0-42-generic Sun Aug 30 18:54 - 17:53 (6+22:58)
jesse pts/3 127.0.0.1 Sun Aug 30 16:11 - 16:12 (00:00)
jesse tty7 :0 Sun Aug 30 10:19 - 18:16 (07:57)
reboot system boot 5.4.0-42-generic Sun Aug 30 10:19 - 18:17 (07:57)
jesse tty7 :0 Sun Aug 30 09:40 - 10:19 (00:38)
reboot system boot 5.4.0-42-generic Sun Aug 30 09:40 - 10:19 (00:38)
jesse tty7 :0 Sun Aug 30 09:35 - 09:39 (00:04)
reboot system boot 5.4.0-42-generic Sun Aug 30 09:35 - 09:40 (00:04)
wtmp begins Sun Aug 30 09:35:18 2020
43799 │ Oct 18 17:05:01 jimmie CRON[1220805]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
43800 │ Oct 18 17:07:50 jimmie NetworkManager[1008]: <info> [1634602070.1410] dhcp4 (enp39s0): state changed extended -> extended, address=10.50.103.153
43801 │ Oct 18 17:07:50 jimmie systemd[1]: Starting Network Manager Script Dispatcher Service...
43802 │ Oct 18 17:07:50 jimmie dbus-daemon[1006]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=1008 comm="/usr/sbin/NetworkManager --no-daemon ")
43803 │ Oct 18 17:07:50 jimmie dbus-daemon[1006]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
43804 │ Oct 18 17:07:50 jimmie systemd[1]: Started Network Manager Script Dispatcher Service.
43805 │ Oct 18 17:07:50 jimmie tailscaled[1231]: logtail: dialed "log.tailscale.io:443" in 60ms
43806 │ Oct 18 17:07:59 jimmie systemd[1]: NetworkManager-dispatcher.service: Succeeded.
43807 │ Oct 18 17:15:01 jimmie CRON[1245719]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
43808 │ Oct 18 17:17:01 jimmie CRON[1250694]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
43809 │ Oct 19 08:45:57 jimmie systemd-modules-load[717]: Inserted module 'videodev'
43810 │ Oct 19 08:45:57 jimmie systemd-modules-load[717]: Inserted module 'k10temp'
43811 │ Oct 19 08:45:57 jimmie lvm[703]: 2 logical volume(s) in volume group "vgregolith" monitored
43812 │ Oct 19 08:45:57 jimmie kernel: [ 0.000000] Linux version 5.14.7-051407-generic (kernel@kathleen) (gcc (Ubuntu 11.2.0-7ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #202109221210 SMP Wed Sep 22 15:15:48 UTC 2021
43813 │ Oct 19 08:45:57 jimmie kernel: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.14.7-051407-generic root=/dev/mapper/vgregolith-root ro quiet splash vt.handoff=7
43814 │ Oct 19 08:45:57 jimmie kernel: [ 0.000000] KERNEL supported cpus:
43815 │ Oct 19 08:45:57 jimmie kernel: [ 0.000000] Intel GenuineIntel
43816 │ Oct 19 08:45:57 jimmie systemd[1]: Starting Flush Journal to Persistent Storage...
43817 │ Oct 19 08:45:57 jimmie kernel: [ 0.000000] AMD AuthenticAMD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment