Displaying 20 results from an estimated 2000 matches similar to: "How to continuously gather statistics?"
2006 Apr 06
4
weighted kernel density estimate
Dear R-users,
I intend to do a spatial analysis on the genetic structuring within a
population. For this I had thought to prepare a kernel density estimate
map showing the spatial distribution of individuals, while incorporating
the genetic distances among individuals. I have a dataset of locations
of N unique individuals (XY-coordinates) and an NxN matrix with the
genetic distances given as a
2016 Mar 31
4
Lost outgoing SIP packets
Dovid Bender writes:
> The tcpdump that you are running is on the Asterisk box or via port
> mirroring?
It's on the asterisk box itself.
I've already replaced the network card - no change.
Thanks,
Roel
> Regards,
>
> Dovid
>
> -----Original Message-----
> From: Roel van Meer <roel at 1afa.com>
> Sender: asterisk-users-bounces at
2016 Mar 31
2
Lost outgoing SIP packets
Hi Roel
Just guessing: do you have conntrack enabled?
If not, "modprobe nf_conntrack_netlink" (you can remove it and its dependencies
later)
What are the outputs of
sysctl net.netfilter.nf_conntrack_count
and
sysctl net.netfilter.nf_conntrack_max
when the problem shows up?
cheers
Ethy
On Thu, 31 Mar 2016 12:17:12 +0000
"Dovid Bender" <dovid at telecurve.com>
2016 Mar 31
2
Lost outgoing SIP packets
Dovid Bender writes:
> Just guessing I would verify that the out of : iptables -L -nv
> Shows no dropped packets, try disabling selinux as well as look at the
> limits of the asterisk pid (cat /proc/<Asterisk PID>/limits). I know the
> defualt for rhel is 1024 which was never enough for us.
Thanks for the hints. Selinux is disabled, there is no outgoing firewall
(anymore)
2016 Mar 31
5
Lost outgoing SIP packets
Ethy H. Brito writes:
> > Ifconfig output looks like this:
> >
> > root at communiceer:~# ifconfig eth1
> > eth1 Link encap:Ethernet HWaddr b4:99:ba:a9:3e:e5
> > inet addr:x.x.x.x Bcast:x.x.x.127 Mask:255.255.255.128
> > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> > RX packets:5967421 errors:0 dropped:21425
2008 May 07
3
predict lmer
Hi,
I am using lmer to analyze habitat selection in wolverines using the
following model:
(me.fit.of <-
lmer(USED~1+STEP+ALT+ALT2+relM+relM:ALT+(1|ID)+(1|ID:TRKPT2),data=vdata,
control=list(usePQL=TRUE),family=poisson,method="Laplace"))
Here, the habitat selection is calaculated using a so-called discrete
choice model where each used location has a certain number of
alternatives
2003 Dec 19
5
Repost: Cached credentials not working
Hello all,
I'm setting up a domain using Samba 3.0 as PDC, with WinXP clients. One
of these clients is a laptop, which should be able to use cached
profiles of the domain users. Online logon is working fine, however when
the domain server is not available it cannot logon, whereas it should be
able to use cached credentials to access the cached profile. Windows
says it cannot log on because
2005 Nov 01
3
glmmpql and lmer keep failing
Hello,
I'm running a simulation study of a multilevel model with binary
response using the binomial probit link. It is a random intercept and
random slope model. GLMMPQL and lmer fail to converge on a
*significant* portion of the *generated* datasets, while MlWin gives
reasonable estimates on those datasets. This is unacceptable. Does
anyone has similar experiences?
Regards,
Roel de
2015 Aug 06
2
2nd DC, internal DNS: dns_tkey_negotiategss: TKEY is unacceptable - SOLVED
L.P.H. van Belle writes:
> is the time in sync on your servers ?
Yes it is.
I managed to make it work by specifying the primary DC as nameserver in
/etc/resolv.conf of the secondary DC. As soon as I do that, samba_dnsupdate
works on the secondary. When I change it back to use the local Samba as
resolver, it no longer works.
So it is a DNS issue (possibly related to replication
2016 Mar 31
4
Lost outgoing SIP packets
Hi list!
I have a problem where SIP packets sent by Asterisk do not hit the wire, and
I don't know what could cause this.
I'm running Asterisk 1.8.28_cert5 with full SIP debug. At the same time, I'm
doing a tcpdump of the traffic on the network interface. I can see in the SIP
debug log that asterisk is sending packets. Most of the time, I can see
those packets in the tcpdump,
2015 Nov 03
3
Cannot create OrganizationalUnit under ou=Users
Hi everyone,
I have a Samba 4.2.4 AD which works fine. I'm using Windows RSAT and I'm
trying to create an OU under ou=Users, but this is not allowed. I can create
OU's in the top DN, but not under ou=Users.
Could this be a permissions problem or is this simply not possible or
allowed?
Thanks a lot,
Roel
2015 Aug 06
2
2nd DC, internal DNS: dns_tkey_negotiategss: TKEY is unacceptable
L.P.H. van Belle writes:
> check the rights on :
> /var/lib/samba/private/dns.keytab 640 root:bind
> /var/lib/samba/private/dns 750 root:bind
> /var/lib/samba/private/sam.ldb.d 750 root:bind
I'm using the internal DNS on both DC's, so I guess bind access rights
aren't the issue.
Thanks for your answer though :)
Regards,
Roel
> >-----Oorspronkelijk
2020 Feb 06
2
ldb errors after upgrade, cause?
L.P.H. van Belle via samba writes:
> Is samba-dsdb-modules installed ?
Yes, I checked again, and all packages are installed, all of them with the
proper version, and no leftovers.
This server works fine for a half a day, and then these errors happen, so I
think it's unlikely that it's related to the install itself.
I have already made a backup of all tdb files with tdbbackup and
2012 Jan 24
2
[LLVMdev] Pointer aliasing
I think the problem here is that the IR doesn't have any way to attach restrict information to loads/stores/pointers.
It works on arguments because they can be given the 'noalias' attribute, and then the alias analyzer must understand what that means.
Pete
On Jan 24, 2012, at 7:47 AM, Roel Jordans wrote:
> I have no clue, I didn't have time to look into that example yet.
2012 Aug 27
9
[LLVMdev] [RFC] Resurrecting the C back-end
Hello all,
I am in need for a working C back-end for LLVM for my current research.
I know that the previous incarnation of this back-end has been kicked
out of the tree since the 3.1 release and I have gone through the
archives to restore it to it's previous 'glory'.
So far, I have restored most of the previous version (excluding some of
the parts that needed changes outside of
2012 Sep 13
2
[LLVMdev] A Question about LLVM-backend
On 13/09/12 10:57, Duncan Sands wrote:
> Hi ์กฐ์ํ,
>
> > I want to manipulate LLVM-backend to emit other compiler's IR, in this case,
>> VPO's IR.
>> So, what i want to know is.. Is there a project to be referred? (For example,
>> "Do LLVM-backend -> GIMPLE" project exist?)
>
> as far as I know there is no LLVM IR -> gimple pass. LLVM
2017 Mar 17
2
[GSoC] Mentor qualification guidelines
On 17-03-17 22:34, Mehdi Amini wrote:
>> On Mar 17, 2017, at 12:39 PM, Roel Jordans via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi all,
>>
>> I have a question related to GSoC. One of my students submitted an idea [1] for a GSoC project and I would be interested in (co-)mentoring this project but I'm unsure of the qualification requirements for
2015 Aug 06
4
2nd DC, internal DNS: dns_tkey_negotiategss: TKEY is unacceptable
Hi everyone,
I'm testing with a Samba4 AD network, and I have some problems with DNS on
the second DC, with which I could use a bit of your help.
I have an AD with two DC's, both Samba 4.2.3. On the first DC,
samba_dnsupdate works fine. With stock 4.2.3 I get the error
"TSIG error with server: tsig verify failure"
but the DNS updates succeed anyway, and after applying
2015 Nov 03
2
Cannot create OrganizationalUnit under ou=Users
Am 03.11.2015 um 16:43 schrieb James:
> Not possible. It's a container and not a OU.
Right.
However Roel, you can create an OU for your users/computers and redirect
the standard to them:
https://support.microsoft.com/en-us/kb/324949
Then you can have sub-OUs, link GPOs to them, etc. and ignore
cn=Users/cn=Computer.
Regards,
Marc
2015 Apr 14
4
Samba AD changing a user's password as non-root user
Hi!
I'm using Samba in an AD setup, (version 4.2.0) and I'm looking for a way to
change the password of a user from the command line, as a non-root user.
I know I can use 'smbpasswd', 'samba-tool user setpassword', or 'samba-tool
user password', but these all seem to require root privileges. When I run
them as root, they work, but when I run them as non-root