Ayappan Perumal

Results 18 comments of Ayappan Perumal

Didn't get time to look into this. Will check it soon.

I see there is a `_read_output` function in `_osx_support` that can be used here when subprocess is not available. I did some testing and it seems to be working.

Looks like the failing checks are not related to this PR.

@encukou Thanks for notifying this. Agree with @mhsmith , that the proper fix would be to do this under a platform check. Let me work on a PR to fix...

Enabled the verbosity to level 9 , and I see the below ( I xxxx'ed the hostname and Ip address in the below log) . 2025-02-13 04:19:38 us=875832 XXXXX/XXXXX:63778 GET...

@cron2 Thanks for the detailed explanation. I was not getting any logs in the server when pinging from the client side ( when there was connection issue ), hence increased...

Thanks again @cron2 . In AIX, chdev command can be used to set/change the hardware address. Something like "`chdev -l entx -a alt_addr `". https://www.ibm.com/docs/en/aix/7.2?topic=cards-adapter-management-configuration

alt_addr is part of the underlying adapter interface , in this case tapent1. `lsdev` should list all the devices and `lsattr -El ` will list the attributes of the device.

Sure. Let me check and come back with a working example.