<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Verdana">Changing:<br>
test -x $prog || exit 0<br>
To:<br>
test -x $ksmtuned || exit 0<br>
Resolved the issue checking the execute bit of the file.<br>
<br>
I'm not sure about the if statement though.  Where is this variable
being pulled from?<br>
<br>
-Fred<br>
</font></font><br>
-------- Original Message  --------<br>
Subject: Re: [PVE-User] KSM not working?<br>
From: Fred Supinski <a class="moz-txt-link-rfc2396E" href="mailto:fred@vmu.ca"><fred@vmu.ca></a><br>
To: Dietmar Maurer <a class="moz-txt-link-rfc2396E" href="mailto:dietmar@proxmox.com"><dietmar@proxmox.com></a><br>
Cc: proxmoxve <a class="moz-txt-link-rfc2396E" href="mailto:pve-user@pve.proxmox.com"><pve-user@pve.proxmox.com></a><br>
Date: Tue Dec 29 2009 10:39:34 GMT-0500 (Eastern Standard Time)<br>
<blockquote cite="mid:4B3A22B6.8000703@vmu.ca" type="cite">
  <pre wrap="">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 <a class="moz-txt-link-rfc2396E" href="mailto:dietmar@proxmox.com"><dietmar@proxmox.com></a>
To: Fred Supinski <a class="moz-txt-link-rfc2396E" href="mailto:fred@vmu.ca"><fred@vmu.ca></a>
Cc: proxmoxve <a class="moz-txt-link-rfc2396E" href="mailto:pve-user@pve.proxmox.com"><pve-user@pve.proxmox.com></a>
Date: Tue Dec 29 2009 10:09:53 GMT-0500 (Eastern Standard Time)

  </pre>
  <blockquote type="cite">
    <pre wrap="">

    </pre>
    <blockquote type="cite">
      <pre wrap="">-----Original Message-----
From: Fred Supinski [<a class="moz-txt-link-freetext" href="mailto:fred@vmu.ca">mailto:fred@vmu.ca</a>]
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.
      </pre>
    </blockquote>
    <pre wrap="">
The init script is OK If ksmtuned runs fine. Then you need to debug /usr/sbin/ksmtuned itself.

- Dietmar

    </pre>
  </blockquote>
  <pre wrap="">
_______________________________________________
pve-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>
  </pre>
</blockquote>
<br>
</body>
</html>