Displaying 20 results from an estimated 96 matches for "mojav".
Did you mean:
mojave
2018 Nov 24
1
Mac Mojave Server
Is there any information on using dovecot on Mojave? I have been using Mac OS Server for a few years and looking for the preferred way to move to Mojave since dovecot and postfix admin support has been dropped by Apple.
2018 Oct 11
3
macOS Mojave: setgroups(501) failed: Too many extra groups
Hello,
I have recently upgraded to macOS 10.14 (Mojave) and am running into an
issue where one use can no longer log into dovecot via imap. Log shows
Oct 11 08:10:27 imap(hwr)<12659><YpC/0+133+EAAAAAAAAAAAAAAAAAAAAB>:
Fatal: setgroups(501) failed: Too many extra groups
and indeed, the user is in 17 groups, which is more than NGROUPS_MA...
2019 May 01
3
Fix builds on MacOS Mojave [patch]
Hi!
I get build failures on Macos 10.14 Mojave.
How-to-repeat:
$ git clone <llvm-project>
$ cd llvm-project && mkdir build && cd build
$ cmake -G"Unix Makefiles" ../llvm
$ make # or "make -j${N}"
:
Building
:
In file included from /Users/marmur02/git/llvm-project/llvm/lib/WindowsManifest/WindowsManife...
2018 Oct 11
0
macOS Mojave: setgroups(501) failed: Too many extra groups
On 11.10.2018 09:28, Heiko W. Rupp wrote:
> Hello,
>
> I have recently upgraded to macOS 10.14 (Mojave) and am running into
> an issue where one use can no longer log into dovecot via imap. Log shows
>
> Oct 11 08:10:27 imap(hwr)<12659><YpC/0+133+EAAAAAAAAAAAAAAAAAAAAB>:
> Fatal: setgroups(501) failed: Too many extra groups
>
> and indeed, the user is in 17 groups, whi...
2018 Oct 11
1
macOS Mojave: setgroups(501) failed: Too many extra groups
On Thu, Oct 11, 2018 at 10:55:39AM +0300, Aki Tuomi wrote:
> Maybe. Have to see when we can implement it though. It could probably
> leverage the min/max_gid setting.
Actually that was a great hint.
Setting
last_valid_gid = 100
in the config and restarting helped.
Having a filter-list instead of fixed upper/lower bounds would be more
flexible. I guess though that in reality most
2018 Nov 25
0
Installing on Mojave, with Homebrew and mysql
I?m using Homebrew to install Dovecot on Mojave, but have to modify the formula to add ?--with-mysql?.
Unfortunately compiling always fails with:
checking for mysql_config... NO
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not found
I added:
ENV['LD']="-L/u...
2019 May 02
2
[EXT] Fix builds on MacOS Mojave [patch]
...-Eli
> -----Original Message-----
> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Mark Murray
> via llvm-dev
> Sent: Wednesday, May 1, 2019 8:48 AM
> To: llvm-dev at lists.llvm.org
> Subject: [EXT] [llvm-dev] Fix builds on MacOS Mojave [patch]
>
> Hi!
>
> I get build failures on Macos 10.14 Mojave.
>
> How-to-repeat:
> $ git clone <llvm-project>
> $ cd llvm-project && mkdir build && cd build
> $ cmake -G"Unix Makefiles" ../llvm
>...
2019 Jul 22
0
Re: Missing hivex.h error when compiling on macOS 10.14 (Mojave)
Hi Tim,
On Sunday, 21 July 2019 18:31:58 CEST Tim Perfitt wrote:
> I am attempting to compile Hivex (v1.3.18) and am getting a "handle.c:47:10: fatal error: 'hivex.h' file not found" error. I see that hivex.h is not included in the source and I suspect it is created during the configure phase. Full build log below. Any ideas of how this file is created and why it wasn't
2018 Oct 11
0
macOS Mojave: setgroups(501) failed: Too many extra groups
On 11.10.2018 10:08, Heiko W. Rupp wrote:
> On Thu, Oct 11, 2018 at 09:51:34AM +0300, Aki Tuomi wrote:
>>> Looking at the source, I see this is handled in
>>> src/lib/restrict-access.c::fix_groups_list(),
>>> where above the call to setgroups() a gid_list2 is constructed. I
>>> wonder if one could
>>> have a config option to prevent adding all those
2018 Oct 11
2
macOS Mojave: setgroups(501) failed: Too many extra groups
On Thu, Oct 11, 2018 at 09:51:34AM +0300, Aki Tuomi wrote:
> > Looking at the source, I see this is handled in
> > src/lib/restrict-access.c::fix_groups_list(),
> > where above the call to setgroups() a gid_list2 is constructed. I
> > wonder if one could
> > have a config option to prevent adding all those extra groups, which
> > then make the
> > call to
2018 Dec 04
2
Lda fatal: setgid (102 from userdb lookup) failed
...ordo.com.au)<4444><QFg5KRHVBBxcEQAAYBwt+A>: Fatal: setgid(102 from userdb lookup) failed with euid=501(jlbrown), gid=20(staff), egid=20(staff): Operation not permitted (This binary should probably be called with process group set to 102 instead of 20(staff))
How can I fix this?
(macOS Mojave, Dovecot 2.3.4)
Thanks,
James.
2020 Jun 11
4
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Hello everyone
I am not sure when this appeared
(sometime post R 3.5.0 and after I switched to Mac OS Catalina).
I do not think it happens on all platforms (e.g. seems to work on windows).
But it seems that
tkimage.create()
no longer works on a Mac for all png files.
(It does work for *some* old png files I have on disk but I have not been able to determine what is different about the
2018 Sep 20
2
4.8.5 + TimeMachine = Disk identity changed on every connect, cannot backup
...essage about the disk identity having changed.
Options are “don’t backup” and “backup anyway”. When using “backup anyway”, the backup creates a secondary sparse image and starts from scratch, and won’t even touch the existing sparse image.
My Mac is running in VirtualBox. I have using latest beta Mojave. I only found one person with same problem. I don't know if problem is in Mac or Samba.
If I use the same Mac over AFP backing up works.
Regards Dan
2019 Jun 19
3
point size in svg
...2, cex.axis=cex.)
text(1:2, 1:2, c('as', 'DF'),
????????? cex=cex.)
dev.off()
????? What do I do to control the font size in svg?
????? Thanks,
????? Spencer Graves
sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.5
Matrix products: default
BLAS:
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK:
/Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF...
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...Web: http::/socserv.mcmaster.ca/jfox
> On Jun 11, 2020, at 6:43 PM, Wayne Oldford <rwoldford at uwaterloo.ca> wrote:
>
> Yes.
> I seem to be picking up
> <Tcl> 8.6
> I should have noted that.
>
> Use to work for me too in Mojave.
> I have the sneaky feeling that Catalina is the problem.
>
> R. W. Oldford
>
> https://math.uwaterloo.ca/~rwoldfor
>
> ________________________________
> From: Peter Dalgaard <pdalgd at gmail.com>
> Sent: Thursday, June 11,...
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...x
>>
>>> On Jun 11, 2020, at 6:43 PM, Wayne Oldford <rwoldford at uwaterloo.ca> wrote:
>>>
>>> Yes.
>>> I seem to be picking up
>>> <Tcl> 8.6
>>> I should have noted that.
>>>
>>> Use to work for me too in Mojave.
>>> I have the sneaky feeling that Catalina is the problem.
>>>
>>> R. W. Oldford
>>>
>>> https://math.uwaterloo.ca/~rwoldfor
>>>
>>> ________________________________
>>> From: Peter Dalgaard <pdalgd at gmail.com>
&g...
2019 Sep 19
3
Postfix vs. Thunderbird on Mac OS
...t_sasl_authenticated,
reject_unauth_destination
smtpd_data_restrictions = reject_unauth_pipelining
--8<------------------------------------------------------
Most folks are using Thunderbird on Linux, and everything works
perfectly. One single user has a MacBook Air with Thunderbird on Mac OS
Mojave, and her outgoing mails are rejected with the following error
message in /var/log/maillog on the server:
--8<------------------------------------------------------
Sep 16 14:22:32 sd-48011 postfix/smtps/smtpd[14434]: NOQUEUE: reject:
RCPT from villa.figaret.pck.nerim.net[62.212.106.47]: 450 4....
2019 Jan 22
2
Newbie - SNMP-UPS Driver Issue
...he errors below. (I must admit here that I am not great at making executables so this may be something obvious that I am missing in the build). Seems strange to me there would be this many errors in the current code base unless I have a bad configuration parameter or the code is not compatible with Mojave?
So I guess my questions at this point are as follows:
Can I simply download the already built SNMP-UPS executable driver from somewhere that can be used on OS X Mojave 10.14? If so where is this available from?
If I need to build my own executable, what am I missing or doing wrong that is caus...
2019 Sep 10
2
Calling a LAPACK subroutine from R
...INFO = as.integer(0))$AB
Error in .Fortran("dpbtrf", UPLO = "L", N = as.integer(n), KD = 1L, AB = AB, :
Fortran symbol name "dpbtrf" not in load table
> sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-apple-darwin18.5.0 (64-bit)
Running under: macOS Mojave 10.14.6
Matrix products: default
BLAS/LAPACK: /usr/local/Cellar/openblas/0.3.6_1/lib/libopenblasp-r0.3.6.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via...
2019 Sep 10
2
Calling a LAPACK subroutine from R
...INFO = as.integer(0))$AB
Error in .Fortran("dpbtrf", UPLO = "L", N = as.integer(n), KD = 1L, AB = AB, :
Fortran symbol name "dpbtrf" not in load table
> sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-apple-darwin18.5.0 (64-bit)
Running under: macOS Mojave 10.14.6
Matrix products: default
BLAS/LAPACK: /usr/local/Cellar/openblas/0.3.6_1/lib/libopenblasp-r0.3.6.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via...