Displaying 20 results from an estimated 29 matches for "xac".
Did you mean:
ac
2015 Sep 30
2
Link statically against libc++ on Cray XC 40
...of the problems but now I am stuck at the linking stage. Specifically, their CC tool tries to link everything statically, but since we built LLVM using libc++, we also need to link against libc++, which fails with the error
/usr/bin/ld: attempted static link of dynamic object `/zhome/academic/HLRS/xac/xacmicha/.pool/llvm/cur/lib/libc++.so’
Does anyone have a suggestion what I can do to make this work (link)?
Regards,
Michael
P.S.: This is the full linker command minus some (many) object files and -Wl,-rpath,library/paths:
/opt/cray/craype/2.4.1/bin/CC -O0 -g3 -fno-inline -std=c++11 -pedan...
2015 Apr 14
1
The --inplace is very different from the behaviour of --partial when resuming a complex case transfer.
...)
So I do the following testings on the `--inplace' and `--partial' for
resuming a file with the following steps:
1- rsync ftp.cn.debian.org::debian/dists/wheezy/main/binary-amd64/
Packages.gz .
2- split -b 1M Packages.gz
At this point, I obtained the following eight files:
xaa xab xac xad xae xaf xag xah
3- Then I remove two files, say, xab, and xae from the above eight files,
and then use cat to regenerate the Packages.gz:
for i in xaa xac xad xaf xag xah ; do
cat $i >> Packages.gz;
done
4- Resuming the rsync transfer with the `--inplace' and `--partia...
2019 Aug 05
2
synchronization problem between DC
...=com,DC=br'
[ldap://WIN-DC1]
'DC=COMP101,DC=empresa.com.br,CN=MicrosoftDNS,DC=DomainDnsZones,DC=empresa,DC=com,DC=br'
[ldap://SAMBA4-DC]
Difference in attribute values:
dnsRecord =>
['\x04\x00\x01\x00\x05\xf0\x00\x00\xdd\x05Yx\x00\x00\x00<\x00\x00\x00\x005\xfd7\x00\xac\x15\xa0\x01']
['\x04\x00\x01\x00\x05\xf0\x00\x00\xdb\x05Yx\x00\x00\x00<\x00\x00\x00\x005\xfd7\x00\xac\x15\xa0\x01']
FAILED
* Result for [DNSDOMAIN]: FAILURE
Does this problem occur because of the Windows Server 2008 server?
Would anyone know why this loss of synchronization oc...
2014 Oct 31
0
[PATCH 2/3] fish: basic tests for readline escaping
...uot;singleword", "singleword");
+}
+
+int
+test_multiword_escape (void)
+{
+ return eq_bracket(bs_escape_filename, "more than one word\n", "more\\ than\\ one\\ word\\n");
+}
+
+int
+test_nonprinting_escape (void)
+{
+ return eq_bracket(bs_escape_filename, "\xac\xec\x8", "\\xac\\xec\\b");
+}
+
+int
+test_multiword_unescape (void)
+{
+ return eq_bracket(bs_unescape_filename, "more\\ than\\ one\\ word", "more than one word");
+}
+
+int
+test_nonprinting_unescape (void)
+{
+ return eq_bracket(bs_unescape_filename, "\\...
2014 Oct 31
6
[PATCH 0/3] WIP readline escaping functions
From: Maros Zatko <hacxman@gmail.com>
Auxiliary functions for readline to support space character escaping
in filenames in future.
Escaping function is taken from fish.c (used to be parse_quoted_string)
plus its un-escaping counterpart. There are a few tests for both.
Maros Zatko (3):
fish: rl.{c,h} - escaping functions for readline
fish: basic tests for readline escaping
autotools:
2019 Aug 04
1
DsReplicaGetInfo() failed with status 8453
...,DC=br'
[ldap://WIN-DC1]
'DC= CMC03 ,DC=empresa.com.br,CN=MicrosoftDNS,DC=DomainDnsZones,DC=empresa,DC=com,DC=br'
[ldap://SAMBA4-DC]
Difference in attribute values:
dnsRecord =>
['\x04\x00\x01\x00\x05\xf0\x00\x00\xd2\xeeXx\x00\x00\x00<\x00\x00\x00\x00\x1c\xfd7\x00\xac\x15\xa0\x01']
['\x04\x00\x01\x00\x05\xf0\x00\x00\xd0\xeeXx\x00\x00\x00<\x00\x00\x00\x00\x1c\xfd7\x00\xac\x15\xa0\x01']
FAILED
* Result for [DNSDOMAIN]: FAILURE
SUMMARY
---------
Attributes with different values:
dnsRecord
* Comparing [DNSFOREST] context...
* Objects to...
2014 Nov 07
3
[PATCH 0/3] v2 readline escaping functions
From: Maros Zatko <mzatko@redhat.com>
Helper functions for future support of backslash escaped spaces in filenames.
There are a few tests too. Changed according to review remarks.
Maros Zatko (3):
fish: rl.{c, h} - escaping functions for readline
fish: basic tests for readline escaping
autotools: add fish/test
Makefile.am | 1 +
configure.ac | 1 +
2014 Nov 13
4
[PATCH 0/4 v3] readline escaping functions
Helper functions for future support of backslash escaped spaces in filenames.
There are a few tests too. Changed according to review remarks and fixed few
other mistakes.
Maros Zatko (4):
fish: copy parse_quoted_string and hexdigit from fish.h to rl.c
fish: rl.{c,h} - escaping functions for readline
fish: basic tests for readline escaping
autotools: add fish/test
Makefile.am
2019 Aug 05
0
synchronization problem between DC
...1]
> 'DC=COMP101,DC=empresa.com.br,CN=MicrosoftDNS,DC=DomainDnsZones,DC=empresa,DC=com,DC=br'
> [ldap://SAMBA4-DC]
> Difference in attribute values:
> dnsRecord =>
>
> ['\x04\x00\x01\x00\x05\xf0\x00\x00\xdd\x05Yx\x00\x00\x00<\x00\x00\x00\x005\xfd7\x00\xac\x15\xa0\x01']
>
> ['\x04\x00\x01\x00\x05\xf0\x00\x00\xdb\x05Yx\x00\x00\x00<\x00\x00\x00\x005\xfd7\x00\xac\x15\xa0\x01']
> FAILED
>
> * Result for [DNSDOMAIN]: FAILURE
>
> Does this problem occur because of the Windows Server 2008 server?
>
> Would anyon...
2019 Aug 06
1
synchronization problem between DC
...101,DC=empresa.com.br,CN=MicrosoftDNS,DC=DomainDnsZones,DC=empresa,DC=com,DC=br'
>> [ldap://SAMBA4-DC]
>> Difference in attribute values:
>> dnsRecord =>
>>
>> ['\x04\x00\x01\x00\x05\xf0\x00\x00\xdd\x05Yx\x00\x00\x00<\x00\x00\x00\x005\xfd7\x00\xac\x15\xa0\x01']
>>
>> ['\x04\x00\x01\x00\x05\xf0\x00\x00\xdb\x05Yx\x00\x00\x00<\x00\x00\x00\x005\xfd7\x00\xac\x15\xa0\x01']
>> FAILED
>>
>> * Result for [DNSDOMAIN]: FAILURE
>>
>> Does this problem occur because of the Windows Server 2008 s...
2007 May 07
0
Analyzing "Stacked" Time Series
..., method = "ML")
fit.gls002 <- gls(X ~ YO + YD + ZO + ZD +
lag(YO) + lag(YD) + lag(ZO) + lag(ZD),
correlation = corARMA(p = 1), method = "ML")
ar001 <- ar.ols(cbin(X, YO, YD, ZO, ZD))
Here is my example:
xAB <- as.ts(round(rnorm(10, 0, 1), 2), start = c(1990, 1))
xAC <- as.ts(round(rnorm(10, 0, 1), 2), start = c(1990, 1))
xBA <- as.ts(round(rnorm(10, .75, 1.5), 2), start = c(1990, 1))
xBC <- as.ts(round(rnorm(10, .25, 1.9), 2), start = c(1990, 1))
xCA <- as.ts(round(rnorm(10, 1.5, 2.2), 2), start = c(1990, 1))
xCB <- as.ts(round(rnorm(10, .5, 0.8...
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web
Development with Rails. In interation E1
NoMethodError in Admin#checkout
Showing app/views/admin/checkout.rhtml where line #12 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.include?
Extracted source (around line #12):
2006 May 26
13
win32-dir, unicode
Hi,
I''ve got a preliminary version of the pure Ruby version of win32-dir in
CVS. However, I was hoping to work out the Unicode issue. Run this:
from = "C:\\test"
to = "?????"
Dir.mkdir(from) unless File.exists?(from)
Dir.create_junction(to, from)
It works, but my explorer (and dos) window shows the name garbled. I
don''t think it''s a font
2007 Mar 01
2
dovecot-example.conf glitches
...gure" uses --prefix /usr/local.
Bye,
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBReb7Ay9SORjhbDpvAQJaqwgA2AEoit4BVUn8ahxveDT3lMQVzfpKR68X
K415T2oZOFW8F1jtovTShp3yVDEpKem3Mw4JvHPZmlR89IAdPpZLWgahW3t0tP8n
DAb8tqph7t4Ct5m9MGN/yyg5aTxz8gR7C6oZDuP/XAC/OlbS3XRfLele3i+v6sch
LEI6y5MRYkCubbFzRJCBvgxWJZ5Au7q8Rvn9WVotVp1oTf0cgYG6z3mzNwHQcZLk
sqSKQdzwsiMloO0mM+iVa2T8qmF4EAwjsO9XnRJy197xlxrCLdC/ZVRdFMVKE7Nd
0doyKkSiiSKdSUBr0ewEuy+Ikp2m8+5z5n0U2trvSMYd31pylA/Q0Q==
=SC/q
-----END PGP SIGNATURE-----
2008 Dec 25
0
Class and object problem
...b+c+x-2
y <- rbinom(100,prob=plogis(linpred),size=n)
data <- data.frame(y,a,b,c,x,n)
m <- list()
## full model
m[[1]] <- glmmML(cbind (y, n-y)~ x+a+b+c,
family = binomial, data, cluster)
## 3-term models
m[[2]] <- update(m[[1]],.~.-a) ## xbc
m[[3]] <- update(m[[1]],.~.-b) ## xac
m[[4]] <- update(m[[1]],.~.-c) ## xab
m[[5]] <- update(m[[1]],.~.-x) ## abc
## 2-term models
m[[6]] <- update(m[[2]],.~.-x) ## bc
m[[7]] <- update(m[[2]],.~.-b) ## xc
m[[8]] <- update(m[[2]],.~.-c) ## xb
m[[9]] <- update(m[[3]],.~.-x) ## ac
m[[10]] <- update(m[[3]],.~.-c) ## xa...
2010 Oct 17
1
N1MM crashes when using exotic callsigns
...andled page fault on read access to 0x00000030 at address 0x66080e1c (thread 003b), starting debugger...
Unhandled exception: page fault on read access to 0x00000030 in 32-bit code (0x66080e1c).
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "DLL\\MSVBVM60.dbg" ("\xc0E2\xa0\xac\xc03")
2015 Apr 06
0
--append and then --append-verify will not work.
...binary-all/
Packages.bz2 .
2- Then I split the file into little files with the file size equaling to
128K, which is the maximum of the block-size accepted by rsync.
split -b 128K Packages.bz2
And at this point, I obtained the following 20 files:
werner at debian:~/http_resume_test$ ls x*
xaa xac xae xag xai xak xam xao xaq xas
xab xad xaf xah xaj xal xan xap xar xat
Then I delete the some files, say, xab and xae, from the above little
files, and then use the cat tool to regenerate the Packages.bz2 by only
using the remaining little files:
werner at debian:~/http_resume...
2015 Apr 06
0
--append and then --append-verify will not work.
...n/binary-all/
Packages.bz2 .
2- Then I split the file into little files with the file size equaling to
128K, which is the maximum of the block-size accepted by rsync.
split -b 128K Packages.bz2
And at this point, I obtained the following 20 files:
werner at debian:~/http_resume_test$ ls x*
xaa xac xae xag xai xak xam xao xaq xas
xab xad xaf xah xaj xal xan xap xar xat
Then I delete some files, say, xab and xae, from the above little
files, and then use the cat tool to regenerate the Packages.bz2 by only
using the remaining little files:
werner at debian:~/http_resume_test$...
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...] = CTRLZ;
- }
-}
-
-static void init_iso8859_1(int codepage) {
-
- setupmaps();
-
- if (codepage == 437) {
- /* MSDOS Code Page 437 -> ISO-8859-1 */
- update_map("\xA1\xAD\xA2\x98\xA3\x9C\xA4\xED\xA5\x9D\xA6\xB3\xA7\xEE");
- update_map("\xAA\xA6\xAB\xAE\xAC\xAA\xAE\xE9\xAF\xC4");
- update_map("\xB0\xF8\xB1\xF1\xB2\xFD\xB5\xE6\xB7\xFA\xBA\xA7\xBC\xAC\xBD\xAB\xBF\xA8");
- update_map("\xC0\x85\xC1\xA0\xC2\x83\xC4\x8E\xC5\x8F\xC6\x92\xC7\x80\xC8\x8A");
- update_map("\xC9\x90\xCA\x88\xCB\x89\xCC\x8D\xCD\xA...
2010 Mar 19
1
Sendmail + deliver; silent errors.
Hi all.
I've got a bit of a peculiar issue here. I'm running dovecot 1.2.9 on
an Ubuntu 9.10 box using Sendmail 8.14.3. I've set up Sendmail similar
to <http://wiki.dovecot.org/LDA/Sendmail> except that
*) dovecot's deliver is configured as my default local mailer, so
some of the flags for the Mailer definition had to be adjusted
accordingly.
*) The setuid users