wikipediafs-0.4/0000775000175000017500000000000011425447140012364 5ustar warpwarpwikipediafs-0.4/README0000664000175000017500000000240611425447133013250 0ustar warpwarpWikipediaFS =========== View and edit Wikipedia articles as if they were real files. Requirements ------------ Python 2.4 http://www.python.org Fuse 2.6.3 http://fuse.sourceforge.net Fuse-python 0.2 http://fuse.sourceforge.net/wiki/index.php/FusePython Install ------- ($ su) # python setup.py install Manual ------ $ man mount.wikipediafs The manual page describes in details the configuration file, mount/umount and sample usage. It is also available as HTML in doc/. Troubleshooting --------------- ** I get the "fuse: reading device: Bad file descriptor" error The fuse module is probably not loaded: To test if it is loaded: # lsmod | grep fuse To load it: # modprobe fuse Add fuse to /etc/modules if you want this module to be loaded at boot. ** I get the "mount: unknown filesystem type 'wikipediafs'" error Try this: # ln -s /usr/bin/mount.wikipediafs /sbin/mount.wikipediafs ** Other The FAQ available on the official Fuse website is probably worth reading. URL : http://fuse.sourceforge.net/ License ------- WikipediaFS is distributed under the terms of the GNU General Public License. See the COPYING file for more information. Related projects ---------------- WikipediaFS emacs mode: http://www.emacswiki.org/emacs/WikipediaFs wikipediafs-0.4/TODO0000664000175000017500000000040311425447133013053 0ustar warpwarp# TODO - allow normal/minor edit switch - manage edit conflicts (e.g. move conflicts to an edit_conflicts/ directory) - allow offline edition (a stack of articles the user may release whenever he wants) - link directory - download / upload files / pictures wikipediafs-0.4/ChangeLog0000664000175000017500000001415211425447133014143 0ustar warpwarp=== WikipediaFS 0.4 === 2010-05-12 Zephaniah E. Loss-Cutler-Hull - If a write attempt fails, try to log back in once and writing again, instead of immediately failing. - Additional debugging under the debug log level. - Support for the new login controls for MediaWiki 1.15.3. 2009-09-17 Zephaniah E. Loss-Cutler-Hull - Added a "login-cache-time" option in the config file in order to control how long we cache the login session. - Report mtime for stats of files. - Report back to the application when a write fails, to prevent data loss. - Quite a bit of additional debug logging, if you turn debug logging on. 2009-03-27 Mathieu Blondel - Made logging more flexible (user.py). 2008-09-17 Mathieu Blondel - Added a "domain" option in the config file in order to add support for LDAP/AD authentication. Patch by Matthieu Moy and Hannes Hörl. Fixes #1745542. 2007-05-30 Mathieu Blondel - Set default cache time if article-cache-time is not present in config. 2007-05-27 Mathieu Blondel - Fixed the problem with articles having special characters like & (article.py). - Made the man page optional in the install process (setup.py). - Check invalid characters in article name. (fs.py) === WikipediaFS 0.3 === 2007-05-26 Mathieu Blondel - Fixed a little problem in article.py. Spaces in article name must be replaced with underscores. - Section of manpage should be 1, not 8. gzip man page with -9 option. 2007-05-24 Csaba Henk - Fixed misindentation and left the '-s' option unhandled in mount.wikipediafs. 2007-05-22 Mathieu Blondel - Updated README and manpage. - Fixed mount from fstab. - Updated site with new content and screenshot (+japanese translation) 2007-05-21 Mathieu Blondel - Introduced MetaDir (metadir.py). MetaDir allows to associate one directory with one class. Therefore each directory can define its own behaviour in its own class. It creates a higher level API so that we do not have do deal with inodes and other low level data structures. It takes care of editor files which can be a pain to deal with otherwise. - Added fs.py, the actual logic of the file system, which uses MetaDir. - Renamed the logger and config global variables to LOGGER and CONFIG resp. in order to prevent confusion. - Set default cache time to 30 seconds instead of 300 seconds. Too big cache time may cause edit conflicts with people editing the same article. - mkdir (wikipedia|wiktionary|wikiquote|wikibooks|wikisource)-lang (e.g. mkdir wikipedia-fr) automatically sets a working directory for the concerned site from the wikimedia foundation. - Added subfolder support (yay !). Files must have .mw extension in order to distinguish them from directories. - Readded edit with login support. - Readded mount.wikipediafs. 2007-05-19 Mathieu Blondel - Added a debug mode option in the config. - Set debug logging level if debug mode set in config. 2007-05-16 Mathieu Blondel - Fixed proxy and http auth support. 2007-05-15 Mathieu Blondel - Moved cookie support code to user.py. - Created http.py. - Added support for httpauth, based on a patch from Johannes Wolter. - Added support for https. 2007-05-14 Mathieu Blondel - Rewrote code concerning config file and moved it to config.py. 2007-05-07 Mathieu Blondel - Updated web site (local link to python fuse bindings). 2007-04-01 Neil Harris - Fixed a long-standing problem in writing to pages with hidden deleted revisions. 2006-10-09 Mathieu Blondel - Fixed bug when using non-ascii characters in config file. 2006-09-04 Mathieu Blondel - Added man page. Removed some informations from the README and referred users to the man page for easier maintenance. === WikipediaFS 0.2 === 2006-06-21 Dave Holland - http_proxy environment variable support. 2006-06-21 Mathieu Blondel - Fixed bug that prevented from adding a new article. === WikipediaFS 0.1 === 2006-06-11 Mathieu Blondel - Updated site. - Added make_release.sh. 2006-06-10 Mathieu Blondel - Switched to Sourceforge Subversion. 2006-06-09 Mathieu Blondel - Fixed a bug with statfs. - Removed the tag (useless). - Removed the ability to mkdir wikipedia-xx (difficult bug). - Now gets "Unknown file or directory" if one article does not exist. 2006-06-08 Mathieu Blondel - Reorganized source tree. - Created setup.py. - Created mount.wikipediafs. - Made it work with fstab. - Cleaned and cleared README. - Create a logging system. 2005-03-22 Jean-Denis Vauguet - Added a tag in config.xml to tell whether to mount a site. - Added full mkdir command. - Added full rmdir / rm -rf command. 2005-03-22 Jean-Denis Vauguet - An edit summary feature is now available. 2005-03-20 Mathieu Blondel - Added configuration and login. 2005-03-16 Mathieu Blondel - Fixed several bugs occuring with the vi editor. - Fixed a problem bringing conflicts at the publication time. 2005-03-14 Mathieu Blondel - Fixed bug occuring when saving an article with the gedit editor. - Fixed a bug with rm command. 2005-03-12 Mathieu Blondel - Working with fuse 1.3 and python binding for this version. - ls, cat, mv, cp, pipes and redirections are working. - Text editors tested and that seem to work fine : kate, leaf and gedit. - Known bug : vi try to "getattr" an infinity of file when saving a modification... wikipediafs-0.4/HACKING0000664000175000017500000000016711425447133013361 0ustar warpwarp- Indent your code with 4 spaces. - Do not use more than 80 chars. per column. - Edit source code with UTF-8 encoding. wikipediafs-0.4/setup.py0000664000175000017500000000103311425447133014075 0ustar warpwarpfrom distutils.core import setup import os # Please run # python setup.py install if os.path.exists('doc/mount.wikipediafs.1.gz'): df = [('/usr/share/man/man1/', ['doc/mount.wikipediafs.1.gz'])] else: df = [] setup( name = 'wikipediafs', author = 'Mathieu Blondel', author_email = 'mblondel@users.sourceforge.net', url = 'http://wikipediafs.sourceforge.net', packages = ['wikipediafs'], package_dir = {'wikipediafs':'src/wikipediafs/'}, scripts = ['src/mount.wikipediafs'], data_files = df, )wikipediafs-0.4/AUTHORS0000664000175000017500000000035311425447133013437 0ustar warpwarpMain developer -------------- Mathieu Blondel Contributors ------------ Jean-Denis Vauguet Dave Holland Neil Harris Johannes Wolter Csaba Henk Hannes Hörl Matthieu Moy Zephaniah E. Loss-Cutler-Hull wikipediafs-0.4/COPYRIGHT0000664000175000017500000000027211425447133013662 0ustar warpwarpThe code of WikipediaFS is copyrighted by Mathieu Blondel : Copyright (C) 2005 - 2006 Mathieu Blondel. All Rights Reserved. See the COPYING File for the terms of distribution licence. wikipediafs-0.4/src/0000775000175000017500000000000011425447140013153 5ustar warpwarpwikipediafs-0.4/src/wikipediafs/0000775000175000017500000000000011425447140015452 5ustar warpwarpwikipediafs-0.4/src/wikipediafs/metadir.py0000664000175000017500000003173311425447133017462 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os, stat, errno, time from cStringIO import StringIO import fuse from fuse import Fuse from logger import LOGGER # This setting is optional, but it ensures that this class will keep # working after a future API revision fuse.fuse_python_api = (0, 2) class MetaDir(Fuse): """ MetaDir allows to associate one directory with one class. Therefore each directory can define its own behaviour in its own class. It creates a higher level API so that we do not have do deal with inodes and other low level data structures. It takes care of editor files which can be a pain to deal with otherwise. """ class Stat(fuse.Stat): def __init__(self): self.st_mode = 0 self.st_ino = 0 self.st_dev = 0 self.st_nlink = 0 self.st_uid = int(os.getuid()) self.st_gid = int(os.getgid()) self.st_size = 0 self.st_atime = 0 self.st_mtime = 0 self.st_ctime = 0 READ = 0 WRITE = 1 def __init__(self, *arr, **dic): Fuse.__init__(self, *arr, **dic) self.dirs = {} self.open_mode = None # hold files used by the filesystem # valid files should be removed from it as soon as they are "released" # editor files should be kept # (they will be deleted by the editors with unlink) self.files = {} def set_dir(self, path, directory): self.dirs[path] = directory def set_root(self, directory): self.set_dir('/', directory) def get_dir(self, path): # Selects fs object on which we will call is_file, is_directory, # contents, etc dirname = os.path.dirname(path) if path == '/' and not self.dirs.has_key('/'): raise "At least the root class must be defined" elif self.dirs.has_key(dirname): return self.dirs[dirname] else: return self.get_dir(dirname) def get_file_buf(self, path): if not self.files.has_key(path): self.files[path] = StringIO() return self.files[path] def remove_file_buf(self, path): if self.files.has_key(path): self.files.pop(path) def has_file_buf(self, path): if self.files.has_key(path): return True else: return False def is_valid_file(self, path): name = os.path.basename(path) if len(name) > 0: if name[0] == ".":# hidden file return False elif name[-4:] == ".swp": # vi swap file return False elif name[-1] == "~": # swap file too return False elif name[0] == "#" or name[0:2] == "s." or \ name[0:2] == "p.": # emacs return False else: return True else: return True def getattr(self, path): LOGGER.debug("getattr %s" % path) d = self.get_dir(path) st = MetaDir.Stat() if self.files.has_key(path): st.st_mode = stat.S_IFREG | 0666 st.st_nlink = 1 st.st_size = 0 elif not self.is_valid_file(path): return -errno.ENOENT # No such file or directory elif d.is_directory(path): st.st_mode = stat.S_IFDIR | d.mode(path) st.st_nlink = 2 elif d.is_file(path): st.st_mode = stat.S_IFREG | d.mode(path) st.st_nlink = 1 st.st_size = d.size(path) st.st_mtime = d.mtime(path) else: return -errno.ENOENT # No such file or directory return st def readdir(self, path, offset): LOGGER.debug("readdir %s %d" % (path, offset)) if path == "/": d = self.get_dir(path) else: d = self.get_dir(path + "/") dirs = d.contents(path) if dirs is None: dirs = [] for e in ('.', '..'): if dirs.count(e) == 0: dirs.append(e) for r in dirs: yield fuse.Direntry(r) def mknod(self, path, mode, dev): # Creates a filesystem node LOGGER.debug("mknod %s %d %s" % (path, mode, dev)) def create(self, path, mode, dev): # create is called to write a file that does not exist yet LOGGER.debug("create %s %d %d" % (path, mode, dev)) if self.is_valid_file(path): d = self.get_dir(path) # We also need to check if it is a valid file for the fs if dir(d).count("is_valid_file") == 1 and not d.is_valid_file(path): return -errno.EACCES # Permission denied else: return -errno.EACCES # Permission denied self.get_file_buf(path) def truncate(self, path, size): # Truncate is called just before open when a file is to be written # in order to make it empty LOGGER.debug("truncate %s %d" % (path, size)) buf = self.get_file_buf(path) if self.is_valid_file(path): d = self.get_dir(path) txt = d.read_file(path) buf.write(txt) buf.truncate(size) def open(self, path, flags): LOGGER.debug("open %s %d" % (path, flags)) if not self.files.has_key(path): if self.is_valid_file(path): buf = self.get_file_buf(path) d = self.get_dir(path) txt = d.read_file(path) buf.write(txt) def read(self, path, size, offset): LOGGER.debug("read %s %d %d" % (path, size, offset)) self.open_mode = self.READ buf = self.get_file_buf(path) buf.seek(offset) return buf.read(size) def write(self, path, txt, offset): LOGGER.debug("write %s [...] %d" % (path, offset)) self.open_mode = self.WRITE buf = self.get_file_buf(path) buf.seek(offset) buf.write(txt) return len(txt) def fsync(self, path, isfsyncfile = 0): LOGGER.info("Fsync %s %s" % (path, isfsyncfile)) return self.flush (path, 0) def flush(self, path, flags = 0): # Did we succeed? success = True # Called to close the file LOGGER.debug("flush %s %x" % (path, flags)) if self.open_mode == self.WRITE and self.is_valid_file(path): # for valid files buf = self.get_file_buf(path) d = self.get_dir(path) success = d.write_to(path, buf.getvalue()) LOGGER.debug("flush: success: %d\n" % (success)); if success == False: LOGGER.debug("flush: Returning\n" % (-errno.EIO)); return -errno.EIO return None def release(self, path, flags): # Called to close the file LOGGER.debug("release %s %x" % (path, flags)) # Release can not return errors, but try anyhow because we have no other choices. # XXX: Is the flush called reliably enough to do this there? if self.open_mode == self.WRITE and self.is_valid_file(path): # for valid files buf = self.get_file_buf(path) d = self.get_dir(path) success = d.write_to(path, buf.getvalue()) LOGGER.debug("release: success: %d\n" % (success)); if self.is_valid_file(path): self.remove_file_buf(path) # Do not keep buffer in memory... self.open_mode = None return None def mkdir(self, path, mode): LOGGER.debug("mkdir %s %x" % (path, mode)) d = self.get_dir(path) if dir(d).count("mkdir") == 0: return -errno.EACCES # Permission denied else: res = d.mkdir(path) if res != True: return -errno.EACCES # Permission denied def unlink(self, path): LOGGER.debug("unlink %s" % path) d = self.get_dir(path) self.remove_file_buf(path) if self.is_valid_file(path): if dir(d).count("unlink") == 0: return -errno.EACCES # Permission denied else: res = d.unlink(path) if res != True: return -errno.EACCES # Permission denied def rmdir(self, path): LOGGER.debug("rmdir %s" % path) d = self.get_dir(path) if dir(d).count("rmdir") == 0: return -errno.EACCES # Permission denied else: res = d.rmdir(path) if res != True: return -errno.EACCES # Permission denied def rename(self, path, path1): # Rename is handled by copying and deleting files... LOGGER.debug("rename %s %s" % (path, path1)) d = self.get_dir(path) if self.is_valid_file(path) and d.is_file(path): if not self.is_valid_file(path1): # from a valid file to an editor file buf = self.get_file_buf(path1) buf.write(d.read_file(path)) # TODO : remove path ? else: # from a valid file to a valid file # if rename is defined # TODO : with unlink method defined in fs pass elif not self.is_valid_file(path): if self.is_valid_file(path1) and d.is_file(path1): # from an editor file to a valid file buf = self.get_file_buf(path) ret = d.write_to(path1, buf.getvalue()) self.open_mode = None self.remove_file_buf(path) if ret == False: return -errno.EIO elif not self.is_valid_file(path): # from an editor file to an editor file # TODO pass def utime(self, path, times): LOGGER.debug("utime %s %s" % (path, times)) d = self.get_dir(path) if dir(d).count("utime") == 0: return -errno.ENOSYS # Not implemented else: return d.utime(path, times) def chmod(self, path, mode): LOGGER.debug("chmod %s %s" % (path,mode)) return None def chown(self, path, user, group): LOGGER.debug("chown %s %s %s" % (path,user,group)) return None if __name__ == "__main__": class Hello: def __init__(self): self.hello_file_content = "Hello world, MetaDir powa !" def contents(self, path): if path == '/': return ['hello_dir', 'hello_file'] else: return [] def is_directory(self, path): if path == '/hello_dir' or path == '/': return True else: return False def is_file(self, path): if path == '/hello_file': return True else: return False def size(self, path): if path == '/hello_file': return len(self.hello_file_content) else: return 0 def mode(self, path): return 0755 def read_file(self, path): if path == '/hello_file': return self.hello_file_content else: return None def write_to(self, path, txt): if path == '/hello_file': self.hello_file_content = txt class TestFS(MetaDir): def __init__(self, *arr, **dic): MetaDir.__init__(self, *arr, **dic) self.set_root(Hello()) fs = TestFS() print fs.getattr('/') print fs.readdir('/', 0) print fs.getattr('/hello_file') fs.open('/hello_file', 32768) print fs.read('/hello_file', 100, 0) fs.release('/hello_file', 32768) fs.open('/hello_file', 32768) fs.write('/hello_file', 'New string', 0) fs.release('/hello_file', 32768) fs.open('/hello_file', 32768) print fs.read('/hello_file', 100, 0) fs.release('/hello_file', 32768) print fs.mkdir('/new_dir', 32768) wikipediafs-0.4/src/wikipediafs/config.py0000664000175000017500000001356011425447133017300 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os from xml.dom import minidom class Config: """ Converts the XML configuration file into a Python structure. Creates the configuration files if needed. """ DEFAULT = """\ 30 7200 mblondel.org www.mblondel.org /mediawiki/index.php """ def __init__(self, config_str=False): """ The XML config string can be passed as a parameter mainly for test purpose. """ self.home_dir = os.environ['HOME'] + "/.wikipediafs" self.conf_file = self.home_dir + "/config.xml" self.__initConfigDir() # Loads the config from a file or from a string if(not config_str): self.__config = minidom.parse(self.conf_file).documentElement else: self.__config = minidom.parseString(config_str).documentElement self.__setCacheTimes() self.__setDebug() self.__setSites() def __initConfigDir(self): # Creates .wikipediafs. in HOME if needed if not os.path.exists(self.home_dir): os.mkdir(self.home_dir,0700) # Creates default configuration file if needed if not os.path.exists(self.conf_file): file = open(self.conf_file,"w",0700) file.write(Config.DEFAULT) file.close() def __setSites(self): self.sites = {} sites = self.__config.getElementsByTagName("site") for site in sites: dic = {} for ele in ("dirname", "host", "basename", "username", "password", "https", "port", "domain", "httpauth_username", "httpauth_password"): node = site.getElementsByTagName(ele) if node.length == 1: if node[0].firstChild: dic[ele] = node[0].firstChild.nodeValue.encode("utf-8") else: dic[ele] = True # for elements like else: dic[ele] = None self.sites[dic["dirname"]] = dic def __setCacheTimes(self): element = self.__config.getElementsByTagName("article-cache-time") if element.length == 0: self.cache_time = 30 else: self.cache_time = int(str(element[0].firstChild.nodeValue)) element = self.__config.getElementsByTagName("login-cache-time") if element.length == 0: self.login_cache_time = 7200 else: self.login_cache_time = int(str(element[0].firstChild.nodeValue)) def __setDebug(self): element = self.__config.getElementsByTagName("debug") if element.length == 0: self.debug_mode = False else: self.debug_mode = True if __name__ != "__main__": CONFIG = Config() else: config_test = """\ 30 7200 wikipedia-fr fr.wikipedia.org /w/index.php Username Password mblondel.org www.mblondel.org /mediawiki/index.php 8080 """ config = Config(config_test) print "cache time:", config.cache_time print "debug:", config.debug_mode for k, v in config.sites.items(): print k, v wikipediafs-0.4/src/wikipediafs/logger.py0000664000175000017500000000311011425447133017300 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import logging import os, os.path from config import CONFIG conf_dir = os.path.join(os.environ['HOME'], '.wikipediafs') file = os.path.join(conf_dir, 'wikipediafs.log') # Creates .wikipediafs. in HOME if needed if not os.path.exists(conf_dir): os.mkdir(conf_dir,0700) LOGGER = logging.getLogger('wikipediafs') hdlr = logging.FileHandler(file) formatter = logging.Formatter('%(asctime)s %(levelname)s %(message)s') hdlr.setFormatter(formatter) LOGGER.addHandler(hdlr) if CONFIG.debug_mode: LOGGER.setLevel(logging.DEBUG) else: LOGGER.setLevel(logging.INFO) # LOGGER.debug('A debug message') # LOGGER.info('Some information') # LOGGER.warning('A shot across the bows') # LOGGER.error('error...') def printlog(loggerobj, logtype, logmsg): if loggerobj: getattr(loggerobj, logtype)(logmsg) wikipediafs-0.4/src/wikipediafs/http.py0000664000175000017500000000621211425447133017006 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os, socket, string, base64 import httplib class ExtendedHTTPConnection: """ Transparent support for https, proxy, http auth """ def __init__(self, host, port=None, https=False): if https and not port: port = 443 elif not port: port = 80 else: port = int(port) self.https = https self.port = port self.host = host if os.environ.has_key("http_proxy"): self.proxy_enabled = True self.conn = self.get_proxy_connection() else: self.proxy_enabled = False if https: self.conn = httplib.HTTPSConnection(host, port) else: self.conn = httplib.HTTPConnection(host, port) self.headers = {} self.data = None def add_header(self, header, value): self.headers[header] = value def add_headers(self, headers): for k, v in headers.items(): self.add_header(k, v) def request(self, path): if self.data: method = "POST" else: method = "GET" if self.https: proto = "https" else: proto = "http" if self.proxy_enabled: # the full url is of course needed url = "%s://%s:%d%s" % (proto, self.host, self.port, path) else: url = path return self.conn.request(method, url, self.data, self.headers) def getresponse(self, *args): return self.conn.getresponse(*args) def close(self): return self.conn.close() def add_data(self, data): self.data = data def get_proxy_connection(self): """ Sets proxy if needed. """ http_proxy = os.environ["http_proxy"] http_proxy = http_proxy.replace("http://", "").rstrip("/") (proxy_host, proxy_port) = http_proxy.split(":") proxy_port = int(proxy_port) if self.https: return httplib.HTTPConnection(proxy_host, proxy_port) else: return httplib.HTTPConnection(proxy_host, proxy_port) def http_auth(self, username, password): httpbasicauth = "%s:%s" % (username, password) self.add_header("Authorization", "Basic %s" % base64.encodestring(httpbasicauth).strip()) wikipediafs-0.4/src/wikipediafs/article.py0000664000175000017500000002231711425447133017456 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import urllib, re, os, time from sgmllib import SGMLParser from http import ExtendedHTTPConnection class Article(SGMLParser): """ Gets and sets an article. """ def __init__(self, name, host, basename, cookie_str=None, https=False, port=None, httpauth_username=None, httpauth_password=None, cache_time = 30, # logger is passed as an argument so that Article remains # an independant class logger = None, # Not actually needed, just here for compatibility dirname=None, domain=None, username=None, password=None, ): SGMLParser.__init__(self) # Mediawiki replaces spaces with underscores # because an URL cannot contain spaces self.name = name.replace(" ", "_") self.host = host self.basename = basename self.cookie_str = cookie_str self.https = https self.port = port self.httpauth_username = httpauth_username self.httpauth_password = httpauth_password self.cache_time = cache_time self.logger = logger self.content = "" self.textarea = False self.wpEdittime = 0 self.wpStarttime = 0 self.wpEditToken = None self.last_get = 0 # url patterns title = urllib.urlencode({"title" : self.name}) self.edit_page = "%s?%s&action=edit" % \ (self.basename, title) # basename must include a leading / self.submit_page = "%s?%s&action=submit" % \ (self.basename, title) def start_textarea(self,attrs): """ Called when a textarea is entered. """ self.textarea = True self.content = "" def start_input(self,attrs): """ Called when an input is entered. """ # To set an article, we need to now its wpEdittime first. if len(attrs) == 3 and attrs[2][1] == "wpEdittime": self.wpEdittime = attrs[1][1] elif len(attrs) == 3 and attrs[2][1] == "wpEditToken": self.wpEditToken = attrs[1][1] elif len(attrs) == 3 and attrs[2][1] == "wpStarttime": self.wpStarttime = attrs[1][1] def end_textarea(self): """ Called when a textarea is left. """ self.textarea = False def handle_data(self,data): """ Called when data is parsed. """ # We add the parsed data to self.content when the data parsed # is in a textarea if self.textarea == True: self.content += data def get(self): """ Gets the wiki content (not the whole html page). """ # Do not get article if cache is still ok if int(time.time()) - self.last_get > self.cache_time: self.logger.debug("pre-GET wpStarttime: '%s', wpEdittime: '%s', cookies: '%s', time diff: %d\n", self.wpEdittime, self.wpStarttime, self.cookie_str, int(time.time()) - self.last_get) headers = {"User-agent" : "WikipediaFS"} if self.cookie_str is not None: headers["Cookie"] = self.cookie_str conn = ExtendedHTTPConnection(self.host, self.port, self.https) if self.httpauth_username and self.httpauth_password: conn.http_auth(self.httpauth_username, self.httpauth_password) conn.add_headers(headers) conn.request(self.edit_page) #logger.info("HTTP GET %s" % self.edit_page) response = conn.getresponse() # Log http response if self.logger: self.logger.info("HTTP GET %s" % self.edit_page) # Feeds the SGMLparser self.feed(response.read()) conn.close() self.last_get = int(time.time()) self.logger.debug("post-GET wpStarttime: '%s', wpEdittime: '%s', cookies: '%s', time diff: %d\n", self.wpEdittime, self.wpStarttime, self.cookie_str, int(time.time()) - self.last_get) else: if self.logger: self.logger.debug("Get %s from cache" % self.name) # This allows to quickly now from the fs is the article is empty if len(self.content.strip()) == 0: self.is_empty = True else: self.is_empty = False return self.content def set(self, text): if text == self.content: return True # useless to continue further... self.logger.debug("POST wpStarttime: '%s', wpEdittime: '%s', cookies: '%s', time diff: %d\n", self.wpEdittime, self.wpStarttime, self.cookie_str, int(time.time()) - self.last_get) # Looking for a [[Summary:*]] regexp = '((\[\[)((s|S)ummary:)(.*)(\]\])(( )*\n)?)' summary = re.search(regexp, text) if summary is not None: wpSummary = summary.group(5) text = text.replace(summary.group(1), '') else: wpSummary = " " # wpEdittime is empty if the article is a new article params = { "wpTextbox1" : text, "wpSummary" : wpSummary, "wpEdittime" : self.wpEdittime, "wpStarttime": self.wpStarttime, "wpSave" : 1 } # Needed for logged in edition if self.wpEditToken is not None: params["wpEditToken"] = self.wpEditToken params = urllib.urlencode(params) headers = {"Content-type": "application/x-www-form-urlencoded", "User-agent" : "WikipediaFS"} if self.cookie_str is not None: headers["Cookie"] = self.cookie_str conn = ExtendedHTTPConnection(self.host, self.port, self.https) if self.httpauth_username and self.httpauth_password: conn.http_auth(self.httpauth_username, self.httpauth_password) conn.add_headers(headers) conn.add_data(params) conn.request(self.submit_page) response = conn.getresponse() # Log http response if self.logger: self.logger.info("HTTP POST %s" % self.submit_page) if response.status == 302: self.logger.info("Succesful") elif response.status == 200: self.logger.error("Problems occured %s\n" % response.read()) self.logger.debug("Headers: '%s'\n" % headers) self.logger.debug("Text: '%s'\n" % text) else: self.logger.info("%d \n %s " % \ (response.status,response.read())) conn.close() self.content = text # forces the article to be get next time # (wpEdittime and wpStarttime need to be updated) self.last_get = 0 # This allows to quickly now from the fs is the article is empty if len(self.content.strip()) == 0: self.is_empty = True else: self.is_empty = False # Did the write actually succeed? if response.status == 302: return True else: self.logger.debug("article.set: Returning false.\n") return False if __name__ == "__main__": import random import sys from user import User params = { "host" : "www.mblondel.org", "basename" : "/mediawiki/index.php", "https" : True } if len(sys.argv) == 3: # Uses username and password if passed user = User(sys.argv[1], sys.argv[2], **params) params["cookie_str"] = user.getCookieString() elif len(sys.argv) == 5: # Same as above + http auth params["httpauth_username"] = sys.argv[3] params["httpauth_password"] = sys.argv[4] user = User(sys.argv[1], sys.argv[2], **params) params["cookie_str"] = user.getCookieString() art = Article("Test", **params) print art.get() art.set("Test ! (%s)" % str(random.random())) wikipediafs-0.4/src/wikipediafs/user.py0000664000175000017500000001463611425447133017016 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import urllib, re from http import ExtendedHTTPConnection from logger import printlog class User: """ Gets user's cookie string """ def __init__(self, username, password, host, basename, https=False, port=None, domain=None, httpauth_username=None, httpauth_password=None, logger = None, # Not actually needed, just here for compatibility name=None, cookie_str=None, dirname=None ): self.username = username self.password = password self.host = host self.basename = basename self.https = https self.port = port self.domain = domain self.httpauth_username = httpauth_username self.httpauth_password = httpauth_password self.logger = logger # url pattern self.login_page = "%s?title=Special:Userlogin" % self.basename self.login_page += "&action=submit" def getCookieString(self): """ Gets user's cookie string. It will then have to be passed to an Article. """ printlog(self.logger, "debug", "Logging in with username %s." % self.username) self.logintoken = None cookie_list = [] conn = ExtendedHTTPConnection(self.host, self.port, self.https) if self.httpauth_username and self.httpauth_password: conn.http_auth(self.httpauth_username, self.httpauth_password) headers = {"Content-type": "application/x-www-form-urlencoded", "User-agent" : "WikipediaFS"} conn.add_headers(headers) # get login page body to receive logintoken and session cookie conn.request(self.login_page) response = conn.getresponse() printlog(self.logger, "debug", "URL: %s, response status: %d, text: %s" % (self.login_page, response.status, response.read())) while response.status == 301 or response.status == 302: # follow redirects; would be better to check for status 301 and 302 printlog(self.logger, "debug", "Redirecting to %s due to status of %d." % (response.getheader("Location"), response.status)) response.read() conn.request(response.getheader("Location")) response = conn.getresponse() printlog(self.logger, "debug", "Redirected: Status %d." % (response.status)) match = re.search('wpLoginToken"\s*value="(\w*)"', response.read()) printlog(self.logger, "debug", "Token Match: %s." % (match)) if match: self.logintoken = match.group(1) printlog(self.logger, "debug", "Login Token: %s." % (self.logintoken)) # post login data and receive login cookies # If we have a login token, then we also need to send the cookie from the initial connection. # If we don't, then doing so breaks the login. token_session = re.search('(.*?);', response.getheader("Set-Cookie")).group(1) if self.logintoken: headers["Cookie"] = token_session cookie_list.append(token_session) printlog(self.logger, "debug", "Headers:") printlog(self.logger, "debug", headers) params = {"wpName":self.username, "wpPassword":self.password, "wpRemember":"1", "wpLoginattempt":"Anmelden"} if self.logintoken: params["wpLoginToken"] = self.logintoken if self.domain: params["wpDomain"] = self.domain params = urllib.urlencode(params) conn.add_data(params) conn.add_headers(headers) conn.request(self.login_page) response = conn.getresponse() printlog(self.logger, "debug", "URL: %s, response status: %d, text: %s" % (self.login_page, response.status, response.read())) in_cookie = re.compile(': (.*?);') for cookie_value in response.msg.getallmatchingheaders("set-cookie"): it_matches = in_cookie.search(cookie_value) if it_matches: cookie_list.append(it_matches.group(1)) conn.close() printlog(self.logger, "debug", "cookie_list:") printlog(self.logger, "debug", cookie_list) if len(cookie_list) == 4: cookie_list.pop() printlog(self.logger, "info", "Logged in successfully with username %s" % self.username) #self.logger.info("; ".join(cookie_list)) return "; ".join(cookie_list) else: printlog(self.logger, "warning", "Could not log in with username %s: %s" % self.username) return None if __name__ == "__main__": import sys import getpass import logging if len(sys.argv) < 4: print "python user.py host urlbase username " else: if len(sys.argv) == 4: https = False else: https = True logger = logging.getLogger("mydebuglogger") logger.setLevel(logging.DEBUG) hdlr = logging.StreamHandler() hdlr.setLevel(logging.DEBUG) formatter = logging.Formatter('%(asctime)s %(levelname)s %(message)s') hdlr.setFormatter(formatter) logger.addHandler(hdlr) params = { "host" : sys.argv[1], # e.g. www.mblondel.org "basename" : sys.argv[2], # e.g. /mediawiki/index.php "https" : https, "logger": logger } password = getpass.getpass() user = User(sys.argv[3], password, **params) user.getCookieString() wikipediafs-0.4/src/wikipediafs/version.py0000664000175000017500000000002011425447140017501 0ustar warpwarpVERSION = '0.4' wikipediafs-0.4/src/wikipediafs/__init__.py0000664000175000017500000000000111425447133017554 0ustar warpwarp wikipediafs-0.4/src/wikipediafs/fs.py0000664000175000017500000001555011425447133016444 0ustar warpwarp# -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os.path, re, time from metadir import MetaDir from config import CONFIG from article import Article from user import User from logger import LOGGER class ArticleDir: def __init__(self, fs, config): self.fs = fs self.config = config self.login_time = 0 self.files = {} self.dirs = {} def get_article_full_name(self, path): # Returns article name. This can include subpages. return '/'.join(path.split("/")[2:]) def get_article_file_name(self, path): # File name as used in the directory i.e. without the subpages. return os.path.basename(path) def is_valid_file(self, path): file_name = self.get_article_file_name(path) for forbidden_char in ('#', '<', '>', '[', ']', '|', '{', '}'): if file_name.count(forbidden_char) > 0: return False if file_name[-3:] == ".mw": return True else: return False def contents(self, path): arr = self.dirs.keys() for k in self.files.keys(): if not self.files[k].is_empty: arr.append(k) return arr def is_directory(self, path): name = self.get_article_file_name(path) return self.dirs.has_key(name) def is_file(self, path): if self.is_valid_file(path): txt = self.read_file(path) if len(txt.strip()) == 0: return False else: return True else: return False def set_cookie_string(self, force): if force or not self.config.has_key("cookie_str"): if self.config["username"] is not None and \ self.config["password"] is not None: user = User(logger=LOGGER, **self.config) cookie_str = user.getCookieString() self.config["cookie_str"] = cookie_str self.login_time = time.time() def get_art(self, path): file_name = self.get_article_file_name(path) full_name = self.get_article_full_name(path) if int(time.time()) - self.login_time > CONFIG.login_cache_time: self.set_cookie_string(1) else: if self.files.has_key(file_name): return self.files[file_name] else: self.set_cookie_string(0) art = Article(full_name[0:-3], # removes .mw from the name cache_time=CONFIG.cache_time, logger = LOGGER, **self.config) self.files[file_name] = art return art def read_file(self, path): art = self.get_art(path) txt = art.get() return txt def write_to(self, path, txt): art = self.get_art(path) ret = art.set(txt) if (ret == False): self.set_cookie_string(1) ret = art.set(txt) return ret def size(self, path): LOGGER.debug("FSdir size %s" % (path)) return len(self.read_file(path)) def mtime(self, path): art = self.get_art(path) # Do a get here just so we have a current Edittime. art.get() tmp = art.wpEdittime t = time.mktime((int(tmp[0:4]), int(tmp[4:6]), int(tmp[6:8]), int(tmp[8:10]), int(tmp[10:12]), int(tmp[12:21]), 0, 0, -1)) if time.daylight: t -= time.altzone else: t -= time.timezone return t def mode(self, path): LOGGER.debug("FSdir mode %s" % (path)) return 0755 def unlink(self, path): LOGGER.debug("FSdir unlink %s" % (path)) file_name = self.get_article_file_name(path) if self.files.has_key(file_name): self.files.pop(file_name) return True # succeeded else: return False def mkdir(self, path): LOGGER.debug("FSdir mkdir %s" % (path)) name = self.get_article_file_name(path) self.dirs[name] = True self.fs.set_dir(path, ArticleDir(self.fs, self.config)) return True class Root: def __init__(self, fs): self.fs = fs self.dirs = {} self.regexp = "(wikipedia|wiktionary|wikiquote|wikibooks|wikisource)" self.regexp += "\-([a-z]{2})" self.regexp = re.compile(self.regexp, re.IGNORECASE) for dirname, config in CONFIG.sites.items(): self.dirs[dirname] = True self.fs.set_dir("/" + dirname, ArticleDir(self.fs, config)) def contents(self, path): if path == "/": return self.dirs.keys() else: return [] def is_directory(self, path): basename = os.path.basename(path) if path == "/" or self.dirs.has_key(basename): return True else: return False def is_file(self, path): return False # There is no file at the root def mode(self, path): return 0755 def mkdir(self, path): # add a site from the wikimedia foundation basename = os.path.basename(path) match = self.regexp.match(basename) # add it only if a directory with the same name does not exist yet if match and not self.is_directory(path): lang = match.group(2) site = match.group(1) config = { "host": "%s.%s.org" % (lang, site), "basename" : "/w/index.php", "username" : None, "password" : None } self.dirs[basename] = True self.fs.set_dir("/" + basename, ArticleDir(self.fs, config)) return True else: return False class WikipediaFS(MetaDir): def __init__(self, *arr, **dic): MetaDir.__init__(self, *arr, **dic) self.set_root(Root(self)) if __name__ == "__main__": server = WikipediaFS(version="%prog VERSION", usage='blabla', dash_s_do='setsingle') server.parse(errex=1) server.multithreaded = 0 server.main() wikipediafs-0.4/src/mount.wikipediafs0000775000175000017500000000433311425447133016546 0ustar warpwarp#!/usr/bin/env python # -*- coding: utf-8 -*- # WikipediaFS # Copyright (C) 2005 - 2007 Mathieu Blondel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os import sys from sys import exit try: from fuse import FuseError except: print "The Python bindings for fuse do not seem to be installed." print "Please install fuse-python 0.2 or later." exit(1) # When WFS is mounted with fstab, HOME is not defined... # We have to deal with this since we need HOME for the config and the log. if not os.environ.has_key("HOME"): last = len(sys.argv) - 1 mountoptions = sys.argv[last] arr = [] home = None for o in mountoptions.split(","): if o[0:5] == "home=": spl = o.split("=") if len(spl) == 2: home = spl[1] elif o != "noauto" and o != "user" and o != "auto" and o != "nouser": arr.append(o) sys.argv[last] = ','.join(arr) if home: os.environ["HOME"] = home elif os.environ.has_key("USER"): if os.environ["USER"] == "root": os.environ["HOME"] = "/root/" else: os.environ["HOME"] = "/home/%s/" % os.environ["USER"] from wikipediafs.fs import WikipediaFS try: from wikipediafs.version import VERSION except: VERSION = 'development version' try: server = WikipediaFS(version="%prog " + VERSION, usage='%prog mountpoint', dash_s_do='undef') server.parse(errex=1) server.multithreaded = 0 server.main() except FuseError, detail: print detail wikipediafs-0.4/commit.strace0000664000175000017500000164343511425447133015101 0ustar warpwarp21101 execve("/usr/bin/svn", ["svn", "commit", "--username", "mercury"], [/* 39 vars */]) = 0 21101 brk(0) = 0x1204000 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053c000 21101 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 21101 open("/etc/ld.so.cache", O_RDONLY) = 3 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21101 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa5c0519000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_client-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \311\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=294992, ...}) = 0 21101 mmap(NULL, 2390208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5c00d9000 21101 mprotect(0x7fa5c0120000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5c031f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x46000) = 0x7fa5c031f000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_wc-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\301\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=298016, ...}) = 0 21101 mmap(NULL, 2393320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bfe90000 21101 mprotect(0x7fa5bfed8000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5c00d7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47000) = 0x7fa5c00d7000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_ra-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=41512, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0518000 21101 mmap(NULL, 2136728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bfc86000 21101 mprotect(0x7fa5bfc90000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bfe8f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fa5bfe8f000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_delta-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240#\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=46752, ...}) = 0 21101 mmap(NULL, 2141968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bfa7b000 21101 mprotect(0x7fa5bfa86000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bfc85000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7fa5bfc85000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_diff-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220%\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=44688, ...}) = 0 21101 mmap(NULL, 2139904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bf870000 21101 mprotect(0x7fa5bf87a000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bfa7a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7fa5bfa7a000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_subr-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2404\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=331408, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0517000 21101 mmap(NULL, 2426688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bf61f000 21101 mprotect(0x7fa5bf66d000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bf86d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4e000) = 0x7fa5bf86d000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libapr-1.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\325\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=230656, ...}) = 0 21101 mmap(NULL, 2325992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bf3e7000 21101 mprotect(0x7fa5bf41e000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bf61d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x7fa5bf61d000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libpthread.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340Y\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0755, st_size=131260, ...}) = 0 21101 mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bf1cb000 21101 mprotect(0x7fa5bf1e2000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bf3e1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa5bf3e1000 21101 mmap(0x7fa5bf3e3000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bf3e3000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libc.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0516000 21101 mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bee6a000 21101 mprotect(0x7fa5befc2000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bf1c1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7fa5bf1c1000 21101 mmap(0x7fa5bf1c6000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bf1c6000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libaprutil-1.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\233\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=143808, ...}) = 0 21101 mmap(NULL, 2239104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bec47000 21101 mprotect(0x7fa5bec69000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bee68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7fa5bee68000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libldap_r-2.4.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\371\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=297224, ...}) = 0 21101 mmap(NULL, 2401672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5be9fc000 21101 mprotect(0x7fa5bea43000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bec42000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x46000) = 0x7fa5bec42000 21101 mmap(0x7fa5bec45000, 5512, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bec45000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/liblber-2.4.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p7\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=56992, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0515000 21101 mmap(NULL, 2152232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5be7ee000 21101 mprotect(0x7fa5be7fb000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5be9fb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7fa5be9fb000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_ra_local-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\00000\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=33120, ...}) = 0 21101 mmap(NULL, 2128336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5be5e6000 21101 mprotect(0x7fa5be5ee000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5be7ed000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fa5be7ed000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_repos-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260w\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=172752, ...}) = 0 21101 mmap(NULL, 2267968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5be3bc000 21101 mprotect(0x7fa5be3e5000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5be5e5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7fa5be5e5000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_fs-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3000\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=27744, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0514000 21101 mmap(NULL, 2122976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5be1b5000 21101 mprotect(0x7fa5be1bb000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5be3bb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fa5be3bb000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_ra_svn-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0X\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=95968, ...}) = 0 21101 mmap(NULL, 2191216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bdf9e000 21101 mprotect(0x7fa5bdfb5000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5be1b4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa5be1b4000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_ra_neon-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\214\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=148496, ...}) = 0 21101 mmap(NULL, 2243720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bdd7a000 21101 mprotect(0x7fa5bdd9c000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bdf9b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7fa5bdf9b000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_ra_serf-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260q\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=153432, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0513000 21101 mmap(NULL, 2248648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bdb55000 21101 mprotect(0x7fa5bdb79000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bdd79000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7fa5bdd79000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libz.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0 21101 mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd93e000 21101 mprotect(0x7fa5bd955000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bdb54000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa5bdb54000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsqlite3.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\227\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=612280, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0512000 21101 mmap(NULL, 2708784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd6a8000 21101 mprotect(0x7fa5bd73a000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bd93a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x92000) = 0x7fa5bd93a000 21101 mmap(0x7fa5bd93d000, 1328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bd93d000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libuuid.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\25\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=15720, ...}) = 0 21101 mmap(NULL, 2110736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd4a4000 21101 mprotect(0x7fa5bd4a8000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bd6a7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fa5bd6a7000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/librt.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0 21101 mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd29c000 21101 mprotect(0x7fa5bd2a3000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bd4a2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fa5bd4a2000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libcrypt.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\n\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=35104, ...}) = 0 21101 mmap(NULL, 2318784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bd065000 21101 mprotect(0x7fa5bd06d000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bd26c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fa5bd26c000 21101 mmap(0x7fa5bd26e000, 184768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bd26e000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libdl.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0511000 21101 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bce61000 21101 mprotect(0x7fa5bce63000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bd063000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa5bd063000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libexpat.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260;\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=165744, ...}) = 0 21101 mmap(NULL, 2260960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bcc39000 21101 mprotect(0x7fa5bcc5f000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bce5f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fa5bce5f000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libresolv.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3008\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=80712, ...}) = 0 21101 mmap(NULL, 2185864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bca23000 21101 mprotect(0x7fa5bca36000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bcc35000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7fa5bcc35000 21101 mmap(0x7fa5bcc37000, 6792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5bcc37000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsasl2.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0PL\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=104152, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0510000 21101 mmap(NULL, 2199392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bc80a000 21101 mprotect(0x7fa5bc823000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bca22000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7fa5bca22000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgnutls.so.26", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0v\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=668776, ...}) = 0 21101 mmap(NULL, 2763944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bc567000 21101 mprotect(0x7fa5bc603000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bc803000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9c000) = 0x7fa5bc803000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_fs_fs-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\203\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=165520, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c050f000 21101 mmap(NULL, 2260736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bc33f000 21101 mprotect(0x7fa5bc366000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bc566000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7fa5bc566000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_fs_base-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\231\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=193904, ...}) = 0 21101 mmap(NULL, 2289152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bc110000 21101 mprotect(0x7fa5bc13e000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bc33d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7fa5bc33d000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_fs_util-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\10\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=6656, ...}) = 0 21101 mmap(NULL, 2101952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bbf0e000 21101 mprotect(0x7fa5bbf0f000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bc10f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fa5bc10f000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libneon-gnutls.so.27", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\247\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=164304, ...}) = 0 21101 mmap(NULL, 2259472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bbce6000 21101 mprotect(0x7fa5bbd0d000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bbf0c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fa5bbf0c000 21101 close(3) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c050e000 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libserf-0.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0h\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=71384, ...}) = 0 21101 mmap(NULL, 2166520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bbad5000 21101 mprotect(0x7fa5bbae5000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bbce5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7fa5bbce5000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libtasn1.so.3", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\33\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=65408, ...}) = 0 21101 mmap(NULL, 2160968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bb8c5000 21101 mprotect(0x7fa5bb8d5000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bbad4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7fa5bbad4000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgcrypt.so.11", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\200\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=489912, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c050d000 21101 mmap(NULL, 2586272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bb64d000 21101 mprotect(0x7fa5bb6c1000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bb8c1000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x74000) = 0x7fa5bb8c1000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libdb-4.8.so", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240a\2\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1550264, ...}) = 0 21101 mmap(NULL, 3645344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bb2d3000 21101 mprotect(0x7fa5bb449000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bb648000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7fa5bb648000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\206\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=216824, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c050c000 21101 mmap(NULL, 2312448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5bb09e000 21101 mprotect(0x7fa5bb0d1000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5bb2d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x7fa5bb2d1000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libkrb5.so.3", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\266\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=818872, ...}) = 0 21101 mmap(NULL, 2914688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5badd6000 21101 mprotect(0x7fa5bae94000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5bb093000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbd000) = 0x7fa5bb093000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libk5crypto.so.3", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360F\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=155680, ...}) = 0 21101 mmap(NULL, 2251968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5babb0000 21101 mprotect(0x7fa5babd5000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5badd4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7fa5badd4000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libcom_err.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\24\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=12336, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c050b000 21101 mmap(NULL, 2107568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5ba9ad000 21101 mprotect(0x7fa5ba9b0000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5babaf000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa5babaf000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libxml2.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\2\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1371544, ...}) = 0 21101 mmap(NULL, 3471960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5ba65d000 21101 mprotect(0x7fa5ba7a3000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5ba9a2000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x145000) = 0x7fa5ba9a2000 21101 mmap(0x7fa5ba9ac000, 2648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5ba9ac000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libm.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0 21101 mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5ba3db000 21101 mprotect(0x7fa5ba45b000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5ba65b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7fa5ba65b000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220f\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=349040, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c050a000 21101 mmap(NULL, 2444240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5ba186000 21101 mprotect(0x7fa5ba1d5000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5ba3d4000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4e000) = 0x7fa5ba3d4000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\252\7\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1693312, ...}) = 0 21101 mmap(NULL, 3803288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b9de5000 21101 mprotect(0x7fa5b9f5a000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5ba15a000, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7fa5ba15a000 21101 mmap(0x7fa5ba182000, 14488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5ba182000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgpg-error.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\10\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=13216, ...}) = 0 21101 mmap(NULL, 2108592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b9be2000 21101 mprotect(0x7fa5b9be5000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b9de4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa5b9de4000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libkrb5support.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@#\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=32016, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0509000 21101 mmap(NULL, 2127376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b99da000 21101 mprotect(0x7fa5b99e1000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b9be1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fa5b9be1000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libkeyutils.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\r\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=8528, ...}) = 0 21101 mmap(NULL, 2103712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b97d8000 21101 mprotect(0x7fa5b97da000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b99d9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fa5b99d9000 21101 close(3) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0508000 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0507000 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0506000 21101 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0504000 21101 arch_prctl(ARCH_SET_FS, 0x7fa5c0504760) = 0 21101 mprotect(0x7fa5ba65b000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bcc35000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bd063000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bd26c000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bd4a2000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bee68000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bf1c1000, 16384, PROT_READ) = 0 21101 mprotect(0x7fa5bf3e1000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5bf61d000, 4096, PROT_READ) = 0 21101 mprotect(0x7fa5c053e000, 4096, PROT_READ) = 0 21101 munmap(0x7fa5c0519000, 141854) = 0 21101 set_tid_address(0x7fa5c0504a30) = 21101 21101 set_robust_list(0x7fa5c0504a40, 0x18) = 0 21101 futex(0x7fff645e40ac, FUTEX_WAKE_PRIVATE, 1) = 0 21101 futex(0x7fff645e40ac, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7fa5c0504760) = -1 EAGAIN (Resource temporarily unavailable) 21101 rt_sigaction(SIGRTMIN, {0x7fa5bf1d0860, [], SA_RESTORER|SA_SIGINFO, 0x7fa5bf1d9f60}, NULL, 8) = 0 21101 rt_sigaction(SIGRT_1, {0x7fa5bf1d08f0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fa5bf1d9f60}, NULL, 8) = 0 21101 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 21101 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 21101 brk(0) = 0x1204000 21101 brk(0x1225000) = 0x1225000 21101 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 20), ...}) = 0 21101 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 20), ...}) = 0 21101 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 20), ...}) = 0 21101 open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 21101 mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa5c038f000 21101 close(3) = 0 21101 stat("/home/warp/.subversion", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/.subversion/auth", {st_mode=S_IFDIR|S_ISGID|0700, st_size=4096, ...}) = 0 21101 lstat("/home/warp/.subversion/auth/svn.simple", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/.subversion/auth/svn.username", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/.subversion/auth/svn.ssl.server", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/.subversion/auth/svn.ssl.client-passphrase", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/.subversion/README.txt", {st_mode=S_IFREG|0664, st_size=4277, ...}) = 0 21101 lstat("/home/warp/.subversion/servers", {st_mode=S_IFREG|0664, st_size=3275, ...}) = 0 21101 lstat("/home/warp/.subversion/config", {st_mode=S_IFREG|0664, st_size=4223, ...}) = 0 21101 open("/etc/subversion/servers", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "### This file specifies server-s"..., 4096) = 4096 21101 read(3, "the auth/ area of your\n### confi"..., 4096) = 3578 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 open("/usr/share/locale/locale.alias", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "# Locale name alias data base.\n#"..., 4096) = 2570 21101 read(4, "", 4096) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.utf8/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/.subversion/servers", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 brk(0x1248000) = 0x1248000 21101 read(3, "### This file specifies server-s"..., 4096) = 3275 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/etc/subversion/config", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "### This file configures various"..., 4096) = 4096 21101 read(3, "could do so as follows:\n# rsh = "..., 4096) = 2790 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/.subversion/config", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "### This file configures various"..., 4096) = 4096 21101 read(3, "= svn:eol-style=native\n# *.png ="..., 4096) = 127 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 rt_sigaction(SIGINT, {0x40c450, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, {SIG_DFL, [], 0}, 8) = 0 21101 rt_sigaction(SIGHUP, {0x40c450, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, {SIG_DFL, [], 0}, 8) = 0 21101 rt_sigaction(SIGTERM, {0x40c450, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, {SIG_DFL, [], 0}, 8) = 0 21101 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, {SIG_DFL, [], 0}, 8) = 0 21101 rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, {SIG_DFL, [], 0}, 8) = 0 21101 futex(0x7fa5bd0640ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 open("/etc/ld.so.cache", O_RDONLY) = 3 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21101 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa5c0519000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_auth_gnome_keyring-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\22\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=12160, ...}) = 0 21101 mmap(NULL, 2107376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b95d5000 21101 mprotect(0x7fa5b95d8000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b97d7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa5b97d7000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libdbus-1.so.3", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@y\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=261656, ...}) = 0 21101 mmap(NULL, 2357544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b9395000 21101 mprotect(0x7fa5b93d3000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b95d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7fa5b95d3000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgnome-keyring.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000|\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=128568, ...}) = 0 21101 mmap(NULL, 2224048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b9176000 21101 mprotect(0x7fa5b9194000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b9394000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7fa5b9394000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libglib-2.0.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240|\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=899656, ...}) = 0 21101 mmap(NULL, 2996912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b8e9a000 21101 mprotect(0x7fa5b8f75000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b9174000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xda000) = 0x7fa5b9174000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libpcre.so.3", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=197568, ...}) = 0 21101 mmap(NULL, 2292768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b8c6a000 21101 mprotect(0x7fa5b8c9a000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b8e99000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7fa5b8e99000 21101 close(3) = 0 21101 mprotect(0x7fa5b95d3000, 4096, PROT_READ) = 0 21101 munmap(0x7fa5c0519000, 141854) = 0 21101 open("/etc/ld.so.cache", O_RDONLY) = 3 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21101 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa5c0519000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libsvn_auth_kwallet-1.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\30\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=15536, ...}) = 0 21101 mmap(NULL, 2110680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b8a66000 21101 mprotect(0x7fa5b8a6a000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b8c69000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fa5b8c69000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libQtCore.so.4", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320-\10\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=2690368, ...}) = 0 21101 mmap(NULL, 4788048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b85d5000 21101 mprotect(0x7fa5b8858000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b8a57000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x282000) = 0x7fa5b8a57000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libQtDBus.so.4", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300A\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=503496, ...}) = 0 21101 mmap(NULL, 2599824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b835a000 21101 mprotect(0x7fa5b83d3000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b85d2000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x78000) = 0x7fa5b85d2000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libQtGui.so.4", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\224\36\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=11387064, ...}) = 0 21101 mmap(NULL, 13494920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b767b000 21101 mprotect(0x7fa5b8107000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b8307000, 327680, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa8c000) = 0x7fa5b8307000 21101 mmap(0x7fa5b8357000, 10888, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5b8357000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libkdecore.so.5", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360g\t\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=2747672, ...}) = 0 21101 mmap(NULL, 4845024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b71dc000 21101 mprotect(0x7fa5b7467000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b7666000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28a000) = 0x7fa5b7666000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libkdeui.so.5", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`[\25\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=4472976, ...}) = 0 21101 mmap(NULL, 6575704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b6b96000 21101 mprotect(0x7fa5b6faa000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b71aa000, 196608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x414000) = 0x7fa5b71aa000 21101 mmap(0x7fa5b71da000, 5720, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5b71da000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\243\5\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1043976, ...}) = 0 21101 mmap(NULL, 3223576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b6882000 21101 mprotect(0x7fa5b6978000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b6b78000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf6000) = 0x7fa5b6b78000 21101 mmap(0x7fa5b6b81000, 81944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5b6b81000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libgcc_s.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P-\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=90504, ...}) = 0 21101 mmap(NULL, 2186232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b666c000 21101 mprotect(0x7fa5b6682000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b6881000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fa5b6881000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgthread-2.0.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\27\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=17704, ...}) = 0 21101 mmap(NULL, 2112952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b6468000 21101 mprotect(0x7fa5b646c000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b666b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fa5b666b000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libQtXml.so.4", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200,\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=295424, ...}) = 0 21101 mmap(NULL, 2390480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b6220000 21101 mprotect(0x7fa5b6266000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b6465000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x45000) = 0x7fa5b6465000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320d\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=216576, ...}) = 0 21101 mmap(NULL, 2312712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b5feb000 21101 mprotect(0x7fa5b601e000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b621e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x7fa5b621e000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libaudio.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pc\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=103344, ...}) = 0 21101 mmap(NULL, 2199080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b5dd2000 21101 mprotect(0x7fa5b5dea000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b5fea000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7fa5b5fea000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libpng12.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0O\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=155360, ...}) = 0 21101 mmap(NULL, 2250576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b5bac000 21101 mprotect(0x7fa5b5bd1000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b5dd1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7fa5b5dd1000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\321\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=557376, ...}) = 0 21101 mmap(NULL, 2652592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b5924000 21101 mprotect(0x7fa5b59a7000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b5ba6000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7fa5b5ba6000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \250\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=289480, ...}) = 0 21101 mmap(NULL, 2387592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b56dd000 21101 mprotect(0x7fa5b5722000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b5922000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x45000) = 0x7fa5b5922000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libSM.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\34\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=31944, ...}) = 0 21101 mmap(NULL, 2127160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b54d5000 21101 mprotect(0x7fa5b54dd000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b56dc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fa5b56dc000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libICE.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@S\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=96400, ...}) = 0 21101 mmap(NULL, 2206080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b52ba000 21101 mprotect(0x7fa5b52d1000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b54d0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa5b54d0000 21101 mmap(0x7fa5b54d2000, 10624, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5b54d2000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXrender.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\33\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=39976, ...}) = 0 21101 mmap(NULL, 2135208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b50b0000 21101 mprotect(0x7fa5b50b9000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b52b9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fa5b52b9000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXext.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3409\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=74432, ...}) = 0 21101 mmap(NULL, 2170152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b4e9e000 21101 mprotect(0x7fa5b4eaf000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b50af000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7fa5b50af000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libX11.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\377\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1293744, ...}) = 0 21101 mmap(NULL, 3390792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b4b62000 21101 mprotect(0x7fa5b4c98000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b4e98000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x136000) = 0x7fa5b4e98000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libQtNetwork.so.4", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\4\3\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=1265808, ...}) = 0 21101 mmap(NULL, 3362304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b482d000 21101 mprotect(0x7fa5b495b000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b4b5b000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12e000) = 0x7fa5b4b5b000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libbz2.so.1.0", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\27\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=67104, ...}) = 0 21101 mmap(NULL, 2162320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b461d000 21101 mprotect(0x7fa5b462c000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b482b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7fa5b482b000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/liblzma.so.2", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360+\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=139064, ...}) = 0 21101 mmap(NULL, 2234280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b43fb000 21101 mprotect(0x7fa5b441c000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b461c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7fa5b461c000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libQtSvg.so.4", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pK\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=374736, ...}) = 0 21101 mmap(NULL, 2469776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b41a0000 21101 mprotect(0x7fa5b41f9000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b43f8000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x58000) = 0x7fa5b43f8000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXtst.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\24\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=23616, ...}) = 0 21101 mmap(NULL, 2118808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b3f9a000 21101 mprotect(0x7fa5b3f9f000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b419f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7fa5b419f000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXcursor.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240+\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=40152, ...}) = 0 21101 mmap(NULL, 2135368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b3d90000 21101 mprotect(0x7fa5b3d99000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b3f99000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fa5b3f99000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXfixes.so.3", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\25\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=21576, ...}) = 0 21101 mmap(NULL, 2116872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b3b8b000 21101 mprotect(0x7fa5b3b90000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b3d8f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7fa5b3d8f000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXt.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pB\1\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=404840, ...}) = 0 21101 mmap(NULL, 2503200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b3927000 21101 mprotect(0x7fa5b3985000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b3b84000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7fa5b3b84000 21101 mmap(0x7fa5b3b8a000, 544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa5b3b8a000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXau.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\r\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=10896, ...}) = 0 21101 mmap(NULL, 2106104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b3724000 21101 mprotect(0x7fa5b3726000, 2097152, PROT_NONE) = 0 21101 mmap(0x7fa5b3926000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa5b3926000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libxcb.so.1", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\227\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=115296, ...}) = 0 21101 mmap(NULL, 2210672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b3508000 21101 mprotect(0x7fa5b3524000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b3723000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7fa5b3723000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXi.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\"\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=60664, ...}) = 0 21101 mmap(NULL, 2156032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b32f9000 21101 mprotect(0x7fa5b3308000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b3507000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7fa5b3507000 21101 close(3) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3 21101 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\24\0\0\0\0\0\0"..., 832) = 832 21101 fstat(3, {st_mode=S_IFREG|0644, st_size=20504, ...}) = 0 21101 mmap(NULL, 2115696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa5b30f4000 21101 mprotect(0x7fa5b30f9000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b32f8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7fa5b32f8000 21101 close(3) = 0 21101 mprotect(0x7fa5b6b78000, 28672, PROT_READ) = 0 21101 futex(0x7fa5b8a65630, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 futex(0x7fa5b6b81b68, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 munmap(0x7fa5c0519000, 141854) = 0 21101 getcwd("/home/warp/src/wikipediafs/wikipediafs/trunk", 4096) = 45 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 1724 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 brk(0x126d000) = 0x126d000 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 264 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 getcwd("/home/warp/src/wikipediafs/wikipediafs/trunk", 4096) = 45 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 1724 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 264 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/lock", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/lock", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 brk(0x128f000) = 0x128f000 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 1724 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/site/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/site/.svn/lock", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/site/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 851 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/doc/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/doc/.svn/lock", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/doc/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 398 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/src/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/src/.svn/lock", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/src/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 419 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/.svn/lock", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 1421 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 brk(0x12b0000) = 0x12b0000 21101 getcwd("/home/warp/src/wikipediafs/wikipediafs/trunk", 4096) = 45 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 264 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 80) = 80 21101 close(3) = 0 21101 open("/home/warp/src/wikipediafs/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 read(3, "10\n\ndir\n70\nhttps://wikipediafs.s"..., 4096) = 264 21101 read(3, "", 4096) = 0 21101 read(3, "", 4096) = 0 21101 close(3) = 0 21101 lstat("/home/warp/src/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/.svn/wc.db", 0x7fff645e3580) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src/.svn/wc.db", 0x7fff645e3540) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/.svn/wc.db", 0x7fff645e3500) = -1 ENOENT (No such file or directory) 21101 lstat("/home/.svn/wc.db", 0x7fff645e34c0) = -1 ENOENT (No such file or directory) 21101 lstat("/.svn/wc.db", 0x7fff645e3480) = -1 ENOENT (No such file or directory) 21101 open("/home/warp/src/.svn/entries", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/.svn/wc.db", 0x7fff645e3490) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/.svn/wc.db", 0x7fff645e3450) = -1 ENOENT (No such file or directory) 21101 lstat("/home/.svn/wc.db", 0x7fff645e3410) = -1 ENOENT (No such file or directory) 21101 lstat("/.svn/wc.db", 0x7fff645e33d0) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 open("/home/warp/src/wikipediafs/.svn/entries", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/.svn/wc.db", 0x7fff645e3520) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src/.svn/wc.db", 0x7fff645e34e0) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/.svn/wc.db", 0x7fff645e34a0) = -1 ENOENT (No such file or directory) 21101 lstat("/home/.svn/wc.db", 0x7fff645e3460) = -1 ENOENT (No such file or directory) 21101 lstat("/.svn/wc.db", 0x7fff645e3420) = -1 ENOENT (No such file or directory) 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/screenshot.png", {st_mode=S_IFREG|0664, st_size=77271, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/screenshot.png", {st_mode=S_IFREG|0664, st_size=77271, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/index_fr.htm", {st_mode=S_IFREG|0664, st_size=3362, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/index_fr.htm", {st_mode=S_IFREG|0664, st_size=3362, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/index_ja.htm", {st_mode=S_IFREG|0664, st_size=3433, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/index_ja.htm", {st_mode=S_IFREG|0664, st_size=3433, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/index.htm", {st_mode=S_IFREG|0664, st_size=3484, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/site/index.htm", {st_mode=S_IFREG|0664, st_size=3484, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/HACKING", {st_mode=S_IFREG|0664, st_size=119, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/HACKING", {st_mode=S_IFREG|0664, st_size=119, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/doc", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/doc/mount.wikipediafs.sgml", {st_mode=S_IFREG|0664, st_size=8926, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/doc/mount.wikipediafs.sgml", {st_mode=S_IFREG|0664, st_size=8926, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/AUTHORS", {st_mode=S_IFREG|0664, st_size=204, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/AUTHORS", {st_mode=S_IFREG|0664, st_size=204, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/TODO", {st_mode=S_IFREG|0664, st_size=259, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/TODO", {st_mode=S_IFREG|0664, st_size=259, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/make_release.sh", {st_mode=S_IFREG|0664, st_size=1327, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/make_release.sh", {st_mode=S_IFREG|0664, st_size=1327, ...}) = 0 21101 stat("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/text-base/make_release.sh.svn-base", {st_mode=S_IFREG|0444, st_size=1255, ...}) = 0 21101 stat("/home/warp/src/wikipediafs/wikipediafs/trunk/make_release.sh", {st_mode=S_IFREG|0664, st_size=1327, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/fs.py", {st_mode=S_IFREG|0664, st_size=7016, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/fs.py", {st_mode=S_IFREG|0664, st_size=7016, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/user.py", {st_mode=S_IFREG|0664, st_size=6558, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/user.py", {st_mode=S_IFREG|0664, st_size=6558, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/__init__.py", {st_mode=S_IFREG|0664, st_size=1, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/__init__.py", {st_mode=S_IFREG|0664, st_size=1, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/http.py", {st_mode=S_IFREG|0664, st_size=3210, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/http.py", {st_mode=S_IFREG|0664, st_size=3210, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/logger.py", {st_mode=S_IFREG|0664, st_size=1608, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/logger.py", {st_mode=S_IFREG|0664, st_size=1608, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/article.py", {st_mode=S_IFREG|0664, st_size=9423, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/article.py", {st_mode=S_IFREG|0664, st_size=9423, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/config.py", {st_mode=S_IFREG|0664, st_size=6000, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/config.py", {st_mode=S_IFREG|0664, st_size=6000, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/metadir.py", {st_mode=S_IFREG|0664, st_size=13275, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/metadir.py", {st_mode=S_IFREG|0664, st_size=13275, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/mount.wikipediafs", {st_mode=S_IFREG|0775, st_size=2267, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/src/mount.wikipediafs", {st_mode=S_IFREG|0775, st_size=2267, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/ChangeLog", {st_mode=S_IFREG|0664, st_size=5557, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/ChangeLog", {st_mode=S_IFREG|0664, st_size=5557, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/setup.py", {st_mode=S_IFREG|0664, st_size=539, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/setup.py", {st_mode=S_IFREG|0664, st_size=539, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/COPYING", {st_mode=S_IFREG|0664, st_size=18097, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/COPYING", {st_mode=S_IFREG|0664, st_size=18097, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/COPYRIGHT", {st_mode=S_IFREG|0664, st_size=186, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/COPYRIGHT", {st_mode=S_IFREG|0664, st_size=186, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/NEWS", {st_mode=S_IFREG|0664, st_size=518, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/NEWS", {st_mode=S_IFREG|0664, st_size=518, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/README", {st_mode=S_IFREG|0664, st_size=1286, ...}) = 0 21101 lstat("/home/warp/src/wikipediafs/wikipediafs/trunk/README", {st_mode=S_IFREG|0664, st_size=1286, ...}) = 0 21101 getcwd("/home/warp/src/wikipediafs/wikipediafs/trunk", 4096) = 45 21101 chdir("/home/warp/src/wikipediafs/wikipediafs") = 0 21101 open("svn-commit.tmp", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = -1 EEXIST (File exists) 21101 open("svn-commit.2.tmp", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = -1 EEXIST (File exists) 21101 open("svn-commit.3.tmp", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 write(3, "\n--This line, and those below, w"..., 77) = 77 21101 close(3) = 0 21101 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21101 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21101 utimes("svn-commit.3.tmp", {{1280721946, 0}, {1280721945, 998000}}) = 0 21101 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21101 rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7fa5bee9c1f0}, {0x40c450, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, 8) = 0 21101 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7fa5bee9c1f0}, {SIG_DFL, [], 0}, 8) = 0 21101 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 21101 clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fff645e37c8) = 21102 21102 rt_sigaction(SIGINT, {0x40c450, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bee9c1f0}, NULL, 8) = 0 21101 wait4(21102, 21102 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fa5bee9c1f0}, NULL, 8) = 0 21102 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 21102 execve("/bin/sh", ["sh", "-c", "vim svn-commit.3.tmp"], [/* 39 vars */]) = 0 21102 brk(0) = 0x958000 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6027ca7000 21102 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 21102 open("/etc/ld.so.cache", O_RDONLY) = 3 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21102 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6027c84000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libncurses.so.5", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20*\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=286776, ...}) = 0 21102 mmap(NULL, 2383488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6027846000 21102 mprotect(0x7f6027888000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f6027a87000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7f6027a87000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libdl.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 21102 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6027642000 21102 mprotect(0x7f6027644000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f6027844000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6027844000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libc.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6027c83000 21102 mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f60272e1000 21102 mprotect(0x7f6027439000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f6027638000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f6027638000 21102 mmap(0x7f602763d000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f602763d000 21102 close(3) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6027c82000 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6027c81000 21102 arch_prctl(ARCH_SET_FS, 0x7f6027c82700) = 0 21102 mprotect(0x7f6027638000, 16384, PROT_READ) = 0 21102 mprotect(0x7f6027844000, 4096, PROT_READ) = 0 21102 mprotect(0x7f6027ca9000, 4096, PROT_READ) = 0 21102 munmap(0x7f6027c84000, 141854) = 0 21102 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 21102 open("/dev/tty", O_RDWR|O_NONBLOCK) = 3 21102 close(3) = 0 21102 brk(0) = 0x958000 21102 brk(0x959000) = 0x959000 21102 open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 21102 mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6027b0c000 21102 close(3) = 0 21102 brk(0x95a000) = 0x95a000 21102 brk(0x95b000) = 0x95b000 21102 getuid() = 1000 21102 getgid() = 1000 21102 geteuid() = 1000 21102 getegid() = 1000 21102 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 21102 brk(0x95c000) = 0x95c000 21102 brk(0x95d000) = 0x95d000 21102 open("/proc/meminfo", O_RDONLY) = 3 21102 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6027ca6000 21102 read(3, "MemTotal: 4059528 kB\nMemF"..., 1024) = 1024 21102 close(3) = 0 21102 munmap(0x7f6027ca6000, 4096) = 0 21102 brk(0x95e000) = 0x95e000 21102 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 21102 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 uname({sys="Linux", node="unconquered", ...}) = 0 21102 brk(0x95f000) = 0x95f000 21102 stat("/home/warp/src/wikipediafs/wikipediafs/trunk", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21102 stat(".", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21102 brk(0x961000) = 0x961000 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 getpid() = 21102 21102 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 21102 mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0x7f6027ca0000 21102 close(3) = 0 21102 getppid() = 21101 21102 stat(".", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21102 stat("/home/warp/bin/sh", 0x7fff892956d0) = -1 ENOENT (No such file or directory) 21102 stat("/usr/local/bin/sh", 0x7fff892956d0) = -1 ENOENT (No such file or directory) 21102 stat("/usr/bin/sh", 0x7fff892956d0) = -1 ENOENT (No such file or directory) 21102 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=926536, ...}) = 0 21102 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=926536, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/bin/sh", X_OK) = 0 21102 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=926536, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/bin/sh", R_OK) = 0 21102 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=926536, ...}) = 0 21102 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=926536, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/bin/sh", X_OK) = 0 21102 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=926536, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/bin/sh", R_OK) = 0 21102 brk(0x962000) = 0x962000 21102 getpgrp() = 21100 21102 rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 getrlimit(RLIMIT_NPROC, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21102 brk(0x963000) = 0x963000 21102 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 21102 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 21102 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 21102 brk(0x964000) = 0x964000 21102 stat(".", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21102 stat("/home/warp/bin/vim", 0x7fff89295680) = -1 ENOENT (No such file or directory) 21102 stat("/usr/local/bin/vim", 0x7fff89295680) = -1 ENOENT (No such file or directory) 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/usr/bin/vim", X_OK) = 0 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/usr/bin/vim", R_OK) = 0 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/usr/bin/vim", X_OK) = 0 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 geteuid() = 1000 21102 getegid() = 1000 21102 getuid() = 1000 21102 getgid() = 1000 21102 access("/usr/bin/vim", R_OK) = 0 21102 brk(0x965000) = 0x965000 21102 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {SIG_IGN, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f60273131f0}, {0x444090, [], SA_RESTORER, 0x7f60273131f0}, 8) = 0 21102 execve("/usr/bin/vim", ["vim", "svn-commit.3.tmp"], [/* 38 vars */]) = 0 21102 brk(0) = 0x244f000 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4e000 21102 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 21102 open("/etc/ld.so.cache", O_RDONLY) = 3 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21102 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f97fed2b000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgtk-x11-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \"\7\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=4316328, ...}) = 0 21102 mmap(NULL, 6420608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fe513000 21102 mprotect(0x7f97fe927000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97feb26000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x413000) = 0x7f97feb26000 21102 mmap(0x7f97feb31000, 6272, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97feb31000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgdk-x11-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\351\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=708784, ...}) = 0 21102 mmap(NULL, 2805160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fe266000 21102 mprotect(0x7f97fe30e000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fe50e000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa8000) = 0x7f97fe50e000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgdk_pixbuf-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pO\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=114960, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed2a000 21102 mmap(NULL, 2210392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fe04a000 21102 mprotect(0x7f97fe065000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fe265000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f97fe265000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libpango-1.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=311840, ...}) = 0 21102 mmap(NULL, 2407616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fddfe000 21102 mprotect(0x7f97fde47000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fe047000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0x7f97fe047000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \250\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=289480, ...}) = 0 21102 mmap(NULL, 2387592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fdbb7000 21102 mprotect(0x7f97fdbfc000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fddfc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x45000) = 0x7f97fddfc000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libglib-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240|\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=899656, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed29000 21102 mmap(NULL, 2996912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fd8db000 21102 mprotect(0x7f97fd9b6000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fdbb5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xda000) = 0x7f97fdbb5000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgnomeui-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20L\2\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=640864, ...}) = 0 21102 mmap(NULL, 2737320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fd63e000 21102 mprotect(0x7f97fd6d5000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fd8d5000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x97000) = 0x7f97fd8d5000 21102 mmap(0x7f97fd8da000, 1192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fd8da000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libbonoboui-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\0\2\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=458088, ...}) = 0 21102 mmap(NULL, 2554880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fd3ce000 21102 mprotect(0x7f97fd43a000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fd639000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6b000) = 0x7f97fd639000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgnome-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \207\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=98600, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed28000 21102 mmap(NULL, 2194176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fd1b6000 21102 mprotect(0x7f97fd1cd000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fd3cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f97fd3cc000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXt.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pB\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=404840, ...}) = 0 21102 mmap(NULL, 2503200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fcf52000 21102 mprotect(0x7f97fcfb0000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fd1af000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7f97fd1af000 21102 mmap(0x7f97fd1b5000, 544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fd1b5000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libncurses.so.5", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20*\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=286776, ...}) = 0 21102 mmap(NULL, 2383488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fcd0c000 21102 mprotect(0x7f97fcd4e000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fcf4d000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7f97fcf4d000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libselinux.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360]\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=117848, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed27000 21102 mmap(NULL, 2217744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fcaee000 21102 mprotect(0x7f97fcb0a000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fcd09000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f97fcd09000 21102 mmap(0x7f97fcd0b000, 1808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fcd0b000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libacl.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\36\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=30408, ...}) = 0 21102 mmap(NULL, 2125584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fc8e7000 21102 mprotect(0x7f97fc8ee000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fcaed000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f97fcaed000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgpm.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0 \0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=23696, ...}) = 0 21102 mmap(NULL, 2119928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fc6e1000 21102 mprotect(0x7f97fc6e6000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fc8e6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f97fc8e6000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libperl.so.5.10", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\221\3\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=1494376, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed26000 21102 mmap(NULL, 3590024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fc374000 21102 mprotect(0x7f97fc4d8000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fc6d8000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x164000) = 0x7f97fc6d8000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libpython2.6.so.1.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\177\4\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=2763352, ...}) = 0 21102 mmap(NULL, 4919248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fbec3000 21102 mprotect(0x7f97fc102000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fc302000, 409600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23f000) = 0x7f97fc302000 21102 mmap(0x7f97fc366000, 57296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fc366000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libtcl8.4.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P5\2\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=845200, ...}) = 0 21102 mmap(NULL, 2945672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fbbf3000 21102 mprotect(0x7f97fbcb3000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fbeb3000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc0000) = 0x7f97fbeb3000 21102 mmap(0x7f97fbec1000, 4744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fbec1000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libruby1.8.so.1.8", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\246\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=927872, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed25000 21102 mmap(NULL, 3147264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fb8f2000 21102 mprotect(0x7f97fb9d1000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fbbd0000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xde000) = 0x7f97fbbd0000 21102 mmap(0x7f97fbbd5000, 120320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fbbd5000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libm.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0 21102 mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fb670000 21102 mprotect(0x7f97fb6f0000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fb8f0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f97fb8f0000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libpthread.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340Y\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0755, st_size=131260, ...}) = 0 21102 mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fb454000 21102 mprotect(0x7f97fb46b000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fb66a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f97fb66a000 21102 mmap(0x7f97fb66c000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fb66c000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libc.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed24000 21102 mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fb0f3000 21102 mprotect(0x7f97fb24b000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fb44a000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f97fb44a000 21102 mmap(0x7f97fb44f000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fb44f000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libX11.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\377\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=1293744, ...}) = 0 21102 mmap(NULL, 3390792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fadb7000 21102 mprotect(0x7f97faeed000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fb0ed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x136000) = 0x7f97fb0ed000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libSM.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\34\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=31944, ...}) = 0 21102 mmap(NULL, 2127160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fabaf000 21102 mprotect(0x7f97fabb7000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fadb6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f97fadb6000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libICE.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@S\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=96400, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed23000 21102 mmap(NULL, 2206080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fa994000 21102 mprotect(0x7f97fa9ab000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fabaa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f97fabaa000 21102 mmap(0x7f97fabac000, 10624, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97fabac000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libdl.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 21102 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fa790000 21102 mprotect(0x7f97fa792000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97fa992000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97fa992000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libpangocairo-1.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300R\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=50672, ...}) = 0 21102 mmap(NULL, 2146032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fa584000 21102 mprotect(0x7f97fa590000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fa78f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f97fa78f000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXcomposite.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \f\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=9880, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed22000 21102 mmap(NULL, 2105096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fa382000 21102 mprotect(0x7f97fa384000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fa583000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f97fa583000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXdamage.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\v\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=9024, ...}) = 0 21102 mmap(NULL, 2104248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97fa180000 21102 mprotect(0x7f97fa182000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fa381000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f97fa381000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXfixes.so.3", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\25\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=21576, ...}) = 0 21102 mmap(NULL, 2116872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f9f7b000 21102 mprotect(0x7f97f9f80000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97fa17f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f97fa17f000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libatk-1.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\253\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=134288, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed21000 21102 mmap(NULL, 2230592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f9d5a000 21102 mprotect(0x7f97f9d79000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f9f78000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f97f9f78000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libcairo.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\314\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=511776, ...}) = 0 21102 mmap(NULL, 2608696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f9add000 21102 mprotect(0x7f97f9b57000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f9d57000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7f97f9d57000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgio-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\310\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=724864, ...}) = 0 21102 mmap(NULL, 2824208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f982b000 21102 mprotect(0x7f97f98d9000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f9ad9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xae000) = 0x7f97f9ad9000 21102 mmap(0x7f97f9adc000, 2064, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f9adc000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libpangoft2-1.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320|\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=173536, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed20000 21102 mmap(NULL, 2269056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f9601000 21102 mprotect(0x7f97f962a000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f982a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f97f982a000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\321\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=557376, ...}) = 0 21102 mmap(NULL, 2652592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f9379000 21102 mprotect(0x7f97f93fc000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f95fb000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f97f95fb000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320d\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=216576, ...}) = 0 21102 mmap(NULL, 2312712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f9144000 21102 mprotect(0x7f97f9177000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f9377000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x7f97f9377000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgmodule-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\23\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=12664, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed1f000 21102 mmap(NULL, 2107992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8f41000 21102 mprotect(0x7f97f8f44000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f9143000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97f9143000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgthread-2.0.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\27\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=17704, ...}) = 0 21102 mmap(NULL, 2112952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8d3d000 21102 mprotect(0x7f97f8d41000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f8f40000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97f8f40000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/librt.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0 21102 mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8b35000 21102 mprotect(0x7f97f8b3c000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f8d3b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f97f8d3b000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXext.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3409\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=74432, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed1e000 21102 mmap(NULL, 2170152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8923000 21102 mprotect(0x7f97f8934000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f8b34000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f97f8b34000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXrender.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\33\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=39976, ...}) = 0 21102 mmap(NULL, 2135208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8719000 21102 mprotect(0x7f97f8722000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f8922000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f97f8922000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXinerama.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\n\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=8992, ...}) = 0 21102 mmap(NULL, 2104136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8517000 21102 mprotect(0x7f97f8519000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f8718000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f97f8718000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXi.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\"\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=60664, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed1d000 21102 mmap(NULL, 2156032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8308000 21102 mprotect(0x7f97f8317000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f8516000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f97f8516000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXrandr.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\31\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=32776, ...}) = 0 21102 mmap(NULL, 2128072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f8100000 21102 mprotect(0x7f97f8108000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f8307000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f97f8307000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXcursor.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240+\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=40152, ...}) = 0 21102 mmap(NULL, 2135368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7ef6000 21102 mprotect(0x7f97f7eff000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f80ff000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f97f80ff000 21102 close(3) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed1c000 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libpcre.so.3", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=197568, ...}) = 0 21102 mmap(NULL, 2292768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7cc6000 21102 mprotect(0x7f97f7cf6000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f7ef5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7f97f7ef5000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libxml2.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\2\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=1371544, ...}) = 0 21102 mmap(NULL, 3471960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7976000 21102 mprotect(0x7f97f7abc000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f7cbb000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x145000) = 0x7f97f7cbb000 21102 mmap(0x7f97f7cc5000, 2648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f7cc5000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgnomecanvas-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\326\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=220472, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed1b000 21102 mmap(NULL, 2316032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7740000 21102 mprotect(0x7f97f7775000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f7974000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x7f97f7974000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libart_lgpl_2.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 3\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=101552, ...}) = 0 21102 mmap(NULL, 2196776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7527000 21102 mprotect(0x7f97f753f000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f773f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f97f773f000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libz.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0 21102 mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7310000 21102 mprotect(0x7f97f7327000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f7526000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f97f7526000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libbonobo-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\246\2\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=486384, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed1a000 21102 mmap(NULL, 2582456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f7099000 21102 mprotect(0x7f97f7100000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f72ff000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x66000) = 0x7f97f72ff000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libbonobo-activation.so.4", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\270\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=111152, ...}) = 0 21102 mmap(NULL, 2206752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f6e7e000 21102 mprotect(0x7f97f6e96000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f7095000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f97f7095000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libORBit-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\235\2\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=460112, ...}) = 0 21102 mmap(NULL, 2557256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f6c0d000 21102 mprotect(0x7f97f6c6b000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f6e6b000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f97f6e6b000 21102 mmap(0x7f97f6e7d000, 1352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f6e7d000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgnomevfs-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\227\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=433272, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed19000 21102 mmap(NULL, 2530592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f69a3000 21102 mprotect(0x7f97f6a09000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f6c08000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x65000) = 0x7f97f6c08000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgconf-2.so.4", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\"\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=253936, ...}) = 0 21102 mmap(NULL, 2349520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f6765000 21102 mprotect(0x7f97f679f000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f699e000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x7f97f699e000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgnome-keyring.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000|\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=128568, ...}) = 0 21102 mmap(NULL, 2224048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f6546000 21102 mprotect(0x7f97f6564000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f6764000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f97f6764000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libpopt.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320&\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=46848, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed18000 21102 mmap(NULL, 2142128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f633b000 21102 mprotect(0x7f97f6346000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f6545000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f97f6545000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libesd.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000:\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=46560, ...}) = 0 21102 mmap(NULL, 2141944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f6130000 21102 mprotect(0x7f97f613a000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f633a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f97f633a000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libaudiofile.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pj\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=165096, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed17000 21102 mmap(NULL, 2260208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f5f08000 21102 mprotect(0x7f97f5f2d000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f612c000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7f97f612c000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libattr.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\24\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=17608, ...}) = 0 21102 mmap(NULL, 2112752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f5d04000 21102 mprotect(0x7f97f5d08000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f5f07000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97f5f07000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libcrypt.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\n\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=35104, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed16000 21102 mmap(NULL, 2318784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f5acd000 21102 mprotect(0x7f97f5ad5000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f5cd4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f97f5cd4000 21102 mmap(0x7f97f5cd6000, 184768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f5cd6000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220f\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=349040, ...}) = 0 21102 mmap(NULL, 2444240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f5878000 21102 mprotect(0x7f97f58c7000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f5ac6000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4e000) = 0x7f97f5ac6000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\252\7\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=1693312, ...}) = 0 21102 mmap(NULL, 3803288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f54d7000 21102 mprotect(0x7f97f564c000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f584c000, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7f97f584c000 21102 mmap(0x7f97f5874000, 14488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f5874000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libutil.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=10648, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed15000 21102 mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f52d4000 21102 mprotect(0x7f97f52d6000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f54d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f97f54d5000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libxcb.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\227\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=115296, ...}) = 0 21102 mmap(NULL, 2210672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f50b8000 21102 mprotect(0x7f97f50d4000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f52d3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f97f52d3000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libuuid.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\25\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=15720, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed14000 21102 mmap(NULL, 2110736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f4eb4000 21102 mprotect(0x7f97f4eb8000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f50b7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97f50b7000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libpixman-1.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240n\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=362064, ...}) = 0 21102 mmap(NULL, 2457488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f4c5c000 21102 mprotect(0x7f97f4cb2000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f4eb1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x55000) = 0x7f97f4eb1000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libpng12.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0O\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=155360, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed13000 21102 mmap(NULL, 2250576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f4a36000 21102 mprotect(0x7f97f4a5b000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f4c5b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f97f4c5b000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libxcb-render-util.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\26\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=12968, ...}) = 0 21102 mmap(NULL, 2108344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f4833000 21102 mprotect(0x7f97f4836000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f4a35000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97f4a35000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libxcb-render.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P2\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=33304, ...}) = 0 21102 mmap(NULL, 2128496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f462b000 21102 mprotect(0x7f97f4632000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f4832000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f97f4832000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libresolv.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3008\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=80712, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed12000 21102 mmap(NULL, 2185864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f4415000 21102 mprotect(0x7f97f4428000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f4627000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f97f4627000 21102 mmap(0x7f97f4629000, 6792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f4629000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libexpat.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260;\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=165744, ...}) = 0 21102 mmap(NULL, 2260960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f41ed000 21102 mprotect(0x7f97f4213000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f4413000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f97f4413000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgailutil.so.18", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p,\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=30160, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed11000 21102 mmap(NULL, 2125360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f3fe6000 21102 mprotect(0x7f97f3fed000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f41ec000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f97f41ec000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libORBitCosNaming-2.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p3\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=29200, ...}) = 0 21102 mmap(NULL, 2124432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f3ddf000 21102 mprotect(0x7f97f3de4000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f3fe4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f97f3fe4000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libdbus-glib-1.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\232\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=140928, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed10000 21102 mmap(NULL, 2236392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f3bbd000 21102 mprotect(0x7f97f3bde000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f3ddd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f97f3ddd000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libdbus-1.so.3", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@y\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=261656, ...}) = 0 21102 mmap(NULL, 2357544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f397d000 21102 mprotect(0x7f97f39bb000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f3bbb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7f97f3bbb000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgnutls.so.26", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0v\1\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=668776, ...}) = 0 21102 mmap(NULL, 2763944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f36da000 21102 mprotect(0x7f97f3776000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f3976000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9c000) = 0x7f97f3976000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libavahi-glib.so.1", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\16\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=11376, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed0f000 21102 mmap(NULL, 2106656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f34d7000 21102 mprotect(0x7f97f34da000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f36d9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97f36d9000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libavahi-common.so.3", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260;\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=49752, ...}) = 0 21102 mmap(NULL, 2144976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f32cb000 21102 mprotect(0x7f97f32d7000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f34d6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f97f34d6000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libavahi-client.so.3", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 @\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=67072, ...}) = 0 21102 mmap(NULL, 2162176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f30bb000 21102 mprotect(0x7f97f30cb000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f32ca000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f97f32ca000 21102 close(3) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed0e000 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgcrypt.so.11", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\200\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=489912, ...}) = 0 21102 mmap(NULL, 2586272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f2e43000 21102 mprotect(0x7f97f2eb7000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f30b7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x74000) = 0x7f97f30b7000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libasound.so.2", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\1\3\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=939328, ...}) = 0 21102 mmap(NULL, 3034888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f2b5e000 21102 mprotect(0x7f97f2c3c000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f2e3b000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f97f2e3b000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXau.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\r\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=10896, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed0d000 21102 mmap(NULL, 2106104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f295b000 21102 mprotect(0x7f97f295d000, 2097152, PROT_NONE) = 0 21102 mmap(0x7f97f2b5d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97f2b5d000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\24\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=20504, ...}) = 0 21102 mmap(NULL, 2115696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f2756000 21102 mprotect(0x7f97f275b000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f295a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f97f295a000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libtasn1.so.3", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\33\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=65408, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed0c000 21102 mmap(NULL, 2160968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f2546000 21102 mprotect(0x7f97f2556000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f2755000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f97f2755000 21102 close(3) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/usr/lib/libgpg-error.so.0", O_RDONLY) = 3 21102 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\10\0\0\0\0\0\0"..., 832) = 832 21102 fstat(3, {st_mode=S_IFREG|0644, st_size=13216, ...}) = 0 21102 mmap(NULL, 2108592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97f2343000 21102 mprotect(0x7f97f2346000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f2545000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97f2545000 21102 close(3) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed0b000 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed0a000 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed09000 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed08000 21102 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed06000 21102 arch_prctl(ARCH_SET_FS, 0x7f97fed067e0) = 0 21102 mprotect(0x7f97f3bbb000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97f4627000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97f54d5000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97f5cd4000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97f8d3b000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97fa992000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97fb44a000, 16384, PROT_READ) = 0 21102 mprotect(0x7f97fb66a000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97fb8f0000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97fcd09000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97fed50000, 4096, PROT_READ) = 0 21102 munmap(0x7f97fed2b000, 141854) = 0 21102 set_tid_address(0x7f97fed06ab0) = 21102 21102 set_robust_list(0x7f97fed06ac0, 0x18) = 0 21102 futex(0x7fff6e3d1a1c, FUTEX_WAKE_PRIVATE, 1) = 0 21102 futex(0x7fff6e3d1a1c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f97fed067e0) = -1 EAGAIN (Resource temporarily unavailable) 21102 rt_sigaction(SIGRTMIN, {0x7f97fb459860, [], SA_RESTORER|SA_SIGINFO, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGRT_1, {0x7f97fb4598f0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 21102 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 21102 brk(0) = 0x244f000 21102 brk(0x2470000) = 0x2470000 21102 statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=179284808, f_bfree=56678573, f_bavail=47571426, f_files=45539328, f_ffree=43355325, f_fsid={1205663700, -2110412844}, f_namelen=255, f_frsize=4096}) = 0 21102 open("/proc/filesystems", O_RDONLY) = 3 21102 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4d000 21102 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 393 21102 read(3, "", 1024) = 0 21102 close(3) = 0 21102 munmap(0x7f97fed4d000, 4096) = 0 21102 sigaltstack({ss_sp=0x244f040, ss_flags=0, ss_size=8192}, NULL) = 0 21102 lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 21102 lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 21102 lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 21102 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f97fb1251f0}, {SIG_IGN, [], 0}, 8) = 0 21102 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f97f1b42000 21102 mprotect(0x7f97f1b42000, 4096, PROT_NONE) = 0 21102 clone(child_stack=0x7f97f2341f10, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97f23429e0, tls=0x7f97f2342710, child_tidptr=0x7f97f23429e0) = 21103 21102 futex(0x2452054, FUTEX_WAIT_PRIVATE, 1, NULL 21103 set_robust_list(0x7f97f23429f0, 0x18) = 0 21103 pipe([3, 4]) = 0 21103 fcntl(3, F_GETFL) = 0 (flags O_RDONLY) 21103 fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 21103 fcntl(4, F_GETFL) = 0x1 (flags O_WRONLY) 21103 fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0 21103 futex(0x2452054, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 0x2451ff0, 2) = 1 21102 <... futex resumed> ) = 0 21103 select(4, [3], [], [], NULL 21102 futex(0x2451ff0, FUTEX_WAKE_PRIVATE, 1) = 0 21102 access("/home/warp/bin/vim", X_OK) = -1 ENOENT (No such file or directory) 21102 access("/usr/local/bin/vim", X_OK) = -1 ENOENT (No such file or directory) 21102 access("/usr/bin/vim", X_OK) = 0 21102 stat("/usr/bin/vim", {st_mode=S_IFREG|0755, st_size=2277440, ...}) = 0 21102 open("/usr/lib/locale/locale-archive", O_RDONLY) = 5 21102 fstat(5, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 21102 mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f97feb91000 21102 close(5) = 0 21102 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0 21102 lstat("/usr/lib/tcl8.4", 0x7fff6e3cfca0) = -1 ENOENT (No such file or directory) 21102 access("/usr", F_OK) = 0 21102 access("/usr/lib", F_OK) = 0 21102 access("/usr/lib/tcl8.4", F_OK) = -1 ENOENT (No such file or directory) 21102 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0 21102 open("/usr/lib/tcl8.4/encoding/iso8859-1.enc", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 lstat("/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 21102 lstat("/lib/tcl8.4", 0x7fff6e3cfca0) = -1 ENOENT (No such file or directory) 21102 access("/lib", F_OK) = 0 21102 access("/lib/tcl8.4", F_OK) = -1 ENOENT (No such file or directory) 21102 lstat("/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 21102 open("/lib/tcl8.4/encoding/iso8859-1.enc", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 lstat("/usr/library", 0x7fff6e3cfca0) = -1 ENOENT (No such file or directory) 21102 access("/usr", F_OK) = 0 21102 access("/usr/library", F_OK) = -1 ENOENT (No such file or directory) 21102 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 open("/usr/library/encoding/iso8859-1.enc", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 lstat("/library", 0x7fff6e3cfca0) = -1 ENOENT (No such file or directory) 21102 access("/library", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/library/encoding/iso8859-1.enc", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 lstat("/tcl8.4.19", 0x7fff6e3cfca0) = -1 ENOENT (No such file or directory) 21102 access("/tcl8.4.19", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/tcl8.4.19/library/encoding/iso8859-1.enc", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 21102 lstat("/usr/share/tcltk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 lstat("/usr/share/tcltk/tcl8.4", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 lstat("/usr/share/tcltk/tcl8.4/encoding", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 21102 open("/usr/share/tcltk/tcl8.4/encoding/iso8859-1.enc", O_RDONLY) = 5 21102 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 21102 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff6e3d0f60) = -1 ENOTTY (Inappropriate ioctl for device) 21102 brk(0x2494000) = 0x2494000 21102 read(5, "# Encoding file: iso8859-1, sing"..., 4096) = 1094 21102 read(5, "", 4096) = 0 21102 close(5) = 0 21102 stat("/usr/share/vim/vim72", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 chdir("/home/warp/src/wikipediafs/wikipediafs") = 0 21102 chdir("/home/warp") = 0 21102 getcwd("/home/warp", 1025) = 11 21102 chdir("/home/warp/src/wikipediafs/wikipediafs") = 0 21102 sysinfo({uptime=1293814, loads=[1824, 7040, 7520] totalram=4156956672, freeram=282271744, sharedram=0, bufferram=572227584} totalswap=7937351680, freeswap=7934861312, procs=340}) = 0 21102 getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21102 getuid() = 1000 21102 open("/usr/share/locale/locale.alias", O_RDONLY) = 5 21102 fstat(5, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4d000 21102 read(5, "# Locale name alias data base.\n#"..., 4096) = 2570 21102 read(5, "", 4096) = 0 21102 close(5) = 0 21102 munmap(0x7f97fed4d000, 4096) = 0 21102 open("/usr/share/vim/vim72/lang/en_US.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/lang/en_US.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/lang/en_US/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/lang/en.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/lang/en.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/lang/en/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 rt_sigaction(SIGWINCH, {0x521cd0, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [WINCH], [], 8) = 0 21102 rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [TSTP], [], 8) = 0 21102 rt_sigaction(SIGCONT, {0x5208f0, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [CONT], [], 8) = 0 21102 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [PIPE], [], 8) = 0 21102 rt_sigaction(SIGINT, {0x521c80, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [INT], [], 8) = 0 21102 rt_sigaction(SIGALRM, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [ALRM], [], 8) = 0 21102 rt_sigaction(SIGPWR, {0x521cb0, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], 0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [PWR], [], 8) = 0 21102 rt_sigaction(SIGHUP, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGQUIT, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGILL, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGTRAP, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGABRT, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGFPE, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGBUS, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGSEGV, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGSYS, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGTERM, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGVTALRM, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGPROF, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGXCPU, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGXFSZ, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGUSR1, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGUSR2, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 socket(PF_FILE, SOCK_STREAM, 0) = 5 21102 uname({sys="Linux", node="unconquered", ...}) = 0 21102 connect(5, {sa_family=AF_FILE, path=@"/tmp/.ICE-unix/1858"}, 22) = 0 21102 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 21102 write(5, "\0\1\0\0\0\0\0\0", 8) = 8 21102 read(5, "\0\1\0\365\0\0\0\0", 8) = 8 21102 access("/home/warp/.ICEauthority", R_OK) = 0 21102 open("/home/warp/.ICEauthority", O_RDONLY) = 6 21102 fstat(6, {st_mode=S_IFREG|0600, st_size=144621, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4d000 21102 read(6, "\0\4XSMP\0\0\0$unix/unconquered:/tmp/"..., 4096) = 4096 21102 read(6, "x/3696\0\22MIT-MAGIC-COOKIE-1\0\20W\27\17<"..., 4096) = 4096 21102 read(6, "x/4403\0\22MIT-MAGIC-COOKIE-1\0\20&\240\230\357"..., 4096) = 4096 21102 read(6, "\0\4XSMP\0\0\0#local/agamemnon:/tmp/."..., 4096) = 4096 21102 read(6, "unix/3194\0\22MIT-MAGIC-COOKIE-1\0\20\216"..., 4096) = 4096 21102 read(6, "\342\373\272\302\3367\364\303\207\355h\305J\333\"l\0\3ICE\0\0\0\"local/a"..., 4096) = 4096 21102 read(6, "amemnon:1091\0\22MIT-MAGIC-COOKIE-1"..., 4096) = 4096 21102 read(6, "local/agamemnon:/tmp/.ICE-unix/3"..., 4096) = 4096 21102 read(6, "/12078\0\22MIT-MAGIC-COOKIE-1\0\20\340O\253\203"..., 4096) = 4096 21102 read(6, "\354P\272\235,\177\372\32\0\3ICE\0\0\0$local/agamemnon"..., 4096) = 4096 21102 read(6, "on:/tmp/.ICE-unix/30314\0\22MIT-MAG"..., 4096) = 4096 21102 read(6, "\0\20\30\7BD\376\222E\232\254\374\225\33\302\203.\353\0\4XSMP\0\0\0$loca"..., 4096) = 4096 21102 read(6, "memnon:/tmp/.ICE-unix/2566\0\22MIT-"..., 4096) = 4096 21102 read(6, "y\326iF\252\36=\0\3ICE\0\0\0$local/agamemnon:"..., 4096) = 4096 21102 read(6, "-unix/1319\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "\0\0$local/agamemnon:/tmp/.ICE-uni"..., 4096) = 4096 21102 read(6, "OOKIE-1\0\20\307\256\317\2234\346X;\330T0m\37\326F\356\0\4XSMP\0"..., 4096) = 4096 21102 read(6, "E\0\0\0#local/agamemnon:/tmp/.ICE-u"..., 4096) = 4096 21102 read(6, "E-unix/1588\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 4096 21102 read(6, "\327\303\20b\241\356+\220\"\212\16|\0\4XSMP\0\0\0$local/agam"..., 4096) = 4096 21102 read(6, "gamemnon:/tmp/.ICE-unix/1428\0\22MI"..., 4096) = 4096 21102 read(6, "KIE-1\0\20(&\332\207\30\2073,\237D\371\314\201Ob\363\0\3ICE\0\0\0#"..., 4096) = 4096 21102 read(6, "amemnon:/tmp/.ICE-unix/16158\0\22MI"..., 4096) = 4096 21102 read(6, "1059823210\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20\242\205gl\223\226\30\275\rv\252MX\321\271p\0\3IC"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20g{p\212\\\320\307\5\r\310"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20&R\236\347\320\177\375\361\251\233"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20>n\270C\376?\241\351\3065\347I\1\254\235\324\0\3IC"..., 4096) = 4096 21102 read(6, "\236\266\20\212\267\332w\327z\375\0\3ICE\0\0\0#local/agamemn"..., 4096) = 4096 21102 read(6, "cal/agamemnon:/tmp/.ICE-unix/886"..., 4096) = 4096 21102 read(6, "unix/dcop29886-1122585566\0\22MIT-M"..., 4096) = 4096 21102 read(6, "IE-1\0\20J \367\223_\341m\36MUc\207\17\3767\240\0\4XSMP\0\0\0$"..., 4096) = 4096 21102 read(6, "GIC-COOKIE-1\0\20VOn?\267N\31%\t\342B\324\221W4^\0\3"..., 4096) = 4096 21102 read(6, "\0\20\277L{\33(c\260\345\334\301k\303K\305\35\225\0\4XSMP\0\0\0#loca"..., 4096) = 4096 21102 read(6, "IC-COOKIE-1\0\20\240e\331V\353x\341\16\277:\306\264\234\\5\332\0\4X"..., 4096) = 4096 21102 read(6, "P\0\0\0$unix/unconquered:/tmp/.ICE-"..., 4096) = 1261 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed4d000, 4096) = 0 21102 write(5, "\0\2\1\1\6\0\0\0\0\0\0\0\0\0\0\0\3\0MIT\0\0\0\3\0001.0\0\0\0"..., 56) = 56 21102 read(5, "\0\3\0\365\1\0\0\0", 8) = 8 21102 read(5, "\0\0006\365\367\177\0\0", 8) = 8 21102 access("/home/warp/.ICEauthority", R_OK) = 0 21102 open("/home/warp/.ICEauthority", O_RDONLY) = 6 21102 fstat(6, {st_mode=S_IFREG|0600, st_size=144621, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4d000 21102 read(6, "\0\4XSMP\0\0\0$unix/unconquered:/tmp/"..., 4096) = 4096 21102 read(6, "x/3696\0\22MIT-MAGIC-COOKIE-1\0\20W\27\17<"..., 4096) = 4096 21102 read(6, "x/4403\0\22MIT-MAGIC-COOKIE-1\0\20&\240\230\357"..., 4096) = 4096 21102 read(6, "\0\4XSMP\0\0\0#local/agamemnon:/tmp/."..., 4096) = 4096 21102 read(6, "unix/3194\0\22MIT-MAGIC-COOKIE-1\0\20\216"..., 4096) = 4096 21102 read(6, "\342\373\272\302\3367\364\303\207\355h\305J\333\"l\0\3ICE\0\0\0\"local/a"..., 4096) = 4096 21102 read(6, "amemnon:1091\0\22MIT-MAGIC-COOKIE-1"..., 4096) = 4096 21102 read(6, "local/agamemnon:/tmp/.ICE-unix/3"..., 4096) = 4096 21102 read(6, "/12078\0\22MIT-MAGIC-COOKIE-1\0\20\340O\253\203"..., 4096) = 4096 21102 read(6, "\354P\272\235,\177\372\32\0\3ICE\0\0\0$local/agamemnon"..., 4096) = 4096 21102 read(6, "on:/tmp/.ICE-unix/30314\0\22MIT-MAG"..., 4096) = 4096 21102 read(6, "\0\20\30\7BD\376\222E\232\254\374\225\33\302\203.\353\0\4XSMP\0\0\0$loca"..., 4096) = 4096 21102 read(6, "memnon:/tmp/.ICE-unix/2566\0\22MIT-"..., 4096) = 4096 21102 read(6, "y\326iF\252\36=\0\3ICE\0\0\0$local/agamemnon:"..., 4096) = 4096 21102 read(6, "-unix/1319\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "\0\0$local/agamemnon:/tmp/.ICE-uni"..., 4096) = 4096 21102 read(6, "OOKIE-1\0\20\307\256\317\2234\346X;\330T0m\37\326F\356\0\4XSMP\0"..., 4096) = 4096 21102 read(6, "E\0\0\0#local/agamemnon:/tmp/.ICE-u"..., 4096) = 4096 21102 read(6, "E-unix/1588\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 4096 21102 read(6, "\327\303\20b\241\356+\220\"\212\16|\0\4XSMP\0\0\0$local/agam"..., 4096) = 4096 21102 read(6, "gamemnon:/tmp/.ICE-unix/1428\0\22MI"..., 4096) = 4096 21102 read(6, "KIE-1\0\20(&\332\207\30\2073,\237D\371\314\201Ob\363\0\3ICE\0\0\0#"..., 4096) = 4096 21102 read(6, "amemnon:/tmp/.ICE-unix/16158\0\22MI"..., 4096) = 4096 21102 read(6, "1059823210\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20\242\205gl\223\226\30\275\rv\252MX\321\271p\0\3IC"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20g{p\212\\\320\307\5\r\310"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20&R\236\347\320\177\375\361\251\233"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20>n\270C\376?\241\351\3065\347I\1\254\235\324\0\3IC"..., 4096) = 4096 21102 read(6, "\236\266\20\212\267\332w\327z\375\0\3ICE\0\0\0#local/agamemn"..., 4096) = 4096 21102 read(6, "cal/agamemnon:/tmp/.ICE-unix/886"..., 4096) = 4096 21102 read(6, "unix/dcop29886-1122585566\0\22MIT-M"..., 4096) = 4096 21102 read(6, "IE-1\0\20J \367\223_\341m\36MUc\207\17\3767\240\0\4XSMP\0\0\0$"..., 4096) = 4096 21102 read(6, "GIC-COOKIE-1\0\20VOn?\267N\31%\t\342B\324\221W4^\0\3"..., 4096) = 4096 21102 read(6, "\0\20\277L{\33(c\260\345\334\301k\303K\305\35\225\0\4XSMP\0\0\0#loca"..., 4096) = 4096 21102 read(6, "IC-COOKIE-1\0\20\240e\331V\353x\341\16\277:\306\264\234\\5\332\0\4X"..., 4096) = 4096 21102 read(6, "P\0\0\0$unix/unconquered:/tmp/.ICE-"..., 4096) = 1261 21102 close(6) = 0 21102 munmap(0x7f97fed4d000, 4096) = 0 21102 write(5, "\0\4\1\1\3\0\0\0\20\0\0\0\0\0\0\0\250\354\253\2420\266C,\7\271\260\361\3279\311\363", 32) = 32 21102 read(5, "\0\6\0\365\2\0\0\0", 8) = 8 21102 read(5, "\3\0MIT\177\0\0\3\0001.0\0\0\0", 16) = 16 21102 access("/home/warp/.ICEauthority", R_OK) = 0 21102 open("/home/warp/.ICEauthority", O_RDONLY) = 6 21102 fstat(6, {st_mode=S_IFREG|0600, st_size=144621, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4d000 21102 read(6, "\0\4XSMP\0\0\0$unix/unconquered:/tmp/"..., 4096) = 4096 21102 read(6, "x/3696\0\22MIT-MAGIC-COOKIE-1\0\20W\27\17<"..., 4096) = 4096 21102 read(6, "x/4403\0\22MIT-MAGIC-COOKIE-1\0\20&\240\230\357"..., 4096) = 4096 21102 read(6, "\0\4XSMP\0\0\0#local/agamemnon:/tmp/."..., 4096) = 4096 21102 read(6, "unix/3194\0\22MIT-MAGIC-COOKIE-1\0\20\216"..., 4096) = 4096 21102 read(6, "\342\373\272\302\3367\364\303\207\355h\305J\333\"l\0\3ICE\0\0\0\"local/a"..., 4096) = 4096 21102 read(6, "amemnon:1091\0\22MIT-MAGIC-COOKIE-1"..., 4096) = 4096 21102 read(6, "local/agamemnon:/tmp/.ICE-unix/3"..., 4096) = 4096 21102 read(6, "/12078\0\22MIT-MAGIC-COOKIE-1\0\20\340O\253\203"..., 4096) = 4096 21102 read(6, "\354P\272\235,\177\372\32\0\3ICE\0\0\0$local/agamemnon"..., 4096) = 4096 21102 read(6, "on:/tmp/.ICE-unix/30314\0\22MIT-MAG"..., 4096) = 4096 21102 read(6, "\0\20\30\7BD\376\222E\232\254\374\225\33\302\203.\353\0\4XSMP\0\0\0$loca"..., 4096) = 4096 21102 read(6, "memnon:/tmp/.ICE-unix/2566\0\22MIT-"..., 4096) = 4096 21102 read(6, "y\326iF\252\36=\0\3ICE\0\0\0$local/agamemnon:"..., 4096) = 4096 21102 read(6, "-unix/1319\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "\0\0$local/agamemnon:/tmp/.ICE-uni"..., 4096) = 4096 21102 read(6, "OOKIE-1\0\20\307\256\317\2234\346X;\330T0m\37\326F\356\0\4XSMP\0"..., 4096) = 4096 21102 read(6, "E\0\0\0#local/agamemnon:/tmp/.ICE-u"..., 4096) = 4096 21102 read(6, "E-unix/1588\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 4096 21102 read(6, "\327\303\20b\241\356+\220\"\212\16|\0\4XSMP\0\0\0$local/agam"..., 4096) = 4096 21102 read(6, "gamemnon:/tmp/.ICE-unix/1428\0\22MI"..., 4096) = 4096 21102 read(6, "KIE-1\0\20(&\332\207\30\2073,\237D\371\314\201Ob\363\0\3ICE\0\0\0#"..., 4096) = 4096 21102 read(6, "amemnon:/tmp/.ICE-unix/16158\0\22MI"..., 4096) = 4096 21102 read(6, "1059823210\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20\242\205gl\223\226\30\275\rv\252MX\321\271p\0\3IC"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20g{p\212\\\320\307\5\r\310"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20&R\236\347\320\177\375\361\251\233"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20>n\270C\376?\241\351\3065\347I\1\254\235\324\0\3IC"..., 4096) = 4096 21102 read(6, "\236\266\20\212\267\332w\327z\375\0\3ICE\0\0\0#local/agamemn"..., 4096) = 4096 21102 read(6, "cal/agamemnon:/tmp/.ICE-unix/886"..., 4096) = 4096 21102 read(6, "unix/dcop29886-1122585566\0\22MIT-M"..., 4096) = 4096 21102 read(6, "IE-1\0\20J \367\223_\341m\36MUc\207\17\3767\240\0\4XSMP\0\0\0$"..., 4096) = 4096 21102 read(6, "GIC-COOKIE-1\0\20VOn?\267N\31%\t\342B\324\221W4^\0\3"..., 4096) = 4096 21102 read(6, "\0\20\277L{\33(c\260\345\334\301k\303K\305\35\225\0\4XSMP\0\0\0#loca"..., 4096) = 4096 21102 read(6, "IC-COOKIE-1\0\20\240e\331V\353x\341\16\277:\306\264\234\\5\332\0\4X"..., 4096) = 4096 21102 read(6, "P\0\0\0$unix/unconquered:/tmp/.ICE-"..., 4096) = 1261 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed4d000, 4096) = 0 21102 write(5, "\0\7\1\0\7\0\0\0\1\1\0\0\0\0\0\0\4\0XSMPC,\3\0MIT9\311\363"..., 64) = 64 21102 read(5, "\0\3\0\365\1\0\0\0", 8) = 8 21102 read(5, "\0\0MIT\177\0\0", 8) = 8 21102 access("/home/warp/.ICEauthority", R_OK) = 0 21102 open("/home/warp/.ICEauthority", O_RDONLY) = 6 21102 fstat(6, {st_mode=S_IFREG|0600, st_size=144621, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed4d000 21102 read(6, "\0\4XSMP\0\0\0$unix/unconquered:/tmp/"..., 4096) = 4096 21102 read(6, "x/3696\0\22MIT-MAGIC-COOKIE-1\0\20W\27\17<"..., 4096) = 4096 21102 read(6, "x/4403\0\22MIT-MAGIC-COOKIE-1\0\20&\240\230\357"..., 4096) = 4096 21102 read(6, "\0\4XSMP\0\0\0#local/agamemnon:/tmp/."..., 4096) = 4096 21102 read(6, "unix/3194\0\22MIT-MAGIC-COOKIE-1\0\20\216"..., 4096) = 4096 21102 read(6, "\342\373\272\302\3367\364\303\207\355h\305J\333\"l\0\3ICE\0\0\0\"local/a"..., 4096) = 4096 21102 read(6, "amemnon:1091\0\22MIT-MAGIC-COOKIE-1"..., 4096) = 4096 21102 read(6, "local/agamemnon:/tmp/.ICE-unix/3"..., 4096) = 4096 21102 read(6, "/12078\0\22MIT-MAGIC-COOKIE-1\0\20\340O\253\203"..., 4096) = 4096 21102 read(6, "\354P\272\235,\177\372\32\0\3ICE\0\0\0$local/agamemnon"..., 4096) = 4096 21102 read(6, "on:/tmp/.ICE-unix/30314\0\22MIT-MAG"..., 4096) = 4096 21102 read(6, "\0\20\30\7BD\376\222E\232\254\374\225\33\302\203.\353\0\4XSMP\0\0\0$loca"..., 4096) = 4096 21102 read(6, "memnon:/tmp/.ICE-unix/2566\0\22MIT-"..., 4096) = 4096 21102 read(6, "y\326iF\252\36=\0\3ICE\0\0\0$local/agamemnon:"..., 4096) = 4096 21102 read(6, "-unix/1319\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "\0\0$local/agamemnon:/tmp/.ICE-uni"..., 4096) = 4096 21102 read(6, "OOKIE-1\0\20\307\256\317\2234\346X;\330T0m\37\326F\356\0\4XSMP\0"..., 4096) = 4096 21102 read(6, "E\0\0\0#local/agamemnon:/tmp/.ICE-u"..., 4096) = 4096 21102 read(6, "E-unix/1588\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 4096 21102 read(6, "\327\303\20b\241\356+\220\"\212\16|\0\4XSMP\0\0\0$local/agam"..., 4096) = 4096 21102 read(6, "gamemnon:/tmp/.ICE-unix/1428\0\22MI"..., 4096) = 4096 21102 read(6, "KIE-1\0\20(&\332\207\30\2073,\237D\371\314\201Ob\363\0\3ICE\0\0\0#"..., 4096) = 4096 21102 read(6, "amemnon:/tmp/.ICE-unix/16158\0\22MI"..., 4096) = 4096 21102 read(6, "1059823210\0\22MIT-MAGIC-COOKIE-1\0\20"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20\242\205gl\223\226\30\275\rv\252MX\321\271p\0\3IC"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20g{p\212\\\320\307\5\r\310"..., 4096) = 4096 21102 read(6, "\0\22MIT-MAGIC-COOKIE-1\0\20&R\236\347\320\177\375\361\251\233"..., 4096) = 4096 21102 read(6, "C-COOKIE-1\0\20>n\270C\376?\241\351\3065\347I\1\254\235\324\0\3IC"..., 4096) = 4096 21102 read(6, "\236\266\20\212\267\332w\327z\375\0\3ICE\0\0\0#local/agamemn"..., 4096) = 4096 21102 read(6, "cal/agamemnon:/tmp/.ICE-unix/886"..., 4096) = 4096 21102 read(6, "unix/dcop29886-1122585566\0\22MIT-M"..., 4096) = 4096 21102 read(6, "IE-1\0\20J \367\223_\341m\36MUc\207\17\3767\240\0\4XSMP\0\0\0$"..., 4096) = 4096 21102 read(6, "GIC-COOKIE-1\0\20VOn?\267N\31%\t\342B\324\221W4^\0\3"..., 4096) = 4096 21102 read(6, "\0\20\277L{\33(c\260\345\334\301k\303K\305\35\225\0\4XSMP\0\0\0#loca"..., 4096) = 4096 21102 read(6, "IC-COOKIE-1\0\20\240e\331V\353x\341\16\277:\306\264\234\\5\332\0\4X"..., 4096) = 4096 21102 read(6, "P\0\0\0$unix/unconquered:/tmp/.ICE-"..., 4096) = 1261 21102 close(6) = 0 21102 munmap(0x7f97fed4d000, 4096) = 0 21102 write(5, "\0\4\1\0\3\0\0\0\20\0\0\0\0\0\0\0\250\354\253\2420\266C,\7\271\260\361\3279\311\363", 32) = 32 21102 read(5, "\0\10\0\1\3\0\0\0", 8) = 8 21102 read(5, "\r\0gnome-session\0\6\0002.30.2", 24) = 24 21102 write(5, "\1\1\1\0\1\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 21102 read(5, "\1\2\0\1\7\0\0\0", 8) = 8 21102 read(5, "0\0\0\000106b899b4dcf2dc0f31280721946"..., 56) = 56 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 6 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 21102 mmap(NULL, 26048, PROT_READ, MAP_SHARED, 6, 0) = 0x7f97fed47000 21102 close(6) = 0 21102 futex(0x7f97fb44ef60, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21102 stat("/home/warp/.terminfo", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21102 access("/home/warp/.terminfo/t/temu", R_OK) = 0 21102 open("/home/warp/.terminfo/t/temu", O_RDONLY) = 6 21102 read(6, "\32\1.\0\16\0\17\0\177\1@\2temu|temu is a VT525"..., 4097) = 1444 21102 close(6) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21102 brk(0x24b8000) = 0x24b8000 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim") = 0 21102 getcwd("/usr/share/vim", 4096) = 15 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2191, ...}) = 0 21102 open("/usr/share/vim/vimrc", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=2191, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" All system-wide defaults are s"..., 4096) = 2191 21102 stat("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2191, ...}) = 0 21102 stat("/home/warp/.vim/debian.vim", 0x7fff6e3d0d10) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/debian.vim", 0x7fff6e3d0d10) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vim72/debian.vim", {st_mode=S_IFREG|0644, st_size=1748, ...}) = 0 21102 stat("/usr/share/vim/vim72/debian.vim", {st_mode=S_IFREG|0644, st_size=1748, ...}) = 0 21102 stat("/usr/share/vim/vim72/debian.vim", {st_mode=S_IFREG|0644, st_size=1748, ...}) = 0 21102 open(".", O_RDONLY) = 7 21102 fchdir(7) = 0 21102 chdir("/usr/share/vim/vim72") = 0 21102 getcwd("/usr/share/vim/vim72", 4096) = 21 21102 fchdir(7) = 0 21102 close(7) = 0 21102 stat("/usr/share/vim/vim72/debian.vim", {st_mode=S_IFREG|0644, st_size=1748, ...}) = 0 21102 open("/usr/share/vim/vim72/debian.vim", O_RDONLY) = 7 21102 fcntl(7, F_GETFD) = 0 21102 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=1748, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed45000 21102 lseek(7, 0, SEEK_CUR) = 0 21102 read(7, "\" Debian system-wide default con"..., 4096) = 1748 21102 stat("/usr/share/vim/vim72/debian.vim", {st_mode=S_IFREG|0644, st_size=1748, ...}) = 0 21102 getuid() = 1000 21102 stat("/etc/papersize", {st_mode=S_IFREG|0644, st_size=7, ...}) = 0 21102 open("/etc/papersize", O_RDONLY|O_NONBLOCK) = 8 21102 close(8) = 0 21102 open("/etc/papersize", O_RDONLY) = 8 21102 fstat(8, {st_mode=S_IFREG|0644, st_size=7, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed44000 21102 read(8, "letter\n", 4096) = 7 21102 read(8, "", 4096) = 0 21102 close(8) = 0 21102 munmap(0x7f97fed44000, 4096) = 0 21102 read(7, "", 4096) = 0 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed45000, 4096) = 0 21102 stat("/usr/share/vim/vimfiles/after/debian.vim", 0x7fff6e3d0d10) = -1 ENOENT (No such file or directory) 21102 stat("/home/warp/.vim/after/debian.vim", 0x7fff6e3d0d10) = -1 ENOENT (No such file or directory) 21102 stat("/etc/vim/vimrc.local", 0x7fff6e3d0600) = -1 ENOENT (No such file or directory) 21102 open("/etc/vim/vimrc.local", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory) 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/home/warp") = 0 21102 getcwd("/home/warp", 4096) = 11 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/home/warp/.vimrc", {st_mode=S_IFREG|0664, st_size=27, ...}) = 0 21102 open("/home/warp/.vimrc", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0664, st_size=27, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "so :p:h/.vim/rc.vim\n", 4096) = 27 21102 read(6, "", 4096) = 0 21102 stat("/home/warp/.vimrc", {st_mode=S_IFREG|0664, st_size=27, ...}) = 0 21102 stat("/home/warp/.vimrc", {st_mode=S_IFREG|0664, st_size=27, ...}) = 0 21102 open(".", O_RDONLY) = 7 21102 fchdir(7) = 0 21102 chdir("/home/warp/.vim") = 0 21102 getcwd("/home/warp/.vim", 4096) = 16 21102 fchdir(7) = 0 21102 close(7) = 0 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 open("/home/warp/.vim/rc.vim", O_RDONLY) = 7 21102 fcntl(7, F_GETFD) = 0 21102 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed45000 21102 lseek(7, 0, SEEK_CUR) = 0 21102 read(7, "so\t:p:h/misc_settings.vim"..., 4096) = 134 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 open(".", O_RDONLY) = 8 21102 fchdir(8) = 0 21102 chdir("/home/warp/.vim") = 0 21102 getcwd("/home/warp/.vim", 4096) = 16 21102 fchdir(8) = 0 21102 close(8) = 0 21102 stat("/home/warp/.vim/misc_settings.vim", {st_mode=S_IFREG|0664, st_size=1859, ...}) = 0 21102 open("/home/warp/.vim/misc_settings.vim", O_RDONLY) = 8 21102 fcntl(8, F_GETFD) = 0 21102 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(8, {st_mode=S_IFREG|0664, st_size=1859, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed44000 21102 lseek(8, 0, SEEK_CUR) = 0 21102 read(8, "let vimdir = \"~/.vim\"\n\n\" Normall"..., 4096) = 1859 21102 stat("/home/warp/.vim/misc_settings.vim", {st_mode=S_IFREG|0664, st_size=1859, ...}) = 0 21102 getuid() = 1000 21102 read(8, "", 4096) = 0 21102 read(8, "", 4096) = 0 21102 close(8) = 0 21102 munmap(0x7f97fed44000, 4096) = 0 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 open(".", O_RDONLY) = 8 21102 fchdir(8) = 0 21102 chdir("/home/warp/.vim") = 0 21102 getcwd("/home/warp/.vim", 4096) = 16 21102 fchdir(8) = 0 21102 close(8) = 0 21102 stat("/home/warp/.vim/misc_keys.vim", {st_mode=S_IFREG|0664, st_size=628, ...}) = 0 21102 open("/home/warp/.vim/misc_keys.vim", O_RDONLY) = 8 21102 fcntl(8, F_GETFD) = 0 21102 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(8, {st_mode=S_IFREG|0664, st_size=628, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed44000 21102 lseek(8, 0, SEEK_CUR) = 0 21102 read(8, "\" use Q for formatting, not ex-m"..., 4096) = 628 21102 stat("/home/warp/.vim/misc_keys.vim", {st_mode=S_IFREG|0664, st_size=628, ...}) = 0 21102 read(8, "", 4096) = 0 21102 read(8, "", 4096) = 0 21102 close(8) = 0 21102 munmap(0x7f97fed44000, 4096) = 0 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 open(".", O_RDONLY) = 8 21102 fchdir(8) = 0 21102 chdir("/home/warp/.vim") = 0 21102 getcwd("/home/warp/.vim", 4096) = 16 21102 fchdir(8) = 0 21102 close(8) = 0 21102 stat("/home/warp/.vim/term.vim", {st_mode=S_IFREG|0664, st_size=398, ...}) = 0 21102 open("/home/warp/.vim/term.vim", O_RDONLY) = 8 21102 fcntl(8, F_GETFD) = 0 21102 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(8, {st_mode=S_IFREG|0664, st_size=398, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed44000 21102 lseek(8, 0, SEEK_CUR) = 0 21102 read(8, "\" Make vim consult the external "..., 4096) = 398 21102 stat("/home/warp/.vim/term.vim", {st_mode=S_IFREG|0664, st_size=398, ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(1, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21102 read(8, "", 4096) = 0 21102 read(8, "", 4096) = 0 21102 close(8) = 0 21102 munmap(0x7f97fed44000, 4096) = 0 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 open(".", O_RDONLY) = 8 21102 fchdir(8) = 0 21102 chdir("/home/warp/.vim") = 0 21102 getcwd("/home/warp/.vim", 4096) = 16 21102 fchdir(8) = 0 21102 close(8) = 0 21102 stat("/home/warp/.vim/auto.vim", {st_mode=S_IFREG|0664, st_size=1800, ...}) = 0 21102 open("/home/warp/.vim/auto.vim", O_RDONLY) = 8 21102 fcntl(8, F_GETFD) = 0 21102 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(8, {st_mode=S_IFREG|0664, st_size=1800, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed44000 21102 lseek(8, 0, SEEK_CUR) = 0 21102 read(8, "if has(\"autocmd\")\n\" Set some sen"..., 4096) = 1800 21102 stat("/home/warp/.vim/auto.vim", {st_mode=S_IFREG|0664, st_size=1800, ...}) = 0 21102 read(8, "", 4096) = 0 21102 read(8, "", 4096) = 0 21102 close(8) = 0 21102 munmap(0x7f97fed44000, 4096) = 0 21102 read(7, "", 4096) = 0 21102 stat("/home/warp/.vim/rc.vim", {st_mode=S_IFREG|0644, st_size=134, ...}) = 0 21102 open(".", O_RDONLY) = 8 21102 fchdir(8) = 0 21102 chdir("/home/warp/.vim") = 0 21102 getcwd("/home/warp/.vim", 4096) = 16 21102 fchdir(8) = 0 21102 close(8) = 0 21102 stat("/home/warp/.vim/look.vim", {st_mode=S_IFREG|0664, st_size=310, ...}) = 0 21102 open("/home/warp/.vim/look.vim", O_RDONLY) = 8 21102 fcntl(8, F_GETFD) = 0 21102 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(8, {st_mode=S_IFREG|0664, st_size=310, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed44000 21102 lseek(8, 0, SEEK_CUR) = 0 21102 read(8, "\" Settings for things like the b"..., 4096) = 310 21102 stat("/home/warp/.vim/look.vim", {st_mode=S_IFREG|0664, st_size=310, ...}) = 0 21102 open(".", O_RDONLY) = 9 21102 fchdir(9) = 0 21102 chdir("/usr/share/vim/vim72/syntax") = 0 21102 getcwd("/usr/share/vim/vim72/syntax", 4096) = 28 21102 fchdir(9) = 0 21102 close(9) = 0 21102 stat("/usr/share/vim/vim72/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0 21102 open("/usr/share/vim/vim72/syntax/syntax.vim", O_RDONLY) = 9 21102 fcntl(9, F_GETFD) = 0 21102 fcntl(9, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(9, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(9, {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed43000 21102 lseek(9, 0, SEEK_CUR) = 0 21102 read(9, "\" Vim syntax support file\n\" Main"..., 4096) = 1228 21102 stat("/usr/share/vim/vim72/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0 21102 stat("/home/warp/.vim/syntax/synload.vim", 0x7fff6e3ce9c0) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/syntax/synload.vim", 0x7fff6e3ce9c0) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/syntax/synload.vim", 0x7fff6e3ce9c0) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vim72/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0 21102 stat("/usr/share/vim/vim72/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0 21102 stat("/usr/share/vim/vim72/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0 21102 open(".", O_RDONLY) = 10 21102 fchdir(10) = 0 21102 chdir("/usr/share/vim/vim72/syntax") = 0 21102 getcwd("/usr/share/vim/vim72/syntax", 4096) = 28 21102 fchdir(10) = 0 21102 close(10) = 0 21102 stat("/usr/share/vim/vim72/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0 21102 open("/usr/share/vim/vim72/syntax/synload.vim", O_RDONLY) = 10 21102 fcntl(10, F_GETFD) = 0 21102 fcntl(10, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(10, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(10, {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed42000 21102 lseek(10, 0, SEEK_CUR) = 0 21102 read(10, "\" Vim syntax support file\n\" Main"..., 4096) = 1855 21102 stat("/usr/share/vim/vim72/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0 21102 stat("/home/warp/.vim/syntax/syncolor.vim", 0x7fff6e3ce010) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/syntax/syncolor.vim", 0x7fff6e3ce010) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/syntax/syncolor.vim", 0x7fff6e3ce010) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vim72/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0 21102 stat("/usr/share/vim/vim72/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0 21102 stat("/usr/share/vim/vim72/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0 21102 open(".", O_RDONLY) = 11 21102 fchdir(11) = 0 21102 chdir("/usr/share/vim/vim72/syntax") = 0 21102 getcwd("/usr/share/vim/vim72/syntax", 4096) = 28 21102 fchdir(11) = 0 21102 close(11) = 0 21102 stat("/usr/share/vim/vim72/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0 21102 open("/usr/share/vim/vim72/syntax/syncolor.vim", O_RDONLY) = 11 21102 fcntl(11, F_GETFD) = 0 21102 fcntl(11, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(11, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(11, {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed41000 21102 lseek(11, 0, SEEK_CUR) = 0 21102 read(11, "\" Vim syntax support file\n\" Main"..., 4096) = 4093 21102 stat("/usr/share/vim/vim72/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0 21102 read(11, "", 4096) = 0 21102 read(11, "", 4096) = 0 21102 close(11) = 0 21102 munmap(0x7f97fed41000, 4096) = 0 21102 stat("/usr/share/vim/vimfiles/after/syntax/syncolor.vim", 0x7fff6e3ce010) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/after/syntax/syncolor.vim", 0x7fff6e3ce010) = -1 ENOENT (No such file or directory) 21102 stat("/home/warp/.vim/after/syntax/syncolor.vim", 0x7fff6e3ce010) = -1 ENOENT (No such file or directory) 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 open("/home/warp/.vim/syntax/syntax.vim", O_RDONLY|O_NONBLOCK) = 11 21102 close(11) = 0 21102 open(".", O_RDONLY) = 11 21102 fchdir(11) = 0 21102 chdir("/home/warp/.vim/syntax") = 0 21102 getcwd("/home/warp/.vim/syntax", 4096) = 23 21102 fchdir(11) = 0 21102 close(11) = 0 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 open("/home/warp/.vim/syntax/syntax.vim", O_RDONLY) = 11 21102 fcntl(11, F_GETFD) = 0 21102 fcntl(11, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(11, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(11, {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed41000 21102 lseek(11, 0, SEEK_CUR) = 0 21102 read(11, "\nhi Comment\tterm=bold ctermfg=Da"..., 4096) = 875 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 stat("/home/warp/.vim/syntax/syntax.vim", {st_mode=S_IFREG|0664, st_size=875, ...}) = 0 21102 read(11, "", 4096) = 0 21102 read(11, "", 4096) = 0 21102 close(11) = 0 21102 munmap(0x7f97fed41000, 4096) = 0 21102 read(10, "", 4096) = 0 21102 read(10, "", 4096) = 0 21102 close(10) = 0 21102 munmap(0x7f97fed42000, 4096) = 0 21102 stat("/home/warp/.vim/filetype.vim", 0x7fff6e3ce980) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/filetype.vim", 0x7fff6e3ce980) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/filetype.vim", 0x7fff6e3ce980) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vim72/filetype.vim", {st_mode=S_IFREG|0644, st_size=62387, ...}) = 0 21102 stat("/usr/share/vim/vim72/filetype.vim", {st_mode=S_IFREG|0644, st_size=62387, ...}) = 0 21102 stat("/usr/share/vim/vim72/filetype.vim", {st_mode=S_IFREG|0644, st_size=62387, ...}) = 0 21102 open(".", O_RDONLY) = 10 21102 fchdir(10) = 0 21102 chdir("/usr/share/vim/vim72") = 0 21102 getcwd("/usr/share/vim/vim72", 4096) = 21 21102 fchdir(10) = 0 21102 close(10) = 0 21102 stat("/usr/share/vim/vim72/filetype.vim", {st_mode=S_IFREG|0644, st_size=62387, ...}) = 0 21102 open("/usr/share/vim/vim72/filetype.vim", O_RDONLY) = 10 21102 fcntl(10, F_GETFD) = 0 21102 fcntl(10, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(10, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(10, {st_mode=S_IFREG|0644, st_size=62387, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed42000 21102 lseek(10, 0, SEEK_CUR) = 0 21102 read(10, "\" Vim support file to detect fil"..., 4096) = 4096 21102 stat("/usr/share/vim/vim72/filetype.vim", {st_mode=S_IFREG|0644, st_size=62387, ...}) = 0 21102 read(10, "efore catch *.lst)\nau BufNewFile"..., 4096) = 4096 21102 brk(0x24d9000) = 0x24d9000 21102 read(10, "urn\n endif\n let lnum ="..., 4096) = 4096 21102 read(10, "FoxPro; could also be eviews)\nau"..., 4096) = 4096 21102 read(10, "\nau BufNewFile,BufRead *.erl,*.h"..., 4096) = 4096 21102 brk(0x24fa000) = 0x24fa000 21102 read(10, "etah template\nau BufNewFile,BufR"..., 4096) = 4096 21102 read(10, "isp\nau BufNewFile,BufRead sbclrc"..., 4096) = 4096 21102 read(10, "\" M$ Resource files\nau BufNewFil"..., 4096) = 4096 21102 read(10, "ewFile,BufRead *.ps,*.pfa,*.afm,"..., 4096) = 4096 21102 brk(0x251b000) = 0x251b000 21102 brk(0x251a000) = 0x251a000 21102 read(10, "rc\t\tsetf readline\n\n\" Registry fo"..., 4096) = 4096 21102 read(10, "ine(1).getline(2).getline(3) =~?"..., 4096) = 4096 21102 read(10, " snobol4\n\n\" SNMP MIB files\nau Bu"..., 4096) = 4096 21102 read(10, "'))\n let format = substitute("..., 4096) = 4096 21102 brk(0x253b000) = 0x253b000 21102 read(10, "\tsetf winbatch\n\n\" WSML\nau BufNew"..., 4096) = 4096 21102 stat("/home/warp/.vim/syntax/filetypes.vim", {st_mode=S_IFREG|0664, st_size=189, ...}) = 0 21102 stat("/home/warp/.vim/syntax/filetypes.vim", {st_mode=S_IFREG|0664, st_size=189, ...}) = 0 21102 open("/home/warp/.vim/syntax/filetypes.vim", O_RDONLY|O_NONBLOCK) = 11 21102 close(11) = 0 21102 open(".", O_RDONLY) = 11 21102 fchdir(11) = 0 21102 chdir("/home/warp/.vim/syntax") = 0 21102 getcwd("/home/warp/.vim/syntax", 4096) = 23 21102 fchdir(11) = 0 21102 close(11) = 0 21102 stat("/home/warp/.vim/syntax/filetypes.vim", {st_mode=S_IFREG|0664, st_size=189, ...}) = 0 21102 open("/home/warp/.vim/syntax/filetypes.vim", O_RDONLY) = 11 21102 fcntl(11, F_GETFD) = 0 21102 fcntl(11, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(11, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(11, {st_mode=S_IFREG|0664, st_size=189, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed41000 21102 lseek(11, 0, SEEK_CUR) = 0 21102 read(11, "\" myfiletypefile\naugroup filetyp"..., 4096) = 189 21102 stat("/home/warp/.vim/syntax/filetypes.vim", {st_mode=S_IFREG|0664, st_size=189, ...}) = 0 21102 read(11, "", 4096) = 0 21102 read(11, "", 4096) = 0 21102 close(11) = 0 21102 munmap(0x7f97fed41000, 4096) = 0 21102 read(10, "edetect\nau BufNewFile,BufRead *\n"..., 4096) = 4096 21102 open("/home/warp/.vim/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.vim/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 read(10, " if !did_filetype() && expand(\"<"..., 4096) = 947 21102 read(10, "", 4096) = 0 21102 read(10, "", 4096) = 0 21102 close(10) = 0 21102 munmap(0x7f97fed42000, 4096) = 0 21102 stat("/usr/share/vim/vimfiles/after/filetype.vim", 0x7fff6e3ce980) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/after/filetype.vim", 0x7fff6e3ce980) = -1 ENOENT (No such file or directory) 21102 stat("/home/warp/.vim/after/filetype.vim", 0x7fff6e3ce980) = -1 ENOENT (No such file or directory) 21102 read(9, "", 4096) = 0 21102 read(9, "", 4096) = 0 21102 close(9) = 0 21102 munmap(0x7f97fed43000, 4096) = 0 21102 read(8, "", 4096) = 0 21102 read(8, "", 4096) = 0 21102 close(8) = 0 21102 munmap(0x7f97fed44000, 4096) = 0 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed45000, 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open("/home/warp/.vim/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.vim/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vim72/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 21102 fcntl(6, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21102 getdents(6, /* 13 entries */, 32768) = 456 21102 stat("/usr/share/vim/vim72/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1467, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1467, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1467, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=705, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=705, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=705, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=1969, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=1969, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=1969, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=8737, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=8737, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=8737, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2088, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2088, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2088, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=4813, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=4813, ...}) = 0 21102 stat("/usr/share/vim/vim72/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=4813, ...}) = 0 21102 getdents(6, /* 0 entries */, 32768) = 0 21102 close(6) = 0 21102 open("/usr/share/vim/vim72/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 21102 getdents(6, /* 13 entries */, 32768) = 456 21102 open("/usr/share/vim/vim72/plugin/rrhelper.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/rrhelper.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/README.txt/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/README.txt/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/vimballPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/vimballPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/tohtml.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/tohtml.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/zipPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/zipPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/gzip.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/gzip.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/netrwPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/netrwPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/getscriptPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/getscriptPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/spellfile.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/spellfile.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/tarPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/tarPlugin.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/matchparen.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 open("/usr/share/vim/vim72/plugin/matchparen.vim/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) 21102 getdents(6, /* 0 entries */, 32768) = 0 21102 close(6) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/getscriptPlugin.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" ------------------------------"..., 4096) = 1384 21102 stat("/usr/share/vim/vim72/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=1969, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/gzip.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=1969, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" Vim plugin for editing compres"..., 4096) = 1969 21102 stat("/usr/share/vim/vim72/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=1969, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=4813, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/matchparen.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=4813, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" Vim plugin for showing matchin"..., 4096) = 4096 21102 stat("/usr/share/vim/vim72/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=4813, ...}) = 0 21102 read(6, "ne\n endif\n let [m_lnum, m_"..., 4096) = 717 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=8737, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/netrwPlugin.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=8737, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" netrwPlugin.vim: Handles file "..., 4096) = 4096 21102 stat("/usr/share/vim/vim72/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=8737, ...}) = 0 21102 read(6, "(\"\"))\n catch /^Vim\\%((\\a"..., 4096) = 4096 21102 read(6, "e\t\" from command line\n\" call Df"..., 4096) = 545 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1467, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/rrhelper.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=1467, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" Vim plugin with helper functio"..., 4096) = 1467 21102 stat("/usr/share/vim/vim72/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1467, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 brk(0x255c000) = 0x255c000 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 brk(0x255b000) = 0x255b000 21102 stat("/usr/share/vim/vim72/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/spellfile.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" Vim plugin for downloading spe"..., 4096) = 499 21102 stat("/usr/share/vim/vim72/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2088, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/tarPlugin.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=2088, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" tarPlugin.vim -- a Vim plugin "..., 4096) = 2088 21102 stat("/usr/share/vim/vim72/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2088, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=705, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/tohtml.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=705, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" Vim plugin for converting a sy"..., 4096) = 705 21102 stat("/usr/share/vim/vim72/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=705, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/vimballPlugin.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" vimballPlugin : construct a fi"..., 4096) = 1835 21102 stat("/usr/share/vim/vim72/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open(".", O_RDONLY) = 6 21102 fchdir(6) = 0 21102 chdir("/usr/share/vim/vim72/plugin") = 0 21102 getcwd("/usr/share/vim/vim72/plugin", 4096) = 28 21102 fchdir(6) = 0 21102 close(6) = 0 21102 stat("/usr/share/vim/vim72/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 21102 open("/usr/share/vim/vim72/plugin/zipPlugin.vim", O_RDONLY) = 6 21102 fcntl(6, F_GETFD) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(6, {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(6, 0, SEEK_CUR) = 0 21102 read(6, "\" zipPlugin.vim: Handles browsin"..., 4096) = 2123 21102 stat("/usr/share/vim/vim72/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0 21102 read(6, "", 4096) = 0 21102 read(6, "", 4096) = 0 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open("/usr/share/vim/vimfiles/after/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/after/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/after/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/after/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.vim/after/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.vim/after/plugin/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.viminfo", O_RDONLY) = -1 EACCES (Permission denied) 21102 open("/proc/meminfo", O_RDONLY) = 6 21102 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(6, "MemTotal: 4059528 kB\nMemF"..., 1024) = 1024 21102 close(6) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6 21102 connect(6, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0 21102 getpeername(6, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"...}, [20]) = 0 21102 uname({sys="Linux", node="unconquered", ...}) = 0 21102 access("/home/warp/.Xauthority", R_OK) = 0 21102 open("/home/warp/.Xauthority", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0600, st_size=464, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(7, "\1\0\0\vunconquered\0\00213\0\22MIT-MAGIC-C"..., 4096) = 464 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 getsockname(6, {sa_family=AF_FILE, NULL}, [2]) = 0 21102 fcntl(6, F_GETFL) = 0x2 (flags O_RDWR) 21102 fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 21102 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"2(\206\353\274\274\331\233\24\246\346y\345\253\335X", 16}, {"", 0}], 6) = 48 21102 read(6, 0x2537e50, 8) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\v\0\0\0+\2", 8) = 8 21102 read(6, "8`\243\0\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 2220) = 2220 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"b\0\5\0\f\0\0\0BIG-REQUESTS", 20}], 1) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\1\0\0\0\0\0\1\221\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\221\0\1\0", 4}], 1) = 4 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"7\0\5\0\0\0\240\3Z\1\0\0\10\0\0\0\377\377\377\0\24\0\6\0Z\1\0\0\27\0\0\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\10\4\0\356\2\0\0\37\0\0\0\0\0\0\0\267\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 3032 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"b\0\5\0\t\0\240\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\5\0\0\0\0\0\1\223w\247\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\223\0\2\0\1\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\5\0\v\0\0\0Custom Init\0", 20}, {NULL, 0}, {"", 0}], 3) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\7\0\0\0\0\0\310\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\5\0\v\0\0\0Custom Data\0", 20}, {NULL, 0}, {"", 0}], 3) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\10\0\0\0\0\0\311\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=81893, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(7, "#\n#\tThis file contains alias nam"..., 4096) = 4096 21102 read(7, "r_FR.ISO-8859-1\t\t\t\tbr_FR.ISO8859"..., 4096) = 4096 21102 read(7, "1\nde_DE.ISO-8859-1\t\t\t\tde_DE.ISO8"..., 4096) = 4096 21102 read(7, "en_ZW.iso88591\t\t\t\t\ten_ZW.ISO8859"..., 4096) = 4096 21102 read(7, "fa_IR.isiri3342\t\t\t\tfa_IR.ISIRI-3"..., 4096) = 4096 21102 read(7, "_IL.ISO8859-8\nhe_IL.ISO-8859-8\t\t"..., 4096) = 4096 21102 read(7, "TF-8\nky_KG\t\t\t\t\t\t\tky_KG.UTF-8\nky_"..., 4096) = 4096 21102 read(7, "\t\t\t\t\t\tor_IN.UTF-8\nor_IN.utf8\t\t\t\t"..., 4096) = 4096 21102 read(7, "TF-8@latin\nsr_RS@latin\t\t\t\tsr_RS."..., 4096) = 4096 21102 read(7, "\tzh_CN.UTF-8\nZH_CN.UTF-8\t\t\t\t\tzh_"..., 4096) = 4096 21102 read(7, "59-1:\t\t\t\taf_ZA.ISO8859-1\naf_ZA.u"..., 4096) = 4096 21102 read(7, "SO8859-1\nca_AD@euro:\t\t\t\t\tca_AD.I"..., 4096) = 4096 21102 read(7, "e_LU.ISO8859-1\nde_LU@euro:\t\t\t\t\td"..., 4096) = 4096 21102 read(7, "\t\t\t\tes_ES.UTF-8\nes_AR:\t\t\t\t\t\tes_A"..., 4096) = 4096 21102 read(7, "\t\tfi_FI.ISO8859-15\nfi_FI.88591:\t"..., 4096) = 4096 21102 read(7, "\nhe_IL.ISO-8859-8:\t\t\t\the_IL.ISO8"..., 4096) = 4096 21102 read(7, "14:\t\t\t\tkw_GB.ISO8859-14\nkw_GB.is"..., 4096) = 4096 21102 read(7, "O8859-1\noc:\t\t\t\t\t\toc_FR.ISO8859-1"..., 4096) = 4096 21102 read(7, "TF-8\nsr_YU:\t\t\t\t\t\tsr_RS.UTF-8@lat"..., 4096) = 4096 21102 read(7, "9-1\nxh_ZA.iso88591:\t\t\t\txh_ZA.ISO"..., 4096) = 4069 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=81893, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(7, "#\n#\tThis file contains alias nam"..., 4096) = 4096 21102 read(7, "r_FR.ISO-8859-1\t\t\t\tbr_FR.ISO8859"..., 4096) = 4096 21102 read(7, "1\nde_DE.ISO-8859-1\t\t\t\tde_DE.ISO8"..., 4096) = 4096 21102 read(7, "en_ZW.iso88591\t\t\t\t\ten_ZW.ISO8859"..., 4096) = 4096 21102 read(7, "fa_IR.isiri3342\t\t\t\tfa_IR.ISIRI-3"..., 4096) = 4096 21102 read(7, "_IL.ISO8859-8\nhe_IL.ISO-8859-8\t\t"..., 4096) = 4096 21102 read(7, "TF-8\nky_KG\t\t\t\t\t\t\tky_KG.UTF-8\nky_"..., 4096) = 4096 21102 read(7, "\t\t\t\t\t\tor_IN.UTF-8\nor_IN.utf8\t\t\t\t"..., 4096) = 4096 21102 read(7, "TF-8@latin\nsr_RS@latin\t\t\t\tsr_RS."..., 4096) = 4096 21102 read(7, "\tzh_CN.UTF-8\nZH_CN.UTF-8\t\t\t\t\tzh_"..., 4096) = 4096 21102 read(7, "59-1:\t\t\t\taf_ZA.ISO8859-1\naf_ZA.u"..., 4096) = 4096 21102 read(7, "SO8859-1\nca_AD@euro:\t\t\t\t\tca_AD.I"..., 4096) = 4096 21102 read(7, "e_LU.ISO8859-1\nde_LU@euro:\t\t\t\t\td"..., 4096) = 4096 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=39853, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(7, "#\n#\tThis file contains locale da"..., 4096) = 4096 21102 read(7, "LE\t\t\tes_DO.ISO8859-1\niso8859-1/X"..., 4096) = 4096 21102 read(7, " for it, and the GNU C Library\n#"..., 4096) = 4096 21102 read(7, "ALE\t\t\tbr_FR.UTF-8\nen_US.UTF-8/XL"..., 4096) = 4096 21102 read(7, "F-8/XLC_LOCALE\t\t\tml_IN.UTF-8\nen_"..., 4096) = 4096 21102 read(7, ".ISO8859-6\niso8859-6/XLC_LOCALE:"..., 4096) = 4096 21102 read(7, "ISO8859-4\niso8859-13/XLC_LOCALE:"..., 4096) = 4096 21102 read(7, "OCALE: rw_RW.ISO8859-1"..., 4096) = 4096 21102 read(7, "/XLC_LOCALE:\t\t\tde_DE.UTF-8\nen_US"..., 4096) = 4096 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0 21102 open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=4206, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(7, "# XLocale Database Sample for e"..., 4096) = 4096 21102 read(7, "ct_encoding\tJISX0201.1976-0:GR\n}"..., 4096) = 110 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 brk(0x257d000) = 0x257d000 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\1\6\0\20\0\0\0SCREEN_RESOURCES", 24}, {NULL, 0}, {"", 0}], 3) = 24 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 uname({sys="Linux", node="unconquered", ...}) = 0 21102 open("/home/warp/.Xdefaults-unconquered", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 access("/home/warp/en_US.UTF-8/Vim_xterm-color", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/home/warp/en/Vim_xterm-color", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/home/warp/Vim_xterm-color", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/home/warp/en_US.UTF-8/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/home/warp/en/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/home/warp/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/usr/lib/X11/en_US.UTF-8/app-defaults/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/usr/lib/X11/en/app-defaults/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/usr/lib/X11/app-defaults/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/etc/X11/en_US.UTF-8/app-defaults/Vim_xterm-color", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/etc/X11/en/app-defaults/Vim_xterm-color", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/etc/X11/app-defaults/Vim_xterm-color", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/etc/X11/en_US.UTF-8/app-defaults/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/etc/X11/en/app-defaults/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 access("/etc/X11/app-defaults/Vim_xterm", R_OK) = -1 ENOENT (No such file or directory) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\5\0\t\0\0\0_VIM_TEXTSOU", 20}, {NULL, 0}, {"", 0}], 3) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\n\0\0\0\0\0\324\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\5\0\f\0\0\0_VIMENC_TEXT", 20}, {NULL, 0}, {"", 0}], 3) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\v\0\0\0\0\0\325\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\6\0\r\0\0\0COMPOUND_TEXTCES", 24}, {NULL, 0}, {"", 0}], 3) = 24 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\f\0\0\0\0\0005\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\3\0\4\0\0\0TEXT", 12}, {NULL, 0}, {"", 0}], 3) = 12 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\r\0\0\0\0\0\272\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\4\0\7\0\0\0TARGETSD", 16}, {NULL, 0}, {"", 0}], 3) = 16 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\16\0\0\0\0\0Y\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\5\0\t\0\0\0CLIPBOARDTEX", 20}, {NULL, 0}, {"", 0}], 3) = 20 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\17\0\0\0\0\0\224\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 uname({sys="Linux", node="unconquered", ...}) = 0 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\1\30\r\0\1\0\240\3Z\1\0\0\0\0\0\0\1\0\1\0\1\0\1\0\0\0\0\0\32(\0\0"..., 364}, {NULL, 0}, {"", 0}], 3) = 364 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\34\0\21\0\1\0\240\3'\0\0\0s\6\36M\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 224 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\22\0\t\0\1\0\240\3\f\1\0\0\37\0\0\0\10\0\1\0\v\0\0\0en_US.UT"..., 40}, {NULL, 0}, {"", 0}], 3) = 40 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\34\0\30\0\1\0\240\3\f\1\0\0t\6\36M\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 64 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\24\0\6\0\0\0\0\0'\0\0\0\0\0\0\0\0\0\0\0@B\17\0", 24}, {NULL, 0}, {"", 0}], 3) = 24 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\0\3\32\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"+\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\2\33\0\0\0\0\0\4\0@\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 getuid() = 1000 21102 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7 21102 connect(7, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 21102 close(7) = 0 21102 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7 21102 connect(7, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 21102 close(7) = 0 21102 open("/etc/nsswitch.conf", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(7, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open("/etc/ld.so.cache", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21102 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f97feb6e000 21102 close(7) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libnss_compat.so.2", O_RDONLY) = 7 21102 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\23\0\0\0\0\0\0"..., 832) = 832 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=31616, ...}) = 0 21102 mmap(NULL, 2127088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f97f193a000 21102 mprotect(0x7f97f1941000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f1b40000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7f97f1b40000 21102 close(7) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libnsl.so.1", O_RDONLY) = 7 21102 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300@\0\0\0\0\0\0"..., 832) = 832 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=89064, ...}) = 0 21102 mmap(NULL, 2194128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f97f1722000 21102 mprotect(0x7f97f1737000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f1936000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x14000) = 0x7f97f1936000 21102 mmap(0x7f97f1938000, 6864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97f1938000 21102 close(7) = 0 21102 mprotect(0x7f97f1936000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97f1b40000, 4096, PROT_READ) = 0 21102 munmap(0x7f97feb6e000, 141854) = 0 21102 open("/etc/ld.so.cache", O_RDONLY) = 7 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21102 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f97feb6e000 21102 close(7) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libnss_nis.so.2", O_RDONLY) = 7 21102 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\0\0\0\0\0"..., 832) = 832 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=43552, ...}) = 0 21102 mmap(NULL, 2139320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f97f1517000 21102 mprotect(0x7f97f1521000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f1720000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x9000) = 0x7f97f1720000 21102 close(7) = 0 21102 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21102 open("/lib/libnss_files.so.2", O_RDONLY) = 7 21102 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0"..., 832) = 832 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=47616, ...}) = 0 21102 mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f97f130b000 21102 mprotect(0x7f97f1316000, 2093056, PROT_NONE) = 0 21102 mmap(0x7f97f1515000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7f97f1515000 21102 close(7) = 0 21102 mprotect(0x7f97f1515000, 4096, PROT_READ) = 0 21102 mprotect(0x7f97f1720000, 4096, PROT_READ) = 0 21102 munmap(0x7f97feb6e000, 141854) = 0 21102 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 7 21102 fcntl(7, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21102 lseek(7, 0, SEEK_CUR) = 0 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=2095, ...}) = 0 21102 mmap(NULL, 2095, PROT_READ, MAP_SHARED, 7, 0) = 0x7f97fed46000 21102 lseek(7, 2095, SEEK_SET) = 2095 21102 munmap(0x7f97fed46000, 2095) = 0 21102 close(7) = 0 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 uname({sys="Linux", node="unconquered", ...}) = 0 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 access("svn-commit.3.tmp", W_OK) = 0 21102 open("svn-commit.3.tmp", O_RDONLY) = 7 21102 readlink("svn-commit.3.tmp", 0x7fff6e3cfe40, 4095) = -1 EINVAL (Invalid argument) 21102 open(".svn-commit.3.tmp.swp", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open(".svn-commit.3.tmp.swp", O_RDWR|O_CREAT|O_EXCL, 0600) = 8 21102 open(".svn-commit.3.tmp.swx", O_RDONLY) = -1 ENOENT (No such file or directory) 21102 open(".svn-commit.3.tmp.swx", O_RDWR|O_CREAT|O_EXCL, 0600) = 9 21102 fstat(8, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 21102 fstat(9, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 21102 close(9) = 0 21102 unlink(".svn-commit.3.tmp.swx") = 0 21102 close(8) = 0 21102 unlink(".svn-commit.3.tmp.swp") = 0 21102 stat(".svn-commit.3.tmp.swp", 0x7fff6e3d0de0) = -1 ENOENT (No such file or directory) 21102 lstat(".svn-commit.3.tmp.swp", 0x7fff6e3d0eb0) = -1 ENOENT (No such file or directory) 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 lstat(".svn-commit.3.tmp.swp", 0x7fff6e3d1370) = -1 ENOENT (No such file or directory) 21102 open(".svn-commit.3.tmp.swp", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 8 21102 fcntl(8, F_GETFD) = 0 21102 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 21102 open("/proc/filesystems", O_RDONLY) = 9 21102 fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 read(9, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 393 21102 read(9, "", 1024) = 0 21102 close(9) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 lseek(8, 0, SEEK_SET) = 0 21102 write(8, "b0VIM 7.2\0\0\0\0\20\0\0\31DVL\222\4\10\1nR\0\0warp"..., 4096) = 4096 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 1 (in [5], left {0, 0}) 21102 read(5, "\1\3\0\1\1\0\0\0", 8) = 8 21102 read(5, "\1\0\0\000106b", 8) = 8 21102 write(1, "\33[1;50r\33[m\33[m\33[0m\17\33[H\33[2J", 25) = 25 21102 lseek(8, 4096, SEEK_SET) = 4096 21102 write(8, "tp\1\0\177\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096 21102 lseek(8, 8192, SEEK_SET) = 8192 21102 write(8, "ad\0\0\337\17\0\0\377\17\0\0\0\20\0\0\1\0\0\0\0\0\0\0\377\17\0\0\0\0\0\0"..., 4096) = 4096 21102 write(5, "\1\10\1\0\0\0\0\0", 8) = 8 21102 chmod(".svn-commit.3.tmp.swp", 0644) = 0 21102 close(7) = 0 21102 open("svn-commit.3.tmp", O_RDONLY) = 7 21102 write(1, "\33[?25h\33[50;1H\"svn-commit.3.tmp\"", 31) = 31 21102 read(7, "\n--This line, and those below, w"..., 8192) = 77 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 1 (in [5], left {0, 0}) 21102 read(5, "\1\22\0\1\0\0\0\0", 8) = 8 21102 brk(0x25a4000) = 0x25a4000 21102 read(7, "", 65536) = 0 21102 close(7) = 0 21102 brk(0x2584000) = 0x2584000 21102 write(1, " 4L, 77C", 8) = 8 21102 open("/home/warp/.viminfo", O_RDONLY) = -1 EACCES (Permission denied) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 1 (in [5], left {0, 0}) 21102 read(5, "\1\3\0\1\1\0\0\0", 8) = 8 21102 read(5, "\377\1\0\001106b", 8) = 8 21102 write(5, "\1\0\3\200\3\0\0\0\3\0\0\0\t\0\0\0\10\0\0\0\1\0\0\0\377\271\260\361\3279\311\363", 32) = 32 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 stat("/home/warp/.vim/scripts.vim", 0x7fff6e3d09f0) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/scripts.vim", 0x7fff6e3d09f0) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/scripts.vim", 0x7fff6e3d09f0) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vim72/scripts.vim", {st_mode=S_IFREG|0644, st_size=9958, ...}) = 0 21102 stat("/usr/share/vim/vim72/scripts.vim", {st_mode=S_IFREG|0644, st_size=9958, ...}) = 0 21102 stat("/usr/share/vim/vim72/scripts.vim", {st_mode=S_IFREG|0644, st_size=9958, ...}) = 0 21102 open(".", O_RDONLY) = 7 21102 fchdir(7) = 0 21102 chdir("/usr/share/vim/vim72") = 0 21102 getcwd("/usr/share/vim/vim72", 4096) = 21 21102 fchdir(7) = 0 21102 close(7) = 0 21102 stat("/usr/share/vim/vim72/scripts.vim", {st_mode=S_IFREG|0644, st_size=9958, ...}) = 0 21102 open("/usr/share/vim/vim72/scripts.vim", O_RDONLY) = 7 21102 fcntl(7, F_GETFD) = 0 21102 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=9958, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(7, 0, SEEK_CUR) = 0 21102 read(7, "\" Vim support file to detect fil"..., 4096) = 4096 21102 stat("/usr/share/vim/vim72/scripts.vim", {st_mode=S_IFREG|0644, st_size=9958, ...}) = 0 21102 stat("/home/warp/.vim/syntax/scripts.vim", {st_mode=S_IFREG|0664, st_size=169, ...}) = 0 21102 stat("/home/warp/.vim/syntax/scripts.vim", {st_mode=S_IFREG|0664, st_size=169, ...}) = 0 21102 open("/home/warp/.vim/syntax/scripts.vim", O_RDONLY|O_NONBLOCK) = 9 21102 close(9) = 0 21102 open(".", O_RDONLY) = 9 21102 fchdir(9) = 0 21102 chdir("/home/warp/.vim/syntax") = 0 21102 getcwd("/home/warp/.vim/syntax", 4096) = 23 21102 fchdir(9) = 0 21102 close(9) = 0 21102 stat("/home/warp/.vim/syntax/scripts.vim", {st_mode=S_IFREG|0664, st_size=169, ...}) = 0 21102 open("/home/warp/.vim/syntax/scripts.vim", O_RDONLY) = 9 21102 fcntl(9, F_GETFD) = 0 21102 fcntl(9, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(9, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(9, {st_mode=S_IFREG|0664, st_size=169, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed45000 21102 lseek(9, 0, SEEK_CUR) = 0 21102 read(9, "\" Perl\nif getline(1) =~ '^#!.*[/"..., 4096) = 169 21102 stat("/home/warp/.vim/syntax/scripts.vim", {st_mode=S_IFREG|0664, st_size=169, ...}) = 0 21102 read(9, "", 4096) = 0 21102 read(9, "", 4096) = 0 21102 close(9) = 0 21102 munmap(0x7f97fed45000, 4096) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 read(7, "1 =~ '^#autoload\\>'\n set ft=z"..., 4096) = 4096 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 read(7, "ine1.s:line2.s:line3.s:line4 =~ "..., 4096) = 1766 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 read(7, "", 4096) = 0 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 stat("/usr/share/vim/vimfiles/after/scripts.vim", 0x7fff6e3d09f0) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/after/scripts.vim", 0x7fff6e3d09f0) = -1 ENOENT (No such file or directory) 21102 stat("/home/warp/.vim/after/scripts.vim", 0x7fff6e3d09f0) = -1 ENOENT (No such file or directory) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 stat("/home/warp/.vim/syntax/svn.vim", 0x7fff6e3cd720) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.vim/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/syntax/svn.vim", 0x7fff6e3cd720) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/syntax/svn.vim", 0x7fff6e3cd720) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vim72/syntax/svn.vim", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0 21102 stat("/usr/share/vim/vim72/syntax/svn.vim", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0 21102 stat("/usr/share/vim/vim72/syntax/svn.vim", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0 21102 open(".", O_RDONLY) = 7 21102 fchdir(7) = 0 21102 chdir("/usr/share/vim/vim72/syntax") = 0 21102 getcwd("/usr/share/vim/vim72/syntax", 4096) = 28 21102 fchdir(7) = 0 21102 close(7) = 0 21102 stat("/usr/share/vim/vim72/syntax/svn.vim", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0 21102 open("/usr/share/vim/vim72/syntax/svn.vim", O_RDONLY) = 7 21102 fcntl(7, F_GETFD) = 0 21102 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 21102 fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21102 fstat(7, {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0 21102 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97fed46000 21102 lseek(7, 0, SEEK_CUR) = 0 21102 read(7, "\" Vim syntax file\n\" Language: "..., 4096) = 1506 21102 stat("/usr/share/vim/vim72/syntax/svn.vim", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0 21102 read(7, "", 4096) = 0 21102 read(7, "", 4096) = 0 21102 close(7) = 0 21102 munmap(0x7f97fed46000, 4096) = 0 21102 open("/usr/share/vim/vim72/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 stat("/usr/share/vim/vimfiles/after/syntax/svn.vim", 0x7fff6e3cd720) = -1 ENOENT (No such file or directory) 21102 open("/usr/share/vim/vimfiles/after/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 stat("/var/lib/vim/addons/after/syntax/svn.vim", 0x7fff6e3cd720) = -1 ENOENT (No such file or directory) 21102 open("/var/lib/vim/addons/after/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 stat("/home/warp/.vim/after/syntax/svn.vim", 0x7fff6e3cd720) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/.vim/after/syntax/svn/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 write(1, "\33[2;1H\33[38;5;242m--This line, an"..., 2047) = 2047 21102 write(1, " "..., 2047) = 2047 21102 write(1, " \33[0m\17\33[25;1H\33[38;5;12m~ "..., 2047) = 2047 21102 write(1, " "..., 2047) = 2047 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, " "..., 938) = 938 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {2, 11368}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "Z", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;168HZ\33[1;1H\33[?25l", 28) = 28 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 986043}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "V", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;169HV\33[1;1H", 22) = 22 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\7\33[50;168H \33[1;1H\33[?25l", 24) = 24 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 437261}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "V", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;168HV\33[1;1H", 22) = 22 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\20\0\3\0\4\0\0\0INCR\20\0\4\0\10\0\0\0MULTIPLE\20\0\5\0"..., 72}, {NULL, 0}, {"", 0}], 3) = 72 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0\34\0\0\0\0\0\226\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 128 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\26\0\4\0\1\0\240\3\1\0\0\0\0\0\0\0\27\0\2\0\1\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24 21102 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21102 read(6, "\1\0!\0\0\0\0\0\1\0\240\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[50;168H1\33[1;1H", 16) = 16 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[50;1H\33[1m-- VISUAL LINE --\33[0m"..., 44) = 44 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[50;168H1\33[1;1H\33[?25l", 22) = 22 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 664643}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "G", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;168HG\33[1;1H", 22) = 22 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[50;168H4\33[4;1H\33[1;1H\33[48;5;7m "..., 274) = 274 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 634386}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "!", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;168H!\33[4;1H", 22) = 22 21102 write(1, "\33[50;168H \33[1;1H\33[50;1H\33[K\33[50;1"..., 34) = 34 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "'<,'>!\33[?25l", 12) = 12 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 733905}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "\33[A", 4096) = 3 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\7", 1) = 1 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {1, 365281}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "c", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "c\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 888872}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "a", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "a\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 880007}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "t", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "t\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 825854}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, " ", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h \33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {2, 847845}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "s", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "s\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 817769}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "v", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "v\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 812933}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "n", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "n\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 904839}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "-", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "-\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 836827}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "c", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "c\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 884843}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "o", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "o\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 916897}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "m", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "m\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 856938}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "m", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "m\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 844808}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "i", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "i\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 840849}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "t", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "t\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 836851}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, ".", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, ".\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 776855}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "t", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "t\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 784822}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "m", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "m\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 876979}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "p", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "p\33[?25h\33[?25l", 13) = 13 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 596844}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "\r", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\r", 1) = 1 21102 stat("/home/warp/tmp", {st_mode=S_IFDIR|S_ISGID|0775, st_size=36864, ...}) = 0 21102 mkdir("/home/warp/tmp/v9JHNBo", 0700) = 0 21102 stat("/home/warp/tmp/v9JHNBo/0", 0x7fff6e3d0b90) = -1 ENOENT (No such file or directory) 21102 open("/home/warp/tmp/v9JHNBo/0", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7 21102 write(7, "\n--This line, and those below, w"..., 77) = 77 21102 fsync(7) = 0 21102 close(7) = 0 21102 write(1, "\33[?25h\33[?25l", 12) = 12 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f97fed06ab0) = 21105 21102 rt_sigaction(SIGHUP, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGHUP, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGILL, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGTRAP, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGILL, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGABRT, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGFPE, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGTRAP, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGBUS, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 rt_sigaction(SIGABRT, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGSYS, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 <... rt_sigaction resumed> NULL, 8) = 0 21102 rt_sigaction(SIGFPE, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGALRM, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [ALRM], 21102 rt_sigaction(SIGBUS, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigprocmask resumed> [], 8) = 0 21105 rt_sigaction(SIGTERM, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGVTALRM, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 rt_sigaction(SIGSEGV, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGPROF, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 <... rt_sigaction resumed> NULL, 8) = 0 21102 rt_sigaction(SIGSYS, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGXCPU, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGXFSZ, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGTERM, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigaction(SIGUSR1, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGUSR2, {SIG_DFL, [], SA_RESTORER, 0x7f97fb462f60}, 21102 rt_sigaction(SIGVTALRM, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 <... rt_sigaction resumed> {0x521c80, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigaction(SIGPROF, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 rt_sigprocmask(SIG_UNBLOCK, [INT], [], 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGWINCH, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 21102 rt_sigaction(SIGXCPU, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigaction resumed> {0x521cd0, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [WINCH], 21102 rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigprocmask resumed> [], 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 21102 rt_sigaction(SIGUSR1, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [TSTP], 21102 rt_sigaction(SIGUSR2, {SIG_IGN, [], SA_RESTORER, 0x7f97fb462f60}, 21105 <... rt_sigprocmask resumed> [], 8) = 0 21102 <... rt_sigaction resumed> NULL, 8) = 0 21105 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 21102 rt_sigaction(SIGINT, {0x521c80, [], SA_RESTORER, 0x7f97fb1251f0}, 21105 <... rt_sigaction resumed> {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 <... rt_sigaction resumed> {0x521c80, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [PIPE], 21102 rt_sigprocmask(SIG_UNBLOCK, [INT], 21105 <... rt_sigprocmask resumed> [], 8) = 0 21102 <... rt_sigprocmask resumed> [], 8) = 0 21105 rt_sigaction(SIGCONT, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 21102 wait4(21105, 21105 <... rt_sigaction resumed> {0x5208f0, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 <... wait4 resumed> 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [CONT], 21102 nanosleep({0, 10000000}, 21105 <... rt_sigprocmask resumed> [], 8) = 0 21105 execve("/bin/zsh", ["/bin/zsh", "-c", "(cat svn-commit.tmp) < /home/war"...], [/* 41 vars */]) = 0 21105 brk(0) = 0x1f4a000 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad2be000 21105 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 21105 open("/etc/ld.so.cache", O_RDONLY) = 5 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21105 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f6cad29b000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libcap.so.2", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\24\0\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=16640, ...}) = 0 21105 mmap(NULL, 2111936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6cace9f000 21105 mprotect(0x7f6cacea3000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cad0a2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f6cad0a2000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libdl.so.2", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 21105 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6cacc9b000 21105 mprotect(0x7f6cacc9d000, 2097152, PROT_NONE) = 0 21105 mmap(0x7f6cace9d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f6cace9d000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libncursesw.so.5", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0H\1\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=338776, ...}) = 0 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad29a000 21105 mmap(NULL, 2435552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6caca48000 21105 mprotect(0x7f6caca97000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cacc96000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4e000) = 0x7f6cacc96000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libm.so.6", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0 21105 mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6cac7c6000 21105 mprotect(0x7f6cac846000, 2097152, PROT_NONE) = 0 21105 mmap(0x7f6caca46000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x80000) = 0x7f6caca46000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libc.so.6", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 21105 mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6cac465000 21105 mprotect(0x7f6cac5bd000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cac7bc000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x157000) = 0x7f6cac7bc000 21105 mmap(0x7f6cac7c1000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6cac7c1000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libattr.so.1", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\24\0\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=17608, ...}) = 0 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad299000 21105 mmap(NULL, 2112752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f6cac261000 21105 mprotect(0x7f6cac265000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cac464000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f6cac464000 21105 close(5) = 0 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad298000 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad297000 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad296000 21105 arch_prctl(ARCH_SET_FS, 0x7f6cad297700) = 0 21105 mprotect(0x7f6cac7bc000, 16384, PROT_READ) = 0 21105 mprotect(0x7f6caca46000, 4096, PROT_READ) = 0 21105 mprotect(0x7f6cace9d000, 4096, PROT_READ) = 0 21105 mprotect(0x7f6cad2c0000, 4096, PROT_READ) = 0 21105 munmap(0x7f6cad29b000, 141854) = 0 21105 brk(0) = 0x1f4a000 21105 brk(0x1f6b000) = 0x1f6b000 21105 open("/usr/lib/locale/locale-archive", O_RDONLY) = 5 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 21102 <... nanosleep resumed> NULL) = 0 21105 mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 5, 0 21102 wait4(21105, 21105 <... mmap resumed> ) = 0x7f6cad121000 21102 <... wait4 resumed> 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 close(5 21102 nanosleep({0, 10000000}, 21105 <... close resumed> ) = 0 21105 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 21105 fcntl(64, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(65, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(66, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(67, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(68, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(69, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(70, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(71, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(72, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(73, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(74, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(75, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(76, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(77, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(78, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(79, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(80, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(81, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(82, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(83, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(84, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(85, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(86, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(87, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(88, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(89, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(90, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(91, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(92, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(93, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(94, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(95, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(96, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(97, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(98, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(99, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(100, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(101, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(102, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(103, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(104, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(105, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(106, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(107, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(108, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(109, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(110, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(111, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(112, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(113, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(114, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(115, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(116, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(117, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(118, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(119, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(120, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(121, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(122, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(123, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(124, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(125, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(126, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(127, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(128, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(129, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(130, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(131, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(132, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(133, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(134, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(135, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(136, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(137, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(138, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(139, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(140, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(141, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(142, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(143, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(144, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(145, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(146, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(147, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(148, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(149, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(150, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(151, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(152, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(153, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(154, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(155, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(156, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(157, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(158, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(159, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(160, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(161, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(162, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(163, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(164, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(165, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(166, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(167, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(168, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(169, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(170, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(171, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(172, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(173, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(174, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(175, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(176, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(177, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(178, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(179, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(180, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(181, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(182, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(183, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(184, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(185, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(186, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(187, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(188, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(189, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(190, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(191, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(192, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(193, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(194, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(195, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(196, F_GETFL) = -1 EBADF (Bad file descriptor) 21102 <... nanosleep resumed> NULL) = 0 21105 fcntl(197, F_GETFL 21102 wait4(21105, 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21102 <... wait4 resumed> 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 fcntl(198, F_GETFL 21102 nanosleep({0, 10000000}, 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21105 fcntl(199, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(200, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(201, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(202, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(203, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(204, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(205, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(206, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(207, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(208, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(209, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(210, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(211, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(212, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(213, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(214, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(215, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(216, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(217, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(218, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(219, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(220, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(221, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(222, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(223, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(224, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(225, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(226, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(227, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(228, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(229, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(230, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(231, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(232, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(233, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(234, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(235, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(236, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(237, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(238, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(239, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(240, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(241, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(242, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(243, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(244, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(245, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(246, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(247, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(248, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(249, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(250, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(251, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(252, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(253, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(254, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(255, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(256, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(257, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(258, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(259, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(260, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(261, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(262, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(263, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(264, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(265, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(266, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(267, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(268, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(269, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(270, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(271, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(272, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(273, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(274, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(275, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(276, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(277, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(278, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(279, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(280, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(281, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(282, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(283, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(284, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(285, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(286, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(287, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(288, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(289, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(290, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(291, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(292, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(293, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(294, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(295, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(296, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(297, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(298, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(299, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(300, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(301, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(302, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(303, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(304, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(305, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(306, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(307, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(308, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(309, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(310, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(311, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(312, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(313, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(314, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(315, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(316, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(317, F_GETFL) = -1 EBADF (Bad file descriptor) 21102 <... nanosleep resumed> NULL) = 0 21105 fcntl(318, F_GETFL 21102 wait4(21105, 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21102 <... wait4 resumed> 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 fcntl(319, F_GETFL 21102 nanosleep({0, 10000000}, 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21105 fcntl(320, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(321, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(322, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(323, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(324, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(325, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(326, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(327, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(328, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(329, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(330, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(331, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(332, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(333, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(334, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(335, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(336, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(337, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(338, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(339, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(340, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(341, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(342, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(343, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(344, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(345, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(346, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(347, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(348, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(349, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(350, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(351, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(352, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(353, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(354, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(355, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(356, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(357, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(358, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(359, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(360, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(361, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(362, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(363, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(364, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(365, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(366, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(367, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(368, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(369, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(370, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(371, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(372, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(373, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(374, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(375, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(376, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(377, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(378, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(379, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(380, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(381, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(382, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(383, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(384, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(385, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(386, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(387, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(388, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(389, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(390, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(391, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(392, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(393, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(394, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(395, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(396, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(397, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(398, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(399, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(400, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(401, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(402, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(403, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(404, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(405, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(406, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(407, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(408, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(409, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(410, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(411, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(412, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(413, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(414, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(415, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(416, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(417, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(418, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(419, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(420, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(421, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(422, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(423, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(424, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(425, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(426, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(427, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(428, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(429, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(430, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(431, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(432, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(433, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(434, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(435, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(436, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(437, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(438, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(439, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(440, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(441, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(442, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(443, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(444, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(445, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(446, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(447, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(448, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(449, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(450, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(451, F_GETFL 21102 <... nanosleep resumed> NULL) = 0 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21102 wait4(21105, 21105 fcntl(452, F_GETFL 21102 <... wait4 resumed> 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21102 nanosleep({0, 10000000}, 21105 fcntl(453, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(454, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(455, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(456, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(457, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(458, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(459, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(460, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(461, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(462, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(463, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(464, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(465, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(466, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(467, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(468, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(469, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(470, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(471, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(472, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(473, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(474, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(475, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(476, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(477, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(478, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(479, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(480, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(481, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(482, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(483, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(484, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(485, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(486, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(487, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(488, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(489, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(490, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(491, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(492, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(493, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(494, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(495, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(496, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(497, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(498, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(499, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(500, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(501, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(502, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(503, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(504, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(505, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(506, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(507, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(508, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(509, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(510, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(511, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(512, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(513, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(514, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(515, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(516, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(517, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(518, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(519, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(520, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(521, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(522, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(523, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(524, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(525, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(526, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(527, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(528, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(529, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(530, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(531, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(532, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(533, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(534, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(535, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(536, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(537, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(538, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(539, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(540, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(541, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(542, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(543, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(544, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(545, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(546, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(547, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(548, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(549, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(550, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(551, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(552, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(553, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(554, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(555, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(556, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(557, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(558, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(559, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(560, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(561, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(562, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(563, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(564, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(565, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(566, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(567, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(568, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(569, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(570, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(571, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(572, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(573, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(574, F_GETFL 21102 <... nanosleep resumed> NULL) = 0 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21102 wait4(21105, 21105 fcntl(575, F_GETFL 21102 <... wait4 resumed> 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor) 21102 nanosleep({0, 10000000}, 21105 fcntl(576, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(577, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(578, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(579, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(580, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(581, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(582, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(583, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(584, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(585, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(586, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(587, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(588, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(589, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(590, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(591, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(592, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(593, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(594, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(595, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(596, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(597, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(598, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(599, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(600, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(601, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(602, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(603, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(604, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(605, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(606, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(607, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(608, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(609, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(610, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(611, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(612, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(613, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(614, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(615, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(616, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(617, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(618, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(619, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(620, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(621, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(622, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(623, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(624, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(625, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(626, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(627, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(628, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(629, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(630, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(631, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(632, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(633, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(634, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(635, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(636, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(637, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(638, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(639, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(640, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(641, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(642, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(643, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(644, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(645, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(646, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(647, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(648, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(649, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(650, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(651, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(652, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(653, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(654, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(655, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(656, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(657, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(658, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(659, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(660, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(661, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(662, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(663, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(664, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(665, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(666, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(667, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(668, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(669, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(670, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(671, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(672, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(673, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(674, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(675, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(676, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(677, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(678, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(679, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(680, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(681, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(682, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(683, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(684, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(685, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(686, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(687, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(688, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(689, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(690, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(691, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(692, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(693, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(694, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(695, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(696, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(697, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(698, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(699, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(700, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(701, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(702, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(703, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(704, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(705, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(706, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(707, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(708, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(709, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(710, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(711, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(712, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(713, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(714, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(715, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(716, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(717, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(718, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(719, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(720, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(721, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(722, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(723, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(724, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(725, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(726, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(727, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(728, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(729, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(730, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(731, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(732, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(733, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(734, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(735, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(736, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(737, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(738, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(739, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(740, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(741, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(742, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(743, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(744, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(745, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(746, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(747, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(748, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(749, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(750, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(751, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(752, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(753, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(754, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(755, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(756, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(757, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(758, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(759, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(760, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(761, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(762, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(763, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(764, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(765, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(766, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(767, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(768, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(769, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(770, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(771, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(772, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(773, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(774, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(775, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(776, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(777, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(778, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(779, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(780, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(781, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(782, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(783, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(784, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(785, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(786, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(787, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(788, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(789, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(790, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(791, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(792, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(793, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(794, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(795, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(796, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(797, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(798, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(799, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(800, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(801, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(802, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(803, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(804, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(805, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(806, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(807, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(808, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(809, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(810, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(811, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(812, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(813, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(814, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(815, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(816, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(817, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(818, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(819, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(820, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(821, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(822, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(823, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(824, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(825, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(826, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(827, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(828, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(829, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(830, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(831, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(832, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(833, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(834, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(835, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(836, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(837, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(838, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(839, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(840, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(841, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(842, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(843, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(844, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(845, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(846, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(847, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(848, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(849, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(850, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(851, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(852, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(853, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(854, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(855, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(856, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(857, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(858, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(859, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(860, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(861, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(862, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(863, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(864, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(865, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(866, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(867, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(868, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(869, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(870, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(871, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(872, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(873, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(874, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(875, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(876, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(877, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(878, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(879, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(880, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(881, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(882, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(883, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(884, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(885, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(886, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(887, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(888, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(889, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(890, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(891, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(892, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(893, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(894, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(895, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(896, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(897, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(898, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(899, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(900, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(901, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(902, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(903, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(904, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(905, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(906, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(907, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(908, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(909, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(910, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(911, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(912, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(913, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(914, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(915, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(916, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(917, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(918, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(919, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(920, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(921, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(922, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(923, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(924, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(925, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(926, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(927, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(928, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(929, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(930, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(931, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(932, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(933, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(934, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(935, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(936, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(937, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(938, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(939, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(940, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(941, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(942, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(943, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(944, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(945, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(946, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(947, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(948, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(949, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(950, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(951, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(952, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(953, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(954, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(955, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(956, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(957, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(958, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(959, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(960, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(961, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(962, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(963, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(964, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(965, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(966, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(967, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(968, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(969, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(970, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(971, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(972, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(973, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(974, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(975, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(976, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(977, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(978, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(979, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(980, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(981, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(982, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(983, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(984, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(985, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(986, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(987, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(988, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(989, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(990, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(991, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(992, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(993, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(994, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(995, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(996, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(997, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(998, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(999, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1000, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1001, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1002, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1003, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1004, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1005, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1006, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1007, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1008, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1009, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1010, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1011, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1012, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1013, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1014, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1015, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1016, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1017, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1018, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1019, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1020, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1021, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1022, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 fcntl(1023, F_GETFL) = -1 EBADF (Bad file descriptor) 21105 getuid() = 1000 21105 geteuid() = 1000 21105 getgid() = 1000 21105 getegid() = 1000 21105 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21105 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21105 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21105 readlink("/proc/self/fd/0", "/dev/pts/20", 4095) = 11 21105 open("/dev/pts/20", O_RDWR|O_NOCTTY) = 5 21105 fcntl(5, F_DUPFD, 10) = 10 21105 close(5) = 0 21105 getpid() = 21105 21105 pipe([5, 6]) = 0 21105 dup(0) = 7 21105 dup(0) = 8 21105 dup(0) = 9 21105 getppid() = 21102 21105 getuid() = 1000 21105 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 11 21105 connect(11, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 21105 close(11) = 0 21105 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 11 21105 connect(11, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 21105 close(11) = 0 21105 open("/etc/nsswitch.conf", O_RDONLY) = 11 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad2bd000 21105 read(11, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475 21105 read(11, "", 4096) = 0 21105 close(11) = 0 21105 munmap(0x7f6cad2bd000, 4096) = 0 21105 open("/etc/ld.so.cache", O_RDONLY) = 11 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21105 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 11, 0) = 0x7f6cad29b000 21105 close(11) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libnss_compat.so.2", O_RDONLY) = 11 21105 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\23\0\0\0\0\0\0"..., 832) = 832 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=31616, ...}) = 0 21105 mmap(NULL, 2127088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7f6cac059000 21105 mprotect(0x7f6cac060000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cac25f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x6000) = 0x7f6cac25f000 21105 close(11) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libnsl.so.1", O_RDONLY) = 11 21105 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300@\0\0\0\0\0\0"..., 832) = 832 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=89064, ...}) = 0 21105 mmap(NULL, 2194128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7f6cabe41000 21105 mprotect(0x7f6cabe56000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cac055000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x14000) = 0x7f6cac055000 21105 mmap(0x7f6cac057000, 6864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6cac057000 21105 close(11) = 0 21105 mprotect(0x7f6cac055000, 4096, PROT_READ) = 0 21105 mprotect(0x7f6cac25f000, 4096, PROT_READ) = 0 21105 munmap(0x7f6cad29b000, 141854) = 0 21105 open("/etc/ld.so.cache", O_RDONLY) = 11 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21105 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 11, 0) = 0x7f6cad29b000 21105 close(11) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libnss_nis.so.2", O_RDONLY) = 11 21105 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\0\0\0\0\0"..., 832) = 832 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=43552, ...}) = 0 21105 mmap(NULL, 2139320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7f6cabc36000 21105 mprotect(0x7f6cabc40000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cabe3f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x9000) = 0x7f6cabe3f000 21105 close(11) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libnss_files.so.2", O_RDONLY) = 11 21105 read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0"..., 832) = 832 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=47616, ...}) = 0 21105 mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7f6caba2a000 21105 mprotect(0x7f6caba35000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f6cabc34000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0xa000) = 0x7f6cabc34000 21105 close(11) = 0 21105 mprotect(0x7f6cabc34000, 4096, PROT_READ) = 0 21105 mprotect(0x7f6cabe3f000, 4096, PROT_READ) = 0 21105 munmap(0x7f6cad29b000, 141854) = 0 21105 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 11 21105 fcntl(11, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21105 lseek(11, 0, SEEK_CUR) = 0 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=2095, ...}) = 0 21105 mmap(NULL, 2095, PROT_READ, MAP_SHARED, 11, 0) = 0x7f6cad2bd000 21105 lseek(11, 2095, SEEK_SET) = 2095 21105 munmap(0x7f6cad2bd000, 2095) = 0 21105 close(11) = 0 21105 stat("/home/warp", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0 21105 stat(".", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21105 stat("/home/warp/src/wikipediafs/wikipediafs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21105 stat(".", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 21105 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 11 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 21105 mmap(NULL, 26048, PROT_READ, MAP_SHARED, 11, 0) = 0x7f6cad2b7000 21105 close(11) = 0 21105 uname({sys="Linux", node="unconquered", ...}) = 0 21105 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21105 readlink("/proc/self/fd/0", "/dev/pts/20"..., 511) = 11 21105 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/var/run/utmp", O_RDONLY|O_CLOEXEC) = 11 21105 fcntl(11, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21105 lseek(11, 0, SEEK_SET) = 0 21105 alarm(0) = 0 21105 rt_sigaction(SIGALRM, {0x7f6cac568970, [], SA_RESTORER, 0x7f6cac4971f0}, {SIG_DFL, [], 0}, 8) = 0 21105 alarm(10) = 0 21105 fcntl(11, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 21105 read(11, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\1\0\0\0002\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\6\0\0\0\307\21\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\6\0\0\0\311\21\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\6\0\0\0\310\21\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\6\0\0\0\303\21\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\6\0\0\0\312\21\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0B\7\0\0tty8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\6\0\0\0\f\26\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\322\26\0\0pts/0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0`\30\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0`\30\0\0pts/2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\0\0\0\0pts/0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0`\30\0\0pts/4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0`\30\0\0pts/3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\321\33\0\0pts/3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\337\33\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\340\33\0\0pts/6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\341\33\0\0pts/7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\342\33\0\0pts/8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\343\33\0\0pts/9\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\344\33\0\0pts/10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\345\33\0\0pts/11\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\346\33\0\0pts/12\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0*\34\0\0pts/17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\354\36\0\0pts/25\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\373\36\0\0pts/27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\t\37\0\0pts/29\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\17\37\0\0pts/30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0R,\0\0pts/32\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\211D\0\0pts/33\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\37W\0\0pts/34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\233D\0\0pts/35\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\252D\0\0pts/36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0=W\0\0pts/37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0*D\0\0pts/38\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\25\37\0\0pts/34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0&+\0\0pts/28\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0006+\0\0pts/31\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\270\1\0\0pts/38\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\243=\0\0pts/39\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\10\0\0\0\245=\0\0pts/40\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\345F\0\0pts/35\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "\7\0\0\0\352F\0\0pts/36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 21105 read(11, "", 384) = 0 21105 fcntl(11, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 21105 alarm(0) = 10 21105 rt_sigaction(SIGALRM, {SIG_DFL, [], SA_RESTORER, 0x7f6cac4971f0}, NULL, 8) = 0 21105 close(11) = 0 21105 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad2b3000 21105 munmap(0x7f6cad2b3000, 16384) = 0 21105 uname({sys="Linux", node="unconquered", ...}) = 0 21105 ioctl(10, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21105 getrlimit(RLIMIT_CPU, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_FSIZE, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_RSS, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_NPROC, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 21105 getrlimit(RLIMIT_MEMLOCK, {rlim_cur=64*1024, rlim_max=64*1024}) = 0 21105 getrlimit(RLIMIT_AS, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_LOCKS, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 21105 getrlimit(RLIMIT_SIGPENDING, {rlim_cur=16382, rlim_max=16382}) = 0 21105 getrlimit(RLIMIT_MSGQUEUE, {rlim_cur=800*1024, rlim_max=800*1024}) = 0 21105 getrlimit(RLIMIT_NICE, {rlim_cur=0, rlim_max=0}) = 0 21105 getrlimit(RLIMIT_RTPRIO, {rlim_cur=0, rlim_max=0}) = 0 21105 getrusage(RUSAGE_CHILDREN, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0 21105 close(5) = 0 21105 close(6) = 0 21105 close(7) = 0 21105 close(8) = 0 21105 close(9) = 0 21105 rt_sigaction(SIGQUIT, {SIG_IGN, [QUIT], SA_RESTORER|SA_RESTART, 0x7f6cac4971f0}, {SIG_DFL, [], 0}, 8) = 0 21105 rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7f6cac4971f0}, {SIG_DFL, [], 0}, 8) = 0 21105 rt_sigaction(SIGHUP, {0x473260, [], SA_RESTORER, 0x7f6cac4971f0}, NULL, 8) = 0 21105 rt_sigaction(SIGCHLD, {0x473260, [], SA_RESTORER, 0x7f6cac4971f0}, NULL, 8) = 0 21105 rt_sigaction(SIGWINCH, {0x473260, [], SA_RESTORER, 0x7f6cac4971f0}, NULL, 8) = 0 21105 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad2b3000 21105 stat("/etc/zsh/zshenv.zwc", 0x7ffffb03e040) = -1 ENOENT (No such file or directory) 21105 stat("/etc/zsh/zshenv", {st_mode=S_IFREG|0644, st_size=623, ...}) = 0 21105 open("/etc/zsh/zshenv", O_RDONLY|O_NOCTTY) = 5 21105 fcntl(5, F_DUPFD, 10) = 11 21105 close(5) = 0 21105 fcntl(11, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21105 fstat(11, {st_mode=S_IFREG|0644, st_size=623, ...}) = 0 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad2b2000 21105 lseek(11, 0, SEEK_CUR) = 0 21105 read(11, "# /etc/zsh/zshenv: system-wide ."..., 4096) = 623 21105 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 21105 rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [CHLD], [CHLD], 8) = 0 21105 read(11, "", 4096) = 0 21105 close(11) = 0 21105 munmap(0x7f6cad2b2000, 4096) = 0 21105 stat("/home/warp/.zshenv.zwc", 0x7ffffb03de60) = -1 ENOENT (No such file or directory) 21105 stat("/home/warp/.zshenv", 0x7ffffb03ddd0) = -1 ENOENT (No such file or directory) 21105 open("/home/warp/.zshenv", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory) 21105 open("/dev/null", O_RDONLY|O_NOCTTY) = 5 21105 fcntl(5, F_DUPFD, 10) = 11 21105 close(5) = 0 21105 fcntl(11, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) 21105 fstat(11, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0 21105 ioctl(11, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7ffffb03dff0) = -1 ENOTTY (Inappropriate ioctl for device) 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6cad2b2000 21105 lseek(11, 0, SEEK_CUR) = 0 21105 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 21105 open("/home/warp/tmp/v9JHNBo/0", O_RDONLY|O_NOCTTY) = 5 21105 fcntl(0, F_DUPFD, 10) = 12 21105 close(0) = 0 21105 dup2(5, 0) = 0 21105 close(5) = 0 21105 open("/home/warp/tmp/v9JHNBo/1", O_WRONLY|O_CREAT|O_NOCTTY|O_TRUNC, 0666) = 5 21105 fcntl(1, F_DUPFD, 10) = 13 21105 close(1) = 0 21105 dup2(5, 1) = 1 21105 close(5) = 0 21105 dup(1) = 5 21105 fcntl(2, F_DUPFD, 10) = 14 21105 close(2) = 0 21105 dup2(5, 2) = 2 21105 close(5) = 0 21105 close(10) = 0 21105 rt_sigaction(SIGQUIT, {SIG_DFL, [QUIT], SA_RESTORER|SA_RESTART, 0x7f6cac4971f0}, {SIG_IGN, [QUIT], SA_RESTORER|SA_RESTART, 0x7f6cac4971f0}, 8) = 0 21105 getrusage(RUSAGE_CHILDREN, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0 21105 rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 21105 access("/home/warp/bin/cat", X_OK) = -1 ENOENT (No such file or directory) 21105 access("/usr/local/bin/cat", X_OK) = -1 ENOENT (No such file or directory) 21105 access("/usr/bin/cat", X_OK) = -1 ENOENT (No such file or directory) 21105 access("/bin/cat", X_OK) = 0 21105 stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=52288, ...}) = 0 21105 open("/home/warp/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 21105 getdents(5, /* 113 entries */, 32768) = 3776 21105 getdents(5, /* 0 entries */, 32768) = 0 21105 close(5) = 0 21105 open("/usr/local/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 21105 getdents(5, /* 12 entries */, 32768) = 392 21105 getdents(5, /* 0 entries */, 32768) = 0 21105 close(5) = 0 21105 open("/usr/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 21105 getdents(5, /* 984 entries */, 32768) = 32768 21105 brk(0x1f8c000) = 0x1f8c000 21105 getdents(5, /* 986 entries */, 32768) = 32744 21105 brk(0x1fad000) = 0x1fad000 21105 getdents(5, /* 987 entries */, 32768) = 32752 21105 getdents(5, /* 833 entries */, 32768) = 27720 21105 brk(0x1fce000) = 0x1fce000 21105 getdents(5, /* 0 entries */, 32768) = 0 21105 close(5) = 0 21105 open("/bin", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 21105 getdents(5, /* 117 entries */, 32768) = 3400 21105 getdents(5, /* 0 entries */, 32768) = 0 21105 close(5) = 0 21105 rt_sigaction(SIGQUIT, {SIG_DFL, [QUIT], SA_RESTORER|SA_RESTART, 0x7f6cac4971f0}, {SIG_DFL, [QUIT], SA_RESTORER|SA_RESTART, 0x7f6cac4971f0}, 8) = 0 21105 getrusage(RUSAGE_CHILDREN, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0 21105 close(11) = 0 21105 close(12) = 0 21105 close(13) = 0 21105 close(14) = 0 21105 rt_sigprocmask(SIG_UNBLOCK, [CHLD], [CHLD], 8) = 0 21105 execve("/bin/cat", ["cat", "svn-commit.tmp"], [/* 42 vars */] 21102 <... nanosleep resumed> NULL) = 0 21105 <... execve resumed> ) = 0 21102 wait4(21105, 0x7fff6e3d0c7c, WNOHANG, NULL) = 0 21105 brk(0 21102 nanosleep({0, 10000000}, 21105 <... brk resumed> ) = 0x258d000 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f36e501a000 21105 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 21105 open("/etc/ld.so.cache", O_RDONLY) = 5 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21105 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f36e4ff7000 21105 close(5) = 0 21105 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21105 open("/lib/libc.so.6", O_RDONLY) = 5 21105 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 21105 fstat(5, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 21105 mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f36e4a9e000 21105 mprotect(0x7f36e4bf6000, 2093056, PROT_NONE) = 0 21105 mmap(0x7f36e4df5000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x157000) = 0x7f36e4df5000 21105 mmap(0x7f36e4dfa000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f36e4dfa000 21105 close(5) = 0 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f36e4ff6000 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f36e4ff5000 21105 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f36e4ff4000 21105 arch_prctl(ARCH_SET_FS, 0x7f36e4ff5700) = 0 21105 mprotect(0x7f36e4df5000, 16384, PROT_READ) = 0 21105 mprotect(0x7f36e501c000, 4096, PROT_READ) = 0 21105 munmap(0x7f36e4ff7000, 141854) = 0 21105 brk(0) = 0x258d000 21105 brk(0x25ae000) = 0x25ae000 21105 open("/usr/lib/locale/locale-archive", O_RDONLY) = 5 21105 fstat(5, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 21105 mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f36e4e7f000 21105 close(5) = 0 21105 fstat(1, {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 21105 open("svn-commit.tmp", O_RDONLY) = 5 21105 fstat(5, {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21105 read(5, "Allow users other than mblondel "..., 32768) = 125 21105 write(1, "Allow users other than mblondel "..., 125) = 125 21105 read(5, "", 32768) = 0 21105 close(5) = 0 21105 close(1) = 0 21105 close(2) = 0 21105 exit_group(0) = ? 21102 <... nanosleep resumed> NULL) = ? ERESTART_RESTARTBLOCK (To be restarted) 21102 --- SIGCHLD (Child exited) @ 0 (0) --- 21102 restart_syscall(<... resuming interrupted call ...>) = 0 21102 wait4(21105, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 21105 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 rt_sigaction(SIGWINCH, {0x521cd0, [], SA_RESTORER, 0x7f97fb1251f0}, {0x521cd0, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [WINCH], [], 8) = 0 21102 rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_DFL, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [TSTP], [], 8) = 0 21102 rt_sigaction(SIGCONT, {0x5208f0, [], SA_RESTORER, 0x7f97fb1251f0}, {0x5208f0, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [CONT], [], 8) = 0 21102 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [PIPE], [], 8) = 0 21102 rt_sigaction(SIGINT, {0x521c80, [], SA_RESTORER, 0x7f97fb1251f0}, {0x521c80, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [INT], [], 8) = 0 21102 rt_sigaction(SIGALRM, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, {SIG_IGN, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [ALRM], [], 8) = 0 21102 rt_sigaction(SIGPWR, {0x521cb0, [], SA_RESTORER, 0x7f97fb1251f0}, {0x521cb0, [], SA_RESTORER, 0x7f97fb1251f0}, 8) = 0 21102 rt_sigprocmask(SIG_UNBLOCK, [PWR], [], 8) = 0 21102 rt_sigaction(SIGHUP, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGQUIT, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGILL, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGTRAP, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGABRT, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGFPE, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGBUS, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGSEGV, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGSYS, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGTERM, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGVTALRM, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGPROF, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGXCPU, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGXFSZ, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGUSR1, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 rt_sigaction(SIGUSR2, {0x522030, [], SA_RESTORER, 0x7f97fb462f60}, NULL, 8) = 0 21102 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(1, TIOCGWINSZ, {ws_row=50, ws_col=178, ws_xpixel=0, ws_ypixel=0}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 stat("/home/warp/tmp/v9JHNBo/1", {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21102 access("/home/warp/tmp/v9JHNBo/1", W_OK) = 0 21102 open("/home/warp/tmp/v9JHNBo/1", O_RDONLY) = 7 21102 close(7) = 0 21102 open("/home/warp/tmp/v9JHNBo/1", O_RDONLY) = 7 21102 read(7, "Allow users other than mblondel "..., 8192) = 125 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 brk(0x25b3000) = 0x25b3000 21102 read(7, "", 65536) = 0 21102 close(7) = 0 21102 brk(0x2593000) = 0x2593000 21102 lseek(8, 0, SEEK_SET) = 0 21102 write(8, "b0VIM 7.2\0\0\0\0\20\0\0\31DVL\222\4\10\1nR\0\0warp"..., 4096) = 4096 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h4 lines filtered\33[50;17H\33["..., 33) = 33 21102 unlink("/home/warp/tmp/v9JHNBo/0") = 0 21102 unlink("/home/warp/tmp/v9JHNBo/1") = 0 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[1;1HAllow users other than mbl"..., 279) = 279 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 56705}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "Z", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;168HZ\33[1;1H\33[?25l", 28) = 28 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {4, 0}) = 1 (in [0], left {3, 845398}) 21102 select(7, [0 5 6], NULL, [0 5], NULL) = 1 (in [0]) 21102 read(0, "Z", 4096) = 1 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 select(7, [0 5 6], NULL, [0 5], {0, 0}) = 0 (Timeout) 21102 write(1, "\33[?25h\33[50;169HZ\33[1;1H", 22) = 22 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 access("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", W_OK) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0 21102 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 write(1, "\33[50;1H\"svn-commit.3.tmp\"\33[50;16"..., 37) = 37 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 access("svn-commit.3.tmp", W_OK) = 0 21102 getxattr("svn-commit.3.tmp", "system.posix_acl_access", 0x7fff6e3d0880, 132) = -1 EOPNOTSUPP (Operation not supported) 21102 lstat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 lstat("4913", 0x7fff6e3d0b70) = -1 ENOENT (No such file or directory) 21102 open("4913", O_WRONLY|O_CREAT|O_EXCL|O_NOFOLLOW, 0100664) = 7 21102 fchown(7, 1000, 1000) = 0 21102 stat("4913", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0 21102 close(7) = 0 21102 unlink("4913") = 0 21102 stat("svn-commit.3.tmp~", 0x7fff6e3d0940) = -1 ENOENT (No such file or directory) 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0 21102 stat("svn-commit.3.tmp~", 0x7fff6e3cf870) = -1 ENOENT (No such file or directory) 21102 unlink("svn-commit.3.tmp~") = -1 ENOENT (No such file or directory) 21102 rename("svn-commit.3.tmp", "svn-commit.3.tmp~") = 0 21102 open("svn-commit.3.tmp", O_WRONLY|O_CREAT|O_TRUNC, 0664) = 7 21102 write(7, "Allow users other than mblondel "..., 125) = 125 21102 fsync(7) = 0 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21102 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21102 close(7) = 0 21102 chmod("svn-commit.3.tmp", 0100664) = 0 21102 write(1, "\33[50;20H5L, 125C written", 24) = 24 21102 lseek(8, 0, SEEK_SET) = 0 21102 write(8, "b0VIM 7.2\0\0\0\0\20\0\0\31DVL\222\4\10\1nR\0\0warp"..., 4096) = 4096 21102 stat("/home/warp/src/wikipediafs/wikipediafs/svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21102 unlink("svn-commit.3.tmp~") = 0 21102 getcwd("/home/warp/src/wikipediafs/wikipediafs", 4096) = 39 21102 open("/home/warp/.viminfo", O_RDONLY) = -1 EACCES (Permission denied) 21102 stat("/home/warp/.viminfo", {st_mode=S_IFREG|0600, st_size=6743, ...}) = 0 21102 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21102 writev(6, [{"\22\0\32\0Z\1\0\0\t\0\0\0\37\0\0\0\10\0\2\0M\0\0\0\n--This "..., 104}, {NULL, 0}, {"", 0}], 3) = 104 21102 read(6, 0x2541974, 4096) = -1 EAGAIN (Resource temporarily unavailable) 21102 write(1, "\r", 1) = 1 21102 write(1, "\33[?25l", 6) = 6 21102 write(1, "\r\n", 2) = 2 21102 close(8) = 0 21102 unlink("/home/warp/src/wikipediafs/wikipediafs/.svn-commit.3.tmp.swp") = 0 21102 open("/home/warp/tmp/v9JHNBo/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7 21102 getdents(7, /* 2 entries */, 32768) = 48 21102 getdents(7, /* 0 entries */, 32768) = 0 21102 close(7) = 0 21102 rmdir("/home/warp/tmp/v9JHNBo") = 0 21102 exit_group(0) = ? 21101 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 21102 21101 rt_sigaction(SIGINT, {0x40c450, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bee9c1f0}, NULL, 8) = 0 21101 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fa5bee9c1f0}, NULL, 8) = 0 21101 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 21101 --- SIGCHLD (Child exited) @ 0 (0) --- 21101 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21101 open("svn-commit.3.tmp", O_RDONLY|O_CLOEXEC) = 3 21101 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 stat("svn-commit.3.tmp", {st_mode=S_IFREG|0664, st_size=125, ...}) = 0 21101 read(3, "Allow users other than mblondel "..., 16384) = 125 21101 read(3, "", 16384) = 0 21101 close(3) = 0 21101 chdir("/home/warp/src/wikipediafs/wikipediafs/trunk") = 0 21101 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fa5bee9c1f0}, {SIG_IGN, [], SA_RESTORER|SA_INTERRUPT, 0x7fa5bf1d9f60}, 8) = 0 21101 socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 3 21101 close(3) = 0 21101 access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 3 21101 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(3, "0\n", 1024) = 2 21101 close(3) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 access("/dev/random", R_OK) = 0 21101 access("/dev/urandom", R_OK) = 0 21101 open("/dev/urandom", O_RDONLY) = 3 21101 fcntl(3, F_GETFD) = 0 21101 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999992}) 21101 read(3, "\344\2<\331;k\354\215\302\33\312\327SL\314\335@d\366\301\246\265\366~\327\220\3117\355F\251P"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999995}) 21101 read(3, "\3641\333#\353\365y\304<\342\n\\\3516\336\212\310\212$\216\23\260\231\6G\330\225`)\365q\272"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "op!\336\323g\233O\223\246\377\206\315\276-\265\220G\32r\23h\226q\237\357\306\37z\275i\20"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\350\350FL+q\237\372\363\241O\r\225\340\200\207\202\232\6\242\215\265\263y'_e\241?HJ\212"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\357i\363A6\371\201\352\24<\35\207\321\3A\332\322\1\343wK\247\\\334\370\376\351\255\212\270\4\244"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\0:\332\376l\232\250\340\10\352\23\16\314\350\2146\247D\362w\221\220<\3\350Zk\2502!\22$"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "#\233\316\351\270y\326\v\334#\0\21\177\30\276\331\327B\364\334\237\v\341\37;>\272\370\300\274\311\t"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\347\24\255E\221\275'(3\200T\232OA0\320A\274Q\312\177hn\213\305C,\v\"\363\177\7"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\22\2752c\247\213\316\227\251\351\311\32\205\323\302^`\320P\3067\327\360\366\0\352Xo3\"\351O"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\340?4\364\310l\202[\326\5\231\33d\21D\356w\323Q;\346v\24\317\347\264\203c\240n\212\216"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\274B\202\252\350\340\371\310\252)\257\200\374\357s\0\23\305\n\345W]\265\215\317\377\203\276\331b9\315"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\270\25\224\2215\304\2047\352E3jLc\375+\313@\r\221\26\4\341\374K\\5\237ufx\302"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "f\334`\24\314\277\250U\6\31\350\16\241\352,\222\177\251\210\2308D\316\17/L\307!\317\37\275\2"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "F\234\340\317\377&m\222Hg\345\r21\22\177\372:,\241\211!\251M\354z\204\377(2\4\335"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "t\301\t\21\314\207\241\231J#\214\345\370\325/f\276\254\0;\3\214\\|\266\323\251\305\234F\352\332"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "k;\177%GWCC\22\240\227\350\347\317F\205\270\366kCL\224l\3655\210\251\37\244yr\233"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "#\333\372\300M\255/\26A\373A\312|\375\2]\350\242\317\24\377\264\323\25\243\233\263\215Ic\312W"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\334L\33\273\326\v\346\3\331.\323\327es\377\3TB\f\312\336\363x\345\365\"\200A\222]\6I"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "R>\261\234B\351Vw[&\234\225*\303$\316\332\377{>\327\223\355<\342.A.zp\200P"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "I5\275w\354\371hS\231\366jB\370.\235\253]\362}h\302F\357\227\272\254\350 \364A>\240"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\345\33\213\245I\343nv\221\r8\1P+\375\26\327T3\264m\361\374\266\227\212\306\224\302\177\364\215"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "8\250\203\200\350r\2\3771\241:\317\301-\220\347\311V\315\357\230\372/\3P\214\244\240\36\323\374\37"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "L\345\200\232\307\305]\301\275\214dt\366C\0352\37\3004\22\30\327\362\342\323BIT\353[7u"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\3251K\220)g[\215\v*dB\32\250\273\26\337V\350'p\344/\20\377Y;\211\7a\235\241"..., 120) = 120 21101 select(4, [3], NULL, NULL, {3, 0}) = 1 (in [3], left {2, 999996}) 21101 read(3, "\20I\261\26\346.\340\340\237d\27[\212\177\203\220W=\360\334\7F\351A\373k\251\27\345^r\374"..., 120) = 120 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 164010}, ru_stime={0, 32002}, ...}) = 0 21101 times({tms_utime=16, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454864 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 164010}, ru_stime={0, 32002}, ...}) = 0 21101 times({tms_utime=16, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454864 21101 open("/etc/ssl/certs/ca-certificates.crt", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=220409, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "-----BEGIN CERTIFICATE-----\nMIIE"..., 8192) = 8192 21101 read(4, "4/MUTu7R3AnP\ndzRGULD4EfL+OHn3Bzn"..., 8192) = 8192 21101 brk(0x12d5000) = 0x12d5000 21101 brk(0x12d1000) = 0x12d1000 21101 read(4, "z9l+WceR0DTYw/j1Y75hauXTLPXJuuWC"..., 8192) = 8192 21101 read(4, "gClzMx8KSreKJCrt+G2/30lC0DYqjSjL"..., 12288) = 12288 21101 read(4, "kVySVGkl\n5WJp3OXuAFK9MwutdQKFp2R"..., 16384) = 16384 21101 read(4, "jZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9"..., 4096) = 4096 21101 read(4, "uICBC\nLTYwOTI5NDUyMS4wLAYDVQQLEy"..., 24576) = 24576 21101 read(4, "lxgwENv4wB3NrGrTmkqYov1YtcaF9Qxm"..., 4096) = 4096 21101 read(4, "rBgEFBQcCAjCBkDAKFgNUREMwAwIBARq"..., 36864) = 36864 21101 read(4, "M0HDowlMA0GCSqGSIb3DQEBBQUAA4IBA"..., 4096) = 4096 21101 mmap(NULL, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0361000 21101 brk(0x12cb000) = 0x12cb000 21101 read(4, "VDu+NTkYzsAUMAfu55rIKHNLlm6WbF\nK"..., 57344) = 57344 21101 read(4, "CAg8AMIIC\nCgKCAgEAr+TufoskDhJuqV"..., 4096) = 4096 21101 mremap(0x7fa5c0361000, 188416, 282624, MREMAP_MAYMOVE) = 0x7fa5b30af000 21101 read(4, "w0BAQEFAAOCAg8A\nMIICCgKCAgEAxPGH"..., 90112) = 31993 21101 read(4, "", 57344) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 brk(0x12ca000) = 0x12ca000 21101 brk(0x12eb000) = 0x12eb000 21101 brk(0x130c000) = 0x130c000 21101 brk(0x132d000) = 0x132d000 21101 brk(0x134e000) = 0x134e000 21101 brk(0x136f000) = 0x136f000 21101 brk(0x1390000) = 0x1390000 21101 brk(0x13b1000) = 0x13b1000 21101 brk(0x13d2000) = 0x13d2000 21101 brk(0x13f3000) = 0x13f3000 21101 brk(0x1414000) = 0x1414000 21101 brk(0x1435000) = 0x1435000 21101 brk(0x1456000) = 0x1456000 21101 brk(0x1477000) = 0x1477000 21101 brk(0x1498000) = 0x1498000 21101 brk(0x14b9000) = 0x14b9000 21101 brk(0x14da000) = 0x14da000 21101 brk(0x14fb000) = 0x14fb000 21101 brk(0x151c000) = 0x151c000 21101 brk(0x153d000) = 0x153d000 21101 munmap(0x7fa5b30af000, 282624) = 0 21101 brk(0x155e000) = 0x155e000 21101 open("/etc/ssl/certs/ca-certificates.crt", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=220409, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "-----BEGIN CERTIFICATE-----\nMIIE"..., 8192) = 8192 21101 read(4, "4/MUTu7R3AnP\ndzRGULD4EfL+OHn3Bzn"..., 8192) = 8192 21101 read(4, "z9l+WceR0DTYw/j1Y75hauXTLPXJuuWC"..., 8192) = 8192 21101 read(4, "gClzMx8KSreKJCrt+G2/30lC0DYqjSjL"..., 12288) = 12288 21101 read(4, "kVySVGkl\n5WJp3OXuAFK9MwutdQKFp2R"..., 16384) = 16384 21101 read(4, "jZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9"..., 4096) = 4096 21101 read(4, "uICBC\nLTYwOTI5NDUyMS4wLAYDVQQLEy"..., 24576) = 24576 21101 read(4, "lxgwENv4wB3NrGrTmkqYov1YtcaF9Qxm"..., 4096) = 4096 21101 read(4, "rBgEFBQcCAjCBkDAKFgNUREMwAwIBARq"..., 36864) = 36864 21101 read(4, "M0HDowlMA0GCSqGSIb3DQEBBQUAA4IBA"..., 4096) = 4096 21101 brk(0x15a3000) = 0x15a3000 21101 read(4, "VDu+NTkYzsAUMAfu55rIKHNLlm6WbF\nK"..., 57344) = 57344 21101 read(4, "CAg8AMIIC\nCgKCAgEAr+TufoskDhJuqV"..., 4096) = 4096 21101 read(4, "w0BAQEFAAOCAg8A\nMIICCgKCAgEAxPGH"..., 90112) = 31993 21101 read(4, "", 57344) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 brk(0x15c4000) = 0x15c4000 21101 brk(0x15e5000) = 0x15e5000 21101 brk(0x1606000) = 0x1606000 21101 brk(0x1627000) = 0x1627000 21101 brk(0x1648000) = 0x1648000 21101 brk(0x1669000) = 0x1669000 21101 brk(0x168a000) = 0x168a000 21101 brk(0x16ab000) = 0x16ab000 21101 brk(0x16cc000) = 0x16cc000 21101 brk(0x16ed000) = 0x16ed000 21101 brk(0x170e000) = 0x170e000 21101 brk(0x172f000) = 0x172f000 21101 brk(0x1750000) = 0x1750000 21101 brk(0x1771000) = 0x1771000 21101 brk(0x1792000) = 0x1792000 21101 brk(0x17b3000) = 0x17b3000 21101 brk(0x17d4000) = 0x17d4000 21101 brk(0x17f5000) = 0x17f5000 21101 brk(0x1816000) = 0x1816000 21101 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/neon.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/neon.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US/LC_MESSAGES/neon.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/neon.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.utf8/LC_MESSAGES/neon.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en/LC_MESSAGES/neon.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 futex(0x7fa5ba9ac700, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 socket(PF_NETLINK, SOCK_RAW, 0) = 4 21101 bind(4, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 21101 getsockname(4, {sa_family=AF_NETLINK, pid=21101, groups=00000000}, [12]) = 0 21101 sendto(4, "\24\0\0\0\26\0\1\3&DVL\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 21101 recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"0\0\0\0\24\0\2\0&DVLmR\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) = 108 21101 recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"@\0\0\0\24\0\2\0&DVLmR\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) = 128 21101 recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0&DVLmR\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 21101 close(4) = 0 21101 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 21101 connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 21101 close(4) = 0 21101 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 21101 connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 21101 close(4) = 0 21101 open("/etc/nsswitch.conf", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475 21101 read(4, "", 4096) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 open("/etc/host.conf", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "multi on\n", 4096) = 9 21101 read(4, "", 4096) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 futex(0x7fa5bf1c92e4, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 open("/etc/resolv.conf", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=75, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "domain gateway.2wire.net\nsearch "..., 4096) = 75 21101 read(4, "", 4096) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 open("/etc/ld.so.cache", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21101 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fa5c0519000 21101 close(4) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libnss_files.so.2", O_RDONLY) = 4 21101 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0"..., 832) = 832 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=47616, ...}) = 0 21101 mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fa5b2ee8000 21101 mprotect(0x7fa5b2ef3000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b30f2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa000) = 0x7fa5b30f2000 21101 close(4) = 0 21101 mprotect(0x7fa5b30f2000, 4096, PROT_READ) = 0 21101 munmap(0x7fa5c0519000, 141854) = 0 21101 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 4 21101 fcntl(4, F_GETFD) = 0x1 (flags FD_CLOEXEC) 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=390, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "127.0.0.1\tlocalhost\n127.0.1.1\tun"..., 4096) = 390 21101 read(4, "", 4096) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 open("/etc/ld.so.cache", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=141854, ...}) = 0 21101 mmap(NULL, 141854, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fa5c0519000 21101 close(4) = 0 21101 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 21101 open("/lib/libnss_dns.so.2", O_RDONLY) = 4 21101 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\20\0\0\0\0\0\0"..., 832) = 832 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=22928, ...}) = 0 21101 mmap(NULL, 2117888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fa5b2ce2000 21101 mprotect(0x7fa5b2ce7000, 2093056, PROT_NONE) = 0 21101 mmap(0x7fa5b2ee6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x7fa5b2ee6000 21101 close(4) = 0 21101 mprotect(0x7fa5b2ee6000, 4096, PROT_READ) = 0 21101 munmap(0x7fa5c0519000, 141854) = 0 21101 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=75, ...}) = 0 21101 open("/etc/resolv.conf", O_RDONLY) = 4 21101 fstat(4, {st_mode=S_IFREG|0644, st_size=75, ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c053b000 21101 read(4, "domain gateway.2wire.net\nsearch "..., 4096) = 75 21101 read(4, "", 4096) = 0 21101 close(4) = 0 21101 munmap(0x7fa5c053b000, 4096) = 0 21101 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 4 21101 connect(4, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.254")}, 16) = 0 21101 poll([{fd=4, events=POLLOUT}], 1, 0) = 1 ([{fd=4, revents=POLLOUT}]) 21101 sendto(4, "H1\1\0\0\1\0\0\0\0\0\0\vwikipediafs\3svn\vsou"..., 49, MSG_NOSIGNAL, NULL, 0) = 49 21101 poll([{fd=4, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=4, revents=POLLOUT}]) 21101 sendto(4, "\316H\1\0\0\1\0\0\0\0\0\0\vwikipediafs\3svn\vsou"..., 49, MSG_NOSIGNAL, NULL, 0) = 49 21101 poll([{fd=4, events=POLLIN}], 1, 4999) = 1 ([{fd=4, revents=POLLIN}]) 21101 ioctl(4, FIONREAD, [81]) = 0 21101 recvfrom(4, "H1\201\200\0\1\0\2\0\0\0\0\vwikipediafs\3svn\vsou"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.254")}, [16]) = 81 21101 poll([{fd=4, events=POLLIN}], 1, 4961) = 1 ([{fd=4, revents=POLLIN}]) 21101 ioctl(4, FIONREAD, [49]) = 0 21101 recvfrom(4, "\316H\201\200\0\1\0\0\0\0\0\0\vwikipediafs\3svn\vsou"..., 1967, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.254")}, [16]) = 49 21101 close(4) = 0 21101 open("/etc/gai.conf", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 futex(0x7fa5bf1c7e04, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4 21101 connect(4, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("216.34.181.65")}, 16) = 0 21101 getsockname(4, {sa_family=AF_INET, sin_port=htons(43178), sin_addr=inet_addr("192.168.1.2")}, [16]) = 0 21101 connect(4, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0 21101 connect(4, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("216.34.181.177")}, 16) = 0 21101 getsockname(4, {sa_family=AF_INET, sin_port=htons(42606), sin_addr=inet_addr("192.168.1.2")}, [16]) = 0 21101 close(4) = 0 21101 socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_TCP) = 4 21101 setsockopt(4, SOL_TCP, TCP_NODELAY, [1], 4) = 0 21101 fcntl(4, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) 21101 connect(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("216.34.181.65")}, 16) = -1 EINPROGRESS (Operation now in progress) 21101 poll([{fd=4, events=POLLOUT}], 1, 3600000) = 1 ([{fd=4, revents=POLLOUT}]) 21101 getsockopt(4, SOL_SOCKET, SO_ERROR, [0], [4]) = 0 21101 fcntl(4, F_SETFL, O_RDWR) = 0 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 376023}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=37, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454899 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 376023}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=37, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454899 21101 sendto(4, "\26\3\2\0\200\1\0\0|\3\2LVD&\236\273\354\320\247\3\242\341\253\251\350\207$\\\251\344!"..., 133, 0, NULL, 0) = 133 21101 recvfrom(4, "\26\3\1\0J", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\2\0\0F\3\1LVD&\342\233<\227\367Y\365;Mg\341_\201\261\324\375\322q5\27\307J"..., 74, 0, NULL, NULL) = 74 21101 recvfrom(4, "\26\3\1\3!", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\v\0\3\35\0\3\32\0\3\0270\202\3\0230\202\2|\240\3\2\1\2\2\3\16\24420\r\6\t"..., 801, 0, NULL, NULL) = 801 21101 recvfrom(4, "\26\3\1\1\215", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\f\0\1\211\0\200\326}\344@\313\273\334\0316\326\223\323J\375\n\325\f\204\3229\244_R\v\270\201"..., 397, 0, NULL, NULL) = 397 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 376023}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=37, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454904 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 376023}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=37, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454904 21101 recvfrom(4, "\26\3\1\0\4", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\16\0\0\0", 4, 0, NULL, NULL) = 4 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 376023}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=37, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454904 21101 sendto(4, "\26\3\1\0\206\20\0\0\202\0\200\316\263\337O\352\377\226s\257\302e\3?\337A\336;\2325\337\232"..., 139, 0, NULL, 0) = 139 21101 sendto(4, "\24\3\1\0\1\1", 6, 0, NULL, 0) = 6 21101 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0534000 21101 getuid() = 1000 21101 mlock(0x7fa5c0534000, 32768) = 0 21101 geteuid() = 1000 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454905 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=38, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 388024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454906 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454907 21101 sendto(4, "\26\3\1\0\260\\dl\305u\215\315\\|\33\346\324\6\310 \356\306\375\24\250\366\262\311\220k|\36"..., 181, 0, NULL, 0) = 181 21101 recvfrom(4, "\24\3\1\0\1", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\1", 1, 0, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 recvfrom(4, "\26\3\1\0000", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "W\275\265:\323\304\3\277\\\321\220U\27\7\301\3459R\212\17~*mx\0\361H\252\201\231{<"..., 48, 0, NULL, NULL) = 48 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 392024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 396024}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=39, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454912 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 428026}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=42, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454916 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 428026}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=42, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454916 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 460028}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=46, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454919 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 460028}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=46, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454919 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454923 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454923 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454923 21101 sendto(4, "\27\3\1\2`\367\202\v\245\37S\357\276\253S\262W\nUsk\220\205-A\241a\27&\236\274\212"..., 613, 0, NULL, 0) = 613 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454923 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454923 21101 sendto(4, "\27\3\1\0\360W@\243J)\223h \20\373\234:\272.\203\356.-3\337y\32\216\"\306/\212"..., 245, 0, NULL, 0) = 245 21101 poll([{fd=4, events=POLLIN}], 1, 3600000) = 1 ([{fd=4, revents=POLLIN}]) 21101 recvfrom(4, "\27\3\1\2\300", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "&\1\210]\347`$\330\7\311\336\314\372q\372\334=YY\22\222\215\271\241@_%\344g\n\fq"..., 703, 0, NULL, NULL) = 703 21101 recvfrom(4, "\237", 1, MSG_PEEK, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454929 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454929 21101 recvfrom(4, "\237", 1, 0, NULL, NULL) = 1 21101 poll([{fd=4, events=POLLIN}], 1, 3600000) = 1 ([{fd=4, revents=POLLIN}]) 21101 recvfrom(4, "\27\3\1\0\340", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\207\210\30O\312\255\21\222\36\213g\27X\352\323)\215\270\204\305\37\360\16\221\325\363H\337\304\3600\255"..., 223, 0, NULL, NULL) = 223 21101 recvfrom(4, "\20", 1, MSG_PEEK, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454929 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454929 21101 recvfrom(4, "\20", 1, 0, NULL, NULL) = 1 21101 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en_US/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en.utf8/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 open("/usr/share/locale/en/LC_MESSAGES/libgnutls.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454929 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 496031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=49, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454929 21101 sendto(4, "\25\3\1\0 \f\23\37>\216_\331`\226\315C=\263l`\v\216\304o\311\f\216\215\303\307\306\v"..., 37, 0, NULL, 0) = 37 21101 close(4) = 0 21101 socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_TCP) = 4 21101 setsockopt(4, SOL_TCP, TCP_NODELAY, [1], 4) = 0 21101 fcntl(4, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) 21101 connect(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("216.34.181.65")}, 16) = -1 EINPROGRESS (Operation now in progress) 21101 poll([{fd=4, events=POLLOUT}], 1, 3600000) = 1 ([{fd=4, revents=POLLOUT}]) 21101 getsockopt(4, SOL_SOCKET, SO_ERROR, [0], [4]) = 0 21101 fcntl(4, F_SETFL, O_RDWR) = 0 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454934 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454934 21101 sendto(4, "\26\3\1\0\240\1\0\0\234\3\1LVD'\261\263\205\20\"k|I\t\7\342`\330d\2234("..., 165, 0, NULL, 0) = 165 21101 recvfrom(4, "\26\3\1\0J", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\2\0\0F\3\1LVD'){\0V\303\v\f\212\255j\373\5\276\315Q/\f\0030\270!4"..., 74, 0, NULL, NULL) = 74 21101 recvfrom(4, "\24\3\1\0\1", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\1", 1, 0, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454939 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 36002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=3, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 recvfrom(4, "\26\3\1\0000", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\220m\360\225lE\34\26\230(\35,.~|U\343\226\35]x\303N1'\222\374\1\257\337\201\340"..., 48, 0, NULL, NULL) = 48 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454940 21101 sendto(4, "\24\3\1\0\1\1", 6, 0, NULL, 0) = 6 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 500031}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=50, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454941 21101 sendto(4, "\26\3\1\0p\211\253\220L\350\270\220\0230\210\315\316\203\251\326\300\313~\347@_\337r\221\335\30R"..., 117, 0, NULL, 0) = 117 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 532033}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=53, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454944 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 532033}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=53, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454944 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 40002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 sendto(4, "\27\3\1\2\20b\177\333\372,\270/#1\313\376#\342\n\204\246?\364<\250p\t\307\240\25KV"..., 533, 0, NULL, 0) = 533 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454947 21101 sendto(4, "\27\3\1\1`\23\347\256\243;i\321\343\6\255-l\6\251\232\322\367\20\266=\305\6\247k\267}\t"..., 357, 0, NULL, 0) = 357 21101 poll([{fd=4, events=POLLIN}], 1, 3600000) = 1 ([{fd=4, revents=POLLIN}]) 21101 recvfrom(4, "\27\3\1\0\320", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\257Bka\22\6<&\307'\350\342\354\376\2079O\301\231QrL\201\301\313Nk\352E|\337F"..., 207, 0, NULL, NULL) = 207 21101 recvfrom(4, "\313", 1, MSG_PEEK, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454953 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 564035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454953 21101 recvfrom(4, "\313", 1, 0, NULL, NULL) = 1 21101 poll([{fd=4, events=POLLIN}], 1, 3600000) = 1 ([{fd=4, revents=POLLIN}]) 21101 recvfrom(4, "\27\3\1\2\340", 5, 0, NULL, NULL) = 5 21101 recvfrom(4, "\232{\345\252;\365\236\326\267\354%:\314TpA\351\344!,\304\374G_\21f\213j\255\3701_"..., 735, 0, NULL, NULL) = 735 21101 recvfrom(4, "\342", 1, MSG_PEEK, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454953 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454953 21101 recvfrom(4, "\342", 1, 0, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454953 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454953 21101 sendto(4, "\25\3\1\0\360\354\235>%\nKS\0312\243\355\360M\211+F\205F}\216\212\307\16\261) p"..., 245, 0, NULL, 0) = 245 21101 close(4) = 0 21101 open("/dev/urandom", O_RDONLY) = 4 21101 fcntl(4, F_GETFD) = 0 21101 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 21101 getuid() = 1000 21101 getppid() = 21100 21101 read(4, "\361\252At#\346\230\350\5f\"\243\304\302\350\346", 16) = 16 21101 gettid() = 21101 21101 socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_TCP) = 5 21101 setsockopt(5, SOL_TCP, TCP_NODELAY, [1], 4) = 0 21101 fcntl(5, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) 21101 connect(5, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("216.34.181.65")}, 16) = -1 EINPROGRESS (Operation now in progress) 21101 poll([{fd=5, events=POLLOUT}], 1, 3600000) = 1 ([{fd=5, revents=POLLOUT}]) 21101 getsockopt(5, SOL_SOCKET, SO_ERROR, [0], [4]) = 0 21101 fcntl(5, F_SETFL, O_RDWR) = 0 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454958 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454958 21101 sendto(5, "\26\3\1\0\240\1\0\0\234\3\1LVD'\334y\247O\26\206\211\347\342D\3269V\326\5\2309"..., 165, 0, NULL, 0) = 165 21101 recvfrom(5, "\26\3\1\0J", 5, 0, NULL, NULL) = 5 21101 recvfrom(5, "\2\0\0F\3\1LVD'\214\211\260o#z\276\377v\3362\33\210\262\0179_?f\325gR"..., 74, 0, NULL, NULL) = 74 21101 recvfrom(5, "\24\3\1\0\1", 5, 0, NULL, NULL) = 5 21101 recvfrom(5, "\1", 1, 0, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 568035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=56, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454963 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 recvfrom(5, "\26\3\1\0000", 5, 0, NULL, NULL) = 5 21101 recvfrom(5, "\344A\345f\351\t\313\6\301\341\217\tW\n\320\37$\340\246\22\260\273\22))\310+\270j}\0!"..., 48, 0, NULL, NULL) = 48 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454964 21101 sendto(5, "\24\3\1\0\1\1", 6, 0, NULL, 0) = 6 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 572035}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=57, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454965 21101 sendto(5, "\26\3\1\0\240\17\r3\5\242\341-Y\230\4v\372\r\4q\337\212\324\310\313\214\n\320\316\234K\247"..., 165, 0, NULL, 0) = 165 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 604037}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=60, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454968 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 604037}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=60, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454968 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454971 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454971 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454971 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454972 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454972 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454972 21101 sendto(5, "\27\3\1\2\260\222\32\1\340(E\376\321x\341\347\330\263\311x\347\36\372\265\334/\"\35Y'\277I"..., 693, 0, NULL, 0) = 693 21101 poll([{fd=5, events=POLLIN}], 1, 3600000) = 1 ([{fd=5, revents=POLLIN}]) 21101 recvfrom(5, "\27\3\1\1 ", 5, 0, NULL, NULL) = 5 21101 recvfrom(5, "\2\345\316\376\3751\n\254\340u\266\325\272\253S\33;\226\17vg\371D\\B\366\247@\271\37\210\334"..., 287, 0, NULL, NULL) = 287 21101 recvfrom(5, "\316", 1, MSG_PEEK, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454979 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454979 21101 recvfrom(5, "\316", 1, 0, NULL, NULL) = 1 21101 poll([{fd=5, events=POLLIN}], 1, 3600000) = 1 ([{fd=5, revents=POLLIN}]) 21101 recvfrom(5, "\27\3\1\2\20", 5, 0, NULL, NULL) = 5 21101 recvfrom(5, "<\336\250aY\0\366\371\250?\262\256\225\320\2649\251\266\371\356\361!\270\205t0\210\247y\22\226B"..., 527, 0, NULL, NULL) = 527 21101 recvfrom(5, "\255", 1, MSG_PEEK, NULL, NULL) = 1 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454979 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 44002}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847454979 21101 recvfrom(5, "\255", 1, 0, NULL, NULL) = 1 21101 socket(PF_FILE, SOCK_STREAM, 0) = 6 21101 connect(6, {sa_family=AF_FILE, path=@"/tmp/dbus-7wx50OdJdk"}, 23) = 0 21101 fcntl(6, F_GETFL) = 0x2 (flags O_RDWR) 21101 fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 21101 fcntl(6, F_GETFD) = 0 21101 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 21101 geteuid() = 1000 21101 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fa5bee9c1f0}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fa5bee9c1f0}, 8) = 0 21101 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}]) 21101 write(6, "\0", 1) = 1 21101 write(6, "AUTH EXTERNAL 31303030\r\n", 24) = 24 21101 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "OK d7f02ba50df3f517afa1356300116"..., 2048) = 37 21101 poll([{fd=6, events=POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21101 write(6, "BEGIN\r\n", 7) = 7 21101 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) 21101 writev(6, [{"l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 128}, {"", 0}], 2) = 128 21101 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\2\1\1\n\0\0\0\1\0\0\0=\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 260 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 writev(6, [{"l\1\1\1J\0\0\0\2\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 144}, {"E\0\0\0type='signal',interface='org"..., 74}], 2) = 218 21101 writev(6, [{"l\1\1\1M\0\0\0\3\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 144}, {"H\0\0\0type='signal',member='NameOw"..., 77}], 2) = 221 21101 fstat(6, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 21101 fcntl(6, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) 21101 writev(6, [{"l\1\0\1\f\0\0\0\4\0\0\0\217\0\0\0\1\1o\0\30\0\0\0/org/fre"..., 160}, {"\7\0\0\0default\0", 12}], 2) = 172 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\2\1\1\6\0\0\0\33\0\0\0-\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 70 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 writev(6, [{"l\1\0\1&\0\0\0\5\0\0\0\227\0\0\0\1\1o\0(\0\0\0/org/fre"..., 168}, {"!\0\0\0org.freedesktop.Secret.Colle"..., 38}], 2) = 206 21101 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\2\1\1\204\0\0\0\34\0\0\0005\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 204 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 open("/dev/tty", O_RDWR|O_CREAT|O_TRUNC, 0666) = 7 21101 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21101 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21101 ioctl(7, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost -isig icanon -echo ...}) = 0 21101 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig icanon -echo ...}) = 0 21101 fstat(7, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 21101 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig icanon -echo ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0533000 21101 write(7, "Password for '(null)' GNOME keyr"..., 37) = 37 21101 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 20), ...}) = 0 21101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0532000 21101 read(7, "sir5ieCeix\n", 4096) = 11 21101 write(7, "\n", 1) = 1 21101 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig icanon -echo ...}) = 0 21101 ioctl(7, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost isig icanon echo ...}) = 0 21101 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 21101 close(7) = 0 21101 munmap(0x7fa5c0533000, 4096) = 0 21101 writev(6, [{"l\1\0\1&\0\0\0\6\0\0\0\227\0\0\0\1\1o\0(\0\0\0/org/fre"..., 168}, {"!\0\0\0org.freedesktop.Secret.Colle"..., 38}], 2) = 206 21101 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\2\1\1\204\0\0\0\35\0\0\0005\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 204 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c0530000 21101 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa5c052c000 21101 mlock(0x7fa5c052c000, 16384) = 0 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 636039}, ru_stime={0, 48003}, ...}) = 0 21101 times({tms_utime=63, tms_stime=4, tms_cutime=8, tms_cstime=5}) = 1847455457 21101 writev(6, [{"l\1\0\1\254\0\0\0\7\0\0\0\220\0\0\0\1\1o\0\30\0\0\0/org/fre"..., 160}, {"\34\0\0\0dh-ietf1024-aes128-cbc-pkcs7"..., 172}], 2) = 332 21101 poll([{fd=6, events=POLLIN}], 1, 24998) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\2\1\1\260\0\0\0\36\0\0\0-\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 240 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 652040}, ru_stime={0, 52003}, ...}) = 0 21101 times({tms_utime=65, tms_stime=5, tms_cutime=8, tms_cstime=5}) = 1847455461 21101 writev(6, [{"l\1\0\1\200\0\0\0\10\0\0\0\306\0\0\0\1\1o\0\30\0\0\0/org/fre"..., 216}, {"(\0\0\0/org/freedesktop/secrets/ali"..., 128}], 2) = 344 21101 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\3\1\1 \0\0\0\37\0\0\0U\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 136 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 writev(6, [{"l\1\0\1&\0\0\0\t\0\0\0\227\0\0\0\1\1o\0(\0\0\0/org/fre"..., 168}, {"!\0\0\0org.freedesktop.Secret.Colle"..., 38}], 2) = 206 21101 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) 21101 read(6, "l\2\1\1\204\0\0\0 \0\0\0005\0\0\0\6\1s\0\5\0\0\0:1.87\0\0\0"..., 2048) = 204 21101 read(6, 0x1561110, 2048) = -1 EAGAIN (Resource temporarily unavailable) 21101 poll([{fd=6, events=POLLIN}], 1, 0) = 0 (Timeout) 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 652040}, ru_stime={0, 52003}, ...}) = 0 21101 times({tms_utime=65, tms_stime=5, tms_cutime=8, tms_cstime=5}) = 1847455462 21101 getrusage(RUSAGE_SELF, {ru_utime={0, 652040}, ru_stime={0, 52003}, ...}) = 0 21101 times({tms_utime=65, tms_stime=5, tms_cutime=8, tms_cstime=5}) = 1847455462 21101 sendto(5, "\25\3\1\0 ,k^\35\271\203\243\1;\222.\17\6\356_Ffe\322\326\251\257]/\352_0"..., 37, 0, NULL, 0) = 37 21101 close(5) = 0 21101 unlink("/home/warp/src/wikipediafs/wikipediafs/trunk/src/wikipediafs/.svn/lock") = 0 21101 unlink("/home/warp/src/wikipediafs/wikipediafs/trunk/src/.svn/lock") = 0 21101 unlink("/home/warp/src/wikipediafs/wikipediafs/trunk/site/.svn/lock") = 0 21101 unlink("/home/warp/src/wikipediafs/wikipediafs/trunk/doc/.svn/lock") = 0 21101 unlink("/home/warp/src/wikipediafs/wikipediafs/trunk/.svn/lock") = 0 21101 unlink("/home/warp/src/wikipediafs/wikipediafs/.svn/lock") = 0 21101 write(2, "svn: Commit failed (details foll"..., 37) = 37 21101 write(2, "svn: MKACTIVITY of '/svnroot/wik"..., 212) = 212 21101 write(2, "svn: Your commit message was lef"..., 55) = 55 21101 write(2, "svn: '/home/warp/src/wikipedi"..., 66) = 66 21101 futex(0x7fa5b9be1508, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 futex(0x7fa5b9be14a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 futex(0x7fa5bb2d2240, FUTEX_WAKE_PRIVATE, 2147483647) = 0 21101 munmap(0x7fa5b8a66000, 2110680) = 0 21101 munmap(0x7fa5b6b96000, 6575704) = 0 21101 munmap(0x7fa5b71dc000, 4845024) = 0 21101 munmap(0x7fa5b835a000, 2599824) = 0 21101 munmap(0x7fa5b41a0000, 2469776) = 0 21101 munmap(0x7fa5b482d000, 3362304) = 0 21101 munmap(0x7fa5b767b000, 13494920) = 0 21101 munmap(0x7fa5b6220000, 2390480) = 0 21101 munmap(0x7fa5b85d5000, 4788048) = 0 21101 munmap(0x7fa5b6882000, 3223576) = 0 21101 munmap(0x7fa5b666c000, 2186232) = 0 21101 munmap(0x7fa5b56dd000, 2387592) = 0 21101 munmap(0x7fa5b6468000, 2112952) = 0 21101 munmap(0x7fa5b5feb000, 2312712) = 0 21101 munmap(0x7fa5b5dd2000, 2199080) = 0 21101 munmap(0x7fa5b5bac000, 2250576) = 0 21101 munmap(0x7fa5b5924000, 2652592) = 0 21101 munmap(0x7fa5b3927000, 2503200) = 0 21101 munmap(0x7fa5b54d5000, 2127160) = 0 21101 munmap(0x7fa5b52ba000, 2206080) = 0 21101 munmap(0x7fa5b3d90000, 2135368) = 0 21101 munmap(0x7fa5b50b0000, 2135208) = 0 21101 munmap(0x7fa5b3f9a000, 2118808) = 0 21101 munmap(0x7fa5b32f9000, 2156032) = 0 21101 munmap(0x7fa5b4e9e000, 2170152) = 0 21101 munmap(0x7fa5b3b8b000, 2116872) = 0 21101 munmap(0x7fa5b4b62000, 3390792) = 0 21101 munmap(0x7fa5b461d000, 2162320) = 0 21101 munmap(0x7fa5b43fb000, 2234280) = 0 21101 munmap(0x7fa5b3508000, 2210672) = 0 21101 munmap(0x7fa5b3724000, 2106104) = 0 21101 munmap(0x7fa5b30f4000, 2115696) = 0 21101 munmap(0x7fa5b95d5000, 2107376) = 0 21101 munmap(0x7fa5b9176000, 2224048) = 0 21101 munmap(0x7fa5b9395000, 2357544) = 0 21101 munmap(0x7fa5b8e9a000, 2996912) = 0 21101 munmap(0x7fa5b8c6a000, 2292768) = 0 21101 exit_group(1) = ? wikipediafs-0.4/VERSION0000664000175000017500000000000411425447140013426 0ustar warpwarp0.4 wikipediafs-0.4/COPYING0000664000175000017500000004326111425447133013427 0ustar warpwarp GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. wikipediafs-0.4/doc/0000775000175000017500000000000011425447140013131 5ustar warpwarpwikipediafs-0.4/doc/mount.wikipediafs.sgml0000664000175000017500000002133611425447133017464 0ustar warpwarp manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Mathieu"> Blondel"> Thu, 20 Jun 2006 13:16:17 -0700"> 1"> mblondel@users.sourceforge.net"> MOUNT.WIKIPEDIAFS"> ]>
&manemail;
&manfirstname; &mansurname; 2007 &manusername; &mandate;
&manucpackage; &mansection; &manpackage; A program to mount WikipediaFS, a filesystem that allows to view and edit Wikipedia articles as if they were real files. &manpackage; mountpoint DESCRIPTION This manual page documents the &manpackage; command and general usage of WikipediaFS. WikipediaFS allows to view and edit Wikipedia articles as if they were real files. &manpackage; mounts a WikipediaFS filesystem. To connect through an HTTP proxy, it is possible to use the $http_proxy environment variable. CONFIGURATION The first time WikipediaFS is run, an XML configuration file is generated in ~/.wikipediafs/config.xml. It is possible to edit it later to add more Wikipedia or Mediawiki-based sites. Each site entry can define the following elements. Elements marked with an * are mandatory. dirname* Is the name of the directory through which you will access to the site. host* Is the host of the site. For Wikipedia, it will be lang.wikipedia.org basename* Is the base of urls used by the site. Most of the time, it will be /dir/where/mediawiki/is/installed/index.php. For Wikipedia, it will be /w/index.php. username and password Enables to edit articles with one's login. httpauth_username and httpauth_password Can be used for Mediawiki sites protected with HTTP authentication (Apache's .htaccess). https Use HTTPS instead of HTTP. MOUNT mount.wikipediafs mountpoint/ To run mount.wikipediafs without root privileges, you may have to set the right permissions for /usr/bin/fusermount and /dev/fuse if your distribution has not already done it for you. For example, # adduser your_username fuse # chmod 4750 /usr/bin/fusermount # chgrp fuse /dev/fuse /usr/bin/fusermount (You may have to log out and log in again so that changes are taken into account.) UNMOUNT fusermount -u mountpoint/ or simply umount mountpoint/ FSTAB Alternatively, you can mount WikipediaFS through fstab. To do so, add this line to /etc/fstab: none /mnt/wfs/ wikipediafs noauto,nouser Replace noauto by auto if you want WikipediaFS to be mounted at boot. Replace nouser by user if you want to allow simple users to use WikipediaFS. A symbolic link from /usr/bin/mount.wikipediafs to /sbin/mount.wikipediafs is needed if WikipediaFS is mounted through fstab. Then, traditional mount and unmount commands can be used with WikipediaFS. SAMPLE USAGE This section demonstrates possible usage of WikipediaFS via the command line, though it is also possible to use WikipediaFS with a graphical file explorer. $ mount /mnt/wfs/ WikipediaFS is now mounted in /mnt/wfs/ $ cd /mnt/wfs/ We are now at the WikipediaFS root. $ ls mblondel.org/ This directory has been defined in the configuration file. $ mkdir wikipedia-en/ WikipediaFS recognizes the "site-lang" pattern for the sites from the Wikimedia Foundation. $ ls mblondel.org/ wikipedia-en/ $ ls wikipedia-en/ Nothing is listed because we have not used any file yet. $ cat wikipedia-en/Japan.mw | less The Japan article is fetched on en.wikipedia.org and displayed. Note that the .mw extension is required. $ ls wikipedia-en/ Japan.mw Japan.mw is now listed because it has been accessed once. $ vi mblondel.org/Test.mw An article can be edited with a text editor. Looking at the article with a web browser, the changes have been performed correctly. To give a summary to your changes, use [[Summary: a sentence summary]] in the body of the article. It will be removed before the article is saved. $ cp wikipedia-en/Japan.mw ~/Desktop/ This backups the online article to the local disk. $ cp wikipedia-en/Japan.mw mblondel.org/ This copies the wikipedia-en article to the mblondel.org entry. $ rm mblondel.org/Test.mw This only removes the article from the directory, not from the site, hopefully. $ mkdir -p mblondel.org/Foo/Bar/ $ vi mblondel.org/Foo/Bar/Code.mw Subpages are supported. You need to create the directories first. AUTHOR This manual page was written by &manfirstname; &mansurname;. This manual page is (c) 2006-2007 of &manfirstname; &mansurname; and licensed under the terms of the GPLv2 or higher SEE ALSO mount8 , fstab5
wikipediafs-0.4/doc/mount.wikipediafs.1.gz0000664000175000017500000000367211425447133017304 0ustar warpwarp[NVLmount.wikipediafs.1XmoF_8E'^MIDw~,."wݥd>3KJԋs86yWzE?={<4]O3 nt{6& zkk9\Ub$jgNV"X2Nz:RuB!Ү=ZD\@wOHt[Bz縦6bN2*?O)LDj{{x84<ڋJjP"YS)< _f\ eƓ;S3l$y #nHv GQY6hė e3j뽞07^1 MB+ eVYCtZB秇> n8úR{Ha5f@Hs{Cz85:I$r#s+×5<iCX'n^̤~%EoFd63gn),*'OH84P&`݆(OYL8$Pv34m]hR,S4;'1줾>릓Nw[:8XLof{hb:FNql3u3N֒\ _uO."6>T\ 뢎Ӱu_ 4L5Wa-_[GWoSf[=k_oiEI&ݞ 0&dOjTQƧ $=H%z8G2,B }8>{BH )t|Z6n鮉^q?&ж Y^v8K+\qEzbKqzQ@TJ^KxδIj>DkQN>>8=kXE%@NlQ/K\t/ +܅t"YQ\|'7wP_p--AF'߽36+P4%D\*#Rs0޴}; 89W55+dz8Й zM 8ɣa۾(pQ93%W+R߷†VF4br@K3jD3fXC|Jqy2C6ő66mA!vXFo-uF^/j6eUIOR9MB]f h}(&lkL|n ϱ:CxNntjo hrTPzobڪ8IP~nĥEͥ$Nal*L2:&i=XɈo' 'ڪ5:α.&nTb~4oYs[͔v):ܟz-qW29vaUg4.h8ø TOicv5׽:=xgdqoLeBVR猔fCQ=V1@K ];-OhAԂMe E 4ʇ Ul(k6}Z*s Man page of MOUNT.WIKIPEDIAFS

MOUNT.WIKIPEDIAFS

Section: User Commands (1)
Index Return to Main Contents
 

NAME

mount.wikipediafs --- A program to mount WikipediaFS, a filesystem that allows to view and edit Wikipedia articles as if they were real files.  

SYNOPSIS

mount.wikipediafs mountpoint  

DESCRIPTION

This manual page documents the mount.wikipediafs command and general usage of WikipediaFS.

WikipediaFS allows to view and edit Wikipedia articles as if they were real files. mount.wikipediafs mounts a WikipediaFS filesystem.
 

To connect through an HTTP proxy, it is possible to use the $http_proxy environment variable.  

CONFIGURATION

The first time WikipediaFS is run, an XML configuration file is generated in ~/.wikipediafs/config.xml. It is possible to edit it later to add more Wikipedia or Mediawiki-based sites. Each site entry can define the following elements. Elements marked with an * are mandatory.

dirname*
Is the name of the directory through which you will access to the site.
 
host*
Is the host of the site. For Wikipedia, it will be lang.wikipedia.org
 
basename*
Is the base of urls used by the site. Most of the time, it will be /dir/where/mediawiki/is/installed/index.php. For Wikipedia, it will be /w/index.php.
 
username and password
Enables to edit articles with one's login.
 
httpauth_username and httpauth_password
Can be used for Mediawiki sites protected with HTTP authentication (Apache's .htaccess).
 
https
Use HTTPS instead of HTTP.
 
 

MOUNT

mount.wikipediafs mountpoint/

To run mount.wikipediafs without root privileges, you may have to set the right permissions for /usr/bin/fusermount and /dev/fuse if your distribution has not already done it for you. For example,

# adduser your_username fuse

# chmod 4750 /usr/bin/fusermount

# chgrp fuse /dev/fuse /usr/bin/fusermount

(You may have to log out and log in again so that changes are taken into account.)  

UNMOUNT

fusermount -u mountpoint/

or simply

umount mountpoint/  

FSTAB

Alternatively, you can mount WikipediaFS through fstab.

To do so, add this line to /etc/fstab:

none /mnt/wfs/ wikipediafs noauto,nouser

Replace noauto by auto if you want WikipediaFS to be mounted at boot.

Replace nouser by user if you want to allow simple users to use WikipediaFS.

A symbolic link from /usr/bin/mount.wikipediafs to /sbin/mount.wikipediafs is needed if WikipediaFS is mounted through fstab.

Then, traditional mount and unmount commands can be used with WikipediaFS.  

SAMPLE USAGE

This section demonstrates possible usage of WikipediaFS via the command line, though it is also possible to use WikipediaFS with a graphical file explorer.

$ mount /mnt/wfs/
  WikipediaFS is now mounted in /mnt/wfs/

$ cd /mnt/wfs/
  We are now at the WikipediaFS root.

$ ls
  mblondel.org/
  This directory has been defined in the configuration file.

$ mkdir wikipedia-en/
  WikipediaFS recognizes the "site-lang" pattern for the sites from the Wikimedia Foundation.

$ ls
  mblondel.org/ wikipedia-en/

$ ls wikipedia-en/
  Nothing is listed because we have not used any file yet.

$ cat wikipedia-en/Japan.mw | less
  The Japan article is fetched on en.wikipedia.org and displayed. Note that the .mw extension is required.

$ ls wikipedia-en/
  Japan.mw
  Japan.mw is now listed because it has been accessed once.

$ vi mblondel.org/Test.mw
  An article can be edited with a text editor. Looking at the article with a web browser, the changes have been performed correctly.
  To give a summary to your changes, use [[Summary: a sentence summary]] in the body of the article. It will be removed before the article is saved.

$ cp wikipedia-en/Japan.mw ~/Desktop/
  This backups the online article to the local disk.

$ cp wikipedia-en/Japan.mw mblondel.org/
  This copies the wikipedia-en article to the mblondel.org entry.

$ rm mblondel.org/Test.mw
  This only removes the article from the directory, not from the site, hopefully.

$ mkdir -p mblondel.org/Foo/Bar/

$ vi mblondel.org/Foo/Bar/Code.mw
  Subpages are supported. You need to create the directories first.  

AUTHOR

This manual page was written by Mathieu Blondel .

This manual page is (c) 2006-2007 of Mathieu Blondel and licensed under the terms of the GPLv2 or higher  

SEE ALSO

mount(8), fstab(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONFIGURATION
MOUNT
UNMOUNT
FSTAB
SAMPLE USAGE
AUTHOR
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 04:49:31 GMT, August 02, 2010 wikipediafs-0.4/NEWS0000664000175000017500000000131111425447133013061 0ustar warpwarp=== WikipediaFS 0.4 === - Fixed support for MediaWiki 1.15.3 and later. - Much more robust against data loss due to various write failures. - Now reports all write failures to the application. === WikipediaFS 0.3 === - Compatible with new fuse-python API - Rewritten from scratch - Significant reliability and performances improvements - HTTPS, HTTP authentication support (in addition to HTTP and proxy) - Subpages support - Automatically make directories for sites from the Wikimedia foundation - Files now need the ".mw" extension ! === WikipediaFS 0.2 === - $http_proxy support - bug fix === WikipediaFS 0.1 === - edit and view articles - edit with one's username - user configuration - logging system