Displaying 20 results from an estimated 464 matches for "berly".
Did you mean:
belly
2012 Apr 18
1
C - R integration: Memory Issues
Hi all,
I am a PhD student and I am working on a C project that involves some
statistical calculations. So, I tried to embed R into C, in order to
call R functions from a C program. My program seems to get the correct
results from R. However, it appears to have a lot of memory allocation
issues, in contrast to the small amounts of memory that my code
allocates. Some additional info
2007 Jun 04
1
Help for ber_printf(ber, "N}" in pdb_ldap.c
Hello,
When the option "ldap passwd sync = yes" was used in smb.conf, we got an
error with "Unknown format" on ber_prinf(ber, "N}" in passdb/pdb_ldap.c
for Netscape LDAP SDK. This would block password change. By checking
Openldap manpage at
http://www.openldap.org/software/man.cgi?query=ber_printf&apropos=0&sekt
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren,
An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer
Diplomarbeit (Prof. Ruckstuhl) ein R-Programm zur Auswertung von
IR-Spektren (line-shape-Analyse zur quantitativen Analyse von
Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle
entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von
64 Kan??len ??ber die
2009 Jun 03
1
using speex in a wireless network
Hello,
????????at the beginning I want to underline that I've read SpeeX
documentation and did some tests. I know that SpeeX was designed for networks
in which packets arrive without errors, or don't arrive at all.
SpeeX is very attractive if we consider low bit rates. I need to use SpeeX in
very noisy environment, where speech quality doesn't matter, I'm interested
in 2kb/s
2013 Jan 23
1
Evaluating the significance of the random effects in GLMM
Hi all!
I am working with GLMM using the binomial family
I use the following codes
I dropped no significant terms, refitting the model and comparing the
changes with likelihood:
G.1<-lmer(data$Ymat~stu+spi+stu*sp1+(1|ber),data=data,family="binomial")
G.1b<-lmer(data$Ymat~stu+spi+(1|ber),data=data,family="binomial")
anova (G.1,G.2)
But, when I want to evaluate the
2004 Oct 13
1
samba 3.0.7 and OpenLDAP
Hello List,
yet another OpenLDAP/Samba problem...
OpenLDAP: slapd 2.2.17
Samba: Version 3.0.7
Debian stable with 2.4.27
I am trying to do this howto (smb auth via ldap):
http://www.idealx.org/prj/samba/smbldap-howto.en.html
Even IF the user does not exits in my ldap table, why does smbd just
exit? Do i start it the wrong way?
This is the output of smbd -F -i -d 9 -S -s /etc/samba/smb.conf
2015 Dec 15
2
CentOS 7 (1511) is released
> Date: Monday, December 14, 2015 20:38:23 -0700
> From: Wes James <comptekki at me.com>
>
>
>> On Dec 14, 2015, at 4:57 PM, Johnny Hughes <johnny at centos.org>
>> wrote:
>>
>> On 12/14/2015 05:46 PM, Wes James wrote:
>>>
>>>> On Dec 14, 2015, at 9:37 AM, Johnny Hughes <johnny at centos.org>
>>>> wrote:
2015 Feb 13
2
vfs objects = glusterfs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 13.02.2015 um 12:21 schrieb Ralph B?hme:
> Hi Stefan,
>
> On Fri, Feb 13, 2015 at 12:02:20PM +0100, Stefan Kania wrote:
>> [daten] comment = Daten im Cluster path = /glusterfs/daten/ read
>> only = No kernel share modes = No
>>
>>
>> [daten2] comment = Daten im Cluster ?ber gluster-vfs path = /
>
>
2014 Oct 20
1
winbind/idmap issue on samba4 member server
Oh! I think I did find the error now :-) If I understand "NOW" correctly, I have also to assign a UID to EACH of my AD users in ADUC tool in the [UNIX Attribute] tab, is that correct? I just tried out. In ADUC tool I did choose "testuser3", and on the [UNIX Attribute] tab I activated the NIS domain so it reflects to "MYDOM". Then by default there was UID=10000, I
2004 Jan 26
4
net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed.
net groupmap modify ntgroup="Domain Admins" unixgroup=504
net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed.
I was told this may be specific to ldap setup with samba 3.0.0, but is fixed in later versions of samba.
however, in 3.0.1, there is a far worse bug that makes machines only available some of the time(i was told
2007 May 05
0
AMR vs Speex on wireless networks.
Rethinking to BER in UMTS, it seems acceptable to use speex on it
do you agree?
----- Messaggio originale -----
Da: marzullo maio <marzullo63@yahoo.it>
A: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
Cc: speex-dev@xiph.org
Inviato: Sabato 5 maggio 2007, 23:06:40
Oggetto: Re: [Speex-dev] AMR vs Speex on wireless networks.
NB for CSD/HSCSD and WB for UMTS/HSDPA.
The UMTS/HSDPA
2013 Feb 24
0
BA.plot with logarithmic axes (MethComp)
Dear R-helpers,
I am trying to plot a Bland-Altman-Plot using the BA.plot function from the
package MethComp. While there is a function to transform the values for
analysis as shown in the snippet below, I would like to have logarithmic axes
for display as well. The usual log = 'xy' does not work because of the
properties of the y-asxis (positive and negative values). I am sure that
2010 May 23
2
Bernoulli random variable with different probability
Dear R-helpers,
I would like to generate a variable that takes 0 or 1, and each subject has
different probabilities of taking the draw.
So, which of the following code I should use ?
suppose there are 5 subjects, and their probabilities of this Bernoulli
variable is p=c(0.2, 0.9, 0.15, 0.8, 0.75)
n<-5
Ber.var <- rbimon(n,1,p) ## I doubt if this will take the first probability,
which is
2008 May 25
11
Aerofly Prof deluxe
Have someone experience with the model-aircraft simulator
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage f?r 1 Euro.
?ber 180 Spiele downloaden und spiele: http://flat.games.gmx.de
2014 Oct 20
1
winbind/idmap issue on samba4 member server
> You are very nearly correct, your smb.conf on the member server has
> these lines:
>
> idmap config MYDOM:backend = ad
> idmap config MYDOM:schema_mode = rfc2307
> idmap config MYDOM:range = 500-40000
>
> The first line makes winbind use the ad backend, the second ensures that
> the rfc2307 attributes are used and the third line sets the range of
> users to
2004 Jul 29
2
XP does not join domain
hi,
i've the following problem: i want a XP pro sp1 to join my samba (3.0.5)
domain (MHC). with my first try it complained that it could not resolve:
_ldap._tcp.dc._msdcs.MHC
i've fixed this with the following DNS setup:
------------------------------
_ldap._tcp.MHC. 600 IN SRV
0 100 389 server.MHC.
2002 May 22
1
3 OS/2 Server, 120 user, we waited to avoid W*-Server, is now the time? How?
Hallo,
das Subject sagt schon fast alles.
Zum besseren Verst?ndnis der Hintergrund.
nachdem ich vor vielen jahren Pathworks-Server durch ein OS/2-Serversystem
abgel?st habe,haben wir es auch noch geschafft, die n?chste
Evolutionsstufe bis jetzt herauszuziehen.
Wir nutzen File- und Printservices. Das ist alles. Die Anzahl der User
tendiert gegen 150. Wir sind an zwei Standorten, aber ?ber VPN
2002 Jun 10
1
Samba with LDAP - conflict with pam_ldap?
Hi,
I'm using Samba 2.2.4 with LDAP support (OpenLDAP 2.0.23), and with
pam_ldap included in the rpm nss_ldap 1.86 from Redhat (I'm on Linux
Redhat 7.2).
All these things are working well (I use the same object SambaAcount
under PosixAccount in order to authenticate all these things), but a
problem appears when I'm trying to list all the accounts and groups from
my Win2000
2015 Dec 15
1
CentOS 7 (1511) is released
On 15 December 2015 at 12:15, Zdenek Sedlak <dev at apgrco.com> wrote:
> On 12/15/2015 04:52 AM, Richard wrote:
> >
> >
> >
> >> Date: Monday, December 14, 2015 20:38:23 -0700
> >> From: Wes James <comptekki at me.com>
> >>
> >>
> >>> On Dec 14, 2015, at 4:57 PM, Johnny Hughes <johnny at centos.org>
>
2005 Aug 08
2
Can't join machines to a Samba PDC using LDAP
I've been trying to do this for days, and I think I'm really close. It's
become one of those so-close-yet-so-far sorts of things. I'm running
Gentoo -- all sync'ed up and current as of a week ago -- with the
following package versions:
openldap-2.1.30-r5
pam_ldap-178-r1
nss_ldap-239-r1
smbldap-tools-0.9.1-r1
phpldapadmin-0.9.5 (very cool, I must say!)
samba-3.0.14a-r2