Displaying 20 results from an estimated 3000 matches similar to: "R-alpha: Latin-1 characters / Locale etc."
1997 Nov 26
1
R-alpha: Latin-1 characters (3)
>> ------------------------
>> R & R, any comments?
>> ------------------------
At present the parser makes the decision on what characters can go into
symbol names based on isalpha(c). If someone will send me a function -
say isidchar(c) which returns 1 for characters which can be in
identifiers and 0 otherwise, I will replace the current test with that.
Ross
1997 Nov 24
0
R-alpha: random number generator -- S-plus's
--Multipart_Mon_Nov_24_14:51:09_1997-1
Content-Type: text/plain; charset=US-ASCII
>>>>> "PaulG" == Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
MM> The code is basically in V&R 1 and 2; V&R2 on p.167. I have it as a
MM> C function that I used to dyn.load into S-plus in order
MM> to prove that S-plus was using it.
2023 Dec 23
1
ssh-keygen generator 3 broken.
Hello, I was re-generating the moduli for SSH, and during that process I noticed that, when running the following command:
ssh-keygen -M screen -O prime-tests=600 -O generator=3 -f moduli-2048-01.candidates moduli-2048-01c
It does not produce any errors, only the following:
ebug2: ???1467763: (4) Sophie-Germain
debug2: ???1467763: generator 0 != 3
debug2: ???1467764: (4) Sophie-Germain
2023 Dec 23
1
ssh-keygen generator 3 broken
Hello, I was re-generating the moduli for SSH, and during that process I noticed that, when running the following command:
ssh-keygen -M screen -O prime-tests=600 -O generator=3 -f moduli-2048-01.candidates moduli-2048-01c
It does not produce any errors, only the following:
ebug2: ???1467763: (4) Sophie-Germain
debug2: ???1467763: generator 0 != 3
debug2: ???1467764: (4) Sophie-Germain
2012 Nov 05
2
[Bug 2047] New: Definition of Sophie Germain primes is wrong in manual moduli.5
https://bugzilla.mindrot.org/show_bug.cgi?id=2047
Priority: P5
Bug ID: 2047
Assignee: unassigned-bugs at mindrot.org
Summary: Definition of Sophie Germain primes is wrong in manual
moduli.5
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: plautrba at redhat.com
2023 Jun 01
1
why does [A-Z] include 'T' in an Estonian locale?
On 5/30/23 17:45, Ben Bolker wrote:
> Inspired by this old Stack Overflow question
>
> https://stackoverflow.com/questions/19765610/when-does-locale-affect-rs-regular-expressions
>
>
> I was wondering why this is TRUE:
>
> Sys.setlocale("LC_ALL", "et_EE")
> grepl("[A-Z]", "T")
>
> TRE's documentation at
>
2017 Jun 05
0
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
Hi,
in line 17 of your 10-master.conf you enable the "imap-login" service,
but you fail to close the config section in line 36 ... :-)
That results in loading 10-ssl.conf and trying to apply the "ssl" option
to "imap-login" which of course doesn't apply here.
Best,
Matthias
On 06/05/2017 09:43 AM, Sophie Loewenthal wrote:
>
> Sophie
> ( ?? ?? ??)
2005 Mar 29
2
classes and qdiscs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everybody!
I am wondering, whether it is possible to have qdiscs and classes as
childs of a class or not.
take the following example:
~ ,-----
~ | class 1:1
~ | / \
~ | / \
~ | / \
~ | class 1:10 qdisc 11:
~ | / \
~ | ...
2005 Mar 23
2
limiting bandwidth on iface
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there!
Well, as an exercise, I try ''simulating'' an adsl link (just the speed ;o))
with a GRE tunnel and HTB for bandwidth limiting. Typically in germany
adsl has about 1024kbit downstream and 128kbits upstream (yes, there are
others ;) but these are what I have) - which are the values i try to simulate.
Here is the snipped that
2004 Jul 22
0
[Bug 905] scp exit status is -1 instead of 0
http://bugzilla.mindrot.org/show_bug.cgi?id=905
Summary: scp exit status is -1 instead of 0
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: maik at
2004 Aug 13
2
Problem with samba and sophie
Hello,
I'm using Sambsa 2.28 and I've just installed Sophos anti-virus and
sophie 3.04rc2.
If I run sophie standalone to scan a directory/folder it all runs ok, as
it also does in daemon mode.
I've changed my smb.conf file to specify
vfs option=/usr/lib/samba/vscan-sophos.so
When I access the share I receive the following in the syslog:
samba smbd_vscan_sophos[6649]: ERROR:
2017 Jun 05
0
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
Can you remove the offending settings, and then send it?
Aki
On 05.06.2017 10:30, Sophie Loewenthal wrote:
> # doveconf -a
> # 2.2.13: /etc/dovecot/dovecot.conf
> doveconf: Fatal: Error in configuration file
> /etc/dovecot/conf.d/10-ssl.conf line 6: Unknown setting: ssl
> doveconf: Error: managesieve-login: dump-capability process returned 89
> doveconf: Fatal: Error in
2017 Jun 05
0
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
I have the feeling that the config file is incorrect and loading
subsequent files results in reading in entries at the wrong level?
Could you attach the full 10-master.conf?
Matthias
On 06/05/2017 09:30 AM, Sophie Loewenthal wrote:
> # doveconf -a
> # 2.2.13: /etc/dovecot/dovecot.conf
> doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 6: Unknown
2006 Sep 08
2
Multiple matrix multiplication with two 3-dimensional arrays
Hi,
I need to do several matrix multiplications with
the corresponding matrices forming two
3-dimentional arrays. To illustrate my problem,
let's say I have the following 3-dimensional arrays:
array1 <- array(1:30,dim=c(3,2,5))
array2 <- array(1:20,dim=c(2,2,5))
I know that I can get what I want with the following computation :
result <- array(dim=c(dim(array1)[1],
2003 Oct 22
2
non linear regression with R
Dear Colleagues,
I have x, y data (pollen and seed dispersal from oaks !) that I would
like to fit with a function which look like this:
p(a,b,x,y)=b/(2*pi*a?gamma(2/b))*exp(-(square_root(x?+y?)/a)power(b))
I am looking for a and b values that fit my data at best.
Can someone give me hints to perform such an analysis with R ?
Thanks a lot
Sophie
Sophie Gerber
2017 Jun 05
0
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
Aki,
is it possible to have doveconf print the current section upon error?
Like, change the following error message
May 13 13:38:32 mail dovecot[2178]: doveconf: Fatal: Error in
configuration file /etc/dovecot/conf.d/10-ssl.conf line 61: Unknown
setting: ssl
to something like
May 13 13:38:32 mail dovecot[2178]: doveconf: Fatal: Error in
configuration file /etc/dovecot/conf.d/10-ssl.conf line
2017 Jun 05
0
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
Ok, and can you provide, as attachment, output of "doveconf -a"?
Aki
On 05.06.2017 10:08, Sophie Loewenthal wrote:
> Hi Aki,
>
> # dovecot --build-options
> Build options: ioloop=epoll notify=inotify ipv6 openssl io_block_size=8192
> Mail storages: shared mdbox sdbox maildir mbox cydir imapc pop3c raw fail
> SQL driver plugins: mysql postgresql sqlite
> Passdb:
2000 Dec 11
2
Point in usernames / scp
Hi,
we are using usernames on our systems that contain a point '.', like
"r.john".
We found it necessary to patch the source to make the "scp" command work
with those usernames.
Cheers
Kai
--- openssh-2.2.0p1/scp.c Wed Aug 30 01:11:30 2000
+++ withpoint/scp.c Mon Dec 11 02:06:35 2000
@@ -1042,7 +1042,7 @@
c = *cp;
if (c & 0200)
goto bad;
- if
2017 Jun 05
2
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
Sophie
( ?? ?? ??)
> On 5 Jun 2017, at 09:42, Matthias Sitte <matthias at familie-sitte.org> wrote:
>
> I have the feeling that the config file is incorrect and loading
> subsequent files results in reading in entries at the wrong level?
>
> Could you attach the full 10-master.conf?
>
> Matthias
>
>
> On 06/05/2017 09:30 AM, Sophie Loewenthal wrote:
2010 Jul 26
0
WG: HOWTO centOS 5.5 samba4 dns dynamic update
Excuse me,
I forgot the provison section!
For all,
after I had several problems making samba4 working as it should on
centOs5.5 here is a short guide setting it up to work.
First of all do not install the bind package coming with centos 5.5!!
Install needs for samba
yum install libacl* gnutls* readline* python* gdb* autoconf*
Named installation:
Here is a description on what to do: