On Wed, Aug 07, 2024 at 01:09:01PM +0200, Vít Ondruch wrote: > With new RPM, I hit the limit in two packages: > > https://koschei.fedoraproject.org/package/rubygem-abrt > > https://koschei.fedoraproject.org/package/rubygem-pg Is it RPM, or is it "rspec"? Seems to be some sort of Ruby tool. > I have read: > > https://unix.stackexchange.com/questions/367008/why-is-socket-path-length-limited-to-a-hundred-chars > > https://stackoverflow.com/questions/34829600/why-is-the-maximal-path-length-allowed-for-unix-sockets-on-linux-108 > > > But I still wonder why we should live with such limitation in 21st century. It's baked into an ancient C struct so good luck there. The general rule of thumb (to work around this) is you should always put Unix domain sockets in a directory under /tmp, with a secure, randomly generated name for the directory and if possible the socket, and directory mode 0700. If rspec isn't doing that, it's a bug in rspec. Rich. > > Vít > > -- > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx > Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue