Displaying 20 results from an estimated 400 matches similar to: "pool won''t import"
2013 Mar 31
1
Can't match DSCP CS6 and CS7
Hi,
DSCP match in /tcrules/ doesn''t work with CS6 and CS7, it provides an
error "invalid value" for string and hexa values.
It seems that it comes from /Chain.pm/, in the function /do_dscp/:
fatal_error( "Invalid DSCP ($dscp)" ) unless defined $value && $value < 0x2f && ! ( $value & 1 );
I dont understand why "$value < 0x2f", but
2006 Nov 05
2
Definity Asterisk CallerID Issue
I am hoping someone could shed some light and point me in the right
direction? I'm attempting to get callerid work between an Avaya Definity
PBX and Asterisk via TE110P connected via T1/PRI Crossover PRI. From the
Definity side I've searched endlessly and came with an example which we
modeled as close as we can, but still no luck. While doing PRI intense
debug span 1 in I see a couple
2004 Sep 09
1
Unknown IE 40 (cs6, Unknown Information Element)
what are these error messages: Unknown IE 40 (cs6, Unknown Information
Element)
2006 Nov 05
1
Definity Asterisk Caller ID Issue
You should run the 4ESS protocol ("a" on the Definity command "change DS1 board#) as the Definity may not send Display Name for the NI-2 protocol (settings "b" or "d")
Remember to make the Asterisk zapata settings consistent with the Definity.
On the Definity trunk group form Page 1, change "Codeset to send Display" to "0 (zero)", also make
2010 Feb 20
5
Dtrace starts very slowly on T5440
Hi all,
We just got a shiny new T5440, and one of the first things I noticed
(besides the insane number of hardware contexts), is that dtrace takes
30 seconds to a minute to fire up scripts with 5-6 probes, where our
T5220 usually takes under a second. Shutdown is similar, though slightly
faster.
This is mostly annoying because it takes so long to attach that it''s
hard to tell when
2006 Jan 16
2
Problem with calls starting from a legacy PBX
Hi,
I have this setup:
E1 PRI PSTN -- Asterisk -- Alcatel PBX - analog phones
Can someone tell me what's wrong with this call initiating from an analog
phone connected to Alcatel PBX?
It dies with NOANSWER but all works if I call other destination numbers.
Dialplan is a simple Dial(zap/g1/0984465691) statement.
At the end you'll find also zapata.conf.
2009 Apr 25
4
What is the 32 GB 2.5-Inch SATA Solid State Drive?
Does anyone know about this device?
SESX3Y11Z 32 GB 2.5-Inch SATA Solid State Drive with Marlin Bracket
for Sun SPARC Enterprise T5120, T5220, T5140 and T5240 Servers, RoHS-6
Compliant
This is from Sun''s catalog for the T5120 server. Would this work well
as a separate ZIL device for ZFS? Is there any way I could use this in
a T2000 server? The brackets appear to be
2010 Jan 19
5
ZFS/NFS/LDOM performance issues
[Cross-posting to ldoms-discuss]
We are occasionally seeing massive time-to-completions for I/O requests on ZFS file systems on a Sun T5220 attached to a Sun StorageTek 2540 and a Sun J4200, and using a SSD drive as a ZIL device. Primary access to this system is via NFS, and with NFS COMMITs blocking until the request has been sent to disk, performance has been deplorable. The NFS server is a
2010 Jan 08
1
java.lang.OutOfMemoryError: PermGen space issue with Windows 2003 xVM domu with Tomcat
Hello All,
One of our user is facing java.lang.OutOfMemoryError: PermGen space
issue on a Windows 2003 32 bit xVM domU with 4GB RAM. He is able to
successfully do these tests on equivalent physical system with Windows
2003 OS and 4GB RAM. Another user is facing issues with Tomcat running
out of heap space on a Win2008 64bit xvM domU
Our xVM hypervisor server is X4150 server with 64GB RAM
2006 Jan 14
1
Problem with just one number!
I have this setup:
(PSTN E1 PRI) -- Asterisk -- (crosscable) -- Alcatel PBX --- analog phones
and a few of VoIP phones directly connected to Asterisk.
Calling a number (just one!) - an automatic responder (IVR) -
from VoIP phones works, from analog phones doesn't work:
NOANSWER after a few seconds.
I'm using no 'r' in dial options (this caused a problem with an IVR some
time
2008 Mar 14
8
xcalls - mpstat vs dtrace
HI,
T5220, S10U4 + patches
mdb -k
> ::memstat
While above is working (takes some time, ideally ::memstat -n 4 to use 4 threads could be useful) mpstat 1 shows:
CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl
48 0 0 1922112 9 0 0 8 0 0 0 15254 6 94 0 0
So about 2mln xcalls per second.
Let''s check with dtrace:
2009 Jan 06
11
zfs list improvements?
To improve the performance of scripts that manipulate zfs snapshots and the zfs snapshot service in perticular there needs to be a way to list all the snapshots for a given object and only the snapshots for that object.
There are two RFEs filed that cover this:
http://bugs.opensolaris.org/view_bug.do?bug_id=6352014 :
''zfs list'' should have an option to only present direct
2010 Mar 30
7
Analyzing java class loading with dtrace
Hi there,
I am trying to diagnose a performance problem on a Sun T5120 running
Solaris 10. I see general poor performance using Java and, in
particular, loading classes. I have developed a simple java test that
loads all of the classes in a Crystal Reports JAR file (around 7000
classes) which takes much longer on the T5120 (40 secs) than on a Core
2 Duo windows PC (5 secs). I recognise that this
2008 Jul 28
1
zpool status my_pool , shows a pulled disk c1t6d0 as ONLINE ???
New server build with Solaris-10 u5/08,
on a SunFire t5220, and this is our first rollout of ZFS and Zpools.
Have 8 disks, boot disk is hardware mirrored (c1t0d0 + c1t1d0)
Created Zpool my_pool as RaidZ using 5 disks + 1 spare:
c1t2d0, c1t3d0, c1t4d0, c1t5d0, c1t6d0, and spare c1t7d0
I am working on alerting & recovery plans for disks failures in the zpool.
As a test, I have pulled disk
2008 Oct 06
7
RFE for lwpkill() action
Hi,
I''m trying to use dtrace to signal threads in my app when certain events happen, and the raise() action seemed adequate -- looking at the kernel sources, it sends a signal to the currently executing thread, and a quick microbenchmark confirmed this. However, further testing showed that if lots of threads hit the event simultaneously, the signal only gets delivered once, and may also
2006 Nov 06
0
Re: Definity ISDN PRI
I'm not a big fan of Line Side for Asterisk applications.... the individual channels have to be reserved (reminds me of the "old" days in telephony) and I don't like that... rather make it a tie trunk and use ARS/AAR routing in the Definity... much more general application. This also makes routing on the Asterisk a lot simpler.
Easy to make the changes.... will advise if
2012 Jun 21
2
ACLS without winbind (but WITH correct user mapping)
Thanks to some of the guys on #samba-technical (obnox in particular!), I
now have a working samba configuration.
The environment:
In our setup each user has an entry in both openldap (no samba schemes)
and AD. Each account has the same name and even has a Unix UID entry in
AD. Our users ssh into Linux boxes, authenticating off of openldap.
Files are shared via samba.
Due to the account
2015 Apr 17
0
Wine release 1.7.41
The Wine development release 1.7.41 is now available.
What's new in this release (see below for details):
- More Known Folders supported in the shell.
- Some more support for kernel job objects.
- More MSI patches improvements.
- Some theming fixes.
- Various bug fixes.
The source is available from the following locations:
2024 Aug 26
13
[Bug 1766] New: nfqueue randomly drops packets with same tuple
https://bugzilla.netfilter.org/show_bug.cgi?id=1766
Bug ID: 1766
Summary: nfqueue randomly drops packets with same tuple
Product: netfilter/iptables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: major
Priority: P5
Component: netfilter hooks
Assignee:
2010 Jun 04
2
Xapian 1.2.0 build fails on libxapian.la target - Solaris 9 (SunOS 5.9) sun4u SPARC
Hi all,
I've only pasted the last few lines of where the Xapian build fails
below (the entire piece is 6639 lines long). I didn't get any warnings
regarding zlib or libuuid from configure, so I'm assuming I have
compatible versions. I am using libtool 2.2.6b, GNU ld 2.20.2010303. I
know gcc 3.3.2 is a little behind the times, but I see the the
documentation the minimum requirement is