[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2021-01-04 Thread Ricardo Graça
If anyone is wondering what "properly removing it" actually means it's
just literally rm /usr/local/lib/libimobiledevice.so.6. Don't worry
since there should already be a similar system library in
/usr/lib/x86_64-linux-gnu/.

I also noticed there were other files with names starting with
libimobiledevice.so.* in the same /usr/local/lib directory so I also
removed them.

For the record I tried to do a make uninstall from the source directory
thinking that was the "proper way" but that didn't help.

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-10-03 Thread Howard
@Sebastien Bacher :  I had the same issue and this seems to have fixed
it, so ...

Thank you very much!

I only vaguely remember doing something with libmobiledevice. I think I
was connecting to an iPhone or other IOS device over usb. Maybe related
to Dart / Flutter???

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-08 Thread Sebastien Bacher
No problem, glad that we figured it out!

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-08 Thread Martins K.
Amazing! Indeed there was a forgotten local installation of 'libimobiledevice'. 
After properly removing it, no problems whatsoever. 
Thank you so much for your time!

** Changed in: gvfs (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-08 Thread Sebastien Bacher
The problem is
 undefined symbol: usbmuxd_connect (/usr/local/lib/libimobiledevice.so.6)

Which is a local 'make install type' installation taking over the Ubuntu
version, if you remove that copy things should work better (check for
other outdated libraries in the same directory)

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-06 Thread Martins K.
ldd -r /usr/lib/upower/upowerd
linux-vdso.so.1 (0x7ffe3954)
libupower-glib.so.3 => /usr/lib/x86_64-linux-gnu/libupower-glib.so.3 
(0x7ffbaca7e000)
libgio-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 
(0x7ffbac89d000)
libusb-1.0.so.0 => /lib/x86_64-linux-gnu/libusb-1.0.so.0 
(0x7ffbac881000)
libgudev-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0 
(0x7ffbac874000)
libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 
(0x7ffbac814000)
libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 
(0x7ffbac6eb000)
libimobiledevice.so.6 => /usr/local/lib/libimobiledevice.so.6 
(0x7ffbac6c1000)
libplist.so.3 => /usr/lib/x86_64-linux-gnu/libplist.so.3 
(0x7ffbac6b)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7ffbac68d000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7ffbac49b000)
libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 
(0x7ffbac495000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7ffbac479000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7ffbac471000)
libmount.so.1 => /lib/x86_64-linux-gnu/libmount.so.1 
(0x7ffbac411000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 
(0x7ffbac3e6000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 
(0x7ffbac3ca000)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7ffbac39e000)
libffi.so.7 => /usr/lib/x86_64-linux-gnu/libffi.so.7 
(0x7ffbac392000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x7ffbac31d000)
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 
(0x7ffbac28a000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 
(0x7ffbabfb4000)
/lib64/ld-linux-x86-64.so.2 (0x7ffbacb1c000)
libusbmuxd.so.4 => not found
libblkid.so.1 => /lib/x86_64-linux-gnu/libblkid.so.1 
(0x7ffbabf5d000)
libpcre2-8.so.0 => /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 
(0x7ffbabecb000)
undefined symbol: usbmuxd_connect   (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_send  (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_unsubscribe   (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_delete_pair_record
(/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_subscribe (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_read_buid (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_disconnect(/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_recv  (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_device_list_free  
(/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_recv_timeout  (/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_save_pair_record_with_device_id   
(/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_get_device_by_udid
(/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_get_device_list   
(/usr/local/lib/libimobiledevice.so.6)
undefined symbol: usbmuxd_read_pair_record  
(/usr/local/lib/libimobiledevice.so.6)



==
I should probably also mention that I've tried to reinstall libusbmuxd (sudo 
apt install libusbmuxd6 --reinstall), but it did not change anything. I tried 
the suggestion of symlinking libusbmuxd.so.6.0.0 to libusbmuxd.so.4 (afterwards 
removed the link, so the output above is correct), which does appear to 
mitigate the said problems.

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-06 Thread Sebastien Bacher
Thank you for your bug report, what's the output of

$ ldd -r /usr/lib/upower/upowerd

** Changed in: gvfs (Ubuntu)
   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/1877135

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-06 Thread Preston Kutzner
I can also confirm that symlinking libusbmuxd.so.6.0.0 to
libusbmuxd.so.4 appears to allow the upower service to start as well.
systemctl now shows the service started successfully and is running, and
I am able to see power / battery status in Gnome again.

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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

[Bug 1877135] Re: Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]

2020-05-06 Thread Preston Kutzner
I can confirm this bug on my system as well.  Upgraded from 18.04LTS to
20.04LTS.  I have the same lsb_release -d and apt-cache policy gvfs
output as well.

I worked around this issue by creating a symlink in /usr/lib/x86_64
-linux-gnu from libusbmuxd.so.6.0.0 to libusbmuxd.so.4  I don't know if
this breaks anything, but this does seem to alleviate the slow launch of
certain Gnome apps that seem to rely on gvfs, along with my slow login
time that I was experiencing.  Nautilus, gedit, file dialogs,
screenshot, etc., that took ~20-30 seconds to load now load instantly,
and I do not get org.gtk.vfs.AfcVolumeMonitor timeout errors I was
seeing either.

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

Title:
  Failed to start Virtual filesystem service - Apple File Conduit
  monitor [libusbmuxd.so.4 not found]

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

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