Actions
action #134819
openErrors in salt minion and master log on osd
Start date:
2023-08-30
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
# /var/log/salt/master
2023-08-29 12:33:18,360 [salt.utils.event :914 ][ERROR ][16216] Event iteration failed with exception: 'user'
2023-08-29 13:04:15,459 [salt.utils.event :914 ][ERROR ][16216] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-29 13:04:41,586 [salt.utils.event :914 ][ERROR ][16213] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-29 13:11:02,777 [salt.utils.event :914 ][ERROR ][16213] Event iteration failed with exception: 'user'
# goes on until today ever hour like this:
2023-08-30 10:08:24,870 [salt.utils.event :914 ][ERROR ][16224] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:08:26,378 [salt.utils.event :914 ][ERROR ][16224] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:08:30,671 [salt.utils.event :914 ][ERROR ][16215] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:08:31,068 [salt.utils.event :914 ][ERROR ][16215] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:08:31,196 [salt.utils.event :914 ][ERROR ][16223] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:08:32,336 [salt.utils.event :914 ][ERROR ][16216] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:08:59,066 [salt.utils.event :914 ][ERROR ][16224] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:00,068 [salt.utils.event :914 ][ERROR ][16216] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:07,593 [salt.utils.event :914 ][ERROR ][16213] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:14,522 [salt.utils.event :914 ][ERROR ][16224] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:14,610 [salt.utils.event :914 ][ERROR ][16213] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:16,156 [salt.utils.event :914 ][ERROR ][16223] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:17,975 [salt.utils.event :914 ][ERROR ][16213] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:18,018 [salt.utils.event :914 ][ERROR ][16223] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:18,378 [salt.utils.event :914 ][ERROR ][16216] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:18,739 [salt.utils.event :914 ][ERROR ][16224] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:18,833 [salt.utils.event :914 ][ERROR ][16224] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:09:46,341 [salt.utils.event :914 ][ERROR ][16223] Event iteration failed with exception: 'list' object has no attribute 'items'
2023-08-30 10:11:48,757 [salt.utils.event :914 ][ERROR ][16215] Event iteration failed with exception: 'user'
Checked back to 2023-08-06, this error started 2023-08-29
# /var/log/salt/minion
2023-08-29 12:31:44,145 [salt.state :327 ][ERROR ][31768] Pillar openqa.oqa.prg2.suse.org.key does not exist
2023-08-29 12:31:44,148 [salt.state :327 ][ERROR ][31768] Pillar openqa.oqa.prg2.suse.org.crt does not exist
# goes on until today every hour
2023-08-30 10:11:18,745 [salt.state :327 ][ERROR ][1625] Pillar openqa.oqa.prg2.suse.org.key does not exist
2023-08-30 10:11:18,749 [salt.state :327 ][ERROR ][1625] Pillar openqa.oqa.prg2.suse.org.crt does not exist
Actions