[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2015-03-27 Thread Ryan Tandy
$ lsb_release -cd
Description:Ubuntu 14.04.2 LTS
Codename:   trusty
$ grep /home /proc/mounts
auto.misc /home autofs 
rw,relatime,fd=6,pgrp=1351,timeout=300,minproto=5,maxproto=5,direct 0 0
server:/home /home nfs4 
rw,nosuid,nodev,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=10.0.253.227,local_lock=none,addr=10.0.2.1
 0 0
$ gvfs-monitor-dir . &
[1] 2986
$ touch test
$ Directory Monitor Event:
Child = /home/rtandy/test
Event = CREATED
Directory Monitor Event:
Child = /home/rtandy/test
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /home/rtandy/test
Event = CHANGES_DONE_HINT
$ rm test
$ Directory Monitor Event:
Child = /home/rtandy/test
Event = DELETED

Marking fixed in gvfs. I don't know how to test gamin.

** Changed in: gvfs (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383118

Title:
  gamin doesn't notice local file creation on NFS4

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/383118/+subscriptions

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


[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2014-12-16 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383118

Title:
  gamin doesn't notice local file creation on NFS4

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/383118/+subscriptions

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


[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2014-08-13 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383118

Title:
  gamin doesn't notice local file creation on NFS4

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/383118/+subscriptions

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


[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2014-01-09 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown => New

** Changed in: gvfs
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383118

Title:
  gamin doesn't notice local file creation on NFS4

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/383118/+subscriptions

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


[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2014-01-09 Thread Ryan Tandy
Looks to be fixed in trusty. Can anyone else affected confirm that?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383118

Title:
  gamin doesn't notice local file creation on NFS4

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/383118/+subscriptions

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


[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2014-01-09 Thread Ryan Tandy
Still present at least as recently as 12.04.3; will test something newer
(especially considering recent changes in glib) when I get a chance.

** Also affects: gvfs (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: GNOME Bug Tracker #655271
   https://bugzilla.gnome.org/show_bug.cgi?id=655271

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=655271
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383118

Title:
  gamin doesn't notice local file creation on NFS4

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/383118/+subscriptions

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


[Bug 383118] Re: gamin doesn't notice local file creation on NFS4

2010-03-12 Thread Dragomir Minkovski
Confirming with Lucid alpha 3

--- with nfs3:
$mount -t nfs server:/export /mnt

$mount
server:/export on /mnt type nfs (rw,addr=10.153.108.235)

gvfs-monitor-dir /mnt/

Directory Monitor Event:
Child = /mnt/aaa
Event = CREATED
Directory Monitor Event:
Child = /mnt/aaa
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /mnt/aaa
Event = CHANGES_DONE_HINT


--- with nfsv4:
$ mount -t nfs4 server:/export /mnt

$ mount
server:/export on /mnt type nfs4 
(rw,clientaddr=10.153.108.152,addr=10.153.108.235)

gvfs-monitor-dir /mnt/
Directory Monitor Event:
Child = /mnt/aaa
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /mnt/aaa
Event = CHANGES_DONE_HINT

-- 
gamin doesn't notice local file creation on NFS4
https://bugs.launchpad.net/bugs/383118
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 383118] Re: gamin doesn't notice local file creation on NFS4

2010-03-12 Thread Valentijn Sessink
Still there in Ubuntu 10.04 (Lucid)

-- 
gamin doesn't notice local file creation on NFS4
https://bugs.launchpad.net/bugs/383118
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 383118] Re: gamin doesn't notice local file creation on NFS4

2009-08-25 Thread Pedro Villavicencio
** Changed in: gamin (Ubuntu)
   Importance: Undecided => Low

-- 
gamin doesn't notice local file creation on NFS4
https://bugs.launchpad.net/bugs/383118
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 383118] Re: gamin doesn't notice local file creation on NFS4

2009-07-24 Thread Dragomir Minkovski
Same with Karmic, bug is still alive:

--- with nfs3
ubuntu# mount -t nfs server:/export /mnt/
ubuntu$ gvfs-monitor-dir /mnt/ubuntu/

ubuntu$ touch /mnt/ubuntu/ccc

Directory Monitor Event:
Child = /mnt/ubuntu/ccc
Event = CREATED
Directory Monitor Event:
Child = /mnt/ubuntu/ccc
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /mnt/ubuntu/ccc
Event = CHANGES_DONE_HINT

--- with nfsv4:
ubuntu# mount -t nfs4 server:/export /mnt/
ubuntu$ gvfs-monitor-dir /mnt/ubuntu/

ubuntu$ touch /mnt/ubuntu/ddd

Directory Monitor Event:
Child = /mnt/ubuntu/ddd
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /mnt/ubuntu/ddd
Event = CHANGES_DONE_HINT

** Changed in: gamin (Ubuntu)
   Status: Incomplete => Confirmed

-- 
gamin doesn't notice local file creation on NFS4
https://bugs.launchpad.net/bugs/383118
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 383118] Re: gamin doesn't notice local file creation on NFS4

2009-07-24 Thread Dragomir Minkovski
I can confirm the bug in jaunty, it's the same behavior Valentijn
described:

--- with nfs3
ubuntu# mount -t nfs server:/export /mnt/
ubuntu$ gvfs-monitor-dir /mnt/ubuntu/

ubuntu$ touch /mnt/ubuntu/aaa

Directory Monitor Event:
Child = /mnt/ubuntu/aaa
Event = CREATED
Directory Monitor Event:
Child = /mnt/ubuntu/aaa
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /mnt/ubuntu/aaa
Event = CHANGES_DONE_HINT

--- with nfsv4:
ubuntu# mount -t nfs4 server:/export /mnt/
ubuntu$ gvfs-monitor-dir /mnt/ubuntu/

ubuntu$ touch /mnt/ubuntu/bbb

Directory Monitor Event:
Child = /mnt/ubuntu/bbb
Event = ATTRIB CHANGED
Directory Monitor Event:
Child = /mnt/ubuntu/bbb
Event = CHANGES_DONE_HINT

Next I'm going to test gamin version 0.1.10-1ubuntu1 in Karmic as of
Leann's comment.

-- 
gamin doesn't notice local file creation on NFS4
https://bugs.launchpad.net/bugs/383118
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 383118] Re: gamin doesn't notice local file creation on NFS4

2009-07-13 Thread Leann Ogasawara
It would be great if this issue could be confirmed with the most recent
gamin version 0.1.10-1ubuntu1 available in the latest Karmic alpha
release:

https://edge.launchpad.net/ubuntu/+source/gamin/0.1.10-1ubuntu1/+build/1060326

Although I'm not sure if this bug would qualify for a Stable Release
Update for Hardy, in order for any bug to qualify for a Stable Release
Update it must be confirmed as fixed in the actively developed release
(ie Karmic).  See https://wiki.ubuntu.com/StableReleaseUpdates for more
information.  Please let us know your results.  Thanks.

** Changed in: gamin (Ubuntu)
   Status: New => Incomplete

-- 
gamin doesn't notice local file creation on NFS4
https://bugs.launchpad.net/bugs/383118
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