Ah, this is a red herring. roslaunch
uses uuid.uuid1()
to generate run IDs, which apparently (as judged by my own tests using uuid.uuid1()
) attempts to use uuidd, realizes it can’t, and generates its own. I think you can safely ignore the /run/uuidd/request
denial.
1 Like