Displaying 1 result from an estimated 1 matches for "20170103_003152_0b07a".
2017 Jan 03
14
[Bug 2660] New: Create mux socket for regress in temp directory
...e mux socket for regress in temp directory
In some setups, creating the socket under OBJ may result in a path that
is too long for a Unix domain socket. The failure in
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-zesty/zesty/s390x/o/openssh/20170103_003152_0b07a@/log.gz
was due to this.
While of course it's possible to say that everyone must ensure that OBJ
is short enough to avoid exceeding this limit, the limit is quite low
at least on Linux (108 characters), and it would seem friendlier to
create a temporary directory instead so that it's more...