Displaying 20 results from an estimated 900 matches similar to: "nbp hell"
2005 Aug 22
3
Adding machine accounts with Ghost
Greetings.
Please reference:
http://lists.samba.org/archive/samba-ntdom/2001-September/019783.html
That list is listed as "inactive" on the samba site, so I'm following up here.
Does anyone know if this functionality was ever achieved? We just
replaced out NT4 PDC with samba and I'm facing this exact problem. I
do not relish the thought of having to "touch"
2002 Dec 16
1
Changing the name of a server?
Greetings,
I have a server called "images" (both TCP/IP and NetBIOS) I am
replacing with a new server. The new server's development name (both
TCP/IP and NetBIOS) is "rackimages". Both are members of an NT4
Domain. Images is an NT4 Server, rackimages is a RH8 Linux box
running Samba 2.2.7.
I want rackimages to become images. I have it all set and ready to
go. My
2003 Dec 30
2
smb.conf man page FUBAR
I don't know who to report this to, but I'll post it here and hope
someone with authority sees it.
The on-line posting of the smb.conf man page is missing lots of information:
http://us1.samba.org/samba/docs/man/smb.conf.5.html
Thanks,
...ROMeyn
2006 Sep 19
1
Exc CB Search very little Question
Hi,
Jean-Marc Valin wrote:
> How about this: the codebook search gives you the N best (in order)
> combinations of entries for the current sub-frame. You can simply
> compute a one-bit checksum on all the codebook entries and choose
> which of the N-best to use based on that and the "message" you have.
So you're suggesting, I can either write into the stream:
-
2009 Jul 23
3
How to pass a character argument which contains expressions to arg.names in barplot?
Hi all
Can anybody help me with this? I am trying to include in an automatic way
the argument in arg.names in a barplot. I generate the labels I want to
appear below the bars with a for loop, and they contain subscripts, so I
need to use expression
anch<-0.05
esp<-4
for (i in 1:dim(Ntot)[1])
{
naux<-Ntot[i,]
naux2<-naux[naux>0]
nind<-which(naux>0)
2006 Sep 19
2
Exc CB Search very little Question
Hi,
Jean-Marc Valin wrote:
>> 1. What is the point in multiplying a codebook index with some number
>> ant adding a loop variable to it as done in the exc unquant function.
>> for (j=0;j<subvect_size;j++)
>> exc[subvect_size*i+j]+=s*0.03125*shape_cb[ind[i]*subvect_size+j];
>
> That's just how you represent a 2D array in C: the codebook has
2003 Nov 20
1
interested in others' pre-7 NBP experience
Dirk Haus wrote:
>What would be the syntax to call other NBPs vom
>pxelinux (and has someone already tried it with 3Com`s
>Boot Image Editor "imgedit" bootstraps)? I haven`t
>found a single word about this feature in the pre-7
>tarball.
Mr. Haus, I would very much like to know about your experience
invoking another NBP from PXELINUX.
I'm trying and failing to
2002 Jun 12
2
Problems with NBP chaining
I've just been playing with PXELINUX 1.74, and I can't get NBP
chaining to work.
First problem is that the code doesn't appear to recognize .0 files.
I could be completely mistaken (x86 assembler isn't my forte) but I
think the problem in pxelinux.asm is here:
------------------------------------------------------------------------
.one_step: mov ecx,[di-4]
2003 Jul 08
1
Help Samba Virtual Servers (Host aliases) configuration problem
Hi,
I need to create one or more NetBIOS host alias of my unique SAMBA server
version 2.27 which is running on a RedHat Linux 8.0 box acting as a simple
file-sharing machine for our WORKGROUP.
I need that my clients see three differents host more than the real
fileserver;
I think the scope of virtual server was based on which virtual host I'll
contact I'll see the relative share: so
2005 Apr 22
1
loading new config file or an NBP on another server
> - PXELINUX: Support changing the default server and boot file prefix?
> - Support loading a new configuration file.
What are the time frames/progress on these?
Would it be possible for pxelinux.0 to accept command line arguments,
like:
KERNEL pxelinux.0
APPEND keeppxe conf=<new config file>
I also need a way to change the boot server ip that is left in the pxe
stack, i.e. I want
2011 Apr 17
2
gpxelinux.0: pxechain to another NBP then RET fails
IRC user ernini first noticed this. We both tried using
gpxe/gpxelinux.0 from Syslinux-4.04-pre22. ernini used pxechain to a
commercial NBP which RETs (the same as PXELINUX) and failed. Both of
us had success with core/pxelinux.0 from Syslinux-4.04-pre22.
For my test, I have a VM in VMware Server 2.0.2 (VMHW v7). I loaded
gpxelinux.0 using the VM's built-in PXE ROM. Then I used
2010 Oct 08
3
Efficiency Question - Nested lapply or nested for loop
My data looks like this:
> data
name G_hat_0_0 G_hat_1_0 G_hat_2_0 G_0 G_hat_0_1 G_hat_1_1 G_hat_2_1 G_1
1 rs0 0.488000 0.448625 0.063375 1 0.480875 0.454500 0.064625 1
2 rs1 0.002375 0.955375 0.042250 1 0.000000 0.062875 0.937125 2
3 rs2 0.050375 0.835875 0.113750 1 0.877250 0.115875 0.006875 0
4 rs3 0.000000 0.074750 0.925250 2 0.897750 0.102000
2007 Nov 16
2
expand.grid overflows?
>cbn<-as.matrix(expand.grid( rep( list(0:1), 50)))
Error in rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
invalid 'times' value
In addition: Warning message:
In rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
NAs introduced by coercion
But I'm only interested in cbn matrix rows where:
cbn<- cbn[rowSums(cbn)==5,]
Is there a way to evaluate it
2006 Mar 26
2
Controllers in modules, not recognised - driving me mad!
Hi, I hope somebody can help me here but I''m having a very strange
problem getting Rails to recognise controllers inside modules. The
strange thing is, it was working the other day and I''ve not changed
anything as far as I''m aware. I''m running on OSX using Ruby 1.8.4 and
Rails RC1 (but I''ve also tried rolling back to Rails 1.0 and tried Edge
Rails)
2006 Sep 18
2
Exc CB Search very little Question
Hi,
Jean-Marc Valin wrote:
> Not sure I understand your question. Change the order of what within what?
In cb_search, we iterate nb_subvect times over a codebook, finding
nb_subvect codebook entries to quantize the excitation signal. After
finding these nb_subvect codebook entries, they're written into the stream:
/*save indices*/
for (i=0;i<nb_subvect;i++)
{
2006 Sep 18
2
Exc CB Search very little Question
Hello,
just to make sure I haven't gotten anything wrong:
In cb_search.c (function split_cb_search_shape_sign) after all that
searching nb_subvect CB entries are being written into the stream. These
are all taken from the same codebook.
If I wanted to, I could just change their order, couldn't I?
Because important is only the linear combination of them all together,
which I keep
2012 Oct 22
3
Duplicate class declaration because of counterintuitive class scoping
Hi,
I bumped into the following this afternoon (on a 2.7.19 puppet master/agent
combo):
consider a class profile::tomcat in module profile with the following
content:
$ cat modules/profile/manifests/tomcat.pp
class profile::tomcat {
class { ''tomcat'': }
notice(''Class profile::tomcat in module profile'')
}
and
$ cat modules/tomcat/manifests/init.pp
2012 May 23
1
how a latent state matrix is updated using package R2WinBUGS
I'm trying to understand how a latent state matrix is updated by the MCMC
iterations in a WinBUGS model, using the package R2WinBUGS and an example
from Kery and Schaub's (2012) book, "Bayesian Population Analysis Using
WinBUGS". The example I'm using is 7.3.1. from a chapter on the
Cormack-Jolly-Seber model. Some excerpted code is included at the end of
this message;
2007 Jun 24
2
matlab/gauss code in R
Hi all!
I would like to import a matlab or gauss code to R.
Could you help me?
Bye,
Sebasti?n.
2007/6/23, r-help-request en stat.math.ethz.ch <r-help-request en stat.math.ethz.ch>:
> Send R-help mailing list submissions to
> r-help en stat.math.ethz.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2009 Dec 04
2
Installing RandomForest on SuSe Linux - warnings
I installed RF on Linux OpenSuSe 11.1 and while it did install and did run a model I had created on Windows correctly, it gave me a lot of "uninitialized" warnings. I don't know if these are significant and so am a little concerned even though my model ran. Any thoughts?
Thanks
R version 2.10.0 (2009-10-26)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN