>>>>> In <[EMAIL PROTECTED]>
>>>>> Marc Haber <[EMAIL PROTECTED]> wrote:
> On Thu, Apr 26, 2007 at 12:54:54PM +0200, Josip Rodin wrote:
> > I get the 'ippl: FATAL: Unable to open tcp raw socket' message when I run it
> > inside a Xen child. Not sure if that's relevant, but it might help.
> This looks to me as if it were addressed by the patch given in
> #420933. I have committed this patch to svn and will upload -9
> shortly. Can you please give this a try then?
I rebuilt 1.4.14-9 on etch and it seems working well.
I think the fix is a resonable one. But, debian/logrotate in the source
should be changed:
--- logrotate.orig 2007-05-22 23:15:40.688584461 +0900
+++ logrotate 2007-05-22 23:15:53.129361961 +0900
@@ -7,7 +7,7 @@
compress
missingok
postrotate
- invoke-rc.d --quiet ippl reload > /dev/null
+ invoke-rc.d --quiet ippl restart > /dev/null
endscript
}
@@ -18,6 +18,6 @@
compress
missingok
postrotate
- invoke-rc.d --quiet ippl reload > /dev/null
+ invoke-rc.d --quiet ippl restart > /dev/null
endscript
}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]