Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angry again because cannot copy and paste !!! #657

Closed
1trapbox opened this issue Apr 2, 2023 · 3 comments
Closed

angry again because cannot copy and paste !!! #657

1trapbox opened this issue Apr 2, 2023 · 3 comments

Comments

@1trapbox
Copy link

1trapbox commented Apr 2, 2023

Is your feature request related to a problem? Please describe.

Previous solution.

#568

vim /etc/xdg/startkderc
[General]
systemdBoot=false

System information.

❯ neofetch
..............                                     trapshell@kali
            ..,;:ccc,.                             --------------
          ......''';lxO.                           OS: Kali GNU/Linux Rolling x86_64
.....''''..........,:ld;                           Host: VMware Virtual Platform None
           .';;;:::;,,.x,                          Kernel: 6.1.0-kali5-amd64
      ..'''.            0Xxoc:,.  ...              Uptime: 2 days, 22 hours, 23 mins
  ....                ,ONkc;,;cokOdc',.            Packages: 3123 (dpkg), 48 (brew)
 .                   OMo           ':ddo.          Shell: zsh 5.9
                    dMc               :OO;         Resolution: 3218x1670
                    0M.                 .:o.       DE: Plasma 5.27.2
                    ;Wd                            WM: KWin
                     ;XO,                          Theme: [Plasma], Breeze [GTK2/3]
                       ,d0Odlc;,..                 Icons: [Plasma], Flat-Remix-Blue-Dark [GTK2/3]
                           ..',;:cdOOd::,.         Terminal: konsole
                                    .:d;.':;.      Terminal Font: Fira Code 13
                                       'd,  .'     CPU: AMD Ryzen 9 5900X (6) @ 3.693GHz
                                         ;l   ..   GPU: 00:0f.0 VMware SVGA II Adapter
                                          .o       Memory: 6920MiB / 15963MiB
                                            c
                                            .'
                                             .

systemctl status vmtoolsd.service info

 systemctl status vmtoolsd.service
● open-vm-tools.service - Service for virtual machines hosted on VMware
     Loaded: loaded (/lib/systemd/system/open-vm-tools.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/open-vm-tools.service.d
             └─desktop.conf
     Active: active (running) since Sun 2023-04-02 08:43:42 CST; 15min ago
       Docs: http://open-vm-tools.sourceforge.net/about.php
   Main PID: 127180 (vmtoolsd)
      Tasks: 3 (limit: 19061)
     Memory: 3.7M
        CPU: 705ms
     CGroup: /system.slice/open-vm-tools.service
             └─127180 /usr/bin/vmtoolsd

4/02 08:43:42 kali systemd[1]: Started open-vm-tools.service - Service for virtual machines hosted on VMware.

systemctl status open-vm-tools info

● open-vm-tools.service - Service for virtual machines hosted on VMware
     Loaded: loaded (/lib/systemd/system/open-vm-tools.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/open-vm-tools.service.d
             └─desktop.conf
     Active: active (running) since Sun 2023-04-02 08:43:42 CST; 15min ago
       Docs: http://open-vm-tools.sourceforge.net/about.php
   Main PID: 127180 (vmtoolsd)
      Tasks: 3 (limit: 19061)
     Memory: 3.7M
        CPU: 728ms
     CGroup: /system.slice/open-vm-tools.service
             └─127180 /usr/bin/vmtoolsd

4月 02 08:43:42 kali systemd[1]: Started open-vm-tools.service - Service for virtual machines hosted on VMware.

ps aux | grep vmtoolsd info

❯ ps aux | grep vmtoolsd
trapshe+    1538  0.1  0.5 516216 97468 ?        Sl   3月30   8:17 /usr/bin/vmtoolsd -n vmusr --blockFd 3
root      127180  0.0  0.0 167872 10980 ?        Ssl  08:43   0:00 /usr/bin/vmtoolsd
trapshe+  130498  0.0  0.0   6564  2152 pts/3    S+   09:03   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox vmtoolsd

facing the copy and paste issue again now.

before issue was caused by the failure of the open-vm-tools service to start automatically, but it has been resolved now.
However, this annoying issue has occurred again.
No problem was found during the service check.
I have always been curious why the official personnel do not attach importance to this damn issue. There are too many such issues, of course, most of them are from last year or earlier. I believe that many people have already solved the problem (including me).
The same issue has occurred multiple times, which is disappointing and frustrating.

When did this issue occur?

It occurred after I updated the system within the last 5 minutes.
sudo apt update && sudo apt upgrade -y

Is this issue happening only on Kali Linux or have you encountered it on other systems as well?
kali.. ubuntu.. debian..
I have encountered this issue on all three operating systems.

Describe the solution you'd like

just want everything to function properly!! I no longer dare to expect too much!!

Describe alternatives you've considered

No response

Additional context

No response

@vmwkruti1111
Copy link

@1trapcode
Tried reproducing the issue on all the 3 OSes you mentioned, but the issue could only be reproduced on Kali Linux VM (6.1.0-kali5-amd64).

On Ubuntu (22.04) and debian (11) I did not see the issue after upgrade.

Can you please mention the Ubuntu and Debian Oses version?

I tried to update and upgrade seperately, upgrade is what which stopped copy and paste. After restarting the VM I don't see the issue.

For now as a workaround I will suggest you to please restart the VM after upgrade for copy and paste to work.

@vmwkruti1111
Copy link

Also do provide where your VM is running workstation/workstation player/fusion/fusion player and its version.

@1trapbox
Copy link
Author

1trapbox commented Apr 5, 2023

@vmwkruti1111
Thank you for reply.
This problem is directly related to the desktop system..
This error is very strange, I tried yesterday and still have the same problem (make sure all services start successfully)
But just tried again without any issues
The desktop environment I use KDE

vim /etc/xdg/startkderc
[General]
systemdBoot=false

But this code solves the problem that KDE cannot start open-vm related services.
I'm confused now, I feel like this problem is random neurogenesis

@1trapbox 1trapbox closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants