[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2010-02-11 Thread wvh
It's surprising to me that a regression like this is not considered a
bug. Requring special options is not a bug; changing the defaults for no
apparent reason is. Changing the default from noserverino to serverino
means that every person with an existing installation that mounts
SMB/CIFS shares will have to know about this and modify their fstab
manually during any upgrade, or their shares will appear to be broken.
That's hardly friendly. I know that NFS mounts did a similar thing with
some of their defaults in the 3 - 4 transition, but I don't really
think that's a good model to follow and there was actually some
justification for that. Is there some reason to have changed the default
options used by CIFS mounts?

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 504056] Re: package linux-image-2.6.31-17-generic 2.6.31-17.54 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-01-07 Thread wvh
Before this upgrade attempt, I had added the following entries to my
/etc/kernel-img.conf file to try to force the system to integrate the
new kernel (which doesn't seem to happen automagically):

postinst_hook = update-grub
postrm_hook = update-grub

I thought that update-grub on GRUB 2 systems was supposed to be an
alias/symlink to grub-mkconfig, but apparently that's not the case?
Running grub-mkconfig manually fixed the problem, and I've changed the
hooks to point directly to that.

-- 
package linux-image-2.6.31-17-generic 2.6.31-17.54 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/504056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-15 Thread wvh
Yes! Adding this mount option enables me to see files and directories
after a mount, I was also able to read and write successfully to the
mounted filesystem. I'm not clear why having the client generate inode
numbers corrects the problem or is necessary, but it's at least a
workaround. Thanks for the suggestion.

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-15 Thread wvh
Yes! Adding this mount option enables me to see files and directories
after a mount, I was also able to read and write successfully to the
mounted filesystem. I'm not clear why having the client generate inode
numbers corrects the problem or is necessary, but it's at least a
workaround. Thanks for the suggestion.

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread wvh
The NAS that I am using is an Addonics NASU2 NAS adapter with a 1 GB
disk attached. This worked fine under Ubuntu 9.04 and 8.10. I'm
attaching two output files from the tcpdump command that you requested -
the file broken-cifs-9.10-wvh.pcap is packet capture info from my fully
updated 9.10 system (uname -a output: Linux u910.vonhagen.org
2.6.31-13-generic #44-Ubuntu SMP Sat Oct 10 15:27:14 UTC 2009 x86_64
GNU/Linux). The commands that I executed during this capture session
were:

mount /mnt/NAS
ls /mnt/NAS
cd /mnt/NAS/Music
ls

No files or directories were shown by either of the ls commands. The
Music directory was a directory that I knew to be there. My /etc/fstab
entry for this device is:

//192.168.6.33/public /mnt/NAS cifs
user=WVH/wvh%password,uid=1000,noauto0 0

The second tcpdump output file (broken-cifs-9.04-wvh.pcap) was produced
by using the same tcpdump command on a netbook running Ubuntu 9.04. I
executed the same commands after initiating the packet capture. The
/etc/fstab entry is identical. That system (32 bit) is running kernel
version 2.6.28-15, and is wireless. After the mount on that system, I
can see all files, directories, etc - just like the good old days!

Hope this helps. I'll be glad to capture any other data that you'd like, as 
well as any other side-by-side comparisons.
 

** Attachment added: tcpdump output
   http://launchpadlibrarian.net/33648123/broken-cifs-9.10-wvh.pcap

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread wvh
Hmmm - I wasn't able to attach multiple files for some reason., I've
attached the 9.04 output to this comment. See previous comment for
details.


** Attachment added: tcpdump output from 9.04 UNR system
   http://launchpadlibrarian.net/33648144/broken-cifs-9.04-wvh.pcap

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread wvh
Hmmm - I wasn't able to attach multiple files for some reason., I've
attached the 9.04 output to this comment. See previous comment for
details.


** Attachment added: tcpdump output from 9.04 UNR system
   http://launchpadlibrarian.net/33648144/broken-cifs-9.04-wvh.pcap

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread wvh
The NAS that I am using is an Addonics NASU2 NAS adapter with a 1 GB
disk attached. This worked fine under Ubuntu 9.04 and 8.10. I'm
attaching two output files from the tcpdump command that you requested -
the file broken-cifs-9.10-wvh.pcap is packet capture info from my fully
updated 9.10 system (uname -a output: Linux u910.vonhagen.org
2.6.31-13-generic #44-Ubuntu SMP Sat Oct 10 15:27:14 UTC 2009 x86_64
GNU/Linux). The commands that I executed during this capture session
were:

mount /mnt/NAS
ls /mnt/NAS
cd /mnt/NAS/Music
ls

No files or directories were shown by either of the ls commands. The
Music directory was a directory that I knew to be there. My /etc/fstab
entry for this device is:

//192.168.6.33/public /mnt/NAS cifs
user=WVH/wvh%password,uid=1000,noauto0 0

The second tcpdump output file (broken-cifs-9.04-wvh.pcap) was produced
by using the same tcpdump command on a netbook running Ubuntu 9.04. I
executed the same commands after initiating the packet capture. The
/etc/fstab entry is identical. That system (32 bit) is running kernel
version 2.6.28-15, and is wireless. After the mount on that system, I
can see all files, directories, etc - just like the good old days!

Hope this helps. I'll be glad to capture any other data that you'd like, as 
well as any other side-by-side comparisons.
 

** Attachment added: tcpdump output
   http://launchpadlibrarian.net/33648123/broken-cifs-9.10-wvh.pcap

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-07 Thread wvh
I am still seeing this problem, and I am not trying to mount a Time
Capsule device.  The NAS device that I am mounting is an Addonics NASU2
NAS Adapter, which mounted correctly under 8.10 and 9.04.  I can access
its contents successfully via gvfs and smbclient but not when mounted:

$ cd ~/.gvfs
$ ls 
public on 192.168.6.33
$ ls public\ on\ 192.168.6.33
Music  Software  Video

# grep NAS /etc/fstab
//192.168.6.33/public /mnt/NAS cifs
user=WVH/wvh%password,uid=1000,noauto0 0
# smbclient //192.168.6.33/public -W WVH -U wvh
Enter wvh's password: 
Domain=[R] OS=[R] Server=[R]
smb: \ ls
  .   D0  Fri Jan 30 08:35:10 2009
  ..  D0  Fri Jan 30 08:35:10 2009
  Music   D0  Fri Jan 30 08:41:18 2009
  Video   D0  Fri Jan 30 10:29:38 2009
  Software   D0  Fri Jan 30 18:55:20 2009

59602 blocks of size 16777216. 6804 blocks available
smb: \ quit
# mount /mnt/NAS
# ls -al /mnt/NAS
total 4
drwxr-xr-x  1 wvh  root0 2009-03-01 00:58 .
drwxr-xr-x 29 root root 4096 2009-07-08 12:20 ..

I can successfully mount this device from a netbook running Jaunty,
using the same /etc/fstab entry.

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-07 Thread wvh
As shown in comment #10, I am running 2.6.31-11.38. This is the kernel
version from which I submitted the output previously requested by Chuck,
and attached to comment #9.

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-07 Thread wvh
I am still seeing this problem, and I am not trying to mount a Time
Capsule device.  The NAS device that I am mounting is an Addonics NASU2
NAS Adapter, which mounted correctly under 8.10 and 9.04.  I can access
its contents successfully via gvfs and smbclient but not when mounted:

$ cd ~/.gvfs
$ ls 
public on 192.168.6.33
$ ls public\ on\ 192.168.6.33
Music  Software  Video

# grep NAS /etc/fstab
//192.168.6.33/public /mnt/NAS cifs
user=WVH/wvh%password,uid=1000,noauto0 0
# smbclient //192.168.6.33/public -W WVH -U wvh
Enter wvh's password: 
Domain=[R] OS=[R] Server=[R]
smb: \ ls
  .   D0  Fri Jan 30 08:35:10 2009
  ..  D0  Fri Jan 30 08:35:10 2009
  Music   D0  Fri Jan 30 08:41:18 2009
  Video   D0  Fri Jan 30 10:29:38 2009
  Software   D0  Fri Jan 30 18:55:20 2009

59602 blocks of size 16777216. 6804 blocks available
smb: \ quit
# mount /mnt/NAS
# ls -al /mnt/NAS
total 4
drwxr-xr-x  1 wvh  root0 2009-03-01 00:58 .
drwxr-xr-x 29 root root 4096 2009-07-08 12:20 ..

I can successfully mount this device from a netbook running Jaunty,
using the same /etc/fstab entry.

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-07 Thread wvh
As shown in comment #10, I am running 2.6.31-11.38. This is the kernel
version from which I submitted the output previously requested by Chuck,
and attached to comment #9.

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 406466] Re: cifs mount on NAS-share with empty directory

2009-10-04 Thread wvh
I've attached script output containing the information that you
requested. I can see the share fine if I mount it using Places 
Connect to Server... and can even cd around and list things through
~/.gvfs:

$ ls ~/.gvfs/public\ on\ 192.168.6.33/
Music/Software/ Video/

$ ls ~/.gvfs/public\ on\ 192.168.6.33/Music/
CDs/  LIVE/ Pgh_Punk/ Punk 45s/ Random/   

Feel free to contact me directly if you'd like additional info, output,
etc.

  Bill

On Sun, 2009-10-04 at 20:22 +, Chuck Short wrote:
 Hi,
 
 For those who are having problems can you do the following:
 
  echo 1  /proc/fs/cifs/cifsFYI
  dmesg -c
 issue command like
  ls -l /mount point
 and then send dmesg log.
 
 And you can repeat above after unmounting the share with a slight change i.e.
 issue a command like
  ls -l /mount point/a_specific_file_name_that_you_know_exists
 and then send dmesg log.
 
 You may also want to issue command 
  echo 1  /proc/fs/cifs/traceSMB 
 besides the above listed echo command
 
 Regards
 chuck
 
 
 ** Changed in: samba (Ubuntu)
Status: New = Incomplete
 
 ** Changed in: samba (Ubuntu)
  Assignee: (unassigned) = Chuck Short (zulcss)
 


