similar to: summing columns using partial labels

Displaying 20 results from an estimated 500 matches similar to: "summing columns using partial labels"

2005 Apr 04
3
plotting mathematical notation and values substitution
Dear R-users, I'm trying to add a title on a plot with both mathematical notation and values substitution. I read the documentation and search the mailing list but I was not able to solve my problem. Actually, there is a message by Uwe Ligges on June 2003 which addresses a question very close to mine, but the code provided doesn't work. The code is the following: # I add this to let you
2005 Nov 23
3
Infinite recursion in S3 methods crashes R on windows (related to PR#8203?)
Hi, Infinite recursion in S3 methods seem to crash R on Windows 2000 (R terminating with the ("Rgui.exe has generated errors...") message, rather than throwing an error. This happens with both Rgui and Rterm. The following toy example triggers this: myf <- function(x, ...) UseMethod("myf") myf.default <- function(x, ...) myf(x) myf(1) ...R crashes... Which I
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
Hello, I have the following problem. I am trying to pxeboot a virtual machine using Sun's Virtualbox. I am trying to experiment with the menu options of pxelinux and this is my pxelinux.cfg/default file. # generated by fai-chboot for host cdbexample with IP 172.16.31.200 default menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local MENU TITLE PXE Menu LABEL fai-generated
2015 Feb 12
3
samba pdc winbind
Op woensdag 11 februari 2015 22:11:03 schreef Rowland Penny: > On 11/02/15 20:43, duportail wrote: > > Op woensdag 11 februari 2015 20:18:57 schreef Rowland Penny: > >> On 11/02/15 20:13, duportail wrote: > >>> Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > >>>> On 11/02/15 19:25, duportail wrote: > >>>>> Op woensdag 11
2019 Apr 06
2
DsReplicaSync failed - WERR_LOGON_FAILURE // Failed to bind to uuid for ncacn_ip_tcp - NT_STATUS_LOGON_FAILURE
Hello Rowland, thanks for your help. Below my comments Am Sa., 6. Apr. 2019 um 14:32 Uhr schrieb Rowland Penny via samba < samba at lists.samba.org>: > On Sat, 6 Apr 2019 10:58:15 +0200 > Martin Krämer via samba <samba at lists.samba.org> wrote: > > > Hello everyone, > > > > I have setup two Samba AD DC's running Debian 9 with BIND9_DLZ dns > >
2015 Feb 11
3
samba pdc winbind
Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > On 11/02/15 19:25, duportail wrote: > > Op woensdag 11 februari 2015 19:09:48 schreef Rowland Penny: > >> On 11/02/15 18:29, duportail wrote: > >>> ( could not post complete reply, message too large?) > >>> > >>> > >>> I think that's why I have a lot of black screens
2015 Feb 11
3
samba pdc winbind
Op woensdag 11 februari 2015 19:09:48 schreef Rowland Penny: > On 11/02/15 18:29, duportail wrote: > > ( could not post complete reply, message too large?) > > > > > > I think that's why I have a lot of black screens on the clients. > > Here debian pdc smb.conf: > > root at fai:~# cat /etc/samba/smb.conf > > # This is the main Samba configuration
2015 Feb 11
2
samba pdc winbind
Op woensdag 11 februari 2015 20:18:57 schreef Rowland Penny: > On 11/02/15 20:13, duportail wrote: > > Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > >> On 11/02/15 19:25, duportail wrote: > >>> Op woensdag 11 februari 2015 19:09:48 schreef Rowland Penny: > >>>> On 11/02/15 18:29, duportail wrote: > >>>>> ( could not
2017 Jul 17
5
SSH from host to domain using hostname
Hello! I want to SSH from host to specific guest using hostname, e.g. ssh <user>@<guest> or ssh test@vm02-fai ssh to guest using IP works w/o issues. I found Wiki article for "NSS module" (http://wiki.libvirt.org/page/NSS_module), but there are no results for the following commands: ld4004:/home # virsh net-dhcp-leases default Expiry Time MAC address
2006 Aug 22
1
using FAI and XEN?
Is anyone using FAI <http://www.informatik.uni-koeln.de/fai/> to install DomU''s? Our infrastructure is based heavily on using FAI for reproducing server configs so consolidating servers would go much nicer if if we could build the DomU''s with FAI. I''ve not put too much effort into solving my problems yet as I hope someone else ahs solved them for me :) The DomU
2007 Sep 19
12
server provisionning
Hello puppet users, I know this is not really a puppet thing but i wanted to know what tools do you use for server provisionning ? I have to build quite a lot of servers for a prject and i need to instal them. Of course puppet take care of the configuration but i wondered if some of you use things like FAI . It seems that i could use puppet to script FAI to install machines. What do you
2004 Oct 03
2
Can't connect winamp source to icecast server
Gidday, I have a winamp 2.95 source that cannot upload the stream to my icecast server. Since icecast is compatible with shoutcast surely a winamp source should be able to connect? any help appreciated, Greg My icecast.xml follows: <icecast> <limits> <clients>100</clients> <sources>2</sources>
2017 Jul 19
6
Re: SSH from host to domain using hostname
18. Juli 2017 16:45, "Michal Privoznik" <mprivozn@redhat.com> schrieb: > On 07/18/2017 04:31 PM, c.monty@web.de wrote: > >> Hello! >> >> I have upgraded all libvirt packages to version 3.5.0-655.1 and restarted host. > > That wasn't necessary. It's not Windows ;-) > >> This is the current default network config: >> ld4004:~
2019 Apr 06
2
DsReplicaSync failed - WERR_LOGON_FAILURE // Failed to bind to uuid for ncacn_ip_tcp - NT_STATUS_LOGON_FAILURE
Hello everyone, I have setup two Samba AD DC's running Debian 9 with BIND9_DLZ dns backend. Both are running Samba 4.5.16 - I know it is already very old version but this is the default one coming with debian stretch repo. (I will upgrade to Debian buster - and with this to newer Samba version - as soon as it is released stable and I could test the upgrade correctly :) )
2005 Apr 20
2
Suggestions for manipulating formula objects
I'm trying to manipulate/change a formula prior to passing it to another function. A simplified example: User passes formula to my function: y~x My function does: lm(transform(y)~x) Here, transform() is added to the model's response. What is the best way to accomplish this?
2005 Apr 06
1
read.table with header and text data
Hi R! I am reading in a text file which has one column of alpha data and 5 columns of numeric data. There is a header row. I would like the alpha data column to just be character rather than factor. Is there a way to do this, please? I'm thinking that it might be I() but can't figure out exactly how. Thanks, Laura mailto: lauraholt_983 at hotmail.com R 2.0.1 Windows
2005 Apr 13
1
how to separate a string
hello, i wonder how is string represent in R. if i have a string s= "hello", how can i refer to first character in the string s? also if i have s1 = "hello.1", s2 = "ok.1", how can i separate the s1 into "hello" "1" and s2 into "ok" and "1"? I have tried to use the substring function, but i don't where i can get the index
2005 Apr 13
1
i param in "for" loop does not takes zeros?
Hi all Is there any reason why the parameter i in a "for" loop ignores a value of zero? For example sim=c() p=.2 for(i in 0:5) {sim[i]=dbinom(i,5,p) } sim [1] 0.40960 0.20480 0.05120 0.00640 0.00032 In this example the quantile i= 0 was ignored since dbinom(0,5,p) [1] 0.32768 The same behaviour occurs if I use a while loop to perform the same calculation: sim=c() p=.2 i=0
2005 May 04
1
Questions about the intersection area under two kernel densities
Hi there, I am working on a project which needs the value of the interaction area under two distributions( eatimated by kernel density estimators). For example: x<-rnorm(100,0,1) y<-rnorm(100,0.2,1) density(x) # This produces the summary of dependent variable and independent variable. How can I get the individual values of variables and reform a curve to calculate the area under
2017 Jul 19
2
Re: SSH from host to domain using hostname
19. Juli 2017 17:19, c.monty@web.de schrieb: > 19. Juli 2017 17:12, c.monty@web.de schrieb: > >> 19. Juli 2017 16:36, "Michal Privoznik" <mprivozn@redhat.com> schrieb: >> >>> On 07/19/2017 04:27 PM, c.monty@web.de wrote: >> >> <snip/> >> >> Guest OS is Debian 9 with this network configuration: >> thomas@vm02-fai:~$