I don't understand as, sudo lsof -l|grep EST,
works here.
What do you mean that it works?
I don't understand as, sudo lsof -l|grep EST,
works here.
But it doesn't show all the active connections. Again, for Safari, it only shows an open file named "RESTRICTED_OPENER_DOMAINS.wplist" somewhere in /private/varI don't understand as, sudo lsof -l|grep EST,
works here.
sudo tcpdump -i en7 udp
It shows the ESTABLISHED connections.
Another more sophisticate network "sniffer" I recommend is Wireshark
But I have no idea what is actually causing it or how to fix it.
% su - $ADMINNAME
Password: --> Authenticate
% sudo lsof -l|grep EST
Password: --> Authenticate
Hmmm now there's an idea. Maybe that explains it. Still very strange though. The same processes are running and appearing under network activty. But besides what you are suggesting, I cannot think of a single reason why they'd all suddenly no longer make remote connections.But without further investigation, my only reason I think something is hidden is that you see a difference from the previous OS. I trust your memory.
One thing I do notice is that a a number of the Apple processes, which communicate to their servers via https, are using the UDP-based QUIC protocol. Maybe that's new and the reason you no longer see established connections to Apple servers that you used to see. But, that's just a guess.
Hmmm now there's an idea. Maybe that explains it. Still very strange though. The same processes are running and appearing under network activty. But besides what you are suggesting, I cannot think of a single reason why they'd all suddenly no longer make remote connections.
I am a bit confused. I don't have a separate admin account, the environment variable ADMINNAME is not set and, even if it was possible, I can't see why we would need to login as admin and still have to run the command with sudo.
I am a bit confused. I don't have a separate admin account, the environment variable ADMINNAME is not set and, even if it was possible, I can't see why we would need to login as admin and still have to run the command with sudo.
Tried it. But I see no difference.lsof version in 15.4.1 is 4.91. To build and run lsof 4.99.4 from source:
Code:git clone https://github.com/lsof-org/lsof.git cd lsof ./Configure darwin make ./lsof -h
Apologies, I seen you were replying to someone else and thought the comment was related to their query. Well this is all very strange. Surely it must be a bug, as there's no reason why they'd just decide to hide that traffic from a termina tool.You did read my post that I've confirmed processes are hidden in lsof output? It was at the end of my post #29.
As @svenmany suggested, you can now report a bugTried it. But I see no difference.
It seems that Sonoma was shipping the same version of lsof (4.91) as Sequoia, so something must have changed in Darwin.
I'm not familiar with the lsof command, I use Netiquette to monitor connections. https://objective-see.org/products/netiquette.html