vmware / open-vm-tools

Official repository of VMware open-vm-tools project
http://sourceforge.net/projects/open-vm-tools/
2.26k stars 427 forks source link

Copy and paste of file errors with "There was an error getting information about " #587

Open rbeede opened 2 years ago

rbeede commented 2 years ago

Describe the bug

Host: Windows 10 Guest: Ubuntu 20.04 64-bit Desktop

Attempting to ctrl+c and ctrl+v (or right click Paste) from the host to the guest results in an error:

image

Clicking on Retry multiple times does nothing. Clicking on Skip causes the file to not go into the destination folder on the guest.

This appears to only happen if the host filename has # characters in it. If I rename the file to not have that character then it works as expected.

Workaround 2: Use the mouse to drag and drop the file and it copies without error.

The issue occurs when I use the ctrl+c (in host) and then ctrl+v (in guest) with files names like test##.docx

While the error message is displayed if I do find /home/rbeede/.cache/vmware/drag_anddrop/ then I see the entire file like W4xBSN/test#.docx, but it never goes to the desired destination.

Reproduction steps

1. Create file on host with name test##.docx
2. ctrl+c that file from host
3. ctrl+v on the guest into an open directory in Files

Expected behavior

The file, with the name test##.docx, should have appeared in the target directory on the guest.

Additional context

tail -n 100 vmware*

