Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 26 Jun 2012 19:01:46 +0800
From: orc <orc@...server.ru>
To: musl@...ts.openwall.com
Subject: openssh and sendmsg() problem

Has anyone got openssh to work with privilege separation?
I tried today, openssh refused with strange reason:

error: mm_send_fd: sendmsg(4): Invalid argument

strace shows that sendmsg system call returns EINVAL:

sendmsg(5, {msg_name(0)=NULL, msg_iov(1)=[{"\0", 1}], msg_controllen=24, {cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_
type=SCM_RIGHTS, {4, 385875968}}, msg_flags=0}, 0) = -1 EINVAL (Invalid argument)

If needed, I can send full strace log.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.