search for: xp2

Displaying 20 results from an estimated 41 matches for "xp2".

Did you mean: xp
2016 Apr 21
1
[Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]
...Apr 21 11:23:58 cd1 named[2224]: client 192.168.58.10#22874: update '58.168.192.in-addr.arpa/IN' denied Apr 21 11:23:58 cd1 named[2224]: samba_dlz: cancelling transaction on zone 58.168.192.in-addr.arpa Apr 21 11:23:58 cd1 dhcpd: Unable to add reverse map from 45.58.168.192.in-addr.arpa. to xp2.home.cu: REFUSED Apr 21 11:23:58 cd1 named[2224]: samba_dlz: starting transaction on zone home.cu Apr 21 11:23:58 cd1 named[2224]: samba_dlz: allowing update of signer=XP2\$\@HOME.CU name=xp2.home.cu tcpaddr= type=A key=964-ms-7.3-e83765.c64f8090-07b1-11e6-07a1-080027d04121/160/0 Apr 21 11:23:58 cd...
2016 Apr 21
2
[Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]]
...nown-clients; group general { host pc_xp{ option host-name "xp.home.cu"; hardware ethernet 08:00:27:fd:95:e7; fixed-address 192.168.58.33; } host pc_xp1{ option host-name "xp1.home.cu"; hardware ethernet 08:00:27:f1:8a:4c; fixed-address 192.168.58.34; } host pc_xp2{ option host-name "xp2.home.cu"; hardware ethernet 08:00:27:d0:41:21; fixed-address 192.168.58.45; } } Please tell me what I'm doing wrong and / or missing? Leonidch ---------------------------- Mensaje original ---------------------------- Asunto: Re: [Samba] [Fwd: Re:...
2016 Apr 21
0
[Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]]
...name "xp.home.cu"; > hardware ethernet 08:00:27:fd:95:e7; > fixed-address 192.168.58.33; > } > > host pc_xp1{ > option host-name "xp1.home.cu"; > hardware ethernet 08:00:27:f1:8a:4c; > fixed-address 192.168.58.34; > } > > > host pc_xp2{ > option host-name "xp2.home.cu"; > hardware ethernet 08:00:27:d0:41:21; > fixed-address 192.168.58.45; > } > > } > > > > Please tell me what I'm doing wrong and / or missing? > > Leonidch > > > > ---------------------------- Men...
2016 Apr 21
0
[Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]]]
...gt;> fixed-address 192.168.58.33; >> } >> >> host pc_xp1{ >> option host-name "xp1.home.cu"; >> hardware ethernet 08:00:27:f1:8a:4c; >> fixed-address 192.168.58.34; >> } >> >> >> host pc_xp2{ >> option host-name "xp2.home.cu"; >> hardware ethernet 08:00:27:d0:41:21; >> fixed-address 192.168.58.45; >> } >> >> } >> >> >> >> Please tell me what I'm doing wrong and / or missing? >> &...
2016 Apr 23
1
Samba 4 more complete]]]]]]
...>>> } >>> >>> host pc_xp1{ >>> option host-name "xp1.home.cu"; >>> hardware ethernet 08:00:27:f1:8a:4c; >>> fixed-address 192.168.58.34; >>> } >>> >>> >>> host pc_xp2{ >>> option host-name "xp2.home.cu"; >>> hardware ethernet 08:00:27:d0:41:21; >>> fixed-address 192.168.58.45; >>> } >>> >>> } >>> >>> >>> >>> Please tell me what I...
2007 Sep 11
2
[LLVMdev] volatiles
...{ x = x; } void self_assign_2 (void) { t sink = x; x = sink; } void self_assign_3 (void) { volatile t *xp = &x; *xp = *xp; } void self_assign_4 (void) { volatile t *xp = &x; t sink = *xp; *xp = sink; } void self_assign_5 (void) { volatile t *xp1 = &x; volatile t *xp2 = &x; *xp1 = *xp2; } void self_assign_6 (void) { volatile t *xp = &x; volatile t **xpp = &xp; t sink = **xpp; **xpp = sink; } void self_assign_7 (void) { volatile t *xp1 = &x; volatile t *xp2 = &x; volatile t **xpp1 = &xp1; volatile t **xpp2 = &xp2;...
2004 Nov 27
0
Samba 3.x problem setting up DFS and XP2
...19:18, 3] smbd/error.c:error_packet(129) error packet at smbd/nttrans.c(2160) cmd=160 (SMBnttrans) NT_STATUS_NOT_SUPPORTED [2004/11/26 00:19:18, 5] lib/util.c:show_msg(461) [2004/11/26 00:19:18, 5] lib/util.c:show_msg(471) Does someone know's the Problems with Samba 3.0.x and DFS (Client XP2) ? Thanks for any comment. Regards Siegbert Laukas
2016 Jul 28
3
[PATCH] utils: add new CLEANUP_XMLFREE cleanup, to call xmlFree()
Small cleanup helper to dispose xmlChar* buffers. --- src/cleanup.c | 9 +++++++++ src/guestfs-internal-frontend.h | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/src/cleanup.c b/src/cleanup.c index 1aa3051..6c4558c 100644 --- a/src/cleanup.c +++ b/src/cleanup.c @@ -106,6 +106,15 @@ guestfs_int_cleanup_unlink_free (char **ptr) } void +guestfs_int_cleanup_xmlFree
2006 Mar 11
1
Chainboot to XP Embedded
...ese systems are read only so I just can't go and tweak the boot.ini file. I was looking at the chain boot capabilities of syslinux, but I haven't had luck getting this going. So far I only have a system like this: [BOOT: (FAT16 w/ SYSLINUX)] [OS1] My SYSLINUX.CFG looks like this: LABEL xp2 KERNEL chain.c32 APPEND hd0 2 If I select xp2, when I boot all I get is a "Booting..." message. It never gets further than this. Any ideas? Think it's possible? I'm doing this under VirtualPC 2004... Thanks in advance! - Josh
2004 Aug 06
2
compiling in windows
...K4049: locally defined symbol "_free" importedLINK : warning LNK4049: locally defined symbol "_memmove" importedLINK : warning LNK4049: locally defined symbol "_realloc" importedogg_static.lib(framing.obj) : error LNK2001: unresolved ext ernal symbol __imp__memchrDebug/xp2.exe : fatal error LNK1120: 1 unresolved externalsError executing link.exe. If I ignore libcd.lib it compiles ok, but I get a fatal runtime error. Anybody know what I'm doing wrong?Thanks,Nick _______________________________________________ Join Excite! - http://www.excite.com The most personal...
2005 May 04
1
samba and winxp SP2
i have clientes with windows xp2 and service pack2 that cannot access my shares. are any known issues? -- Patricio Bruna pbruna@linuxcenterla.com RHCE/RHCI Jefe Soporte y Operaciones LinuxCenter S.A. Canada 239, 5to piso, Providencia, Chile http://www.linuxcenterla.com +56-2-2745000 -------------- next part -------------- A non...
2016 Apr 12
1
Samba_dlz, dhcp y zona inversa no actualiza
...-key: updating zone '7.168.192.in-addr.arpa/NONE': update failed: rejected by secure update (REFUSED ) April 12 16:22:45 cd1 named [848]: samba_dlz: canceling transaction on zone 7.168.192.in-addr.arpa April 12 16:22:45 cd1 dhcpd: Unable to add reverse map from 39.7.168.192.in-addr.arpa. to xp2.cuba.co.cu: REFUSED I have not been able to reverse zone actualize using the dhcp, only updates the direct area I've been changing the permissions to try but nothing Any ideas? Traductor de Google para empresas:Google Translator Toolki
2009 Jun 08
2
ridiculous behaviour printing to eps: labels all messed up!
OK, this is really weird! here's an example code: t1<-c(1,2,3,4) t2<-c(4,2,4,2) plot(t1~t2, xlab="exp1", ylab="exp2") dev.copy2eps(file="test.eps") that all seems fine... until you look at the eps file created, where for some weird reason, if you scroll down to the end, the code reads: /Font1 findfont 12 s 0 setgray 214.02 18.72 (e) 0 ta -0.360 (xp1) tb gr 12.96 206.44 (e) 90 ta -0.360 (xp2) tb...
2005 Feb 22
2
strange IE problem
....pcgatecomputer.com. It has been tested with many different computers here. Our website will only work with system has Windows XP service pack 2 installed. It's not related to the system cache, because I just tried a fresh built system. It won't load our site at all. >>> I have the xp2 service pack so cannot duplicate the problem. This is also happening on www.bandtobow.com/catalog and if you go to www.bandtobow.com and click on the retail/wholesale link at the top the download box pops up just for some people. Everything works fine in the Firefox browser I was told by a Linux g...
2015 Mar 04
0
[RFC PATCH v1] armv7(float): Optimize decode usecase using NE10 library
...} + N2 = N>>1; + N4 = N>>2; + + ALLOC(f, N2, kiss_fft_scalar); + + /* Pre-rotate */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in; + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const kiss_twiddle_scalar * OPUS_RESTRICT t = &trig[0]; + for(i=0;i<N4;i++) + { + kiss_fft_scalar yr, yi; + yr = S_MUL(*xp2, t[i]) + S_MUL(*xp1, t[N4+i]); + yi = S_MUL(*xp1, t[i]) - S_...
2015 Apr 28
0
[RFC PATCH v1 2/8] armv7(float): Optimize decode usecase using NE10 library
...} + N2 = N>>1; + N4 = N>>2; + + ALLOC(f, N2, kiss_fft_scalar); + + /* Pre-rotate */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in; + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const kiss_twiddle_scalar * OPUS_RESTRICT t = &trig[0]; + for(i=0;i<N4;i++) + { + kiss_fft_scalar yr, yi; + yr = S_MUL(*xp2, t[i]) + S_MUL(*xp1, t[N4+i]); + yi = S_MUL(*xp1, t[i]) - S_...
2015 Mar 04
1
[RFC PATCH v1] Decode(float) optimize using libNe10
Hello All, I extended the libNE10 optimizations for float towards mdct_backwards/opus_ifft. I am able to get about 14.26% improvement for Decode use case now on my Beaglebone Black. Please see [1] for measurements. Questions 1. Since this patch needs to go in after Encode [2] patch) should I submit this as patch series? 2. Since Jonathan Lennox posted intrinsics cleanup [3] patch, should
2015 Jan 20
0
[RFC PATCH v1 2/2] armv7(float): Optimize encode usecase using NE10 library
...e input to be composed of four blocks: [a, b, c, d] */ + /* Window, shuffle, fold */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); + const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; + for(i=0;i<((overlap+3)>>2);i++) + { + /* Real...
2015 Jan 20
6
[RFC PATCH v1 0/2] Encode optimize using libNE10
Hello opus-dev, I've been cooking up this patchset to integrate NE10 library into opus. Current patchset focuses on encode use case mainly effecting performance of clt_mdct_forward() and opus_fft() (for float only) Glad to report the following on Encode use case: (Measured on my Beaglebone Black Cortex-A8 board) - Performance improvement for encode use case ~= 12.34% (Based on time -p
2015 Feb 04
0
[RFC PATCH v2] armv7(float): Optimize encode usecase using NE10 library
...e input to be composed of four blocks: [a, b, c, d] */ + /* Window, shuffle, fold */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); + const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; + for(i=0;i<((overlap+3)>>2);i++) + { + /* Real...