search for: _each_

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

2005 Jul 01
1
Re: boot failure after install -- my bootloader beat up your honor student
...all/boot my servers and avoid any local bootloading problems. From: Peter Farrow <peter at farrows.org> > In one sentence, grub is poorly documented, over complicated pants, and > lilo ROCKS... At the risk of offending even more people by suggesting a "middle ground" where _each_ might actually be applicable more than the other (gasp! not again!): - GRUB is an intelligent boot-loader that is more "dynamic" because it inspects the disk at boot-time, but that requires it have drivers for the disk label (partition table format), slices (filesystems), etc... as ap...
2006 Dec 11
1
cohen kappa for two-way table
Greetings, I am a bit confused by the results returned by the functions: cohen.kappa {concord} classAgreement {e1071} when using a two-way table. for example, if I have an matrix A, and a similar matrix B (same dimensions), then: matrix A and B can be found: http://casoilresource.lawr.ucdavis.edu/drupal/files/a_40.txt http://casoilresource.lawr.ucdavis.edu/drupal/files/b_40.txt A <-
2001 Apr 16
2
Dump utility?
Is there any dump utility that exists for vorbis streams? What I am intersted in is something that will do a break down like: How many bits are used for encoding _each_ codebooks, how many bits are used for the residue, how much is used for the lpc coefficints. A selective dump of the codebooks themselves would be nice too of course. I'm wondering if anyone has such a little dump utility. Addi --- >8 ---- List archives: http://www.xiph.org/arch...
2009 Dec 08
1
coefficients of each local polynomial from locfit
Hi list, This was asked a couple of years ago but I can't find a resolution. Is there any way to get the coefficients from one of the local polynomial fits in locfit. I realize that locfit only constructs polynomials at a handful of intelligently selected points and uses interpolation to predict any other points. I would like to know the terms of the polynomials at these points. It seems
2002 Sep 14
0
Samba aka PDC and W2k problem
...error occurred attempting to join the domain "hm": No mapping between account names and security IDs was done". As usual I added those PCs as Machine Trust Account'ed into samba passwd file by executing "smbpasswd -a -m alex" so now there are records for _each_ PC in the /usr/local/private/smbpasswd file: =========================cut smbpasswd================================ ... alex$:20002:19ABB5C851CE7A54AAD3B435B51404EE:FD5117F72B251C2CB9A7A6669B8BD0A6:[W ]:LCT-3D8301DF andrew$:20000:7733BFECC3A7D081AAD3B435B51404EE:651DE33D6CDF9231B43056FF707...
2006 Aug 07
0
multiple text_field_with_auto_complete in IE/Opera
I have a text_field_with_auto_complete in _each_ row of my /list table. I use the autocomplete box in a row to update info in that row. I noticed that all of them get the same id and name attributes (user_uid and user[uid]). This doesn''t cause a problem in firefox 1.5 on windows. However on IE 6/Opera 9 I can only get autocomplete in...
2004 May 27
0
Fwd: Re: clock skew again
...name for GMT) Now you can see the problem. Kerberos (because it has to work across the whole world) always uses GMT for its time. GMT is the same across the whole world and does not have any 'Summer Time' variations. In fact, all decent computer systems use only GMT for talking to _each_ _other_. They still tell _you_ the local time, taking into account what time zone you're in, but they all talk to each other with GMT. I can tell from the time you sent the messages, that the Linux box's time is wrong. It should have been 11:22 UTC. You can set this by using 'date...
2002 Sep 18
0
Please assist in examination my samba log
...llowing error occurred attempting to join the domain "hm": No mapping between account names and security IDs was done". As usual I added those PCs as Machine Trust Account'ed into samba passwd file by executing "smbpasswd -am hm3" so now there are records for _each_ PC in the /usr/local/private/smbpasswd file: =========================cut smbpasswd================================ ... hm3$:20006:66FD7474B2A116C1AAD3B435B51404EE:6761A1A8AE44999D976C26FCCEDDC0E1:[W ]:LCT-3D886D4D: ... =========================cut smbpasswd================================...
2012 Aug 10
2
RAID: by host or within KVM?
Hi Virtualizers, I just setup a CentOS 6 box (at home) to run as a KVM host. It's replacing an absolutely ancient CentOS 5 server that's running Xen. I have one OS drive, and two drives in RAID 1 with LVM on top which is being used as the KVM storage pool. I created a KVM that will run OpenMediaVault (OMV). OMV requires an OS drive (which is really a LVM), and a separate drive(s) to
2005 Dec 29
1
use of predict() with confidence/prediction bands
To my understanding, a confidence interval typically covers a single valued parameter. In contrast, a confidence band covers an entire line with a band. In regression, it is quite common to construct confidence and prediction bands. I have found that many people are connecting individual confidence/prediction interval values produced with predict(object,sd.fit=T,type="conf/pred") and
2013 Nov 18
2
[PATCH] al175: updated driver, please restore it
...several al175 > > > registers, and each read_register consists of a chat between host and > > > al175. > > > > > > And I want the whole transaction to be less than say 5 seconds. What > > > should I do? manually calculate read/write time budget left for _each_ > > > read or write? > > > > > > I think this is not practical. > > > > > > That's why I simply > > > > > > 1. arm the timer via alarm(T) to fire after T seconds > > > 2. do all the I/O, logic, etc... > > > 3. if I...
2005 Jul 08
1
Re: Hot swap CPU -- shared memory (1 NUMA/UPA) v. clustered (4 MCH)
From: Bruno Delbono <bruno.s.delbono at mail.ac> > I'm really sorry to start this thread again but I found something very > interesting I thought everyone should ^at least^ have a look at: > http://uadmin.blogspot.com/2005/06/4-dual-xeon-vs-e4500.html > This article takes into account a comparision of 4 dual xeon vs. e4500. > The author (not me!) talks about "A
2005 Jun 29
8
Hot swap CPU
From: Rodrigo Barbosa <rodrigob at suespammers.org> > Btw, don't quote me on this one :) > I'm only 90% sure of the hotswapping capabilities, and less than 50% > sure about the price :) There _are_ systems with hot-swap CPUs, memory and/or, PCI[-X] slots. They are _not_ commodity and pricey, and require OS-level support. In fact, I believe Linux 2.6 has some support for
2013 May 13
11
[PATCH] Fix QEMU HVM hotplug race in QEMU traditional (Xen 4.1, Xen 4.2, and Xen 4.3) (v1).
Hey Ian and Stefano, Please see this thread: http://lists.xen.org/archives/html/xen-devel/2013-05/msg01053.html for the debug patches and some of the discussion. These three patches fix an race that has been in QEMU traditional for a long time. The guts of the bug is that if you have a guest with these options: vcpus=1 maxvcpus=32 and do ''xl vcpu-set <guest> 32'' the
2013 May 21
26
New Xen boot infrastructure proposal
Hey guys, Here are my thoughts about current Xen boot infrastructure and some changes proposal. It is linked with EFI development but not only. Since the beginning Xen image and other needed stuff could be loaded into memory according to multiboot protocol. (e.g. implemented by GRUB). It means that current implementation of Xen takes info about current system config from multiboot_info_t
2004 Dec 09
12
four wildcards in a single pc
Hi. Please excuse me asking this again. But it really puzzles me. We're installing asterisk at a branch office at NJ (HQ is at Petach-Tikva) It'll need to support 5 POTS lines, 11 analog extensions and four VOIP phones. I wanted to go with a T1 card from digium and a channel bank, but we have a dead line. It has to be up and running by January 1st. I don't have the time to start
2005 Jul 03
0
RE: CentOS Digest, Vol 6, Issue 3
...tloading problems. > > > From: Peter Farrow <peter at farrows.org> > >>In one sentence, grub is poorly documented, over complicated pants, and >>lilo ROCKS... > > > At the risk of offending even more people by suggesting a "middle > ground" where _each_ might actually be applicable more than the other > (gasp! not again!): There is no middle ground on this one...they are not comparable. > > - GRUB is an intelligent boot-loader that is more "dynamic" because it > inspects the disk at boot-time, but that requires it have driv...