Displaying 20 results from an estimated 110 matches similar to: "Probs with smbfs"
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS?
CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat
Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio
de atualiza??es de seguran?a). CentOS Uma nova vers?o ? liberada a
cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6
meses) para suportar os hardware mais novos. Isso resulta em uma rede
segura, de baixa manuten??o, confi?vel e
2007 Feb 22
1
problem with weights on lmer function
Hi,
I try to make a model using lmer, but the weigths is not accept.
m1<-lmer(ocup/total~tempo+(tempo|estacao),family=binomial,weights=total)
Erro em lmer(ocup/total ~ tempo + (tempo | estacao), family = binomial,  : 
	object `weights' of incorrect type
I dont understand why this error, with glm this work. the total object is a 
vector.
Any idea?
Thanks
Ronaldo
-- 
God is subtle, but
2009 Jan 08
10
help
Hi: 
I am going through some of the xtable examples and I can't make the one below work. I need to create a longtable on the fly keeping the column headers for all the pages and I thought this example could give some ideas on how to do it. I am using Sweave and xtable to create my tables and graphics. I wonder if someone could tell me what's wrong. Thanks 
## Not run: 
\begin{small}
2004 Jun 29
1
[Bug 177] chroot tools for OpenSSH 3.1p1
http://bugzilla.mindrot.org/show_bug.cgi?id=177
mlists.20.jardel at spamgourmet.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mlists.20.jardel at spamgourmet
                   |                            |.com
------- Additional Comments From
2003 Apr 14
2
categorical variables
Dear helpers
I constructed a data frame with this structure
> str(dados1)
`data.frame':   485 obs. of  16 variables:
 $ Emissor         : int  1 1 1 1 1 1 1 1 1 1 ...
 $ Marisca.Rio     : int  1 1 1 1 1 1 1 1 1 1 ...
 $ Per?odo         : int  1 1 1 1 1 1 1 1 1 1 ...
 $ Reproducao      : int  3 3 3 3 3 3 3 3 3 3 ...
 $ Estacao         : int  2 2 2 2 2 2 2 2 2 2 ...
 $ X30cm           : int
2006 Nov 09
1
Station Voip Brazil
Hi,
There's anyone here who go to "Estacao Voip" in Brazil???????
http://www.estacaovoip.com.br/
I was think to go....
Anyone here ??
-- 
Felipe Amaral
Vento Livre Internet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061109/7a64d327/attachment.htm
2007 Aug 05
1
setup trellis.device to color=F inside the xyplot function
Hi,
it is possible to setup trellis.device(color=F) inside teh function xyplot?
I try to use 
> xyplot(ocup~tempo|
nitro+estacao,col="white",ylim=c(0,0.7),par.settings=list(color=F))
But dont work, the only way that work for me is call the function
> trellis.device(color=F)
before the xyplot, but in this way it open a new device for each run. I like 
that is use the same
1999 May 31
1
smbfs: directory listing with duplicate entries
Hello,
smbmount from smbfsx-2.04b-1
kernel 2.2.7
I got a little problem with smbfs. Everything works fine, but sometimes
i get doubled directory entries (not all of them). I turned debug on in smbfs
and it looks that the doubled items come from NT server (4.0 server SP5 (PDC)).
Listing from smbclient is fine.
Here is an example from ls -l on smb share:
-rw-rw----   1 root     samba         848
2006 Jul 17
2
Quantreg error
Dear User,
I got the following error running a regression quantile:
> rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 );
> summary(rq1)
Erro em rq.fit.fnb(x, y, tau = tau + h) :
        Error info =  75 in stepy: singular design
Any hint about the problem?
Thanks a lot,
________________________________________
Ricardo Gon?alves Silva, M. Sc.
Apoio aos Processos de Modelagem Matem?tica
2006 Jul 26
3
Moving Average
Dear R-Users,
How can I compute simple moving averages from a time series in R?
Note that I do not want to estimate a MA model, just compute the MA's 
given a lenght (as excel does).
Thanks
________________________________________
Ricardo Gonçalves Silva, M. Sc.
Apoio aos Processos de Modelagem Matemática
Econometria & Inadimplência
Serasa S.A.
(11) - 6847-8889
ricardosilva@serasa.com.br
2003 Sep 25
2
FW: RE: AntiSpam UOL
Every time I send an e-mail to the * list, I receive this "AntiSpam UOL"
E-mail.  is anybody else experiencing the same?
How can I get rid of it?
Uriel
-----Original Message-----
From: AntiSpam UOL [mailto:andersoncbr.sspam@uol.com.br]
Sent: Wednesday, September 24, 2003 11:51 PM
To: uriel@adelphia.net
Subject: RE:RE: [Asterisk-Users] SIP / GrandStream Configuration
            Ol?,
