Displaying 6 results from an estimated 6 matches for "addtit".
Did you mean:
addit
2011 Feb 23
1
lattice.wireframe missing wireframe
...numeric 0 < values < 1300
when I want to plot the corresponding wireframe via
wireframe(x ~ y * z, data = M)
The box and axes are set up correctly, only the actual plot content is missing. Wireframe returns without error.
Any hints on how I could debug this? Or am I doing something wrong / addtitional config needed?
Thanks in advance,
Michael Bach
2004 Sep 23
1
browser() is called incidentally (?) somewhere from inside methods::as
...,
Executing the following code causes the prompt to enter browser() mode.
>dd<-as(Npatrick1,"list")
Called from: as(Npatrick1, "list")
Browse[1]>
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.0 beta (2004-09-20), ISBN 3-900051-07-0
Some addtitional info about Npatrick1
> is(Npatrick1)
[1] "Massvectorlist" "Mlist" "List" "list"
[5] "vector"
/E
Dipl. bio-chem. Witold Eryk Wolski @ MPI-Moleculare Genetic
Ihnestrasse 63-73 14195 Berl...
2007 Jul 13
1
Cygwin: store authorized_keys in /etc/ssh/user/authorized_keys?
...restriction if I create local
accounts on every Cygwin PC, using local disks for
$HOME/.ssh. Highly inefficient and troublesome, I have
to rsync my data again and again, but it works.
Would it be possible to extend auth2-pubkey.c to
look in /cde/ssh/$LOGNAME/authorized_keys for the
public key, in addtition to the user's .ssh directory?
Of course the usual access restrictions should be
checked. And it should be made a configure option
for the ssh server. I don't want to change the default
behavior.
This would be a rough patch, just to give you an
idea:
--- auth2-pubkey.c~ 2006-08-05 04:39...
2004 Aug 06
1
Ices won't read config file?
...m]# rpm -Uvh libxml2-2.4.23-1.i386.rpm
warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ###########################################
[100%]
package libxml2-2.4.23-1 is already installed
I complied ices/icecast fromm src - do I need any addtitional flags in
./configure?
-----Original Message-----
From: Geoff Shang
To: 'icecast@xiph.org'
Sent: 12/25/02 4:19 AM
Subject: Re: [icecast] Ices won't read config file?
On Mon, 23 Dec 2002, Campbell, David wrote:
> Cannot use config file (no XML support).
This is pretty self-exp...
2007 Aug 11
3
dns propagation problem
Im using centos 4.5 and bind 9.2.4-27.0.1.el4, im having a problem
propagating updates on domains. when i update the main NS the secondary and
tertiary doesn't update automatically. i need to delete the <domain>.zone
file in the secondary and tertiary to get update from the main NS. I don't
where's the problem i don't get any errors i just dont get the AXFR when the
don't
2013 Apr 04
28
[PATCH v3 0/3] libxl: memory management patches
Hi,
Here are three small but important libxl/xl memory management patches:
- libxl: xl mem-max et consortes must update static-max in xenstore too,
- xl: Allow user to configure xl mem-set behavior,
- xl: Improve xl documentation in regards to guest memory management.
Daniel