Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

A triangle which has an angle of 135 degrees is called an obscene triangle.


devel / comp.unix.bsd.freebsd.misc / Re: opendkim on arm/pi4 issue

SubjectAuthor
* opendkim on arm/pi4 issueMike Scott
`- Re: opendkim on arm/pi4 issueMike Scott

1
opendkim on arm/pi4 issue

<svtc22$bid$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=168&group=comp.unix.bsd.freebsd.misc#168

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: usenet.16@scottsonline.org.uk.invalid (Mike Scott)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: opendkim on arm/pi4 issue
Date: Fri, 4 Mar 2022 15:42:57 +0000
Organization: Scott family
Lines: 38
Message-ID: <svtc22$bid$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 4 Mar 2022 15:42:58 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ba32ff0c3e6ae07cf9a5b338642dd394";
logging-data="11853"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/uAUTeQ8rD6fVYscUckQdxxtZ8JB6gSTM="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.5.0
Cancel-Lock: sha1:1Plkc/mzjUuXmFczgA/qChXKR2Y=
Content-Language: en-GB
 by: Mike Scott - Fri, 4 Mar 2022 15:42 UTC

Had anyone had opendkim working on a pi4/arm with fbsd 13.0?

It just keeps exiting when I try it - truss suggests it's dropping
leading characters from the local socket path (whether from command line
or config file). At any rate, anything of the form local:/var/run/xxx
gets treated as connect(... 'var/run/xxx'... ), although a subsequent
bind() call uses the correct path.

eg
socket(PF_LOCAL,SOCK_STREAM,0) = 3 (0x3)
connect(3,{ AF_UNIX "var/run/qqq" },106) ERR#2 'No such file or
directory'
close(3) = 0 (0x0)
socket(PF_LOCAL,SOCK_STREAM,0) = 3 (0x3)
fcntl(3,F_GETFD,) = 0 (0x0)
fcntl(3,F_SETFD,FD_CLOEXEC) = 0 (0x0)
bind(3,{ AF_UNIX "/var/run/qqq" },106) ERR#13 'Permission denied'

Although, if I double the leading /, the errors persist; this with "-p
//var/run/qqq" :
socket(PF_LOCAL,SOCK_STREAM,0) = 3 (0x3)
connect(3,{ AF_UNIX "/var/run/qqq" },106) ERR#2 'No such file or
directory'
close(3) = 0 (0x0)
socket(PF_LOCAL,SOCK_STREAM,0) = 3 (0x3)
fcntl(3,F_GETFD,) = 0 (0x0)
fcntl(3,F_SETFD,FD_CLOEXEC) = 0 (0x0)
bind(3,{ AF_UNIX "//var/run/qqq" },106) ERR#13 'Permission denied'

The source is decidedly opaque :-{

TIA for any help

--
Mike Scott
Harlow, England

Re: opendkim on arm/pi4 issue

<svtcli$epv$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=169&group=comp.unix.bsd.freebsd.misc#169

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: usenet.16@scottsonline.org.uk.invalid (Mike Scott)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: opendkim on arm/pi4 issue
Date: Fri, 4 Mar 2022 15:53:21 +0000
Organization: Scott family
Lines: 17
Message-ID: <svtcli$epv$1@dont-email.me>
References: <svtc22$bid$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 4 Mar 2022 15:53:22 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ba32ff0c3e6ae07cf9a5b338642dd394";
logging-data="15167"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX187Qj2i4rOWqntfTMKm+LFzeF08SvXdj/U="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.5.0
Cancel-Lock: sha1:i5+MY4ngQJ85t9q6vPDPecCAnIw=
In-Reply-To: <svtc22$bid$1@dont-email.me>
Content-Language: en-GB
 by: Mike Scott - Fri, 4 Mar 2022 15:53 UTC

On 04/03/2022 15:42, Mike Scott wrote:
> Had anyone had opendkim working on a pi4/arm with fbsd 13.0?
>
> It just keeps exiting when I try it - truss suggests it's dropping
> leading characters from the local socket path (whether from command line
> or config file). At any rate, anything of the form local:/var/run/xxx
> gets treated as connect(... 'var/run/xxx'... ), although a subsequent
> bind() call uses the correct path.
.....

FWIW I've tried with an inet socket rather than unix domain, and that's
worked OK. At least it's up and running.

--
Mike Scott
Harlow, England

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor