You are not logged in.

#1 2015-04-20 01:16:27

etakeh32
Member
From: Pridnestrovie
Registered: 2014-03-08
Posts: 66

[SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

Does anybody know what this means?

During boot:

Apr 19 20:59:40 tk6410 systemd-coredump[1922]: Failed to get ACL: Operation not supported
Apr 19 20:59:40 tk6410 systemd-coredump[1922]: Process 1322 (panel-27-system) of user 1000 dumped core.

Last edited by etakeh32 (2015-04-22 11:06:29)

Offline

#2 2015-04-20 01:46:20

anatolik
Developer
Registered: 2012-09-27
Posts: 458

Re: [SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

Personally I never has this error. Quick googling shows the error message comes from https://github.com/systemd/systemd/blob … ump.c#L142

That in turn result of error in acl_get_fd(). http://linux.die.net/man/3/acl_get_fd states "[ENOTSUP]' The file system on which the file identified by fd is located does not support ACLs, or ACLs are disabled."


Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster

Offline

#3 2015-04-20 02:20:13

etakeh32
Member
From: Pridnestrovie
Registered: 2014-03-08
Posts: 66

Re: [SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

Thanks. I am using ext4 for root and reiserfs. Do I need to change something to enable ACL?
My fstab:

# /dev/mapper/vgroup-root
UUID=a1abe8d6-c696-4f3f-b00d-74265e6584fc    /             ext4          defaults,noatime,data=ordered    0 1

# /dev/mapper/vgroup-home
UUID=ce39c581-080a-496b-b55f-ddf500fcc459    /home         ext4          defaults,noatime,data=ordered    0 2

# /dev/mapper/vgroup-var
UUID=86e48029-5737-4622-a507-6c9ae0475184    /var          reiserfs      rw,relatime,notail    0 2

# /dev/sda1
UUID=0d495fd5-8b92-43af-8804-1130eea3d4da    /boot         ext2          rw,relatime    0 2

Not sure if this helps: From the second line it seems that this is related to XFCE panel. I remember that I had problems with my panel starting. I thought this was due to fast boot with SSD and created following script as a workaround:

[tkh@tk6410 ~]$ cat /opt/panel.sh
#!/bin/bash
sleep 8
pkill xfce4-panel
xfce4-panel &
[tkh@tk6410 ~]$

Offline

#4 2015-04-20 11:11:05

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

ext4 have acl enabled by default, reiserfs might not, go and check it


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2015-04-21 07:48:44

etakeh32
Member
From: Pridnestrovie
Registered: 2014-03-08
Posts: 66

Re: [SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

Not sure how neutral Can you kindly point me somewhere in Wiki?

Offline

#6 2015-04-21 10:30:57

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

Just create some random file in the fs and then try to setfacl it


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#7 2015-04-22 11:05:54

etakeh32
Member
From: Pridnestrovie
Registered: 2014-03-08
Posts: 66

Re: [SOLVED] systemd-coredump: Failed to get ACL: Operation not supported

That did the trick!

 [tkh@tk6410 ~]$ sudo journalctl -b -l | grep panel
[tkh@tk6410 ~]$  

Offline

Board footer

Powered by FluxBB