Displaying 3 results from an estimated 3 matches for "maxosx".
Did you mean:
macosx
2005 May 19
1
Mac OSX breaking POSIX rights with SMB/CIFS
...users = @noadmins
force user = administrator
inherit permissions = yes
force create mode = 770
force directory mode = 2770
where:
/data administrator.admins rwxrwsr-x
/data/folder administrator.noadmins rwxrws---
members of @admins are also members of @noadmins
--setup--
if you connect from MaxOSX (smb/cifs) to share2 and create a file the
file looks like
/data/folder/new.txt administrator.noadmins rwxrwx---
if you connect now from MaxOSX (smb/cifs) to share1 and create a file in
/data/folder the file looks like
/data/folder/new2.txt administrator.*admins* rwxrwx---
even if you modif...
2017 Feb 10
1
dovecot config for 1500 simultaneous connection
...s) (ips)
> 631
> [root at ns1 domains]# doveadm who |grep pop3 |wc -l
> username # proto (pids) (ips)
> 233
Thare are user counts, not connections. Ae a user can launch multiple
IMAP connections, and if they have some MaxOSX reader, that can peak to
several dozens during searches.
This counts connections
doveadm who | awk '/imap/{m+=$2}/pop3/{n+=$2}END{print m,n}'
Or you can parse the output of netstat.
I'm suprised you have so many POP3 connections though -- they tend to be
connect/process/disconnect...
2004 Nov 11
0
ROracle SQL length limitation
...lding MacOSX binary in Windows XP
To: r-help at stat.math.ethz.ch
Message-ID: <20041110174021.26501.qmail at web80104.mail.yahoo.com>
Content-Type: text/plain; charset=us-ascii
Under Windows XP, I am able to build R package archived as source
(.tar.gz) and Windows binary (.zip). Can I create MaxOSX archive file
(.tgz) in Windows XP?
Thanks,
Tomas
====
Tomas Aragon
http://www.epitools.net
------------------------------
Message: 21
Date: Wed, 10 Nov 2004 18:09:36 +0000 (GMT)
From: Prof Brian Ripley <ripley at stats.ox.ac.uk>
Subject: Re: [R] Building MacOSX binary in Windows XP
To:...