Displaying 20 results from an estimated 32 matches for "propres".
Did you mean:
propre
2009 Jul 06
1
Nonblocking connect is not proprly checked in poll implementation
Hello,
I found a bug in Icecast-2.3.2. SVN trunk is affected either. The problem lies
in src/net/sock.c: sock_connected() function.
This function is used to check status of socket after nonblocking connect(2)
and it has two implementations: select(2) and poll(2). The select branch does
the right job---it gets socket status by getsockopt(2) after selecting for
write. But the poll branch does not.
2010 Oct 27
8
Advanced Diary.
Help me plz run Advanced Diary is 3.0.1
I install mMicrosoft MDAC and can run application, but get error "Provider cannot be found. It may not be proprely installed".
How i can run it? =(
2001 Nov 05
1
Problem to transfer Splus functions
...c("On continue ?", "Arret")
ski <- menu(tex)
switch(ski,
,
stop())
}
y <- wt * x
v <- t(x) %*% y # Calcul de la matrice a diagonaliser
d12 <- sqrt(d)
v <- d12 * v
v <- t(d12 * t(v))
res <- eigen(v, symmetric = T)
# Recherche des elements propres de v
#------------------------------------------------------------------------
# Factors associated with very small eigenvalues removed
#------------------------------------------------------------------------
nf <- length(res$values)
cond <- res$values < tol * sum(res$values)
nfmax &...
2011 Sep 19
2
dsync with quotas
I have been working on converting people from courier maildir -> dovecot
mdbox and during some of the dsync runs I'm seeing the
quota_exceeded_message be printed as an Error:
dsync(<user>): Error: Can't save message to mailbox INBOX: You are over quota. To avoid losing mail, immediately empty your Trash and Sent folders and \
delete emails with large attachments.
2004 Aug 06
2
quelques questions à propos d'icecast et autres outils associés...
bonjour, hello, buenas dias,
ça ne fait pas longtemps que je suis sur cette mailing list, J'éspére que
quelqu'un parle le français car techniquement je suis pas doué ni en anglais
ni en d'autres langues...
it isn't a long time i 'm on the mailing list, i hope someone is speaking
french, because i don't write very well others languages about technical
probléms...
no
2005 Apr 20
2
recompiling kernel
Can anyone supply a link on a how-to (or provide intructions) on
recompiling a centos 4 kernel? I'm trying my old rhel 3 commands and
they arent working.
2017 Feb 09
3
Problems with samba 4.5.5
Hi,
My Domain Controllers are using Samba 4.2.1 on Debian 7
I have upgraded my Secondary DC of the 4.2.1 to 4.5.5 version, as the
follow:
1) cd /root
2) wget -c https://download.samba.org/pub/samba/samba-4.5.5.tar.gz
3) tar -xzvf samba-4.5.5.tar.gz
4) cd samba-4.5.5
5) ./configure --prefix=/opt/samba --enable-debug --enable-selftest
6) make
7) /etc/init.d/samba stop
8) /etc/init.d/ntp stop
9)
2020 Oct 09
1
Aide pour finaliser ce code
...ette fonction centre les donn?es de X
X1=X*0
for (i in 1:n){
X1[i,]=X[i,]-Ms
}
return(X1)
}
# Fonction N?2
SqrtMatrice0<-function(M) {
# Cette fonction nous permet de calculer la racine carr?e d'une matrice
# en utilisant la d?composition M=PDQ o? Q est l'inverse de P
# ici les valeurs propres n?gatives sont remplac?es par zero
a=eigen(M,TRUE)
b=a$values
b[b<0]=0
c=a$vectors
d=diag(sqrt(b))
b=solve(c)
a=c%*%d%*%b
return(a)
}
# d?claration des parametres
m1=0.01 # valeur de alpha (risque de 1%)
m2=0.05 # valeur de alpha (risque de 5%)
m3=0.1 # valeur de alpha (risque de 10%)
n...
2015 Apr 08
2
Some subscribers posts to the list ending up in Gmail spam
On Sat, Apr 4, 2015 at 8:35 PM, Nataraj <incoming-centos at rjl.com> wrote:
> On 04/04/2015 09:59 AM, Andrew Holway wrote:
>> Did we work out the technical reason why some users that post to the list
>> are getting dumped into gmail spam?
>
> . I believe that if, in your gmail account, you keep marking as "NOT
> SPAM" any false positives it will send more
2004 Mar 24
1
Win98 domain and accent problems
Hello,
I am having a problem with accented folder and win98.
the setup is
PDC (under NT) , a Linux Samba as a file server added to the domain
(smbpasswd and winbind) and a W98 client
in any share, if i create a folder named "aaa" for exemple i can get in it.
but if i create a folder named "???" or any accented char i just can get
in it. Windows Error : no such file or
2007 Jun 12
4
fichier wxruby2
Bonjour, je voulais savoir si il est possible d''installer les fichiers wxruby2 ailleurs que dans les dossiers habituel et sans se servir de rubygems?
car j''aimerais pouvoir les déplacés.
Merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2018 Jan 22
2
How to address the following: CRAN packages not using Suggests conditionally
Re-sending, since I forgot to include the list, sorry. I'm including
r-package-devel too this time, as it seems more appropriate for this list.
El 22 ene. 2018 10:11, "I?aki ?car" <i.ucar86 at gmail.com> escribi?:
>
>
> El 22 ene. 2018 8:12, "Ulrich Bodenhofer" <bodenhofer at bioinf.jku.at>
> escribi?:
>
> Dear colleagues, dear members of
2015 Apr 08
0
Some subscribers posts to the list ending up in Gmail spam
Le 2015/04/08 17:50 +0200, Les Mikesell a ?crit:
> No, I don't think it will ever learn from that,, but there is a way
> you can set a rule to 'never mark as spam' based on the sender. Which
> wouldn't be fun on a list with a lot of yahoo.com members.
FWIW, I recently solved one reason GMail was always marking my emails as
spam: my MTA has IPv6, and to send emails, it
2006 Jun 28
2
Nouvelle Appli Rails (made in france ?) redMine
Salut,
http://rubyforge.org/projects/redmine/
redMine is a project management web application: issues tracking,
news, documents and files management. Written using Ruby on Rails
framework
Complet, Joli! et code tr?s propre, merci ? Jean-Phillipe Lang.
Et en particulier pour son helper pour faire des tris dans des
affichages pagin?s.
J''en abandonnerai presque Mantis..
2003 Feb 13
1
SSL problem
Hi all
I have a problem !!!
I want to configure samba with windows 98 SE.
I have used this site as reference
http://www.linuxfocus.org/Francais/May2002/article247.shtml
when I make testparam , I got this messages !!
[root@linuxserver root]# testparm
Load smb config files from /etc/samba/smb.conf
Unknown parameter encountered: "ssl CA certFile"
Ignoring unknown parameter "ssl CA
2003 Jul 15
0
Need help taking over my Windoze Domain
Hi again,
My goal here is to 'fdisk' my Windoze PDC, and I think I just need a little more help....
OK, I've susccessfully set up Samba 2.2.8a and OpenLDAP 2.0.27. I was able to join a XP,NT, and 2000 box to a new "test" domain, and log into it.
Now I want to shut down my WindowsPDC, change my NetBios and workgroup name on my Samba server, and have it take over without
2008 Mar 08
0
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore (2nd try)
...ests.
This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.
Signed-off-by:Erwan Velu <erwan.velu at free.fr>
--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire du present
message lui sont propres et ne sauraient engager la responsabilite de la
societe SEANODES.
Ce message ainsi que les eventuelles pieces jointes constituent une
correspondance privee et confidentielle a l'attention exclusive du
destinataire designe ci-dessus. Si vous n'etes pas le destinataire du
present message ou...
2008 Mar 08
0
[PATCH 1/1] Fixing wrong offsets in dmi
...wrong offsets.
This patch fixes this offsets and improve the grammar.
Signed-off-by:Sebastian Herbszt <herbszt at gmx.de>
--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire du present
message lui sont propres et ne sauraient engager la responsabilite de la
societe SEANODES.
Ce message ainsi que les eventuelles pieces jointes constituent une
correspondance privee et confidentielle a l'attention exclusive du
destinataire designe ci-dessus. Si vous n'etes pas le destinataire du
present message ou...
2004 Jul 29
1
Samba 3 PDC with LDAP backend problem
I am installing an Samba 3 PDC with an OpenLDAP backend.
I am currently having a problem when I try to add a Windows workstation to
the domain with the Administrator user or trying to connect to a share.
I get the following error :
[2004/07/29 13:35:22, 1] auth/auth_util.c:make_server_info_sam(822)
User Administrator in passdb, but getpwnam() fails!
[2004/07/29 13:35:22, 0]
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
...or royalties of each of the persons. "personnes apparent?es" une
personne est "apparent?e" ? une autre si (1) elle d?tient, soit
directement soit indirectement, un int?r?t d'au moins 20% ou d?tient
une option d'achat d'un int?r?t d'au moins 20% dans les capitaux
propres, l'actif, les biens, les profits, les gains, les revenus ou
les redevances de l'autre, ou si (2) une tierce partie d?tient,
directement ou indirectement, un int?r?t d'au moins 20% dans les
capitaux propres, l'actif, les biens, les profits, les gains, les
revenus ou les redevances de...