==> vmware-network.1.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Mon 28 Mar 2022 08:28:56 AM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Mon 28 Mar 2022 08:28:56 AM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main suspend-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ TranquilizeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 -ne 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get string:org.freedesktop.NetworkManager string:State
+ awk /variant/ {print $3;}
+ nm_state=70
+ [ -z 70 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:false
method return time=1648474136.350606 sender=:1.159 -> destination=:1.170 serial=645 reply_serial=2
+ rc=0
+ [ 0 -eq 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Mon 28 Mar 2022 08:28:56 AM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Mon 28 Mar 2022 08:28:56 AM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'

==> vmware-network.2.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Mon 28 Mar 2022 08:27:55 AM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
Mon 28 Mar 2022 08:27:55 AM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main resume-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ WakeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:true
method return time=1648474075.983328 sender=:1.159 -> destination=:1.166 serial=464 reply_serial=2
+ rc=0
+ [ 0 = 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Mon 28 Mar 2022 08:27:55 AM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'
Mon 28 Mar 2022 08:27:55 AM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'

==> vmware-network.3.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Sat 26 Mar 2022 09:22:04 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Sat 26 Mar 2022 09:22:04 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main suspend-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ TranquilizeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 -ne 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get string:org.freedesktop.NetworkManager string:State
+ awk /variant/ {print $3;}
+ nm_state=70
+ [ -z 70 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:false
method return time=1648347724.777146 sender=:1.159 -> destination=:1.163 serial=314 reply_serial=2
+ rc=0
+ [ 0 -eq 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Sat 26 Mar 2022 09:22:04 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Sat 26 Mar 2022 09:22:04 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'

==> vmware-network.4.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Sat 26 Mar 2022 09:18:43 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
Sat 26 Mar 2022 09:18:43 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main resume-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ WakeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:true
method return time=1648347523.328740 sender=:1.8 -> destination=:1.154 serial=3252 reply_serial=2
+ rc=0
+ [ 0 = 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Sat 26 Mar 2022 09:18:43 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'
Sat 26 Mar 2022 09:18:43 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'

==> vmware-network.5.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Fri 25 Mar 2022 03:08:41 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Fri 25 Mar 2022 03:08:41 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main suspend-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ TranquilizeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 -ne 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get string:org.freedesktop.NetworkManager string:State
+ awk /variant/ {print $3;}
+ nm_state=70
+ [ -z 70 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:false
method return time=1648238921.368609 sender=:1.8 -> destination=:1.152 serial=3223 reply_serial=2
+ rc=0
+ [ 0 -eq 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Fri 25 Mar 2022 03:08:41 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Fri 25 Mar 2022 03:08:41 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'

==> vmware-network.6.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Fri 25 Mar 2022 03:07:25 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
Fri 25 Mar 2022 03:07:25 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main resume-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ WakeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:true
Error org.freedesktop.NetworkManager.AlreadyEnabledOrDisabled: Already enabled
+ rc=1
+ [ 1 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Sleep boolean:false
Error org.freedesktop.NetworkManager.AlreadyAsleepOrAwake: Already awake
+ rc=1
+ [ 1 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.wake
Error org.freedesktop.DBus.Error.UnknownMethod: No such method “wake”
+ rc=1
+ return 1
+ exitCode=1
+ [ 1 != 0 ]
+ sanity_check resume-vm
+ which ip
+ ip_cmd=/usr/sbin/ip
+ which ifconfig
+ ifconfig_cmd=
+ which ifup
+ ifup_cmd=
+ which ifdown
+ ifdown_cmd=
+ [ -z  -a -z /usr/sbin/ip ]
+ [ ! -s /var/run/vmware-active-nics ]
+ save_active_NIC_list
+ local intf_out
+ 
+ [ -n /usr/sbin/ip ]
+ egrep \bUP\b
+ awk -F: {print $2}
+ /usr/sbin/ip link show up
+ /usr/sbin/ip link show lo
+ grep -iq link/ether
+ grep -iq link/ether
+ /usr/sbin/ip link show ens33
+ echo ens33
+ run_network_script start
+ local action=start
+ local rc=0
+ local script
+ true
+ exec_systemctl_service start
+ local rc=1
+ local action=start
+ which systemctl
+ local ctlcmd=/usr/bin/systemctl
+ local service
+ [ -z /usr/bin/systemctl ]
+ grep -iq not-found
+ /usr/bin/systemctl status systemd-networkd
+ service=systemd-networkd
+ break
+ [ -z systemd-networkd ]
+ /usr/bin/systemctl start systemd-networkd
+ rc=0
+ [ 0 = 0 -a systemd-networkd = systemd-networkd -a start = stop ]
+ return 0
+ [ 0 != 0 ]
+ break
+ return 0
+ rescue_NIC
+ local rc=0
+ local intf_out
+ [ -f /var/run/vmware-active-nics ]
+ read nic
+ [ -n /usr/sbin/ip ]
+ /usr/sbin/ip link show ens33 up
+ intf_out=2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 00:0c:29:71:23:29 brd ff:ff:ff:ff:ff:ff
    altname enp2s1
+ + grep -q UPecho
 2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether 00:0c:29:71:23:29 brd ff:ff:ff:ff:ff:ff altname enp2s1
+ date
+ echo Fri 25 Mar 2022 03:07:27 PM CDT [rescue_nic] ens33 is already active.
Fri 25 Mar 2022 03:07:27 PM CDT [rescue_nic] ens33 is already active.
+ read nic
+ rm -f /var/run/vmware-active-nics
+ return 0
+ exitCode=0
+ return 0
+ date
+ echo Fri 25 Mar 2022 03:07:27 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'
Fri 25 Mar 2022 03:07:27 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'

==> vmware-network.7.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Thu 24 Mar 2022 08:39:49 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
Thu 24 Mar 2022 08:39:49 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main resume-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ WakeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:true
method return time=1648172389.161651 sender=:1.8 -> destination=:1.143 serial=3035 reply_serial=2
+ rc=0
+ [ 0 = 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Thu 24 Mar 2022 08:39:49 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'
Thu 24 Mar 2022 08:39:49 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'

==> vmware-network.8.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Thu 24 Mar 2022 03:38:12 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Thu 24 Mar 2022 03:38:12 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network suspend-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main suspend-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ TranquilizeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 -ne 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get string:org.freedesktop.NetworkManager string:State
+ awk /variant/ {print $3;}
+ nm_state=70
+ [ -z 70 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:false
method return time=1648154292.834885 sender=:1.8 -> destination=:1.141 serial=2887 reply_serial=2
+ rc=0
+ [ 0 -eq 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Thu 24 Mar 2022 03:38:12 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'
Thu 24 Mar 2022 03:38:12 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network suspend-vm'

==> vmware-network.9.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Thu 24 Mar 2022 03:35:34 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
Thu 24 Mar 2022 03:35:34 PM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main resume-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ WakeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:true
method return time=1648154134.630153 sender=:1.8 -> destination=:1.136 serial=2708 reply_serial=2
+ rc=0
+ [ 0 = 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Thu 24 Mar 2022 03:35:34 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'
Thu 24 Mar 2022 03:35:34 PM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'

==> vmware-network.log <==
+ chmod 0600 /var/log/vmware-network.log
+ date
+ echo Wed 13 Apr 2022 09:48:07 AM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
Wed 13 Apr 2022 09:48:07 AM CDT : Executing '/etc/vmware-tools/scripts/vmware/network resume-vm'
+ echo

+ dirname /etc/vmware-tools/scripts/vmware/network
+ . /etc/vmware-tools/scripts/vmware/../../statechange.subr
+ main resume-vm
+ exitCode=0
+ activeList=/var/run/vmware-active-nics
+ WakeNetworkManager
+ which dbus-send
+ dbusSend=/usr/bin/dbus-send
+ rc=0
+ [ 0 = 0 ]
+ /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Enable boolean:true
method return time=1649861287.670862 sender=:1.159 -> destination=:1.172 serial=795 reply_serial=2
+ rc=0
+ [ 0 = 0 ]
+ return 0
+ exitCode=0
+ [ 0 != 0 ]
+ return 0
+ date
+ echo Wed 13 Apr 2022 09:48:07 AM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'
Wed 13 Apr 2022 09:48:07 AM CDT : Finished '/etc/vmware-tools/scripts/vmware/network resume-vm'

==> vmware-vmsvc-root.1.log <==
[2022-03-04T18:31:58.354Z] [ message] [vmsvc] [808] Log caching is enabled with maxCacheEntries=4096.
[2022-03-04T18:31:58.354Z] [ message] [vmsvc] [808] Core dump limit set to -1
[2022-03-04T18:31:58.354Z] [ message] [vmtoolsd] [808] Tools Version: 11.3.0.29534 (build-18090558)
[2022-03-04T18:31:58.456Z] [ message] [vmtoolsd] [808] Plugin 'hgfsServer' initialized.
[2022-03-04T18:31:58.456Z] [ message] [vix] [808] QueryVGAuthConfig: vgauth usage is: 1
[2022-03-04T18:31:58.456Z] [ message] [vmtoolsd] [808] Plugin 'vix' initialized.
[2022-03-04T18:31:58.456Z] [ message] [vmtoolsd] [808] Plugin 'appInfo' initialized.
[2022-03-04T18:31:58.456Z] [ message] [vmtoolsd] [808] Plugin 'deployPkg' initialized.
[2022-03-04T18:31:58.456Z] [ message] [vmtoolsd] [808] Plugin 'guestInfo' initialized.
[2022-03-04T18:31:58.456Z] [ message] [vmtoolsd] [808] Plugin 'powerops' initialized.
[2022-03-04T18:31:58.456Z] [ message] [resolutionCommon] [808] resolutionCheckForKMS: dlopen succeeded.
[2022-03-04T18:31:58.457Z] [ message] [resolutionCommon] [808] resolutionCheckForKMS: System support available for resolutionKMS.
[2022-03-04T18:31:58.457Z] [ message] [vmtoolsd] [808] Plugin 'resolutionKMS' initialized.
[2022-03-04T18:31:58.457Z] [ message] [vmtoolsd] [808] Plugin 'timeSync' initialized.
[2022-03-04T18:31:58.457Z] [ message] [vmtoolsd] [808] Plugin 'vmbackup' initialized.
[2022-03-04T18:31:58.484Z] [ message] [vix] [808] VixTools_ProcessVixCommand: command 62

==> vmware-vmsvc-root.2.log <==
[2022-03-04T18:28:34.526Z] [ message] [vmsvc] [809] Log caching is enabled with maxCacheEntries=4096.
[2022-03-04T18:28:34.526Z] [ message] [vmsvc] [809] Core dump limit set to -1
[2022-03-04T18:28:34.526Z] [ message] [vmtoolsd] [809] Tools Version: 11.3.0.29534 (build-18090558)
[2022-03-04T18:28:34.668Z] [ message] [vmtoolsd] [809] Plugin 'hgfsServer' initialized.
[2022-03-04T18:28:34.668Z] [ message] [vix] [809] QueryVGAuthConfig: vgauth usage is: 1
[2022-03-04T18:28:34.668Z] [ message] [vmtoolsd] [809] Plugin 'vix' initialized.
[2022-03-04T18:28:34.668Z] [ message] [vmtoolsd] [809] Plugin 'appInfo' initialized.
[2022-03-04T18:28:34.668Z] [ message] [vmtoolsd] [809] Plugin 'deployPkg' initialized.
[2022-03-04T18:28:34.668Z] [ message] [vmtoolsd] [809] Plugin 'guestInfo' initialized.
[2022-03-04T18:28:34.668Z] [ message] [vmtoolsd] [809] Plugin 'powerops' initialized.
[2022-03-04T18:28:34.668Z] [ message] [resolutionCommon] [809] resolutionCheckForKMS: dlopen succeeded.
[2022-03-04T18:28:34.670Z] [ message] [resolutionCommon] [809] resolutionCheckForKMS: System support available for resolutionKMS.
[2022-03-04T18:28:34.670Z] [ message] [vmtoolsd] [809] Plugin 'resolutionKMS' initialized.
[2022-03-04T18:28:34.670Z] [ message] [vmtoolsd] [809] Plugin 'timeSync' initialized.
[2022-03-04T18:28:34.670Z] [ message] [vmtoolsd] [809] Plugin 'vmbackup' initialized.
[2022-03-04T18:28:34.673Z] [ message] [vix] [809] VixTools_ProcessVixCommand: command 62
[2022-03-04T18:28:35.176Z] [ message] [vix] [809] VixTools_ProcessVixCommand: command 62
[2022-03-04T18:28:35.176Z] [ message] [vix] [809] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-04T18:28:35.178Z] [ message] [vmsvc] [809] Executing script for state change 'OS_PowerOn'.
[2022-03-04T18:28:35.178Z] [ message] [powerops] [809] Executing script: '/etc/vmware-tools/poweron-vm-default'
[2022-03-04T18:28:35.248Z] [ message] [vmsvc] [809] Script exit code: 0, success = 1
[2022-03-04T18:31:26.270Z] [ warning] [GLib-GObject] [809] g_object_get_is_valid_property: object class 'ToolsCoreService' has no property named 'tps_prop_gueststore'
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'vmbackup'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'timeSync'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'resolutionKMS'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'powerops'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'guestInfo'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'deployPkg'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'appInfo'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'vix'.
[2022-03-04T18:31:26.286Z] [ message] [vmtoolsd] [809] Unloading plugin 'hgfsServer'.

==> vmware-vmsvc-root.3.log <==
[2022-03-04T18:24:49.844Z] [ message] [vmsvc] [802] Log caching is enabled with maxCacheEntries=4096.
[2022-03-04T18:24:49.844Z] [ message] [vmsvc] [802] Core dump limit set to -1
[2022-03-04T18:24:49.844Z] [ message] [vmtoolsd] [802] Tools Version: 11.3.0.29534 (build-18090558)
[2022-03-04T18:24:50.011Z] [ message] [vmtoolsd] [802] Plugin 'hgfsServer' initialized.
[2022-03-04T18:24:50.011Z] [ message] [vix] [802] QueryVGAuthConfig: vgauth usage is: 1
[2022-03-04T18:24:50.011Z] [ message] [vmtoolsd] [802] Plugin 'vix' initialized.
[2022-03-04T18:24:50.011Z] [ message] [vmtoolsd] [802] Plugin 'appInfo' initialized.
[2022-03-04T18:24:50.011Z] [ message] [vmtoolsd] [802] Plugin 'deployPkg' initialized.
[2022-03-04T18:24:50.011Z] [ message] [vmtoolsd] [802] Plugin 'guestInfo' initialized.
[2022-03-04T18:24:50.011Z] [ message] [vmtoolsd] [802] Plugin 'powerops' initialized.
[2022-03-04T18:24:50.011Z] [ message] [resolutionCommon] [802] resolutionCheckForKMS: dlopen succeeded.
[2022-03-04T18:24:50.012Z] [ message] [resolutionCommon] [802] resolutionCheckForKMS: System support available for resolutionKMS.
[2022-03-04T18:24:50.012Z] [ message] [vmtoolsd] [802] Plugin 'resolutionKMS' initialized.
[2022-03-04T18:24:50.012Z] [ message] [vmtoolsd] [802] Plugin 'timeSync' initialized.
[2022-03-04T18:24:50.012Z] [ message] [vmtoolsd] [802] Plugin 'vmbackup' initialized.
[2022-03-04T18:24:50.072Z] [ message] [vix] [802] VixTools_ProcessVixCommand: command 62
[2022-03-04T18:26:25.573Z] [ warning] [GLib-GObject] [802] g_object_get_is_valid_property: object class 'ToolsCoreService' has no property named 'tps_prop_gueststore'
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'vmbackup'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'timeSync'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'resolutionKMS'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'powerops'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'guestInfo'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'deployPkg'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'appInfo'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'vix'.
[2022-03-04T18:26:25.585Z] [ message] [vmtoolsd] [802] Unloading plugin 'hgfsServer'.

==> vmware-vmsvc-root.log <==
[2022-03-13T23:51:40.667Z] [ message] [vmsvc] [803] Executing script for state change 'OS_PowerOn'.
[2022-03-13T23:51:40.667Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/poweron-vm-default'
[2022-03-13T23:51:40.784Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-13T23:53:08.645Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-13T23:53:08.646Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-13T23:53:08.731Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-20T02:03:39.524Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-20T02:03:39.524Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-20T02:03:39.525Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-20T02:03:39.525Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-20T02:03:39.527Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-20T02:03:39.527Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-20T02:03:39.699Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-20T02:51:49.052Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-20T02:51:49.052Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-20T02:51:49.095Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-21T02:30:35.303Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-21T02:30:35.303Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-21T02:30:35.304Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-21T02:30:35.304Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-21T02:30:35.305Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-21T02:30:35.305Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-21T02:30:35.442Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-21T02:43:31.707Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-21T02:43:31.707Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-21T02:43:31.744Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-21T22:16:11.975Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-21T22:16:11.975Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-21T22:16:11.976Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-21T22:16:11.976Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-21T22:16:11.979Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-21T22:16:11.979Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-21T22:16:12.126Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-21T22:32:42.317Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-21T22:32:42.317Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-21T22:32:42.370Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-23T20:35:19.706Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-23T20:35:19.707Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-23T20:35:19.733Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-23T20:35:19.733Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-23T20:35:19.734Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-23T20:35:19.734Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-23T20:35:19.898Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-23T20:37:33.396Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-23T20:37:33.396Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-23T20:37:33.433Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-24T20:35:34.446Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-24T20:35:34.446Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-24T20:35:34.460Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-24T20:35:34.460Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-24T20:35:34.461Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-24T20:35:34.461Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-24T20:35:34.633Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-24T20:38:12.802Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-24T20:38:12.802Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-24T20:38:12.842Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-25T01:39:49.018Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-25T01:39:49.018Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-25T01:39:49.029Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-25T01:39:49.029Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-25T01:39:49.044Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-25T01:39:49.044Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-25T01:39:49.164Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-25T20:07:25.652Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-25T20:07:25.652Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-25T20:07:25.819Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-25T20:07:25.819Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-25T20:07:25.820Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-25T20:07:25.820Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-25T20:07:27.260Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-25T20:08:41.325Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-25T20:08:41.325Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-25T20:08:41.381Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-27T02:18:43.260Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-27T02:18:43.260Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-27T02:18:43.270Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-27T02:18:43.272Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-27T02:18:43.273Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-27T02:18:43.273Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-27T02:18:43.331Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-27T02:22:04.742Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-27T02:22:04.742Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-27T02:22:04.782Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-28T13:27:55.808Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-28T13:27:55.808Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-28T13:27:55.821Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-03-28T13:27:55.821Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-03-28T13:27:55.822Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-03-28T13:27:55.822Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-03-28T13:27:55.989Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-03-28T13:28:56.319Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Suspend'.
[2022-03-28T13:28:56.319Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/suspend-vm-default'
[2022-03-28T13:28:56.352Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1
[2022-04-13T14:48:07.505Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-04-13T14:48:07.505Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-04-13T14:48:07.506Z] [ message] [vix] [803] VixTools_ProcessVixCommand: command 62
[2022-04-13T14:48:07.506Z] [ message] [vix] [803] ToolsDaemonTcloReceiveVixCommand: command 62, additionalError = 17
[2022-04-13T14:48:07.514Z] [ message] [vmsvc] [803] Executing script for state change 'OS_Resume'.
[2022-04-13T14:48:07.514Z] [ message] [powerops] [803] Executing script: '/etc/vmware-tools/resume-vm-default'
[2022-04-13T14:48:07.675Z] [ message] [vmsvc] [803] Script exit code: 0, success = 1

==> vmware-vmtoolsd-root.log <==
[2020-09-04T20:01:36.971Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-09-04T20:01:36.972Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-09-14T13:02:31.379Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-09-14T13:02:31.380Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-05T20:37:26.997Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-05T20:37:26.997Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-05T20:57:47.950Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-05T20:57:47.950Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-19T16:50:03.122Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-19T16:50:03.122Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-19T17:54:39.297Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-19T17:54:39.297Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-27T20:53:52.120Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-27T20:53:52.121Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-27T20:53:52.631Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-27T20:53:52.633Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-10-27T20:54:53.378Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-10-27T20:54:53.379Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-11-19T17:36:35.384Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-11-19T17:36:35.384Z] [ message] [vmtoolsd] Core dump limit set to -1
[2020-12-07T14:19:54.588Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2020-12-07T14:19:54.589Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-01-04T17:18:21.827Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-01-04T17:18:21.827Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-01-04T18:46:24.225Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-01-04T18:46:24.225Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-02-01T19:14:07.408Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-02-01T19:14:07.408Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-02-23T18:20:35.392Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-02-23T18:20:35.392Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-02-24T16:21:55.108Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-02-24T16:21:55.108Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-03-25T20:27:05.247Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-03-25T20:27:05.248Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-04-23T20:00:50.675Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-04-23T20:00:50.675Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-04-23T20:00:53.048Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-04-23T20:00:53.048Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-04-23T20:02:02.649Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-04-23T20:02:02.650Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-04-23T20:07:08.509Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-04-23T20:07:08.509Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-05-01T20:11:07.502Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-05-01T20:11:07.502Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-06-08T13:16:33.670Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-06-08T13:16:33.670Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-07-07T15:00:25.406Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-07-07T15:00:25.407Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-07-19T13:44:51.932Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-07-19T13:44:51.932Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-07-19T16:53:04.540Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-07-19T16:53:04.540Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-07-26T18:37:50.721Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-07-26T18:37:50.722Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-08-06T18:44:04.998Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-08-06T18:44:04.998Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-08-16T13:37:05.113Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-08-16T13:37:05.113Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-08-16T14:50:53.436Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-08-16T14:50:53.437Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-08-30T12:27:49.771Z] [ message] [vmtoolsd] Log caching is enabled with maxCacheEntries=4096.
[2021-08-30T12:27:49.772Z] [ message] [vmtoolsd] Core dump limit set to -1
[2021-10-01T18:18:55.539Z] [ message] [vmtoolsd] [23687] Log caching is enabled with maxCacheEntries=4096.
[2021-10-01T18:18:55.540Z] [ message] [vmtoolsd] [23687] Core dump limit set to -1
[2021-10-01T18:18:56.002Z] [ message] [vmtoolsd] [23733] Log caching is enabled with maxCacheEntries=4096.
[2021-10-01T18:18:56.002Z] [ message] [vmtoolsd] [23733] Core dump limit set to -1
[2021-10-01T18:29:40.430Z] [ message] [vmtoolsd] [799] Log caching is enabled with maxCacheEntries=4096.
[2021-10-01T18:29:40.431Z] [ message] [vmtoolsd] [799] Core dump limit set to -1
[2021-10-18T13:39:43.823Z] [ message] [vmtoolsd] [773] Log caching is enabled with maxCacheEntries=4096.
[2021-10-18T13:39:43.823Z] [ message] [vmtoolsd] [773] Core dump limit set to -1
[2021-10-18T13:58:50.973Z] [ message] [vmtoolsd] [793] Log caching is enabled with maxCacheEntries=4096.
[2021-10-18T13:58:50.975Z] [ message] [vmtoolsd] [793] Core dump limit set to -1
[2021-11-12T21:39:37.091Z] [ message] [vmtoolsd] [16410] Log caching is enabled with maxCacheEntries=4096.
[2021-11-12T21:39:37.091Z] [ message] [vmtoolsd] [16410] Core dump limit set to -1
[2021-11-12T21:39:37.493Z] [ message] [vmtoolsd] [16455] Log caching is enabled with maxCacheEntries=4096.
[2021-11-12T21:39:37.493Z] [ message] [vmtoolsd] [16455] Core dump limit set to -1
[2021-11-12T21:40:41.680Z] [ message] [vmtoolsd] [777] Log caching is enabled with maxCacheEntries=4096.
[2021-11-12T21:40:41.680Z] [ message] [vmtoolsd] [777] Core dump limit set to -1
[2021-11-12T21:54:23.504Z] [ message] [vmtoolsd] [781] Log caching is enabled with maxCacheEntries=4096.
[2021-11-12T21:54:23.505Z] [ message] [vmtoolsd] [781] Core dump limit set to -1
[2021-11-29T19:29:53.994Z] [ message] [vmtoolsd] [794] Log caching is enabled with maxCacheEntries=4096.
[2021-11-29T19:29:53.994Z] [ message] [vmtoolsd] [794] Core dump limit set to -1
[2021-12-22T15:03:17.889Z] [ message] [vmtoolsd] [737] Log caching is enabled with maxCacheEntries=4096.
[2021-12-22T15:03:17.890Z] [ message] [vmtoolsd] [737] Core dump limit set to -1
[2022-01-04T14:21:29.899Z] [ message] [vmtoolsd] [807] Log caching is enabled with maxCacheEntries=4096.
[2022-01-04T14:21:29.900Z] [ message] [vmtoolsd] [807] Core dump limit set to -1
[2022-01-20T14:22:58.709Z] [ message] [vmtoolsd] [826] Log caching is enabled with maxCacheEntries=4096.
[2022-01-20T14:22:58.710Z] [ message] [vmtoolsd] [826] Core dump limit set to -1
[2022-01-20T15:07:49.628Z] [ message] [vmtoolsd] [814] Log caching is enabled with maxCacheEntries=4096.
[2022-01-20T15:07:49.629Z] [ message] [vmtoolsd] [814] Core dump limit set to -1
[2022-02-03T14:06:13.100Z] [ message] [vmtoolsd] [816] Log caching is enabled with maxCacheEntries=4096.
[2022-02-03T14:06:13.101Z] [ message] [vmtoolsd] [816] Core dump limit set to -1
[2022-03-04T18:24:49.833Z] [ message] [vmtoolsd] [802] Log caching is enabled with maxCacheEntries=4096.
[2022-03-04T18:24:49.833Z] [ message] [vmtoolsd] [802] Core dump limit set to -1
[2022-03-04T18:28:34.516Z] [ message] [vmtoolsd] [809] Log caching is enabled with maxCacheEntries=4096.
[2022-03-04T18:28:34.516Z] [ message] [vmtoolsd] [809] Core dump limit set to -1
[2022-03-04T18:31:58.343Z] [ message] [vmtoolsd] [808] Log caching is enabled with maxCacheEntries=4096.
[2022-03-04T18:31:58.344Z] [ message] [vmtoolsd] [808] Core dump limit set to -1
[2022-03-13T23:51:39.735Z] [ message] [vmtoolsd] [803] Log caching is enabled with maxCacheEntries=4096.
[2022-03-13T23:51:39.735Z] [ message] [vmtoolsd] [803] Core dump limit set to -1
rbeede commented 2 years ago
cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
rbeede commented 2 years ago
# dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                         Architecture Description
+++-=====================-===============================-============-=============================================================
ii  open-vm-tools         2:11.3.0-2ubuntu0~ubuntu20.04.2 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:11.3.0-2ubuntu0~ubuntu20.04.2 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
rprabhud commented 2 years ago

Thank you for the bug. Filed an internal ticket to track this.

rbeede commented 2 years ago

Re-tested and am still seeing this issue. All the latest OS updates for both host and guest.

If I have a filename like test-####.txt it still fails in the same manner.

rbeede commented 2 years ago

Retested with VMware Workstation Pro version 16.2.4 build-20089737. The issue still persists.

dsouders commented 2 years ago

The fix for this issue is not yet ready. I've asked the dev group for an ETA.

rbeede commented 1 year ago

Retested this again, but the same issue still occurs.

VMware® Workstation 16 Pro 16.2.5 build-20904516

Applied the latest OS (guest VM) updates and rebooted as well.

$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.5 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
$ dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                         Architecture Description
+++-=====================-===============================-============-=============================================================
ii  open-vm-tools         2:11.3.0-2ubuntu0~ubuntu20.04.3 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:11.3.0-2ubuntu0~ubuntu20.04.3 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
rbeede commented 1 year ago

Similar issues exists on Xubuntu

xubuntu@xubuntu:~$ cat /etc/os-release 
PRETTY_NAME="Ubuntu 22.10"
NAME="Ubuntu"
VERSION_ID="22.10"
VERSION="22.10 (Kinetic Kudu)"
xubuntu@xubuntu:~$ dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version      Architecture Description
+++-=====================-============-============-=============================================================
ii  open-vm-tools         2:12.1.0-1   amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:12.1.0-1   amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
rbeede commented 1 year ago

I also attempted with the latest master branch of the repo and compiling on Ubuntu 20.04 today. Same error when attempting to copy and paste files with # in them.

sudo apt-get install -y  autoconf make gcc g++ libtool libmspack-dev glib2.0 libpam0g-dev libssl-dev libxml2-dev xmlsec1 libxmlsec1-dev libx11-dev libxext-dev libxinerama-dev libxi-dev libxrender-dev libxrandr-dev libxtst-dev libgdk-pixbuf2.0-dev libgtk-3-dev libgtkmm-3.0-dev libudev-dev libdrm-dev fuse3
autoreconf -i
./configure --enable-resolutionkms --enable-vmwgfxctrl --enable-libappmonitor --enable-servicediscovery
make
sudo make install
sudo ldconfig
rbeede commented 1 year ago

Tested with VMware-workstation-full-17.0.0-20800274 on Ubuntu 20.04 guest with all updates applied. Fresh reboots on host and guest VM.

Same error message as before

test##.docx

image

$ dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                         Architecture Description
+++-=====================-===============================-============-=============================================================
ii  open-vm-tools         2:11.3.0-2ubuntu0~ubuntu20.04.3 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:11.3.0-2ubuntu0~ubuntu20.04.3 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
gauravjvmw commented 1 year ago

We are working on it. Kind of root cause the issue. Just to summarise it's because clipboard copy paste scenario should treat "#" as a special character and it needs to be translated to "%23". So after copying such files from Windows host, If you have check clipboard on Ubuntu it should have something like below and that's not happening right now.

For test#.txt it should be ubuntu20_04lts@ubuntu20ltsvm:~/.local/share/nautilus/scripts$ xsel -b x-special/nautilus-clipboard copy file:///home/ubuntu20_04lts/Desktop/test%23.txt

for file test##.txt

ubuntu20_04lts@ubuntu20ltsvm:~/.local/share/nautilus/scripts$ xsel -b x-special/nautilus-clipboard copy file:///home/ubuntu20_04lts/Desktop/test%23%23.txt

But right now that's not that case which is why this bug exists.

rbeede commented 1 year ago

Any status update on resolving this issue?

dsouders commented 1 year ago

This issue is currently targeted for the next point release of Workstation. I've asked the engineer responsible for fixing it to provide another update.

rbeede commented 1 year ago

Re-tested today:

VMware Workstation Pro 17.0.2 build-21581411 Host: Windows 10 (all patches applied) Guest: Ubuntu Desktop - ubuntu-20.04.6-desktop-amd64 (all patches applied)

dpkg -l open-vm-tools-desktop open-vm-tools

username@ubuntu:~/Desktop$ dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                         Architecture Description
+++-=====================-===============================-============-=============================================================
ii  open-vm-tools         2:11.3.0-2ubuntu0~ubuntu20.04.4 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:11.3.0-2ubuntu0~ubuntu20.04.4 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
  1. Created on host file test##.txt
  2. ctrl+c from host
  3. ctrl+v on guest

Result:

Error while copying. There was an error getting information about "test". Error when getting information for file "/tmp/VMwareDnD/hZAVip/test": No such file or directory

m4heshd commented 1 year ago

Will this ever get fixed? Issue was opened a year ago.

image

rbeede commented 1 year ago

Re-tested with: VMWare Workstation Pro 16.2.5 build-20904516 Host Hypervisor: Windows 10 x64 with latest patches. No hyper-v enabled. Guest: Ubuntu Desktop - Ubuntu 22.04.2 LTS on amd64 with all patches applied

dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                    Architecture Description
+++-=====================-==========================-============-=============================================================
ii  open-vm-tools         2:12.1.5-3~ubuntu0.22.04.1 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:12.1.5-3~ubuntu0.22.04.1 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
  1. Created on host file test##.txt
  2. ctrl+c from host
  3. ctrl+v on guest

Result:

Error while copying. There was an error getting information about "test". Error when getting information for file "/tmp/VMwareDnD/1UNEhi/test": No such file or directory

LV-6502 commented 1 year ago

I found if I click "Skip All" it works..

OS: Ubuntu 22.04.2 LTS Workstation 17 Player: 17.0.2 build-21581411

lousybrit commented 1 year ago

I have given this a fresh test with Ubuntu 20.04 and find the following. Drag and drop files with # in the name succeed. Both directions from host to guest and guest to host. File copy and paste work with a # in the name, and the file is >= 4MB selecting skips all errors. File copy and paste fails if the file contains a # and is < 4MB. This is due to an optimization for smaller files that is not correct.

I will update our file copy and paste developers and hopefully resolve this case. Addendum: if the file with a # in the name is contained within a folder, copy and paste of the folder instead will successfully paste the folder and the file with the # character.

rbeede commented 1 year ago

Retested but the same issue persists.

$ cat /etc/os-release 
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

$ uname -a
Linux pentest-vm 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep  7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
dpkg -l open-vm-tools-desktop open-vm-tools

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                    Architecture Description
+++-=====================-==========================-============-=============================================================
ii  open-vm-tools         2:12.1.5-3~ubuntu0.22.04.3 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:12.1.5-3~ubuntu0.22.04.3 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
VMware® Workstation Technology Preview 23H1 Pro

e.x.p build-22060606
rbeede commented 1 year ago

Just tried 17.5.0 but no change.

Abeman34 commented 1 year ago

Just tried 17.5.0 but no change.

I know they had one job how can they mess up something that simple but seriously has anyone fixed it

Abeman34 commented 1 year ago

This issue is currently targeted for the next point release of Workstation. I've asked the engineer responsible for fixing it to provide another update.

huh the new one 17.5.0 this aint fixed yet hUh

Abeman34 commented 1 year ago

We are working on it. Kind of root cause the issue. Just to summarise it's because clipboard copy paste scenario should treat "#" as a special character and it needs to be translated to "%23". So after copying such files from Windows host, If you have check clipboard on Ubuntu it should have something like below and that's not happening right now.

For test#.txt it should be ubuntu20_04lts@ubuntu20ltsvm:~/.local/share/nautilus/scripts$ xsel -b x-special/nautilus-clipboard copy file:///home/ubuntu20_04lts/Desktop/test%23.txt

for file test##.txt

ubuntu20_04lts@ubuntu20ltsvm:~/.local/share/nautilus/scripts$ xsel -b x-special/nautilus-clipboard copy file:///home/ubuntu20_04lts/Desktop/test%23%23.txt

But right now that's not that case which is why this bug exists.

its not rocket science i heard people been having this issue for 2 years what on earth are yall doing huh this aint no rocket science its just a simple copy and paste thing

Abeman34 commented 1 year ago

I have given this a fresh test with Ubuntu 20.04 and find the following. Drag and drop files with # in the name succeed. Both directions from host to guest and guest to host. File copy and paste work with a # in the name, and the file is >= 4MB selecting skips all errors. File copy and paste fails if the file contains a # and is < 4MB. This is due to an optimization for smaller files that is not correct.

I will update our file copy and paste developers and hopefully resolve this case. Addendum: if the file with a # in the name is contained within a folder, copy and paste of the folder instead will successfully paste the folder and the file with the # character.

what happened its October now

rbeede commented 8 months ago

Retested with VM Workstation Pro 17.5.1 build-23298084 on Windows 10 Pro. Latest Ubuntu 64-bit 22.04 with all updates applied.

  1. Create file on host with name test##.docx
  2. ctrl+c that file from host
  3. ctrl+v on the guest into an open directory in Files

Result: Same error.

root@username-virtual-machine:~# cat /etc/os-release 
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
root@username-virtual-machine:~# dpkg -l open-vm-tools-desktop open-vm-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version                    Architecture Description
+++-=====================-==========================-============-=============================================================
ii  open-vm-tools         2:12.3.5-3~ubuntu0.22.04.1 amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  open-vm-tools-desktop 2:12.3.5-3~ubuntu0.22.04.1 amd64        Open VMware Tools for virtual machines hosted on VMware (GUI)
root@username-virtual-machine:~# uname -a
Linux username-virtual-machine 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
M43R commented 7 months ago

Copy & past still not working... Windows 11, Workstation 17 Pro 17.5.1 build-23298084

guest os:

[user@eos-2401 ~]$ pacman -Qi open-vm-tools | bat
   1 Name            : open-vm-tools
   2 Version         : 6:12.3.5-1
   3 Description     : The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware T
     ools
   4 Architecture    : x86_64
   5 URL             : https://github.com/vmware/open-vm-tools
   6 Licenses        : LGPL
   7 Groups          : None
   8 Provides        : None
   9 Depends On      : fuse3  icu  iproute2  libdnet  libmspack  libsigc++  libxcrypt  libcrypt.so=2-64  libxss  lsb
     -release  procps-ng  uriparser  gdk-pixbuf-xlib  which
  10 Optional Deps   : gtkmm3: DnD/CP plugin [installed]
  11                   libxtst: DnD/CP, resolution set plugins [installed]
  12                   netctl: suspend-resume network state [installed]
  13                   networkmanager: suspend-resume network state [installed]
  14 Required By     : None
  15 Optional For    : None
  16 Conflicts With  : None
  17 Replaces        : None
  18 Installed Size  : 4.23 MiB
  19 Packager        : Christian Hesse <eworm@archlinux.org>
  20 Build Date      : Fri Oct 27 16:53:44 2023
  21 Install Date    : Thu Mar 14 03:07:53 2024
  22 Install Reason  : Explicitly installed
  23 Install Script  : No
  24 Validated By    : Signature
[user@eos-2401 ~]$ uname -a
Linux eos-2401 6.8.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 16 Mar 2024 17:15:35 +0000 x86_64 GNU/Linux
[user@eos-2401 ~]$ lsb_release -a | bat
   1 LSB Version:    n/a
   2 Distributor ID: EndeavourOS
   3 Description:    EndeavourOS Linux
   4 Release:    rolling
   5 Codename:   rolling
marnond commented 5 months ago

I found a [method]..., you can find the file in the [.cache] folder... step1. drop the file from windows to ubuntu. step2. open system software [Disk Usage Analyzer], and enter the [/home//.cache/vmware/drag_and_drop/] folder, you can find all the files you drop in. right, I installed ubuntu 22.04 in the vmware. I hope my answer can be helpful to you.

rbeede commented 5 months ago

Retest with Workstation 17 Pro 17.5.2 Latest Ubuntu 22.04 updates.

Same bug persists.

Workaround has been to use Hyper-V instead.

syd168 commented 4 months ago

In fact,the most recently copied or dragged files can be found in the latest directory created in ~/.cache/vmware/drag_and_drop . Maybe developers fix the drag of "drop or copy" by monitoring this latest file? It just requires moving the files from ~/.cache/vmware/drag_and_drop/xxxx/ to the target location?

I have also found that if the copied file is relatively small, it can be copied normally. For example, files smaller than 4MB can be copied successfully, but larger files cannot be copied.

============================================= log of /var/log/message

Jul 2 09:46:05 myUbuntu nautilus[4624]: g_object_ref: assertion 'G_IS_OBJECT (object)' failed Jul 2 09:46:07 myUbuntu nautilus[4624]: g_file_get_path: assertion 'G_IS_FILE (file)' failed Jul 2 09:46:07 myUbuntu nautilus[4624]: message repeated 2 times: [ g_file_get_path: assertion 'G_IS_FILE (file)' failed]