search for: ome

Displaying 20 results from an estimated 67 matches for "ome".

Did you mean: some
2006 May 12
1
zfs panic when unpacking open solaris source
...ync+10a (d895e8c0, 15e234, 0) d2c8adc8 zfs:txg_sync_thread+1df (d244a180, 0) d2c8add8 unix:thread_start+8 () I now have a chicken and egg problem, need to unpack the source to work out what is going on but can''t as the system crashes unless I put it on my external USB drive but there are some issues with that! Is this a known issue? Some more data on the file systems: : sigma IA 4 $; zfs list -r home/cjg NAME USED AVAIL REFER MOUNTPOINT home/cjg 7.81G 138M 1.99G /export/home/cjg home/cjg at month_02 1.91M - 1.97G - home/cjg at 2006-02-...
2012 Mar 16
1
MSetIterator::get_percent Shows Increased Values When Using Query::OP_FILTER
I'm seeing some rather odd behavior with respect to the match percent that is returned when performing a simple query. It appears that the addition of a filter to a simple OR query will not affect the weight of the match, but will increase the percent of the resulting match. According to the documentation for MSet...
2005 Sep 27
2
Using unsplit - unsplit does not seem to reverse the effect of split
In data OME in MASS I would like to extract the first 5 observations per subject (=ID). So I do library(MASS) OMEsub <- split(OME, OME$ID) OMEsub <- lapply(OMEsub,function(x)x[1:5,]) unsplit(OMEsub, OME$ID) - which results in [[1]] [1] 1 1 1 1 1 [[2]] [1] 30 30 30 30 30 [[3]] [1] low low low low lo...
2005 Sep 28
1
gee models summary
I'm running some GEE models but when I request the summary(pcb.gee) all I get are rows and rows of intercorelations and they fill up the screen buffer so I can not even scroll back to see what else might be in the summary. How do I get the summary function to NOT print the intercorrelations? Thanks, -- Dean S...
2003 Sep 13
2
How to test * ?
I was wondering, can I test * using just a modem card? I was want to check ome of the features, before I go and buy some cards. (Thanks for th elink to the reseller page, you know who you are!) -- ***** Not everyone is touched by an Angel.... .... Those that are, never forget the experience *****
2004 Dec 29
0
GEE with own link function
...#39; I modified 'gee' the same way as for geepack(). I never changed the original application files, but I wrote "own programmes" (using the original code and just adding corlogit in the list of the link functions). Are there any other functions where I had to add or modify something? What else can I do? Thank you for your help! Johanna Brandt (I'm using R 2.0.1 under Windows 2000) ## Example for geese() from the R-Help ##################### I took the example from the help: > data(ohio) > summary(geese(resp ~ age + smoke + age:smoke, id=id, data=ohio,...
2006 Apr 20
9
How to change project location?
I moved a project from /var/www/mypro to /home/user1/mypro ... what do I have to change in config? The server does not start anymore. Thank you - Eric -- Posted via http://www.ruby-forum.com/.
2006 Jan 11
1
ActionMailing rendered pages
Hi, I am having problems figuring out how to send properly html pages attachments which are some other application''s components rendered pages. It seems, that when I use something like this: part :content_type => "text/html", :body => render_message("optestweek", :week => week, :profiles => profiles ) I have no more access to methods like &quo...
2011 Aug 01
1
Problem with gam() after R update
Dear group, I experience s?ome problems with gam() function after R update to version 2.13.1 The function in both gam and mgcv packages stopped to work. Before, with the same code I used, everything was fine. The function from gam package yields following warning: Residual degrees of freedom are negative or zero. This occurs...
2020 Sep 04
1
Use of samba-tool create
...ing users with samba-tool create. samba-tool user create tuser70 --surname="Test" --given-name="User" --initials=70 --uid-number=10070 --gid -number=10000 --description='70 user' --gecos='Test 70. User' --uid='Test 70. User' --login-shell=/bin/sh --unix-home=/h ome/SAMDOM/tuser70 --home-directory=\\mbr04.subdom.example.com\users\tuser70 --home-drive=U: --profile-path \\mbr04.subdom.example.com\profiles\tuser70 Clearly the "--home-directory=\\mbr04.subdom.example.com\users\tuser70" and "--profile-path= \\mbr04.subdom.example.com\profile...
2007 Mar 29
0
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
...the way. I will use the opportunity to ask you again :) I tried to compile with gcc 4.0.4. It successfully compile LLVM but fails compiling LLVM's gcc front end. The problem is architectural 32 and 64 bit. The machine has intel xeon CPU that is physically 32 bit but has 64 extension x86_64 (or something like that, I am not exactly sure). The error message that I get is bellow. I noticed also that the compilation command specifies "-m32" flag which probably shouldn't be passed. /home/ferad/llvm/llvm-gcc-obj/gcc/xgcc -B/home/ferad/llvm/llvm-gcc-obj/gcc/ -B/h ome/f...
2007 Mar 29
1
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hello, Ferad. > `.gnu.linkonce.t._ZN4llvm12SCEVExpander6expandEPNS_4SCEVE' referenced > in section `.rodata' of > /home/ferad/llvm/llvm-obj/Release/lib/libLLVMAnalysis.a(ScalarEvolutionExpander.o): > defined in discarded section > `.gnu.linkonce.t._ZN4llvm12SCEVExpander6expandEPNS_4SCEVE' of > /home/ferad/llvm/llvm-obj/Release/lib/libLLVMAnalysis.a(ScalarEvolutionExpander.o) > > collect2: ld retu...
2007 Mar 28
5
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hi, I tried to compile the GCC front end of LLVM in a 16 CPU SMP machine with 64bit intel xeon CPUs. I tried with (GCC 4.1.0, 4.1.1, 4.1.2 versions). The LLVM compiles perfectly but when compiling the gcc front end the compiler crashes with a segmentation fault by reporting for memory leakages. Probably this is for the GCC's mailing list, but decided to ask if you know anything more about
2020 Mar 26
3
LLVM pass to optimize redundant branch conditions
Hello All I am looking for an LLVM pass that is able to detect branches whose condition is known if they are reached. To illustrate what I mean, I attached a screenshot showing a partial CFG of a function. The branch in basic block for.cond.cleanup3 tests the same condition as the branch in the entry block, and has the same target BB if the condition is false. Also, if you inspect the graph
2005 Nov 07
5
Switchtower deployment
Hi, Has anyone experiences using SwitchTower (Windows) in a shared hosting environment (Textdrive)? I already patched the SwitchTower rake tasks (I don''t know if someone is interested on it), but i still experience some problems (not in the sudoers list, ...). Thank you for answer (and thank you to the textdrive guys, i never had a such fast support!) -- Jean-Etienne Durand Mail: etienne dot durand at mail dot com
2015 Feb 27
3
NT_STATUS_CONNECTION_REFUSED, again!!!
...serves an award!!" On 2015-02-27 11:43, Rowland Penny wrote: On 27/02/15 17:28, Bob of Donelson Trophy wrote: I thought I was over this the other day when I got it to work properly on my VM. Now, on an actual PC I am getting: ==========Test kerberos =============================== Lets test s ome things Testing : kerberos Password for Administrator at DTSHRM.DT: Warning: Your password will expire in 41 days on Fri Apr 10 08:43:58 2015 Ticket cache: FILE:/tmp/krb5cc_0 Default principal: Administrator at DTSHRM.DT Valid starting Expires Service principal 27/02/2015 07:45 27/02/2015 17:45 krbt...
2008 May 21
7
Debugging the hypervisor
I am trying to debug the Xen hypervisor from a second computer over the serial port, but nothing seems to work. Using mercurial, I got xen-3.2-testing.hg. I followed the steps in crashdb.txt in the docs/misc/ folder: set debug=y in Config.mk, crash_debug=y in xen/Rules.mk I also added -fno-omit-frame-pointer to these file as well. I compiled with no errors and booted with minicom connected to
2018 May 25
1
nameservers, all DCS??
...zonden: vrijdag 25 mei 2018 11:59 > Aan: Carlos; samba at lists.samba.org > Onderwerp: Re: [Samba] nameservers, all DCS?? > > Hi Carlos, > > > About order Dcs in resolv.conf > > > > DC(LOCAL) > > DC(OTHER) > > that is what we do here. You'll find some articles about DNS > islanding > (for example [1]) that would recommend to do differently, but if you > happen to have the issue mentionned in those articles, you > can actually > fix it by hand easily. > > > I send same question in April: > > > > https://l...
2016 Mar 23
2
[RFC] Lazy-loading of debug info metadata
On Tue, Mar 22, 2016 at 8:04 PM David Blaikie <dblaikie at gmail.com> wrote: > +pcc, who had some other ideas/patch out for improving memory usage of > debug info > +Reid, who's responsible for the windows/CodeView/PDB debug info which is > motivating some of the ideas about changes to type emission > > So I discussed this with Adrian and Mehdi at the social last Thursday and...
2016 Mar 23
0
[RFC] Lazy-loading of debug info metadata
+pcc, who had some other ideas/patch out for improving memory usage of debug info +Reid, who's responsible for the windows/CodeView/PDB debug info which is motivating some of the ideas about changes to type emission So how does this relate, or not, to Peter's (pcc) work trying to reduce the DIE overhead duri...