[7.460][BUG][CONFIRMED] Ulogd restarted after each reboot on a VM instance

Hi

Seems I've Ulogd not running - restarted after each reboot on one of my test box...

I've installed it yesterday morning and since each reboot I get a mail with:


Ulogd not running - restarted

-- 
System Uptime      : 0 days 0 hours 1 minutes
System Load        : 1.05
System Version     : Astaro Security Gateway Software 7.460

Please refer to the manual for detailed instructions.


this is a Virtualbox VM with 1G ram... and on this VM I've linked PPPOE connection that I do not active everytime so I've some more ulogd not running message in the SMTP Spool UI...

anyone ?

thx
Parents
  • Astaro Beta Report
    --------------------------------
    Version: 7.460
    Type: BUG
    State: CONFIRMED
    Reporter: BuBU
    Contributor: 
    MantisID: 
    --------------------------------
  • Can you spot an ulogd notice in system.log at around the time ulogd
    vanished? If yes, plaese post it.
    If not, ulogd presumably crashed.
    In this case we could gather more information through a core dump.
    To create it you'd have to edit the '/etc/init.d/ulog' file. 
    Find there a line with  '#ulimit -c unlimited', umcomment, save it 
    and restart ulogd with:
    $ /etc/init.d/ulog restart

    With the next crash the wanted core dump file can be found in 
    /var/storage/core
    Thank you.
  • Can you spot an ulogd notice in system.log at around the time ulogd
    vanished? If yes, plaese post it.
    If not, ulogd presumably crashed.
    In this case we could gather more information through a core dump.
    To create it you'd have to edit the '/etc/init.d/ulog' file. 
    Find there a line with  '#ulimit -c unlimited', umcomment, save it 
    and restart ulogd with:
    $ /etc/init.d/ulog restart

    With the next crash the wanted core dump file can be found in 
    /var/storage/core
    Thank you.


    ok I've activated the core stuff...

    maybe this has something related to the postgresql errors I have:


    2009:07:07-17:57:10 asg760 postgres[7762]: [3-1] LOG: unexpected EOF on client connection
    2009:07:07-17:58:00 asg760 postgres[10456]: [3-1] LOG: unexpected EOF on client connection 


    I will post the core dump as soon as I get one...

    thx

    edit1: for info my asg is not at the right time... but at the same time when I got the last ulogd problem I got the postgres errors...
Reply
  • Can you spot an ulogd notice in system.log at around the time ulogd
    vanished? If yes, plaese post it.
    If not, ulogd presumably crashed.
    In this case we could gather more information through a core dump.
    To create it you'd have to edit the '/etc/init.d/ulog' file. 
    Find there a line with  '#ulimit -c unlimited', umcomment, save it 
    and restart ulogd with:
    $ /etc/init.d/ulog restart

    With the next crash the wanted core dump file can be found in 
    /var/storage/core
    Thank you.


    ok I've activated the core stuff...

    maybe this has something related to the postgresql errors I have:


    2009:07:07-17:57:10 asg760 postgres[7762]: [3-1] LOG: unexpected EOF on client connection
    2009:07:07-17:58:00 asg760 postgres[10456]: [3-1] LOG: unexpected EOF on client connection 


    I will post the core dump as soon as I get one...

    thx

    edit1: for info my asg is not at the right time... but at the same time when I got the last ulogd problem I got the postgres errors...
Children