On Thu, 2011-12-01 at 11:05 +1100, Mark Goodwin wrote:
> On 12/01/2011 09:20 AM, Nathan Scott wrote:
> >
> > ----- Original Message -----
> >> ...
> >> I am still left with the issue of QA 067 causing a total system freeze
> >> when run using systemctl/systemd ... I'll get to that when I've made
> >> the other changes described above.
> >>
> >
> > I had a quick look at 067, punting this might be a kill
> > command gone awry and perhaps being passed -1 as arg...
> > but can't really see that happening. Guess a console
> > might be best, perhaps its a kernel panic?
>
> I just set up a kvm-qemu VM with OpenSuSE-12.1/i586 (32 bit)
> and with the rc.status fludge in place, qa/067 passes for me.
> Not sure which flavour VM you're running Ken ..?
I have kvm-qemu also, 64-bit openSUSE 12.1 for me. ... Not sure what you
mean by the "rc.status fludge in place" ... if you mean you're using
rc.status then I cannot see how qa/067 will work ... are you seeing the
"redirecting to systemctl" message? ... if not, then I suspect something
different in the way insserv has been setup on our 2 systems, mine looks
like this
kenj@vm02:/etc$ sudo systemctl list-units | egrep 'UNIT|pcp'
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
pcp.service loaded active exited LSB: Control pmcd
and pmlogger daemons
kenj@vm02:/etc$ find /etc/rc* /etc/init.d -name "*pcp*"
/etc/init.d/rc4.d/K01pcp
/etc/init.d/rc4.d/S07pcp
/etc/init.d/rc5.d/K01pcp
/etc/init.d/rc5.d/S07pcp
/etc/init.d/rc2.d/K01pcp
/etc/init.d/rc2.d/S07pcp
/etc/init.d/pcp
/etc/init.d/rc3.d/K01pcp
/etc/init.d/rc3.d/S07pcp
If you're not using rc.status, then we have the same outcome.
|