search for: failt

Displaying 12 results from an estimated 12 matches for "failt".

Did you mean: fail
2004 Oct 14
3
atropos scheduler params
...D or the vm NAME (as appearing in xm list) o SLICE, PERIOD are in nanoseconds I believe? o XTRATIME has to be 1/0 ? o some examples with typical values would be great Finally, I''m passing sched param to Xen at boot time as: kernel /boot/xen.gz dom0_mem=65536 sched=atropos But the machine failts to boot with a "CPU 0 is toasted" type of message! :-O If remove the sched param, things work just fine again. Any ideas? Thx -- Diwaker Gupta http://resolute.ucsd.edu/diwaker ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide...
2013 Oct 03
1
[LLVMdev] [Polly] Move Polly's execution later
...odule foo.preopt.ll > > The output LLVM IR code would contain a exit basic block that is incorrectly > marked as "unreachable". > > I have updated the bug17323 (http://llvm.org/bugs/show_bug.cgi?id=17323) > for the further debugging. The problem is that at some point we failt to properly update the LoopInfo. I updated the bug report with more details. Tobias
2013 Sep 04
2
dns update failt (kerberos)
Hi there, I am struggling with samba4 and the internal dns and kerberos. It seems that DNS is the problem. When I aske for kerberos dns entrys on my workstation, I get this (11.22.33.202 is the samba4 server): root at lit2:~# dig _kerberos._udp.DOMAIN.LOCAL @11.22.33.202 ; <<>> DiG 9.7.3 <<>> _kerberos._udp.DOMAIN.LOCAL @11.22.33.202 ;; global options: +cmd ;; Got
2002 May 17
0
options()$warn==2 and try()
...control, weights = weights, > ## warnings are just warnings when options()$warn=0: > lapply(qq,class) $cph.x1x2 [1] "coxph" $cph.x1x2.int [1] "coxph" > qq <- FitModels(vnames=c("cd3ncd56p","adrpcd8p"),dframe="ALLmth12",survname="failt m12", censname="failcens") Warning message: Loglik converged before variable 1 ; beta may be infinite. in: fitter(X, Y, strats, offset, init, control, weights = weights, > lapply(qq,class) $cph.x1x2 [1] "coxph" $cph.x1x2.int [1] "coxph" > ## Now attem...
2006 Dec 22
1
Powercom BNT-1200AP driver
...BUCK) * bit 5 LOAD STATUS(1 = OVER LOAD, 0 = NORMAL) * bit 6 X * bit 7 SD MODE DISPLAY * byte 10 bit 0 UPS FAILT(1 = FAILT) * bit 1 BAT STATUS(1 = BAD, 0 = NORAML) * bit 2 TEST MODE (1 = TEST, 0, NORMAL) * bit 3 X *...
2018 May 07
0
[clang] Running a single testcase
The simplest way to run a clang test case that I know of is to clone both llvm and clang repos, run all the tests, then run an individual test. IIRC like so: git clone llvm ...... cd llvm/tools git clone clang ..... cd ../../ mkdir build cd build cmake ../llvm ninja check-clang ./bin/llvm-lit -v ./tools/clang/test/Sema/asm.c On Sun, May 6, 2018 at 7:10 AM, Sedat Dilek via llvm-dev <
2013 Sep 30
0
[LLVMdev] [Polly] Move Polly's execution later
At 2013-09-25 18:03:18,"Tobias Grosser" <tobias at grosser.es> wrote:> >I think this is too early, as most of the canonicalization is not yet  >done. We probably don't need to investigate this bug immediately, but >it would be nice if we could make it reproducible without your changes  >to polly. For this please run the command with -debug-pass=Arguments
2018 May 06
3
[clang] Running a single testcase
Hi, while experimenting with llvmlinux on Debian/testing AMD64 I wanted to run some x86-64 ASM tests. I fell over [1] and wanted to run it. So, I cloned clang from Git... $ git clone https://github.com/llvm-mirror/clang.git I looked through some docs where I have seen I need "llvm-lit" or "lit.py". The Debian package llvm-7-tools from <apt.llvm.org> does ship
2018 May 07
2
[clang] Running a single testcase
...ome/sdi/src/llvm/llvm/lib/Support/Unix/Process.inc:14, from /home/sdi/src/llvm/llvm/lib/Support/Process.cpp:94: /home/sdi/src/llvm/llvm/include/llvm/Support/Errno.h:34:13: warning: mangled name for ‘decltype (F(llvm::sys::RetryAfterSignal::As ...)) llvm::sys::RetryAfterSignal(const FailT&, const Fun&, const Args& ...) [with FailT = int; Fun = int(int, stat*) throw (); Args = {int, stat*}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type] inline auto RetryAfterSignal(const FailT &Fail, const Fun &F,...
2002 Oct 18
3
Quicktime Vs Windows encoding with VP3
I found out about vp3 from the new winamp and coincidentally i also happen to be trying to find a suitable solution to broadband streaming. I have used flaskmpeg to create a 17mb .avi file from an 82mb Mpeg 1 file and it looks great it took about twenty minutes to encode. It runs for eight minutes and the audio is also fantastic using the lame encoder. However when I try to do the same in
2013 Sep 25
3
[LLVMdev] [Polly] Move Polly's execution later
On 09/25/2013 04:55 AM, Star Tan wrote: > Here is an update about moving Polly later. Hi star tan, thanks for your report. > > 1. Why does Polly generate incorrect code when we move Polly immediately after the loop rotating pass? > > It is mainly caused by a wrong polly merge block. When Polly detects a valid loop for Polyhedral transformations, it usually introduces a new basic
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*RESEND* due to exceeding the mailinglists limit for attachment size. Hi, I''m trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting. So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter. - When i don''t passthrough the radeon card, the