Displaying 20 results from an estimated 100 matches similar to: "frequency of subsequent events"
2009 Nov 26
2
little "r" cannot find packages
Dear All
I want to use R, Rscript und r alternately under
one common configuration.
The problem is that \"r\" can't find the package \"Rmpi\"
and other packages whereas \"R\" has no problem to find.
$ R --vanilla < mpiHelloWorld.r
#!/usr/bin/env r
library(Rmpi) # calls MPI_Init
rk <- mpi.comm.rank(0)
sz <- mpi.comm.size(0)
name <-
2008 Jul 04
1
-R option -> source directories from remote
HTML attachment scrubbed and removed
-------------- next part --------------
Hi Developers,
i have a problem with syncing relative paths (-r) on remote host.
Using relative paths the local way does function perfectly, because you
are able to change the directory before synchronisation.
Example:
cd pathToRelativePaths;
rsync -R.... -e "....." localpath1/ localpath2/
2008 Jul 14
1
Problem remote sync with several directories/files
HTML attachment scrubbed and removed
-------------- next part --------------
Hi,
does anyone know what is wrong with that command line ?
rsync -e "/<path to ssh>/ssh -i/<keypath>/.ssh/id_rsa " -vaoRrn user@hostname:'/root/directory/./dirToSync1' :'/root/directory/./dirToSync2' '/dir/to/destination'
Calling it with real paths the rsync command
2009 Apr 24
1
Terminology: Multiple Regression versus multivariate Regression
Hello R-Members,
can anyone explain the difference between
multiple and multivariate regression to me
in terms of the terminology and eventually
its respect to the mathematical foundation
respectively ?
Is multiple regression perhaps more related to GLM
and multivariate Regression rather applied,
if there are no explizit numeric factor levels ?
Thanks for elucidations on that topic.
Many
2006 May 20
0
File upload - first works fine, subsequent fail
Hi,
I''m runing locomotive 2.0.7 with the RMagick bundle and file_column to
handle file uploads and resizes. The first upload works perfectly, and
the rest of the app continues to operate fine. If I go and try to add
another file (i.e. a new product), Safari just sits there. No log
messages anywhere, nothing.
Hit stop, restart the app with Locomotive and refresh to repost the data
-
2011 Jul 15
2
PDC will create new roaming profiles but fails to load them on subsequent logons
Hello,
I'm running Samba Version 3.4.7 on Ubuntu 10.04.2 LTS. I'm using Samba as
the Primary Domain Controller.
Things that work:
- Clients can logon
- I can run logon scripts
- Roaming profiles are created for new users on logon
However, when I try to logon again with the same user, I invariably get this
error message:
"Your roaming profile is not available. You are logged on
2009 Apr 29
0
HTMLDOC Table header row(s) to repeat on subsequent pages
Hello,
I need to display table headers on each page in the pdf generated using
HTMLDOC.
For example, my table contains header as Name, Address, Age. It is
displayed in first page. When the content of the table extends to next
page, only the content is displayed and header is not displayed.
If you note, in the attached pdf, table header is displayed only in the
first page, pasted in top and not
2002 Oct 11
0
booting pxelinux and subsequent tftp-reads
hello,
I used to start a network installation from redhat or suse over PXE using
the pxelinux component from the syslinux package. At the beginning of
installation I want to read some files (e.g. the kickstart-file) over tftp from
the pxe server. The problem is that from the point of view of the installation
loader I don't know the ip-address and the tftp path prefix of the pxe server.
Is
2016 Jan 11
0
"INTx fd" busy error on VM startup at boot, subsequent startup okay
Hey all,
I'm getting an error starting a libvirt managed qemu/kvm VM at physical
host boot time, but manually starting it afterwards works fine. This is
on a Ubuntu Wily i7-4790 box running Linux 4.2 and libvirt 1.2.16.
There is a legacy (5V) PCI card being passed through to the VM, the
error seems to relate to that.
The error that always appears at boot in
2007 Jun 27
0
Subsequent Authentication Failures
Hi all - I couldn't find an answer to this problem, so maybe someone
out there can help me. I'd definitely appreciate it.
I've been running a domain using a Samba PDC for quite a while now
and this appears to be a new problem. The PDC uses LDAP as the
backend and that has worked fine; the version is 3.0.25a. I have a
number of Samba servers that are members of this domain,
2018 Jul 24
0
SRV records not added by subsequent DC's
On Tue, 24 Jul 2018 15:00:27 +0200
Henry Jensen via samba <samba at lists.samba.org> wrote:
> Hello,
>
> sorry to ask this many questions, but I want to know why things happen
> they way they do and if perhaps something is wrong.
>
> Our new, shiny domain created by classicupgrade consists of 4 (four)
> domain controllers.
>
> dc1 was the first, which was
2004 Sep 12
0
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
--- Eric Sandeen <sandeen@sandeen.net> wrote:
> 1) how to generate a cue sheet to store in the flac file (on linux?)
> I've seen cddb2cue, is this a decent way? or cdrdao can generate
> a toc file, then convert that to a cue sheet....
I think whatever provides cdrdao also provides toc2cue which
will convert. one of the flac TODOs is to take cdrdao toc files
as input.
2004 Sep 12
0
Archiving CDs w/ Flac on Unix (and subsequent re-encoding)
On Sun, 12 Sep 2004, Brian Willoughby wrote:
> On a related note, are there any tools which can read the Index
> information from a CD and preserve these in some file for later
> recreation?
cdrdao.
> The actual TOC on a CD has very little information: just the Absolute
> Start Time of each Track.
Are you sure you're not confusing TOC and CUE here?
If the TOC file was
2004 Sep 13
0
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
Eric Sandeen wrote:
> After facing the thought of going through my cd collection for a 3rd
> time for re-encoding, it occurred to me that I should just flac the
> whole CD and add a cue sheet, and then back up to DVDs. That way -next-
> time I need to re-encode to any format, I can handle ~1/20th the discs,
> compared to my whole cd collection. :)
For what it's worth, I
2004 Sep 13
0
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
Curt Sampson wrote:
> On Mon, 13 Sep 2004, Eric Sandeen wrote:
>
>
>>Tested this on a live album (Johnny Cash Live at Folsom Prison) and
>>there is no lost audio; tracks segue seamlessly as on the original
>>disc.
>
>
> Did you check that a) the cue points are the same, and b) you're getting
> back CD-Text as well?
Well given that I fed cdrdao the
2004 Sep 13
1
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
--- Eric Sandeen <sandeen@sandeen.net> wrote:
> *I'm not sure why flac -d 1.flac 2.flac 3.flac outputs sequential
> wavs
> rather than one big wav; is this intentional and/or needed? I
> suppose
> the "one big wav" approach would require flac to look at all input
> files
> to write the proper wav header at the front, but that should be
> do-able...?
2010 Aug 09
5
[XenARM] ARM support ?
Hello,
I would like to know if the ARM architecture is well supported. At
Xen.org it is mentionned in available architectures, but does it work
really well ?
I''m looking at CPU like "Tile64" from Tilera :
http://www.tilera.com/products/processors/TILE64
The wiki http://wiki.xensource.com/xenwiki/XenARM doesn''t seem to be up
to date. Is it ?
Any advice ?
Thanks,
2016 Mar 29
0
Re: "INTx fd" busy error on VM startup at boot, subsequent startup okay
Hey Mike, did you ever have any success figuring out this issue? I am having the same problem (on CentOS 7) with a custom data acquisition PCI card. It seems like the solution might have something to do with delaying the start of libvirtd in systemd until the PCI card (or vfio?) is ready, but I don’t know how to do that. Can anyone else offer assistance?
My output:
2016-03-29T18:29:26.191010Z
2018 Jul 24
2
SRV records not added by subsequent DC's
On Tue, 24 Jul 2018 14:15:04 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Tue, 24 Jul 2018 15:00:27 +0200
> > dc1 and dc2 have created SRV DNS records:
> >
> > # host -t SRV _ldap._tcp.dc._msdcs.iww.lan
> > _ldap._tcp.dc._msdcs.iww.lan has SRV record 0 100 389 dc1.iww.lan.
> > _ldap._tcp.dc._msdcs.iww.lan has SRV record 0 100 389
2011 Sep 23
2
converting object elements to variable names and making subsequent assignments thereto
This has got to be incredibly simple but I nevertheless can't figure it out
as I am apparently brain dead.
I just want to convert the elements of a character vector to variable names,
so as to then assign formulas to them, e.g:
z = c("model1","model2"); I want to assign formulas, such as lm(y~x[,1]) and
lm(y~x[,2]), to the variables "model1" and