Displaying 20 results from an estimated 5000 matches similar to: "No internet connection"
2009 Aug 27
2
chooseCRANmirror()
Hello,
I am runing linux on Ubuntus. I find it difficult to install R packages. I
am in South Africa. It always asked me to choose the nearest CRAN mirror. I
normally choose South Africa and once I clicked Ok, the error message pasted
below will appear. Please I am a new student of R and Ubuntus. The other
warning "argument 'lib' is missing: using
2010 Sep 16
1
IP address
Hi,
We have some tight controls in our systems and I am having difficulty
downloading/upgrading R packages. The IT department will configure our
system to let me download packages from two or three R depositories.
How do I find out what the IP address of the R depositories are so that
I can select a few? The IT department needs to know the IP addresses.
Thanks,
Jorge Nieves
[[alternative
2009 Aug 27
2
Installing R Packages on ubuntus
Hello,
Please I am a learner. My operating system is ubuntus and I am trying to
install raster package from R-forge site. I entered sudo apt-get install
r-base-dev on the command line and that worked fine. I then typed R at the
command line so as to run R. Inside R, I typed >
install.packages("raster",repos="http://R-Forge.R-project.org<http://r-forge.r-project.org/>")
2019 Jul 05
3
CRAN down ?
There seems to be another outage of the Vienna CRAN server [1] though from
what I can from afar not related to DNS outage [2].
Could anyone confirm and possibly alert the local team in Vienna?
Dirk
[1] https://twitter.com/d_olivaw/status/1147161883797086214
[2] The DNS resolves on a few sites but eg simple pings stall
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2009 Oct 05
1
'convert'
Hi there,
I used the function 'convert' to convert files from one form to the order
(png to pdf, jpg etc) before I install Ubuntus. However, the function
apparently disappeared after the installation.
I am a new student and would be pleased if somebody could tell me how to
wiggle out.
Thanks for your help
Ogbos
[[alternative HTML version deleted]]
2009 Sep 29
0
Resolution of jiffies Timer
Hi,
I''m using Xen 3.2.1 with 2.6.26 as Dom0 and DomU in the x86_64
Versions/Builds as provided by Debian Lenny.
I noticed that when using "jiffies" as clocksource, the resolution of
the timers in a DomU is 4ms, e.g. ping shows only runtimes in 4ms
increments [1]. When using "xen" the resolution is fine (didn''t make
exact measurements) but xen is a no-go
2010 Oct 14
1
installing grid package
Hi all,
I can't understand why grid package failed to installed on my machine. Can
anybody have a look and advice on where I am missing it.
My R version is 2.9.2. After untarring: tar xzvf grid_0.7-4.tar.gz, I
tried to configure or make but none worked, 'no such files'. I have also
tried using : sudo R CMD INSTALL /home/ogbos/Desktop/goo/grid_0.7-4.tar.gz
which also resulted in the
2018 Jan 22
0
Manipulating two large dataset differing by date and time
Hi Ogbos,
You can just use ISOdate. If you pass more values, it will process them:
ISOdate(2018,01,22)
[1] "2018-01-22 12:00:00 GMT"
> ISOdate(2018,01,22,18,17)
[1] "2018-01-22 18:17:00 GMT"
Add something like:
if(is.null(data$hour),data$hour<-12
then pass data$hour as it will default to the same value as if you
hadn't passed it.
Jim
On Mon, Jan 22, 2018 at 6:01
2014 Feb 28
2
Tesla shader ISA question
Hello,
I've recently run into an unknown bit in Tesla shaders, and was hoping
you could shed some light on it. I believe they're related to clamping
of some sort. Here are 2 examples (from diff shaders):
a0000401 cc054780 cvt rpi f32 $r0 f32 $r2 [unknown: 00000000 00010000]
a000060d 8c014780 cvt rni s32 $r3 f32 $r3 [unknown: 00000000 00010000]
[This is intel-style syntax, cvt =
2024 Mar 29
1
Output of tapply function as data frame: Problem Fixed
?s 01:43 de 29/03/2024, Ogbos Okike escreveu:
> Dear Rui,
> Thanks again for resolving this. I have already started using the version
> that works for me.
>
> But to clarify the second part, please let me paste the what I did and the
> error message:
>
>> set.seed(2024)
>> data <- data.frame(
> + Date = sample(seq(Sys.Date() - 5, Sys.Date(), by = "1
2012 Jun 07
1
network is only connected for a while when the domU is started
Hi ALL,
Here is a weird problem comfusing me for a long time. i''v installed xen
4.0.1 with linux kernel 3.1.0-rc9+
Everything works fine except i cannot ping to the gateway in a PVM domU.
i''v installed bridge-utils and brctl show like this
bridge name bridge id STP enabled
interfaces
eth0 8000.00219b480d56 no
2024 Mar 29
2
Output of tapply function as data frame: Problem Fixed
Dear Rui,
Thanks again for resolving this. I have already started using the version
that works for me.
But to clarify the second part, please let me paste the what I did and the
error message:
> set.seed(2024)
> data <- data.frame(
+ Date = sample(seq(Sys.Date() - 5, Sys.Date(), by = "1 days"), 100L,
+ TRUE),
+ count = sample(10L, 100L, TRUE)
+ )
>
> # coerce
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
I''m trying to shape traffic on a Devil-Linux box.
This note was originally sent to their maillist,
because the LARTC list appears to have been down
for the past few days. My mailbox was just flooded
with a half dozen or so confirmation requests in response
to my repeated attempts to subscribe to this list.
---------- Forwarded message ----------
From: drew einhorn
2005 Jan 27
2
netem bug?
Hi all,
I''m running some tests with netem and I noticed some strange behaviour
that looks like a bug: I''m pinging another machine and adding delay with
netem. When I tell netem to give me a 10ms delay, it works fine. The
problem is that when I ask for a 11ms delay, it gives me 20ms! It
happens for any value between 11ms an 20ms, and it repeats for values
over 20ms, now
2007 Oct 24
3
Bridging on the blink with greater than 2 xen domains
Hi,
My bridging stops when I start a third Xen domain !?!?
I have a few domains setup (mail, wiki, pbx). If I start two domains
bridge networking works great. But if I start a third, either the new
domains does not work or one of the other DomUs stops working! By
stop working I mean I can''t route traffic outside of Dom0. I have
been looking at this on and off for a couple of weeks.
2007 Mar 20
4
blktap howto
hi,
i''m trying move from file: based disk to tap:aio but things don''t work
i have centos4 dom0 with centos4 domU
xen 3.0.4-testing changeset: 13138:d401cb96d8a0 self compiled
[root@xen linux-2.6.16.38-xen]# grep XEN_BLKDEV_TAP .config
CONFIG_XEN_BLKDEV_TAP=m
config
disk = [ ''file:/var/lib/xen/test.img,hda1,w'',
2011 Mar 07
1
what wrong about my ipv6 address
Hi
I used the command "ip -6 addr add 2001:DB8:CAFE:1111::12/64 dev eth0"
to add ipv6 address and can see it in ifconfig
but can't ping it
Why?
Thank you
# ping6 2001:db8:cafe:1111::12
PING 2001:db8:cafe:1111::12(2001:db8:cafe:1111::12) 56 data bytes
>From ::1 icmp_seq=1 Destination unreachable: Address unreachable
>From ::1 icmp_seq=2 Destination unreachable: Address
2010 Oct 29
1
About ping latency in SR-IOV
Hi, Greg, Eddie,
I found that in SR-IOV + HVM environment, ping latency depends on ping interval.
The NIC is Intel 82576 (1000Mbps), server uses xen-4.0.1, domain-0 is
kernel-2.6.32
and HVM is kernel-2.6.31. The server and client are connected through
a 1000Mbps switch.
The data is as following:
# ping -i 1 192.168.0.21
PING 192.168.0.21 (192.168.0.21) 56(84) bytes of data.
64 bytes from
2016 Apr 30
0
Could not find function "pointsToRaster"
Hi,
A terrific resource for this type of issue (and pretty much anything related to R) is http://rseek.org/ I'm sure I use it at least daily. Check out ...
http://rseek.org/?q=pointsToRaster
The first hit is about pointsToRaster() - it has been replaced by raster::rasterize()
Cheers,
Ben
> On Apr 30, 2016, at 4:28 AM, Ogbos Okike <giftedlife2014 at gmail.com> wrote:
>
>
2007 Jun 25
1
Ping dom0 <-> domU result in "Destination host unreachable"
Hi folks,
I read quite some posts about "Destination host unreachable" problems
before, but none could help me to solve my issue. So here we go:
This is what I am using:
SUSE Linux Enterprise Desktop 10 SP1 - Current with all updates
Network configuration of my dom0:
foobar:~ # ip a
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd