Hi,

I am new to openais and we have an app which used to use openais0.70 and now
I am upgrading it to use openais0.83.0.

Here are a list of issues that I am facing:
1) I am unable to enable logging to a log file.
2) My app is the subscriber of events which are generated by a another
app(publisher) It used to work fine with openais0.70 but after the upgrading
to version 0.80.3 have stopped working.
My app uses the Event APIs and though I was able to successfully run
'testevt', but in my app, no subscribed events are getting called.
So how should I go about debugging this issue...?

Here's posting the openais.config file...for context

totem {
        version: 2
        secauth: off
        threads: 0
        interface {
                ringnumber: 0
                bindnetaddr: 127.0.0.0
                mcastaddr: 226.94.1.1
                mcastport: 5405
        }
}

logging {
        to_stderr: yes
        to_file: yes
    logfile: /tmp/ais
        debug: on
        timestamp: on
}

amf {
        mode: disabled
}

Any help will be appreciated.
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to