Displaying 13 results from an estimated 13 matches for "c3sl".
2007 Sep 01
2
[patch] sftp-server basepath [yet another]
...age of this patch is to NOT allow a user who mounted a floppy access
other mounted media from another user.
Usage:
sftp-server -b <path>
My page includes this path: http://www.inf.ufpr.br/ribas/sshfs_help/
And it is attached too.
Thanks for atention
Bruno Ribas
--
Bruno Ribas - ribas at c3sl.ufpr.br
http://web.inf.ufpr.br/ribas
C3SL: http://www.c3sl.ufpr.br
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sftp-server.c.patch
Type: text/x-diff
Size: 1369 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20...
2008 Aug 31
2
smb_auth problem
...sek:/home/netlogon# ls -l
total 4
-rwxrwxrwx 1 root root 6 Ago 31 17:35 proxyauth
sek:/home/netlogon# ls -ld
drwxrwxrwx 2 root root 22 Ago 31 17:35 .
sek:/home/netlogon# cat proxyauth
allow
8<----------------------------------
Really thanks if someone could help me.
--
Vinicius Ruoso - vkr07@c3sl.ufpr.br
C3SL: http://www.c3sl.ufpr.br
2008 Sep 01
1
the field ttl in struct referral doesn't work
...nd this field uses constant REFERRAL_TTL(#define REFERRAL_TTL 600) as default.My problem is when i set REFERRAL_TTL to be 10, it doesn't work.
_________________________________________________________________
ÓÃÊÖ»úMSNÁÄÌìдÓʼþ¿´¿Õ¼ä£¬ÎÞÏÞ¹µÍ¨£¬·ÖÏí¾«²Ê£¡
http://mobile.msn.com.cn/From vkr07 at c3sl.ufpr.br Mon Sep 1 01:21:59 2008
From: vkr07 at c3sl.ufpr.br (Vinicius Ruoso)
Date: Mon Sep 1 01:22:29 2008
Subject: [Samba] smb_auth problem
In-Reply-To: <17d469250808311450p57d7bd76x56a8de607458bb3d@mail.gmail.com>
References: <1343.189.58.5.170.1220218018.squirrel@webmail.inf.ufpr.br&...
2010 Aug 10
1
Timeout from server <...> during authentication
...fine.
The firewall is disabled in ws2003, but I'm a linux user and it is
possible that I'm missing some configuration to allow the connection.
Any suggestion could be usefull.
Thanks,
Diego G. Pasqualin
Brazil
--
Diego G. Pasqualin
UFPR - Universidade Federal do Paran?
C3SL - Centro de Computa??o Cient?fica e Software Livre
2006 Oct 09
1
About sftp-server root path
..., because as we have netboot workstations, the access
to devices [such as, floppy, cdrom and usb data] are becoming to be used by
sshfs, but we don't want that users can make an sftp tunnell and mount others
directories besides those pre-determined [i.e /mnt].
Thanks
--
Bruno Ribas - ribas at c3sl.ufpr.br
http://web.inf.ufpr.br/ribas
C3SL: http://www.c3sl.ufpr.br
2008 Feb 12
1
Markov and Hidden Markov models
Hi,
Is there a package that will estimate simple Markov models and hidden
Markov models for discrete time processes in R?
Thanks in advance,
David
--
===============================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of Wisconsin - Madison
Educational Sciences, Room, 1061
1025 W. Johnson Street
Madison, WI 53706
2011 Mar 28
1
"Buffer overflow" updating and installing packages...
Good evenings. I am a novice in R and I have a big problem updating and
installing packages inside R in Ubuntu 10.10 I followed the instructions in
http://cran.r-project.org/bin/linux/debian/ :
*Added a new repository in Ubuntu : http://cran-r.c3sl.ufpr.br/bin/linux/ubuntu
maverick/
*update the r-base and r-base-dev packages
*Enter R with "sudo"
The R version is right [R version 2.12.2 (2011-02-25)] but commands in the R
console like 'install.packages("pwr")' or install.packages("agricolae") fail
with...
2007 Apr 23
1
Package installed, functional but not available
...ok upgrade unavailable
/home/fernando/my_library 38 0 1
/usr/local/lib/R/library 28 0 0
Number of available packages (each package/bundle counted only once):
installed not installed
http://cran-r.c3sl.ufpr.br/src/contrib 51 957
i.e., there is an unavailable package in my personal library. With,
> summary(packageStatus())
I see that the unavailable package is one that I have done and
installed via R CMD INSTALL. Although it says it is unavailable, I can
load the package...
2009 Jun 15
4
reading Excel file
Dear all,
I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is there any alternatives to read Excel file ?
I hope it should be.
I need help although it is minor querry.
Thanks in advance.
Sincerely,
Ram Kumar Basnet
Wageningen University,
The Netherlands
[[alternative HTML
2011 Dec 01
0
Problemas al instalar R 2.14 en Ubuntu 11.10 - Resuelto!
...e]
> >
> >
> > $ apt-cache policy r-base
> >
> > r-base:
> >
> > Installed: 2.14.0-1oneiric0
> >
> > Candidate: 2.14.0-1oneiric0
> >
> > Version table:
> >
> > *** 2.14.0-1oneiric0 0
> >
> > 500 http://cran-r.c3sl.ufpr.br/bin/linux/ubuntu/ oneiric/ Packages
> >
> > 100 /var/lib/dpkg/status
> >
> > 2.13.2-1oneiric 0
> >
> > 500 http://cran-r.c3sl.ufpr.br/bin/linux/ubuntu/ oneiric/ Packages
> >
> > 2.13.1-1 0
> >
> > 500 http://br.archive.ubuntu.com/u...
2006 Oct 09
1
dump (PR#9282)
Full_Name: Ricardo Ehlers
Version: 2.4.0
OS: Linux
Submission from: (NULL) (200.138.34.134)
The dump function is outputing something different from previous versions. For
example
> a <- c(1,2,3); dump('a',file='test')
now results in `a` <- c(1,2) instead of "a" <- c(1,2) in the file 'test'
This prevents using the bayesmix package and running JAGS
2015 Jul 19
3
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
Hello,
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Patched
major 3
minor 2.1
year 2015
month 07
day 16
svn rev 68681
language R
version.string R version 3.2.1 Patched (2015-07-16 r68681)
nickname World-Famous Astronaut
I
2007 Nov 23
0
R users in Cyprus
...0.8088186 0.8410363
475 58.97280 0.7775549 0.8085821 0.8408474
Wilson Wang
AviaraDx Inc.
xwang at aviaradx.com
[[alternative HTML version deleted]]
------------------------------
Message: 71
Date: Wed, 21 Nov 2007 20:58:48 -0200 (BRST)
From: Paulo Justiniano Ribeiro Jr <paulojus at c3sl.ufpr.br>
Subject: Re: [R] How can I save a plot ?
To: Maura E Monville <maura.monville at gmail.com>
Cc: r-help at stat.math.ethz.ch
Message-ID: <Pine.LNX.4.58.0711212056170.27554 at bowmore.c3sl.ufpr.br>
Content-Type: TEXT/PLAIN; charset=US-ASCII
have a look at:
help(dev.print)...