dan-and / linux-sunxi

Linux source for Allwinner/Boxchip F20 (sun3i), A10 (sun4i), A12/A13 (sun5i), A20 (sun7i) SoCs -- You can visit it a chat at https://gitter.im/dan-and/linux-sunxi --
http://linux-sunxi.org/Linux
Other
17 stars 17 forks source link

3.4.103 and systemd 214 does not working #3

Closed fedya closed 10 years ago

fedya commented 10 years ago

Hi latest kernel 3.4.103 not working with systemd >213 because of need enable xattr support in kernel

Look this http://cgit.freedesktop.org/systemd/systemd/commit/?id=d2edfae0f9bdbecf6a8518e2a5bcf06f470e0d9e&ss=1

arch linux issue https://github.com/archlinuxarm/PKGBUILDs/issues/861

dan-and commented 10 years ago

Thats weird!

Did it work with the older versions ? I have a few ARCH users and they told me that XATTR support is working (at least for the versions <103)

fedya commented 10 years ago

i built branch dan-3.4.103

Did it work with the older versions ? Not.

3.4.103 has no support XATTR in cgroups. Xattr working fine for ext4, but not for cgroups

Look at systemd commit { "cgroup", "/sys/fs/cgroup/systemd", "cgroup", "none,name=systemd,xattr", MS_NOSUID|MS_NOEXEC|MS_NODEV,

Need to implement xattr for cgroups

This guy already did it https://github.com/maggu2810/linux-kernel/wiki/cgroups-xattr-backport But it is 3.4.90 kernel and i prefer yours.

If you gimme your pubkey i can provide access to my cubietruck and show how to run lxc containter with systemd214

fedya commented 10 years ago

I have a few ARCH users and they told me that XATTR support is working

They were just removed xattr option from systemd

dan-and commented 10 years ago

Could you retest on the 104 branch ?

igorpecovnik commented 10 years ago

Something is not o.k. with this build. I could not compile it with my default or even with sun7i_defconfig. Custom patched or unpatched.

CC lib/lzo/lzo1x_compress.o make[2]: *\ No rule to make target lib/lzo/lzo1x_decompress_safe.o', needed bylib/lzo/lzo_compress.o'. Stop.

Will check again and debug l8r.

Thanks.

dan-and commented 10 years ago

Igor,

That should be fixed. lib/lzo/lzo1x_decompress_safe.c was accidental not in the last updates.

dan-and commented 10 years ago

It was in again with 85b989c

igorpecovnik commented 10 years ago

Successfully compiled! Thanks.

fedya commented 10 years ago

Hi, Dan.

Now all working fine! Thanks for your help.