Hi All,

I have socket bind failing, below are details.

In one of my embedded box which is running with 4.19.183 linux kernal.

Opening a PF_UNIX , SOCK_DGRAM socket and giving addr.sun_family as AF_UNIX.

Giving the proper addr_path , where the running process has the permission to open the socket file .

When I run this program it fails as "No Such File are Directory".

Any pointers in narrowing this case.

Thanks