similar to: Memory problem

Displaying 20 results from an estimated 120 matches similar to: "Memory problem"

2019 Mar 15
0
Samba 4.8 Config SMB.Conf File
On Fri, 15 Mar 2019 09:17:34 -0400 Tyrus Shivers <tyrus.shivers at bestgateeng.com> wrote: > Rowland, > > These are all VMs I am working on. I have tried it on several > different "test" VMs. Blew away VMs and created new ones, still does > not work. This is very, very, strange. You are joining the domain with: net ads join -U Administrator Once joined, what
2017 Nov 03
2
[PATCH] diff: avoid potential null pointer dereference on error
If visit_guest() fails, then it returns a null pointer; later on, free_tree() is called unconditionally on the variables, thus dereferencing null pointers. Thus guard the free_tree() invocations. --- diff/diff.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/diff/diff.c b/diff/diff.c index 5851a1c9c..1f1ab6933 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -389,8
2019 Mar 15
2
Samba 4.8 Config SMB.Conf File
Rowland, These are all VMs I am working on. I have tried it on several different "test" VMs. Blew away VMs and created new ones, still does not work. It takes me a little time to type the info from the directories because I cannot copy/past due to network separation. Contents below: /etc/hostname testadmin /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4
2019 Mar 16
2
Samba 4.8 Config SMB.Conf File
since im not driving now..  the krb5.conf is wrong. double entries, and put in the dc ip's MYDOMAIN.COM = {  kdc = dc1.MYDOMAIN.COM   kdc = dc2.MYDOMAIN.COM  }  but use as Rowland showed first and try adding the Domain and RealmDomain setting in idmapd.conf (man idmap.conf) Greetz Louis Op 15 mrt. 2019 14:59 schreef Rowland Penny via samba <samba at lists.samba.org>: On
2019 Mar 19
0
Samba 4.8 Config SMB.Conf File
I made the correction to the krb5.conf to remove the duplicate entry and add the DC IPs and it still does not work. No such user. Any other ideas? Any other configs that should be in place? On Sat, Mar 16, 2019 at 11:03 AM L.P.H. van Belle via samba < samba at lists.samba.org> wrote: > since im not driving now.. > > the krb5.conf is wrong. > double entries, and put in the dc
2006 Jan 17
0
Cannot convert from phylo to hclust , error!!???
Hello, The following code does'nt work for me. The last command reports an error. I have created a consensus tree using the consensus comand from phylo but cannot manipulate the phylo object afterwards to create a dendogram , by transforming the phylo object into a hclust object and then into a dendogram ?? Thanks for any help library(ade4) library(cluster) library(stats) library(ape)
2012 Apr 13
1
Coding columns for survival analysis
Hello Folks, I have 5 columns for thousands of tree records that record whether that tree was alive or dead. I want to recode the columns such that the cell reads "found" when a live tree is first observed, "alive" for when a tree is found alive and is not just found, and "mort" when it was previously alive but is now dead. Given the following: > tree_live
2019 Mar 15
2
Samba 4.8 Config SMB.Conf File
Yes for joining the domain. Running testjoin I get: Join is OK. The network is separated and does not access the open internet so I have to come on another network to email you all :) getent passwd returns nothing for me. id returns no such user. Question: The original SMB.conf that was on the system when I inherited it running 7.3 and Samba 4.4 did not have mydomain lines and just had the *
2013 Jul 12
0
SH test results
Hi all, I am a phylogenetic student, I'm running SH test to examine free (tree1) and constrained (tree2) trees using R phangorn package. The outputs are like the following and i'm confused how should i interpret them!!!   Trees      ln L           Diff ln L    p-value [1,]     1 -1422.921   0.00000  0.4952 [2,]     2 -1457.282  34.36085  0.0201 Why it gives us two p values? Would you
2008 Jan 23
2
R binary version with R_MEMORY_PROFILING
Hi all, Where can I find an R binary version (>2.4.0 ) for windows that compiled with R_MEMORY_PROFILING? Within our application we are experiencing serious problems with memory usage. And being able to use "Rprofmem" and "tracemem" command seems like our best option. Thanks, Yoni [[alternative HTML version deleted]]
2006 Dec 05
1
double precision
Hi, I am attempting to query a data frame from a mysql database. One of the variables is a unique identification number ("numeric") 18 digits long. I am struggling to retrieve this variable exactly without any rounding. The function I am using is sqlQuery(), with an ODBC connection. Querying directly results in the double being rounded towards the end (eg 6527600583317876352 instead of
2002 Oct 24
2
Size Discrepancy between source and destination
I have two identical disks /dev/sdb1 == source /dev/sdc1 == dest When I rsync the source -> dest rsync -a /tree2/ /tree2m the destination size id considerably larger. /dev/sdb1 17654736 6513064 10244848 39% /tree2 /dev/sdc1 17654736 7691192 9066720 46% /tree2m When I look down into the directories I find the following /tree2 ... SOURCE [root]# du -sk
2006 May 10
1
ape comparative analysis query
I've been comparing variables among objects (taxa) related by known trees, using phylogentically independent contrasts in the ape package, and want to move on to more complex models e.g. by using gls with appropriate correlation terms. My trees contain lots of (hard) polytomies and information about ancestors, which I've been including- creating fully dichotomous trees by using zero branch
2008 Dec 21
0
Christmas tree
http://people.xiph.org/~oggk/christmas-tree2.ogv Now has a proper skeleton track, and doesn't mangle derf's words :) Oddly, a FLAC track with --best is larger than all the rest combined, so I've left it out for now.
2019 Mar 14
2
Samba 4.8 Config SMB.Conf File
Yes global is there. testparm output shows everything is ok, no error. ROLE_DOMAIN_Member Then I can press enter and see a dump. yes, wbinfo produces output of mydomain\user I left the domain, rejoined, and still no such user. wbinfo outputs users and groups on command. On Thu, Mar 14, 2019 at 1:59 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 14 Mar 2019
2003 Jan 14
4
specifying a list of files to transfer
Hi, I don't want to start another --files-from war, but I am attaching an updated version of my patch to allow you to specify a list of files to transfer. The normal rsync syntax allows you to specify a list of SRC files to transfer on the command line. This patch adds some new options to allow you to instead supply a file that contains a list of files to transfer. The previous version of
2012 Mar 13
1
Error " subscript out of bounds"
Hello, R-users,   I have a datafile with 37313 records and each record has 5 different measurements on the same variables. The format looks like this: treeID, VIG0, VIG1, VIG2, VIG3, VIG4 I was trying to convert the one row record to 5 rows record with format like this (treeID, MEASUREMENT, VIGOR). My code like this:   treeMeas<-matrix(data=0,nrow=(length(tree1$indivTree)*5), ncol=3)
2011 Jul 06
1
question about getting things out of an lapply
Dear R-help subscribers, I have a quite stupid question about using lapply. I have the following function: create.gradient <- function(i){ colorgrad01<-color.scale(seq(0,1,by=0.01), extremes=c("red","blue")) tree1$edge[i,1] -> x tree1$edge[i,2] -> y print(x) print(y) all2[x] -> z all2[y] -> z2 round(z, digits = 2) -> z round(z2, digits = 2) -> z2
2018 Sep 19
0
[PATCH 2/2] Introduce a --key option in tools that accept keys
The majority of the tools have already options (--echo-keys & --keys-from-stdin) to deal with LUKS credentials, although there is no way to automatically provide credentials. --keys-from-stdin is suboptimal, because it is an usable solution only when there is just one device to open, and no other input passed via stdin to the tool (like the commands for guestfish). To overcome this
2004 Jul 19
2
problem with read.table
Hello R-users, I apologize for my question but I'm a newbie. I want to read a file which columns separator is "\t". At the end of each row there is a "\n" to go to the following line. The three first lines are remarks lines and the fourth contains columns titles ( variables names, ids, dates, calculated values, observed values...) . I do: read.table("myFile",