Comment 2 for bug 2067474

Revision history for this message
Anton Troyanov (troyanov) wrote :

Hi Jeff,

Can you please provide the output of:
```
ls -al /run/snap.maas
```

Agent is using the following method to start the listener (socket is created by net.Listen)
```
s.listener, err = net.Listen("unix", s.socketPath)
if err != nil {
    return err
}
```