Paul Lemmons wrote: > > > -------- Original Message -------- > Subject: rdesktop woes > From: "Kevin J. Cummings" <cummings@xxxxxxxxxxxxxxxxxx> > To: For users of Fedora <fedora-list@xxxxxxxxxx> > Date: 01/15/2008 11:22 AM > >> Paul Lemmons wrote: >>> Can you share the rdesktop command you are using? Also here is an >>> rdesktop command that I use all of the time that works flawlessly for >>> me: >> >> rdesktop -u "Janet Cummings" -g 1024x768 -d JMCPC 192.168.6.102:3389 >> >>> rdesktop -Txyznbu1 -nmybox -g1270x950 -a24 -rsound -b -4 xyznbu1 >>> >>> This connect to a box named "xyznbu1". It gives the window a title of >>> the same name. Other options determine color depth, protocol and screen >>> size. >> >> for me, I'm trying to connect to my wife's computer, specified by IP >> address and Remote Desktop port number. I'm using the user name listed >> by the RAIncident file that was created by Windows Remote Desktop. For >> my testing purposes, there is no password, and the computer has its own >> domain name (same as its windows network name). >> >>> If your command options differ, try the ones above and see if you have >>> any success. >>> >>> Other things to consider: >>> >>> The host name must be resolvable. To check this out: >>> >>> $ host xphost-name >>> if it resolves, great. If not try >>> $ ping xphost-IP-address >>> If you can ping it try adding a line in: >>> /etc/hosts >>> 192.168.0.100 xphost-name >> >> I'm using the IP address. Is rdesktop not smart enough to know the >> difference? (I hadn't thought about this before....) >> >>> Where the address above is replaced with the actual address of the >>> computer running XP. >>> >>> If it does not respond to ping, make sure you have the right address and >>> get ping working before you do anything further. >>> >>> Then try the host and ping using the name. If both are successful, then >>> try the rdesktop command again. >> >> Like I said, I can connect from windows running in VMWare on the same >> computer. The network is fine. >> > > If you are doing it by IP address you will not need to worry about the > /etc/hosts file. It is just a convenience. Just make sure it responds to > ping. > > What happens if we use the simplest possible command line. > > rdesktop 192.168.6.102 > > This takes the defaults for everything. If this works we can add > options. If it fails, we can look for something else more complicated. It fails in exactly the same fashion: it prints 1 message: Autoselected keyboard map en-us a windows appears, and quickly disappears. No other messages. strace below: > execve("/usr/bin/rdesktop", ["rdesktop", "192.168.6.102"], [/* 43 vars */]) = 0 > brk(0) = 0x96ec000 > access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) > open("/etc/ld.so.cache", O_RDONLY) = 3 > fstat64(3, {st_mode=S_IFREG|0644, st_size=126896, ...}) = 0 > mmap2(NULL, 126896, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fc1000 > close(3) = 0 > open("/lib/libcrypto.so.6", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\240\244\0064\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=1243024, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fc0000 > mmap2(0x6a19000, 1254104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x6a19000 > mmap2(0x6b36000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11d) = 0x6b36000 > mmap2(0x6b48000, 13016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x6b48000 > close(3) = 0 > open("/usr/lib/libX11.so.6", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\36\311\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=1057916, ...}) = 0 > mmap2(0xc7d000, 1056516, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc7d000 > mmap2(0xd7b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfe) = 0xd7b000 > close(3) = 0 > open("/lib/libc.so.6", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\337\261\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=1589908, ...}) = 0 > mmap2(0xb08000, 1308068, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb08000 > mmap2(0xc42000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13a) = 0xc42000 > mmap2(0xc45000, 9636, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xc45000 > close(3) = 0 > open("/lib/libdl.so.2", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\232\257\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=16428, ...}) = 0 > mmap2(0xaf9000, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xaf9000 > mmap2(0xafb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xafb000 > close(3) = 0 > open("/usr/lib/libz.so.1", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\266\304\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=75284, ...}) = 0 > mmap2(0xc4a000, 76656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc4a000 > mmap2(0xc5c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xc5c000 > close(3) = 0 > open("/usr/lib/libXau.so.6", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \212\307\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=9620, ...}) = 0 > mmap2(0xc78000, 10996, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc78000 > mmap2(0xc7a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xc7a000 > close(3) = 0 > open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\377\257\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=20284, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fbf000 > mmap2(0xaff000, 21652, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xaff000 > mmap2(0xb04000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xb04000 > close(3) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fbe000 > set_thread_area({entry_number:-1 -> 6, base_addr:0xb7fbe6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 > mprotect(0xc42000, 8192, PROT_READ) = 0 > mprotect(0xafb000, 4096, PROT_READ) = 0 > mprotect(0xacc000, 4096, PROT_READ) = 0 > munmap(0xb7fc1000, 126896) = 0 > brk(0) = 0x96ec000 > brk(0x970d000) = 0x970d000 > open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3 > fstat64(3, {st_mode=S_IFREG|0644, st_size=56409680, ...}) = 0 > mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7dbe000 > close(3) = 0 > getuid32() = 1630 > socket(PF_FILE, SOCK_STREAM, 0) = 3 > fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) > close(3) = 0 > socket(PF_FILE, SOCK_STREAM, 0) = 3 > fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) > close(3) = 0 > open("/etc/nsswitch.conf", O_RDONLY) = 3 > fstat64(3, {st_mode=S_IFREG|0644, st_size=1696, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdf000 > read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1696 > read(3, "", 4096) = 0 > close(3) = 0 > munmap(0xb7fdf000, 4096) = 0 > open("/etc/ld.so.cache", O_RDONLY) = 3 > fstat64(3, {st_mode=S_IFREG|0644, st_size=126896, ...}) = 0 > mmap2(NULL, 126896, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fc1000 > close(3) = 0 > open("/lib/libnss_files.so.2", O_RDONLY) = 3 > read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\30\0\0004\0\0\0"..., 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=46680, ...}) = 0 > mmap2(NULL, 41616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x111000 > mmap2(0x11a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0x11a000 > close(3) = 0 > mprotect(0x11a000, 4096, PROT_READ) = 0 > munmap(0xb7fc1000, 126896) = 0 > open("/etc/passwd", O_RDONLY) = 3 > fcntl64(3, F_GETFD) = 0 > fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 > fstat64(3, {st_mode=S_IFREG|0644, st_size=2971, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdf000 > read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 2971 > close(3) = 0 > munmap(0xb7fdf000, 4096) = 0 > uname({sys="Linux", node="kjclap.framingham.ma.us", ...}) = 0 > open("/home/cummings/.rdesktop/keymaps/en-us", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) > open("/usr/share/rdesktop/keymaps//en-us", O_RDONLY|O_LARGEFILE) = 3 > close(3) = 0 > write(2, "Autoselected keyboard map en-us\n", 32Autoselected keyboard map en-us > ) = 32 > uname({sys="Linux", node="kjclap.framingham.ma.us", ...}) = 0 > socket(PF_FILE, SOCK_STREAM, 0) = 3 > uname({sys="Linux", node="kjclap.framingham.ma.us", ...}) = 0 > uname({sys="Linux", node="kjclap.framingham.ma.us", ...}) = 0 > connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0 > uname({sys="Linux", node="kjclap.framingham.ma.us", ...}) = 0 > fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 > access("/tmp/.gdmHD9T4T", R_OK) = 0 > open("/tmp/.gdmHD9T4T", O_RDONLY) = 4 > fstat64(4, {st_mode=S_IFREG|0600, st_size=134, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdf000 > read(4, "\1\0\0\27kjclap.framingham.ma.us\0\0010\0\22"..., 4096) = 134 > read(4, "", 4096) = 0 > close(4) = 0 > munmap(0xb7fdf000, 4096) = 0 > writev(3, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\367\271\26\302MI\235\322q\0\203U\352\341,8", 16}], 4) = 48 > fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > read(3, 0xbf9ca434, 8) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1\0\v\0\0\0\363\0", 8) = 8 > read(3, "\10\250-\4\0\0\0\5\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\324. \10"..., 972) = 972 > write(3, "7\0\5\0\0\0\0\5Y\0\0\0\10\0\0\0\377\377\377\0b\0\5\0\f\0\0\0BIG-"..., 64) = 64 > read(3, "\1\340\2\0\0\0\0\0\1\202\0\0,\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\274?\37\10", 32) = 32 > read(3, "\1\10\3\0\241\6\0\0\37\0\0\0\0\0\0\0\204\32\0\0]Z\t\10\260b\235\t \0\0\0", 32) = 32 > readv(3, [{"*Box.background:\t#ede9e3\n*Box.fo"..., 6788}, {"", 0}], 2) = 6788 > write(3, "\202\0\1\0", 4) = 4 > read(3, "\1\340\4\0\0\0\0\0\377\377?\0\4\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\274?\37\10", 32) = 32 > writev(3, [{"b\0\5\0\t\0\0\5", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20 > read(3, 0xbf9ca24c, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1\340\5\0\0\0\0\0\1\232q\260\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0\274?\37\10", 32) = 32 > write(3, "\232\0\2\0\1\0\0\0", 8) = 8 > read(3, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\360d\235\tx\340a\t8e\201\t\22\0\0\0", 32) = 32 > write(3, "N\0\4\0\1\0\0\5Y\0\0\0#\0\0\0w\377\1\0", 20) = 20 > read(3, "\1\3\10\0\6\0\0\0008e\201\t\22\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0", 32) = 32 > readv(3, [{"2>\0B\0\0%m\0@}\234M\0\0\0\0\0\177\200\0]|\0", 24}, {"", 0}], 2) = 24 > open("/home/cummings/.rdesktop/keymaps/en-us", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) > open("/usr/share/rdesktop/keymaps//en-us", O_RDONLY|O_LARGEFILE) = 4 > fstat64(4, {st_mode=S_IFREG|0644, st_size=609, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdf000 > read(4, "# generated from XKB map us\nincl"..., 4096) = 609 > open("/home/cummings/.rdesktop/keymaps/common", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) > open("/usr/share/rdesktop/keymaps//common", O_RDONLY|O_LARGEFILE) = 5 > fstat64(5, {st_mode=S_IFREG|0644, st_size=4514, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fde000 > read(5, "include modifiers\n\n#\n# Top row\n#"..., 4096) = 4096 > open("/home/cummings/.rdesktop/keymaps/modifiers", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) > open("/usr/share/rdesktop/keymaps//modifiers", O_RDONLY|O_LARGEFILE) = 6 > fstat64(6, {st_mode=S_IFREG|0644, st_size=321, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdd000 > read(6, "Shift_R 0x36\nShift_L 0x2a\n\nAlt_R"..., 4096) = 321 > read(6, "", 4096) = 0 > close(6) = 0 > munmap(0xb7fdd000, 4096) = 0 > open("/usr/share/X11/XKeysymDB", O_RDONLY) = 6 > fstat64(6, {st_mode=S_IFREG|0644, st_size=8298, ...}) = 0 > read(6, "! $Xorg: XKeysymDB,v 1.3 2000/08"..., 8298) = 8298 > close(6) = 0 > open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 6 > fstat64(6, {st_mode=S_IFREG|0644, st_size=78122, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdd000 > read(6, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 4096) = 4096 > read(6, "br_FR.iso88591\t\t\t\t\tbr_FR.ISO8859"..., 4096) = 4096 > read(6, "iso88597\t\t\t\t\tel_GR.ISO8859-7\nel_"..., 4096) = 4096 > read(6, "1.en\t\t\t\t\tes_ES.ISO8859-1\nes_ES.i"..., 4096) = 4096 > read(6, "\nfr_CA.iso88591\t\t\t\t\tfr_CA.ISO885"..., 4096) = 4096 > read(6, "5\t\t\t\tit_CH.ISO8859-15\nit_CH.utf8"..., 4096) = 4096 > read(6, "\tnl_BE.ISO8859-1\nnl_BE.88591\t\t\t\t"..., 4096) = 4096 > read(6, "RW.ISO8859-1\nrw_RW.iso8859-1 "..., 4096) = 4096 > read(6, "\ntn_ZA.utf8\t\t\t\ttn_ZA.UTF-8\ntr\t\t\t"..., 4096) = 4096 > read(6, "\t\tfr_CH.ISO8859-1\ngalego\t\t\t\t\t\tgl"..., 4096) = 4096 > read(6, "r_OM:\t\t\t\t\t\tar_OM.ISO8859-6\nar_OM"..., 4096) = 4096 > read(6, "59-15\nde_AT.UTF-8@euro:\t\t\t\tde_AT"..., 4096) = 4096 > read(6, "n_US.ISO8859-15@euro:\t\t\t\ten_US.I"..., 4096) = 4096 > read(6, "onian local standards, ISO8859-4"..., 4096) = 4096 > read(6, "59-14:\t\t\t\tgd_GB.ISO8859-14\ngd_GB"..., 4096) = 4096 > read(6, "R\nko_KR:\t\t\t\t\t\tko_KR.eucKR\nKO_KR:"..., 4096) = 4096 > read(6, ".iso885915:\t\t\t\tny_NO.ISO8859-15\n"..., 4096) = 4096 > read(6, ".ISO-8859-2:\t\t\t\tsr_CS.ISO8859-2\n"..., 4096) = 4096 > read(6, "8\nVI_VN.UTF-8:\t\t\t\t\tvi_VN.UTF-8\nw"..., 4096) = 4096 > read(6, "is and SunOS have iso_8859_1 and"..., 4096) = 298 > read(6, "", 4096) = 0 > close(6) = 0 > munmap(0xb7fdd000, 4096) = 0 > open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 6 > fstat64(6, {st_mode=S_IFREG|0644, st_size=78122, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdd000 > read(6, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 4096) = 4096 > read(6, "br_FR.iso88591\t\t\t\t\tbr_FR.ISO8859"..., 4096) = 4096 > read(6, "iso88597\t\t\t\t\tel_GR.ISO8859-7\nel_"..., 4096) = 4096 > read(6, "1.en\t\t\t\t\tes_ES.ISO8859-1\nes_ES.i"..., 4096) = 4096 > read(6, "\nfr_CA.iso88591\t\t\t\t\tfr_CA.ISO885"..., 4096) = 4096 > read(6, "5\t\t\t\tit_CH.ISO8859-15\nit_CH.utf8"..., 4096) = 4096 > read(6, "\tnl_BE.ISO8859-1\nnl_BE.88591\t\t\t\t"..., 4096) = 4096 > read(6, "RW.ISO8859-1\nrw_RW.iso8859-1 "..., 4096) = 4096 > read(6, "\ntn_ZA.utf8\t\t\t\ttn_ZA.UTF-8\ntr\t\t\t"..., 4096) = 4096 > read(6, "\t\tfr_CH.ISO8859-1\ngalego\t\t\t\t\t\tgl"..., 4096) = 4096 > read(6, "r_OM:\t\t\t\t\t\tar_OM.ISO8859-6\nar_OM"..., 4096) = 4096 > read(6, "59-15\nde_AT.UTF-8@euro:\t\t\t\tde_AT"..., 4096) = 4096 > read(6, "n_US.ISO8859-15@euro:\t\t\t\ten_US.I"..., 4096) = 4096 > close(6) = 0 > munmap(0xb7fdd000, 4096) = 0 > open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 6 > fstat64(6, {st_mode=S_IFREG|0644, st_size=32981, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdd000 > read(6, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 4096) = 4096 > read(6, "so8859-1/XLC_LOCALE\t\t\tes_US.ISO8"..., 4096) = 4096 > read(6, "CALE\t\t\tsr_CS.ISO8859-5\niso8859-2"..., 4096) = 4096 > read(6, "UTF-8/XLC_LOCALE\t\t\tes_MX.UTF-8\ne"..., 4096) = 4096 > read(6, ",v 1.3 2000/08/17 19:46:48 cpqbl"..., 4096) = 4096 > read(6, "9-1/XLC_LOCALE:\t\t\tes_US.ISO8859-"..., 4096) = 4096 > read(6, "\niso8859-2/XLC_LOCALE: \t\t\tsq_AL."..., 4096) = 4096 > close(6) = 0 > munmap(0xb7fdd000, 4096) = 0 > access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0 > open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 6 > fstat64(6, {st_mode=S_IFREG|0644, st_size=2036, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fdd000 > read(6, "# $XFree86: xc/nls/XLC_LOCALE/e"..., 4096) = 2036 > read(6, "", 4096) = 0 > close(6) = 0 > munmap(0xb7fdd000, 4096) = 0 > read(5, "lstate\n\nKP_2 0x50 numlock\nKP_Dow"..., 4096) = 418 > read(5, "", 4096) = 0 > close(5) = 0 > munmap(0xb7fde000, 4096) = 0 > read(4, "", 4096) = 0 > close(4) = 0 > munmap(0xb7fdf000, 4096) = 0 > write(3, "\20\0\4\0\7\0\0\5PRIMARY\0", 16) = 16 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\t\0\0\0\0\0\1\0\0\0\22\0\0\0\20\0\0\0\1\0\0\0\0\0\0\0\20\0\0\0", 32) = 32 > write(3, "\20\0\5\0\t\0\0\5CLIPBOARD\377\1\0", 20) = 20 > read(3, "\1d\n\0\0\0\0\0\23\1\0\0\22\0\0\0\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0", 32) = 32 > write(3, "\20\0\4\0\7\0\0\5TARGETSR", 16) = 16 > read(3, "\1d\v\0\0\0\0\0\33\1\0\0\22\0\0\0\20\0\0\0\1\0\0\0\0\0\0\0\20\0\0\0", 32) = 32 > write(3, "\20\0\5\0\t\0\0\5TIMESTAMP\377\1\0", 20) = 20 > read(3, "\1d\f\0\0\0\0\0\34\1\0\0\22\0\0\0\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0", 32) = 32 > write(3, "\20\0\t\0\32\0\0\5_RDESKTOP_CLIPBOARD_TARG"..., 36) = 36 > read(3, "\1d\r\0\0\0\0\0\367\1\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\20\0\v\0\"\0\0\5_RDESKTOP_PRIMARY_TIMEST"..., 44) = 44 > read(3, "\1d\16\0\0\0\0\0\370\1\0\0\22\0\0\0,\0\0\0\1\0\0\0\0\0\0\0,\0\0\0", 32) = 32 > write(3, "\20\0\v\0$\0\0\5_RDESKTOP_CLIPBOARD_TIME"..., 44) = 44 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\17\0\0\0\0\0\371\1\0\0\22\0\0\0,\0\0\0\1\0\0\0\0\0\0\0,\0\0\0", 32) = 32 > write(3, "\20\0\3\0\4\0\0\5INCR", 12) = 12 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\20\0\0\0\0\0\25\1\0\0\22\0\0\0\f\0\0\0\1\0\0\0\0\0\0\0\f\0\0\0", 32) = 32 > write(3, "\20\0\4\0\6\0\0\5STRINGTO", 16) = 16 > read(3, "\1d\21\0\0\0\0\0\37\0\0\0\22\0\0\0\20\0\0\0\1\0\0\0\0\0\0\0\20\0\0\0", 32) = 32 > write(3, "\20\0\5\0\v\0\0\5UTF8_STRINGL", 20) = 20 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\22\0\0\0\0\0\357\0\0\0\22\0\0\0\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0", 32) = 32 > write(3, "\20\0\5\0\f\0\0\5text/unicode", 20) = 20 > read(3, "\1d\23\0\0\0\0\0\372\1\0\0\22\0\0\0\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0", 32) = 32 > write(3, "\20\0\t\0\32\0\0\5_RDESKTOP_SELECTION_NOTI"..., 36) = 36 > read(3, "\1d\24\0\0\0\0\0\373\1\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\2\0\4\0Y\0\0\0\0\10\0\0\0\0@\0\20\0\6\0\20\0CT_RDESKTO"..., 40) = 40 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1}\26\0\0\0\0\0\374\1\0\0\22\0\0\0\30\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 32) = 32 > write(3, "\20\0\t\0\33\0\0\0_RDESKTOP_CLIPBOARD_FORM"..., 36) = 36 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\27\0\0\0\0\0\375\1\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\20\0\10\0\27\0\0\0_RDESKTOP_PRIMARY_OWNERM", 32) = 32 > read(3, "\1d\30\0\0\0\0\0\376\1\0\0\22\0\0\0 \0\0\0\1\0\0\0\0\0\0\0 \0\0\0", 32) = 32 > write(3, "\20\0\t\0\31\0\0\0_RDESKTOP_CLIPBOARD_OWNE"..., 36) = 36 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\31\0\0\0\0\0\377\1\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\20\0\t\0\34\0\0\0_NET_WM_STATE_MAXIMIZED_"..., 36) = 36 > read(3, "\1d\32\0\0\0\0\0\375\0\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\20\0\t\0\34\0\0\0_NET_WM_STATE_MAXIMIZED_"..., 36) = 36 > read(3, "\1d\33\0\0\0\0\0\376\0\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\20\0\7\0\24\0\0\0_NET_WM_STATE_HIDDEN", 28) = 28 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d\34\0\0\0\0\0A\1\0\0\22\0\0\0\34\0\0\0\1\0\0\0\0\0\0\0\34\0\0\0", 32) = 32 > write(3, "\20\0\t\0\32\0\0\0_NET_WM_STATE_SKIP_TASKB"..., 36) = 36 > read(3, "\1d\35\0\0\0\0\0008\1\0\0\22\0\0\0$\0\0\0\1\0\0\0\0\0\0\0$\0\0\0", 32) = 32 > write(3, "\20\0\10\0\30\0\0\0_NET_WM_STATE_SKIP_PAGER", 32) = 32 > read(3, "\1d\36\0\0\0\0\0009\1\0\0\22\0\0\0 \0\0\0\1\0\0\0\0\0\0\0 \0\0\0", 32) = 32 > write(3, "\20\0\7\0\23\0\0\0_NET_WM_STATE_MODALP", 28) = 28 > read(3, "\1d\37\0\0\0\0\0005\1\0\0\22\0\0\0\34\0\0\0\1\0\0\0\0\0\0\0\34\0\0\0", 32) = 32 > write(3, "\20\0\6\0\r\0\0\0_NET_WM_STATE_MO", 24) = 24 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d \0\0\0\0\0\373\0\0\0\22\0\0\0\30\0\0\0\1\0\0\0\0\0\0\0\30\0\0\0", 32) = 32 > write(3, "\20\0\6\0\17\0\0\0_NET_WM_DESKTOPO", 24) = 24 > read(3, 0xbf9ca410, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d!\0\0\0\0\0\365\0\0\0\22\0\0\0\30\0\0\0\1\0\0\0\0\0\0\0\30\0\0\0", 32) = 32 > write(3, "\20\0\5\0\f\0\0\0_NET_WM_NAME", 20) = 20 > read(3, "\1d\"\0\0\0\0\0\370\0\0\0\22\0\0\0\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0", 32) = 32 > open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 4 > fstat64(4, {st_mode=S_IFREG|0644, st_size=25462, ...}) = 0 > mmap2(NULL, 25462, PROT_READ, MAP_SHARED, 4, 0) = 0xb7fd9000 > close(4) = 0 > open("/usr/lib/gconv/UTF-16.so", O_RDONLY) = 4 > read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\3\0\0004\0\0\0"..., 512) = 512 > fstat64(4, {st_mode=S_IFREG|0755, st_size=9484, ...}) = 0 > mmap2(NULL, 12320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x11c000 > mmap2(0x11e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1) = 0x11e000 > close(4) = 0 > brk(0x972f000) = 0x972f000 > socket(PF_NETLINK, SOCK_RAW, 0) = 4 > bind(4, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 > getsockname(4, {sa_family=AF_NETLINK, pid=15580, groups=00000000}, [12]) = 0 > time(NULL) = 1200425009 > sendto(4, "\24\0\0\0\26\0\1\0031\10\215G\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 > recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"0\0\0\0\24\0\2\0001\10\215G\334<\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 228 > recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"@\0\0\0\24\0\2\0001\10\215G\334<\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 256 > recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0001\10\215G\334<\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 20 > close(4) = 0 > socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4 > connect(4, {sa_family=AF_INET, sin_port=htons(3389), sin_addr=inet_addr("192.168.6.102")}, 16) = 0 > setsockopt(4, SOL_TCP, TCP_NODELAY, [1], 4) = 0 > send(4, "\3\0\0&!\340\0\0\0\0\0Cookie: mstshash=cumm"..., 38, 0) = 38 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {59, 971000}) > recv(4, "\3\0\0\v", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\6\320\0\0\0224\0", 7, 0) = 7 > send(4, "\3\0\1\226\2\360\200\177e\202\1\212\4\1\1\4\1\1\1\1\3770 \2\2\0\"\2\2\0\2\2"..., 406, 0) = 406 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {59, 997000}) > recv(4, "\3\0\1I", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200\177f\202\1=\n\1\0\2\1\0000\32\2\1\"\2\1\3\2\1\0\2\1\1\2\1\0\2"..., 325, 0) = 325 > open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 5 > read(5, ",\351N`2\274z3\rh\325$Q:\7\246\312\370!\34\316\272&\r\17E\261\20U\212\202\367", 32) = 32 > close(5) = 0 > send(4, "\3\0\0\f\2\360\200\4\0\1\0\1", 12, 0) = 12 > send(4, "\3\0\0\10\2\360\200(", 8, 0) = 8 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {59, 999000}) > recv(4, "\3\0\0\v", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200.\0\0\4", 7, 0) = 7 > send(4, "\3\0\0\f\2\360\2008\0\4\3\355", 12, 0) = 12 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {59, 998000}) > recv(4, "\3\0\0\17", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200>\0\0\4\3\355\3\355", 11, 0) = 11 > send(4, "\3\0\0\f\2\360\2008\0\4\3\353", 12, 0) = 12 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\3\0\0\17", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200>\0\0\4\3\353\3\353", 11, 0) = 11 > send(4, "\3\0\0\f\2\360\2008\0\4\3\354", 12, 0) = 12 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\3\0\0\17", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200>\0\0\4\3\354\3\354", 11, 0) = 11 > send(4, "\3\0\0_\2\360\200d\0\4\3\353p\200P\1\0\0\0H\0\0\0\272\331#\207V\201C\224!"..., 95, 0) = 95 > getsockname(4, {sa_family=AF_INET, sin_port=htons(45421), sin_addr=inet_addr("192.168.6.110")}, [16]) = 0 > time(NULL) = 1200425009 > open("/etc/localtime", O_RDONLY) = 5 > fstat64(5, {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0 > fstat64(5, {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fd8000 > read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 3519 > close(5) = 0 > munmap(0xb7fd8000, 4096) = 0 > stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0 > stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0 > send(4, "\3\0\1]\2\360\200d\0\4\3\353p\201NH\0\0\0\354\262\10>\252\30$\322nn\222w\271"..., 349, 0) = 349 > ioctl(3, FIONREAD, [0]) = 0 > write(3, "\1\30\r\0\2\0\0\5Y\0\0\0\0\0\0\0 \3X\2\0\0\1\0#\0\0\0J\"\0\0"..., 352) = 352 > read(3, 0xbf9c9bb8, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\25\275-\0\2\0\0\5\2\0\0\5\366\235\4\1\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 32) = 32 > ioctl(3, FIONREAD, [0]) = 0 > read(3, 0xbf9c9bb8, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\26\0-\0\2\0\0\5\2\0\0\5\0\0\0\0\5\0\30\0 \3X\2\0\0\0\0\220\277X\t", 32) = 32 > ioctl(3, FIONREAD, [64]) = 0 > read(3, "\34\275-\0Y\0\0\0006\1\0\0\353\0\350~\0\0\0\300\2\0\0\0\240\226I\t\353\0\350~"..., 64) = 64 > ioctl(3, FIONREAD, [96]) = 0 > read(3, "\23\275-\0\2\0\0\5\2\0\0\5\0\0\0\5\1\0\0\300\1\0\0\0\1\0\0\0000\346I\t"..., 96) = 96 > write(3, "\20\1\5\0\f\0\0\5WM_PROTOCOLS", 20) = 20 > read(3, 0xbf9ca3b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d.\0\0\0\0\0\363\0\0\0\22\0\0\0\24\0\0\0\1\0\0\0\0\0\0\0\24\0\0\0", 32) = 32 > write(3, "\20\1\6\0\20\0\0\5WM_DELETE_WINDOW", 24) = 24 > read(3, 0xbf9ca3b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\17Q.\0\2\0\0\5\0\0%\3\5\0%\3v\2\36\0v\2\21\10<Q\304\0PQ\304\0", 32) = 32 > read(3, "\f\273.\0\2\0\0\5\0\0\0\0 \3X\2\0\0\236\277pW9\t\210\273\236\277\20\313\20\10", 32) = 32 > read(3, "\7\3.\0\357\0\350~Y\0\0\0\2\0\0\5\0\0\0\0\25\1W\1\20\0019\1\0\0\0\3", 32) = 32 > read(3, "\34\275.\0Y\0\0\0006\1\0\0\361\0\350~\0\0\0\300\2\0\0\0\350\312I\t\361\0\350~", 32) = 32 > read(3, "\34\275.\0Y\0\0\0007\1\0\0\361\0\350~\0\0\0\0\361\0\350~\350\312I\t\361\0\350~", 32) = 32 > read(3, "\34\275.\0Y\0\0\0=\1\0\0\361\0\350~\0\0\0\0\361\0\350~\350\312I\t\361\0\350~", 32) = 32 > read(3, 0xbf9ca3b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\34\275.\0Y\0\0\0=\1\0\0\362\0\350~\0\0\0\0\361\0\350~\350\312I\t\362\0\350~", 32) = 32 > read(3, 0xbf9ca3b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\34\275.\0Y\0\0\0006\1\0\0\371\0\350~\0\0\0\0\370\0\350~\350\312I\t\371\0\350~", 32) = 32 > read(3, "\34\275.\0Y\0\0\0007\1\0\0\371\0\350~\0\0\0\0\371\0\350~\350\312I\t\371\0\350~", 32) = 32 > read(3, "\34\275.\0Y\0\0\0=\1\0\0\371\0\350~\0\0\0\0\371\0\350~\350\312I\t\371\0\350~", 32) = 32 > read(3, "\34\275.\0Y\0\0\0=\1\0\0\371\0\350~\0\0\0\0\371\0\350~\350\312I\t\371\0\350~", 32) = 32 > read(3, 0xbf9ca3b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1d/\0\0\0\0\0\361\0\0\0\22\0\0\0\30\0\0\0\1\0\0\0\0\0\0\0\30\0\0\0", 32) = 32 > open("/etc/ld.so.cache", O_RDONLY) = 5 > fstat64(5, {st_mode=S_IFREG|0644, st_size=126896, ...}) = 0 > mmap2(NULL, 126896, PROT_READ, MAP_PRIVATE, 5, 0) = 0xb7d9f000 > close(5) = 0 > open("/usr/lib/libXcursor.so.1", O_RDONLY) = 5 > read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220A\372\0044\0\0\0"..., 512) = 512 > fstat64(5, {st_mode=S_IFREG|0755, st_size=38640, ...}) = 0 > mmap2(0x4fa2000, 39820, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x4fa2000 > mmap2(0x4fab000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8) = 0x4fab000 > close(5) = 0 > open("/usr/lib/libXrender.so.1", O_RDONLY) = 5 > read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\363\335\0004\0\0\0"..., 512) = 512 > fstat64(5, {st_mode=S_IFREG|0755, st_size=32932, ...}) = 0 > mmap2(0xdde000, 34184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xdde000 > mmap2(0xde6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x7) = 0xde6000 > close(5) = 0 > open("/usr/lib/libXfixes.so.3", O_RDONLY) = 5 > read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340N\337\0004\0\0\0"..., 512) = 512 > fstat64(5, {st_mode=S_IFREG|0755, st_size=17600, ...}) = 0 > mmap2(0xdf4000, 18936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xdf4000 > mmap2(0xdf8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3) = 0xdf8000 > close(5) = 0 > munmap(0xb7d9f000, 126896) = 0 > writev(3, [{"\22\0\7\0\2\0\0\5\363\0\0\0\4\0\0\0 _WI\1\0\0\0\361\0\0\0005\1\4\0"..., 52}, {"RENDER", 6}, {"\0\0", 2}], 3) = 60 > read(3, 0xbf9ca16c, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1\3402\0\0\0\0\0\1\237\0\265\20\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\274?\37\10", 32) = 32 > write(3, "\237\0\3\0\0\0\0\0\n\0\0\0\237\1\1\0", 16) = 16 > read(3, 0xbf9ca1e0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1\0003\0\0\0\0\0\0\0\0\0\n\0\0\0x\340a\t8e\201\t\22\0\0\0\372\316\24\10", 32) = 32 > read(3, "\1S4\0\301\0\0\0\20\0\0\0\1\0\0\0\7\0\0\0 \0\0\0\1\0\0\0\357\377\377\377", 32) = 32 > read(3, "C\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0D\0\0\0"..., 772) = 772 > uname({sys="Linux", node="kjclap.framingham.ma.us", ...}) = 0 > open("/home/cummings/.Xdefaults-kjclap.framingham.ma.us", O_RDONLY) = -1 ENOENT (No such file or directory) > write(3, "7\0\4\0\7\0\0\5\6\0\0\5\0\0\0\0H\2\7\0\6\0\0\5\7\0\0\5\1\0\1\0"..., 144) = 144 > read(3, 0xbf9c4f80, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1\1<\0\0\0\0\0Y\0\0\0\0\0\0\0\25\1W\1\20\0019\1\0\0\0\0\10\0\0\0", 32) = 32 > time(NULL) = 1200425009 > send(4, "\3\0\0=\2\360\200d\0\4\3\353p\200.\10\0\0\0m\266\253\217v\36\350(\215\311xR\374"..., 61, 0) = 61 > write(3, ">\0\7\0\5\0\0\5\2\0\0\5\3\0\0\5\0\0\0\0\0\0\0\0 \3X\2\37\1\4\0"..., 44) = 44 > read(3, 0xbf9c4fec, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\16\0=\0\2\0\0\5\0\0>\10(\275\236\277pW9\t\5\0\36\0\5\0\36\0\244\245 \10", 32) = 32 > read(3, "\1\0>\0\0\0\0\0008e\201\t\22\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 32) = 32 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\3\0\0\"", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200h\0\1\3\353p\24\200\2\20\0\377\3\20\0\7\0\0\0\2\0\0\0\250\232\0\0", 30, 0) = 30 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\3\0\0\t", 4, 0) = 4 > ioctl(3, FIONREAD, [0]) = 0 > select(5, [3 4], [], NULL, {60, 0}) = 1 (in [4], left {60, 0}) > recv(4, "\2\360\200 \200", 5, 0) = 5 > send(4, "\3\0\0\v\6\200\0\0\0\0\0", 11, 0) = 11 > close(4) = 0 > write(3, "\4\0\2\0\2\0\0\5\27\0\2\0\1\0\0\0", 16) = 16 > read(3, 0xbf9ca4b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\22Q?\0\2\0\0\5\2\0\0\5\0\37\267\0 Q\304\0\310+^\tD\275\236\277\30\0\0\0", 32) = 32 > read(3, "\n\3?\0\2\0\0\5\0\221W\t \0\0\0\230\274\236\277PQ\304\0@\303\235\t\22\0\0\0", 32) = 32 > read(3, "\t\5?\0\2\0\0\5\0z\235\thUG\t\330\273\236\277>\37\t\10\5\0\0\0`z\235\t", 32) = 32 > read(3, "\10\0?\0?\1\350~Y\0\0\0\2\0\0\5\0\0\0\0\25\1W\1\20\0019\1\0\0\0\3", 32) = 32 > read(3, "\21\275?\0\2\0\0\5\2\0\0\5\274?\37\10H\275\236\277\274?\37\10\220<G\th11\t", 32) = 32 > read(3, "\1?@\0\0\0\0\0\351]\341\4\22\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0", 32) = 32 > write(3, "\27\0\2\0\23\1\0\0", 8) = 8 > read(3, "\34\275@\0Y\0\0\0006\1\0\0@\1\350~\0\0\0\300\2\0\0\0\350\312I\t@\1\350~", 32) = 32 > read(3, "\34\275@\0Y\0\0\0007\1\0\0@\1\350~\0\0\0\0@\1\350~\350\312I\t@\1\350~", 32) = 32 > read(3, 0xbf9ca4b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\34\275@\0Y\0\0\0006\1\0\0K\1\350~\0\0\0\300\2\0\0\0\350\312I\tK\1\350~", 32) = 32 > read(3, "\34\275@\0Y\0\0\0007\1\0\0K\1\350~\0\0\0\0K\1\350~\350\312I\tK\1\350~", 32) = 32 > read(3, "\34\275@\0Y\0\0\0=\1\0\0K\1\350~\0\0\0\0K\1\350~\350\312I\tK\1\350~", 32) = 32 > read(3, 0xbf9ca4b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\34\275@\0Y\0\0\0=\1\0\0L\1\350~\0\0\0\0K\1\350~\350\312I\tL\1\350~", 32) = 32 > read(3, 0xbf9ca4b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\1dA\0\0\0\0\0\351]\341\4\22\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\10\0\0\0", 32) = 32 > write(3, "\22\0\6\0Y\0\0\0\373\1\0\0\23\0\0\0 \0\0\0\0\0\0\0_\3\2\0\t\0\0\5"..., 60) = 60 > read(3, 0xbf9ca4b0, 32) = -1 EAGAIN (Resource temporarily unavailable) > poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1 > read(3, "\34\275B\0Y\0\0\0\373\1\0\0\220\1\350~\0\0\0\0w\1\350~\360d\235\t\220\1\350~", 32) = 32 > read(3, "\1\2G\0\0\0\0\0\276\17\240\2\0\0\0\0\0\0\0\0\4\0\0\0\274?\37\10\371\327\10\10", 32) = 32 > shutdown(3, 2 /* send and receive */) = 0 > close(3) = 0 > exit_group(2) = ? -- Kevin J. Cummings kjchome@xxxxxxx cummings@xxxxxxxxxxxxxxxxxx cummings@xxxxxxxxxxxxxxxxxxxxxxx Registered Linux User #1232 (http://counter.li.org)