Author Topic: smb login  (Read 3993 times)

haich11

  • Sr. Member
  • ****
  • Posts: 32
smb login
« on: June 25, 2008, 06:58:02 PM »
Hi, I'm having an issue with permissions on OSX 10.5.3.

Our network (and supervisor) is set up on a Linux machine on Samba (i.e. smb://mf/live_jobs). Everything works fine on our PC's but I'm getting errors relating to permissions when submitting jobs using workers on osx.

The drives are mounted through the finder and I've saved the user and password into the keychain on qubeproxy.

If I'm logged on as qubeproxy and connected on to 'mf/live_jobs' the job runs successfully. If I'm not logged on as qubeproxy it fails.

I've tried adding the mount into login items for qubeproxy and I've tried writing an applescript to run on start up but no joy which both work when you login to qubeproxy but don't seem to be good enough for the Qube daemon.

I've done this:
http://support.pipelinefx.com/wiki/index.php/Qube_Knowledge_Base#Set_up_Linux_or_OS_X_to_handle_jobs_with_UNC_paths

I've also tried this:
http://www.stress-free.co.nz/automounting_samba_shares_in_leopard

this:
http://happybeggar.com/index.php?s=volume+mount

this is out of date for 10.5 as netinfo no longer exists:
http://www.bombich.com/mactips/automount.html

I've also looked at 'Directory Utility' in apps but there doesn't seem to be any way of automounting through smb.

Anyone know anything about automounting smb or why qube doesn't like my other methods??

Thanks,
Chris




eric

  • Hero Member
  • *****
  • Posts: 229
Re: smb login
« Reply #1 on: June 28, 2008, 03:02:49 AM »
While I had some trouble getting the SMB mounts to work in their own auto.smb map, I was able to reference this article and use the fstab to do essentially the same thing:

http://www.macosxhints.com/article.php?story=20071028194033157

You'd change the url to use "smb" instead of "cifs," and you can either link the /Network/Servers directories, or modify the auto_master to have -fstab entries mount under a different directory.