Displaying 20 results from an estimated 105 matches for "sophi".
Did you mean:
sophie
2023 Dec 23
1
ssh-keygen generator 3 broken.
...ello, 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
debug2: ???1467764: generator 2 != 3
debug2: ???1467765: (4) Sophie-Germain
debug2: ???1467765: generator 5 != 3
debug2: ???1467766: (4) Sophie-Germain
debug2: ???1467766: generator 0 != 3
debug2: ???146776...
2023 Dec 23
1
ssh-keygen generator 3 broken
...ello, 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
debug2: ???1467764: generator 2 != 3
debug2: ???1467765: (4) Sophie-Germain
debug2: ???1467765: generator 5 != 3
debug2: ???1467766: (4) Sophie-Germain
debug2: ???1467766: generator 0 != 3
debug2: ???146776...
2013 Oct 10
1
Rcpp and mclapply
...100%, i.e., as fast as if
using just one single core fully. I tried my code directly from within
emacs, and also using a shell command - it happens either way.
I suspect there might be some interaction between Rcpp and the
multicore/parallel libraries. Did any R(cpp) user encounter such symptoms?
Sophie
1997 Nov 28
0
R-alpha: Latin-1 characters / Locale etc.
...:
PD> Hmmm. You may need a call to
PD> #include <locale.h>
PD> setlocale(LC_ALL,"")
PD> (or LC_CTYPE?) before your environment variables take effect.
Yes, this was `it'.
Maybe R needs such a call also? (I did not yet look in the src)
sophie{maechler}328> cat isalpha-tst.c
=09=09=09 -------------
/*--- Testing 'locale' [env.variable LC_CTYPE ] --------------- */
#include <ctype.h> /*- isalpha(.) -*/
#include <stdio.h> /*- putchar(.) -*/
#include <locale.h>
unsigned char c =3D 0;
char *p;
void main()
{...
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[66...
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
Hardware: Other
Status: NEW
Version: 6.1p1
Component: Documentat...
2003 Oct 22
2
non linear regression with R
...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 gerber at pierroton.inra.fr
INRA - UMR BIOGECO
69 route d'Arcachon tel (33) (0)5 57 12 28 30
33612 Cestas cedex fax (33) (0)5 57 12 28 81
http://www.pierroton.inra.fr/genetics/Perso/Sophie/...
2006 Sep 08
2
Multiple matrix multiplication with two 3-dimensional arrays
...rray2[,,i]
}
My question is :
Is there a more efficient way to do that computation, i.e. without a loop?
Maybe I could use an "apply" or something but I
can't figure out how. I would have hoped that simply doing
array1%*%array2
would work, but it doesn?t
Thank you very much!
Sophie Baillargeon
__________________________________________
Sophie Baillargeon, M.Sc.
Professionnelle de recherche en statistique
D?partement de math?matiques et de statistique
Universit? Laval
t?l?phone: (418) 656-2131 poste 2333
courriel: Sophie.Baillargeon at mat.ulaval.ca
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-mas...
2017 Jun 05
4
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...t_vsz_limit = 128M
vsz_limit = $default_vsz_limit
# vsz_limit = $default_vsz_limit
> On 5 Jun 2017, at 09:16, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> 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 sqlit...
2005 Mar 31
2
Using kmeans given cluster centroids and data with NAs
...dim(centres)
[1] 8 22
> dim(data)
[1] 4977 22
> x <- kmeans(data,centres)
Error in kmeans(data, centres) : NA/NaN/Inf in foreign function call
(arg 1)
I have looked extensively through the mail archives but cannot find
if/where someone has provided the answer.
Thanks in advance,
SB
Sophie Bestley
Pelagic Fisheries and Ecosystems
CSIRO Marine Research
GPO Box 1538
Hobart, Tasmania 7001
AUSTRALIA
Phone: +61 3 6232 5048
Fax: +61 3 6232 5053
Email: sophie.bestley@csiro.au
Website: http://www.marine.csiro.au
[[alternative HTML version deleted]]
2018 May 24
2
question on setting ulimit on debian
...nofile 2048
dovecot hard nofile 8192
# cat /etc/systemd/system/dovecot.service.d/service.conf
LimitNOFILE=8192
But to no avail:
# prlimit -p 27208|grep -i nofile
NOFILE max number of open files 1024 4096 files
Lost me :( Any ideas?
Thanks,Sophie.
2017 Jun 05
2
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...vecot/conf.d/10-ssl.conf
and type in 'ssl = yes'
and nothing else? does it work after this? leave the default_vsz_limit
off for now.
Aki
On 05.06.2017 10:34, Aki Tuomi wrote:
> 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
>&g...
2017 Jun 05
2
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...am passwd passwd-file shadow sql
Userdb: checkpassword ldap(plugin) nss passwd prefetch passwd-file sql
--
On June 5, 2017 8:59:08 AM CEST, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>Can you provide output of
>
>dovecot --build-options
>
>Aki
>
>On 04.06.2017 12:10, Sophie Loewenthal wrote:
>> Hi Stefan,
>>
>> My apologies for the long delay. Been ill.
>>
>> I tried this and had an error,
>>
>>
>> # mv /etc/dovecot/conf.d/10-ssl.conf
>/etc/dovecot/conf.d/10-ssl.conf.bak
>> # cp -p /usr/share/dovecot/conf.d...
2008 May 30
1
Migration from Ldap to Samba+Ldap
...e of old account imported with "smbldap-populate dump.ldif" (
missing all samba information ! ) :
dn: uid=charrasse,ou=Users,dc=mri.cnrs,dc=fr
loginShell: /bin/bash
sn: Charrasse
objectClass: top,inetOrgPerson,posixAccount,mri-user
gidNumber: 513
accountType: user
status: active
mail: sophie.charrasse@BLAH.fr
givenName: Sophie
uid: charrasse
uidNumber: 1583
cn: charrasse
userPassword: {MD5}c+URcajBLAHDcSObg==
homeDirectory: /home/alluser
Same account, now valid, modified with "smbldap-usermod -a %user" and
"smbldap -u %user"
dn: uid=charrasse,ou=Users,dc=mri.cn...
2010 Apr 02
1
Can't get NTLM authentication working with Samba
...to get winbindd up and running. I
think I'm part way there but have hit a brick wall.
I've set my machine us a PDC.
"wbinfo -u" returns a list of users OK (though I notice one is missing
but I'll deal with that later). But when I do a test authentication
with "wbinfo -a sophie%XXXXXX" I get these errors:
plaintext password authentication failed
error code was NT_STATUS_CANT_ACCESS_DOMAIN_INFO (0xc00000da)
error messsage was: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
Could not authenticate user sophie%summer with plaintext password
challenge/response pa...
2017 Jun 05
0
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...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
> ( ?? ?? ??)
>
>
>
>
>> On 5 Jun 2017, at 09:42, Matthias Sitte <matthias at familie-sitte.org
>> <mailto:matthias at familie-sitte.org>> wrote:
>>
>> I have the feeling that the config file is incorrect and lo...
2006 Jan 20
3
Troubles with the function rmultinom.c of the R's Random Number Generator
...ver, if I run this R code a second time, an error message appears:
Segmentation fault.
Has somebody ever used rmultinom.c and encountered these problems? My code
must be wrong but I don't know where. In this case, what is the correct way
to call the C function rmultinom.c?
Thanks in advance,
Sophie.
Sophie Ancelet
ENGREF
Laboratoire Grese
19 avenue du Maine
75 732 Paris Cedex 15
France
tel: 33 1 45 49 89 27
2013 Jun 15
2
quick Help needed
...10053 1994-09-23 3.25 1.25 1.25 0.75 2.25 22 1 9031
8840 191 1994
so female is either 0 or 1 I assume 0 is male and 1 is female. And I want
to look at dep, dys, sop, ago and mis how they are in terms of gender
(female or male) I have no clue what to do :-(
thanks for your help
sophie
[[alternative HTML version deleted]]
2017 Jun 04
2
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...-ssl.conf line 6: Unknown setting: ssl
Jun 4 11:05:55 mail systemd[1]: dovecot.service: main process exited, code=exited, status=89/n/a
Jun 4 11:05:55 mail systemd[1]: Unit dovecot.service entered failed state.
> On 18 May 2017, at 23:40, S. Kremer <sk71 at gmx.de> wrote:
>
> Hi Sophie
>
> did you try the following steps?
>
> 1. rename /etc/dovecot/conf.d/10-ssl.conf to
> /etc/dovecot/conf.d/10-ssl.conf.bak
> 2. copy /usr/share/dovecot/conf.d/10-ssl.conf to /etc/dovecot/conf.d/
> 3. restart dovecot
>
> what happens? start dovecot normally?
>
>...