Displaying 20 results from an estimated 500 matches similar to: "oplock break failures"
2006 May 10
1
mg3000-r fxo gateway provides more feature to work with asterisk
Hi, every one
I'd like to introduce some new feature of our products.
mg3000-r fxo gateway provides more feature to work with asterisk.
1.play asterisk ivr with no interuption.
when the mg3000-r received call from co line, it wouldn't conect
instantly.instead, it start call to asterisk ivr first,when the ivr ready,
it connect the co line. this feature make user feel friendly.
2019 Apr 17
2
Disable combining of loads and stores in instcombine
> Why do you want this?
The goal is to share arrays between multiple tiles on a manycore architecture by splitting arrays between tiles. With a DRF memory model, it makes sense to elide multiple loads to the same memory location between barriers.; IIRC the semantics for volatile don’t allow this eliding.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Mar 18
1
Server 2012 Encrypted Shares and SMB 3.0
Hello Samba folks,
Server 2012 has an option to create encrypted shares which enable
in-transit data encryption between Windows 8 clients using SMB 3.0.
(
http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-85-metablogapi/2313.clip_5F00_image00111_5F00_757A262D.jpg
)
I ran across a presentation from Michael Adam where he mentioned
2008 Oct 30
3
Question re RHEL 5.3
I've heard now from more than one source about problems with CentOS
(and RH) at least up through 5.2 w.r.t. SATA drive handling, and I've
even reported on this myself in this list before.
My question is, do we have any idea if 5.3 has any improvements in this area?
One of my cohorts here, who happens to be a Fedora fan, says that
these problems are fixed in F9, but I have grave concerns
2019 May 23
2
df
On Thu, 23 May 2019, Stephen John Smoogen wrote:
> I might actually be able to have a workable answer:
>
> alias drf='/usr/bin/df -x tmpfs'
/usr/bin/df \
-x autofs -x binfmt_misc -x cgroup -x configfs -x debugfs \
-x devpts -x devtmpfs -x efivarfs -x hugetlbfs -x mqueue \
-x nfsd -x proc -x pstore -x rpc_pipefs -x securityfs \
-x selinuxfs -x sysfs -x tmpfs
:-)
--
2010 Apr 09
5
Read data in sequences
Dear R users,
I tried to find a solution in the search list, but I cannot find it. I would
like to read a .txt file with, let say, three variables, with two of which
have repeated values in a number a columns.
An example:
The variables: Treat, x1, x2.
The values:
A 2.5 3.4 2.7 5.6 5.7 5.4 10.1 9.4 ...
B 5.3 5.4 6.5 7.5 1.3 4.5 10.5 4.1 ...
...
In the first column, the letters represent the
2007 Jan 27
1
Memory leaks in backgroundrb
While debugging stale backgroundrb it became apparent that there''re
memory leaks in it. Here''s top object counts dump:
36715 String
6211 Array
5598 Proc
3150 Hash
1478 DRb::DRbObject
1313 Regexp
1272 Class
750 Thread
741 Socket
739 Slave
739 Slave::LifeLine
737 Process::Status
691 DrillReminderWorker
391 Module
160 Range
75 Gem::Version
2009 Nov 12
2
Need Adapter/Gateway with PSTN-interface
I am looking for a gateway/ATA that can take conversations on the
analogue line (PSTN) and send them to the Asterisk server on the private
network.
I was experimenting with the Atcom AG-188N but the "FXO"-port only
supports lifeline, so it's not a real FXO-port that can send incoming
calls to my private Asterisk-server.
Could someone advice on a gateway that can take analogue calls
2007 May 04
1
Partitioning a kde2d into equal probability areas
Hi,
I'd like to partition a 2d probability density function into regions of
equal probability. It is straightforward in the 1d case, like
qnorm(seq(0,1,length=5)) but for 2d I'd need more constraints.
Any suggestions for how to approach this? Is seems like a spatial
sampling problem but I'm not sure where to look.
Thanks for your time,
Dave
--
Dr. David Forrest
drf at
2019 Apr 17
1
Disable combining of loads and stores in instcombine
> But why is it desirable to avoid combining adjacent stores? If you’ve got DRF code then the combination can’t be observed.
It’s more that the consecutive stores would be going to different tiles. If multiple stores are combined in IR, I don’t think they’d be able to decoupled in IR, unless there’s a way to always determine which global object an arbitrary GEP is pointing to.
--------------
2007 Jan 27
0
Debugging stale backgroundrb
Hi!
As you might remember I''m having a problem of backgroundrb stopping
calling my workers after some period of time. I tried adding logging
to backgroundrb source code but it didn''t help. So, after digging
through internet I''ve found several gdb tools and here''s what I''ve
discovered:
After attaching to a backgroundrb ruby process it turns out that it
2004 Aug 27
1
Plotting irregular grid as image or persp
Hi,
I have an array of 2d node locations and an array triangles, and would
like to plot something like a image or persp.
An example of doing it with rgl is:
library(ncdf)
library(rgl)
# wget http://www.maplepark.com/~drf5n/extras/teapot.nc
teapot<-open.ncdf("teapot.nc")
z<-get.var.ncdf(teapot,"tris")
l<-get.var.ncdf(teapot,"locations")
2009 Sep 23
6
[Bug 1653] New: Can not rename (move) files across bind mounts
https://bugzilla.mindrot.org/show_bug.cgi?id=1653
Summary: Can not rename (move) files across bind mounts
Product: Portable OpenSSH
Version: 5.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2009 Sep 21
2
Cannot rename across bind mounts
Hello,
I am having problems with renaming a file if the source or destination path is located on a bind mount.
For instance if in the root directory, I have the directories "Files1" and "Files2" where one or both of the directories are created as the result of a bind mount, then when trying to do
rename /Files1/a /Files2/b
it produces an error saying it "Couldn't
2008 May 22
3
SOAP client in Ruby/Rails
Hi all. I have a need to build a SOAP client using Ruby and Rails. I''m
accessing a document/literal style SOAP service. I''ve been poring over
documentation (well, there really doesn''t seem to be any, so that''s a
little misleading), blog posts, and outdated tutorials all day, and I
still don''t really have anywhere to begin. Every tutorial seems to
have a
2006 Jan 26
0
Upgrading Samba
I am in the process of planning for a samba upgrade. The current version
of Samba (2.2.8a) runs on a Sunfire 280R with Solaris 8. The intended
new platform is a sunfire V240 with Solaris 9 as the OS. The new version of
Samba will be Samba-3.0.10. Please note that the Samba server will be a
member of a domain.
I've read Samba-3 by Example, Chapter 8 which describes to the process of
updating
2019 May 23
3
df
<rant>
I *swear*, I may get aggravated enough to write a drh - d *real* h.
Between C7, with all the /tmpfs, and this debian 18.04 that has a dozen
/snap all showing up.... All I want it to display is physical drive
partition space....
</rant>
mark
2008 Apr 07
6
64-bit windows capability
What is the prognosis for being able to install a 64-bit windows guest
(of any variety) on an opensolaris host.
Don Nichols
2003 Dec 05
1
USRMGR.EXE
Hello
Is here anybody who is able to manage his NT4.0 domain on hid Samba 3
PDC with User Manager for Domains?
Can you please tell me what things must be checked to be sure USRMGR.EXE
administration (User Manager for Domains aka Domain User Manager) works?
I am unable to make it working and tried already these Samba versions:
3.0.0
3.0.0rc1
3.0.0rc2
3.0.0rc3
3.0.1pre3
3.0.1rc1
2003-12-04 head
2016 Apr 09
0
[FORGED] Generating random data with non-linear correlation between two variables
The goal is to test a developed model against two sets of hypothetical data, where the relationship between on data set is linear whereas non-linear (e.g., polynomial) with another. However, the distributions of the v1 and v2 should not be other than normal or slightly positively skewed or slightly negatively skewed.
In Oracle, random data is generated with packaged function