Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to stop Vision SMB protocol?

Status
Not open for further replies.

stovie

Technical User
Apr 7, 2003
32
US

Hi. I recently installed Samba on a machine that
was already running Vision SMB. The Samba SMB service will
not start while Vision is running. How do I disable or
stop Vision SMB service?
 
If you installed Samba, there isn't really any reason to keep VisionFS, so just go into Custom and remove VisionFS. You might want to keep backup copies of the VisionFS password files and such, in case you need them later and they might save some time when you're adding users in Samba.
 
To stop visionFS(until reboot), as superuser try this:
Code:
. /etc/vision.conf
cd $VISION_DIR
bin/visionfs stop
To NOT start visionFS on reboot, find in /etc/rc2.d the startup script and put an
Code:
 exit 0
at the beginning.

Hope This Help
PH.
 
Is your problem solved ?
If yes, please tell other what did the trick.

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top