Displaying 20 results from an estimated 1330 matches for "leo".
Did you mean:
len
2006 Aug 07
1
mathematica -> r (gamma function + integration)
...same.
In mathematica -> PSV ~ 2.67223e+47
with rounding errors due to the initial values, in R -> PSV ~ 1.5e+47
I am not that familiar with gamma functions and integration, thus I
assume there the source of the problem can be located.
Thanks for helping me to adjust the sript.
best wishes
leo
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
...-lda -f "$SENDER" -a "$RECIPIENT" -onamespace/inbox/location=maildir:~/Maildir:LAYOUT=fs:FULLDIRNAME=__MAILBOX__
----------
If a mailbox is created with dovecot-lda (sieve), permissions look like that:
$ ls -ld Maildir Maildir/2018-q3 Maildir/2018-q3/__MAILBOX__
drwxrws---+ 49 leo leo 4096 Jul 1 09:53 Maildir
drwxrwx---+ 3 leo leo 24 Jul 1 09:40 Maildir/2018-q3
drwxrwx---+ 2 leo staff 6 Jul 1 09:40 Maildir/2018-q3/__MAILBOX__
-> The setguid bit of Maildir is not honored and dovecot complains:
Jul 1 09:40:42 strike postfix-lda: H: /home/leo, S: testerl at s...
2000 May 04
2
truncated directory listing
Samba List:
Any idea why a directory containing 376 sub-directories would only show 162
sub-directories via Windows Explorer? The machine is a Sun Ultra 1 running
SunOS 5.5.1 and Samba 2.0.6.
Leo Crombach Tropel Corporation
Network Administrator 60 O'Connor Road
716-377-3200 Rochester, New York
lcrombach@tropel.com 14450
www.tropel.com
2009 Nov 23
2
shared mailboxes using namespaces in 1.2
...x/", I am
able to create "Shared/sharedmailbox/test" but trying to create
"Shared/sharedmailbox/test/testsub" will fail with the above error. If I
set the herarchy separator to '.' even creating
"Shared/sharedmailbox/test" will fail.
Any hints?
Thanks,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dovecot.conf
URL: <http://dovecot.org/pipermai...
2010 Feb 13
2
deliver and cloning file permissions
...ovecot-1.2.10) as LDA to deliver mails to my
local users on my postfix-system.
However, deliver tries to copy the filesystem permissions of the
mail-spool-files to the user's index files, which doesn't work, since
the files in /var/mail/ belong to the group 'mail'.
Feb 13 00:21:19 leo-x61 dovecot: deliver(leo):
fchown(/home/leo/mail/.imap/INBOX/dovecot.index.log.newlock, -1,
12(mail)) failed: Operation not permitted (egid=100(users), group based
on /var/mail/leo)
I know that dovecot tries to clone the mailbox permissions in order to
support shared folders but it would be nice i...
2007 Mar 19
1
Can't run winecfg under Mandriva 2006
...6 on a 64-bit dual-core machine with 1 Gb of
RAM and 800 Gb of storage. Yesterday I downloaded the package
"wine-0.9.17-mdk.i586.rpm" from www.winehq.com, saved it to disk, and
then installed it. I got no error messages, but I can't run the
winecfg program. Here's what I get:
[leo@localhost Documents]$ wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and
exit
[leo@localhost Documents]$ winecfg
wine: creating configuration directo...
2006 Jan 24
0
An Appreciation of Leo Breiman (1928-2005)
We are organizing three projects to honor Leo Breiman this year. First,
Salford Systems' Data Mining Conference will open with a special session
devoted to his scientific contributions. Second, we would like to
construct Leo's scientific "family tree," identifying Leo's students,
collaborators, and others whose work...
2014 Oct 20
1
Sieve: carry global variables from sieve_before to user sieve scripts
..._default script or in
user scripts?
I've tried the following code but this doesn't work..
before.d/10-set-defaults.sieve:
-------------------- 8< --------------------
require ["variables", "include"];
require "vnd.dovecot.debug";
set "global.S_TESTVAR leo";
debug_log "LEO SIEVE: in before.d/10-set-defaults, S_TESTVAR:
${global.S_TESTVAR}";
-------------------- 8< --------------------
default.sieve:
-------------------- 8< --------------------
require ["variables", "include"];
require "vnd.dovecot.debug&...
2012 Jun 30
5
Máxima Verosimilitud
Hola.
Como hago para calcular la "Maxima Verosimilitud" de unos datos con
distribucion uniforme?
saludos.
--
Leo
[[alternative HTML version deleted]]
2006 Nov 20
12
Samba fileserver limited to 50 MB/s on gbit
...e fileserver almost a year ago, my
debian packages have always been up to date.
I also tested it with a friend's notebook with a new XP installation and did
not get over 50 MB/s so I doubt that my XP is borked.
Can someone please investigate this issue?
I am willing to help testing.
Thanks, Leo B.
2004 Mar 23
4
netlogon problems
...logon script = logon.bat
logon drive =
logon home =
logon path =
template homedir =
# SHARES --------------------------------
BACKUP
------------------------------------------------------------------
# Global parameters
[global]
netbios name = Leo
workgroup = SNEAKER
server string = BackUpServer %v
realm = leo.radiogong.intern
admin users = root, administrator, sascha
security = share
# Use password server option only with security = server
# password server = hunter.radiogong.intern
d...
2016 Aug 08
2
custom mail_location detection for dovecot lda
On 08/08/2016 05:34 PM, Stephan Bosch wrote:
> Op 8-8-2016 om 17:27 schreef Alexander 'Leo' Bergolth:
>> Is it possible to do something like "post-login scripting" to detect and
>> set a per-user custom mail location for dovecot LDA delivery?
>>
> You could use /usr/lib/dovecot/dovecot-lda -omail_location=<location>
Thanks for the hint.
But it se...
2024 Sep 05
1
BUG: atan(1i) / 5 = NaN+Infi ?
> complex(real = 0, imaginary = Inf)
[1] 0+Infi
> Inf*1i
[1] NaN+Infi
>> complex(real = 0, imaginary = Inf)/5
[1] NaN+Infi
See the Note in ?complex for the explanation, I think. Duncan can correct
if I'm wrong.
-- Bert
On Thu, Sep 5, 2024 at 3:20?PM Leo Mada <leo.mada at syonic.eu> wrote:
> Dear Bert,
>
> These behave like real divisions/multiplications:
> complex(re=Inf, im = Inf) * 5
> # Inf+Infi
> complex(re=-Inf, im = Inf) * 5
> # -Inf+Infi
>
> The real division / multiplication should be faster and also is we...
2004 Aug 06
2
[OT] Online music database
...lated, but
I'm looking for an online music database that will let me search by
artist+track and retrieve the likely record label / music publisher that
owns the copyright.
I want to do this from within a script as well :)
Hoping somebody might know of one off the top of their head...
Cheers
Leo
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is n...
2010 Dec 06
2
Any android source client for icecast ?
I don't have an Android phone, but if I did, I would look for a VLC
port, or a try a Java source client like JRoar.
It would be interesting to find out if either of these work!
- Leo
On 6 December 2010 12:55, <un at dom.de> wrote:
> Thomas B. Ruecker:
>> Nobody said anything about this necessarily being a GUI,
>> user-frienldy application, right?
>
> bare bone is just fine ;)
>
> _______________________________________________
> Icecast ma...
2024 Sep 05
2
BUG: atan(1i) / 5 = NaN+Infi ?
...nary = Inf)
>[1] 0+Infi
>
>> Inf*1i
>[1] NaN+Infi
>
>>> complex(real = 0, imaginary = Inf)/5
>[1] NaN+Infi
>
>See the Note in ?complex for the explanation, I think. Duncan can correct
>if I'm wrong.
>
>-- Bert
>
>On Thu, Sep 5, 2024 at 3:20?PM Leo Mada <leo.mada at syonic.eu> wrote:
>
>> Dear Bert,
>>
>> These behave like real divisions/multiplications:
>> complex(re=Inf, im = Inf) * 5
>> # Inf+Infi
>> complex(re=-Inf, im = Inf) * 5
>> # -Inf+Infi
>>
>> The real division / multip...
2011 Jul 25
2
Simple example of using a closure in R to manage bank accounts?
Greetings. I once ran across a simple (toy) example of using a closure in R to
manage bank accounts. I've got a use for it now but can no longer find it. If
you have it (or a similar example), will you please send it to me?
(Unfortunately, a web search that includes the terms "bank" and "closure" leads
into a whole pile of unrelated stuff.)
Thanks,
-- Mike
2003 Jan 24
2
redhat and windows smb
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Leo Emesue.vcf
Type: application/octet-stream
Size: 151 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20030124/3b695c0b/LeoEmesue.obj
2024 Sep 05
3
BUG: atan(1i) / 5 = NaN+Infi ?
On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote:
> Dear R Users,
>
> Is this desired behaviour?
> I presume it's a bug.
>
> atan(1i)
> # 0+Infi
>
> tan(atan(1i))
> # 0+1i
>
> atan(1i) / 5
> # NaN+Infi
There's no need to involve atan() and tan() in this:
> (0+Inf*1i)/5...
2024 Sep 05
1
BUG: atan(1i) / 5 = NaN+Infi ?
...complex(re=-Inf, im = Inf) * 5
# -Inf+Infi
The real division / multiplication should be faster and also is well behaved. I was expecting R to do the real division/multiplication on a complex number. Which R actually does for these very particular cases; but not when only Im(x) is Inf.
Sincerely,
Leonard
________________________________
From: Bert Gunter <bgunter.4567 at gmail.com>
Sent: Friday, September 6, 2024 1:12 AM
To: Duncan Murdoch <murdoch.duncan at gmail.com>
Cc: Leo Mada <leo.mada at syonic.eu>; r-help at r-project.org <r-help at r-project.org>
Subject: Re: [...