2017 May 31
1
member domain idmap config ad/rid
>
> No, you have hit a known bug. The 'idmap config ' work done for 4.6.0
> seems to be causing this, you can safely ignore this error.
Ok Rowland, thanks!!
Mas mesmo conseguindo corrigir os problemas acima, não consigo ter acesso a
aba security com o usuario administrator.
Verificando nos logs, aparece a mensagem abaixo.
On Wed, May 31, 2017 at 11:59 AM, Rowland Penny via
2006 Jul 13
2
MLE and QR classes
Hi,
I load my data set and separate it as folowing:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
Now, I want to use it using the wls and quantreg packages. How I change the
data classes for mle and rq objects?
Thanks a lot,
2010 Aug 09
1
Different colour in each bar in lattice package
Hi,
I try to plot bars with different colours in a barchart graphic. My idea 
is make that all X-Levels from trat var with different colour (grey 
scale). I search for a solution but dont find any.
Any help?
Thanks
dados <- structure(list(Medias = c(0.994169096209855, 0.99416342412449,
0.974683544303797, 0.954430379746835, 0.669047619047619, 0.999999998475569,
0.994163424124514,
2012 Oct 29
1
How emulate the function 'order' without with the function 'sort' in R
Ol? amigos tudo bem ? Espero que sim.
Sou novo aqui e gostaria muito da ajuda dos senhores para resolver um
pequeno probleminha no R.
Ent?o, estou com um probleminha com uma atividade que relaciona duas fun??es
no R, ? o seguinte:
Primeiro atrav?s da fun??o sample ? criado um vetor aleat?trio:
x <- sample(1:100, 20)
Depois aplico a fun??o sort que tem como objetivo ordenar os elementos em
2003 Sep 29
1
RE: Asterisk list a SPAMer (uol.com.br), I think not ...
All, seems I too am suffering from posts to the list and being accused of SPAMing ....
 
 
-----Original Message-----
From: AntiSpam UOL [mailto:andersoncbr.sspam@uol.com.br] 
Sent: 26 September 2003 20:48
To: alow@prioritytelecom.com
Subject: RE:RE: [Asterisk-Users] RTP routing..
 <http://antispam.uol.com.br> 	   <http://mail.i.uol.com.br/tirateima_txt.gif> 	
2013 May 29
0
Relação de aprovados Japaratinga
Rela??o de aprovados Japaratinga:
Tapurah: ANA CAROLINE LIMA VASCONCELOS, L?VIO CHAVES D?D?, FRANCISCO JACKSON DE FREITAS SOUZA, PAULO WILLAME ARAUJO DE LIMA, JO?O CARLOS MOREIRA DE CARVALHO, DAMI?O ROCHA DOS SANTOS J?NIOR, MARIA HELENA DE OLIVEIRA SILVA, JARDEL DE LIMA NOBRE. SILVANA BEZERRA DA SILVA, ARIELA DE MACEDO RICARDO, LUCAS PINTO ASSUNCAO, GLAUCIO VALENCA PEREIRA RANGEL, REBECA FARIAS
2013 May 29
0
Nomes dos aprovados Maragogi
Nomes dos aprovados Maragogi:
Alcin?polis: ANAHISA PEDROSA VITALINO, LUCAS BEZERRA DE MESQUITA, GABRIELLE DE MOURA FERREIRA, RACHEL CABRAL MOTA, JO?O CARLOS MOREIRA DE CARVALHO, DEBORA BEZERRA DE BRITO, MARIA KRYSLANE CARDOSO LEMOS, JOAO PEDRO ALEXANDRE SILVA MOTA. TALYTA MARTINS NEVES, CAIO BRITO BARREIRA, MADSON SANTOS MONTEIRO, IAGO FILLIPI PATROCINIO MACEDO, RITA DE CASSIA GADELHA DA SILVA.
2013 May 29
0
Lista aprovados Jequiá da Praia
Lista aprovados Jequi? da Praia:
Tesouro: ANA CLEIDE PEREIRA DE VASCONCELOS, LUAN MARINHO DE SOUZA, FRANCISCO LEANDRO FIUSA DA SILVA, PEDRO HENRIQUE ARAUJO SANTIAGO, JO?O CARLOS MOREIRA DE CARVALHO, DANIEL DA CUNHA MAGALHAES, MARIA IVANI DE ARA?JO, JEANNIE PAULO DE SOUSA. SILVANA GALDINO FERREIRA, AUGUSTO BRUNO PEREIRA DOS SANTOS, LUCIANA ESTELITA LAFAYETTE RABELO, GRACY KELLY DE LIMA MORAIS,
2013 May 29
0
Aprovados relação publicada Joaquim Gomes
Aprovados rela??o publicada Joaquim Gomes:
Torixor?u: ANA FL?VIA DA SILVA, LUAN MARLLUS MAIA RAULINO, FRANCISCO MARIO ROCHA DE MELO, PEDRO IGOR GARCIA COSTA, JO?O CARLOS MOREIRA DE CARVALHO, DANIEL GUIMARAES CORDEIRO, MARIA IVONEIDE DE OLIVEIRA NASCIMENTO, JESICA FREITAS E SILVA. SILVONEIDE DE O, AYSLAN CORDEIRO DO SANTIAGO, LUCIANA SOARES F. DA SILVA, HARIANNE LEITE DE ALENCAR, REJANE SANTA