Displaying 19 results from an estimated 19 matches for "xdd".
Did you mean:
xd
2006 Oct 19
0
Rug-like density plots on margins of figure
...ype= plott,bty="n",ylab="y
(density)",xlab="")
if(usepoly) {
ydd=rbind(ydd, c(0,max(ydd$y)), c(0,min(ydd$y)))
polygon(ydd,col="grey",border=NA)
}
# third plot : x axis density
par(mar=omar * c(1,0,0,1))
par(xpd=NA)
xd = density(x1,from=min(y1),to=max(y1))
xdd= data.frame(x=xd$x, y=-xd$y)
plot(xdd, yaxt="n",ylim=c(0,min(xdd$y)),type= plott,xlab="x
(density)",ylab="")
if(usepoly) {
xdd=rbind(xdd,c(max(xdd$x),0), c(min(xdd$x),0))
polygon(xdd,col="grey",border=NA)
}
par(opar)
====
[[alternative HTML version dele...
2019 Mar 13
4
replication fails
...\x00\x05\xf0\x00\x00n\x00\x00\x00\x00\x00\x03\x84\x00\x00\x00\x00\x00\x00\x00\x00\x12\x03\x02dc\nmytld\x02at\x00',
'\x1e\x00\x02\x00\x05\xf0\x00\x00n\x00\x00\x00\x00\x00\x03\x84\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x03\x0cpre01svdeb03\nmytld\x02at\x00',
'D\x00\x06\x00\x05\xf0\x00\x00\xdd\xa0\t\x00\x00\x00\x0e\x10\x00\x00\x00\x00\x9c\xef7\x00\x00\t\xa0\xdd\x00\x00\x03\x84\x00\x00\x02X\x00\x01Q\x80\x00\x00\x0e\x10\x12\x03\x02dc\nmytld\x02at\x00\x1a\x03\nhostmaster\nmytld\x02at\x00']
['\x14\x00\x02\x00\x05\xf0\x00\x00n\x00\x00\x00\x00\x00\x03\x84\x00\x00\x00\x00\x00\x00\x00\x0...
2007 Apr 13
2
R on Solaris 10 x64
...mgath:347`
dbx: see `help scope' for details
(dbx) p off
off = 0x8042960
(dbx) p tgath_buf
tgath_buf = 0x9f5c4f0
"\xd87\x83^H\xa8\xf3\x82^H0^X\x82^H^X\xd4\x81^H^P\x90\x81^H\xb8m\x80^H^H'\x80^H\x88^?^?^H\x908^?^H\xb0\xf7~^H\xd8\xad~^H\xf8\xb2~^H\xb8\x8e~^H\xe8]~^H\xe8\xcb\xed^HP\xe3}^Hh\xdd\xbb^H\x98\xc4}^H\xf0\xa0}^H\xa8r}^HH}\xc3^HpO|^HH^V|^H^X\xd8|^H\xc0\xb1|^H8=}^H\x90\xcd{^H^Pm{^H\xb8#{^Hx'{^H\x90\xf8x^HpKx^H^POx^H\xa8~w^H^H>w^H\xf0\xb2w^H\xc8^Ew^HX'x^H\xf8\xdbv^H"
(dbx) p buf
buf = 0x9f79580
"\xd87\x83^H\xa8\xf3\x82^H0^X\x82^H^X\xd4\x81^H^P\x90\x81^H\xb8m\x8...
2019 Mar 13
0
replication fails
...f0\x00\x00n\x00\x00\x00\x00\x00\x03\x84\x00\x00\x00\x00\x00\x00\x00\x00\x12\x03\x02dc\nmytld\x02at\x00',
> '\x1e\x00\x02\x00\x05\xf0\x00\x00n\x00\x00\x00\x00\x00\x03\x84\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x03\x0cpre01svdeb03\nmytld\x02at\x00',
> 'D\x00\x06\x00\x05\xf0\x00\x00\xdd\xa0\t\x00\x00\x00\x0e\x10\x00\x00\x00\x00\x9c\xef7\x00\x00\t\xa0\xdd\x00\x00\x03\x84\x00\x00\x02X\x00\x01Q\x80\x00\x00\x0e\x10\x12\x03\x02dc\nmytld\x02at\x00\x1a\x03\nhostmaster\nmytld\x02at\x00']
> ['\x14\x00\x02\x00\x05\xf0\x00\x00n\x00\x00\x00\x00\x00\x03\x84\x00\x00\x00\x00\x00\x00\x...
2019 Aug 05
2
synchronization problem between DC
...m.br,CN=MicrosoftDNS,DC=DomainDnsZones,DC=empresa,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?
W...
2019 Mar 13
2
replication fails
Am 13.03.19 um 17:13 schrieb Stefan G. Weichinger via samba:
> Am 13.03.19 um 16:53 schrieb L.P.H. van Belle:
>> Ok thats small, a dc should be rebooted within 1-2 min and 1-2 min really max for AD sync.
one more observation:
manually running this works:
root at pre01svdeb03:~# samba-tool drs replicate dc PRE01SVDEB03
dc=blabla,dc=at --full-sync
but the one user I created (and
2010 Dec 24
1
:(
if i do wget http://microsoft.com it downloades a html
and yes, i can download if i put the link in browser
i dont know what i have to do :S
i can install manually the libs ???
2019 Aug 05
0
synchronization problem between DC
...nes,DC=empresa,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 t...
2019 Aug 06
1
synchronization problem between DC
...#39;
>> [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 thi...
2005 Dec 02
2
Which option is better
Hi all :)
Currently I''m shaping the traffic that goes to my ADSL router,
using HTB.
. Root (HTB) 1:
. |
. |------------------------|
. LAN (1:1) ADSL router (1:2)
. 90Mbit/90MBit 200000bit/200000bit
. |
. (Here go some children classes)
I find the above a bit overkill, since LAN and
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
Hello,
Today I succesfully transfered some testfile on my local computer with the
following command:
rsync -e "ssh" testfile.txt localhost:receive
I can also succesfully connect with SSH to a remote server through an http proxy
with the following command:
ssh -o "ProxyCommand corkscrew myhttpProxy 8080 targetcomputer.domain 22"
targetcomputer.domain
But I'm so far
2017 Mar 13
2
virt-customize fail to inject firstboot script when running it from script.
...uot;
libguestfs: trace: filesize = 512
libguestfs: trace: truncate "/var/lib/systemd/random-seed"
libguestfs: trace: truncate = 0
libguestfs: trace: write_append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x1cYP\x14U\x1b\xfbc\xdd\xa2\x95\xd1\xdf\x0d\x94\xf7\xb8\xba$\x18z \xe2,\xd3\xd0u\xb9F\xd9\x87G\x8c\x16S\x90q\xf12(a\x89\xb1\xab\x8b\xd4\xd4M\xc4\xc6\xb0\x186\xe2A\x09\x99\xd1\xb8;\xee\x9b\xef\xee\x01co$\xfe\xf0I\xd5\x1a\xac{C&:y\xc8\xf2\xf5H\xe116\x97$\x02\xc9\xc0u\xcf7\x094\xb0SM\x8d\x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\...
2017 Mar 14
0
Re: virt-customize fail to inject firstboot script when running it from script.
...s: trace: filesize = 512
> libguestfs: trace: truncate "/var/lib/systemd/random-seed"
> libguestfs: trace: truncate = 0
> libguestfs: trace: write_append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x1cYP\x14U\x1b\xfbc\xdd\xa2\x95\xd1\xdf\x0d\x94\xf7\xb8\xba$\x18z \xe2,\xd3\xd0u\xb9F\xd9\x87G\x8c\x16S\x90q\xf12(a\x89\xb1\xab\x8b\xd4\xd4M\xc4\xc6\xb0\x186\xe2A\x09\x99\xd1\xb8;\xee\x9b\xef\xee\x01co$\xfe\xf0I\xd5\x1a\xac{C&:y\xc8\xf2\xf5H\xe116\x97$\x02\xc9\xc0u\xcf7\x094\xb0SM\x8d\x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\...
2008 Jul 21
4
help to install poser 7
Hi i tray install poser 7 on wine 1.1.1 and my hardy heron 64 bits , the installation is fine , when i run it ., the screen is deform only can restart but i have a impr paint http://img147.imageshack.us/img147/2600/pantallazo2cb1.png , why deform my screen and the impr paint it's fine ? , well
apply gatito at gatito:~$ WINEDEBUG=warn+all wine poser.exe for debug and this is my lines :
gatito
2017 Mar 14
2
Re: virt-customize fail to inject firstboot script when running it from script.
...filesize = 512
>> libguestfs: trace: truncate "/var/lib/systemd/random-seed"
>> libguestfs: trace: truncate = 0
>> libguestfs: trace: write_append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x1cYP\x14U\x1b\xfbc\xdd\xa2\x95\xd1\xdf\x0d\x94\xf7\xb8\xba$\x18z \xe2,\xd3\xd0u\xb9F\xd9\x87G\x8c\x16S\x90q\xf12(a\x89\xb1\xab\x8b\xd4\xd4M\xc4\xc6\xb0\x186\xe2A\x09\x99\xd1\xb8;\xee\x9b\xef\xee\x01co$\xfe\xf0I\xd5\x1a\xac{C&:y\xc8\xf2\xf5H\xe116\x97$\x02\xc9\xc0u\xcf7\x094\xb0SM\x8d\x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\...
2018 Jan 10
1
guestmount fails after linux kernel update 01/10/2018
...d-tty-ask-password-agent 100755 68032 0:0
351 - ntfs-3g.usermap 100755 18424 0:0
386 - systemd-tmpfiles 100755 133704 0:0
398 - vdir 100755 126584 0:0
302 - cp 100755 151024 0:0
345 - mt-gnu 100755 68824 0:0
337 l lsmod 120777 4 0:0 -> \xdd\xe
365 - pwd 100755 31472 0:0
289 l bzegrep 120777 6 0:0 -> \x19\v
273 - btrfs 100755 520992 0:0
406 - zforce 100755 2131 0:0
313 - fgrep 100755 28 0:0
331 - lesspipe 100755 7764 0:0
341 - mktemp 100755 39728 0...
2018 Jan 15
2
but report
...ore 100755 1297 0:0
302 - cp 100755 151024 0:0
392 - true 100755 27280 0:0
324 - journalctl 100755 498936 0:0
338 - mkdir 100755 76848 0:0
273 - btrfs 100755 520992 0:0
337 l lsmod 120777 4 0:0 -> \xdd\xe
404 - zegrep 100755 140 0:0
370 - run-parts 100755 19320 0:0
373 l sh 120777 4 0:0 -> P\x11
378 - systemctl 100755 659848 0:0
supermin: debug: listing directory /lib
904 d x86_64-linux-gnu 040755 8192 0:0
2 d .. 04...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...65\x34\x01\x6F"
-+ (uint8_t*)"a", 1000000,
-+
(uint8_t*)"\x34\xAA\x97\x3C\xD4\xC4\xDA\xA4\xF6\x1E\xEB\x2B\xDB\xAD\x27\x31\x65\x34\x01\x6F"
- }, {
--
"0123456701234567012345670123456701234567012345670123456701234567", 10,
--
"\xDE\xA3\x56\xA2\xCD\xDD\x90\xC7\xA7\xEC\xED\xC5\xEB\xB5\x63\x93\x4F\x46\x04\x52"
-+
(uint8_t*)"0123456701234567012345670123456701234567012345670123456701234567",
10,
-+
(uint8_t*)"\xDE\xA3\x56\xA2\xCD\xDD\x90\xC7\xA7\xEC\xED\xC5\xEB\xB5\x63\x93\x4F\x46\x04\x52"
- }};
-
- debug("tpm_...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...^$mvRXXk4DWj%Gev|HcKIYAbLkE5~&f}+mKcx`^kG}aH
zSXTl>UwyhM^Y=gzd3N!~Ya8RYEtoP(zk2uQzefM``c`Sg7Qqa>A9SLTRJ}SkrRiYg
z$OCnos;-WIx~%VGT_4*=gF7BQ4%5#{W*wLu+5OzE>n~Lw&Hdb9-#%EsxZmx_FG8gA
zVS1VnHFERUt_1_)COlj|X`OXI^nAhjmnC=B&mG`nh9%Z5P>t%4?%kftMz$zDd(Y3`
z{q{}OQ}5ByZcks_yy8)*bJ=hI at XDd^QQ?zE)PVMJ+fey&M{xPIGe1hbkaXkRQR}={
zbuSjZo%sh`b`ChS7mRs4- at _yx7Xj=|`;cYZOj)+sX~1Ll{V{oh4}DH04GF2;x$=?u
zncq6u(p8GvwO3|5 at cQ9O|J(hib)NY)3Uhe-d<Ty?Jyy-wcd+O})6W$%{o5<i8;`!6
z(e0O)dH!GSRVNWLm-*#|f$Nq=0FbxRK}_syk9qVpc$Nct1W4Tm38v&Wiv3m-pV$^Y
z?&tqF?bYM7+nV&M0Y)HJHWC+NFTJk%5D4...