Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 41

Thread: Two processes attempt to mount blank optical discs

  1. #11
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Two processes attempt to mount blank optical discs

    Here the error popup appears to come from gvfs, one element would be gvfsd-burn though something calls it I suppose, see screen
    This would be the alt. message when /usr/lib/gvfs/gvfsd-burn is made unavailable
    (sudo mv /usr/lib/gvfs/gvfsd-burn /usr/lib/gvfs/gvfsd-burn.bak
    Attached Images Attached Images

  2. #12
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Two processes attempt to mount blank optical discs

    Quote Originally Posted by mc4man View Post
    Here the error popup appears to come from gvfs, one element would be gvfsd-burn though something calls it I suppose, see screen
    This would be the alt. message when /usr/lib/gvfs/gvfsd-burn is made unavailable
    (sudo mv /usr/lib/gvfs/gvfsd-burn /usr/lib/gvfs/gvfsd-burn.bak
    So I've been assuming that Nautilus (or Caja) is trying to mount the blank media after gvfs, but from the appearance of that maybe the file manager is mounting the media before gvfs?????

  3. #13
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Two processes attempt to mount blank optical discs

    Any idea where gvfs logs would be?

  4. #14
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Two processes attempt to mount blank optical discs

    Quote Originally Posted by kansasnoob View Post
    Any idea where gvfs logs would be?
    No idea, but "burn.mount" is AutoMount=true, found under "/usr/share/gvfs/mounts/". What would happen if made false?

  5. #15
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Two processes attempt to mount blank optical discs

    I don't have my dvd handy ( i use usb), but when the message appears, is it show up here "/run/user/$uid/gvfs/" ?

  6. #16
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Two processes attempt to mount blank optical discs

    Quote Originally Posted by VMC View Post
    No idea, but "burn.mount" is AutoMount=true, found under "/usr/share/gvfs/mounts/". What would happen if made false?
    That would get rid of the 'error' popup (needs a new session to take affect.
    blank media isn't negativity affected by the automount option for gnome, an autorun option is always possible (ask, do nothing, do something) so can't see any reason (yet) while that file shouldn't be set to false

    (- in the case of optical media with something on it I think Gnome screwed this up a while back, likely part of their ongoing 'simplification'

  7. #17
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Two processes attempt to mount blank optical discs

    Quote Originally Posted by VMC View Post
    No idea, but "burn.mount" is AutoMount=true, found under "/usr/share/gvfs/mounts/". What would happen if made false?
    I see what you mean:

    lance@lance-desktop:~$ cat /usr/share/gvfs/mounts/burn.mount
    [Mount]
    Type=burn
    Exec=/usr/lib/gvfs/gvfsd-burn
    AutoMount=true
    I'll give it a whirl and see what happens.

  8. #18
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Two processes attempt to mount blank optical discs

    Reboot required after changing that but it seems to work:

    lance@lance-desktop:~$ cat /usr/share/gvfs/mounts/burn.mount
    [Mount]
    Type=burn
    Exec=/usr/lib/gvfs/gvfsd-burn
    AutoMount=false
    That said I want to test this for a few days to be sure there are no other ill effects associated with that change.

  9. #19
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Two processes attempt to mount blank optical discs

    Quote Originally Posted by VMC View Post
    No idea, but "burn.mount" is AutoMount=true, found under "/usr/share/gvfs/mounts/". What would happen if made false?
    Quote Originally Posted by kansasnoob View Post
    Reboot required after changing that but it seems to work:



    That said I want to test this for a few days to be sure there are no other ill effects associated with that change.
    Nice! Great Detective work guys.

  10. #20
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Two processes attempt to mount blank optical discs

    I decided to check Precise which was not effected and the same file is set to "true" so the actual "bug" is probably somewhere in some executable file, but if this workaround causes no problems it's certainly simple enough

    I'm going to apply this workaround to my in-house "stable" Trusty installs which get used a lot for a variety of things and make sure there are no ill effects before I recommend it as a workaround to others though.

Page 2 of 5 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •