similar to: Fedora Core 6 dom0 with a win 2003 server domU; unkown PCI device

Displaying 20 results from an estimated 900 matches similar to: "Fedora Core 6 dom0 with a win 2003 server domU; unkown PCI device"

2002 Feb 19
1
ext3fs: Bad super block
I've got this poor ext3-partition which I can't access. I have tried a lot of things but it doesn't seem to solve the problem. I've got quite important files on that particular partition. I can't even get the block groups from my /dev/hda3 with dumpe2fs! It all happened after a crash. GRUB wouldn't give me the graphical UI. I decided I had to get my dosbootdisk and do an
2011 Jan 16
1
Equivalent to Stata egen tag
What are the R equivalents to the Stata command egen tag and egen count? egen station_week_tag = tag(station week) Thank you
2006 Sep 19
0
How to enable audio in vmx guest
Hi all, Please make sure that your sound card could work correctly in advance. Follow the next steps: 1. re-compile xen0''s kernel to support you specific audio device; 2. modify configure file as follows: soundhw=''es1370'' or soundhw=''sb16'' =======================> I am not sure that either could work, please test. ''es1370'' on
2006 Jan 06
2
replace unkown action with 404
is there a way to replace unkown action error with a pretty 404 page ? I set the ErrorDocument 404 in .htaccess, however when someong goes to http://www.mysite.com/bogus i would like it to show a 404 error instead of just "Uknown action". Is this possible with a rescue or something? adam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 May 07
4
dsmark, unkown
Hi, I want to use the dsmark, but it always says: "unkown qdisc", although I have enabled it (y in Network options), and I have my kernel recompiled. I am using SuSE 8.1, 2.4.20 Kernel, tc available at the HTB site (with already precompiled HTB queue). Can anybody find the problem? thx _________________________________________________________________ MSN 8 helps eliminate e-mail
2007 Dec 13
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Hello, Matt. > Does anybody know what pass is clobbering my obfuscations? I think this is DAG combiner machinery in the codegenerator itself. Try to provide -fast option to llc. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2005 Mar 29
0
.call Files and Unkown Keywords
Hey, another question. I am having problems with my call files. Whenever I drop one into the outgoing folder, I get an "unknown keyword" error for each line in the file. This is what I have my file as right now. Channel: IAX2/scheda:*****@switch-2.nufone.net MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: outgoing Extension: 18636045489 Priority: 2 On the channel, that may need to
2011 Jan 21
0
Channel in an unkown state
Hello all. I have a dahdi card with 2 FXO and 1 FXS. I'm able to make calls without any problem. However, when I have an incoming call, I see the following message on the asterisk console: -- Starting simple switch on 'DAHDI/1-1' -- Executing [s at DID_trunk_1:1] ExecIf("DAHDI/1-1", "1?SetCallerPres(unavailable)") in new stack -- Auto fallthrough,
2008 Jul 10
0
Rmpi unkown input format error
I have just installed Rmpi on a Suse 9.1 linux cluster with openmpi-1.0.1. I am trying the example included below from the tutorial website. However, I keep getting the following error: > # Load the R MPI package if it is not already loaded. > if (!is.loaded("mpi_initialize")) { + library("Rmpi") + } > > # Spawn as many slaves as possible >
2007 Dec 14
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
On Thu, 13 Dec 2007, Matt Fredrikson wrote: > After I run opt on an un-obfuscated bitcode file to produce an > obfuscated bitcode file, I verify that my transformations were placed ok > in the file using llvm-dis. At this point, the changes appear to have > been made. However, if I run the obfuscated bitcode file through llc > to produce x86 assembly, the obfuscations vanish. I
2013 Nov 15
1
samba4 smb.conf directive "dns recursive queries" unkown
Hi there, I build a samba 4.0.11 on a Debian Wheezy from source, joined a existing AD (samba works with internal dns) and have this smb.conf: ======= # Global parameters [global] workgroup = DOMAIN realm = DOMAIN.local netbios name = SAMBA1 server role = active directory domain controller allow dns updates = nonsecure dns recursive queries = yes
2007 Dec 14
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Matt, The LLVMCore library provides constant folding automatically. So, when your obfuscated module is read in and the assembler re-creates your constants, the arithmetic is done automatically and the constants are folded. To see where this is done, see lib/VMCore/ConstantFold.cpp Reid. On Thu, 2007-12-13 at 02:22 -0600, Matt Fredrikson wrote: > Hello all, > > I am implementing some
2003 Aug 27
2
How to test a model with two unkown constants
Hi all, suppose I've got a vector y with some data (from a repeated measure design) observed given the conditions in f1 and f2. I've got a model with two unknown fix constants a and b which tries to predict y with respect to the values in f1 and f2. Here is an exsample # "data" y <- c(runif(10, -1,0), runif(10,0,1)) # f1 f1 <- rep(c(-1.4, 1.4), rep(10,2)) # f2 f2 <-
2008 Oct 13
1
Unkown namespace / sieve
Hello, I use dovecot + dspam and a very simple global sieve script : require "fileinto"; if header :contains "X-DSPAM-Result" "Spam" { fileinto "SPAM"; stop; } with dovecot 1.0 all run fine, but moving to 1.1 I experience this in maillog : Oct 13 10:31:52 h8h1 deliver(ml at sd2i.com): msgid=<8a24c15885037554724ff966f5458592 at
2012 Jan 24
1
Splitting up large set of survey data into categories
Hi, I am a total newbie to R so I apologize if the answer to my question is too obvious. I a data set of the following form: Date V1 V... VN Region Industry 22/03/1995 23:01:12 1 3 2 15 A 21/03/1995 21:01:12 3 3 1 9 C 1/04/1995 17:01:06 3 2 1 3 B
2005 Jun 25
2
r equivalent of egen? Not tapply
I have a list that has about 50 elements, each repeated many times (a list of states by observation). I want to create a vector with the same length with the same value repeated over and over again within states. The value I want is the number of observations that are in the same state as each observation. In stata, this is simply egen statesum = count(state), by(state). What is the r
2007 Dec 13
4
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Hello all, I am implementing some simple obfuscation transformations in LLVM. One of the obfuscations involves searching for particular constants, and "unrolling" them throughout a procedure using arithmetic. In effect, certain constants are broken up into smaller constants and recombined as needed using the appropriate operators. I perform this on intermediate LLVM instructions. After
2012 Dec 10
3
equivalent of group command of the egen function in Stata
Dear R listers, I am trying to create a new variable that uniquely identifies groups of observations in a dataset. So far I couldn't figure out how to do this in R. In Stata I would simply type: egen newvar = group(dim1, dim2, dim3) Please, find below a quick example to show what I am dealing with: I have a dataset with 4 variables: var <- runif(50) ## a variable that I want to group
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
[HVM] enable sound card support for qemu Signed-off-by: Edwin Zhai <edwin.zhai@intel.com> diff -r 2abb1c801ab7 tools/examples/xmexample.hvm --- a/tools/examples/xmexample.hvm Wed Jul 19 16:09:59 2006 +0800 +++ b/tools/examples/xmexample.hvm Thu Jul 20 21:19:07 2006 +0800 @@ -153,8 +153,8 @@ serial=''pty''
2013 Mar 08
1
Debian Squeeze packages available for Gluster 3.4.0-alpha2
I've made packages for Debian Squeeze for Gluster 3.4.0-alpha2, they are available on http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/. They built and installed successfully, and have been running nicely for a couple of hours, but your mileage may vary. The Debian packaging is on http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/glusterfs-3.4.0-debian.tar.gz. I took the