[opensuse] sustemd-journald: Failed to set file attributes: Inappropriate ioctl for device
Whilst investigating another issue, I saw a few of these in the dmesg output: [10110426.160993] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10225680.239405] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10340035.362265] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10455291.134708] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10570546.617025] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10685802.019186] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10801057.829769] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10916312.965022] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10943324.505592] Clock: inserting leap second 23:59:60 UTC [11031567.937132] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [11145923.325636] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [11261178.194167] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [11385867.249075] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device This is on openSUSE 13.2, systemd-210-25.16.1.i586. -- Per Jessen, Zürich (17.4°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am Samstag, 6. August 2016, 11:22:52 schrieb Per Jessen:
[...] [10110426.160993] systemd-journald[288]: Failed to set file attributes: Inappropriate ioctl for device [10225680.239405] systemd-journald[288]: [...]
Looks like you are using ext4 and ext4 does not support FS_NOCOW_FL: https://cgit.freedesktop.org/systemd/systemd/commit/?id=65eae3b762 Gruß Jan -- It is important for our friends to believe that we are unreservedly frank with them, and important to friendship that we are not. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Jan Ritzerfeld wrote:
Am Samstag, 6. August 2016, 11:22:52 schrieb Per Jessen:
[...] [10110426.160993] systemd-journald[288]: Failed to set file [attributes: Inappropriate ioctl for device [10225680.239405] systemd-journald[288]: [...]
Looks like you are using ext4 and ext4 does not support FS_NOCOW_FL: https://cgit.freedesktop.org/systemd/systemd/commit/?id=65eae3b762
Hi Jan I'm using JFS - I guess that doesn't support FS_NOCOW_FL either. -- Per Jessen, Zürich (20.0°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Jan Ritzerfeld
-
Per Jessen