search for: 2540

Displaying 20 results from an estimated 100 matches for "2540".

Did you mean: 254
2017 Aug 18
2
[PATCH] fix alignment exceptions
...on but this patch deliberately uses it rather than MOVQDA (load 128-bits aligned). We were seeing that with the trace below, the final invocation is not 128-bit aligned but MOVQDA insists on it (the calling function was pitch_sse4_1.c:90, in the 4-way N - i >= 4 loop). 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3deb0 y 0xeff3deb0 N 32 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3d7b0 y 0xeff3d7b0 N 32 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE c...
2017 Aug 18
1
[PATCH] fix alignment exceptions
...y uses it rather > than MOVQDA (load 128-bits aligned). We were seeing that with the trace > below, the final invocation is not 128-bit aligned but MOVQDA insists on it > (the calling function was pitch_sse4_1.c:90, in the 4-way N - i >= 4 > loop). > > 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE > celt_inner_prod_sse4_1: x 0xeff3deb0 y 0xeff3deb0 N 32 > 07-31 11:00:13.469 210 2540 <(469)%20210-2540> D opus_sse1: RBE > celt_inner_prod_sse4_1: x 0xeff3d7b0 y 0xeff3d7b0 N 32 > 07-31 11:00:13.469 210 2540 <(469)%20210-2540&gt...
2017 Aug 18
2
[PATCH] fix alignment exceptions
Hi, Please find attached a patch to fix alignment exceptions. Without this change, we were seeing occasional alignment faults when using this with clang. Thanks, Felicia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170818/e0d6bb06/attachment.html> -------------- next part -------------- A non-text
2017 Aug 22
0
[PATCH] fix alignment exceptions
...on but this patch deliberately uses it rather than MOVQDA (load 128-bits aligned). We were seeing that with the trace below, the final invocation is not 128-bit aligned but MOVQDA insists on it (the calling function was pitch_sse4_1.c:90, in the 4-way N - i >= 4 loop). 07-31 11:00:13.469 210 2540<tel:(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3deb0 y 0xeff3deb0 N 32 07-31 11:00:13.469 210 2540<tel:(469)%20210-2540> D opus_sse1: RBE celt_inner_prod_sse4_1: x 0xeff3d7b0 y 0xeff3d7b0 N 32 07-31 11:00:13.469 210 2540<tel:(469)%20210-2540> D opus_ss...
2016 Feb 13
4
[Bug 2540] New: Adds xstrndup() to xmalloc.h/xmalloc.c in OpenSSH 7.x
https://bugzilla.mindrot.org/show_bug.cgi?id=2540 Bug ID: 2540 Summary: Adds xstrndup() to xmalloc.h/xmalloc.c in OpenSSH 7.x Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5...
2007 Nov 16
0
ZFS mirror and sun STK 2540 FC array
Hi all, we have just bought a sun X2200M2 (4GB / 2 opteron 2214 / 2 disks 250GB SATA2, solaris 10 update 4) and a sun STK 2540 FC array (8 disks SAS 146 GB, 1 raid controller). The server is attached to the array with a single 4 Gb Fibre Channel link. I want to make a mirror using ZFS with this array. I have created 2 volumes on the array in RAID0 (stripe of 128 KB) presented to the host with lun0 and lun1. So, on the...
2007 Jul 08
1
Asterisk and Mitel 3300 ICP
...n config coming soon). Problem is that calls from Asterisk to PSTN via E1 on Mitel 3300 ICP are rejected. What do I need to do to get Asterisk to route PSTN calls through it successfully? Here is an extract of the log on Asterisk whenever I try to call PSTN through 3300ICP, in this case, Extension 2540 on Asterisk called 2345678, 9 is a leading digit - Jul 7 16:48:07 DEBUG[6860] chan_sip.c: Outgoing Call for 92345678 Jul 7 16:48:07 VERBOSE[6860] logger.c: -- Called Mitel3300ICP/92345678 Jul 7 16:48:07 DEBUG[6860] channel.c: Prodding channel 'SIP/2540-b7904a98' Jul 7 16:48:07 VERBOSE[6860...
2015 Sep 24
2
same sip username with realms and chan_sip
Hi, How have the same sip username in several realms ? For now, I must add the realm prefix in the sip username of chan_sip. For example: [lg_2540] amaflags = default call-limit = 10 host = dynamic language = en_US context = lg_default callerid = "LG" <2540> secret = XXXXXXXXXXXXXXXXXXXXXXXXXX type = friend subscribemwi = no mohsuggest = default qualify = yes fromdomain=lg.allocloud.com fromuser=2540 If I use only [2540] as s...
2008 Feb 15
38
Performance with Sun StorageTek 2540
Under Solaris 10 on a 4 core Sun Ultra 40 with 20GB RAM, I am setting up a Sun StorageTek 2540 with 12 300GB 15K RPM SAS drives and connected via load-shared 4Gbit FC links. This week I have tried many different configurations, using firmware managed RAID, ZFS managed RAID, and with the controller cache enabled or disabled. My objective is to obtain the best single-file write performanc...
2003 Feb 11
1
mean function on correlation matrices (PR#2540)
Full_Name: Raymond Salvador Version: R 1.6.2 OS: Windows ME Submission from: (NULL) (131.111.93.195) The mean function applied on individual components of several correlation matrices gives a wrong result (gives the first value instead of the mean). Here there is a simple example x1 <- rnorm(10,1,1) y1 <- rnorm(10,1,1) z1 <- cbind(x1,y1) w1 <- cor(z1) x2 <- rnorm(10,1,1) y2
2009 Dec 03
5
L2ARC in clusters
...ing ZFS in cluster environment it would be nice to be able to have some SSDs as local drives (not on SAN) and when pool switches over to the other node zfs would pick up the node''s local disk drives as L2ARC. To better clarify what I mean lets assume there is a 2-node cluster with 1sx 2540 disk array. Now lets put 4x SSDs in each node (as internal/local drives). Now lets assume one zfs pool would be created on top of a lun exported from 2540. Now 4x local SSDs could be added as L2ARC but because they are not visible on a 2nd node when cluster does failover it should be able to pi...
2008 Feb 28
3
Upgrade to 6.3R failed (with freebsd-update.sh)
Dear list, as described in http://www.freebsd.org/releases/6.3R/announce.html I tried a binary upgrade to 6.3R. But the command # sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade failed with 10....2520....2530....2540....2550....2560....2570....2580....2590....2600....2610....2620....2630....2640... done. Applying patches... done. Fetching 1587 files... failed. Any ideas how to perform the upgrade? Best regards, Thomas.
2009 Apr 15
5
StorageTek 2540 performance radically changed
Today I updated the firmware on my StorageTek 2540 to the latest recommended version and am seeing radically difference performance when testing with iozone than I did in February of 2008. I am using Solaris 10 U5 with all the latest patches. This is the performance achieved (on a 32GB file) in February last year: KB reclen...
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 LDOM domain on the T5220. To give an idea of how bad the situation is, iot...
2003 Dec 08
2
Win98 User List Problem
Hi all, I'm trying to list users using user level share in windows 98, but I always get the folowing message: [2003/12/08 13:46:51, 1] smbd/ipc.c:api_fd_reply(284) api_fd_reply: INVALID PIPE HANDLE: 0 [2003/12/08 13:46:51, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2540) Returning domain sid for domain XXXXXX-> S-1-5-21-1305940498-1192644665-829235722 [2003/12/08 13:46:52, 1] smbd/ipc.c:api_fd_reply(284) api_fd_reply: INVALID PIPE HANDLE: 0 [2003/12/08 13:46:52, 1] smbd/ipc.c:api_fd_reply(284) api_fd_reply: INVALID PIPE HANDLE: 0 I have looked for an a...
2018 Mar 06
4
Fixing a rejected peer
...probe from uuid: c1877e0d-ccb2-401e-83a6-e4a680af683a [2018-03-06 00:14:06.145831] I [MSGID: 106493] [glusterd-handler.c:2954:__glusterd_handle_probe_query] 0-glusterd: Responded to sc5-gluster-10g-2, op_ret: 0, op_errno: 0, ret: 0 [2018-03-06 00:14:06.149357] I [MSGID: 106490] [glusterd-handler.c:2540:__glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from uuid: c1877e0d-ccb2-401e-83a6-e4a680af683a [2018-03-06 00:14:06.149631] E [MSGID: 106010] [glusterd-utils.c:3374:glusterd_compare_friend_volume] 0-management: Version of Cksums sc5-ovirt_engine differ. local cksum = 53769889, re...
2003 Sep 17
2
Using samba as a PDC with win2k clients
...on: New VC == 0, if NT4.x compatible we would close all old resources. [2003/09/17 16:52:05, 2] auth/auth.c:check_ntlm_password(302) check_ntlm_password: authentication for user [sandro] -> [sandro] -> [sandro] succeeded [2003/09/17 16:52:06, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2540) Returning domain sid for domain SAMBA -> S-1-5-21-331481452-486475617-929701000 [2003/09/17 16:52:06, 2] rpc_server/srv_samr_nt.c:access_check_samr_object(93) _samr_open_domain: ACCESS DENIED (requested: 0x00000211) [2003/09/17 16:52:06, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2540...
2018 Mar 06
0
Fixing a rejected peer
...d: c1877e0d-ccb2-401e-83a6-e4a680af683a > [2018-03-06 00:14:06.145831] I [MSGID: 106493] [glusterd-handler.c:2954:__glusterd_handle_probe_query] > 0-glusterd: Responded to sc5-gluster-10g-2, op_ret: 0, op_errno: 0, ret: 0 > [2018-03-06 00:14:06.149357] I [MSGID: 106490] [glusterd-handler.c:2540:__ > glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from > uuid: c1877e0d-ccb2-401e-83a6-e4a680af683a > [2018-03-06 00:14:06.149631] E [MSGID: 106010] [glusterd-utils.c:3374: > glusterd_compare_friend_volume] 0-management: Version of Cksums > sc5-ovirt_engine differ....
2011 Mar 03
2
PCA - scores
...question is: Can you get an output of scores using "principal" OR, is there a way to limit the number of factors that are included when you use "princomp"? Thanks, Shari Clare PhD Candidate Department of Renewable Resources University of Alberta sclare@ualberta.ca 780-492-2540 [[alternative HTML version deleted]]
2018 Mar 06
2
Fixing a rejected peer
...h this happening again once this is in production, which would be Bad, especially if I don't have a fix. So at this point, I'm unclear on how to move forward or even where more to look for potential problems. -j - - - - [2018-03-06 22:30:32.421530] I [MSGID: 106490] [glusterd-handler.c:2540:__glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from uuid: 77cdfbba-348c-43fe-ab3d-00621904ea9c [2018-03-06 22:30:32.422582] E [MSGID: 106010] [glusterd-utils.c:3374:glusterd_compare_friend_volume] 0-management: Version of Cksums sc5-ovirt_engine differ. local cksum = 3949237931,...