All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't mount shares ending in $
@ 2008-03-09  9:40 Matthew Jurgens
  0 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-09  9:40 UTC (permalink / raw)
  To: autofs

[-- Attachment #1: Type: text/plain, Size: 1506 bytes --]

I recently (about a month ago) upgraded to Fedora 8 (previously on 
Fedora 6).
Autofs mounting of shares ending in $ worked on FC6. I think this is the 
first time I've tried since on Fedora 8.
I've got another Fedora 6 box and shares ending in $ still work ok on 
this box.

I've tried playing around with the auto.samba script I use but no luck.
Output from it is:

RUN:  auto.samba matthew
-fstype=cifs,username=mjurgens,password=parallel12 \
         /cd "://matthew/cd" \
         /C "://matthew/C" \
         /G\$ "://matthew/G\$" \
         /E "://matthew/E" \
         /G "://matthew/G" \
         /ADMIN\$ "://matthew/ADMIN\$" \
         /C\$ "://matthew/C\$"
(This is the exact same result as the Fedora6 box)

 From the debug info, the mount command that fails is:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ 
/smb/matthew/C$
This works manually if I:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ 
/mnt/matthew
The other share to the same location works find through autofs:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C 
/smb/matthew/C


Debug Info attached.
Autofs Version = autofs-5.0.2-27
uname -r = 2.6.22.14-72.fc6PAE (I know its an FC6 kernel, everything 
else is FC8 and I've been running on this since the upgrade due to a 
problem with either mkintrd or nash)

Reference to an earlier problem with a fix to shares ending in $ where I 
got the map from:
http://www.mail-archive.com/autofs@linux.kernel.org/msg05691.html






[-- Attachment #2: debug.zip --]
[-- Type: application/x-zip-compressed, Size: 5194 bytes --]

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Can't mount shares ending in $.
@ 2008-03-10 23:35 Matthew Jurgens
  0 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-10 23:35 UTC (permalink / raw)
  To: autofs

[-- Attachment #1: Type: text/plain, Size: 1506 bytes --]

I recently (about a month ago) upgraded to Fedora 8 (previously on 
Fedora 6).

Autofs mounting of shares ending in $ worked on FC6. I think this is the 
first time I've tried since on Fedora 8.
I've got another Fedora 6 box and shares ending in $ still work ok on 
this box.

I've tried playing around with the auto.samba script I use but no luck.
Output from it is:

RUN:  auto.samba matthew
-fstype=cifs,username=mjurgens,password=parallel12 \
         /cd "://matthew/cd" \
         /C "://matthew/C" \
         /G\$ "://matthew/G\$" \
         /E "://matthew/E" \
         /G "://matthew/G" \
         /ADMIN\$ "://matthew/ADMIN\$" \
         /C\$ "://matthew/C\$"
(This is the exact same result as the Fedora6 box)

 From the debug info, the mount command that fails is:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
This works manually if I:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /mnt/matthew
The other share to the same location works fine through autofs:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C /smb/matthew/C


Debug Info attached.
Autofs Version = autofs-5.0.2-27
uname -r = 2.6.22.14-72.fc6PAE (I know its an FC6 kernel, everything 
else is FC8 and I've been running on this since the upgrade due to a 
problem with either mkintrd or nash)

Reference to an earlier problem with a fix to shares ending in $ where I 
got the map from:
http://www.mail-archive.com/autofs@linux.kernel.org/msg05691.html








[-- Attachment #2: debug.zip --]
[-- Type: application/x-zip-compressed, Size: 5194 bytes --]

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Can't mount shares ending in $.
@ 2008-03-10 23:40 Matthew Jurgens
  0 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-10 23:40 UTC (permalink / raw)
  To: autofs

[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]

I recently (about a month ago) upgraded to Fedora 8 (previously on

Fedora 6).

Autofs mounting of shares ending in $ worked on FC6. I think this is the 
first time I've tried since on Fedora 8.
I've got another Fedora 6 box and shares ending in $ still work ok on 
this box.

I've tried playing around with the auto.samba script I use but no luck.
Output from it is:

RUN:  auto.samba matthew
-fstype=cifs,username=mjurgens,password=parallel12 \
         /cd "://matthew/cd" \
         /C "://matthew/C" \
         /G\$ "://matthew/G\$" \
         /E "://matthew/E" \
         /G "://matthew/G" \
         /ADMIN\$ "://matthew/ADMIN\$" \
         /C\$ "://matthew/C\$"
(This is the exact same result as the Fedora6 box)

 From the debug info, the mount command that fails is:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
This works manually if I:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /mnt/matthew
The other share to the same location works fine through autofs:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C /smb/matthew/C


Debug Info attached.
Autofs Version = autofs-5.0.2-27
uname -r = 2.6.22.14-72.fc6PAE (I know its an FC6 kernel, everything 
else is FC8 and I've been running on this since the upgrade due to a 
problem with either mkintrd or nash)

Reference to an earlier problem with a fix to shares ending in $ where I 
got the map from:
http://www.mail-archive.com/autofs@linux.kernel.org/msg05691.html










[-- Attachment #2: debug.zip --]
[-- Type: application/x-zip-compressed, Size: 5194 bytes --]

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Can't mount shares ending in $
@ 2008-03-11  0:06 Matthew Jurgens
  2008-03-11  1:16 ` Ian Kent
  0 siblings, 1 reply; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-11  0:06 UTC (permalink / raw)
  To: autofs

Debug files available at http://www.mmcit.co.nz/debug.zip

I recently (about a month ago) upgraded to Fedora 8 (previously on

Fedora 6).

Autofs mounting of shares ending in $ worked on FC6. I think this is the 
first time I've tried since on Fedora 8.
I've got another Fedora 6 box and shares ending in $ still work ok on 
this box.

I've tried playing around with the auto.samba script I use but no luck.
Output from it is:

RUN:  auto.samba matthew
-fstype=cifs,username=mjurgens,password=parallel12 \
         /cd "://matthew/cd" \
         /C "://matthew/C" \
         /G\$ "://matthew/G\$" \
         /E "://matthew/E" \
         /G "://matthew/G" \
         /ADMIN\$ "://matthew/ADMIN\$" \
         /C\$ "://matthew/C\$"
(This is the exact same result as the Fedora6 box)

 From the debug info, the mount command that fails is:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
This works manually if I:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /mnt/matthew
The other share to the same location works fine through autofs:
mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C /smb/matthew/C


Autofs Version = autofs-5.0.2-27
uname -r = 2.6.22.14-72.fc6PAE (I know its an FC6 kernel, everything 
else is FC8 and I've been running on this since the upgrade due to a 
problem with either mkintrd or nash)

Reference to an earlier problem with a fix to shares ending in $ where I 
got the map from:
http://www.mail-archive.com/autofs@linux.kernel.org/msg05691.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-11  0:06 Can't mount shares ending in $ Matthew Jurgens
@ 2008-03-11  1:16 ` Ian Kent
  2008-03-11  1:43   ` Matthew Jurgens
                     ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Ian Kent @ 2008-03-11  1:16 UTC (permalink / raw)
  To: Matthew Jurgens; +Cc: autofs


On Tue, 2008-03-11 at 11:06 +1100, Matthew Jurgens wrote:
>  From the debug info, the mount command that fails is:
> mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$

Does this command work if you run it manually?

Ian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-11  1:16 ` Ian Kent
@ 2008-03-11  1:43   ` Matthew Jurgens
  2008-03-11 21:56   ` Matthew Jurgens
  2008-03-11 22:07   ` Matthew Jurgens
  2 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-11  1:43 UTC (permalink / raw)
  To: autofs


[-- Attachment #1.1: Type: text/plain, Size: 716 bytes --]

Before you sent this I installed the original Fedora 8 release of autofs 
(autofs-5.0.2-16).
I had originally yum upgraded to Fedora 8 and so had installed the 
latest version autofs-5.0.2-27.
I have found that autofs-5.0.2-16 works fine, but going to -27 breaks it.

And the answer to your question is:
With autofs running - no
With autofs stopped - no
With autofs stopped and when I mkdir /smb/matthew/C$ - yes

Ian Kent wrote:
> On Tue, 2008-03-11 at 11:06 +1100, Matthew Jurgens wrote:
>   
>>  From the debug info, the mount command that fails is:
>> mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
>>     
>
> Does this command work if you run it manually?
>
> Ian
>
>
>
>   

[-- Attachment #1.2: Type: text/html, Size: 1149 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
@ 2008-03-11  5:21 Matthew Jurgens
  0 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-11  5:21 UTC (permalink / raw)
  To: autofs@linux.kernel.org


[-- Attachment #1.1: Type: text/plain, Size: 716 bytes --]

Before you sent this I installed the original Fedora 8 release of autofs 
(autofs-5.0.2-16).
I had originally yum upgraded to Fedora 8 and so had installed the 
latest version autofs-5.0.2-27.
I have found that autofs-5.0.2-16 works fine, but going to -27 breaks it.

And the answer to your question is:
With autofs running - no
With autofs stopped - no
With autofs stopped and when I mkdir /smb/matthew/C$ - yes

Ian Kent wrote:
> On Tue, 2008-03-11 at 11:06 +1100, Matthew Jurgens wrote:
>   
>>  From the debug info, the mount command that fails is:
>> mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
>>     
>
> Does this command work if you run it manually?
>
> Ian
>
>
>
>   

[-- Attachment #1.2: Type: text/html, Size: 1221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-11  1:16 ` Ian Kent
  2008-03-11  1:43   ` Matthew Jurgens
@ 2008-03-11 21:56   ` Matthew Jurgens
  2008-03-11 22:07   ` Matthew Jurgens
  2 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-11 21:56 UTC (permalink / raw)
  To: autofs@linux.kernel.org


[-- Attachment #1.1: Type: text/plain, Size: 744 bytes --]

Before you sent this I installed the original Fedora 8 release of autofs 
(autofs-5.0.2-16).
I had originally yum upgraded to Fedora 8 and so had been running on the 
latest version autofs-5.0.2-27.
I have found that autofs-5.0.2-16 works fine, but going to -27 breaks it.

And the answer to your question, back on -27 version, is:
With autofs running - no
With autofs stopped - no
With autofs stopped and when I mkdir /smb/matthew/C$ - yes

Ian Kent wrote:
> On Tue, 2008-03-11 at 11:06 +1100, Matthew Jurgens wrote:
>   
>>  From the debug info, the mount command that fails is:
>> mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
>>     
>
> Does this command work if you run it manually?
>
> Ian
>
>
>
>   

[-- Attachment #1.2: Type: text/html, Size: 1177 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-11  1:16 ` Ian Kent
  2008-03-11  1:43   ` Matthew Jurgens
  2008-03-11 21:56   ` Matthew Jurgens
@ 2008-03-11 22:07   ` Matthew Jurgens
  2008-03-12  3:14     ` Ian Kent
  2 siblings, 1 reply; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-11 22:07 UTC (permalink / raw)
  To: Ian Kent; +Cc: autofs


[-- Attachment #1.1: Type: text/plain, Size: 960 bytes --]

Hi Ian

For some reason, most of the messages I post to the list never show up - 
no idea why - so this time I am putting you on the receipt list as well 
- my reply is below. Thanks for you work on this product.



Before you sent this I installed the original Fedora 8 release of autofs 
(autofs-5.0.2-16).
I had originally yum upgraded to Fedora 8 and so had been running on the 
latest version autofs-5.0.2-27.
I have found that autofs-5.0.2-16 works fine, but going to -27 breaks it.

And the answer to your question, back on -27 version, is:
With autofs running - no
With autofs stopped - no
With autofs stopped and when I mkdir /smb/matthew/C$ - yes

Ian Kent wrote:
> On Tue, 2008-03-11 at 11:06 +1100, Matthew Jurgens wrote:
>   
>>  From the debug info, the mount command that fails is:
>> mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
>>     
>
> Does this command work if you run it manually?
>
> Ian
>
>
>
>   

[-- Attachment #1.2: Type: text/html, Size: 1433 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-11 22:07   ` Matthew Jurgens
@ 2008-03-12  3:14     ` Ian Kent
  2008-03-12  8:17       ` Matthew Jurgens
  0 siblings, 1 reply; 14+ messages in thread
From: Ian Kent @ 2008-03-12  3:14 UTC (permalink / raw)
  To: Matthew Jurgens; +Cc: autofs


On Wed, 2008-03-12 at 09:07 +1100, Matthew Jurgens wrote:
> Hi Ian
> 
> For some reason, most of the messages I post to the list never show up
> - no idea why - so this time I am putting you on the receipt list as
> well - my reply is below. Thanks for you work on this product.
> 
> 
> 
> Before you sent this I installed the original Fedora 8 release of
> autofs (autofs-5.0.2-16).
> I had originally yum upgraded to Fedora 8 and so had been running on
> the latest version autofs-5.0.2-27.
> I have found that autofs-5.0.2-16 works fine, but going to -27 breaks
> it.
> 
> And the answer to your question, back on -27 version, is:
> With autofs running - no
> With autofs stopped - no
> With autofs stopped and when I mkdir /smb/matthew/C$ - yes

What I'm really after here is to find out whether the cifs mount is
choking on the unescaped $ in /smb/matthew/C$.

> 
> Ian Kent wrote: 
> > On Tue, 2008-03-11 at 11:06 +1100, Matthew Jurgens wrote:
> >   
> > > From the debug info, the mount command that fails is:
> > > mount -t cifs -s -o username=USER,password=PASSWORD //matthew/C\$ /smb/matthew/C$
> > >     
> > 
> > Does this command work if you run it manually?
> > 
> > Ian
> > 
> > 
> > 
> >   

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-12  3:14     ` Ian Kent
@ 2008-03-12  8:17       ` Matthew Jurgens
  2008-03-12  8:29         ` Ian Kent
  0 siblings, 1 reply; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-12  8:17 UTC (permalink / raw)
  To: Ian Kent; +Cc: autofs


[-- Attachment #1.1: Type: text/plain, Size: 519 bytes --]

So, no it handles mounting with the unescaped $
It seems to be something broken when going from

autofs-5.0.2-16 to autofs-5.0.2-27

which I also imagine will be broken in future releases.

Any ideas?

>> And the answer to your question, back on -27 version, is:
>> With autofs running - no
>> With autofs stopped - no
>> With autofs stopped and when I mkdir /smb/matthew/C$ - yes
>>     
>
> What I'm really after here is to find out whether the cifs mount is
> choking on the unescaped $ in /smb/matthew/C$.
>
>   
>

[-- Attachment #1.2: Type: text/html, Size: 949 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-12  8:17       ` Matthew Jurgens
@ 2008-03-12  8:29         ` Ian Kent
  2008-03-13  0:08           ` Matthew Jurgens
  0 siblings, 1 reply; 14+ messages in thread
From: Ian Kent @ 2008-03-12  8:29 UTC (permalink / raw)
  To: Matthew Jurgens; +Cc: autofs


On Wed, 2008-03-12 at 19:17 +1100, Matthew Jurgens wrote:
> So, no it handles mounting with the unescaped $
> It seems to be something broken when going from 
> autofs-5.0.2-16 to autofs-5.0.2-27

Any chance of getting a debug log from autofs-5.0.2-16?

Ian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-12  8:29         ` Ian Kent
@ 2008-03-13  0:08           ` Matthew Jurgens
  2008-07-02  7:43             ` Matthew Jurgens
  0 siblings, 1 reply; 14+ messages in thread
From: Matthew Jurgens @ 2008-03-13  0:08 UTC (permalink / raw)
  To: Ian Kent; +Cc: autofs


[-- Attachment #1.1: Type: text/plain, Size: 432 bytes --]

debug for successful mount of C$ share for autofs-5.0.2-16 available at http://www.mmcit.co.nz/autofs-5.0.2-16.debug.zip


Ian Kent wrote:
> On Wed, 2008-03-12 at 19:17 +1100, Matthew Jurgens wrote:
>   
>> So, no it handles mounting with the unescaped $
>> It seems to be something broken when going from 
>> autofs-5.0.2-16 to autofs-5.0.2-27
>>     
>
> Any chance of getting a debug log from autofs-5.0.2-16?
>
> Ian
>
>
>
>   

[-- Attachment #1.2: Type: text/html, Size: 959 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Can't mount shares ending in $
  2008-03-13  0:08           ` Matthew Jurgens
@ 2008-07-02  7:43             ` Matthew Jurgens
  0 siblings, 0 replies; 14+ messages in thread
From: Matthew Jurgens @ 2008-07-02  7:43 UTC (permalink / raw)
  To: Ian Kent; +Cc: autofs


[-- Attachment #1.1: Type: text/plain, Size: 723 bytes --]

I inadvertently "upgraded" to v5.0.2-29 and found that it also has the 
same problem - where the debug logs shows a mount command that works 
manually but not when executed by autofs - maybe the mount points are 
not getting created correctly?

Matthew Jurgens wrote:
> debug for successful mount of C$ share for autofs-5.0.2-16 available at http://www.mmcit.co.nz/autofs-5.0.2-16.debug.zip
>
>   
> Ian Kent wrote:
>> On Wed, 2008-03-12 at 19:17 +1100, Matthew Jurgens wrote:
>>   
>>> So, no it handles mounting with the unescaped $
>>> It seems to be something broken when going from 
>>> autofs-5.0.2-16 to autofs-5.0.2-27
>>>     
>>
>> Any chance of getting a debug log from autofs-5.0.2-16?
>>
>> Ian
>>
>>
>>
>>   

[-- Attachment #1.2: Type: text/html, Size: 1445 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-07-02  7:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11  0:06 Can't mount shares ending in $ Matthew Jurgens
2008-03-11  1:16 ` Ian Kent
2008-03-11  1:43   ` Matthew Jurgens
2008-03-11 21:56   ` Matthew Jurgens
2008-03-11 22:07   ` Matthew Jurgens
2008-03-12  3:14     ` Ian Kent
2008-03-12  8:17       ` Matthew Jurgens
2008-03-12  8:29         ` Ian Kent
2008-03-13  0:08           ` Matthew Jurgens
2008-07-02  7:43             ` Matthew Jurgens
  -- strict thread matches above, loose matches on Subject: below --
2008-03-11  5:21 Matthew Jurgens
2008-03-10 23:40 Matthew Jurgens
2008-03-10 23:35 Matthew Jurgens
2008-03-09  9:40 Matthew Jurgens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.