libgphoto2 icon indicating copy to clipboard operation
libgphoto2 copied to clipboard

Infinite loop while trying to find attached cameras

Open phako opened this issue 1 year ago • 4 comments

Describe the bug

Trying to list the available cameras results in an inifite loop. Note: I am not entirely sure this is a gphoto2 issue, the flatpak issue listed below suggests that it might be a combination of software that causes this.

I have two independent reports on Shotwell's initial start-up being blocked which both were pointing down to libgphoto2's gp_port_info_list_load

https://gitlab.gnome.org/GNOME/shotwell/-/issues/5002 https://github.com/flathub/org.gnome.Shotwell/issues/39

Both issues go away if either the usb1.so port is removed or the flatpak has its access to devices revoked.

Name the camera No cameras are involved

libgphoto2 and gphoto2 version libgphoto2 is 2.5.30

To Reproduce Steps to reproduce the behavior:

if system is affected, can be reproduced by running gphoto2 -l (https://gitlab.gnome.org/GNOME/shotwell/-/issues/5002#note_1562811). I will add debug.log as soon as I get it from the user(s).

phako avatar Oct 08 '22 05:10 phako

https://gist.githubusercontent.com/queeup/e79e17c516038a8e75dbe84cd4c3dfb2/raw/075e53fd138658bb2246023ded41c49ddbf615f6/shotwell_gdb3.html

Here we hang on opening a /dev/bus/usb/xxx/yyy device entry.

This is weird, usually an app would not hang here.

Would be good to see kernel dmesg entries.

msmeissn avatar Oct 20 '22 14:10 msmeissn

Any progress about this? What do you need to investigate further?

queeup avatar Dec 18 '22 13:12 queeup

Still no idea what happens ... The open of the usb device node hangs (not loops).

Does this always happen?

Also can you try a regular gphoto2 app (not flatpak based) on the same system and does it happen there?

msmeissn avatar Dec 18 '22 15:12 msmeissn

Yes, It does always happens. Shotwell is getting unresponsive at the beginning. I can't use that app anymore.

This is regular gphoto2 cli printout on Silverblue 37

❯ rpm -aq gphoto2
gphoto2-2.5.27-4.fc37.x86_64

❯ gphoto2 --version
gphoto2 2.5.27

Copyright (c) 2000-2021 Marcus Meissner and others

gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named COPYING.

This version of gphoto2 is using the following software versions and options:
gphoto2         2.5.27         gcc, popt(m), exif, no cdk, no aa, jpeg, readline
libgphoto2      2.5.30         standard camlibs, gcc, no ltdl, EXIF
libgphoto2_port 0.12.1         iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, gcc, no ltdl, EXIF, USB, serial lockdev locking

❯ gphoto2 -l  --debug --debug-logfile=debug.log
                                                                               
*** Error ***              
Could not detect any camera
*** Error (-105: 'Unknown model') ***
debug.log:
0.000297 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000399 main                        (2): gphoto2 2.5.27
0.000438 main                        (2): gphoto2 has been compiled with the following options:
0.000454 main                        (2):  + gcc (C compiler used)
0.000468 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.000481 main                        (2):  + exif (for displaying EXIF information)
0.000493 main                        (2):  + no cdk (for accessing configuration options)
0.000505 main                        (2):  + no aa (for displaying live previews)
0.000518 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.000530 main                        (2):  + readline (for easy navigation in the shell)
0.000544 main                        (2): libgphoto2 2.5.30
0.000558 main                        (2): libgphoto2 has been compiled with the following options:
0.000573 main                        (2):  + standard camlib set (ax203 canon digigr8 dimagev directory docupen jl2005a jl2005c kodak_dc240 lumix mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205 topfield tp6801)
0.000586 main                        (2):  + gcc (C compiler used)
0.000598 main                        (2):  + no ltdl (for portable loading of camlibs)
0.000610 main                        (2):  + EXIF (for special handling of EXIF files)
0.000629 main                        (2): libgphoto2_port 0.12.1
0.000643 main                        (2): libgphoto2_port has been compiled with the following options:
0.000656 main                        (2):  + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
0.000669 main                        (2):  + gcc (C compiler used)
0.000681 main                        (2):  + no ltdl (for portable loading of iolibs)
0.000693 main                        (2):  + EXIF (for vusb)
0.000706 main                        (2):  + USB (libusb1, for USB cameras)
0.000720 main                        (2):  + serial (for serial cameras)
0.000733 main                        (2):  + no resmgr (serial port access and locking)
0.000745 main                        (2):  + no ttylock (serial port locking)
0.000757 main                        (2):  + lockdev (serial port locking)
0.000770 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.000782 main                        (2): IOLIBS env var not set, using compile-time default instead
0.000794 main                        (2): invoked with following arguments:
0.000807 main                        (2):   -l
0.000819 main                        (2):   --debug
0.000832 main                        (2):   --debug-logfile=debug.log
0.000881 load_settings               (2): Creating gphoto config directory ('/var/home/queeup/.gphoto')
0.000967 verify_settings             (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.000974 load_settings               (2): Loading settings from file '/var/home/queeup/.gphoto/settings'.
0.000980 load_settings               (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.000985 load_settings               (2): Creating gphoto config directory ('/var/home/queeup/.gphoto')
0.000992 verify_settings             (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.000996 load_settings               (2): Loading settings from file '/var/home/queeup/.gphoto/settings'.
0.001001 load_settings               (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.001073 main                        (2): The user has not specified both a model and a port. Try to figure them out.
0.001082 gp_port_init_localedir      (2): localedir has been set to /usr/share/locale (compile-time default)
0.001087 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/usr/lib64/libgphoto2_port/0.12.1'...
0.001153 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/disk'.
0.008685 gp_port_library_list        (2): found fstab fsname UUID=dbab971b-aa5c-412b-85aa-837f7370ef2c
0.008773 gp_port_library_list        (2): found fstab fsname UUID=0077d26c-9084-4136-9e44-3d005b8a2198
0.008828 gp_port_library_list        (2): found fstab fsname UUID=3680-BCCB
0.008857 gp_port_library_list        (2): found fstab fsname UUID=dbab971b-aa5c-412b-85aa-837f7370ef2c
0.009096 gp_port_library_list        (2): found fstab fsname UUID=dbab971b-aa5c-412b-85aa-837f7370ef2c
0.009389 gp_port_library_list        (2): found mtab fsname proc
0.009420 gp_port_library_list        (2): found mtab fsname sysfs
0.009439 gp_port_library_list        (2): found mtab fsname devtmpfs
0.009455 gp_port_library_list        (2): found mtab fsname securityfs
0.009471 gp_port_library_list        (2): found mtab fsname tmpfs
0.009627 gp_port_library_list        (2): found mtab fsname devpts
0.009650 gp_port_library_list        (2): found mtab fsname tmpfs
0.009680 gp_port_library_list        (2): found mtab fsname cgroup2
0.009697 gp_port_library_list        (2): found mtab fsname pstore
0.009736 gp_port_library_list        (2): found mtab fsname efivarfs
0.009883 gp_port_library_list        (2): found mtab fsname bpf
0.009920 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.010023 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.010089 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.010135 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.010200 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.010247 gp_port_library_list        (2): found mtab fsname selinuxfs
0.010401 gp_port_library_list        (2): found mtab fsname systemd-1
0.010425 gp_port_library_list        (2): found mtab fsname mqueue
0.010440 gp_port_library_list        (2): found mtab fsname hugetlbfs
0.010542 gp_port_library_list        (2): found mtab fsname debugfs
0.010574 gp_port_library_list        (2): found mtab fsname tracefs
0.010602 gp_port_library_list        (2): found mtab fsname fusectl
0.010683 gp_port_library_list        (2): found mtab fsname configfs
0.010766 gp_port_library_list        (2): found mtab fsname ramfs
0.010798 gp_port_library_list        (2): found mtab fsname tmpfs
0.010953 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.010981 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.011022 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p2
0.011071 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.011096 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p1
0.011117 gp_port_library_list        (2): found mtab fsname sunrpc
0.011278 gp_port_library_list        (2): found mtab fsname tmpfs
0.011334 gp_port_library_list        (2): found mtab fsname gvfsd-fuse
0.011355 gp_port_library_list        (2): found mtab fsname portal
0.011373 gp_port_library_list        (2): found mtab fsname overlay
0.011479 foreach_func                (2): Loaded '' ('^disk:') from '/usr/lib64/libgphoto2_port/0.12.1/disk'.
0.011504 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.018221 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.018260 foreach_func                (2): Loaded '' ('^ptpip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.018277 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.018291 foreach_func                (2): Loaded '' ('^ip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.018305 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019590 foreach_func                (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019627 foreach_func                (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019669 foreach_func                (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019685 foreach_func                (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019698 foreach_func                (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019712 foreach_func                (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019725 foreach_func                (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019739 foreach_func                (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019753 foreach_func                (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019767 foreach_func                (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019780 foreach_func                (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019794 foreach_func                (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019807 foreach_func                (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019820 foreach_func                (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019834 foreach_func                (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019847 foreach_func                (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019861 foreach_func                (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019874 foreach_func                (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019888 foreach_func                (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019901 foreach_func                (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019914 foreach_func                (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019928 foreach_func                (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019941 foreach_func                (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019954 foreach_func                (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019968 foreach_func                (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019982 foreach_func                (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.019995 foreach_func                (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020009 foreach_func                (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020022 foreach_func                (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020055 foreach_func                (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020069 foreach_func                (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020083 foreach_func                (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020113 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020129 foreach_func                (2): Loaded '' ('^serial:') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.020143 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040022 foreach_func                (2): Loaded '' ('^usb:') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040324 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:002,003') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040345 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,007') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040360 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,006') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040375 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,005') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040388 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.040403 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/usbdiskdirect'.
0.042014 foreach_func                (2): Loaded 'USB Mass Storage direct IO' ('usbdiskdirect:/dev/sda') from '/usr/lib64/libgphoto2_port/0.12.1/usbdiskdirect'.
0.042115 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/usbscsi'.
0.043072 foreach_func                (2): Loaded 'USB Mass Storage raw SCSI' ('usbscsi:/dev/sg0') from '/usr/lib64/libgphoto2_port/0.12.1/usbscsi'.
0.043126 gp_port_info_list_count     (2): Counting entries (47 available)...
0.043145 gp_port_info_list_count     (2): 42 regular entries available.
0.043163 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.043179 gp_init_localedir           (2): localedir has been set to /usr/share/locale (compile-time default)
0.043221 gp_abilities_list_load_dir  (2): Using ltdl to load camera libraries from '/usr/lib64/libgphoto2/2.5.30'...
0.043464 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/ax203'.
0.043494 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/canon'.
0.043508 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/digigr8'.
0.043520 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/dimagev'.
0.043532 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/directory'.
0.043545 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/docupen'.
0.043557 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/jl2005a'.
0.043569 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/jl2005c'.
0.043581 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/kodak_dc240'.
0.043593 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/lumix'.
0.043606 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/mars'.
0.043618 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/pentax'.
0.043632 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/ptp2'.
0.043644 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/ricoh_g3'.
0.043657 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/sierra'.
0.043669 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/sonix'.
0.043681 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/sq905'.
0.043694 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/st2205'.
0.043706 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/topfield'.
0.043719 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/tp6801'.
0.043737 gp_abilities_list_load_dir  (2): Found 20 camera drivers.
0.100896 gp_port_info_list_count     (2): Counting entries (47 available)...
0.100916 gp_port_info_list_count     (2): 42 regular entries available.
0.100932 gp_port_new                 (2): Creating new device...
0.100937 gp_port_info_list_get_info  (2): Getting info of entry 0 (47 available)...
0.101008 gp_port_set_settings        (2): Setting settings...
0.101016 gp_port_info_list_get_info  (2): Getting info of entry 1 (47 available)...
0.101079 gp_port_set_settings        (2): Setting settings...
0.101086 gp_port_info_list_get_info  (2): Getting info of entry 2 (47 available)...
0.101200 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101207 gp_port_set_settings        (2): Setting settings...
0.101211 gp_port_info_list_get_info  (2): Getting info of entry 3 (47 available)...
0.101316 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101323 gp_port_set_settings        (2): Setting settings...
0.101327 gp_port_info_list_get_info  (2): Getting info of entry 4 (47 available)...
0.101426 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101433 gp_port_set_settings        (2): Setting settings...
0.101437 gp_port_info_list_get_info  (2): Getting info of entry 5 (47 available)...
0.101532 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101539 gp_port_set_settings        (2): Setting settings...
0.101543 gp_port_info_list_get_info  (2): Getting info of entry 6 (47 available)...
0.101638 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101645 gp_port_set_settings        (2): Setting settings...
0.101649 gp_port_info_list_get_info  (2): Getting info of entry 7 (47 available)...
0.101742 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101749 gp_port_set_settings        (2): Setting settings...
0.101753 gp_port_info_list_get_info  (2): Getting info of entry 8 (47 available)...
0.101846 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101853 gp_port_set_settings        (2): Setting settings...
0.101857 gp_port_info_list_get_info  (2): Getting info of entry 9 (47 available)...
0.101949 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.101956 gp_port_set_settings        (2): Setting settings...
0.101960 gp_port_info_list_get_info  (2): Getting info of entry 10 (47 available)...
0.102058 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102065 gp_port_set_settings        (2): Setting settings...
0.102069 gp_port_info_list_get_info  (2): Getting info of entry 11 (47 available)...
0.102164 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102171 gp_port_set_settings        (2): Setting settings...
0.102174 gp_port_info_list_get_info  (2): Getting info of entry 12 (47 available)...
0.102267 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102274 gp_port_set_settings        (2): Setting settings...
0.102278 gp_port_info_list_get_info  (2): Getting info of entry 13 (47 available)...
0.102370 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102377 gp_port_set_settings        (2): Setting settings...
0.102380 gp_port_info_list_get_info  (2): Getting info of entry 14 (47 available)...
0.102471 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102478 gp_port_set_settings        (2): Setting settings...
0.102482 gp_port_info_list_get_info  (2): Getting info of entry 15 (47 available)...
0.102573 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102580 gp_port_set_settings        (2): Setting settings...
0.102584 gp_port_info_list_get_info  (2): Getting info of entry 16 (47 available)...
0.102674 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102681 gp_port_set_settings        (2): Setting settings...
0.102684 gp_port_info_list_get_info  (2): Getting info of entry 17 (47 available)...
0.102774 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102781 gp_port_set_settings        (2): Setting settings...
0.102785 gp_port_info_list_get_info  (2): Getting info of entry 18 (47 available)...
0.102882 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102890 gp_port_set_settings        (2): Setting settings...
0.102893 gp_port_info_list_get_info  (2): Getting info of entry 19 (47 available)...
0.102985 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.102992 gp_port_set_settings        (2): Setting settings...
0.102995 gp_port_info_list_get_info  (2): Getting info of entry 20 (47 available)...
0.103092 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103099 gp_port_set_settings        (2): Setting settings...
0.103102 gp_port_info_list_get_info  (2): Getting info of entry 21 (47 available)...
0.103192 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103199 gp_port_set_settings        (2): Setting settings...
0.103203 gp_port_info_list_get_info  (2): Getting info of entry 22 (47 available)...
0.103292 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103299 gp_port_set_settings        (2): Setting settings...
0.103303 gp_port_info_list_get_info  (2): Getting info of entry 23 (47 available)...
0.103391 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103398 gp_port_set_settings        (2): Setting settings...
0.103402 gp_port_info_list_get_info  (2): Getting info of entry 24 (47 available)...
0.103492 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103499 gp_port_set_settings        (2): Setting settings...
0.103503 gp_port_info_list_get_info  (2): Getting info of entry 25 (47 available)...
0.103592 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103599 gp_port_set_settings        (2): Setting settings...
0.103603 gp_port_info_list_get_info  (2): Getting info of entry 26 (47 available)...
0.103691 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103698 gp_port_set_settings        (2): Setting settings...
0.103707 gp_port_info_list_get_info  (2): Getting info of entry 27 (47 available)...
0.103815 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103823 gp_port_set_settings        (2): Setting settings...
0.103827 gp_port_info_list_get_info  (2): Getting info of entry 28 (47 available)...
0.103920 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.103927 gp_port_set_settings        (2): Setting settings...
0.103931 gp_port_info_list_get_info  (2): Getting info of entry 29 (47 available)...
0.104022 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.104053 gp_port_set_settings        (2): Setting settings...
0.104057 gp_port_info_list_get_info  (2): Getting info of entry 30 (47 available)...
0.104151 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.104158 gp_port_set_settings        (2): Setting settings...
0.104162 gp_port_info_list_get_info  (2): Getting info of entry 31 (47 available)...
0.104254 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.104261 gp_port_set_settings        (2): Setting settings...
0.104265 gp_port_info_list_get_info  (2): Getting info of entry 32 (47 available)...
0.104357 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.104364 gp_port_set_settings        (2): Setting settings...
0.104368 gp_port_info_list_get_info  (2): Getting info of entry 33 (47 available)...
0.104458 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.104465 gp_port_set_settings        (2): Setting settings...
0.104469 gp_port_info_list_get_info  (2): Getting info of entry 34 (47 available)...
0.104560 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.104567 gp_port_set_settings        (2): Setting settings...
0.104571 gp_port_info_list_get_info  (2): Getting info of entry 35 (47 available)...
0.108927 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.108946 gp_port_set_settings        (2): Setting settings...
0.108961 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:002,003, (new int=0, conf=-1, alt=-1) port usb:002,003
0.108967 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.108971 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.109305 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.109565 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.109599 gp_port_info_list_get_info  (2): Getting info of entry 36 (47 available)...
0.113820 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.113830 gp_port_set_settings        (2): Setting settings...
0.113835 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,007, (new int=0, conf=-1, alt=-1) port usb:001,007
0.113839 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.113843 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.114154 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.114393 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.114414 gp_port_info_list_get_info  (2): Getting info of entry 37 (47 available)...
0.118423 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.118432 gp_port_set_settings        (2): Setting settings...
0.118438 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,006, (new int=0, conf=-1, alt=-1) port usb:001,006
0.118441 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.118445 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.118662 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.118827 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.118846 gp_port_info_list_get_info  (2): Getting info of entry 38 (47 available)...
0.122909 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.122926 gp_port_set_settings        (2): Setting settings...
0.122932 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,005, (new int=0, conf=-1, alt=-1) port usb:001,005
0.122936 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.122940 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.123269 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.123495 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.123517 gp_port_info_list_get_info  (2): Getting info of entry 39 (47 available)...
0.127755 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.127774 gp_port_set_settings        (2): Setting settings...
0.127780 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1) port usb:001,004
0.127784 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.127788 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.128113 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.128355 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.128376 gp_port_info_list_get_info  (2): Getting info of entry 40 (47 available)...
0.128734 gp_port_set_settings        (2): Setting settings...
0.128745 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.128794 gp_port_info_list_get_info  (2): Getting info of entry 41 (47 available)...
0.128869 gp_port_set_settings        (2): Setting settings...
0.128887 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.129709 gp_port_free                (2): Freeing port...
0.129717 gp_port_close               (2): Closing port...
0.129736 load_settings               (2): Creating gphoto config directory ('/var/home/queeup/.gphoto')
0.129748 verify_settings             (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.129752 load_settings               (2): Loading settings from file '/var/home/queeup/.gphoto/settings'.
0.129757 load_settings               (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.129760 load_settings               (2): Creating gphoto config directory ('/var/home/queeup/.gphoto')
0.129766 verify_settings             (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.129769 load_settings               (2): Loading settings from file '/var/home/queeup/.gphoto/settings'.
0.129774 load_settings               (2): Can't open settings file '/var/home/queeup/.gphoto/settings' for reading.
0.129777 gp_camera_init              (2): Initializing camera...
0.129781 gp_camera_init              (2): Neither port nor model set. Trying auto-detection...
0.129785 gp_init_localedir           (2): ignoring late call (localedir value NULL)
0.129788 gp_abilities_list_load_dir  (2): Using ltdl to load camera libraries from '/usr/lib64/libgphoto2/2.5.30'...
0.129821 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/ax203'.
0.129827 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/canon'.
0.129830 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/digigr8'.
0.129833 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/dimagev'.
0.129836 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/directory'.
0.129839 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/docupen'.
0.129842 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/jl2005a'.
0.129845 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/jl2005c'.
0.129848 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/kodak_dc240'.
0.129851 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/lumix'.
0.129854 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/mars'.
0.129857 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/pentax'.
0.129860 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/ptp2'.
0.129863 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/ricoh_g3'.
0.129867 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/sierra'.
0.129870 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/sonix'.
0.129873 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/sq905'.
0.129876 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/st2205'.
0.129879 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/topfield'.
0.129882 foreach_func                (2): Found '/usr/lib64/libgphoto2/2.5.30/tp6801'.
0.129886 gp_abilities_list_load_dir  (2): Found 20 camera drivers.
0.162455 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.162475 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/usr/lib64/libgphoto2_port/0.12.1'...
0.162512 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/disk'.
0.162591 gp_port_library_list        (2): found fstab fsname UUID=dbab971b-aa5c-412b-85aa-837f7370ef2c
0.162601 gp_port_library_list        (2): found fstab fsname UUID=0077d26c-9084-4136-9e44-3d005b8a2198
0.162607 gp_port_library_list        (2): found fstab fsname UUID=3680-BCCB
0.162613 gp_port_library_list        (2): found fstab fsname UUID=dbab971b-aa5c-412b-85aa-837f7370ef2c
0.162621 gp_port_library_list        (2): found fstab fsname UUID=dbab971b-aa5c-412b-85aa-837f7370ef2c
0.162672 gp_port_library_list        (2): found mtab fsname proc
0.162679 gp_port_library_list        (2): found mtab fsname sysfs
0.162684 gp_port_library_list        (2): found mtab fsname devtmpfs
0.162688 gp_port_library_list        (2): found mtab fsname securityfs
0.162691 gp_port_library_list        (2): found mtab fsname tmpfs
0.162767 gp_port_library_list        (2): found mtab fsname devpts
0.162773 gp_port_library_list        (2): found mtab fsname tmpfs
0.162781 gp_port_library_list        (2): found mtab fsname cgroup2
0.162785 gp_port_library_list        (2): found mtab fsname pstore
0.162793 gp_port_library_list        (2): found mtab fsname efivarfs
0.162801 gp_port_library_list        (2): found mtab fsname bpf
0.162808 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162832 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162838 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162843 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162849 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162856 gp_port_library_list        (2): found mtab fsname selinuxfs
0.162865 gp_port_library_list        (2): found mtab fsname systemd-1
0.162869 gp_port_library_list        (2): found mtab fsname mqueue
0.162873 gp_port_library_list        (2): found mtab fsname hugetlbfs
0.162881 gp_port_library_list        (2): found mtab fsname debugfs
0.162889 gp_port_library_list        (2): found mtab fsname tracefs
0.162895 gp_port_library_list        (2): found mtab fsname fusectl
0.162919 gp_port_library_list        (2): found mtab fsname configfs
0.162929 gp_port_library_list        (2): found mtab fsname ramfs
0.162935 gp_port_library_list        (2): found mtab fsname tmpfs
0.162943 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162949 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162954 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p2
0.162960 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p3
0.162965 gp_port_library_list        (2): found mtab fsname /dev/nvme0n1p1
0.162970 gp_port_library_list        (2): found mtab fsname sunrpc
0.162980 gp_port_library_list        (2): found mtab fsname tmpfs
0.162994 gp_port_library_list        (2): found mtab fsname gvfsd-fuse
0.162999 gp_port_library_list        (2): found mtab fsname portal
0.163003 gp_port_library_list        (2): found mtab fsname overlay
0.163036 foreach_func                (2): Loaded '' ('^disk:') from '/usr/lib64/libgphoto2_port/0.12.1/disk'.
0.163043 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.163107 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.163115 foreach_func                (2): Loaded '' ('^ptpip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.163119 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.163122 foreach_func                (2): Loaded '' ('^ip:') from '/usr/lib64/libgphoto2_port/0.12.1/ptpip'.
0.163126 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163301 foreach_func                (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163309 foreach_func                (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163313 foreach_func                (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163316 foreach_func                (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163320 foreach_func                (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163323 foreach_func                (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163333 foreach_func                (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163337 foreach_func                (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163341 foreach_func                (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163344 foreach_func                (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163348 foreach_func                (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163351 foreach_func                (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163355 foreach_func                (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163359 foreach_func                (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163362 foreach_func                (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163366 foreach_func                (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163369 foreach_func                (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163373 foreach_func                (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163376 foreach_func                (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163380 foreach_func                (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163383 foreach_func                (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163386 foreach_func                (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163390 foreach_func                (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163393 foreach_func                (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163397 foreach_func                (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163400 foreach_func                (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163404 foreach_func                (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163407 foreach_func                (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163410 foreach_func                (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163414 foreach_func                (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163417 foreach_func                (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163421 foreach_func                (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163424 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163428 foreach_func                (2): Loaded '' ('^serial:') from '/usr/lib64/libgphoto2_port/0.12.1/serial'.
0.163431 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167734 foreach_func                (2): Loaded '' ('^usb:') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167745 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:002,003') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167769 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,007') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167773 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,006') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167777 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,005') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167780 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/lib64/libgphoto2_port/0.12.1/usb1'.
0.167784 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/usbdiskdirect'.
0.167987 foreach_func                (2): Loaded 'USB Mass Storage direct IO' ('usbdiskdirect:/dev/sda') from '/usr/lib64/libgphoto2_port/0.12.1/usbdiskdirect'.
0.167995 foreach_func                (2): Called for filename '/usr/lib64/libgphoto2_port/0.12.1/usbscsi'.
0.168103 foreach_func                (2): Loaded 'USB Mass Storage raw SCSI' ('usbscsi:/dev/sg0') from '/usr/lib64/libgphoto2_port/0.12.1/usbscsi'.
0.168112 gp_port_info_list_count     (2): Counting entries (47 available)...
0.168116 gp_port_info_list_count     (2): 42 regular entries available.
0.168119 gp_port_new                 (2): Creating new device...
0.168124 gp_port_info_list_get_info  (2): Getting info of entry 0 (47 available)...
0.168167 gp_port_set_settings        (2): Setting settings...
0.168175 gp_port_info_list_get_info  (2): Getting info of entry 1 (47 available)...
0.168225 gp_port_set_settings        (2): Setting settings...
0.168233 gp_port_info_list_get_info  (2): Getting info of entry 2 (47 available)...
0.168333 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168340 gp_port_set_settings        (2): Setting settings...
0.168344 gp_port_info_list_get_info  (2): Getting info of entry 3 (47 available)...
0.168444 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168451 gp_port_set_settings        (2): Setting settings...
0.168454 gp_port_info_list_get_info  (2): Getting info of entry 4 (47 available)...
0.168552 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168559 gp_port_set_settings        (2): Setting settings...
0.168563 gp_port_info_list_get_info  (2): Getting info of entry 5 (47 available)...
0.168658 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168665 gp_port_set_settings        (2): Setting settings...
0.168669 gp_port_info_list_get_info  (2): Getting info of entry 6 (47 available)...
0.168762 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168769 gp_port_set_settings        (2): Setting settings...
0.168773 gp_port_info_list_get_info  (2): Getting info of entry 7 (47 available)...
0.168868 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168875 gp_port_set_settings        (2): Setting settings...
0.168879 gp_port_info_list_get_info  (2): Getting info of entry 8 (47 available)...
0.168972 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.168979 gp_port_set_settings        (2): Setting settings...
0.168982 gp_port_info_list_get_info  (2): Getting info of entry 9 (47 available)...
0.169083 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169090 gp_port_set_settings        (2): Setting settings...
0.169094 gp_port_info_list_get_info  (2): Getting info of entry 10 (47 available)...
0.169186 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169192 gp_port_set_settings        (2): Setting settings...
0.169196 gp_port_info_list_get_info  (2): Getting info of entry 11 (47 available)...
0.169290 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169297 gp_port_set_settings        (2): Setting settings...
0.169301 gp_port_info_list_get_info  (2): Getting info of entry 12 (47 available)...
0.169392 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169404 gp_port_set_settings        (2): Setting settings...
0.169409 gp_port_info_list_get_info  (2): Getting info of entry 13 (47 available)...
0.169502 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169509 gp_port_set_settings        (2): Setting settings...
0.169513 gp_port_info_list_get_info  (2): Getting info of entry 14 (47 available)...
0.169604 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169610 gp_port_set_settings        (2): Setting settings...
0.169614 gp_port_info_list_get_info  (2): Getting info of entry 15 (47 available)...
0.169704 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169711 gp_port_set_settings        (2): Setting settings...
0.169714 gp_port_info_list_get_info  (2): Getting info of entry 16 (47 available)...
0.169803 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169810 gp_port_set_settings        (2): Setting settings...
0.169814 gp_port_info_list_get_info  (2): Getting info of entry 17 (47 available)...
0.169904 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.169910 gp_port_set_settings        (2): Setting settings...
0.169914 gp_port_info_list_get_info  (2): Getting info of entry 18 (47 available)...
0.170004 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170011 gp_port_set_settings        (2): Setting settings...
0.170014 gp_port_info_list_get_info  (2): Getting info of entry 19 (47 available)...
0.170118 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170125 gp_port_set_settings        (2): Setting settings...
0.170129 gp_port_info_list_get_info  (2): Getting info of entry 20 (47 available)...
0.170221 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170228 gp_port_set_settings        (2): Setting settings...
0.170232 gp_port_info_list_get_info  (2): Getting info of entry 21 (47 available)...
0.170322 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170329 gp_port_set_settings        (2): Setting settings...
0.170333 gp_port_info_list_get_info  (2): Getting info of entry 22 (47 available)...
0.170424 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170430 gp_port_set_settings        (2): Setting settings...
0.170434 gp_port_info_list_get_info  (2): Getting info of entry 23 (47 available)...
0.170526 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170533 gp_port_set_settings        (2): Setting settings...
0.170537 gp_port_info_list_get_info  (2): Getting info of entry 24 (47 available)...
0.170631 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170638 gp_port_set_settings        (2): Setting settings...
0.170641 gp_port_info_list_get_info  (2): Getting info of entry 25 (47 available)...
0.170762 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170770 gp_port_set_settings        (2): Setting settings...
0.170774 gp_port_info_list_get_info  (2): Getting info of entry 26 (47 available)...
0.170867 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170874 gp_port_set_settings        (2): Setting settings...
0.170878 gp_port_info_list_get_info  (2): Getting info of entry 27 (47 available)...
0.170970 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.170977 gp_port_set_settings        (2): Setting settings...
0.170980 gp_port_info_list_get_info  (2): Getting info of entry 28 (47 available)...
0.171108 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171115 gp_port_set_settings        (2): Setting settings...
0.171119 gp_port_info_list_get_info  (2): Getting info of entry 29 (47 available)...
0.171211 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171218 gp_port_set_settings        (2): Setting settings...
0.171222 gp_port_info_list_get_info  (2): Getting info of entry 30 (47 available)...
0.171324 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171333 gp_port_set_settings        (2): Setting settings...
0.171336 gp_port_info_list_get_info  (2): Getting info of entry 31 (47 available)...
0.171429 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171436 gp_port_set_settings        (2): Setting settings...
0.171440 gp_port_info_list_get_info  (2): Getting info of entry 32 (47 available)...
0.171531 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171538 gp_port_set_settings        (2): Setting settings...
0.171541 gp_port_info_list_get_info  (2): Getting info of entry 33 (47 available)...
0.171631 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171638 gp_port_set_settings        (2): Setting settings...
0.171641 gp_port_info_list_get_info  (2): Getting info of entry 34 (47 available)...
0.171732 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.171739 gp_port_set_settings        (2): Setting settings...
0.171743 gp_port_info_list_get_info  (2): Getting info of entry 35 (47 available)...
0.176090 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.176107 gp_port_set_settings        (2): Setting settings...
0.176113 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:002,003, (new int=0, conf=-1, alt=-1) port usb:002,003
0.176117 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.176121 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.176460 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.176711 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.176734 gp_port_info_list_get_info  (2): Getting info of entry 36 (47 available)...
0.180955 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.180965 gp_port_set_settings        (2): Setting settings...
0.180970 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,007, (new int=0, conf=-1, alt=-1) port usb:001,007
0.180974 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.180977 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.181304 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.181543 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.181563 gp_port_info_list_get_info  (2): Getting info of entry 37 (47 available)...
0.185555 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.185567 gp_port_set_settings        (2): Setting settings...
0.185573 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,006, (new int=0, conf=-1, alt=-1) port usb:001,006
0.185576 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.185580 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.185890 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.186133 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.186157 gp_port_info_list_get_info  (2): Getting info of entry 38 (47 available)...
0.190474 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.190493 gp_port_set_settings        (2): Setting settings...
0.190499 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,005, (new int=0, conf=-1, alt=-1) port usb:001,005
0.190503 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.190507 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.190835 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.191240 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.191269 gp_port_info_list_get_info  (2): Getting info of entry 39 (47 available)...
0.195548 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.195558 gp_port_set_settings        (2): Setting settings...
0.195563 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1) port usb:001,004
0.195567 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.195570 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.195877 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.196117 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.196134 gp_port_info_list_get_info  (2): Getting info of entry 40 (47 available)...
0.196373 gp_port_set_settings        (2): Setting settings...
0.196382 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.196421 gp_port_info_list_get_info  (2): Getting info of entry 41 (47 available)...
0.196488 gp_port_set_settings        (2): Setting settings...
0.196495 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.197151 gp_port_free                (2): Freeing port...
0.197158 gp_port_close               (2): Closing port...
0.197392 gp_context_error            (0): Could not detect any camera
0.197719 gp_camera_free              (2): Freeing camera...
0.197727 gp_port_free                (2): Freeing port...
0.197733 gp_filesystem_reset         (2): resetting filesystem
0.197737 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
0.197740 gp_filesystem_lru_clear     (2): fscache LRU list already empty
0.197743 delete_all_folders          (2): Internally deleting all folders from '/'...
0.197747 lookup_folder               (2): Lookup folder '/'...
0.197750 lookup_folder               (2): Found! / is 0x5591b2c4a7d0
0.197754 recurse_delete_folder       (2): Recurse delete folder 0x5591b2c4a7d0//
0.197757 delete_all_files            (2): Delete all files in folder 0x5591b2c4a7d0//

queeup avatar Dec 18 '22 20:12 queeup