Displaying 20 results from an estimated 1600 matches similar to: "Feature Request - Load Throttling"
2013 May 02
3
Minimal build of R ...
Hi,
I'm trying to cross-compile R to javascript so that it can run in a web-browser. Take as long as you need to stop laughing. So, as I was saying - I want to try and get a build of R running in the browser. [If you're not familiar with it already, you might enjoy looking at emscripten.org. It's a remarkably capable tool for translating LLVM bitcode to javascript. Check out some of
2006 Jul 21
7
My view on 1.0 release and version numbering
Just throwing out some thoughts here. I know Timo has high standards and
is trying to make 1.0 bug free before calling it 1.0. But I want to
argue for an earlier less perfect 1.0.
Dovecot is already way past the quality of most 1.0 releases. So it is
good enough by common standards. No one really expects a 1.0 release to
be perfect. But - some people don't consider a product ripe until it
2005 Jan 31
3
installing R on Mac OS X
I have a problem in installing R-2.0.1, downloaded from the R web site,
on mac o sx version 10.3.7.
when i launch the command ./configure i get the following error message:
checking for C compiler default output file name... configure: error:
C compiler cannot create executables
i've aleady insalled Xcode. the version of the gcc in 3.3.
what can i do?
thanks
silvia
2007 May 11
3
shell.exec() on Windows, unexpected behavior
I have Windows XP machines with different software configurations.
My laptop has Adobe Reader 8 and Adobe Acrobat 6.
My desktop has Adobe Reader 8 and does not have Adobe Acrobat.
On both machines, PDF extensions are registered to Adobe Reader 8.0,
and double-clicking a pdf file in Windows Explorer opens Adobe Reader
8.0.
In R-2.5.0, with all Adobe windows closed, the command
2007 Mar 21
1
api headers..
Hi Peter,
I just noticed your check-in of the api headers. Are you planning on
making the fat library also into an API? This would make things easier
for me for my safeboot module (redundant bootloader which i mailed you
about last week). I aleady moved some of the chainboot's partition
finding logic into outside files, so I can add that to the API as
well.
thanks,
Ram
2007 Feb 07
1
fill-in a table of pairs
Hallo,
I have a table of names and values:
joe 0.45
mike 0.34
jim 0.25
I would like to fill-in a table of all pairs of names (which I aleady have)
joe.mike NA NA
joe.jim NA NA
mike.jim NA NA
with the values from the first table in the order of the pairs. The outcome
looks like
joe.mike 0.45 0.34
joe.jim 0.45 0.25
mike.jim 0.34 0.25
Thanks a lot,
Serguei
[[alternative HTML version deleted]]
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
Hi
I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets.
I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in
e.g.
sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password",
2006 Feb 13
1
Managing multiple Dom0''s
Are there people currently managing multiple Dom0''s and making
significant use of migration?
I''m loking at a potential setup of 16 or so physical systems with
perhaps 64 or so virtual systems (DomU''s I suppose Dom0 is also a
virtual system if I understand thing correctly, but that''s no twhat I
mean here).
It seems to me that making heavy use of migration for
2005 Jul 19
7
linux 2.4 vs 2.6 kernel
hi
I read ( I think in dovecot wiki) that ext2 or ext3 fs on a 2.4 kernel
can get slow due to the number of files in a directory. Does anyone know
if kernel 2.6 has similar limitation? I'm not at that point now, but
before the box goes live, I'm wondering if I should resolve that.
Glenn
2003 Aug 04
1
Status of rsync + cygwin
Dear All,
I have been following the rsync discussion list for some time, particularly
with reference to the rsync problems on Cygwin. From my understanding there
are two (seperate) issues.
1) Rsync can wait indefinitely due to some form of child/signal handling
problem (I imagine this can be a pain to get right for all the different
platforms)
2) Long file names that are still within the
2014 Jun 23
1
isohybrid has 2 variants
Hi,
On 23/06/2014 12:07, Thomas Schmitt wrote:> Hi,
>
> i have written an introduction to isohybrid and put it on
> the discussion page of the ISOLINUX wiki.
>
> http://www.syslinux.org/wiki/index.php/Talk:ISOLINUX#Proposal_for_description_of_isohybrid
>
> Review and proposals are appreciated.
Caveat emptor: this is a review by an end user (not a developer), who
2005 Jul 17
1
Authentication feature I need
OK - here's whay I need to make it work for my Linuxconf compatible
authentication system. First - a question:
Will this work? I can find docs on "virtualfile.
auth virtualfile {
mechanisms = plain digest-md5
userdb = passwd-file /etc/vmail/passwd.%d
passdb = passwd-file /etc/vmail/shadow.%d
user = root
}
Then - since the dmain name selects the passwd file, if there were a
2005 Dec 16
4
Dovecot Version Numbers - Let's drop the Alpha?
I'd like to make a suggestion. Let's drop the Alpha and come out with an
official version 1.0.
Here's my reasons. The 0.9x version are obsolete and people should be
using the 1.0 Alpha versions which seem to me to do everything the
previous versions did and more. It's as full featured and stable as all
other IMAP servers and in my opinion is ready to be called 1.0.
The
2005 Jul 16
1
Feature Request - Authentication Scheme - Linuxconf
This would make my life a lot easier in migrating to Dovecot. And it
should be really easy to implement. Here's how linuxconf does it:
Password files are placed in the /etc/vmail directory as follows:
/etc/vmail/passwd.domain1
/etc/vmail/shadow.domain1
/etc/vmail/passwd.domain2
/etc/vmail/shadow.domain2
The password and shadow files are exactly the same format as the
/etc/password and
2018 May 21
1
Dovecot blacklist?
Or you can implement a policy server yourself. :)The protocol is not complicated, json over http. See?https://wiki.dovecot.org/Auth/Policy
---Aki TuomiDovecot oy
-------- Original message --------From: Aki Tuomi <aki.tuomi at dovecot.fi> Date: 21/05/2018 19:13 (GMT+02:00) To: Marc Perkel <marc at perkel.com>, dovecot at dovecot.org Subject: Re: Dovecot blacklist?
2006 Apr 14
2
Master Password not working
Trying to get the master password to work. What am I doing wrong? Trying
this test:
/etc/dovecot.masterusers
master:{plain}test
auth_master_user_separator=*
auth default_with_listener {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
#pass =yes
}
passdb passwd-file {
# Path for
2005 Jul 31
5
Dovecot Deliver?
I guess Dovecot has an LDA called deliver. What is it and how do I use
it? Or is it ready to be used. can't find any docs on it.
--
Marc Perkel - marc at perkel.com
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com
2005 Aug 01
1
Resource temporarily unavailable?
What would cause this?
dovecot: Jul 31 19:31:17 Error: imap-login: Can't connect to auth server
at default: Resource temporarily unavailable
--
Marc Perkel - marc at perkel.com
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com
2005 Aug 01
1
Feature request - umask for index files
I'd like a separate feature for setting umask for index and cache files
differently from email files.
The reason is that I'm putting indexes in a separate location and I need
group create rights in directories. Otherwise what happens is that the
first user creates the directories, but the second user for the domain
that has a different UID gets an error.
default_mail_env =
2018 May 21
2
Dovecot blacklist?
Just wondering if there is an easy way to have dovecot do a blacklist
lookup as a negative authentication so that if the IP is on a blacklist
then authentification fails even if they get the password right.
If this works I have a blacklist everyone can use.