[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
It did not work for me as a mount parameter.

To recap:

1) When both the client and server were Ubuntu 8.04 the boot-time CIFS
mounts on the client just worked. See my post above for fstab entries.

2) Upgraded client to 8.10, boot-time CIFS mounts stopped working,
although can still get to the shares using the Places|Connect to
Server... menu. Not as convenient and not as accessible by scripts
however.

3) Upgraded server to 8.10 as well, boot-time CIFS mounts still don't
work, even with the nodfs and nounix mount options.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
Steve:

I still wonder if it's a timing issue, i.e., if there was a subtle
change in services start order or else in the time it is taking
networking to completely come up? That could explain why (a) it worked
in 8.04 but not in 8.10, and (b) after the boot is complete and issuing
a mount command with the exact same parameters as the fstab entry it
just works.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-01 Thread Jim Lehmer
To follow up on mipper's point, here's what I don't understand:

1) My server is Ubuntu 8.04, currently patched.

2) I upgraded my workstation from 8.04 to 8.10 and lose the ability to
have my CIFS shares on the server mounted automatically at boot time as
they were right up until I upgraded.

3) So, if it's the server's fault, why hasn't Ubuntu pushed out the
appropriate patches to 8.04?

The common thread in all of this is Ubuntu, and therefore IMHO Ubuntu
should FIX IT.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 286828] Re: CIFS share broken after upgrade from 8.04 - 8.10

2008-11-03 Thread Jim Lehmer
I have tcpdump files ready to go but need to know if they will expose
sensitive information, in which case I am loathe to just pump them up to
here for the world to see, but would be happy to send them to someone on
the project directly. I captured two files on the server:

1) The unsuccessful attempt from my client trying to connect using the
entry in /etc/fstab.

2) The successful attempt from my client using an explicit mount command
and the same mount options as specified in /etc/fstab.

Because it works using the mount command after boot and login, I am
still thinking perhaps there is an out-of-order condition where the
entries in fstab are trying to be mounted before network support is
fully up? Again, the mounts via fstab were working on that client with
Ubuntu 8.04 and stopped working after upgrading to 8.10 over the
weekend.

-- 
CIFS share broken after upgrade from 8.04 - 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 286828] Re: CIFS share broken after upgrade from 8.04 - 8.10

2008-11-01 Thread Jim Lehmer
I am having the same problem after an upgrade to 8.10. Note that I
changed the three entries in fstab to include the nounix option to no
avail - here's a sample [specific names and addresses changed to protect
the innocent]:

//xyzzy/Sources$ /usr/local/Sources cifs
dir_mode=0777,file_mode=0644,iocharset=utf8,credentials=/root/.mountpw,rw,ip=10.0.0.162,domain=foo,netbiosname=bar,uid=snafu,gid=samba,nounix
0 0

However, when I use the same settings for a manual mount command, it
works:

sudo mount -t cifs -o
dir_mode=0777,file_mode=0644,iocharset=utf8,credentials=/root/.mountpw,rw,ip=10.0.0.162,domain=foo,netbiosname=bar,uid=snafu,gid=samba,nounix
//xyzzy/Sources$ /usr/local/Sources

So, that leads me to wonder if it is a timing issue on boot and the
mounts in fstab are trying to happen before samba client support is
fully initialized?

Client info:

uname -a
Linux bar 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686 GNU/Linux

smbclient -V
Version 3.2.3

cat /etc/issue
Ubuntu 8.10 \n \l

Server info:

uname -a
Linux xyzzy 2.6.24-21-generic #1 SMP Tue Oct 21 23:09:30 UTC 2008 x86_64 
GNU/Linux

smbd -i -V
Version 3.0.28a

cat /etc/issue
Ubuntu 8.04.1 \n \l

-- 
CIFS share broken after upgrade from 8.04 - 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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