[Bug 158816] Re: auto.smb acts weird when smbfs is not installed

2010-04-17 Thread Alexandre Horst
I add this line in auto.smb to fix this behaviour. I have installed
smbfs and it worked just after this line in the script.

echo $key | grep -q '/'  exit 0

The script exit if the key has slash like hostname/share. After that I
start to mount automatically with ls /smb/hostname/.

I tried to do a ls */* in /smb/hostname with 99 shares avaiable before
that change. The autofs started to mount recursively the same 99 shares
over each share again, and again. My /smb and the mounting system got
really a mess. The strange thing is nautilus works without any problem.

-- 
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 158816] Re: auto.smb acts weird when smbfs is not installed

2010-04-07 Thread michalzuber
Had the same issue with Karmic autofs. After installing smbfs it worked.
Some errors that I catch, maybe they help:

kernel: CIFS VFS: cifs_mount failed w/return code = -22
automount[24870]: missing codepage or helper program, or other error

-- 
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 158816] Re: auto.smb acts weird when smbfs is not installed

2009-10-29 Thread Chuck Short
Thanks for the information. Ill take a look at this for lucid.

Regards
chuck

** Changed in: autofs (Ubuntu)
   Status: Incomplete = Confirmed

-- 
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 158816] Re: auto.smb acts weird when smbfs is not installed

2009-10-27 Thread asis
In my case even with smbfs installed, problem still remains:
Ubuntu Jaunty 9.04  autofs 4.1.4+debian-2.1ubuntu2

-- 
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 158816] Re: auto.smb acts weird when smbfs is not installed

2009-10-16 Thread Nicolas Joyard
This bug is reproducible:
1. Ensure smbfs is not installed (or uninstall it if it is)
2. cd /auto.smb_base_dir/some_server
3. ls displays the shared folder list on the server
4. cd some_shared_folder
5. ls

Observed behaviour:
The second ls command displays the shared folder list on the server.

Expected behaviour:
The second cd command should fail, displaying an error message that explains 
the shared folder cannot be mounted because of the missing smbfs package.

-- 
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs