Displaying 7 results from an estimated 7 matches for "sunos_i386".
2007 Aug 09
8
Dtrace - Segmentation Fault
After building and bfu''in the lastest ON build, any time I run a dtrace script I get a Seg Fault. Is there a dtrace for dtrace :)
Doug
root at prae> dtrace -n ''syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }''
Segmentation Fault (core dumped)
root at prae> pstack core
core ''core'' of 101364: dtrace -n
2017 Dec 18
2
v2.3.0 release candidate released
Op 12/18/2017 om 6:16 PM schreef James:
> On 18/12/2017 15:23, Timo Sirainen wrote:
>
>> https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz
>
> "smtp-server-cmd-helo.c", line 140: void function cannot return value
> "smtp-server-cmd-helo.c", line 148: void function cannot return value
Just wondering: which system/compiler is giving these errors?
2017 Dec 18
1
v2.3.0 release candidate released
...ction cannot return value
>>> "smtp-server-cmd-helo.c", line 148: void function cannot return value
>>
>> Just wondering: which system/compiler is giving these errors?
>
> Sun/Oracle Studio compiler on Solaris.
>
> $ cc -V
> cc: Studio 12.5 Sun C 5.14 SunOS_i386 2016/05/31
This is valid syntax for C++14 but invalid for C11. See this answer:
https://stackoverflow.com/questions/35987493/return-void-type-in-c-and-c
2010 Mar 08
1
nss_winbind.so delivers first group only on Solaris 10
...oups.
I run into this problem with samba 3.3.11, 3.4.4 and 3.4.6 but it works fine with 3.0.37 and 3.2.15.
Can anybody help ?
My setup:
Solaris 10 10/09 X86 - latest patches installed.
I compiled kerberos 1.6.3 and openldap 2.4.21 on my own using the c-compiler from SunStudio 12
(Sun C 5.10 SunOS_i386 Patch 142363-03 2009/12/03) - no problems so far. Then I tried to compile
samba 3.4.6 with the following configure options / ENV variables set:
$ ./configure --prefix=/opt/uker/samba --enable-shared-libs --with-ads --with-pam --with-acl-support \
--with-winbind --with-krb5=/opt/uker/krb5 --with-ld...
2017 Dec 18
0
v2.3.0 release candidate released
...-cmd-helo.c", line 140: void function cannot return value
>> "smtp-server-cmd-helo.c", line 148: void function cannot return value
>
> Just wondering: which system/compiler is giving these errors?
Sun/Oracle Studio compiler on Solaris.
$ cc -V
cc: Studio 12.5 Sun C 5.14 SunOS_i386 2016/05/31
James.
2014 Sep 07
4
[Bug 2271] New: Regression test #89 "fuzz Ed25519 sig" fails under Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2271
Bug ID: 2271
Summary: Regression test #89 "fuzz Ed25519 sig" fails under
Solaris
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component:
2008 Jul 08
3
antispam plugin, amavis and sa-learn
Hello,
I would like to use the Dovecot antispam plugin to train SpamAssassin via
sa-learn. I compiled the plugin and got it to work with the sendmail
backend, which I tested by having it send a message to me.
As I'm calling SpamAssassin with amavisd-new, I have a system-wide Bayes
db, maintained by the amavis user. As expected, the antispam plugin calls
the configured binary as the mail user