Displaying 20 results from an estimated 700 matches similar to: "Vector with factors inside lists/tuples"
2009 Aug 24
2
Number of CPU's
Any way to get access to the number of CPU's, optionally their type,
from within R? In linux I can just read /proc/cpuinfo but for
win/mac ?
Thanks!
H?vard
--
H?vard Rue
Department of Mathematical Sciences
Norwegian University of Science and Technology
N-7491 Trondheim, Norway
Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue
Fax : +47-7359-3524 Email: havard.rue
2019 Feb 14
2
Tinc node is crashing after some days or weeks. How to debug?
On 13/2/19 12:28 am, Tomasz Chmielewski wrote:
> On 2019-02-12 22:12, Håvard Rabbe wrote:
>> Hi
>> Im running tinc 1.1pre17. My problem is that my tinc nodes
>> occasionally crashes. When it crashes the tinc node is not running
>> anymore. Time between failure can be sometimes days or weeks.
>>
>> Do anyone here have a proposal for how to debug and get this
2018 May 09
6
[Bug 1257] New: conntrack family filter does not work with conntrack-tools 1.4.5
https://bugzilla.netfilter.org/show_bug.cgi?id=1257
Bug ID: 1257
Summary: conntrack family filter does not work with
conntrack-tools 1.4.5
Product: conntrack-tools
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component:
2017 Feb 23
1
Re: Is it possible to block ipv6 auto configuration entering the tinc tunnel?
hi
It was not working when i applied the rules on the vpn card. But I wondered if maybe bridging of vpn and eth0 was messing this up. I thought it was enough to only apply it to the vpn card
root at JOTVPN:~# brctl show
bridge name bridge id STP enabled interfaces
bridge 8000.000c29638a7e no eth0
vpn
so I tried the
2012 Feb 02
2
Problem with range()
Hello,
I'm using range do define boundaries for a linear model, so the line I
graph is only graphed for the range of data. There are NAs in the
data, but I dont remember this being a problem before. I typed
na.action=na.omit anyway, which has usually solved any NA issues in
the past. Any idea why R cant do vector functions for these data?
Solution?
Thanks,
Colin Wahl
M.S. Biology candidate
2005 Mar 01
13
Step-by-step guide for PowerPoint under wine?
Dear All,
is there a step-by-step guide on how to install
PowerPoint 2000 with wine (I'm running PhotoShop 3 and
UltraEdit with it, perfectly !)
System: SuSE Personal 9.1, wine -version is
20040213-41.
I tried to start the install with 'wine
/path/to/CD-ROM/setup.exe', it takes forever and
finally it returns with 'file not found'.
The files are all there, expect that on the
2016 Aug 27
2
Is it possible to block ipv6 auto configuration entering the tinc tunnel?
Hi
Im using tinc to bridge networks together. And im using ebtables to block dhcp traffic for ipv4 on each node in tinc. One of my nodes have recently began using ipv6. The isp is using auto configuration to give out ipv6 addresses. The problem is that every computer in my bridged network is getting ipv6 addresses from that node.
The other computers behind the other nodes have no use for ipv6
2017 Feb 22
2
Re: Is it possible to block ipv6 auto configuration entering the tinc tunnel?
Hi
thank you for looking in to this. I haven't tried it before now. I cant get it to work.
after running the commands you suggest I get this when I run ip6tables --list-rules
root at JOTVPN:~# ip6tables --list-rules
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A FORWARD -i vpn -p ipv6-icmp -m icmp6 --icmpv6-type 133 -j DROP
-A FORWARD -o vpn -p ipv6-icmp -m icmp6 --icmpv6-type 134 -j
2019 Feb 12
2
Tinc node is crashing after some days or weeks. How to debug?
Hi
Im running tinc 1.1pre17. My problem is that my tinc nodes occasionally crashes. When it crashes the tinc node is not running anymore. Time between failure can be sometimes days or weeks.
Do anyone here have a proposal for how to debug and get this problem solved?
Best regards,
Håvard Rabbe
2005 Jun 28
1
Does not run under Mac OS X 10.3.9 (PR#7975)
Full_Name: Matthias Wahl
Version: 2.0.1 and 2.1.0a
OS: Mac OS X 10.3.9
Submission from: (NULL) (84.159.39.159)
Version 2.1.0a does get installed, R is available under applications,
however when trying to start R I get an error message that R is terminated
due to an error and that's it. Re-installing didn't help at all.
Then I tried Version 2.0.1. and there I don't even get an icon
2011 Jun 07
3
Cleveland dot plots
I would rather use cleveland dot plots than bar charts to display my study
results. I have not been able to find (or figure out) an R package that is
capable of producing the publication quality dot charts Im looking for. I
have either not been able to get error bars (lattice), cannot order the data
display properly (latticeExtra), or cannot make adjustments to axes. Does
anyone have a quick
2012 Feb 12
2
dotplots with error bars
Does anyone have any recommendations for producing dotplots with error
bars? Are there packages available for this? I searched far and wide
and cannot find a suitable option.
I am trying to produce publication-quality figures for my thesis
results. Dotplots (Cleveland dotplots) are a much better form of
summarizing barchart-type data. It does not appear that any of the
main plotting packages in r
2006 Mar 21
1
Unable to mount root fs
Using xen-ia64-unstable from hg, domU fails to mount the root fs:
VFS: Cannot open root device "sda1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
XEN)
This is the configuration of the disk for domU:
disk = [ ''file:/data1/xen/dom1_disk.img,sda1,w'' ]
2007 Nov 23
2
printing levels as tuples
I'm running rle() on a long vector, and get a result which looks like
> uc
Run Length Encoding
lengths: int [1:16753] 1 1 1 1 1 1 1 1 1 1 ...
values : int [1:16753] 29462748 22596107 18322820 14323315
12684505 9909036 7296916 6857692 5884755 5883697 ...
I can print uc$names or uc$levels separately. Is there any way to
print them together as tuples, looking like
(29462748, 1)
2007 Dec 20
1
indexing tuples (example: "frog" => 123) as opposed to words
Hi,
I need to map words in a document back to there original word id''s in my
database. For example, if I had the sentence "I eat food" and I was
searching for "food" I would obviously get the document back as a
result. For my particular problem I need to not only get the document id
but also the id of the match.
Suppose my original sentence was actually
2017 Mar 22
2
Large astDB - millions of tuples - issues?
Hi all,
Does anyone uses astDB for a large amount of data, in special for
implementing black lists with millions of numbers (i'd like about 2 or 3
million)?
That would be held in memory right? Is this (memory consumption) the only
problem I could face?
Att.
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Dec 01
0
MCMCglmm error with multinomial distribution
With binomial/binary responses (0|1) running MCMCglmm with
family="multinomial" terminates with
Error in if (nJ < 1) { : missing value where TRUE/FALSE needed
with family="categorical" there are no errors
I have not looked in the code, do I need format the responses
TRUE/FALSE , or is this just a bug?
--
H?vard Wahl Kongsg?rd
2010 Jun 03
2
rgl problem on Fedora 13
Just installed Fedora 13, and reinstalled the lastest rgl package 0.91.
The problem is that open3d() opens a window, but then halt. Nothing
happens and I have to kill R.
In the previous version of Fedora 12, everything worked fine.
Any tests etc I should/could do?
Best,
H
--
H?vard Rue
Department of Mathematical Sciences
Norwegian University of Science and Technology
N-7491 Trondheim,
2005 Mar 31
1
Where does splashkiller.zip go?
Hi,
I'm almost done with my wine config :-)
But it complains about the fact that it cannot find
splashkiller.zip
Do I have to unpack the files contained in there? Or
not (because wine looks for the .zip file). And where
do I put the file(s)?
Thanks, your help is highly appreciated !
Cheers, Peter
___________________________________________________________
Gesendet von Yahoo!
2006 Mar 31
2
Network errors, but only with sftp
Hello,
I''m using xen-unstable from 28th March, running on top of a Centos
4.3 system.
All seems to work well except for one strange networking error.
In my DomUs, all of my networking works except for sftp.
I can wget http://www.google.com and get an HTML page back. I can
ping, and I can
ssh to any host I like. But if I try and sftp to any host, I get an
error:
socketpair: