"Tft Tco" <[EMAIL PROTECTED]> writes:

> so i was checking the script, it actually does the following command:
> smbmount "\\myserver.local\install" /z -o "ttl=600000,username=geust,ro"

Not exactly.  The master script does:

  smbmount "$Z_PATH" /z -o "ttl=600000,$mount_opts"

...which is not the same.

A more accurate manual simulation would be:

  Z_PATH='\\ntinstall\install'
  smbmount "$Z_PATH" /z -o "ttl=600000,username=guest,ro"

Assuming this still works, please try:

  more /z/dosbin/install.pl

If that fails, we can debug from there.  If it succeeds, then we have
a bit of a mystery.

In the next release, we will produce slightly better diagnostics for
these sorts of failures.

 - Pat


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to