Chris, in nxnode.cmd_node_addprinter i had:<div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">       </span>if [ "$SAMBA_MOUNT_SHARE_PROTOCOL" = "cifs"] ; then</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>let port=$port+$SMBPORT_OFFSET</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>fi</div><div><br></div><div>i changed to:</div><div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span>if [ "$SAMBA_MOUNT_SHARE_PROTOCOL" = "cifs" -a "$type" != "smb"] ; then</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span>let port=$port+$SMBPORT_OFFSET</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>fi</div></div><div><br></div><div>and it worked.</div>
<div><br></div><div>Now i have another problem, CUPS server is listening in a port like <a href="http://localhost:11007">http://localhost:11007</a>, and from the admin web page i can manage the printer, submit test pages, etc.. But, apps dont see that port, they are going to default <a href="http://localhost:631">http://localhost:631</a>. What is what i have to change to make it work? is there some nx parameter? or some script?</div>
<div><br></div><div>Thanks, Eric.</div><div><br></div><div>PD: you tell that few people seem use smb printing, how is it? is there a way to tell windows not to use smb, and force CIFS? i only set shared the printer en my Win pc, and NX Client is sending "smb" as type. I have to change elsewhere?</div>
<div><br></div><div><br></div><br><div class="gmail_quote">On Wed, Jul 25, 2012 at 4:31 AM,  <span dir="ltr"><<a href="mailto:chris@ccburton.com" target="_blank">chris@ccburton.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br><tt><font><a href="mailto:freenx-knx-bounces@kde.org" target="_blank">freenx-knx-bounces@kde.org</a> wrote on 24/07/2012 23:00:09:<div class="im"><br>
<br>
> Chris, about the password, i forget to change the second place.</div></font></tt>
<br><div class="im"><tt><font>> <br>
> I found that in nxsmb script variable NXSAMBA_PORT="$PORT"
is <br>
> resolving to a wrong port. In my case, in nxsmb is resolving <br>
> to 13004, but in terminal environment i have  NXSAMBA_PORT=5004.
I <br>
</font></tt>
<br></div><tt><font>That sounds more like the user-land cups port</font></tt>
<br><div class="im">
<br><tt><font>> force that port in nxsmb, and it worked.</font></tt>
<br><tt><font>> <br>
> Now, that wrong port is sent by nx client, right? how can i correct
this.</font></tt>
<br><tt><font>> thanks, Eric</font></tt>
<br>
<br></div><tt><font>Very few people seem use smb printing</font></tt>
<br><tt><font>so</font></tt>
<br><tt><font>I guess some distos still have the odd bug.</font></tt>
<br>
<br><tt><font>I'll need to know what distro & .rpm or .deb you
have installed</font></tt>
<br><tt><font>or</font></tt>
<br><tt><font>you can just .tz me a copy of your nxnode file.<br>
</font></tt>
<br><tt><font>Sounds like the rest of it is working tho :)</font></tt><br>________________________________________________________________<br>
     Were you helped on this list with your FreeNX problem?<br>
    Then please write up the solution in the FreeNX Wiki/FAQ:<br>
<br>
<a href="http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ" target="_blank">http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ</a><br>
<br>
         Don't forget to check the NX Knowledge Base:<br>
                 <a href="http://www.nomachine.com/kb/" target="_blank">http://www.nomachine.com/kb/</a><br>
<br>
________________________________________________________________<br>
       FreeNX-kNX mailing list --- <a href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a><br>
      <a href="https://mail.kde.org/mailman/listinfo/freenx-knx" target="_blank">https://mail.kde.org/mailman/listinfo/freenx-knx</a><br>
________________________________________________________________<br></blockquote></div><br></div>