search for: jut

Displaying 20 results from an estimated 73 matches for "jut".

Did you mean: but
2013 Feb 02
3
Running XEN 4.1 64 bit on Ubuntu desktop without VTx
...am using Ubuntu desktop 12.04 64 bit with Xen 4.1 Amd64. But when I reload the machine it wont start, since the XEN website its doesn''t matter using Paravirtualization without VTx support I dont know what is the problem since I didn''t start to install para virtualized guest yet. I juts install the XEN and reload the maschine and its failed. Does any body now the problem and solution, I would appreciate that. Regards, Agya _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2015 Mar 04
3
[LLVMdev] Self-hosting failure in ARM again
...at could have brought it: * Seth's changes to Clang (unlikely) * Michael's changes to DAGCombiner (likely) * David's generic changes in LLVM (unlikely) I'll be bisecting this like I did earlier, but I'd like to keep you guys posted of the potential reverts, since this is not jut breaking tests, but breaking Clang self-hosting (which cost us weeks during the release). Ahmed, You have a better idea what the real problem is. I think maybe we should bump its priority up again, or this will keep popping every month. Did you file a bug? cheers, --renato
2002 Apr 22
4
Question about Journaling Root Filesystem.
I am trying to use data=journal on my root file system. I have separate slices on which journal=data works fine on all of them, except root. I have tried putting rootflags=journal=data on my kernel line in Grub, but I get a kernel panic. I'm missing something simple, I jut know it. It can't be the kernel version because it works on the other slices. My etc/fstab file is as follows: LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 data=journal 1 2 LABEL=/data /data...
2010 Jun 28
2
[LLVMdev] libLLVMgold.so: could not load plugin library
On 6/27/2010 10:35 PM, Rafael Espindola wrote: > Try to run just that ld command first. Same error message? Run in in > gdb and set a breakpoint just before gold tries to load the plugin. > Sorry, I am really out of ideas on what is going wrong here... It is the same error message . Can you tell me which gcc version are you using to compile the llvm chain, and also the binutils svn
2010 Jun 28
0
[LLVMdev] libLLVMgold.so: could not load plugin library
...s too old? I don't think that is the problem. I have just posted a patch to gold http://sourceware.org/ml/binutils/2010-06/msg00310.html That should print more complete error messages. Can you give that a try? That is what I was going to ask you to try with gdb, but it is probably easier to juts apply that patch and build gold. > Thanks. > Cheers, -- Rafael Ávila de Espíndola
2003 Apr 01
1
LDA
...b1*(x1-mean of x1)+b2*(x2-mean of x2) 3. b1* standardized x1+b2*standardized x2 (standardize: mean 0 & variance 1) none of the above procedures can repeat the scores returned by the "predict" function. However, method 2 & 3 can predict the classes correctly if using 0 as cutoff, juts like using the "predict function". What should be the correct formula to compute the scores for each observation? BTW, how to retrieve the linear coefficients from an lda object? I can''t retrieve it by using @coef, @coefficients, etc. Thank you --------------------------...
2005 Jul 12
1
write.foreign, SPSS on Mac OS X
Hi all, I have jut installed the foreign package (v 0.8-8) on my OS X machine, and have a bit of a problem writing out a data frame in SPSS format. Specifically, the code file (the .sps format file) seems to write 3 unprintable hex values instead of double quotes. For example, in the following output ... VALUE L...
2009 Mar 08
1
Simple Meetme Question
Hello, setting up Meetme was very easy. I jut added the MeetMe Application to an internal extension to be reachable by SIP and to an external extension to be reachable by ISDN. What I don't understand however is how to call somebody and drop him to the conference? I'm using Asterisk 1.4 from Debian lenny Sven -- "In the land...
2008 Jun 20
1
Logitech cordless desktop ex 90
Anyone using ex 90? I have it running, no problem. Only mouse was little tricky, namely in X. But jut a little change in xorg.conf and everything works fine (CO 5.1 desktop install with vanilla kernel). Now would like to get keyboards extra buttons in use. Question is, anyone configured it allready, or do I have to invent wheel? again :D Jarmo
2008 Mar 30
1
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
Hello, Joachim > This assembler was configured for a target of `x86_64-linux-gnu'. Hrm, try to check, how 'as' is invoked by llvm-gcc, you need jut to run the mentioned cmdline 'by hands': ./xgcc -B./ -B/home/jo/i686-pc-linux-gnu/bin/ -isystem /home/jo/i686-pc-linux-gnu/include -isystem /home/jo/i686-pc-linux-gnu/sys-include -L/home/jo/llvm-gcc-wrk/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-proto...
2019 Feb 20
2
kaleidoscope ch4 jit example regression?
Not yet unfortunately. I've had my head down working on a jut-linker replacement. Let me take a look right now... On Mon, Feb 18, 2019 at 10:40 AM David Blaikie <dblaikie at gmail.com> wrote: > Ping - did this end up getting addressed? > > On Mon, Jan 21, 2019, 6:15 PM Lang Hames <lhames at gmail.com wrote: > >> Hi Nick, >>...
2005 Dec 28
3
acts_as_taggable query
...Second, I had a little optimization in mind for doing the tag count so I added a field in the Tag table(which is named ''tags'' as per the convention ) called items .I increment this whenever an item is tagged with a particular tag,so that we can avoid an sql query for the count and jut return the value of this field in the record. I want to add some code in the taggable.rb to take care of this. The counter field has the same name as the table name of the taggable object (items) def tag(tags, options = {}) .... tag_record = tag_model.find_by_name(name) || tag_model.new(:name =...
2016 Jun 30
2
DNS Suddenly breaking
Yes, it's set up with 8.8.8.8 I'm able to ping it without issues, jut not able to resolve anything externally. On Thu, Jun 30, 2016 at 9:09 AM, mathias dufresne <infractory at gmail.com> wrote: > To get recursion working with internal DNS you only need to set up: > dns forwarder = <IP of your main DNS> > > Is it configured? > > If yes...
2007 Mar 29
3
ferret/lucene syntax
I jut noticed this example in the lucene documentation*: title:(+return +"pink panther") I have been using this syntax: +title:(return AND "pink panther") Seemingly with success. Are both acceptable? I couldn''t find any documentation on "the plus sign" i...
2012 Jan 17
1
MuMIn package, problem using model selection table from manually created list of models
...(dd, delta < 4)) # option 2: the aim is to produce a model selection object comparable to that from get.models(dd, delta < 4) # but from a manually-specified list of models my.manual.selection <- mod.sel(list(fm1, fm2, fm3, fm4, fm5)) # works model.avg(list(fm1, fm2, fm3, fm4, fm5)) # or jut model.avg(fm1, fm2, fm3, fm4, fm5) # doesn't work model.avg(my.manual.selection) # hence this doesn't work get.models(my.manual.selection, delta < 4) -- This message (and any attachments) is for the recipient ...{{dropped:8}}
2006 Mar 15
10
Question on hardware for site
For a medium-sized website, does one machine for database server (either mysql or postgres) and another for the web server (lighttpd) sound ok? How much traffic could I expect to handle? (I know it depends on the application, but some rough estimates would be nice) Joe
2005 Nov 21
1
Plotting one or more series on the same graphs
..."l") leg.txt=c("Simpson's index", "Shannon's index") legend("topleft", leg.txt, col=c(1,2), lty=c(1,1)) axis(1, 1:4, c("autumn", "spring", "summer", "winter") ) axis(2, 1:11) doesn't put decimal value, but jut a "1" in the middle of the vertical axis. How can make a correct graphs? Thanks, Gianpaolo.
2016 Jun 02
4
FYI: http
I just had to browse to a printer... and with https-use-strict at a server higher up, firefox *would* *not* let me get there. I don't see the circa-2012 printer offering https. Luckily, there was konqueror, which *did* let me go to http://<printer> I just *adore* SmartSoftware that Won't Let You Endanger Yourself.... Reminds me of Jack Williamson's old novel, The Humanoids.
2016 Nov 22
5
Good email client to use with Dovecot?
On Nov 22, 2016, at 7:48 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote: > I'm trying for the life of me to see a use case for anywhere close to > 1,000 folders, and am failing. That would be a major problem just from > the human side. How do you find anything? I can see it, though I think it?s excessive. List Mail Dovecot 2011-06 2011-07 2011-08 ?
2019 Aug 22
2
Getting classic BIOS and UEFI boot on the same disk?
I just created something very similar for one of my own projects. I have a disk image that you can "dd" onto a hard drive or USB drive and a bash script demonstrating how it was done here: https://www.syslinux.org/archives/2019-July/026476.html You don't actually need the patch for the dual BIOS/UEFI support. The patch in the above link is just to enable the reading of config