search for: l33

Displaying 17 results from an estimated 17 matches for "l33".

Did you mean: 133
2011 Apr 16
17
Rails 3 Crashing On Windows 7
Hi guys, I have Rails 3 running on Windows 7 with Ruby 1.9.2 Every now and again, my server crashes, and I see the following information in the windows event log: Faulting application name: ruby.exe, version: 1.9.2.180, time stamp: 0x4d5ee5ed Faulting module name: msvcrt-ruby191.dll, version: 1.9.2.180, time stamp: 0x4d5ee5ec Exception code: 0xc0000005 Fault offset: 0x0011a00e Faulting process
2010 Aug 21
10
Launching Source engine games results in crash, small res
...owing: Team Fortress 2 Left 4 Dead Counter-strike Source Portal When I try to launch Source based games the screen goes black and then it resizes the resolution to something like 1024x600. I am able to get the Left 4 Dead intro movie to play with this script: WINEPREFIX=~/.wine.steam wine /home/l33/.wine.steam/drive_c/Program\ Files/Steam/steamapps/common/left\ 4\ dead/left4dead.exe I've tried it in KDE with compositing off or on. My preferred method of gaming is running a separate X server on DISPLAY :1 by putting the above WINEPREFIX command in a script name l4d.wine, then making anot...
2016 Jul 21
2
How to debug supermin5 issue?
Hi, Rich: I met a supermin issue on CentOS 7.1: supermin: version: 5.1.10 supermin: rpm: detected RPM version 4.11 supermin: package handler: fedora/rpm supermin: acquiring lock on /root/test/aaa/lock supermin: build: /usr/lib64/guestfs/supermin.d supermin: build: visiting /usr/lib64/guestfs/supermin.d/base.tar.gz type gzip base image (tar) supermin: build: visiting
2022 Jun 08
0
[Infra] : Planned outage : git.centos.org
...ucYP4NKTkcPJdE7CWbFQVInscthHKihU (ECDSA) ecdsa_md5=256 MD5:8f:40:35:4f:b9:43:60:d9:09:c0:5f:80:52:69:c8:8d (ECDSA) Also worth knowing that we also present a signed cert for sshd host keys, so if you already trust our CA (https://github.com/CentOS/ansible-role-sshd/blob/master/defaults/main.yml#L33) in your ~/.ssh/known_hosts file, you'll not even have to accept new key Thanks for your understanding and patience. on behalf of the Infra team, -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab -------------- next part -------------- A non-...
2020 May 28
2
[PATCH v2v] v2v: Remove extraneous '=' when setting --bandwidth/--bandwidth-file.
...hing features, when my longer term plan is to break apart virt-v2v into more easily consumable pieces. That will only make the long term plan more difficult. We could probably test ‘-it ssh’ using the same trick that nbdkit uses (https://github.com/libguestfs/nbdkit/blob/master/tests/web-server.h#L33) but even that is not straightforward as ‘-it ssh’ also wants to run scp commands. So that's a long way of saying this fixes the code but doesn't add a regression test. Rich.
2020 Apr 17
3
How to find detritis rejected by "R CMD check" on Debian?
Hello: ????? How can someone help me find and fix the following, contained in 00check.log on Debian for "https://github.com/JamesRamsay5/fda": NOTE Found the following files/directories: ? ?fdaMatlabPath.m? * checking for detritus in the temp directory ... OK ????? See: https://win-builder.r-project.org/incoming_pretest/fda_5.1.3_20200416_225207/Debian/00check.log ?????
2016 Jul 21
0
Re: How to debug supermin5 issue?
...to write modules into initrd. That doesn't look good! What is supposed to happen here is that the modules path (/lib/modules/3.10.0-229.el7.x86_64) is searched in order to find any modules matching one of these patterns: https://github.com/libguestfs/supermin/blob/master/src/ext2_initrd.ml#L33-L52 You could try doing for example: find /lib/modules/3.10.0-229.el7.x86_64/ -name 'ext4.ko*' BTW this isn't always a problem. It could be that you are using a self-compiled CentOS kernel which doesn't have any modules (eg. everything is compiled into the kernel). If libgues...
2009 Feb 06
0
RExcel waiting for OLE action
...Call Rinterface.GetArray("sd_output$sd_two", Range("ASYM_MAX_ANALYSIS!J33:J37")) Call Rinterface.GetArray("sd_output$iqr_one", Range("ASYM_MAX_ANALYSIS!D33:D37")) Call Rinterface.GetArray("sd_output$iqr_two", Range("ASYM_MAX_ANALYSIS!L33:L37")) Call Rinterface.GetArray("pred_output$quant_one", Range("ASYM_MAX_ANALYSIS!A42:A46")) Call Rinterface.GetArray("pred_output$pred", Range("ASYM_MAX_ANALYSIS!C42:C46")) Call Rinterface.GetArray("pred_output$up_cb", Range(&...
2003 Sep 08
3
Adtran TA750 MWI problem
I recently set up Asterisk with an Adtran TA750. All is well except the phones do not show the MWI. I have configured zapata.conf properly, as all phones will receive a stutter dial tone if there is a message waiting in it's assigned mailbox. Does anybody know how I might fix this problem? Thank you for your time __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free,
2015 Jun 01
0
sum(..., na.rm=FALSE): Summing over NA_real_ values much more expensive than non-NAs for na.rm=FALSE? Hmm...
...other than "impatient"?); Let me answer my own question. The discrepancy between my sum2() code and the internal code for base::sum() is that the latter uses LDOUBLE = long double (on some system it's only double, cf. https://github.com/wch/r-source/blob/trunk/src/nmath/nmath.h#L28-L33), whereas my sum2() code uses double. So using long double, I can reproduce the penalty of having NA_real_ with na.rm=FALSE; > sum3 <- inline::cfunction(sig=c(x="double", narm="logical"), body=' #define LDOUBLE long double double *x_ = REAL(x); int narm_ = asLogica...
2015 Jun 01
2
sum(..., na.rm=FALSE): Summing over NA_real_ values much more expensive than non-NAs for na.rm=FALSE? Hmm...
I'm observing that base::sum(x, na.rm=FALSE) for typeof(x) == "double" is much more time consuming when there are missing values versus when there are not. I'm observing this on both Window and Linux, but it's quite surprising to me. Currently, my main suspect is settings in on how R was built. The second suspect is my brain. I hope that someone can clarify the below
2016 Jul 21
2
Re: How to debug supermin5 issue?
...t; >That doesn't look good! > >What is supposed to happen here is that the modules path >(/lib/modules/3.10.0-229.el7.x86_64) is searched in order to find any >modules matching one of these patterns: > > https://github.com/libguestfs/supermin/blob/master/src/ext2_initrd.ml#L33-L52 > >You could try doing for example: > > find /lib/modules/3.10.0-229.el7.x86_64/ -name 'ext4.ko*' > >BTW this isn't always a problem. It could be that you are using a >self-compiled CentOS kernel which doesn't have any modules >(eg. everything is compil...
2014 Aug 15
3
More notes on virt-v2v 1.27.27
[Shahar: Let's discuss virt-v2v & oVirt integration on the public mailing list from now on.] New in 1.27.27: * What we previously called `-o ovf' -- ie the ability to export just the OVF metadata -- has been implemented but in a slightly different way. You can now use: virt-v2v [...] -o rhev --no-copy -os remote:/esd ^^^^^^^^^ This means do the
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/findme.c -o popt/findme.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated w "popt/findme.c",L33/C7(#257): '=' encountered where '==' may have been intended. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/popt.c -o popt/popt.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorpora...
2014 Jun 12
2
Re: libguestfs supermin error
...ould have expected to see output such as this: supermin: internal insmod virtio.ko It seems as if you might not be setting SUPERMIN_MODULES; or maybe you don't have any modules that match the internal list in supermin: https://github.com/libguestfs/supermin/blob/master/src/ext2_initrd.ml#L33 Anyhow, virtio-scsi definitely isn't working, as you can see from the appliance kernel output. You can force the direct backend to use virtio-blk instead by editing the function src/launch-direct.c: qemu_supports_virtio_scsi. Rich. -- Richard Jones, Virtualization Group, Red Hat http://peo...
2014 Jun 11
2
Re: libguestfs supermin error
On Wed, Jun 11, 2014 at 01:00:16PM +0530, abhishek jain wrote: > Hi RIch > > Below are the logs updated logs of libguestfs-test-tool on ubuntu powerpc... > > libguestfs-test-tool > ************************************************************ > * IMPORTANT NOTICE > * > * When reporting bugs, include the COMPLETE, UNEDITED >
2014 Jun 13
2
Re: libguestfs supermin error
...supermin: internal insmod virtio.ko >> >> It seems as if you might not be setting SUPERMIN_MODULES; or maybe you >> don't have any modules that match the internal list in supermin: >> >> >> https://github.com/libguestfs/supermin/blob/master/src/ext2_initrd.ml#L33 >> >> Anyhow, virtio-scsi definitely isn't working, as you can see from the >> appliance kernel output. You can force the direct backend to use >> virtio-blk instead by editing the function src/launch-direct.c: >> qemu_supports_virtio_scsi. >> >> Rich....