search for: differen

Displaying 20 results from an estimated 48 matches for "differen".

Did you mean: different
2008 Nov 14
0
decoded sample is completely differen from original one
...sampleenc.c/sampledec.c from the manual. Jean-Marc Andre Kirchner a ?crit : > Hi all, > > I have just started playing with speex, and come up with the following code, which just encode a frame of 160 shorts, and the decode it. > > For some reason the decoded sample is completely different than the original one. is my code wrong? If so what? Or is it a reasonable which depends of values that weren't correctly set? > > Thanks, > > Andre > > > #include <stdio.h> > #include <tchar.h> > > #include <speex/speex.h> > > #defin...
2006 Feb 03
1
How to configure samba to make differen pid for each user attached to it
...ed for file server. My problem is the following. All conections from each of this machines are made trough one pid and i cannot kill this pid if samoone locks any file becouse this will stop everybody else. So do you have any idea how to configure samba to make new pid for ecach new connection with different user. Ohoboho
2003 Sep 23
1
what does the sum of square of Gaussian RVs with differen t variance obey?
...table for a sum of 2 or 3 variates. Usual disclaimers ... Bob -----Original Message----- From: Thomas Lumley [mailto:tlumley@u.washington.edu] Sent: Tuesday, September 23, 2003 10:07 AM To: Jean Sun Cc: r-help@stat.math.ethz.ch Subject: Re: [R] what does the sum of square of Gaussian RVs with different variance obey? On Tue, 23 Sep 2003, Jean Sun wrote: > >From basic statistics principle,we know,given several i.i.d Gaussian > >RVs with zero or nonzero mean,the sum of square of them is a central or > >noncentral Chi-distributed RV.However if these Gaussian RVs have > >di...
2012 Mar 08
1
sas retain statement in R or fitting differene equations in NLS
...wish to fit a dynamical model in R and I am running in a problem that requires some of your wisdom to solve. For SAS users I am searching for the equivalent of the */retain/ *statement. For people that want to read complicated explanations to help me: I have a system of two equations written as difference equations here. To boil it down. I have a dataframe with three variables y, X1, X2 which are measured. Now, I want to estimate a model which says y= yhat+epsillon as in standard nonlinear regression. Where yhat is the predicted value of y. yhat can be calculated as follows: # This code illu...
2007 Mar 08
3
[BUG] clear ACL-s on destination
Destroy ACL-s on destination when no ACL-s differens between source and destination. Bug is somehow related with function send_file_name() called with negative file descriptor f. There is no such bug in 2.6.9 version, but there options "-X -A --deleted" can't be used (we have "Internal error: wrong write used in receiver.")...
2008 Nov 13
2
decoded sample is completely differen from original one
Hi all, I have just started playing with speex, and come up with the following code, which just encode a frame of 160 shorts, and the decode it. For some reason the decoded sample is completely different than the original one. is my code wrong? If so what? Or is it a reasonable which depends of values that weren't correctly set? Thanks, Andre #include <stdio.h> #include <tchar.h> #include <speex/speex.h> #define FRAME_SIZE 160 #define QUALITY 8 #define ENHANCEME...
2008 Oct 21
4
[LLVMdev] endian independence
Hi, I'd like to use LLVM to compile and optimise code when I don't know whether the target CPU is big- or little-endian. This would allow me to create a single optimised LLVM bitcode binary of an application, and then run it through a JIT compiler on systems of differening endianness. I realise that in general the LLVM IR depends on various characteristics of the target; I'd just like to be able to remove this dependency for the specific case of unknown target endianness. Here's a sketch of how it would work: 1. Extend TargetData::isBigEndian() and LLVM...
2005 Jan 17
1
Move 3.0.10 PDC to server with diifferent hostname an IP address
I want to move my Samba 3.0.10 server which is acting as PDC and WINS server to a new server with a differenent hostname and IP address. The old server is being used as a NIS+ server which means it would be very difficult for me to move the old hostname and IP to the new server. I have used the IP of the old server in the WINS server settings in DHCP and have set it by hand on a handful of PCs with don&...
2010 May 07
1
3.5.2 connecting to nmb alias without password
Hi there, I use 3.5.2 with netbios aliases in security mode ADS. When I connect to the primary netbios name from a windows host I get the samba machine right away. Connecting to the netbios alias (which is on a differen IP address) I have to type name and pwd to get the connection. DNS entries are OK. Is there any way to get rid of the pwd question, I had the same setup with 3.0.20 for a long time without problems but in the meantime also the AD was upgraded so I don't know who is really bothering me here...
2001 Sep 30
1
(No Subject)
Dear all I am very beginner user of R I want to calculate the power of t-test using power.t.test function. It is stated in the manual that the argument (n) is the number of observations per group. Infact I have a differens number of observations in each group(ie n1<>n2) and another thing is SD the pooled standard deviation of the observations in the two data sets under investigation. Hope find an answer soon Thanks Husam El Alqamy ---------------------------------------- Biologist Ranger St. Katherine Protect...
2014 Jan 02
1
Incorrect client netbios name in %m
...ine.fedora_f19 In the first case 'smbclient' (1) I see all shares including the one in 'per-machine.fedora_f19' But in when I issue 'mount -t cifs' (2) I can only use share from smb.conf. 'per-machine.fedora_f19' is not included. The reason for that that there is a differens in the netbios name: >From 'smbclient' (1) -> netbios name is: fedora_f19 >From 'mount -t cifs' (2) -> netbios name is: fedora_f19.domain Note that the old server works fine and if I explore Networks in Gnome it works. /Pelle
2009 Jul 31
1
Tests for Two Independent Samples
Dear R users, I have got two samples: sample A with observation of 223: sample A has five categories: 1,2,3,4,5 (I use the numer 1,2,3,4,5 to define the five differen categories) there are 5 observations in category 1; 81 observations in category 2;110 observations in category 3; 27 observations in category 4; 0 observations in category 5; To present the sample in R: a<-rep(1:5, c(5,81,110,27,0)) sample B with observation of 504: sample B also has t...
2008 Oct 27
0
[LLVMdev] endian independence
...> Hi, > > I'd like to use LLVM to compile and optimise code when I don't know > whether the target CPU is big- or little-endian. This would allow me > to create a single optimised LLVM bitcode binary of an application, > and then run it through a JIT compiler on systems of differening > endianness. Ok. > I realise that in general the LLVM IR depends on various > characteristics of the target; I'd just like to be able to remove this > dependency for the specific case of unknown target endianness. Sure. In practice, it should be possible to produce target-...
2018 Nov 22
1
machine account on RODC
Am 22.11.18 um 17:51 schrieb Rowland Penny via samba: > On Thu, 22 Nov 2018 17:29:16 +0100 > Stefan Kania via samba <samba at lists.samba.org> wrote: > >> Hello everybody, >> >> if I set up a RODC in a different site with an own subnet do I have to >> replicate the machine-passwords with "samba-tool rodc reload host\$ >> --server=addc"? Or can a machine always authenticate against a RODC? >> > > It is my understanding that an RODC never really does authentication > li...
2014 Jul 08
1
Homes shares randomly dissapear on AD-DC'S
...he branches. First this happen every two weeks or so on tree branches thougt i can prevent it by restarting samba every night but that did not help. Two days ago i upgraded samba from 4.1.4-7 to 4.1.9-8 and since then it happes twice a day. Here's the config we use at all four locations with differen netbios name's of course. # Global parameters [global] workgroup = DOMAIN realm = domain.local netbios name = SERVER server role = active directory domain controller idmap_ldb:use rfc2307 = yes dns forwarder = 192.168.160.200 temp...
2003 May 05
5
Rpcclient - setdriver.
I have done one succesful driver for downloading to my windows 2000-client. When i try set another with "setdriver " I get a result as : SetPrinter call failed! The only differens between them is in the desritption-field flags:[0x800000] name:[\\localhost\HP4600] description:[\\localhost\HP4600,HP4600,H4600] comment:[H4600] flags:[0x800000] name:[\\localhost\HP4600CLJ] description:[\\localhost\HP4600CLJ,,HP4600CLJ] c...
2015 May 11
0
Working example of mount.cifs -o setuids
...I can't make it work with or without 'valid users = root' or 'admin users = foo' in smb.conf. I tried samba 3.6.9 and 4.2 Please can someone post a working example of smb.conf, mount command and some test shell commands, with which the presence of 'setuids' would make a differene?
2006 Mar 12
0
help
....lib files in the project , but i get linker errors even after I've added de Lib directory that contains the libspeex.lib in (Project\Properties\Linker\General\Additional Directories) and then added the libspeex.lib in (Project\Properties\Linker\Input\Additioanl Dependencies).I've found 2 differen libspeex.lib files on the site , the one i'm trying to use has the size 136.720. Note that with other *.lib files (included in the same way in the project) , the application doesn't return these errors , so i'm thinking that the problem is with the libspeex.lib file. The errors lo...
2006 Mar 13
0
help
....lib files in the project , but i get linker errors even after I've added de Lib directory that contains the libspeex.lib in (Project\Properties\Linker\General\Additional Directories) and then added the libspeex.lib in (Project\Properties\Linker\Input\Additioanl Dependencies).I've found 2 differen libspeex.lib files on the site , the one i'm trying to use has the size 136.720. Note that with other *.lib files (included in the same way in the project) , the application doesn't return these errors , so i'm thinking that the problem is with the libspeex.lib file. The errors look l...
2006 Jan 27
0
dom0 packet drops caused by domU cpu load
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi together, last week I played around with XEN 2.0.5 and a Spirent performance test system. Installation is as follow: Spirent -> eth0 <- dom0 -> eth1 <- Spirent Testflow was a simple unidirectional UDP stream from left to right with differen paket sizes. Throughput is measured by Spirent in highest Mbit flow without packet drops... Dom0 as gateway with no virtual instances and 256 packet size performes with 550Mbit. After starting three virtual instances with light load performance drops to 320Mbit! Even worser was the following ins...