Displaying 20 results from an estimated 73 matches for "scm_rights".
2002 May 29
2
OpenSSH 3.2.3p1 won't compile under IRIX 6.5.14
...xec/sftp-server\"
-D_PATH_SSH_PIDDIR=\"/etc/openssh\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DSSH_RAND_HELPER=\"/usr/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c
monitor_fdpass.c
cc-1020 cc: ERROR File = monitor_fdpass.c, Line = 58
The identifier "SCM_RIGHTS" is undefined.
cmsg->cmsg_type = SCM_RIGHTS;
^
cc-1020 cc: ERROR File = monitor_fdpass.c, Line = 117
The identifier "SCM_RIGHTS" is undefined.
if (cmsg->cmsg_type != SCM_RIGHTS)
^
2 errors detected in...
2002 Jun 20
0
[Bug 280] New: make failed on IRIX - SCM_RIGHTS unknown
http://bugzilla.mindrot.org/show_bug.cgi?id=280
Summary: make failed on IRIX - SCM_RIGHTS unknown
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
Reported...
2002 Jun 14
0
[Bug 276] New: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276
Summary: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS
undefined
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot...
2002 May 28
1
Build problem on IRIX 6.5.16m
...;/usr/lib/sftp-server\"
-D_PATH_SSH_PIDDIR=\"/etc/ssh\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DSSH_RAND_HELPER=\"/usr/lib/ssh-rand-helper\" -DHAVE_CONFIG_H -c
monitor_fdpass.c
cc-1020 cc: ERROR File = monitor_fdpass.c, Line = 58
The identifier "SCM_RIGHTS" is undefined.
cmsg->cmsg_type = SCM_RIGHTS;
^
cc-1020 cc: ERROR File = monitor_fdpass.c, Line = 117
The identifier "SCM_RIGHTS" is undefined.
if (cmsg->cmsg_type != SCM_RIGHTS)
^
2 errors detec...
2002 Jun 27
0
[Bug 311] New: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311
Summary: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS
undeclared
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindr...
2010 Jun 15
1
SCM_RIGHTS file error when attaching device?
...8.4 when i try to attach my network card that's been perfectly fine in the past i now get...
virsh # attach-device gnome /etc/libvirt/qemu/nic.xml
error: Failed to attach device from /etc/libvirt/qemu/nic.xml
error: internal error unable to send TAP file handle: No file descriptor supplied via SCM_RIGHTS
Any thoughts?
2004 Apr 24
1
SCM_RIGHTS problem with openssh-3.8p1 build on Cobalt Raq2
I saw some archived messages which I found via Google in relation to some
patches which can be applied to Glibc to fix the SCM_RIGHTS problem when
attempting to build openssh on a Cobalt Raq2.
Is there a way to retrieve the patches which need to be applied? The list
archive search website displays the actual messages which discussed the
topic, but I wasn't able to view any of the attachments which are supposed
to have contai...
2023 Jan 10
0
Living without fdpass / SCM_RIGHTS
...Dovecot inside Gramine [1]. Gramine is a tool to let
normal Linux binaries run with the help of the Intel Software Guard
Extensions (SGX) technology [2] in a secure enclave to which the
operating system doesn't have an access to.
Most parts of Dovecot now run fine, however, Dovecot uses the SCM_RIGHTS
flag for the sendmsg system call to exchange file descriptors over Unix
sockets [3]. Normally, this feature is available in every Unix, but in
Gramine, this is currently not supported [4]. So, according to the logs,
the authentication works, but after that, the imap-login process cannot
exchan...
2013 Oct 21
0
help with VM migration problem: getfd, SCM_RIGHTS
Hi,
I am getting the following error when I try to migrate two VM's on my network using virt-manager:
Unable to migrate guest: internal error unable to execute QEMU command 'getfd': No file descriptor supplied via SCM_RIGHTS
All of the other VM's work just fine. There are 18 and I tested all of them.
Version info
OS: CentOS 6.4 (2.6.32-358.23.2) [the hypervisors and the guests]
Compiled against library: libvirt 0.10.2
Using library: libvirt 0.10.2
Using API: QEMU 0.10.2
Running hypervisor: QEMU 0....
2002 Jun 27
8
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311
------- Additional Comments From jmknoble at pobox.com 2002-06-28 09:00 -------
What version of glibc?
What's the output of the following?
find /usr/include -name \*.h -follow -exec grep -l SCM_RIGHTS \{\} \;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jun 15
4
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276
------- Additional Comments From stevesk at pobox.com 2002-06-15 14:26 -------
this is what i asked in a message a while back; can an IRIX
expert help here?
"should we be using a UNIX95 (or whatever) namespace for IRIX?
what happens with D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
------- You are receiving this
2002 Jun 25
0
[Bug 280] make failed on IRIX - SCM_RIGHTS unknown
http://bugzilla.mindrot.org/show_bug.cgi?id=280
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mouring at eviladmin.org
2003 Jan 07
0
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2003-01-07 18:20
2002 May 20
6
3.2.2p1 build problem on Irix6.5
On Irix 6.5.15m with version 7.3 of the development tools,
monitor_fdpass.c won't compile after a normal configure because
SCM_RIGHTS isn't defined. In sys/socket.h it's protected by
#ifdef _XOPEN_SOURCE but if I define _XOPEN_SOURCE, I get a storm of
IPV6-related errors. Defining SCM_RIGHTS explicitly does allow it to
build. I can't immediately figure out how to fix this properly.
2018 Feb 06
0
[PATCH v3 1/2] drm/virtio: Add window server support
...aps it with DRM_IOCTL_VIRTGPU_MAP+mmap and can render to it
7. Gets a FD with DRM_IOCTL_PRIME_HANDLE_TO_FD that can be sent around
Send of shareable buffer by guest
---------------------------------------------
1. Client sends the host a message that refers to this buffer, passing
the FD using SCM_RIGHTS
2. Guest proxy passes the message (serialized data + FDs) on to the
virtio driver responsable for winsrv support
3. virtio driver puts the data and the resource ids corresponding to the
FDs in a virtqueue, kicks it
4. QEMU pops data+buffers from the virtqueue, looks up shmem FD for each
resou...
2018 Feb 05
3
[PATCH v3 1/2] drm/virtio: Add window server support
...sharing (and some day 3d rendering
> > > > too) should work fine I think.
> > >
> > > If I understand correctly your proposal, virtio-gpu would be used for
> > > creating buffers that could be shared across domains, but something
> > > equivalent to SCM_RIGHTS would still be needed in virtio-vsock?
> >
> > Yes, the proxy would send a reference to the buffer over virtio-vsock.
> > I was more thinking about a struct specifying something like
> > "ressource-id 42 on virtio-gpu-pci device in slot 1:23.0" instead of
> >...
2018 Feb 05
3
[PATCH v3 1/2] drm/virtio: Add window server support
...sharing (and some day 3d rendering
> > > > too) should work fine I think.
> > >
> > > If I understand correctly your proposal, virtio-gpu would be used for
> > > creating buffers that could be shared across domains, but something
> > > equivalent to SCM_RIGHTS would still be needed in virtio-vsock?
> >
> > Yes, the proxy would send a reference to the buffer over virtio-vsock.
> > I was more thinking about a struct specifying something like
> > "ressource-id 42 on virtio-gpu-pci device in slot 1:23.0" instead of
> >...
2018 Feb 05
2
[PATCH v3 1/2] drm/virtio: Add window server support
...rotocol
> > stream and virtio-gpu for buffer sharing (and some day 3d rendering
> > too) should work fine I think.
>
> If I understand correctly your proposal, virtio-gpu would be used for
> creating buffers that could be shared across domains, but something
> equivalent to SCM_RIGHTS would still be needed in virtio-vsock?
Yes, the proxy would send a reference to the buffer over virtio-vsock.
I was more thinking about a struct specifying something like
"ressource-id 42 on virtio-gpu-pci device in slot 1:23.0" instead of
using SCM_RIGHTS.
> If the mechanics of pass...
2018 Feb 05
2
[PATCH v3 1/2] drm/virtio: Add window server support
...rotocol
> > stream and virtio-gpu for buffer sharing (and some day 3d rendering
> > too) should work fine I think.
>
> If I understand correctly your proposal, virtio-gpu would be used for
> creating buffers that could be shared across domains, but something
> equivalent to SCM_RIGHTS would still be needed in virtio-vsock?
Yes, the proxy would send a reference to the buffer over virtio-vsock.
I was more thinking about a struct specifying something like
"ressource-id 42 on virtio-gpu-pci device in slot 1:23.0" instead of
using SCM_RIGHTS.
> If the mechanics of pass...
2003 Sep 18
1
Problem building OpenSSH on Cobalt Raq2i running standard Linux
...local/libexec/ssh-keysign\"
-D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H
-c monitor_fdpass.c
monitor_fdpass.c: In function `mm_send_fd':
monitor_fdpass.c:57: `SCM_RIGHTS' undeclared (first use this function)
monitor_fdpass.c:57: (Each undeclared identifier is reported only once
monitor_fdpass.c:57: for each function it appears in.) make: ***
[monitor_fdpass.o] Error 1
I'm trying to build v3.7.1p1 at the moment, and I have also tried v3.4p1
as well as sever...