Hi Gents, (apologizes, new here...) I didn't find any hint on G**gle nor in the Dovecot archieve (maybe due to the lack of a search function :), so: I installed Doovecot, but can't get it going. The logfile states:> mail.info dovecot: Dovecot v1.0.15 starting up > mail.err dovecot: auth(default): Panic: Leaked file fd 5: dev 0.10 inode 3 > mail.err dovecot: Auth process died too early - shutting downI tried many obscure things to recover, but had no luck so far. As long i am just guessing around (auth? dev 0.10?? maybe SSL config?), i have no clue what happens here :(. To make things more interesting: the installation lives on an embedded device (xscale, aka arm w/4MB RAM), where are no extended debug features available (like ltrace, ldd,...), and no newer packages (if exist) available. Tried so far: * uninstall (ipkg remove) * rm'd all files listed in the package description + /var/run/dc/* * reinstall (ipkg install) * changed the config file (in many ways... but what??) The init-script does mainly "/opt/sbin/dovecot", so i tried that command on the CLI(bash) to be sure no script mangles fd's around. "echo $?" gives "0" then, but no DC process is running- log messages as above. I have no clue what to do abt that- where's the point?? Can this hopefully be done whithout installing the complete gcc toolchain and compiling a newer version from source, but by just adapting the config? 8-| Any helpful hints appreciated!, acend -- -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
On Feb 6, 2009, at 12:48 AM, mathemat at gmx.net wrote:>> mail.info dovecot: Dovecot v1.0.15 starting up >> mail.err dovecot: auth(default): Panic: Leaked file fd 5: dev 0.10 >> inode 3This happens only when Dovecot has been configured with --enable-devel- checks (or was it --with-debug in v1.0? I'm not sure anymore). The easiest way to avoid the problem is to not do that.> To make things more interesting: the installation lives on an > embedded device (xscale, aka arm w/4MB RAM), where are no extended > debug features available (like ltrace, ldd,...), and no newer > packages (if exist) available.The problem is probably related to running in a special environment which uses some extra fds for some things (possibly a bug or maybe a feature, who knows).
Hi Timo,>> mail.info dovecot: Dovecot v1.0.15 starting up >> mail.err dovecot: auth(default): Panic: Leaked file fd 5: dev 0.10 >> inode 3> This happens only when Dovecot has been configured with --enable-devel- > checks (or was it --with-debug in v1.0? I'm not sure anymore). The > easiest way to avoid the problem is to not do that.Well, I read that on the net. But the goal was to get it going *without* recompiling... please! :)> The problem is probably related to running in a special environment > which uses some extra fds for some things (possibly a bug or maybe a > feature, who knows)Maybe. But as i got it from an official repo <http://www.dovecot.org/releases/1.0/dovecot-1.0.15.tar.gz>, the thing obviously works for some folks... i'm afraid, they just configured DC somewhat sensefullier (while not documenting this anywhere). Ideas from the profs (you)? -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01