search for: n02

Displaying 8 results from an estimated 8 matches for "n02".

Did you mean: 02
2009 Jan 10
1
Setting a contingency table
...            cp1       cp2       rtp1   ---------------------------------------------     row2             c         d         n20                      rp3       rp4       100                      cp3       cp4       rtp2   ---------------------------------------------     Total            n01       n02         n                      ctp1      ctp2       100                      100       100        100 Suppose a<-67; b<-10; c<-79; d<-67; n<-a+b+c+d;   n10<-a+b;   n01<-a+c;   n20<-n-n10;   n02<-n-n01;   rp1<-(a/n10)*100;   rp2<-100-rp1;   rp3<-(c/n20)*100;  ...
2011 Nov 27
0
World of Warcraft Problem
...d you correct it. I also run WOW in d3d mode. I prefer the new water effects over the old ones. Framerate is not that much lower than opengl. Here are some screenshots of what it looks like with Texture Resoution on anything but low. NPC's Disappear! (http://www.flickr.com/photos/70882435 at N02/6413322115/in/photostream/) Black Screen! (http://www.flickr.com/photos/70882435 at N02/6413319477/in/photostream/) Black Screen! (http://www.flickr.com/photos/70882435 at N02/6413318969/in/photostream/) It doesnt matter where i am at in Kalimdor, Easteren Kingdoms, Outlands or Northrend. My cu...
2011 Jun 27
1
import text-records and set the fields in a table
...ot;faf9bb7f52" server="5264" farm="6" title="our rose garden" ispublic="1" isfriend="0" isfamily="0" tags="flowers plants green rose yellow garden nikon" /> <photo id="5876248123" owner="15023277 at N02" secret="e7b8037738" server="5192" farm="6" title="Blue, red, yellow, green" ispublic="1" isfriend="0" isfamily="0" tags="blue red green grass yellow truck amusement fair fete royalmail van ldv 2011 birstall" />...
2008 Mar 14
1
Sucess with Powerware 5115A over USB!
...t_usb.h nut_usb.h.new | dpatch patch-template -p > nut-2.2.1/debian/patches/03-nut_usb.h 9. diff -ruN nut-2.2.1/scripts/udev/nut-usbups.rules.in nut-usbups.rules.in.new | dpatch patch-template -p > nut-2.2.1/debian/patches/02-nut-usbups.rules.in 10. cd nut-2.2.1/ 11. echo -e '01-nut_usb.c\n02-nut-usbups.rules.in\n03-nut_usb.h' > debian/patches/00list 12. sudo dpkg-buildpackage -tc 13. sudo dpkg -i ../nut_2.2.1-2_i386.deb Thanks for all your hard work! Daniel Burr
2013 Jan 18
0
large memory usage on rebalance
...esystem is XFS The bricks do not all have the same size, but even the smallest partition has space left. [root at n03 glusterfs]# gluster volume info archive Volume Name: archive Type: Distribute Status: Started Number of Bricks: 9 Transport-type: tcp Bricks: Brick1: n01:/local/archive Brick2: n02:/local/archive Brick3: n03:/local/archive Brick4: n04:/local/archive Brick5: n05:/local/archive Brick6: n06:/local/archive Brick7: n07:/local/archive Brick8: n08:/local/archive Brick9: n09:/local/archiv Options Reconfigured: nfs.disable: on features.quota: off A few minutes after starting the reba...
2011 May 05
5
Dovecot imaptest on RHEL4/GFS1, RHEL6/GFS2, NFS and local storage results
We have done some benchmarking tests using dovecot 2.0.12 to find the best shared filesystem for hosting many users, here I share with you the results, notice the bad perfomance of all the shared filesystems against the local storage. Is there any specific optimization/tunning on dovecot for use GFS2 on rhel6??, we have configured the director to make the user mailbox persistent in a node, we will
2009 Jan 15
2
Interface to open source Reporting tools
...rtp1 > --------------------------------------------- > row2 c d n20 > rp3 rp4 100 > cp3 cp4 rtp2 > --------------------------------------------- > Total n01 n02 n > ctp1 ctp2 100 > 100 100 100 > > > Suppose > > a<-67; b<-10; c<-79; d<-67; > n<-a+b+c+d; > n10<-a+b; > n01<-a+c; > n20<-n-n10; > n02<-n-n01; > rp1...
2005 Sep 16
4
getent and wbinfo not returning expected results?
Hello, For some time now have been trying to connect a Samba-3.0.14a-0.4 server running on SuSE Ent 9 linux server to our Exchange 2003 (running on Server 2003 Std w/ SP1) server which is also the AD server for our domain. I can connect to the shares using the AD as the authentication source, so the basic functionality is there but some command output does not show in the way i expect