search for: a00

Displaying 20 results from an estimated 59 matches for "a00".

Did you mean: 00
2012 Aug 24
6
updating elements of a vector sequentially - is there a faster way?
I would like to know whether there is a faster way to do the below operation (updating vec1). My objective is to update the elements of a vector (vec1), where a particular element i is dependent on the previous one. I need to do this on vectors that are 1 million or longer and need to repeat that process several hundred times. The for loop works but is slow. If there is a faster way, please let
2012 Feb 21
4
V4 - New Install - Missing Zone File
Hello List, I am trying to compile and install Samba 4 using the wiki guide on Centos 6.2. I am currently using the current source from git. It seems that the zone file used for Bind is not configured and not installed in the private directory. Is there any way to get this file generated so I can finish my install? Thank you for your time and have a great day!! Kind regards, Jeremy
2015 Nov 16
1
About IPv6 Link-Local Address(CentOS5)
> First off, I assume you can ping your link-local address: > > ping6 -I eth1 fe80::a00:27ff:fe03:5b8a > > Second, you never mentioned how eth1 was assigned its IPv6 address. > Given that you've tried to embed an IPv4 address within an IPv6 address > (which is normally done with a 0:0:0:0:0: prefix), I'd guess you did it > manually. If so, with what tools?...
2015 Nov 13
2
About IPv6 Link-Local Address(CentOS5)
> Try > > ping6 -I eth1 2000:8000:12:6:192:168:11:8 Thanks for the response. I tried. However, It did not resolve.... # ping6 -I eth1 2000:8000:12:6:192:168:11:8 PING 2000:8000:12:6:192:168:11:8(2000:8000:12:6:192:168:11:8) from fe80::a00:27ff:fe03:5b8a eth1: 56 data bytes On 2015/11/13 2:22, Paul Heinlein wrote: > On Thu, 12 Nov 2015, ???? wrote: > >> Hello >> >> Because I did not send , and then retransmitted. >> >> I am using the CentOS5.7. >> In a state where the link down, I did a ping...
2019 Jul 03
5
cannot set filesystem permissions on shares
> >> Who are you logged into the Windows PC as ? > > I log in az A\Administrator. I created an admin user, put in Domain > > Admins group, but the result was the same (ok, it would be strange, if > > it would work with it, instead of Administrator) > Then you need to ensure that 'Domain Admins' has the same privilege as > 'A\Administrator' Ok, I
2013 Dec 08
2
[PATCH 1/3] nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Create the ref_bo without any storage type flags set for now. The issue probably arises from our use of the additional buffer space at the end of the ref_bo. It should probably be split up in the future. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Tested-by: Martin Peres <martin.peres at labri.fr> Cc: "10.0" <mesa-stable at lists.freedesktop.org> ---
2008 Mar 20
7
ZFS panics solaris while switching a volume to read-only
...Requested Block: 19062 Error Block: 19062 Vendor: EMC Serial Number: 900D5008U Sense Key: panic[cpu0]/thread=2a10103bcc0: Write Protected ZFS: I/O failure (write on <unknown> off 0: zio 6001f3f2340 [L0 DMU dnode] 4000L/a00P DVA[0]=<0:54e000:a00> DVA[1]=<0:d000ab800:a00> fletcher4 lzjb BE contiguous birth=597 fill=31 cksum=97d1c4f896:dd5b900a7ec8:b89066e037beda:7021cc17c66f4713): error 6 000002a10103b880 zfs:zio_done+29c (0, 10, 6000e361400, 600202bfb80, 6001f3f2340, 0) %l0-3: 0000060003233b40 000006001...
2002 Jul 25
2
fatpipe.vorbis.com - no route to host
...8 ms 13 p16-0-0-0.r01.mclnva02.us.bb.verio.net (129.250.5.253) 144.338 ms 141.862 ms 148.919 ms 14 p16-0-0-0.r00.atlnga03.us.bb.verio.net (129.250.2.49) 141.583 ms 147.274 ms 190.116 ms 15 p4-0-2-0.r01.bcrtfl01.us.bb.verio.net (129.250.4.54) 191.993 ms 202.237 ms 193.213 ms 16 fa-6-0-0.a00.bcrtfl01.us.ra.verio.net (129.250.28.53) 215.028 ms 178.643 ms * 17 * * * <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the w...
2019 Jul 03
2
cannot set filesystem permissions on shares
...1500 qdisc > pfifo_fast > > state UP group default qlen 1000 > > link/ether 08:00:27:c9:09:60 brd ff:ff:ff:ff:ff:ff > > inet 10.0.3.15/24 brd 10.0.3.255 scope global dynamic enp0s8 > > valid_lft 83319sec preferred_lft 83319sec > > inet6 fe80::a00:27ff:fec9:960/64 scope link > > 3: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc > pfifo_fast > > state UP group default qlen 1000 > > link/ether 08:00:27:60:df:a1 brd ff:ff:ff:ff:ff:ff > > inet 192.168.0.8/24 brd 192.168.0.255 scope global enp...
2015 Nov 13
0
About IPv6 Link-Local Address(CentOS5)
...; Try >> >> ping6 -I eth1 2000:8000:12:6:192:168:11:8 > > Thanks for the response. > > I tried. > However, It did not resolve.... > > # ping6 -I eth1 2000:8000:12:6:192:168:11:8 > PING 2000:8000:12:6:192:168:11:8(2000:8000:12:6:192:168:11:8) from > fe80::a00:27ff:fe03:5b8a eth1: 56 data bytes First off, I assume you can ping your link-local address: ping6 -I eth1 fe80::a00:27ff:fe03:5b8a Second, you never mentioned how eth1 was assigned its IPv6 address. Given that you've tried to embed an IPv4 address within an IPv6 address (which is norma...
2019 Jul 03
0
cannot set filesystem permissions on shares
...host 2: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 08:00:27:c9:09:60 brd ff:ff:ff:ff:ff:ff inet 10.0.3.15/24 brd 10.0.3.255 scope global dynamic enp0s8 valid_lft 83319sec preferred_lft 83319sec inet6 fe80::a00:27ff:fec9:960/64 scope link 3: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 08:00:27:60:df:a1 brd ff:ff:ff:ff:ff:ff inet 192.168.0.8/24 brd 192.168.0.255 scope global enp0s3 inet6 fe80::a00:27ff:fe60:dfa1/64 scope...
2013 Sep 24
1
dmesg and syslog errors in CentOS 6.4 on Dell R720 server
...vendor to analyzing on O/S level Dear Kaushal, Please find the current firmware version. *Firmware Information* *Name* *Version* ** ** Power Supply.Slot.1 07.2B.7D Power Supply.Slot.2 07.2B.7D Integrated Dell Remote Access Controller 1.37.35 Lifecycle Controller 2, 1.0.8.42, A00 1.0.8.42 Enterprise UEFI Diagnostics, 4217A5, 4217.8 4217A5 Dell OS Drivers Pack, 7.1.0.9, A00 7.1.0.9 System CPLD 1.0.3 Broadcom Gigabit Ethernet BCM5720 - E0:DB:55:05:D2:9A 7.4.8 Broadcom Gigabit Ethernet BCM5720 - E0:DB:55:05:D2:9B 7.4.8 Broadcom Gigabit Ethernet BCM5720 - E0:DB:55:0...
2004 Jan 07
1
Analyzing dendrograms
...en, As Johan Lindberg points out, the documentation for handling dendrograms is sparse....Does anyone know who is responsible for or working on development of tree methods and objects? I've written a couple of scripts for my own use to translate between parenthetical (A(B(CD))) or binary A00 B10 C11 D11 tree formats and cluster objects in R, but as an inexperienced programmer have had difficulty integrating them with the existing framework--I'm trying to write some resampling routines and sensitivity tests for tree objects. Perhaps this question should go to the r-devel list in...
2019 Jul 03
4
cannot set filesystem permissions on shares
...; mtu 1500 qdisc pfifo_fast > > state UP group default qlen 1000 > > link/ether 08:00:27:c9:09:60 brd ff:ff:ff:ff:ff:ff > > inet 10.0.3.15/24 brd 10.0.3.255 scope global dynamic enp0s8 > > valid_lft 83319sec preferred_lft 83319sec > > inet6 fe80::a00:27ff:fec9:960/64 scope link > > 3: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast > > state UP group default qlen 1000 > > link/ether 08:00:27:60:df:a1 brd ff:ff:ff:ff:ff:ff > > inet 192.168.0.8/24 brd 192.168.0.255 scope global enp0s3 &g...
2013 Mar 06
2
no network interfaces found on OpenIndiana (Illumos)
...192.168.250.8 netmask ffffff00 broadcast 192.168.250.255 ether 8:0:27:bd:35:de lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 inet6 ::1/128 e1000g0: flags=20002004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 3 inet6 fe80::a00:27ff:febd:35de/10 ether 8:0:27:bd:35:de
2000 May 31
3
Solaris utmp problems
Could all those who were having problems with utmp logging on Solaris please try the test release at: http://violet.ibs.com.au/openssh/files/test/openssh-TEST-2000053100.tar.gz Users on other platforms, particularly HP/UX, AIX and SCO are invited as well, to test compatibility. The login code is heaps cleaner now. -d -- | "Bombay is 250ms from New York in the new world order" -
2019 Feb 08
2
netmask on aliases overriden by netmask on interface
CentOS-6.10 We have a host with the following ifcfg file contents: BOOTPROTO=none BROADCAST="" DEFROUTE=yes DEVICE=eth1 . . . GATEWAY=X.Y.Z.234 IPADDR=A.B.C.2 IPV4_FAILURE_FATAL=yes NAME="LAN Link - eth1" NETMASK="255.255.255.128" NETWORK="A.B.C.0" NM_CONTROLLED=no ONBOOT=yes PREFIX=25 TYPE=Ethernet USERCTL=no And an aliased ifcfg containing this:
2015 Aug 05
0
[PATCH 7/8] Add Neon intrinsics for Silk noise shape feedback loop.
...neon(const opus_int32 *bu opus_int32 out = vget_lane_s32(d, 0); return out; } + + +opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order) +{ + opus_int32 out; + if (order == 8) + { + int32x4_t a00 = vdupq_n_s32(data0[0]); + int32x4_t a01 = vld1q_s32(data1); // data1[0] ... [3] + + int32x4_t a0 = vextq_s32 (a00, a01, 3); // data0[0] data1[0] ...[2] + int32x4_t a1 = vld1q_s32(data1 + 3); // data1[3] ... [6] + + int16x8_t coef16 = vld1q_s16(coef); + int32x4_...
2010 Mar 04
1
Dell problems with PXELINUX 3.62
...aps there is a complication outside of the Syslinux Suite? A BIOS upgrade? For the curious, here's MEMINFO.C32: INT 15h = f000:f859 DOS RAM: 560K (0x8c000) INT 12h: 560K (0x8c000) INT 15 88: 0xfc00 (64512K) INT 15 E801: 0x3c00 (15360K) 0x1e68 (498176K) 0 0000000000000000 00000000000a0000 00000000000a0000 1 [-] usable 1 00000000000f0000 0000000000010000 0000000000100000 2 [-] reserved 2 0000000000100000 000000001f586c00 000000001f686c00 1 [-] usable 3 000000001f686c00 0000000000002000 000000001f688c00 4 [-] ACPI NVS 4 000000001f688c00 0000000000002000 0...
2015 Nov 21
0
[Aarch64 v2 06/18] Add Neon intrinsics for Silk noise shape feedback loop.
...neon(const opus_int32 *bu opus_int32 out = vget_lane_s32(d, 0); return out; } + + +opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order) +{ + opus_int32 out; + if (order == 8) + { + int32x4_t a00 = vdupq_n_s32(data0[0]); + int32x4_t a01 = vld1q_s32(data1); // data1[0] ... [3] + + int32x4_t a0 = vextq_s32 (a00, a01, 3); // data0[0] data1[0] ...[2] + int32x4_t a1 = vld1q_s32(data1 + 3); // data1[3] ... [6] + + int16x8_t coef16 = vld1q_s16(coef); + int32x4_...