Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


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

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
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 Wed, 21 May 2025 07:57:15 +0100
Lines 13
Message-ID <m95bqbFjofkU2@mid.individual.net> (permalink)
References <vve26p$6pf$1@nnrp.usenet.blueworldhosting.com> <m85nqbFg731U2@mid.individual.net> <vvkkel$i6v$1@nnrp.usenet.blueworldhosting.com> <m8p9faFl317U2@mid.individual.net> <10085cf$g9p$1@nnrp.usenet.blueworldhosting.com> <m8qq4qFsg3dU1@mid.individual.net> <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>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace individual.net Beh+Cz1GrmkZFyAB7Ba89wGVytSuCRiHkIb/NyPQodMkon+V2D
Cancel-Lock sha1:0fFLl7+oMa5wyC2HAEz4go2W2Lg= sha256:8gFGSpDJ1QUxpL2tRR49Eh1S7ql/9MeOOVxNapFr668=
User-Agent Mozilla Thunderbird
Content-Language en-GB
In-Reply-To <100jkbf$hu0$1@nnrp.usenet.blueworldhosting.com>
Xref csiph.com alt.comp.os.windows-11:19527 alt.comp.os.windows-10:184519 comp.mobile.android:148544

Cross-posted to 3 groups.

Show key headers only | 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