Re: LVS daemon not showing.
"Brian Gray (BMan)" <[email protected]>
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Message-ID | <[email protected]> |
Fredrik, I would file a bug so Mike M. and gang can look at it. Regards, BMan Fredrik Johansson wrote: > > To answer myself... > > > Seems to me that it is a bug in nanny? %h doesnt seem to expand either? > > Nanny --version output: > > I got the piranha-0.6.1-3.tar.gz and had a look at the nanny.c-source. > Note: What I know about c-programming is not even at the "hello world"-level. > But didnt look right in row 310 in nanny.c > ---- Snip row 309-311 > if (vserver->send_program) > ASSIGNSTRING(send_program, vserver->send_program); > else send_program = NULL; > ---- Snip > > I changed it to: > ---- Snip row 309-311 > if (vserver->send_program) > ASSIGNSTRING(send_program, strip_quotes(vserver->send_program)); > else send_program = NULL; > ---- Snip > > And now it works like charm! > Dont know if it is the "correct" way, but it works for me... > > /Fredrik > > _______________________________________________ > Piranha-list mailing list > [email protected] > https://listman.redhat.com/mailman/listinfo/piranha-list -- Regards, BMan (Brian Gray) "Things should be made as simple as possible, but not any simpler." A.E.