**** BEGIN LOGGING AT Tue Oct 06 02:59:58 2015 Oct 06 08:54:30 morning all Oct 06 09:43:21 I need a genius Oct 06 09:43:31 pure-ftpd on yocto1.6 give me: Unable to start a standalone server: [Permission denied] Oct 06 09:44:34 but it works out of the box with newer OE Oct 06 09:44:38 same recipies Oct 06 09:44:42 everything is the same Oct 06 09:44:50 somehow the distro is jamming Oct 06 09:44:54 maybe the kernel Oct 06 09:45:10 naturally I am starting pure-ftpd with root user Oct 06 09:45:28 therefor getting permission denied when I am root is simply mind boggling Oct 06 09:49:34 pompomJuice: strace it to see what call is getting that? Oct 06 09:51:00 maybe it tries to drop privs Oct 06 10:00:51 yeah maybe it lacks some user it wants to drop to, or things like it. Oct 06 10:01:06 you don't need a genius, but someone to read your logs and traces. Oct 06 10:12:20 thanks guys. Oct 06 10:12:34 Unfortunately there are no logs, but strace is going to do the job. Let me try that. Oct 06 11:00:37 Hi guys! One question about setting gpios and direction of them. Could we determine the state of gpio after changing it's direction? I'm using imx6 processor and from my experiments i see that after changing "in" to "out" direction kernel is always setting gpio value to 0. Is it possible to change this behavior? Oct 06 11:05:13 spaszPL: its normally possible in hardware, no idea about in the kernel Oct 06 11:44:44 XorA, what do you mean? Oct 06 11:45:23 XorA, When i change "files" in sysfs, for example gpio70/direction, then the default value of gpio70/value is 0. Oct 06 11:45:31 spaszPL: a lot of hardware you can directly write the output state seperate to the pin function Oct 06 11:45:45 spaszPL: if this is handled in kernel I do not know Oct 06 11:46:34 Sysfs is kernel file system which is controlled by linux kernel. Writing to gpio70/direction and so on it's really giving a ioctl to kernel space. Oct 06 16:31:19 to clarify, it's not an ioctl. ioctl is a specific system call which isn't in use when using sysfs, generally Oct 06 16:31:21 * kergoth yawns **** ENDING LOGGING AT Wed Oct 07 02:59:58 2015