Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better logging of stderr/popen problems #137

Open
jfriesse opened this issue Feb 5, 2024 · 0 comments
Open

Better logging of stderr/popen problems #137

jfriesse opened this issue Feb 5, 2024 · 0 comments

Comments

@jfriesse
Copy link
Member

jfriesse commented Feb 5, 2024

Some of the problems are visible only when booth is running in console/standalone because they don't get into syslog. 2 examples of problems I've hit:

  1. Pacemaker was reporting deprecated calling of crm_ticket (using dash argument without space - reason for PR#130). This could be solved by enhancing popen/refactoring popen (issue Enahnce pacemaker.c #136)
  2. glib were reporting problems when using glib hash table (PR attr: Fix glib hash_table != NULL assert #125).

I'm not entirely sure what is the best solution for this problem, but maybe redirecting of stderr into pipe which is then logged by booth might be the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant