try to access a .Trash-$USER directory on autofs mounts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gvfs |
Fix Released
|
Medium
|
|||
gvfs (Ubuntu) |
Fix Released
|
High
|
Ubuntu Desktop Bugs | ||
Hardy |
Fix Released
|
High
|
Ubuntu Desktop Bugs | ||
Intrepid |
Fix Released
|
High
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: nautilus
root@guapuraT61:~# /etc/init.d/autofs start
Starting automounter: done.
==> syslog <==
Apr 1 14:50:15 guapuraT61 kernel: [18916.265351] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
Apr 1 14:50:16 guapuraT61 automount[10582]: >> /sbin/showmount: can't get address for .Trash
Apr 1 14:50:16 guapuraT61 automount[10582]: lookup(program): lookup for .Trash failed
Apr 1 14:50:16 guapuraT61 automount[10582]: failed to mount /net/.Trash
Apr 1 14:50:16 guapuraT61 automount[10589]: >> /sbin/showmount: can't get address for .Trash-500
Apr 1 14:50:16 guapuraT61 automount[10589]: lookup(program): lookup for .Trash-500 failed
Apr 1 14:50:16 guapuraT61 automount[10589]: failed to mount /net/.Trash-500
Apr 1 14:50:16 guapuraT61 automount[10597]: >> /sbin/showmount: can't get address for .Trash
Apr 1 14:50:16 guapuraT61 automount[10597]: lookup(program): lookup for .Trash failed
Apr 1 14:50:16 guapuraT61 automount[10597]: failed to mount /net/.Trash
Apr 1 14:50:16 guapuraT61 automount[10603]: >> /sbin/showmount: can't get address for .Trash-500
Apr 1 14:50:16 guapuraT61 automount[10603]: lookup(program): lookup for .Trash-500 failed
Apr 1 14:50:16 guapuraT61 automount[10603]: failed to mount /net/.Trash-500
Nautilus attempts to mount and access a .Trash-$USER directory under the autofs mount "/net" and consequently fails and reports a bunch of errors to /var/log/syslog.
There should be an ignore statement somewhere so that nautilus will ignore/not create the .Trash-$USER directory on read-only directories such as nfs shares that have been exported read-only and consequently *not* attempt to use the directory.
Additional information:
root@guapuraT61:~# lsb_release -rd
Description: Ubuntu hardy (development branch)
Release: 8.04
root@guapuraT61:~# apt-cache policy nautilus
nautilus:
Installed: 1:2.22.1-0ubuntu1
Candidate: 1:2.22.1-0ubuntu1
Version table:
*** 1:2.22.1-0ubuntu1 0
500 http://
100 /var/lib/
Changed in nautilus: | |
status: | Incomplete → New |
Changed in gvfs: | |
milestone: | ubuntu-8.04 → ubuntu-8.04.1 |
Changed in gvfs: | |
status: | Unknown → New |
Changed in gvfs: | |
status: | New → Fix Released |
Changed in gvfs: | |
importance: | Unknown → Medium |
Thank you for your bug report. The log seems to indicate it tries to open the directory and not to create it, no? That doesn't seem to be a bug