[PVE-User] KSM not working?

Fred Supinski fred at vmu.ca
Tue Dec 29 16:50:36 CET 2009


Changing:
test -x $prog || exit 0
To:
test -x $ksmtuned || exit 0
Resolved the issue checking the execute bit of the file.

I'm not sure about the if statement though.  Where is this variable
being pulled from?

-Fred

-------- Original Message  --------
Subject: Re: [PVE-User] KSM not working?
From: Fred Supinski <fred at vmu.ca>
To: Dietmar Maurer <dietmar at proxmox.com>
Cc: proxmoxve <pve-user at pve.proxmox.com>
Date: Tue Dec 29 2009 10:39:34 GMT-0500 (Eastern Standard Time)
> Commenting out the following from the init script makes it work fine on
> my setup:
>
> #test -x $prog || exit 0
> #test -x $prox || exit 0
>
> #if [ "$START" != "yes" ]; then
> #        exit 0
> #fi
>
> Uncommenting either of the two results in no output.
>
> I also made a change in the order of setting variable values, but
> haven't tested to see if this actually changes anything:
> ksmtuned=/usr/sbin/ksmtuned
> prog=ksmtuned
>
>
> -Fred
>
>
> -------- Original Message  --------
> Subject: Re: [PVE-User] KSM not working?
> From: Dietmar Maurer <dietmar at proxmox.com>
> To: Fred Supinski <fred at vmu.ca>
> Cc: proxmoxve <pve-user at pve.proxmox.com>
> Date: Tue Dec 29 2009 10:09:53 GMT-0500 (Eastern Standard Time)
>
>   
>>
>>     
>>> -----Original Message-----
>>> From: Fred Supinski [mailto:fred at vmu.ca]
>>> Sent: Dienstag, 29. Dezember 2009 16:05
>>> To: Dietmar Maurer
>>> Cc: proxmoxve
>>> Subject: Re: [PVE-User] KSM not working?
>>>
>>> /usr/sbin/ksmtuned apears to run fine, and ksmd starts doing it's
>>> thing.
>>>
>>> I will take some time this evening to take a look at the init script.
>>>       
>> The init script is OK If ksmtuned runs fine. Then you need to debug /usr/sbin/ksmtuned itself.
>>
>> - Dietmar
>>
>>     
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20091229/5676b320/attachment.htm>


More information about the pve-user mailing list