Anybody else getting this in dmesg right after booting?
Code:
$ dmesg | grep 'Too many levels'
[ 26.342287] systemd-readahead-replay[277]: open(/etc/localtime) failed: Too many levels of symbolic links
Looking at the links:
$ ll -d /etc/localtime
lrwxrwxrwx. 1 root root 39 Jun 8 13:22 /etc/localtime -> /usr/share/zoneinfo/America/Los_Angeles
$ ll -d /usr/share/zoneinfo/America/Los_Angeles
-rw-r--r--. 2 root root 2819 Apr 2 10:33 /usr/share/zoneinfo/America/Los_Angeles
Would that be a bug against systemd?
Thanks,
dd_wizard