unable to create file '/run/user/1026/dconf/user'

General support questions
Post Reply
mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

unable to create file '/run/user/1026/dconf/user'

Post by mahmood » 2018/12/03 20:18:02

I have noticed that the server has been restarted without any power failure, because the compute nodes haven't been rebooted. In the /var/log/messages, I see the following lines just before the reset

Code: Select all

Dec  3 15:07:37 rocks7 journal: Ignored exception from dbus method: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Only owner of session may set locked hint
Dec  3 15:07:38 rocks7 dbus[1137]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec  3 15:07:38 rocks7 systemd: Starting Hostname Service...
Dec  3 15:07:38 rocks7 journal: Ignored exception from dbus method: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Only owner of session may set locked hint
Dec  3 15:07:38 rocks7 dbus[1137]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec  3 15:07:38 rocks7 systemd: Started Hostname Service.
Dec  3 15:07:38 rocks7 journal: Ignored exception from dbus method: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Only owner of session may set locked hint
Dec  3 15:07:39 rocks7 dhcpd: DHCPDISCOVER from ac:1f:6b:1b:66:2c via enp3s0: network 10.1.1.0/24: no free leases
Dec  3 15:07:42 rocks7 journal: unable to create file '/run/user/1026/dconf/user': Permission denied.  dconf will not work properly.
Dec  3 15:07:42 rocks7 journal: unable to create file '/run/user/1026/dconf/user': Permission denied.  dconf will not work properly.
Dec  3 15:07:57 rocks7 journal: No devices in use, exit
Dec  3 15:08:01 rocks7 systemd: Created slice User Slice of jafarian.
Dec  3 15:08:01 rocks7 systemd: Starting User Slice of jafarian.
Dec  3 15:08:01 rocks7 systemd: Started Session 308 of user jafarian.
Dec  3 15:08:01 rocks7 systemd: Starting Session 308 of user jafarian.
Dec  3 15:08:01 rocks7 systemd: Removed slice User Slice of jafarian.
Dec  3 15:08:01 rocks7 systemd: Stopping User Slice of jafarian.
Dec  3 15:08:02 rocks7 dhcpd: DHCPDISCOVER from ac:1f:6b:1b:66:2c via enp3s0: network 10.1.1.0/24: no free leases
Dec  3 15:08:05 rocks7 dhcpd: DHCPDISCOVER from ac:1f:6b:1b:66:2c via enp3s0: network 10.1.1.0/24: no free leases
Dec  3 15:08:08 rocks7 dhcpd: DHCPDISCOVER from ac:1f:6b:1b:66:2c via enp3s0: network 10.1.1.0/24: no free leases
Dec  3 15:08:22 rocks7 journal: unable to create file '/run/user/1026/dconf/user': Permission denied.  dconf will not work properly.
Dec  3 15:08:22 rocks7 journal: unable to create file '/run/user/1026/dconf/user': Permission denied.  dconf will not work properly.
Dec  3 15:10:15 rocks7 kernel: Initializing cgroup subsys cpuset
Dec  3 15:10:15 rocks7 kernel: Initializing cgroup subsys cpu
Dec  3 15:10:15 rocks7 kernel: Initializing cgroup subsys cpuacct
Dec  3 15:10:15 rocks7 kernel: Linux version 3.10.0-862.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Fri Apr 20 16:44:24 UTC 2018
Dec  3 15:10:15 rocks7 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-862.el7.x86_64 root=UUID=d86ca306-ca3f-4231-a1b0-0248ad7bf2c3 ro crashkernel=auto rhgb quiet LANG=en_US.UTF-8
Dec  3 15:10:15 rocks7 kernel: e820: BIOS-provided physical RAM map:
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x00000000000e6000-0x00000000000fffff] reserved
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dfdaffff] usable
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x00000000dfdb0000-0x00000000dfdc1fff] ACPI data
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x00000000dfdc2000-0x00000000dfdcffff] ACPI NVS
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x00000000dfdd0000-0x00000000dfddffff] reserved
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x00000000dfded000-0x00000000efffffff] reserved
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Dec  3 15:10:15 rocks7 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000101fffffff] usable
Dec  3 15:10:15 rocks7 kernel: NX (Execute Disable) protection: active
Dec  3 15:10:15 rocks7 kernel: SMBIOS 2.6 present.
Dec  3 15:10:15 rocks7 kernel: AGP: No AGP bridge found
Please note that Dec 3 15:10:15 rocks7 kernel: Initializing cgroup subsys cpuset is the beginning of the reboot. It seems that the journal errors are related to file system issues.

Any idea?

Post Reply