[opensuse] systemd[1]: Reexecuting ? Drives (re)mounted on running system?
I have seen ...systemd[1]: Reexecuting several times now in /var/log/messages. But only today I also realized that afterwards sometimes there is (thunderbird reformats output): ...systemd[1]: Activated swap /dev/disk/by-id/ata-M4-CT128M4SSD2_000000001137031962ED-part4. ... ...systemd[1]: Mounted /var ...systemd[1]: Mounted /boot. ...systemd[1]: Mounted /. ...systemd[1]: Found device M4-CT128M4SSD2. (that's where /boot is on) ...systemd[1]: Started File System Check on /dev/disk/by-id/ata-M4-CT128M4SSD2_000000001137031962ED-part3. ...systemd[1]: Found device M4-CT128M4SSD2. ...systemd[1]: Started File System Check on /dev/disk/by-id/ata-M4-CT128M4SSD2_000000001137031962ED-part2. ...systemd[1]: Found device M4-CT256M4SSD2. (2nd SSD =Windows boot) ...systemd[1]: Found device /dev/disk/by-id/md-uuid-49818217:13c92065:79a2503c:31fc331d-part1. ...systemd[1]: Found device M4-CT128M4SSD2. ...systemd[1]: message repeated 26 times: [ Found device M4-CT128M4SSD2.] ...systemd[1]: Found device M4-CT256M4SSD2. ...systemd[1]: message repeated 7 times: [ Found device M4-CT256M4SSD2.] ...systemd[1]: Found device /sys/devices/virtual/block/md126/md126p1. ...systemd[1]: Found device /dev/md126p1. (RAID1 !) I am using ext4 on a 13.1 SuSE. Are these fake messages or are the drives really remounted on a running system? Why? The message "repeated 26 times" also does worry me. Is the system going into some "bad state"? Problems with the controller? Thanks in advance ME -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 26/07/15 um 22:26 schrieb MarkusGMX:
I have seen ...systemd[1]: Reexecuting several times now in /var/log/messages.
But only today I also realized that afterwards sometimes there is (thunderbird reformats output): ...systemd[1]: Activated swap /dev/disk/by-id/ata-M4-CT128M4SSD2_000000001137031962ED-part4. ... ...systemd[1]: Mounted /var ...systemd[1]: Mounted /boot. ...systemd[1]: Mounted /. ...systemd[1]: Found device M4-CT128M4SSD2. (that's where /boot is on) ...systemd[1]: Started File System Check on /dev/disk/by-id/ata-M4-CT128M4SSD2_000000001137031962ED-part3. ...systemd[1]: Found device M4-CT128M4SSD2. ...systemd[1]: Started File System Check on /dev/disk/by-id/ata-M4-CT128M4SSD2_000000001137031962ED-part2. ...systemd[1]: Found device M4-CT256M4SSD2. (2nd SSD =Windows boot) ...systemd[1]: Found device /dev/disk/by-id/md-uuid-49818217:13c92065:79a2503c:31fc331d-part1. ...systemd[1]: Found device M4-CT128M4SSD2. ...systemd[1]: message repeated 26 times: [ Found device M4-CT128M4SSD2.] ...systemd[1]: Found device M4-CT256M4SSD2. ...systemd[1]: message repeated 7 times: [ Found device M4-CT256M4SSD2.] ...systemd[1]: Found device /sys/devices/virtual/block/md126/md126p1. ...systemd[1]: Found device /dev/md126p1. (RAID1 !)
I am using ext4 on a 13.1 SuSE.
Are these fake messages or are the drives really remounted on a running system? Why? The message "repeated 26 times" also does worry me. Is the system going into some "bad state"? Problems with the controller?
Thanks in advance ME
One listposter wrote to me directly to check journalctl journalctl | grep M4-CT256M4SSD2 also gives systemd[1]: Found device M4-CT256M4SSD2 when the machine is already running. Why does systemd make a systemd[1]: Reexecuting. at all? It does not do that each time the machine is running. tune2fs -l also does not help: Last mounted on: /boot [...] Filesystem state: clean and: Last mounted on: /var [...] Filesystem state: clean and so on. Thanks in advance -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
MarkusGMX