OOps, I have been confused with ktrace logs and /tmp actually opens fine, but /tmp/dbus-axFenFQd4d does not (and returns this error).
So there is no issue, sorry. Dmitry On Sun, 20 Nov 2011 09:42:19 -0500, Julio Merino wrote:
On 11/20/11 9:37 AM, Dmitry Matveev wrote:Hello, When I am calling open("/tmp", O_RDONLY);I am getting error EOPNOTSUPP ("Operation not supported"). Opening any file or directory with the same flags inside /tmp works fine. Openingany directory from / also works fine. I have tried to ktruss some utils to find how they open /tmp, but it haven't helped. Which flag should I pass to open(2) to make it work with /tmp?Is /tmp a mount point? tmpfs?