You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: