Displaying 20 results from an estimated 10000 matches similar to: "How is WOTFLIX made? General knowledge question?"
2012 Jan 28
2
Re: World of Tanks
Code:
Unhandled exception: unimplemented function msvcp90.dll.??0?$basic_ofstream at DU?$char_traits at D@std@@@std@@QAE at XZ called in 32-bit code (0x7b83ad72).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b83ad72 ESP:0033fce8 EBP:0033fd4c EFLAGS:00200246( - -- I Z- -P- )
EAX:7b8279a5 EBX:7b895d88 ECX:00000000 EDX:80000100
ESI:80000100 EDI:00d08bcc
Stack dump:
2011 Nov 25
1
Recovering from kernel panic / reboot cycle importing pool.
Yesterday morning I awoke to alerts from my SAN that one of my OS disks was faulty, FMA said it was in hardware failure. By the time I got to work (1.5 hours after the email) ALL of my pools were in a degraded state, and "tank" my primary pool had kicked in two hot spares because it was so discombobulated.
------------------- EMAIL -------------------
List of faulty resources:
2002 Jul 09
0
PAM.d files other general knowledge
In the installation docs it says to edit the /etc/pam.d/* files. I took this
to mean only to edit the /etc/pam.d/samba file. I have noticed that people
have been editing the SAMBA file, /etc/pam.d/login and
/etc/pam.d/system-auth.
Here is my Samba file :
#%PAM-1.0
auth sufficient /lib/security/pam_winbind.so
auth required /lib/security/pam_securetty.so
auth required
2010 Feb 02
2
Subset and plot
Here is a runable program. When I plot Day and Wgt, it graphs all the data
points. All I need is daily.sub1 plotted. I also need each "Tanks" to have
its own col or pch. When I run it with the line with pch, it gives me
nothing.
rm(list=ls())
Trial<-rep(c(1,2),each=12)
Tanks=rep(c("a3","a4","c4","h4"),each=3,2)
Day=rep(c(1:12),2)
2010 Feb 02
1
Subset and point plot
OK, I need help plotting. I have column headings of Day, Wgt, Foodin, Rep,
Grp and Tanks. Rep=c(1,2,3) and Tanks=c(a1,a2,a3,a4,a5,a6,
c1,c2,c3,c4,c5,c6, h1,h2,h3,h4,h5,h6).
I created a subset where I only would like Rep=2, and Tanks=c(a4,c4,h4) and
would like to graph (points) of Wgt and Day. I would think that I only need
3 colors, but when I run with only 3, only 2 lines show up. When I add
2009 Mar 06
1
general protection rip?
Hi List,
On one of our CentOS 5 (x64_86) servers, identical to a number of
other systems, I'm seeing some processes / services failing to run,
along with the following error in /var/log/messages:
Mar 2 23:25:07 someHostname kernel: wrapper-linux-x[24448] general
protection rip:805386e rsp:ffc20390 error:0
Mar 2 23:25:09 someHostname kernel: dsm_sa_datamgr3[5063] general
2012 Dec 03
0
Nested ANCOVA question
Hello R experts,
I have having a difficult time figuring out how to perform and interpret an ANCOVA of my nested experimental data and would love any suggestions that you might have.
Here is the deal:
1) I have twelve tanks of fish (1-12), each with a bunch of fish in them
2) I have three treatments (1-3); 4 tanks per treatment. (each tank only has one treatment applied to it)
3) I sampled
2008 May 28
0
ZFS locking up! Bug in ZFS, device drivers or time for mobo RMA?
Greetings all.
I am facing serious problems running ZFS on a storage server assembled out of commodity hardware that is supposed to be Solaris compatible.
Although I am quite familiar with Linux distros and other unices, I am new to Solaris so any suggestions are highly appreciated.
First I tried SXDE 1/08 creating the following pool:
-bash-3.2# zpool status -v tank
pool: tank
state:
2012 Jan 08
0
Pool faulted in a bad way
Hello,
I have been asked to take a look at at poll on a old OSOL 2009.06 host. It have been left unattended for a long time and it was found in a FAULTED state. Two of the disks in the raildz2 pool seems to have failed, one have been replaced by a spare, the other one is UNAVAIL. The machine was restarted and the damaged disks was removed to make it possible to access the pool without it hanging
2005 Aug 18
1
GLMM - Am I trying the impossible?
Dear all,
I have tried to calculate a GLMM fit with lmer (lme4) and glmmPQL
(MASS), I also used glm for comparison.
I am getting very different results from different functions, and I
suspect that the problem is with our dataset rather than the functions,
but I would appreciate help in deciding whether my suspicions are right.
If indeed we are attempting the wrong type of analysis, some
2007 Jun 21
1
anova on data means
I am transitioning from SAS to R and am struggling with a relatively simple
analysis. Have tried Venables and Ripley and other guides but can't find a
solution.
I have an experiment with 12 tanks. Each tank holds 10 fish. The 12 tanks
have randomly assigned one of 4 food treatments - S(tarve), L(ow), M(edium)
and H(igh). There are 3 reps of each treatment. I collect data on size of
each
2014 Jul 29
0
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
> Unfortunately I get the error message:
> isohybrid: slint64-14.1.iso: unable to find mac efi image
This is probably due to El Torito Platform id "Mac" in
-eltorito-alt-boot -no-emul-boot -eltorito-platform Mac \
-eltorito-boot isolinux/macboot.img \
This caused in the image
http://slint.fr/misc/MacBoot/slint64-14.1.iso
platform id 1 with the third image. (I would
2011 Sep 27
1
two-way anova help
Hello,
I am having some trouble coding a two-way anova due to replicated
treatments.
I have a factorial design with three male parents and three female parents.
They were mated in all combinations and their babies were grown out and
measured for size. 50 babies were measured for each of the 9 crosses. If I
stopped here, I would have no troubles. But I also have 5 replicate tanks
for each of
2010 Jan 09
1
Boxplots
I have a data set with four columns and need to make boxplots from them.
Data is as follows:
tank Tanks Total cons_hat
1 a a4 5.651017 5.59
2 a a5 5.017499 5.29
3 a a6 4.894238 4.69
4 c c4 3.986347 3.40
5 c c5 4.099442 3.58
6 c c6 4.150522 3.64
7 h h4 5.187792 6.32
8 h h5 6.713422 6.44
9 h h6 5.168555
2011 Sep 07
1
Clearcase, Samba, and mnode values
Hi all --
I recently temporarily deployed an upgraded Clearcase server (7.1.2.3)
on 64 bit RHEL 5.6. With it I was using Redhat's release of Samba for
that version of the OS -- 3.0.33. The system has 32 GB of memory
and within 12 hours, it would be down into swap. Maximum active
licenses used is 36 but a more typical load is 18-25 users having a
Clearcase license at once. Clearcase
2008 Nov 03
0
scuba 1.2-2 posted
scuba 1.2-2
'scuba' is a contributed package that performs theoretical calculations
about scuba diving --- dive profiles, decompression models, gas toxicity
and so on.
New features in version 1.2-2:
. Package vignette provides detailed explanations.
. Improved handling of data from dive computers.
. Gas switches (switching from one tank of breathing gas
2008 Nov 03
0
scuba 1.2-2 posted
scuba 1.2-2
'scuba' is a contributed package that performs theoretical calculations
about scuba diving --- dive profiles, decompression models, gas toxicity
and so on.
New features in version 1.2-2:
. Package vignette provides detailed explanations.
. Improved handling of data from dive computers.
. Gas switches (switching from one tank of breathing gas
2009 Dec 10
1
Help with beanplot fromatting
Dear Helpful R Users,
I am graphing some data using the beanplot, but I am having trouble
getting the output I desire. I have five tanks (A-E) and 2 groups for
each tank grp1 or grp2, except tank C where there is only grp1. (I only
changed the grouprep to "C grp1" for the example) When I plot them, I
would like A B C(only grp1 - half of the bean plot) then D and E (as
full beans).
2017 Oct 06
0
Gluster geo replication volume is faulty
On 09/29/2017 09:30 PM, rick sanchez wrote:
> I am trying to get up geo replication between two gluster volumes
>
> I have set up two replica 2 arbiter 1 volumes with 9 bricks
>
> [root at gfs1 ~]# gluster volume info
> Volume Name: gfsvol
> Type: Distributed-Replicate
> Volume ID: c2fb4365-480b-4d37-8c7d-c3046bca7306
> Status: Started
> Snapshot Count: 0
> Number
2018 Oct 01
1
explorer.exe crashes on security tab access
I dont agree, its not always the application.
Unstable powersupply can make applications crash or unstable graphics card or fault ram or unstable motherboard, bad hdd.
..
And 1 google to provide proof for above statement, Google "Windows has blocked access to the graphics cards" that one applies for all the above options,, so it's not always the application.
I've been