Groups | Search | Server Info | Login | Register


Groups > comp.mobile.android > #148544

Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry

From Andy Burns <usenet@andyburns.uk>
Newsgroups alt.comp.os.windows-11, alt.comp.os.windows-10, comp.mobile.android
Subject Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry
Date 2025-05-21 07:57 +0100
Message-ID <m95bqbFjofkU2@mid.individual.net> (permalink)
References (6 earlier) <100b9e7$2upp$1@nnrp.usenet.blueworldhosting.com> <m8u3aiFf0v5U1@mid.individual.net> <100in27$19j9$1@nnrp.usenet.blueworldhosting.com> <100jjtu$6ur$1@nnrp.usenet.blueworldhosting.com> <100jkbf$hu0$1@nnrp.usenet.blueworldhosting.com>

Cross-posted to 3 groups.

Show all headers | View raw


Marion wrote:

> What I had been using before all those commands was this command to figure
> out what was using the ports - but nothing was ever using the ports!
>   C:\> netstat -aon | findstr :55555
> 
>  From that resulting PID you can find the name of the offending program.
>   C:\> tasklist | findstr 1234
netstat can sometimes linewrap (e.g. with the -b flag, perhaps also when 
with long FQDNs) so findstr can 'miss' what owned the port.

there's a better method than piping to findstr for tasklist
tasklist /fi "pid eq 1234"

Back to comp.mobile.android | Previous | NextPrevious in thread | Find similar


Thread

Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-06 22:24 +0000
  Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-09 09:05 +0200
    Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-09 10:12 +0000
      Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-16 19:03 +0200
        Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-16 19:58 +0000
          Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-17 08:54 +0200
            Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-18 00:25 +0000
              Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-18 14:49 +0200
                Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-20 20:01 +0000
                Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-21 04:13 +0000
                Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-21 04:21 +0000
                Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Andy Burns <usenet@andyburns.uk> - 2025-05-21 07:57 +0100

csiph-web