Displaying 1 result from an estimated 1 matches for "comq".
Did you mean:
com
2004 Feb 23
1
samba problems after IP change
...Windows office network drive. (For those who may not be familiar with it,
QNX is a commercial OS similar to Unix.) I am a samba newbie, but managed
to fumble my way through this, using cron on the QNX machine to run
smbclient command to copy a tar file to the Windows drive:
smbclient //swin0001/comq -U$userpass -WCNT \
-c "cd phase3/cqarch; put $logfile; put $tarfile"
This worked, but after an office move, the IP addresses of the machines
changed (both are still on the same subnet), and the smbclient now fails.
I have reconfigured the QNX machine for the new address, and r...