** Attachment added: cifs_probs.out
   http://launchpadlibrarian.net/33004761/cifs_probs.out

-- 
cifs mount on NAS-share with empty directory
https://bugs.launchpad.net/bugs/406466
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 406466] Re: cifs mount on NAS-share with empty directory

2009-10-04 Thread wvh
BTW, I'm running the following kernel:

Linux u910 2.6.31-11-generic #38-Ubuntu SMP Fri Oct 2 11:06:40 UTC 2009
x86_64 GNU/Linux

I'm running up-to-date karmic code, last updated this morning. I can
also mount and explore this share using smbclient, with no problems.
It's only via a vanilla CIFS mount that I seem to have problems seeing
the contents of the share.

-- 
cifs mount on NAS-share with empty directory
https://bugs.launchpad.net/bugs/406466
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


Re: [Bug 406466] Re: cifs mount on NAS-share with empty directory

2009-10-04 Thread wvh
I've attached script output containing the information that you
requested. I can see the share fine if I mount it using Places 
Connect to Server... and can even cd around and list things through
~/.gvfs:

$ ls ~/.gvfs/public\ on\ 192.168.6.33/
Music/Software/ Video/

$ ls ~/.gvfs/public\ on\ 192.168.6.33/Music/
CDs/  LIVE/ Pgh_Punk/ Punk 45s/ Random/   

Feel free to contact me directly if you'd like additional info, output,
etc.

  Bill

On Sun, 2009-10-04 at 20:22 +, Chuck Short wrote:
 Hi,
 
 For those who are having problems can you do the following:
 
  echo 1  /proc/fs/cifs/cifsFYI
  dmesg -c
 issue command like
  ls -l /mount point
 and then send dmesg log.
 
 And you can repeat above after unmounting the share with a slight change i.e.
 issue a command like
  ls -l /mount point/a_specific_file_name_that_you_know_exists
 and then send dmesg log.
 
 You may also want to issue command 
  echo 1  /proc/fs/cifs/traceSMB 
 besides the above listed echo command
 
 Regards
 chuck
 
 
 ** Changed in: samba (Ubuntu)
Status: New = Incomplete
 
 ** Changed in: samba (Ubuntu)
  Assignee: (unassigned) = Chuck Short (zulcss)
 


** Attachment added: cifs_probs.out
   http://launchpadlibrarian.net/33004761/cifs_probs.out

-- 
cifs mount on NAS-share with empty directory
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406466] Re: cifs mount on NAS-share with empty directory

2009-10-04 Thread wvh
BTW, I'm running the following kernel:

Linux u910 2.6.31-11-generic #38-Ubuntu SMP Fri Oct 2 11:06:40 UTC 2009
x86_64 GNU/Linux

I'm running up-to-date karmic code, last updated this morning. I can
also mount and explore this share using smbclient, with no problems.
It's only via a vanilla CIFS mount that I seem to have problems seeing
the contents of the share.

-- 
cifs mount on NAS-share with empty directory
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147042] [apport] package update-manager failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:I wasn't able to locate file for the linux-libc-dev package. This might mean you

2007-09-29 Thread wvh
Public bug reported:

Binary package hint: update-manager

Upgrade from latest Feisty (fully updated) to Gutsy Beta. Update Manager
initially informed me that many packages were no longer officially
supported, and that unless Universe was enabled, I would be prompted for
their removal. (UM also said that it was disabling some sources.) UM
eventually terminated after the following message in /var/log/dist-
upgrade/main.log:

2007-09-29 13:56:00,702 DEBUG no file 
'/etc/apt/apt.conf.d/25adept-archive-limits'
2007-09-29 17:09:39,676 ERROR SystemError from cache.commit(): E:I wasn't able 
to locate file for the linux-libc-dev package. This might mean you need to 
manually fix this package.
2007-09-29 21:26:19,045 DEBUG setting MinAge to 2
2007-09-29 21:26:19,045 DEBUG no file 
'/etc/apt/apt.conf.d/25adept-archive-limits'

This is a 64-bit dual core Gateway laptop with 2 GB of memory, wired
ethernet (not using wireless Marvell at the moment).

ProblemType: Package
Date: Sat Sep 29 17:09:40 2007
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:I wasn't able to 
locate file for the linux-libc-dev package. This might mean you need to 
manually fix this package.

Package: update-manager
SourcePackage: update-manager

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[apport] package update-manager failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:I wasn't able to locate file for the 
linux-libc-dev package. This might mean you need to manually fix this package.
https://bugs.launchpad.net/bugs/147042
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs