Displaying 5 results from an estimated 5 matches for "linux03".
Did you mean:
linux01
2003 Jul 25
1
R won't use http_proxy (PR#3558)
Full_Name: Michael Watson
Version: 1.7.1
OS: Suse Linux 8.1
Submission from: (NULL) (149.155.96.3)
I am using Suse Linux 8.1:
IAHC-LINUX03:~ # uname -a
Linux IAHC-LINUX03 2.4.20-64GB-SMP #1 SMP Mon Mar 17 17:56:03 UTC 2003 i686
unknown unknown GNU/Linux
and R 1.7.1:
IAHC-LINUX03:~ # R --version
R 1.7.1 (2003-06-16).
Copyright (C) 2003 R Development Core Team
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome...
2001 Nov 19
7
firewall
hallo samba
i have samba installed on a linux SuSE e-mail server II.
i need to know witch port i have to open in my firewall to be able to
connect the samba share via NT's explore
my samba share om linux03 is [home] = /home/users
and a connect from my NT4.0 workstation explore with \\linux03\home
where is a firewall between my linux03 server with samba and my NT4.0
workstation.
Med venlig hilsen
damixa a/s
Jytte Nielsen
email: jn@damixa.dk
tlf: 63102273
fax: 63102207
2003 Jul 24
3
R won't connect to the internet on Linux!
OK, I really am struggling with this one! Forgive me if I am being stupid....
I am running R 1.7.1 on Suse Linux 8.1. I connect to the internet through a proxy so I have:
IAHC-LINUX03:~ # echo $http_proxy
wwwcache.bbsrc.ac.uk:8080
IAHC-LINUX03:~ # echo $HTTP_PROXY
wwwcache.bbsrc.ac.uk:8080
just in case ;-)
SO, i go into R and I get:
> source("http://www.bioconductor.org/getBioC.R")
unable to connect to 'www.bioconductor.org' on port 80.
Error in file(file...
2003 Jul 25
5
R won't connect to the internet on SUSE Linux 8.1
...;
> On Thu, 24 Jul 2003, michael watson (IAH-C) wrote:
>
> > OK, I really am struggling with this one! Forgive me if I am being stupid....
>
> > I am running R 1.7.1 on Suse Linux 8.1. I connect to the internet
> > through a proxy so I have:
> >
> > IAHC-LINUX03:~ # echo $http_proxy
> > wwwcache.bbsrc.ac.uk:8080
> > IAHC-LINUX03:~ # echo $HTTP_PROXY
> > wwwcache.bbsrc.ac.uk:8080
> >
> > just in case ;-)
> >
> > SO, i go into R and I get:
> >
> > > source("http://www.bioconductor.org/getBioC.R...
2005 Jan 10
0
Installing RCurl on Linux
Hi
I'm not having much luck today! Running Suse Linux 8.2, R 2.0.0, trying
to install RCurl_0.5-1.tar.gz.
Perhaps there's an issue with my C compiler, but I got some errors:
IAHC-LINUX03:/usr/users/mwatson # R CMD INSTALL RCurl_0.5-1.tar.gz
* Installing *source* package 'RCurl' ...
checking for curl-config... /usr/bin/curl-config
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross...