Displaying 20 results from an estimated 1100 matches similar to: "debugging connection establishing"
2004 Apr 17
1
Bug in "force group" parameter, or group membership checking?
Hello,
I have the following situation:
Samba with ldap passdb backend.
In my setup I have a group called exact:
------------
dn: cn=exact,ou=Groups,dc=ahm,dc=nl
objectClass: posixGroup,sambaGroupMapping
cn: exact
gidNumber: 1000
sambaSID: S-1-5-21-4269728302-1655870493-3894479995-3001
sambaGroupType: 4
memberUid: gerrit,piet,hornie
------------
maps to the unix group exact:
exact
2020 May 03
0
Understanding VDO vs ZFS
On May 3, 2020 8:33:33 AM GMT+03:00, Erick Perez - Quadrian Enterprises <eperez at quadrianweb.com> wrote:
>sorry corrections:
>For this test I created a 40GB lvm volume group with /dev/sdb and
>/dev/sdc
>then a 40GB LV
>then a 60GB VDO vol (for testing purposes)
>
>vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving percent'
>output from just created
2020 May 03
2
Understanding VDO vs ZFS
sorry corrections:
For this test I created a 40GB lvm volume group with /dev/sdb and /dev/sdc
then a 40GB LV
then a 60GB VDO vol (for testing purposes)
vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving percent'
output from just created vdoas
[root at localhost ~]# vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving
percent'
physical blocks : 10483712
2012 Dec 26
1
[LLVMdev] Compile error "YAMLTraits.cpp" for C++ member detector function
Hi All,
I am trying to compile latest llvm code using xlc 12.1 on AIX and got the
following error. I am trying to debug the issue. Has anybody seen the issue
on linux/gcc or is it just xlc specific ?
[ 0%] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o
"/llvm/version2/llvm/include/llvm/Support/YAMLTraits.h", line 264.20:
1540-0118 (S) A class name is
2007 Feb 08
1
Diffrerence in "%in%" function to boundry setting via <>
Hi,
There is a point which is irritating me currently quite a bit and that is an
aspect of different behaviour between the %in% function and the
smaller/bigger than signs (<>). Here is are two examples to demonstrate what
I mean:
Example1:
> c(1,1,2,2,3,4,4,6,7) %in% c(1,2,3)
[1] TRUE TRUE TRUE TRUE TRUE FALSE FALSE FALSE FALSE
Right, that is what I expect.
Example2:
> ps
2018 Oct 22
1
OPUS at Texas Instruments C6418
Hi Jean-Marc,
thank you for that suggestion!
It seems that the file "fixed_c6x.h" is not part of the Opus sources, so the compiler cannot find it after enabling the TI_C6X_ASM config option.
Maybe it was only part of an early version of the Opus sources?
I looked for the file in versions V1.1, V1.1.1, V1.2alpha and V1.3 but did not found it.
Do you have an idea, where I can get the
2007 May 31
1
linksys pap2 version2 ata DTMF issue
My asterisk box doesn't recognize DTMF from my analog phone, plugged
into my ATA(linksys pap2 version2).
I can make/receive calls fine... it's just that, for example, I cannot
login to my asterisk voicemail.
Softphones (such as x-lite) are fine.
I've turned up a few articles via google where some people have this
trouble, but have not seen suggestions on how to fix. I presume
2008 Jul 01
2
Problem installing Topix
Guten Tag,
I need to install a software called Topix (www.topix.de) wih wine.
It is our main order management software with enterprise recource planing, accounting, stock keeping and customer relation management.
I use Kubuntu newest version and Wine 1,10.
Here you can see the message list from wine:
http://ubuntuusers.de/paste/380352/
Do you have any idea to avoid the software crash?
Best
2018 Oct 22
0
OPUS at Texas Instruments C6418
Hi Robert,
The file is not distributed in the official releases, but I can find it
in the git repository.
Cheers,
Jean-Marc
On 10/22/2018 03:53 AM, Robert Madinger wrote:
> Hi Jean-Marc,
>
> thank you for that suggestion!
> It seems that the file "fixed_c6x.h" is not part of the Opus sources, so the compiler cannot find it after enabling the TI_C6X_ASM config option.
2008 Oct 09
1
YALAQ - Yet Another LApply Question
Hello,
Two lapply questions (system info and sample data below):
1) Why does the first form of command1 add the name of y _after_ the
str() output rather than before as does the second (preferred) form?
# command1 version1
invisible(lapply(ls(pattern='bn'), function(y) cat(y, "\n",
str(get(y)), "\n") ))
# command1 version2 (preferred output)
2008 Apr 25
1
fix variance parameter values for lmer estimation
Dear list-members,
a model is fit with lmer, but I want to force the variance parameter values
to be as defined by me
I thought, use 'start' to specify initial values and only allow for one
iteration ?
my question is how to do that ?
to specify the 2x2 matrix of variance parameter values:
start=list(groups=array(2,-0.5,1),dim=c(2,2))
now I need to make sure the mean structure is
2010 Aug 10
2
error on yum install of perl-File-Temp -- Transaction Check Error
Hi I am trying to install a per package perl-File-Temp , but it gives a
error like this , i ahve allso manullay removed this file
from /usr/share/man/man3/File::Temp.3pm.gz , but wen i do a yum
install perl-File-Temp ,it throws me the same error . Has any one come
accross the same issuse and solved the same .
2008 Nov 14
2
GAM and Poisson distribution
Hi -I'm running a GAM with 7 explanatory variables with a Poisson error
structure. All of the variables are continuous so I'm getting error
messages in R.
cod.fall.full.gam.model<-gam(Kept.CPUE~s(HOUR)+s(LAT_dec)+s(LONG_dec)+s(meantemp_C)+s(meandepth_fa)+s(change_depth)+s(seds),
data=cod.fall.version2,family=poisson)
In dpois(y, mu, log = TRUE) ... : non-integer x = 5.325517
2010 Jul 26
2
easy debugging
I am new to R. Used to use FORTRAN. R is so different from FORTRAN. The
following codes would work in FOTRAN. I am trying to put an upper limit at
120. If the score is > 120, it is assigned 120. Or else, keep the original
values.
version 1:
equated<-11
result<-11
equated<-c(111.0,112.06, 112.9, 113.8, 115.0, 116.2, 117.0, 118.0, 120.5,
120.5, 120.5)
for (i in 1:11){
if (equated >
2007 Jul 12
6
Announcement Project based on CentOS 4.4
I put together a CD with Open-exchange 0.8.6-5 and more, based on Centos 4.4
When installing the CD, all required software is installed, all that is
needed after Os install is to run a config script, that make if fit your
enviroment
Dependig on the speed on your CDrom the installation should take no more
than 30 minutts
It install the following:
- Open-Exchange 0.8.6-5
- Samba PDC
- A
2008 Mar 18
4
Solaris 10 x86 + ZFS / NFS server "cp" problem with AIX
Friends,
I have recently built a file server on x2200 with solaris x86 having zfs (version4) and running NFS version2 & samba.
the AIX 5.2 & AIX 5.2 client give error while running command "cp -R <zfs_nfs_mount_source> <zfs_nfs_mount_desticantion> as below:
cp: 0653-440 directory/1: name too long.
cp: 0653-438 cannot read directory directory/1.
and the cp core dumps in
2007 Mar 01
1
automaticly move expunded emails to trash Folder
Hi
I try to migrate from courier to Dovecot.
Is there a way to get the same behaviour of Courier-imap with dovecot, about
expunged emails ? I though about using the Lazy-Expunge plugin. The problem
with this plugin is the following: messages are moved and set to be deleted
in the Trash Folder. I would like they weren't set to be deleted.
Is there a way to mitigate the behaviour of this
2010 Apr 09
1
dovecot2: protocols = ... changed ?
hello,
to use dovecot 1.2 only for sasl authentication I could set "protocols = none"
in dovecont.conf. In Version2 this gave me an error.
Instead I had to write "protocols =" into the configfile.
I wonder about a key without value in the conf ...
should the wiki2.dovecot.org be updated?
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911
2005 Mar 11
1
CNAM for Asterisk
I am working for Accudata Technologies. We
provide CNAM via http request or raw TCP/IP connection.
We would like to provide the same capability to Asterisk. I installed
Asterisk on Fedora 2.0
and did reading about AGI and AGI application at
http://www.voip-info.org/tiki-index.php?page=Asterisk+AGI,
http://www.voip-info.org/wiki-Asterisk+Manager+API, and The Asterisk
Handbook Version2
but still
2018 Oct 19
2
OPUS at Texas Instruments C6418
Dear Opus family,
we have implemented the Opus codec at a Texas Instruments DSP C6418.
It is working fine!
Does anyone has experience with the configuration of the codec for a speed optimized implementation on that DSP?
At the moment, we use the following settings:
#define NONTHREADSAFE_PSEUDOSTACK 1
#define FIXED_POINT