Script to update templates in batches

388 views
Skip to first unread message

Miguel Jacq

unread,
Jul 22, 2015, 10:37:31 PM7/22/15
to qubes...@googlegroups.com
Hi there,

I've amassed enough TemplateVMs such that running 'apt-get update; apt-get
dist-upgrade' and 'yum update' becomes a real pain one at a time.

Here's a super simple shell script to run on your dom0. It will detect what
templates you have, fire them up and run 'apt-get' or 'yum' stuff depending
on distro, then shut them down again.

https://gist.github.com/mig5/e6fcd033df11b0800bbd

Wouldn't be hard to add other distros here (arch?) and probably whonix could
be included in the 'debian' step.

The caveat is that your templates are logically named based on the distro -
all mine have 'debian' or 'fedora' as prefix, so it works well. Probably it
could just check the internals of the VM itself to determine the distro, but
like I said - it's a simple solution :)

Hope it is useful to others.

Cheers

Mig
signature.asc

Dave Ewart

unread,
Jul 23, 2015, 8:54:57 AM7/23/15
to qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On Thursday, 23.07.2015 at 12:37 +1000, Miguel Jacq wrote:

> [...]
>
> Here's a super simple shell script to run on your dom0. It will detect
> what templates you have, fire them up and run 'apt-get' or 'yum' stuff
> depending on distro, then shut them down again.

Excellent idea, thanks for posting. TBH this is useful even if you've
only got a single template :-)

Dave.

- --
Dave Ewart da...@sungate.co.uk, http://twitter.com/DaveEwart
All email from me is digitally signed, http://www.sungate.co.uk/
GPG key updated Jan 2013 see http://www.sungate.co.uk/gpg
Fingerprint: CF3A 93EF 01E6 16C5 AE7A 1D27 45E1 E473 378B B197
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQQcBAEBCgAGBQJVsOQeAAoJEEXh5HM3i7GXdLUgAIpyJ6ksmpbfCL3Qyk8qBrSL
eM342hpP12yh5VHO7Z+xtVGR6fwSYZvTPOBpX8vnZ3Zum1rdfyXe0CFJYCM3YFQm
OpDTrI+zYhIj/K3i2sZoAB+mEQBeN9VxwC3bJEe+ZdFlvFSKLFpqjNMomIqZP6W2
EJQEq2XoM5CfUcPaAV/lHUhpf8ghZd5gkOMPAcxrlKXom73r+RItMrwO8hIBaFAD
L+Dtea0jeOWvzquDdZSE/HD+aeLY6K5BpwkcNc1zwdrwlueRqt0Gux10sh6rFQBx
XfjhSVn89Q+4cFR8qNkybAj1tCKr9KH5Xnkgy0epBDokGUYxUJ/14c8VHihSma0O
C2gW0vWnUk38UY3THqtn4qURGUeOUGSsuAIW3H+oQM05uiCsbvnl++fQz9r5UlN6
m2IQFlGRzaw2kood9guw5Hqc60XqWxqO0qxlitFDiCC9/B4j024kWRNr26fEbrjQ
8h4xN1wc+diz0MXVVzSK1WNn82qSma7VMKOmNocGFmwrIL+FcvAdZIIhAMIf5Xfz
CF7g/MEOQ8o/yqZ8E9TJ7UnqmguX0wyDqBnhdWzpS6+oXX0szmAkzxLyeeJSwzm/
GLX2cp/mNGALmlsko49cFR3flcKh9tZS5cJ0DkhtOI46e4m6h2PTj7cNQ/JvJc5g
rKgBB11WMYL6ik1xRyt3AOd57vUh1eBQ9oL/f9EeXlx2nrPTHX2yThNu1QY+1Z7d
TsvYa79DX87ZEMu4+GlJptzATTvYTMXKNewsxFS30IkkBPc8FosaoNvMluZDxTuc
n3XM1Fsw3GHTNHWb6qe3VQJ/LrjsZiQtTBfA3Sbojw13ltjsc/Hqr2nrntD9GtdW
zwMeKNey00U5iy7LfRud50HJoiwKdATGWklWdtG61PHI1+ycB+7vcbh6zyZ/CgxG
sx8iqEJxh5q9nIpW6ZHrItkWA8Zems5aEGxtZu7P5V05mWFYn870TkvycDas3J6r
aMbb9H6HKXdfTSCqSRuUjd4moqj2z1J6AEU3yzdnXMEVSlifQcgSqscfKR2CHTUQ
43Sl2DFAEOJyIymLAddS+T9WG5R04um/K9SifbvYrrUB2tFGif3CJ/RWOBtMZDZC
U4bUy9XMcfmPMqNK+qldHG+Bra1M64ew3SjNoWSiPwR5U+0Tf1gzFlEmkOcwvRAD
OeMcDuDgZqB+O5yeN0GD8cohTHjza1DuPQL66gJqqOWVl57EFbvhreUsj/MXPMKX
OIPtX9tsZqej48ZRQqf0/aw1VlwAQfyf8ijh+/lwuzxGAM+OdCs/gYKmDcuoi2Fu
SXPoHBi4wIirVuVrhZkr3HpvwVKSevK+k3SSgePm69jBm2v/Uf6BaZFBanYTH2Y=
=h3Ej
-----END PGP SIGNATURE-----

conp...@gmail.com

unread,
Jul 23, 2015, 5:17:30 PM7/23/15
to qubes-users, m...@migueljacq.com
On Thursday, 23 July 2015 03:37:31 UTC+1, Miguel Jacq wrote:
> Hi there,
>
> I've amassed enough TemplateVMs such that running 'apt-get update; apt-get
> dist-upgrade' and 'yum update' becomes a real pain one at a time.
>
> Here's a super simple shell script to run on your dom0. It will detect what
> templates you have, fire them up and run 'apt-get' or 'yum' stuff depending
> on distro, then shut them down again.
>
> https://gist.github.com/mig5/e6fcd033df11b0800bbd
my qvm-run in R3 has --nogui option rather than --no-gui
huge thanks for saving my time and sparing me of regular expressions :)

>
> Cheers
>
> Mig

Miguel Jacq

unread,
Jul 23, 2015, 8:35:11 PM7/23/15
to qubes...@googlegroups.com
On Thu, Jul 23, 2015 at 02:17:30PM -0700, conp...@gmail.com wrote:
> my qvm-run in R3 has --nogui option rather than --no-gui
> huge thanks for saving my time and sparing me of regular expressions :)

Ack - you're quite right - it took me a few goes to get the combination of
flags to work properly. Meanwhile for some reason I was updating my Gist by
hand as I went, and I forgot to update that part :) Thanks

Glad you found it useful.

Cheers

Mig
signature.asc

Dave Ewart

unread,
Jul 24, 2015, 3:56:53 AM7/24/15
to qubes-users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On Thursday, 23.07.2015 at 14:17 -0700, conp...@gmail.com wrote:

> huge thanks for saving my time and sparing me of regular expressions :)

https://xkcd.com/208/

Dave.

- --
Dave Ewart da...@sungate.co.uk, http://twitter.com/DaveEwart
All email from me is digitally signed, http://www.sungate.co.uk/
GPG key updated Jan 2013 see http://www.sungate.co.uk/gpg
Fingerprint: CF3A 93EF 01E6 16C5 AE7A 1D27 45E1 E473 378B B197
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQQcBAEBCgAGBQJVse/CAAoJEEXh5HM3i7GXfAAf/j8QUds4vRtc7MdIinlylUgZ
Fl+5ayhhoNleVZEHeoUDe9bS7mMQyvri6XrKUz6FWpv0FeyYiyeA7rKlkSMH2OFm
bEYGpj3KPhltloQbwsXeDzoH6FQtmRjU6FzwFMWToj/o61lr2UmmEMNecjoaU3v0
45hzTLC3piMbZ4pLF8zRzvPvZTwg+b0akHHN9ZMuEaW/SxGDbbPmMxDp1T3x/3YQ
DYhgeHO1OyqK0e6//DhdESOQ1TRyHOb4UVAB2vE8RwVYneCUYgMIo09dXHKIRCl3
tn2E9NgtsVIKwh6QYty+hn2s9rvvbwNVEadaP8g/NdJn6+Us7Sq+thBty9cmVfke
A7FR5EwGIgWSSoLSHSu3bW7MPG1QAgk+IA6l5ctaiiOvt0xw0BuC2rYsoSGTM30F
n2KsfGlFVAEpFjs9d65bZsvJ/iR3G5gYg1zkOkFrsHUO6jPVljLjRCpW32o2ZVGv
pIfENRN4ZxSrVJh7JmENSKWKPH2bndzmUKE3Z/GBfIUdbBZs9iE7PQuVRaIDtElO
ymIyPKEFbEeTBE1IxkEgFgvnYNY5yrOPl836M1RzPsJz3wsH5zziZk70it9WqwCF
YDK4MxuCVFHLZeohoWMagIVE1kaVUfsIp0K/EwBcojj/NmVv81DxXQ7BqKT+wqky
8Owfv+QPqdDoRoYnE7gP4UbVrsl3fsjm20fOH6UzMyzDOuGXh9ZQ8GTJnYNEE5de
6pEHdLbGYxnSqUEylXJLwlcQ7cCyewEWUL8u1tsNNn2XfIz2gIbsZBMXtr5piYHB
PQtyOOdxiGWqS3//eqVlb59mIX7HbKAj/2l2Tb/I3SVu9H1Zyg9KKqgfJqGayQVC
Y3hb2g84cU8A2H0zQT7iEO+NKyrcNUz3cMU5NwyZm7zO7mnYwxv/Gvp7J1rrqeV9
htL3w7f1feuRLwx1gNK8uLrc62xNP2+fO+00Sgqnt12hR6K6ooCEBI6dWr70BgaQ
k3m+bazcqdDQfrarlXhGTdsKeDS3uBFb80UmGkJq2YXQxH6YsyTuPTqXdZiEX00C
PdH6kmnkelqKDHAtr/KWHOVoJGY7wNg9HcBaJvJVrYHu7NhfoxfhS9gxXcvIzHkX
w6lIGkbE7u2MneDux3En5apkhgB7e1B8tPBKpu+lvtoSLlt2AvFQ5+Tmb0oGSMks
gB7W9g7ooPWPp7ZmmjZzP4h1cxWJuMym5r4tnwrP0c9CthElae8qJpH+dCjz1kTr
5PCXXOpjyBte5sr+4+T443pyiN9q9FA+C0ybWh2tNt8VFezWbXw4nyPUxSXQUy8J
RtnYIU8nPrwIlYJ/2+8Mla43oZgGU47RZP5p14qjWpgnuDiR6JKR77xiMiPfAKM=
=00SX
-----END PGP SIGNATURE-----

Jeremy Rand

unread,
Jul 29, 2015, 10:12:38 PM7/29/15
to qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Nice work. Can a Qubes developer comment on whether something along
these lines might be included in Qubes in the future?

- -Jeremy Rand
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVuYgHAAoJEAHN/EbZ1y065UwP/2hEg6TqxI/IB4lwBYOlCrwu
Na2EuyVfktqWtc0fqe38mwzg44Gm1wNw653TvqxrbchXoBUQO2a0hVzFktOeL4XA
ILjiII6zNP0SupHckF4Kp8283Av5HSidB6MIeHtnDEBgyt+WtzZgrY0p1PIuBjZ3
JBqo1Ga/Kw4/f9yt4doR9nx4s6Jf3uWMI4QaV7mmTVRuGNADdkSO9leXvH4QQNLu
+XHBCmHM0jitZFS76rvkQfFa1d63DcTzxCHriSrPjVp/c6Iu9/ZUp63G1GvMVqWf
3nrKVlCYgpSMPvQd3OFCvb3MafqaX6VvxWlg1XOkyv9AC+QLCQmRIjodbSWfZIlI
2B4WQmjA3izzq1zzYI1tDskXKMlN48UbNMiIGxD5Xxjf3uiSWggR/4aLY4yfZzpe
LDn9xuul95IL5robNAGjM2MmPPujVZGfCItB+5zn7BnTJ4CnXcuKyDgpAPJKKB6t
tD+Pcafjmy9/1S2qR6RKbP1/z7L2AxAAHLYeoYmMX3M4+iAKbF6QHb6sxi5kJn9a
ilC2nKvOzaMzQ60YJrvVOWAiQDtBSaRDC5cCigaV0eEpA5u4Mpa3fO/WHGR3IFdl
IiATCqISKzOmL0UXL1mUK2acjZxhenXJqOKLnJjE1L3/nCh7LCj1+H7rpr/yCdW0
F9OYLhH29fZjOxReDeSJ
=C8pg
-----END PGP SIGNATURE-----

Miguel Jacq

unread,
Jul 30, 2015, 2:25:23 AM7/30/15
to qubes...@googlegroups.com
Hi,

> > https://gist.github.com/mig5/e6fcd033df11b0800bbd

Just a heads up that I have updated the above script to be a bit more
'robust', add a 'help' message etc.

(If you prefer the old one, you can find it via the 'Revisions' tab)

I name this file 'qubes-template-update' and put it in /usr/bin/ (to be
consistent with qubes-dom0-update)

The tool now looks for the presence of '/etc/debian_version' and if so, uses
apt-get. If not, it assumes yum (we are probably on Fedora).

This means the template's name can be anything - no need to prefix it with
'debian' or 'fedora'.

I believe Qubes has or had Arch support, so I am happy to add that in too if
someone can give me an appropriate update command. Been some years since I
used Arch and I've forgotten.

Finally, I had errors with updating Whonix templates (error 500). I suppose
this is because Tor hasn't automatically started when the machine was
started with qvm-run.

That's probably a feature, so I deliberately ignore any templates containing
the name 'whonix'.

Probably best to start up a terminal in the whonix-gateway/ws templates
manually and wait for whonixcheck to complete before running updates
manually (that's what I do, anyway)

Cheers

Mig
signature.asc

Marek Marczykowski-Górecki

unread,
Jul 30, 2015, 6:01:24 AM7/30/15
to Jeremy Rand, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Wed, Jul 29, 2015 at 09:12:31PM -0500, Jeremy Rand wrote:
> On 07/22/2015 09:37 PM, Miguel Jacq wrote:
> > Hi there,
> >
> > I've amassed enough TemplateVMs such that running 'apt-get update;
> > apt-get dist-upgrade' and 'yum update' becomes a real pain one at a
> > time.
> >
> > Here's a super simple shell script to run on your dom0. It will
> > detect what templates you have, fire them up and run 'apt-get' or
> > 'yum' stuff depending on distro, then shut them down again.
> >
> > https://gist.github.com/mig5/e6fcd033df11b0800bbd
> >
> > Wouldn't be hard to add other distros here (arch?) and probably
> > whonix could be included in the 'debian' step.
> >
> > The caveat is that your templates are logically named based on the
> > distro - all mine have 'debian' or 'fedora' as prefix, so it works
> > well. Probably it could just check the internals of the VM itself
> > to determine the distro, but like I said - it's a simple solution
> > :)
> >
> > Hope it is useful to others.
> >
> > Cheers
> >
> > Mig
> >
>
> Nice work. Can a Qubes developer comment on whether something along
> these lines might be included in Qubes in the future?

We work on management stack (based on salt), which will support such
features.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVufXnAAoJENuP0xzK19cs3uAH/RAsQa5dwSRl+3Pd/dlmuRXY
qcox+NrSngu9OhFPyeNbXq18GTMJOEOXcyByHq6xiS6GJL9AdXsAmL9HjlHJii0F
9VF4TOYfydE2mfeFOaUTVl11aQIwv++D2u53Ex+frz/Som0sW/9/EUa4Zt6PqphJ
eAiBXfXJvH/FxnpIHjbmn44I9mEE5gLW3YtEcu1yuzpv1p/y7OVKveKf5RWiVWv1
wy1jiFefi9rip/7uhxlvycuBY1mtYvWzAWPqFIqNqVVBClpunv4Bzn7f25WuYBSy
+BsliXR4wH/i8jI/sTNXPY5hn8Cvn5qjm9ewiysQKq/Qeyx6d/R9f+02YvPqpV0=
=n9GY
-----END PGP SIGNATURE-----

Richard H

unread,
Aug 1, 2015, 8:23:05 PM8/1/15
to qubes...@googlegroups.com, Miguel Jacq

--

Thank you Mig for the script.

I find it very helpful in updating my templates.

The script runs without any issues updating the Debian templates.

However, the script hangs on all of the Fedora templates when it reaches the following line:
   'Running post transaction command: /usr/lib/qubes-trigger-sync-appmenus.sh'

Using <CTRL> C  allows the script to carry on updating the next Fedora template until it gets stuck on the same line.  I had to repeat ^C each time.  For your convenience and review, I have attached a screenshot of an occurence:




I am not sure if this is an issue with the script or elsewhere, but I have not experienced the issue before when manually updating the templates.

Kind regards,
Richard 

Marek Marczykowski-Górecki

unread,
Aug 2, 2015, 5:26:34 AM8/2/15
to Richard H, qubes...@googlegroups.com, Miguel Jacq
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

What do you mean by "hang" here? This step can take some time (for
example 4 minutes).

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVveI/AAoJENuP0xzK19csYhcH/iQtuD9cYxqC1LPzcEhXNLWc
90gF7nydFuj6A6vFXuUb6iaV289tLzN4G6Z3eS1vutuFm5EgjxaBNjBkvQRFiru5
GiLstXHpJdORyLhkPwvESWcAiNSovydi2afQj1R+gqVV8+Xx9yOjSxZWwV9RJyJH
7xGM8In7oh8T+GCFgs4Tmq6rd9pB21IgBMRD15Wo9ceH06Hw0FB0k9V23xc9hc4G
6hRyQRkaAaDQElPORw9gg1dxWk2WA/dVlsM5hBPVG1LBygZpPxVDJ0/KTUhOGLiL
dh3pRg+kCCTYGt3rXfg9eKDprQISgbjqVS9dz52s6GzGaopM00upQO88QjGaNsU=
=zJLV
-----END PGP SIGNATURE-----

Richard H

unread,
Aug 2, 2015, 2:06:58 PM8/2/15
to qubes...@googlegroups.com, Miguel Jacq, Marek Marczykowski-Górecki
It hung for over 2 hours and then started running again when I did ^C.

Upon further testing, I found that if a template does not call 'Running post transaction command: /usr/lib/qubes-trigger-sync-appmenus.sh', the script successfully moves to update the next Fedora template.   

Thanks,
Richard

Marek Marczykowski-Górecki

unread,
Aug 2, 2015, 10:38:17 PM8/2/15
to Richard H, qubes...@googlegroups.com, Miguel Jacq
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

> It hung for over 2 hours and then started running again when I did ^C.
>
> Upon further testing, I found that if a template does not call 'Running
> post transaction command: /usr/lib/qubes-trigger-sync-appmenus.sh', the
> script successfully moves to update the next Fedora template.

I can't reproduce the problem. Could you collect some information when
it hangs? Preferably:
- process list in dom0 (ps auxfwww) - at least part related to
qrexec-daemon (and its children) for that template
- if there is some long running qrexec-client process in that tree (you
have start time just after process state), check some more details on
this process:
- lsof -np (process PID here)
- strace -fp (process PID here) # interrupt with Ctrl-C, just get
the information about currently running syscalls
- check similar informations in the template - there should be
similar process tree related to qubes.GetAppmenus or
qubes.GetImageRGBA scripts
- journalctl -b |grep qubes.Sync

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVvtQOAAoJENuP0xzK19csStEH/2lp87gXyuGHn/eJt7UGJNik
I/wjeSz+W7vg05l0lyw3988QiKAMAVXkx043eseTHD0m73qJfCEoqVS3mLb0T2/6
trQRXfynMlazdi5DbbgCesQzsTKQWpzOUrLv2lOoP9EeqXUiQ3dWA8GBMGriD3xR
y7iZwb84ywmtIILDpGLaMV0h/qE1YuiB+WZEFvdou6WliSarEIwmiJoi48yMLVuW
YUh4IJ9FmTxsr6If4g1FEKBMC7MuL1XkpcvlTSAtOgzM89op2mT7Ar/V9khydGMb
JUkuK+H/4akk4IOwripnwMKP0/sQ3DyAxjaohCROm7K5jAfHrNUB20nrF+EoD30=
=IkrO
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 6, 2015, 7:39:07 PM8/6/15
to qubes...@googlegroups.com
Marek Marczykowski-Górecki:
I currently managed to have /usr/lib/qubes-trigger-sync-appmenus.sh
hanging. Happened while trying Qubes-Whonix-Gateway in place upgrade.

I won't restart this system anytime soon, so I can collect more debug
output. The first batch of debug output is attached below. Please tell
me when debug output is sufficient or request other stuff.

Cheers,
Patrick

#####

dom0
journalctl -b | grep qubes.Sync

Aug 06 16:13:32 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
Warning: ignoring key 'Name' of geoclue-where-am-i.desktop
Aug 06 16:13:33 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
----> Failed to get icon for qtconfig-qt4.desktop: No icon received
Aug 06 16:13:33 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
----> Failed to get icon for display-im6.desktop: No icon received
Aug 06 16:13:35 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
----> Failed to get icon for mutt.desktop: No icon received
Aug 06 16:13:36 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
----> Failed to get icon for geoclue-where-am-i.desktop: No icon received
Aug 06 16:13:36 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
Warning: not creating/updating
'/var/lib/qubes/appvms/debian-9-own-standalone/apps.templates/geoclue-where-am-i.desktop'
because of missing 'Name' key
Aug 06 16:13:36 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
----> Failed to get icon for gksu.desktop: No icon received
Aug 06 16:13:38 dom0 qubes.SyncAppMenus-debian-9-own-standalone[20097]:
----> Failed to get icon for wordview.desktop: No icon received
Aug 06 19:42:05 dom0 qubes.SyncAppMenus-whonix-gw-experimental[23906]:
Warning: ignoring key 'Comment' of gateway-restarttor.desktop
Aug 06 19:42:05 dom0 qubes.SyncAppMenus-whonix-gw-experimental[23906]:
Warning: ignoring key 'Comment' of gateway-stoptor.desktop
Aug 06 19:42:05 dom0 qubes.SyncAppMenus-whonix-gw-experimental[23906]:
Warning: ignoring key 'Comment' of gateway-reloadtor.desktop
Aug 06 19:42:05 dom0 qubes.SyncAppMenus-whonix-gw-experimental[23906]:
Warning: ignoring key 'Comment' of gateway-reloadfirewall.desktop

#####

dom0
sudo lsof -np 23922

COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
qrexec-cl 23922 root cwd DIR 253,2 4096 26869761 /root
qrexec-cl 23922 root rtd DIR 253,2 4096 2 /
qrexec-cl 23922 root txt REG 253,2 20064 16649593
/usr/lib/qubes/qrexec-client
qrexec-cl 23922 root mem REG 253,2 19512 15467091
/usr/lib64/libdl-2.18.so
qrexec-cl 23922 root mem REG 253,2 88720 15466511
/usr/lib64/libgcc_s-4.8.3-20140911.so.1
qrexec-cl 23922 root mem REG 253,2 147496 15467111
/usr/lib64/libpthread-2.18.so
qrexec-cl 23922 root mem REG 253,2 160880 15467720
/usr/lib64/libxenctrl.so.4.4.0
qrexec-cl 23922 root mem REG 253,2 28288 15467728
/usr/lib64/libxenstore.so.3.0.3
qrexec-cl 23922 root mem REG 253,2 2093096 15467085
/usr/lib64/libc-2.18.so
qrexec-cl 23922 root mem REG 253,2 15440 15467734
/usr/lib64/libqrexec-utils.so.1
qrexec-cl 23922 root mem REG 253,2 15432 15475220
/usr/lib64/libxenvchan.so.1.0.0
qrexec-cl 23922 root mem REG 253,2 15392 15467732
/usr/lib64/libvchan-xen.so
qrexec-cl 23922 root mem REG 253,2 154992 15467078
/usr/lib64/ld-2.18.so
qrexec-cl 23922 root mem CHR 10,54 11286
/dev/xen/gntalloc
qrexec-cl 23922 root 0u CHR 1,3 0t0 1028
/dev/null
qrexec-cl 23922 root 1u CHR 1,3 0t0 1028
/dev/null
qrexec-cl 23922 root 2u CHR 1,3 0t0 1028
/dev/null
qrexec-cl 23922 root 3u CHR 10,54 0t0 11286
/dev/xen/gntalloc
qrexec-cl 23922 root 4u unix 0xffff88030b686c80 0t0 302418 socket
qrexec-cl 23922 root 5u unix 0xffff88030b687000 0t0 302419 socket
qrexec-cl 23922 root 6u CHR 10,56 0t0 11272
/dev/xen/evtchn
qrexec-cl 23922 root 7u REG 0,38 0 4
/proc/xen/privcmd

#####

dom0
sudo strace -fp 23922

Process 23922 attached
select(7, [6], NULL, NULL, {6, 535902}Process 23922 detached
<detached ...>

Process 23922 attached
select(7, [6], NULL, NULL, {0, 625515}) = 0 (Timeout)
ioctl(7, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc54db9d10) = -1 EINVAL (Invalid
argument)
select(7, [6], NULL, NULL, {10, 0}^CProcess 23922 detached
<detached ...>

#####

dom0
ps auxfwww | grep qrexec

root 23893 0.0 0.0 0 0 ? Z Aug06 0:00
\_ [qrexec-client] <defunct>
root 23922 0.0 0.0 21292 840 ? SL Aug06 0:00
\_ /usr/lib/qubes/qrexec-client -d whonix-gw-experimental
root:QUBESRPC qubes.SetDateTime dom0 -l date -u -Iseconds
root 1941 0.0 0.0 86740 1700 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 1 sys-net user
root 2162 0.0 0.0 86740 1752 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 2 sys-firewall user
mach 2891 0.0 0.0 86740 1764 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 3 work user
mach 4278 0.0 0.0 86740 1704 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 4 private user
mach 4768 0.0 0.0 86740 1704 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 5 social user
mach 6124 0.0 0.0 86740 1596 ? SLs Aug05 0:09
/usr/lib/qubes/qrexec-daemon -q 6 my-whonix-gw user
mach 12698 0.0 0.0 86740 1700 ? SLs Aug06 0:06
/usr/lib/qubes/qrexec-daemon -q 10 debian-9-own-standalone user
mach 17792 0.0 0.0 86740 1656 ? SLs Aug06 0:03
/usr/lib/qubes/qrexec-daemon -q 12 untrusted user
mach 25214 0.0 0.0 112672 2164 pts/9 S+ 01:20 0:00 \_
grep --color=auto qrexec
mach 20065 0.0 0.0 86740 1704 ? SLs Aug06 0:02
/usr/lib/qubes/qrexec-daemon -q 14 whonix-gw-experimental user
mach 23898 0.0 0.0 86844 860 ? SL Aug06 0:00 \_
qrexec-client -d dom0 -c SOCKET7 whonix-gw-experimental 14
/usr/lib/qubes/qubes-rpc-multiplexer qubes.SyncAppMenus
whonix-gw-experimental
mach 23906 0.0 0.0 107892 1400 ? S Aug06 0:00
\_ logger -t qubes.SyncAppMenus-whonix-gw-experimental -f
/tmp/qrexec-rpc-stderr.23903
mach 23913 0.0 0.0 21292 856 ? SL Aug06 0:00
\_ /usr/lib/qubes/qrexec-client -d whonix-gw-experimental
user:QUBESRPC qubes.GetImageRGBA dom0
mach 23232 0.0 0.0 86740 1656 ? SLs Aug06 0:01
/usr/lib/qubes/qrexec-daemon -q 17 qubes-build user

#####

dom0
ps auxfwww

USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S Aug05 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S Aug05 0:03 \_
[ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/0:0H]
root 7 0.0 0.0 0 0 ? S Aug05 0:30 \_
[rcu_sched]
root 8 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcu_bh]
root 9 0.0 0.0 0 0 ? S Aug05 0:08 \_
[rcuos/0]
root 10 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/0]
root 11 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/0]
root 12 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/0]
root 13 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/1]
root 14 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/1]
root 15 0.0 0.0 0 0 ? S Aug05 0:00 \_
[ksoftirqd/1]
root 17 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/1:0H]
root 18 0.0 0.0 0 0 ? S Aug05 0:01 \_
[rcuos/1]
root 19 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/1]
root 20 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/2]
root 21 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/2]
root 22 0.0 0.0 0 0 ? S Aug05 0:02 \_
[ksoftirqd/2]
root 24 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/2:0H]
root 25 0.0 0.0 0 0 ? S Aug05 0:08 \_
[rcuos/2]
root 26 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/2]
root 27 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/3]
root 28 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/3]
root 29 0.0 0.0 0 0 ? S Aug05 0:00 \_
[ksoftirqd/3]
root 31 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/3:0H]
root 32 0.0 0.0 0 0 ? S Aug05 0:01 \_
[rcuos/3]
root 33 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/3]
root 34 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/4]
root 35 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/4]
root 36 0.0 0.0 0 0 ? S Aug05 0:02 \_
[ksoftirqd/4]
root 38 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/4:0H]
root 39 0.0 0.0 0 0 ? S Aug05 0:08 \_
[rcuos/4]
root 40 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/4]
root 41 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/5]
root 42 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/5]
root 43 0.0 0.0 0 0 ? S Aug05 0:01 \_
[ksoftirqd/5]
root 45 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/5:0H]
root 46 0.0 0.0 0 0 ? S Aug05 0:01 \_
[rcuos/5]
root 47 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/5]
root 48 0.0 0.0 0 0 ? S Aug05 0:01 \_
[watchdog/6]
root 49 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/6]
root 50 0.0 0.0 0 0 ? S Aug05 0:01 \_
[ksoftirqd/6]
root 52 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/6:0H]
root 53 0.0 0.0 0 0 ? S Aug05 0:05 \_
[rcuos/6]
root 54 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/6]
root 55 0.0 0.0 0 0 ? S Aug05 0:00 \_
[watchdog/7]
root 56 0.0 0.0 0 0 ? S Aug05 0:00 \_
[migration/7]
root 57 0.0 0.0 0 0 ? S Aug05 0:01 \_
[ksoftirqd/7]
root 59 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/7:0H]
root 60 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuos/7]
root 61 0.0 0.0 0 0 ? S Aug05 0:00 \_
[rcuob/7]
root 62 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[khelper]
root 63 0.0 0.0 0 0 ? S Aug05 0:00 \_
[kdevtmpfs]
root 64 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [netns]
root 65 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [perf]
root 66 0.0 0.0 0 0 ? S Aug05 0:00 \_
[xenwatch]
root 67 0.0 0.0 0 0 ? S Aug05 0:00 \_
[xenbus]
root 68 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[writeback]
root 69 0.0 0.0 0 0 ? SN Aug05 0:00 \_ [ksmd]
root 70 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[crypto]
root 71 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kintegrityd]
root 72 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 73 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kblockd]
root 74 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[xenbus_frontend]
root 75 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ata_sff]
root 76 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [md]
root 77 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[devfreq_wq]
root 102 0.0 0.0 0 0 ? S Aug05 0:22 \_
[kswapd0]
root 103 0.0 0.0 0 0 ? S Aug05 0:00 \_
[fsnotify_mark]
root 113 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kthrotld]
root 121 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[acpi_thermal_pm]
root 122 0.0 0.0 0 0 ? S Aug05 0:00 \_ [khvcd]
root 123 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_0]
root 124 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_0]
root 125 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_1]
root 126 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_1]
root 127 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_2]
root 128 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_2]
root 129 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_3]
root 130 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_3]
root 131 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_4]
root 132 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_4]
root 133 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_5]
root 134 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_5]
root 140 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kpsmoused]
root 142 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[dm_bufio_cache]
root 143 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ipv6_addrconf]
root 144 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[deferwq]
root 177 0.0 0.0 0 0 ? S Aug05 0:00 \_
[kauditd]
root 236 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[xen_pciback_wor]
root 337 0.0 0.0 0 0 ? S< Aug05 0:07 \_
[kworker/0:1H]
root 521 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kdmflush]
root 522 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 523 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kcryptd_io]
root 524 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kcryptd]
root 525 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 594 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kdmflush]
root 595 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 602 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kdmflush]
root 603 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 626 0.0 0.0 0 0 ? S Aug05 0:41 \_
[jbd2/dm-2-8]
root 627 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ext4-rsv-conver]
root 764 0.0 0.0 0 0 ? S Aug05 0:00 \_
[irq/78-mei_me]
root 851 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[hd-audio0]
root 855 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[hd-audio1]
root 868 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[cfg80211]
root 886 0.0 0.0 0 0 ? S Aug05 0:00 \_
[scsi_eh_6]
root 895 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[scsi_tmf_6]
root 897 0.0 0.0 0 0 ? S Aug05 0:00 \_
[usb-storage]
root 934 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kmemstick]
root 940 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/u17:0]
root 945 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [hci0]
root 947 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [hci0]
root 948 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/u17:1]
root 955 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[rtsx_pci_sdmmc_]
root 1001 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jbd2/sda1-8]
root 1002 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ext4-rsv-conver]
root 1080 0.0 0.0 0 0 ? S< Aug05 0:01 \_
[kworker/1:1H]
root 1082 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/6:1H]
root 1096 0.0 0.0 0 0 ? S< Aug05 0:01 \_
[kworker/5:1H]
root 1100 0.0 0.0 0 0 ? S< Aug05 0:01 \_
[kworker/2:1H]
root 1112 0.0 0.0 0 0 ? S< Aug05 0:01 \_
[kworker/3:1H]
root 1135 0.0 0.0 0 0 ? S< Aug05 0:21 \_
[kworker/7:1H]
root 1254 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kworker/4:1H]
root 1748 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [loop0]
root 1763 0.0 0.0 0 0 ? S< Aug05 0:04 \_ [loop1]
root 1783 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [loop2]
root 1864 0.0 0.0 0 0 ? S< Aug05 0:08 \_ [loop3]
root 1881 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [loop4]
root 1890 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kdmflush]
root 1891 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ksnaphd]
root 1893 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kcopyd]
root 1894 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 1895 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 1899 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 1943 0.0 0.0 0 0 ? S Aug05 0:42 \_
[blkback.1.xvda]
root 1944 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.1.xvdb]
root 1945 0.0 0.0 0 0 ? S Aug05 0:42 \_
[blkback.1.xvdc]
root 1946 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.1.xvdd]
root 2062 0.0 0.0 0 0 ? S< Aug05 0:00 \_ [loop5]
root 2082 0.0 0.0 0 0 ? S< Aug05 0:03 \_ [loop6]
root 2164 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.2.xvda]
root 2165 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.2.xvdb]
root 2166 0.0 0.0 0 0 ? S Aug05 0:42 \_
[blkback.2.xvdc]
root 2167 0.0 0.0 0 0 ? S Aug05 0:40 \_
[blkback.2.xvdd]
root 2721 0.0 0.0 0 0 ? S< Aug05 0:28 \_ [loop7]
root 2742 0.0 0.0 0 0 ? S< Aug05 0:02 \_ [loop8]
root 2814 0.0 0.0 0 0 ? S< Aug05 0:04 \_ [loop9]
root 2831 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[loop10]
root 2840 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kdmflush]
root 2841 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ksnaphd]
root 2842 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kcopyd]
root 2843 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 2844 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 2852 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 2893 0.0 0.0 0 0 ? S Aug05 0:42 \_
[blkback.3.xvda]
root 2894 0.0 0.0 0 0 ? S Aug05 0:48 \_
[blkback.3.xvdb]
root 2895 0.0 0.0 0 0 ? S Aug05 0:42 \_
[blkback.3.xvdc]
root 2896 0.0 0.0 0 0 ? S Aug05 0:40 \_
[blkback.3.xvdd]
root 3752 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[xfsalloc]
root 3753 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[xfs_mru_cache]
root 3758 0.0 0.0 0 0 ? S Aug05 0:00 \_ [jfsIO]
root 3759 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3760 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3761 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3762 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3763 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3764 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3765 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3766 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsCommit]
root 3767 0.0 0.0 0 0 ? S Aug05 0:00 \_
[jfsSync]
root 3786 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 4179 0.0 0.0 0 0 ? S< Aug05 0:18 \_
[loop11]
root 4200 0.0 0.0 0 0 ? S< Aug05 0:01 \_
[loop12]
root 4280 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.4.xvda]
root 4281 0.0 0.0 0 0 ? S Aug05 0:46 \_
[blkback.4.xvdb]
root 4282 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.4.xvdc]
root 4283 0.0 0.0 0 0 ? S Aug05 0:39 \_
[blkback.4.xvdd]
root 4669 0.0 0.0 0 0 ? S< Aug05 0:04 \_
[loop13]
root 4690 0.0 0.0 0 0 ? S< Aug05 0:01 \_
[loop14]
root 4770 0.0 0.0 0 0 ? S Aug05 0:40 \_
[blkback.5.xvda]
root 4771 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.5.xvdb]
root 4772 0.0 0.0 0 0 ? S Aug05 0:41 \_
[blkback.5.xvdc]
root 4773 0.0 0.0 0 0 ? S Aug05 0:39 \_
[blkback.5.xvdd]
root 5956 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[loop15]
root 5977 0.0 0.0 0 0 ? S< Aug05 0:05 \_
[loop16]
root 6046 0.0 0.0 0 0 ? S< Aug05 0:13 \_
[loop17]
root 6063 0.0 0.0 0 0 ? S< Aug05 0:05 \_
[loop18]
root 6074 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kdmflush]
root 6075 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[ksnaphd]
root 6076 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[kcopyd]
root 6077 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 6078 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 6095 0.0 0.0 0 0 ? S< Aug05 0:00 \_
[bioset]
root 6140 0.0 0.0 0 0 ? S Aug05 0:38 \_
[blkback.6.xvda]
root 6143 0.0 0.0 0 0 ? S Aug05 0:36 \_
[blkback.6.xvdb]
root 6144 0.0 0.0 0 0 ? S Aug05 0:37 \_
[blkback.6.xvdc]
root 6145 0.0 0.0 0 0 ? S Aug05 0:37 \_
[blkback.6.xvdd]
root 12637 0.0 0.0 0 0 ? S< Aug06 0:32 \_
[loop25]
root 12649 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[loop26]
root 12672 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[loop27]
root 12700 0.0 0.0 0 0 ? S Aug06 0:33 \_
[blkback.10.xvda]
root 12701 0.0 0.0 0 0 ? S Aug06 0:24 \_
[blkback.10.xvdb]
root 12702 0.0 0.0 0 0 ? S Aug06 0:24 \_
[blkback.10.xvdc]
root 12703 0.0 0.0 0 0 ? S Aug06 0:24 \_
[blkback.10.xvdd]
root 17709 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[loop23]
root 17728 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[loop24]
root 17794 0.0 0.0 0 0 ? S Aug06 0:12 \_
[blkback.12.xvda]
root 17795 0.0 0.0 0 0 ? S Aug06 0:11 \_
[blkback.12.xvdb]
root 17796 0.0 0.0 0 0 ? S Aug06 0:11 \_
[blkback.12.xvdc]
root 17797 0.0 0.0 0 0 ? S Aug06 0:11 \_
[blkback.12.xvdd]
root 19963 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[loop28]
root 19973 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[loop29]
root 20043 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[kdmflush]
root 20044 0.0 0.0 0 0 ? S< Aug06 0:00 \_
[bioset]
root 20067 0.0 0.0 0 0 ? S Aug06 0:12 \_
[blkback.14.xvda]
root 20068 0.0 0.0 0 0 ? S Aug06 0:09 \_
[blkback.14.xvdb]
root 20069 0.0 0.0 0 0 ? S Aug06 0:09 \_
[blkback.14.xvdc]
root 20070 0.0 0.0 0 0 ? S Aug06 0:09 \_
[blkback.14.xvdd]
root 21407 0.0 0.0 0 0 ? S Aug06 0:01 \_
[kworker/u16:2]
root 23147 0.4 0.0 0 0 ? S< Aug06 1:54 \_
[loop30]
root 23168 0.0 0.0 0 0 ? S< Aug06 0:05 \_
[loop31]
root 23234 0.0 0.0 0 0 ? S Aug06 0:08 \_
[blkback.17.xvda]
root 23235 0.1 0.0 0 0 ? S Aug06 0:32 \_
[blkback.17.xvdb]
root 23236 0.0 0.0 0 0 ? S Aug06 0:08 \_
[blkback.17.xvdc]
root 23237 0.0 0.0 0 0 ? S Aug06 0:07 \_
[blkback.17.xvdd]
root 24159 0.0 0.0 0 0 ? S Aug06 0:01 \_
[kworker/u16:0]
root 24677 0.0 0.0 0 0 ? S Aug06 0:00 \_
[kworker/3:0]
root 25021 0.0 0.0 0 0 ? S 00:30 0:00 \_
[kworker/3:2]
root 25023 0.0 0.0 0 0 ? S 00:31 0:00 \_
[kworker/1:0]
root 25043 0.0 0.0 0 0 ? S 00:36 0:00 \_
[kworker/7:2]
root 25045 0.0 0.0 0 0 ? S 00:37 0:00 \_
[kworker/4:2]
root 25059 0.0 0.0 0 0 ? S 00:42 0:00 \_
[kworker/0:0]
root 25061 0.0 0.0 0 0 ? S 00:43 0:00 \_
[kworker/4:1]
root 25075 0.0 0.0 0 0 ? S 00:48 0:00 \_
[kworker/0:2]
root 25090 0.0 0.0 0 0 ? S 00:54 0:00 \_
[kworker/2:2]
root 25092 0.0 0.0 0 0 ? S 00:55 0:00 \_
[kworker/5:2]
root 25106 0.0 0.0 0 0 ? S 01:00 0:00 \_
[kworker/2:1]
root 25130 0.0 0.0 0 0 ? S 01:01 0:00 \_
[kworker/5:0]
root 25144 0.0 0.0 0 0 ? S 01:06 0:00 \_
[kworker/1:3]
root 25146 0.0 0.0 0 0 ? S 01:07 0:00 \_
[kworker/6:2]
root 25152 0.0 0.0 0 0 ? S 01:10 0:00 \_
[kworker/7:0]
root 25162 0.0 0.0 0 0 ? S 01:13 0:00 \_
[kworker/6:0]
root 25167 0.0 0.0 0 0 ? S 01:17 0:00 \_
[kworker/7:1]
root 25177 0.0 0.0 0 0 ? S 01:18 0:00 \_
[kworker/2:0]
root 1 0.0 0.1 47808 4732 ? Ss Aug05 0:06
/usr/lib/systemd/systemd --switched-root --system --deserialize 23
root 700 0.0 0.5 171828 20560 ? Ss Aug05 0:07
/usr/lib/systemd/systemd-journald
root 703 0.0 0.0 178204 1224 ? Ss Aug05 0:00
/usr/sbin/lvmetad -f
root 712 0.0 0.0 42960 3064 ? Ss Aug05 0:00
/usr/lib/systemd/systemd-udevd
root 1027 0.0 0.0 51168 2488 ? S<sl Aug05 0:01
/sbin/auditd -n
root 1039 0.0 0.0 16768 2088 ? SNs Aug05 0:00
/usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf
--initfile=/lib/alsa/init/00main rdaemon
root 1042 0.0 0.6 329580 22424 ? Ssl Aug05 0:02
/usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
rtkit 1045 0.0 0.0 164620 2068 ? SNsl Aug05 0:03
/usr/libexec/rtkit-daemon
root 1046 0.0 0.1 368816 5296 ? Ssl Aug05 0:05
/usr/libexec/accounts-daemon
root 1047 0.0 0.0 26564 2604 ? Ss Aug05 0:00
/usr/sbin/smartd -n -q never
root 1052 0.0 0.0 428564 3296 ? Ssl Aug05 0:02
/sbin/rsyslogd -n
root 1055 0.0 0.0 23244 1636 ? Ss Aug05 0:01
/usr/sbin/qubesdb-daemon 0 dom0
root 1060 0.0 0.0 19472 2756 ? Ss Aug05 0:37
/usr/sbin/irqbalance --foreground
root 1065 0.0 0.0 34700 2884 ? Ss Aug05 0:02
/usr/lib/systemd/systemd-logind
dbus 1066 0.0 0.0 33620 3460 ? Ss Aug05 0:07
/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile
--systemd-activation
root 1069 0.0 0.0 6992 1684 ? Ss Aug05 0:00
/usr/sbin/mcelog --ignorenodev --daemon --foreground
root 1073 0.0 0.0 25944 2036 ? Ss Aug05 0:00
/usr/sbin/atd -f
root 1076 0.0 0.0 126320 2540 ? Ss Aug05 0:01
/usr/sbin/crond -n
root 23884 0.0 0.0 168868 3156 ? S Aug06 0:00 \_
/usr/sbin/CROND -n
root 23885 0.0 0.0 113116 1564 ? Ss Aug06 0:00 \_
/bin/sh -c /usr/bin/qvm-sync-clock > /dev/null 2>&1 || true
root 23886 0.0 0.4 416440 17084 ? S Aug06 0:00
\_ /usr/bin/python2 /usr/bin/qvm-sync-clock
root 23893 0.0 0.0 0 0 ? Z Aug06 0:00
\_ [qrexec-client] <defunct>
root 23922 0.0 0.0 21292 840 ? SL Aug06 0:00
\_ /usr/lib/qubes/qrexec-client -d whonix-gw-experimental
root:QUBESRPC qubes.SetDateTime dom0 -l date -u -Iseconds
root 23923 0.0 0.0 0 0 ? Z Aug06 0:00
\_ [date] <defunct>
root 1081 0.1 0.0 11212 2272 ? SL Aug05 3:01
/usr/sbin/xenstored --pid-file /var/run/xenstored.pid
root 1090 0.0 0.0 86804 2152 ? SLsl Aug05 0:00
/usr/sbin/xenconsoled --log=all --log-dir=/var/log/xen/console
polkitd 1103 0.0 0.3 515260 11160 ? Ssl Aug05 0:02
/usr/lib/polkit-1/polkitd --no-debug
root 1146 3.0 0.7 1933712 27308 ? SLsl Aug05 65:11
/usr/sbin/libvirtd
root 1268 0.0 0.5 562636 17780 ? SLsl Aug05 0:52
/usr/bin/python2 /usr/lib/qubes/qmemman_daemon.py
root 1270 0.0 0.1 210000 5596 ? Ssl Aug05 0:00
/usr/bin/python /usr/lib/qubes/block-cleaner-daemon.py
root 1431 0.4 0.0 10684 132 ? S Aug05 10:27
/usr/sbin/meminfo-writer 30000 100000
root 1939 0.0 0.0 23260 1712 ? SLs Aug05 0:01
/usr/sbin/qubesdb-daemon 1 sys-net
root 1941 0.0 0.0 86740 1700 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 1 sys-net user
root 1948 0.0 0.1 44544 3468 ? Ss Aug05 0:00
/usr/lib/systemd/systemd --user
root 1951 0.0 0.0 71108 1760 ? S Aug05 0:00 \_
(sd-pam)
root 2160 0.0 0.0 23260 1460 ? SLs Aug05 0:01
/usr/sbin/qubesdb-daemon 2 sys-firewall
root 2162 0.0 0.0 86740 1752 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 2 sys-firewall user
root 2172 0.0 0.0 110004 1560 hvc0 Ss+ Aug05 0:00
/sbin/agetty --keep-baud hvc0 115200 38400 9600
root 2173 0.0 0.1 273964 4960 ? SLsl Aug05 0:00
/usr/sbin/lightdm
root 2177 1.9 2.6 295444 92384 tty1 Ss+ Aug05 41:39 \_
/usr/bin/X -background none :0 -seat seat0 -auth
/var/run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch
root 2211 0.0 0.1 189804 5572 ? Sl Aug05 0:00 \_
lightdm --session-child 13 20
mach 2282 0.0 0.0 113120 1648 ? Ss Aug05 0:00 \_
/bin/sh /usr/bin/startkde
mach 2297 0.0 0.0 53172 584 ? Ss Aug05 0:01
\_ /usr/bin/ssh-agent /bin/sh -c exec -l /bin/bash -c "/usr/bin/startkde"
mach 2405 0.0 0.0 4292 636 ? S Aug05 0:00
\_ kwrapper4 ksmserver
lightdm 2190 0.0 0.1 44548 3480 ? Ss Aug05 0:00
/usr/lib/systemd/systemd --user
lightdm 2192 0.0 0.0 71108 1784 ? S Aug05 0:00 \_
(sd-pam)
lightdm 2198 0.0 0.0 16032 960 ? S Aug05 0:00
dbus-launch --autolaunch e217d503cbf543bdbf6c45d115f77987
--binary-syntax --close-stderr
lightdm 2199 0.0 0.0 32752 2008 ? Ss Aug05 0:00
/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
lightdm 2201 0.0 0.1 263956 4780 ? Sl Aug05 0:00
/usr/libexec/at-spi-bus-launcher
lightdm 2204 0.0 0.0 32752 2744 ? S Aug05 0:00 \_
/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork
--print-address 3
lightdm 2207 0.0 0.1 129600 5056 ? Sl Aug05 0:05
/usr/libexec/at-spi2-registryd --use-gnome-session
root 2215 0.0 0.1 4189548 5412 ? Ssl Aug05 0:01
/usr/sbin/console-kit-daemon --no-daemon
mach 2280 0.0 0.1 44548 3488 ? Ss Aug05 0:00
/usr/lib/systemd/systemd --user
mach 2281 0.0 0.0 71108 1804 ? S Aug05 0:00 \_
(sd-pam)
mach 2290 0.0 0.0 13936 1336 ? S Aug05 0:00
dbus-launch --sh-syntax --exit-with-session
mach 2291 0.0 0.0 33132 2288 ? Ss Aug05 0:26
/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
mach 2350 0.0 0.0 4156 80 ? S Aug05 0:00
/usr/libexec/kde4/start_kdeinit +kcminit_startup
mach 2351 0.0 0.3 530920 12704 ? Ss Aug05 0:00
kdeinit4: kdeinit4 Running...
mach 2352 0.0 0.3 534088 13420 ? S Aug05 0:00 \_
kdeinit4: klauncher [kdeinit] --fd=9
mach 2406 0.0 0.5 702740 19280 ? Sl Aug05 0:05 \_
kdeinit4: ksmserver [kdeinit]
mach 2418 0.0 0.7 748944 27668 ? S Aug05 1:28 | \_
kwin -session 10646f6d30000143872008600000024380000_1438742366_207975
mach 2443 0.0 0.1 120664 4784 ? Sl Aug05 0:00 \_
/usr/bin/xsettings-kde
mach 2448 2.9 2.7 989104 95984 ? Sl Aug05 63:50 \_
/usr/bin/python2 /usr/bin/qubes-manager -session
10646f6d30000143789145900000024130004_1438742366_205032
mach 2459 0.0 0.0 20224 1568 ? S Aug05 0:00 \_
/usr/libexec/qubes/watch-screen-layout-changes qubes-monitor-layout-notify
mach 2354 0.0 0.6 1483064 22208 ? Sl Aug05 0:16
kdeinit4: kded4 [kdeinit]
mach 2356 0.0 0.0 11904 2448 ? S Aug05 0:00
/usr/libexec/gam_server
mach 2359 0.0 0.4 622332 16668 ? S Aug05 0:01
kdeinit4: kglobalaccel [kdeinit]
root 2373 0.0 0.1 376508 6896 ? Ssl Aug05 0:01
/usr/libexec/upowerd
root 2407 0.0 0.1 428388 6572 ? Ssl Aug05 0:13
/usr/lib/udisks2/udisksd --no-debug
mach 2414 0.0 0.3 968948 12680 ? Sl Aug05 0:03
/usr/bin/kactivitymanagerd
mach 2425 1.1 3.1 3228640 110280 ? Sl Aug05 25:10
kdeinit4: plasma-desktop [kdeinit]
mach 2434 0.0 0.3 432172 10972 ? S Aug05 0:01
/usr/bin/kuiserver
mach 2444 0.0 0.7 872720 26760 ? Sl Aug05 0:19
kdeinit4: krunner [kdeinit]
mach 2447 0.0 0.7 868360 27552 ? Sl Aug05 0:10
kdeinit4: kmix [kdeinit] -session 10646f6d300
mach 2457 2.1 0.4 1212884 16408 ? S<l Aug05 45:39
/usr/bin/pulseaudio --start --log-target=syslog
mach 2463 0.0 0.0 129396 2520 ? S Aug05 0:00 \_
/usr/libexec/pulse/gconf-helper
mach 2465 0.0 0.1 149720 3948 ? S Aug05 0:00
/usr/libexec/gconfd-2
mach 2478 0.0 0.3 524304 13748 ? Sl Aug05 0:02
/usr/libexec/kde4/polkit-kde-authentication-agent-1
mach 2484 0.0 0.5 1204524 19272 ? Sl Aug05 0:02
/usr/bin/knotify4
mach 2490 0.0 0.1 131412 3704 ? SLs Aug05 0:11
/usr/bin/qubes-guid -d 1 -N sys-net -c 0xcc0000 -i
/usr/share/icons/hicolor/128x128/devices/appvm-red.png -l 1
mach 2493 0.0 0.1 251084 5196 ? SL Aug05 0:00 \_
pacat-simple-vchan -l 1 sys-net
mach 2506 0.0 0.0 131144 3408 ? SLs Aug05 0:11
/usr/bin/qubes-guid -d 2 -N sys-firewall -c 0x73d216 -i
/usr/share/icons/hicolor/128x128/devices/appvm-green.png -l 4
mach 2511 0.0 0.1 251084 5192 ? SL Aug05 0:00 \_
pacat-simple-vchan -l 2 sys-firewall
mach 2889 0.0 0.0 23260 1604 ? SLs Aug05 0:01
/usr/sbin/qubesdb-daemon 3 work
mach 2891 0.0 0.0 86740 1764 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 3 work user
mach 2898 0.5 0.1 131536 4060 ? SLs Aug05 11:20
/usr/bin/qubes-guid -d 3 -N work -c 0x73d216 -i
/usr/share/icons/hicolor/128x128/devices/appvm-green.png -l 4 -q
mach 2900 0.0 0.1 251084 5100 ? SL Aug05 0:01 \_
pacat-simple-vchan -l 3 work
mach 4276 0.0 0.0 23260 1568 ? SLs Aug05 0:01
/usr/sbin/qubesdb-daemon 4 private
mach 4278 0.0 0.0 86740 1704 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 4 private user
mach 4285 0.0 0.1 131412 3776 ? SLs Aug05 1:10
/usr/bin/qubes-guid -d 4 -N private -c 0xedd400 -i
/usr/share/icons/hicolor/128x128/devices/appvm-yellow.png -l 3 -q
mach 4287 0.0 0.1 251084 5128 ? SL Aug05 1:24 \_
pacat-simple-vchan -l 4 private
mach 4766 0.0 0.0 23260 1520 ? SLs Aug05 0:01
/usr/sbin/qubesdb-daemon 5 social
mach 4768 0.0 0.0 86740 1704 ? SLs Aug05 0:10
/usr/lib/qubes/qrexec-daemon -q 5 social user
mach 4775 0.0 0.1 131420 3788 ? SLs Aug05 0:19
/usr/bin/qubes-guid -d 5 -N social -c 0xf57900 -i
/usr/share/icons/hicolor/128x128/devices/appvm-orange.png -l 2 -v -v
mach 4777 0.0 0.1 251084 5228 ? SL Aug05 0:31 \_
pacat-simple-vchan -l 5 social
mach 6122 0.0 0.0 23260 1552 ? SLs Aug05 0:01
/usr/sbin/qubesdb-daemon 6 my-whonix-gw
mach 6124 0.0 0.0 86740 1596 ? SLs Aug05 0:09
/usr/lib/qubes/qrexec-daemon -q 6 my-whonix-gw user
mach 6148 0.0 0.1 131412 3616 ? SLs Aug05 0:10
/usr/bin/qubes-guid -d 6 -N my-whonix-gw -c 0xcc0000 -i
/usr/share/icons/hicolor/128x128/devices/appvm-red.png -l 1 -q
mach 6150 0.0 0.1 251084 5116 ? SL Aug05 0:00 \_
pacat-simple-vchan -l 6 my-whonix-gw
root 7384 0.0 0.0 16164 1160 ? S Aug05 0:00
dbus-launch --autolaunch e217d503cbf543bdbf6c45d115f77987
--binary-syntax --close-stderr
root 7385 0.0 0.0 32752 1980 ? Ss Aug05 0:00
/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
root 7389 0.0 0.2 298828 7208 ? Ss Aug05 0:00
kdeinit4: kdeinit4 Running...
root 7391 0.0 0.2 342560 8008 ? S Aug05 0:00 \_
kdeinit4: klauncher [kdeinit] --fd=8
root 7394 0.0 0.3 434148 12264 ? S Aug05 0:01
kdeinit4: kded4 [kdeinit]
root 7398 0.0 0.0 11904 2528 ? S Aug05 0:00
/usr/libexec/gam_server
root 7405 0.0 0.3 967544 13136 ? Sl Aug05 0:03
/bin/kactivitymanagerd
mach 12696 0.0 0.0 23260 1552 ? SLs Aug06 0:00
/usr/sbin/qubesdb-daemon 10 debian-9-own-standalone
mach 12698 0.0 0.0 86740 1700 ? SLs Aug06 0:06
/usr/lib/qubes/qrexec-daemon -q 10 debian-9-own-standalone user
mach 12707 0.0 0.1 131412 3728 ? SLs Aug06 0:14
/usr/bin/qubes-guid -d 10 -N debian-9-own-standalone -c 0xcc0000 -i
/usr/share/icons/hicolor/128x128/devices/appvm-red.png -l 1 -q
mach 12709 0.0 0.1 251084 5132 ? SL Aug06 0:00 \_
pacat-simple-vchan -l 10 debian-9-own-standalone
mach 17790 0.0 0.0 23260 1556 ? SLs Aug06 0:00
/usr/sbin/qubesdb-daemon 12 untrusted
mach 17792 0.0 0.0 86740 1656 ? SLs Aug06 0:03
/usr/lib/qubes/qrexec-daemon -q 12 untrusted user
mach 17801 0.0 0.1 131416 3760 ? SLs Aug06 0:05
/usr/bin/qubes-guid -d 12 -N untrusted -c 0xcc0000 -i
/usr/share/icons/hicolor/128x128/devices/appvm-red.png -l 1 -q
mach 17803 0.0 0.1 251084 5176 ? SL Aug06 0:00 \_
pacat-simple-vchan -l 12 untrusted
mach 19028 0.1 0.9 722548 33780 ? Sl Aug06 0:45
kdeinit4: konsole [kdeinit]
mach 22947 0.0 0.0 115352 2116 pts/13 Ss+ Aug06 0:00 \_
/bin/bash
mach 25181 0.1 0.1 115352 3524 pts/9 Ss 01:19 0:00 \_
/bin/bash
mach 25215 0.0 0.0 123748 2976 pts/9 R+ 01:20 0:00 \_
ps auxfwww
mach 20063 0.0 0.0 23260 1460 ? SLs Aug06 0:00
/usr/sbin/qubesdb-daemon 14 whonix-gw-experimental
mach 20065 0.0 0.0 86740 1704 ? SLs Aug06 0:02
/usr/lib/qubes/qrexec-daemon -q 14 whonix-gw-experimental user
mach 23898 0.0 0.0 86844 860 ? SL Aug06 0:00 \_
qrexec-client -d dom0 -c SOCKET7 whonix-gw-experimental 14
/usr/lib/qubes/qubes-rpc-multiplexer qubes.SyncAppMenus
whonix-gw-experimental
mach 23903 0.0 0.0 113116 1368 ? S Aug06 0:00 \_
/bin/sh /etc/qubes-rpc/qubes.SyncAppMenus
mach 23906 0.0 0.0 107892 1400 ? S Aug06 0:00
\_ logger -t qubes.SyncAppMenus-whonix-gw-experimental -f
/tmp/qrexec-rpc-stderr.23903
mach 23908 0.0 0.5 422568 19112 ? S Aug06 0:00
\_ /usr/bin/python /usr/libexec/qubes-appmenus/qubes-receive-appmenus
mach 23913 0.0 0.0 21292 856 ? SL Aug06 0:00
\_ /usr/lib/qubes/qrexec-client -d whonix-gw-experimental
user:QUBESRPC qubes.GetImageRGBA dom0
mach 20074 0.0 0.1 131412 3808 ? SLs Aug06 0:15
/usr/bin/qubes-guid -d 14 -N whonix-gw-experimental -c 0x000000 -i
/usr/share/icons/hicolor/128x128/devices/appvm-black.png -l 8 -q
mach 20076 0.0 0.1 251084 5224 ? SL Aug06 0:00 \_
pacat-simple-vchan -l 14 whonix-gw-experimental
mach 23230 0.0 0.0 23260 1548 ? SLs Aug06 0:00
/usr/sbin/qubesdb-daemon 17 qubes-build
mach 23232 0.0 0.0 86740 1656 ? SLs Aug06 0:01
/usr/lib/qubes/qrexec-daemon -q 17 qubes-build user
mach 23239 0.1 0.1 131412 3884 ? SLs Aug06 0:27
/usr/bin/qubes-guid -d 17 -N qubes-build -c 0xedd400 -i
/usr/share/icons/hicolor/128x128/devices/appvm-yellow.png -l 3 -q
mach 23241 0.0 0.1 251084 5216 ? SL Aug06 0:00 \_
pacat-simple-vchan -l 17 qubes-build
root 25205 0.1 0.2 409468 7528 ? Ssl 01:20 0:00
/usr/libexec/packagekitd

Patrick Schleizer

unread,
Aug 6, 2015, 7:48:41 PM8/6/15
to qubes...@googlegroups.com
Second batch of debug output. This time all run within the VM where it
hangs.

Cheers,
Patrick

#####

ps auxfwww

ps auxfwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S 14:13 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 14:13 0:03 \_
[ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/0:0H]
root 6 0.0 0.0 0 0 ? S 14:13 0:00 \_
[kworker/u16:0]
root 7 0.0 0.0 0 0 ? S 14:13 0:04 \_
[rcu_sched]
root 8 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcu_bh]
root 9 0.0 0.0 0 0 ? S 14:13 0:02 \_
[rcuos/0]
root 10 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/0]
root 11 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/0]
root 12 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/0]
root 13 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/1]
root 14 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/1]
root 15 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/1]
root 17 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/1:0H]
root 18 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuos/1]

root 19 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/1]

root 20 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/2]

root 21 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/2]
root 22 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/2]
root 24 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/2:0H]
root 25 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuos/2]
root 26 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/2]
root 27 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/3]
root 28 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/3]
root 29 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/3]
root 31 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/3:0H]
root 32 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuos/3]
root 33 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/3]
root 34 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/4]
root 35 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/4]
root 36 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/4]
root 38 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/4:0H]
root 39 0.0 0.0 0 0 ? S 14:13 0:01 \_
[rcuos/4]
root 40 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/4]
root 41 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/5]
root 42 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/5]
root 43 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/5]
root 45 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/5:0H]
root 46 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuos/5]
root 47 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/5]
root 48 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/6]
root 49 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/6]
root 50 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/6]
root 52 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/6:0H]
root 53 0.0 0.0 0 0 ? S 14:13 0:01 \_
[rcuos/6]
root 54 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/6]
root 55 0.0 0.0 0 0 ? S 14:13 0:00 \_
[watchdog/7]
root 56 0.0 0.0 0 0 ? S 14:13 0:00 \_
[migration/7]
root 57 0.0 0.0 0 0 ? S 14:13 0:00 \_
[ksoftirqd/7]
root 59 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/7:0H]
root 60 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuos/7]
root 61 0.0 0.0 0 0 ? S 14:13 0:00 \_
[rcuob/7]
root 62 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[khelper]
root 63 0.0 0.0 0 0 ? S 14:13 0:00 \_
[kdevtmpfs]
root 64 0.0 0.0 0 0 ? S< 14:13 0:00 \_ [netns]
root 65 0.0 0.0 0 0 ? S< 14:13 0:00 \_ [perf]
root 66 0.0 0.0 0 0 ? S 14:13 0:00 \_
[xenwatch]
root 67 0.0 0.0 0 0 ? S 14:13 0:00 \_
[xenbus]
root 68 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[writeback]
root 69 0.0 0.0 0 0 ? SN 14:13 0:00 \_ [ksmd]
root 70 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[crypto]
root 71 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kintegrityd]
root 72 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[bioset]
root 73 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kblockd]
root 75 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[ata_sff]
root 76 0.0 0.0 0 0 ? S< 14:13 0:00 \_ [md]
root 77 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[devfreq_wq]
root 102 0.0 0.0 0 0 ? S 14:13 0:01 \_
[kswapd0]
root 103 0.0 0.0 0 0 ? S 14:13 0:00 \_
[fsnotify_mark]
root 113 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kthrotld]
root 115 0.0 0.0 0 0 ? S 14:13 0:00 \_ [khvcd]
root 117 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kpsmoused]
root 119 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[dm_bufio_cache]
root 120 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[ipv6_addrconf]
root 122 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[deferwq]
root 133 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kdmflush]
root 134 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[bioset]
root 139 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[kworker/0:1H]
root 140 0.0 0.0 0 0 ? S 14:13 0:01 \_
[jbd2/dm-0-8]
root 141 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[ext4-rsv-conver]
root 144 0.0 0.0 0 0 ? S 14:13 0:00 \_
[jbd2/xvdd-8]
root 145 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[ext4-rsv-conver]
root 173 0.0 0.0 0 0 ? S 14:13 0:00 \_
[kauditd]
root 1366 0.0 0.0 0 0 ? S 14:13 0:00 \_
[jbd2/xvdb-8]
root 1367 0.0 0.0 0 0 ? S< 14:13 0:00 \_
[ext4-rsv-conver]
root 4401 0.0 0.0 0 0 ? S 15:42 0:00 \_
[kworker/5:0]
root 4834 0.0 0.0 0 0 ? S 16:28 0:00 \_
[kworker/u16:1]
root 4958 0.0 0.0 0 0 ? S 16:36 0:00 \_
[kworker/4:2]
root 5140 0.0 0.0 0 0 ? S 16:54 0:00 \_
[kworker/5:1]
root 5201 0.0 0.0 0 0 ? S 17:00 0:00 \_
[kworker/0:1]
root 8667 0.0 0.0 0 0 ? S 17:12 0:00 \_
[kworker/6:0]
root 8730 0.0 0.0 0 0 ? S 17:18 0:00 \_
[kworker/3:0]
root 8790 0.0 0.0 0 0 ? S 17:24 0:02 \_
[kworker/2:2]
root 8791 0.0 0.0 0 0 ? S 17:24 0:00 \_
[kworker/7:0]
root 8851 0.0 0.0 0 0 ? S 17:30 0:01 \_
[kworker/1:1]
root 8911 0.0 0.0 0 0 ? S 17:36 0:00 \_
[kworker/6:2]
root 8912 0.0 0.0 0 0 ? S 17:36 0:05 \_
[kworker/2:1]
root 9691 0.0 0.0 0 0 ? S 17:38 0:00 \_
[kworker/0:2]
root 9728 0.0 0.0 0 0 ? S 17:38 0:00 \_
[kworker/7:1]
root 10030 0.0 0.0 0 0 ? S 17:38 0:08 \_
[kworker/1:2]
root 10035 0.0 0.0 0 0 ? S 17:38 0:01 \_
[kworker/4:1]
root 10084 0.0 0.0 0 0 ? S 17:38 0:01 \_
[kworker/3:2]
root 19123 0.0 0.0 0 0 ? S< 17:40 0:00 \_
[kworker/5:1H]
root 19960 0.0 0.0 0 0 ? S< 17:40 0:00 \_
[kworker/1:1H]
root 1 0.0 0.7 43708 5588 ? Ss 14:13 0:02 /sbin/init
root 172 0.0 8.0 122132 56856 ? Ss 14:13 0:00
/lib/systemd/systemd-journald
root 193 0.0 0.3 21516 2388 ? Ss 14:13 0:00 /sbin/udevd
root 254 0.0 0.1 23068 1380 ? SLs 14:13 0:00
/usr/sbin/qubesdb-daemon 0
root 1183 0.0 0.2 118344 1964 ? Ssl 14:13 0:00
/usr/sbin/rsyslogd -n -c5
103 1201 0.0 0.3 26248 2728 ? Ss 14:13 0:00
/usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile
--systemd-activation
root 1203 0.0 0.3 34496 2228 ? Ss 14:13 0:00
/lib/systemd/systemd-logind
root 1206 0.0 0.1 18824 1336 ? SLs 14:13 0:02
/usr/lib/qubes/qrexec-agent
root 1233 0.1 0.0 8336 104 ? S 14:13 0:45
/usr/sbin/meminfo-writer 30000 100000 /var/run/meminfo-writer.pid
root 1249 0.0 0.1 4740 1376 ? Ss 14:13 0:18
/usr/sbin/haveged -w 1024
nobody 1322 0.0 0.5 17420 4232 ? S 14:13 0:00
/usr/sbin/tinyproxy
nobody 1415 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1421 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1426 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1432 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1434 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1435 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1436 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1437 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1438 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
nobody 1445 0.0 0.4 17420 2860 ? S 14:13 0:00 \_
/usr/sbin/tinyproxy
root 1392 0.0 0.2 34656 1740 ? SLs 14:13 0:15
/usr/bin/qubes-gui
root 1424 0.0 0.3 54680 2260 ? S 14:13 0:00 \_ su
user -c /usr/bin/xinit /etc/X11/Xsession qubes-session -- /usr/bin/Xorg
-logfile /tmp/Xorg.0.log :0 -nolisten tcp vt07 -wr -config
xorg-qubes.conf > ~/.xsession-errors 2>&1
user 1868 0.0 0.3 10768 2192 ? Ss 14:13 0:00 \_
bash -c /usr/bin/xinit /etc/X11/Xsession qubes-session -- /usr/bin/Xorg
-logfile /tmp/Xorg.0.log :0 -nolisten tcp vt07 -wr -config
xorg-qubes.conf > ~/.xsession-errors 2>&1
user 1871 0.0 0.0 15772 124 ? S 14:13 0:00
\_ /usr/bin/xinit /etc/X11/Xsession qubes-session -- /usr/bin/Xorg
-logfile /tmp/Xorg.0.log :0 -nolisten tcp vt07 -wr -config xorg-qubes.conf
user 1878 0.3 2.8 249848 19860 ? SLl 14:13 2:07
\_ /usr/bin/Xorg :0 -logfile /tmp/Xorg.0.log :0 -nolisten tcp vt07
-wr -config xorg-qubes.conf
user 1974 0.0 0.3 10808 2620 ? S 14:13 0:00
\_ /bin/bash /usr/bin/qubes-session
user 2072 0.0 0.1 23612 1168 ? S 14:13 0:00
\_ /usr/bin/xsettingsd
user 2195 0.0 0.8 229912 5960 ? Sl 14:13 0:00
\_ /usr/lib/notify-osd/notify-osd
user 2204 0.0 1.1 380304 7764 ? Sl 14:13 0:00
\_ nm-applet
user 2211 0.0 0.2 7844 1644 ? S 14:13 0:00
\_ grep ^[^ ]*=[^ ]*$
root 1417 0.0 0.0 3948 80 ? Ss 14:13 0:00
/usr/sbin/acpi_fakekeyd
root 1451 0.0 0.5 195468 3936 ? Ssl 14:13 0:00
/usr/sbin/console-kit-daemon --no-daemon
root 1492 0.0 0.1 13144 1364 ? S 14:13 0:00
/usr/sbin/chronyd
root 1526 0.0 0.2 14588 1428 hvc0 Ss+ 14:13 0:00
/sbin/agetty -s hvc0 115200 38400 9600 vt102
104 1641 0.0 1.2 42360 8964 ? Ss 14:13 0:25
/usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc
--runasdaemon 0
root 1648 0.0 0.5 132324 3920 ? Ssl 14:13 0:00
/usr/lib/policykit-1/polkitd --no-debug
root 1911 0.0 0.2 4260 1444 ? Ss 14:13 0:00
/usr/sbin/acpid
user 2143 0.0 0.6 38148 4764 ? Ss 14:13 0:12
/usr/bin/perl /usr/bin/aa-notify -p -s 1 -w 60
user 2175 0.0 0.0 24200 248 ? S 14:13 0:00
dbus-launch --autolaunch b08dfa6083e7567a1921a715000001fb
--binary-syntax --close-stderr
user 2176 0.0 0.3 25936 2172 ? Ss 14:13 0:00
/usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
user 2177 0.0 0.4 169996 3320 ? Sl 14:13 0:00
/usr/bin/gnome-keyring-daemon --start
user 2214 0.0 0.3 11064 2700 ? S 14:13 0:00
/bin/bash /usr/lib/msgcollector/msgdispatcher --x
user 2244 0.0 0.2 11036 2000 ? S 14:13 0:00 \_
/bin/bash /usr/lib/msgcollector/msgdispatcher --x
user 2318 0.0 0.1 6268 1096 ? S 14:13 0:00 \_
inotifywait --quiet --recursive --monitor --event create --format %w%f
/var/run/msgcollector/user
user 2257 0.0 0.0 18800 152 ? S 14:13 0:00
/usr/bin/qrexec-fork-server
user 2279 0.0 0.4 220124 3208 ? S<l 14:13 0:00
pulseaudio --start -n --file=/etc/pulse/qubes-default.pa --exit-idle-time=-1
rtkit 2280 0.0 0.2 39648 1904 ? SNsl 14:13 0:01
/usr/lib/rtkit/rtkit-daemon
user 2289 0.0 0.5 53264 4092 ? S 14:13 0:00
/usr/lib/x86_64-linux-gnu/gconf/gconfd-2
user 2336 0.4 6.3 486132 44476 ? Sl 14:15 2:45 konsole
user 3467 0.0 0.6 20648 4300 pts/2 Ss 14:25 0:00 \_
/bin/bash
root 4197 0.0 0.3 54412 2360 pts/2 S+ 15:28 0:00 | \_
sudo apt-get dist-upgrade
root 4198 0.0 4.5 68872 31916 pts/2 S+ 15:28 0:08 |
\_ /usr/bin/apt-get.anondist-orig dist-upgrade
root 19936 0.0 5.7 59880 40492 pts/3 Ss+ 17:40 0:10 |
\_ /usr/bin/dpkg --status-fd 24 --unpack --auto-deconfigure
/var/cache/apt/archives/libproxy1_0.4.11-4+b2_amd64.deb
/var/cache/apt/archives/glib-networking-common_2.42.0-2_all.deb
/var/cache/apt/archives/glib-networking-services_2.42.0-2_amd64.deb
/var/cache/apt/archives/glib-networking_2.42.0-2_amd64.deb
/var/cache/apt/archives/libexif12_0.6.21-2_amd64.deb
/var/cache/apt/archives/liblcms2-2_2.6-3+b3_amd64.deb
/var/cache/apt/archives/libcolord2_1.2.1-1+b2_amd64.deb
/var/cache/apt/archives/libjpeg62-turbo_1%3a1.3.1-12_amd64.deb
/var/cache/apt/archives/libtiff5_4.0.3-12.3_amd64.deb
/var/cache/apt/archives/libcupsfilters1_1.0.61-5+deb8u1_amd64.deb
/var/cache/apt/archives/libcupsimage2_1.7.5-11+deb8u1_amd64.deb
/var/cache/apt/archives/libcups2_1.7.5-11+deb8u1_amd64.deb
/var/cache/apt/archives/ttf-dejavu-core_2.34-1_all.deb
/var/cache/apt/archives/fonts-dejavu-core_2.34-1_all.deb
/var/cache/apt/archives/fontconfig-config_2.11.0-6.3_all.deb
/var/cache/apt/archives/libfontconfig1_2.11.0-6.3_amd64.deb
/var/cache/apt/archives/libsoup2.4-1_2.48.0-1_amd64.deb
/var/cache/apt/archives/libgeocode-glib0_3.14.0-1_amd64.deb
/var/cache/apt/archives/libpixman-1-0_0.32.6-3_amd64.deb
/var/cache/apt/archives/libicu52_52.1-8+deb8u2_amd64.deb
/var/cache/apt/archives/libjavascriptcoregtk-3.0-0_2.4.8-2_amd64.deb
/var/cache/apt/archives/libatk1.0-data_2.14.0-1_all.deb
/var/cache/apt/archives/libatk1.0-0_2.14.0-1_amd64.deb
/var/cache/apt/archives/libgstreamer1.0-0_1.4.4-2_amd64.deb
/var/cache/apt/archives/liborc-0.4-0_1%3a0.4.22-1_amd64.deb
/var/cache/apt/archives/libgstreamer-plugins-base1.0-0_1.4.4-2_amd64.deb
/var/cache/apt/archives/libgraphite2-3_1.2.4-3_amd64.deb
/var/cache/apt/archives/libharfbuzz0b_0.9.35-2_amd64.deb
/var/cache/apt/archives/libharfbuzz-icu0_0.9.35-2_amd64.deb
/var/cache/apt/archives/libpango1.0-0_1.36.8-3_amd64.deb
/var/cache/apt/archives/libpangoft2-1.0-0_1.36.8-3_amd64.deb
/var/cache/apt/archives/libsecret-common_0.18-1_all.deb
/var/cache/apt/archives/libsecret-1-0_0.18-1+b1_amd64.deb
/var/cache/apt/archives/libwebp5_0.4.1-1.2+b2_amd64.deb
/var/cache/apt/archives/libwebkitgtk-3.0-common_2.4.8-2_all.deb
/var/cache/apt/archives/libwebkitgtk-3.0-0_2.4.8-2_amd64.deb
/var/cache/apt/archives/libcairo2_1.14.0-2.1_amd64.deb
/var/cache/apt/archives/libpangocairo-1.0-0_1.36.8-3_amd64.deb
/var/cache/apt/archives/libpangox-1.0-0_0.0.2-5_amd64.deb
/var/cache/apt/archives/libpangoxft-1.0-0_1.36.8-3_amd64.deb
/var/cache/apt/archives/libpango-1.0-0_1.36.8-3_amd64.deb
/var/cache/apt/archives/libgdk-pixbuf2.0-common_2.31.1-2_all.deb
/var/cache/apt/archives/libgdk-pixbuf2.0-0_2.31.1-2+b1_amd64.deb
/var/cache/apt/archives/librsvg2-2_2.40.5-1_amd64.deb
/var/cache/apt/archives/librsvg2-common_2.40.5-1_amd64.deb
/var/cache/apt/archives/libgtk2.0-common_2.24.25-3_all.deb
/var/cache/apt/archives/libgtk2.0-0_2.24.25-3_amd64.deb
/var/cache/apt/archives/gnome-themes-standard_3.14.2.2-1_amd64.deb
/var/cache/apt/archives/gnome-accessibility-themes_3.14.2.2-1_all.deb
/var/cache/apt/archives/libgtk-3-0_3.14.5-1_amd64.deb
/var/cache/apt/archives/gnome-themes-standard-data_3.14.2.2-1_all.deb
/var/cache/apt/archives/adwaita-icon-theme_3.14.0-2_all.deb
/var/cache/apt/archives/libatspi2.0-0_2.14.0-1_amd64.deb
/var/cache/apt/archives/libatk-bridge2.0-0_2.14.0-2_amd64.deb
/var/cache/apt/archives/libwayland-client0_1.6.0-2_amd64.deb
/var/cache/apt/archives/libwayland-cursor0_1.6.0-2_amd64.deb
/var/cache/apt/archives/libxkbcommon0_0.4.3-2_amd64.deb
/var/cache/apt/archives/libgtk-3-bin_3.14.5-1_amd64.deb
/var/cache/apt/archives/libgtk-3-common_3.14.5-1_all.deb
/var/cache/apt/archives/librest-0.7-0_0.7.92-3_amd64.deb
/var/cache/apt/archives/at-spi2-core_2.14.0-1_amd64.deb
/var/cache/apt/archives/libgail-3-0_3.14.5-1_amd64.deb
/var/cache/apt/archives/libgweather-common_3.14.1-1_all.deb
/var/cache/apt/archives/libgweather-3-6_3.14.1-1_amd64.deb
/var/cache/apt/archives/libnm-util2_0.9.10.0-7_amd64.deb
/var/cache/apt/archives/libnm-glib4_0.9.10.0-7_amd64.deb
/var/cache/apt/archives/libpackagekit-glib2-18_1.0.1-2_amd64.deb
/var/cache/apt/archives/libupower-glib3_0.99.1-3.2
root 21626 0.0 0.3 9480 2324 pts/3 S+ 17:42 0:00 |
\_ /bin/bash /var/lib/dpkg/info/qubes-core-agent.postinst
triggered /usr/share/applications
root 21627 0.0 0.1 4312 748 pts/3 S+ 17:42 0:00 |
\_ /bin/sh /usr/lib/qubes/qubes-trigger-sync-appmenus.sh
root 21629 0.0 0.1 19060 932 pts/3 SL+ 17:42 0:00 |
\_ /usr/lib/qubes/qrexec-client-vm dom0
qubes.SyncAppMenus /bin/sh /etc/qubes-rpc/qubes.GetAppmenus
user 21743 0.0 0.6 19244 4400 pts/1 Ss 23:18 0:00 \_
/bin/bash
user 21855 0.0 0.3 15584 2208 pts/1 R+ 23:40 0:00 \_
ps auxfwww
user 2398 0.0 1.3 154016 9568 ? Ss 14:16 0:00
kdeinit4: kdeinit4 Running...
user 2401 0.0 2.0 187540 14568 ? S 14:16 0:00 \_
kdeinit4: klauncher [kdeinit] --fd=8
user 2404 0.0 2.7 307500 19548 ? S 14:16 0:01
kdeinit4: kded4 [kdeinit]
user 2412 0.0 2.0 420176 14404 ? Sl 14:16 0:00
/usr/bin/knotify4
root 2423 0.0 0.4 121468 3220 ? Ssl 14:16 0:00
/usr/lib/udisks/udisks-daemon --no-debug
root 2424 0.0 0.0 47424 340 ? S 14:16 0:03 \_
udisks-daemon: polling /dev/xvdd /dev/xvdc /dev/xvdb /dev/xvda
root 10031 0.0 0.2 20512 1972 ? Ss 17:38 0:00
/usr/sbin/cron
daemon 10081 0.0 0.0 16804 148 ? Ss 17:38 0:00
/usr/sbin/atd

#####

sudo lsof -np 21629
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
qrexec-cl 21629 root cwd DIR 253,0 4096 2 /
qrexec-cl 21629 root rtd DIR 253,0 4096 2 /
qrexec-cl 21629 root txt REG 253,0 17520 142956
/usr/bin/qrexec-client-vm
qrexec-cl 21629 root mem REG 253,0 14664 534715
/lib/x86_64-linux-gnu/libdl-2.19.so
qrexec-cl 21629 root mem REG 253,0 137440 537191
/lib/x86_64-linux-gnu/libpthread-2.19.so
qrexec-cl 21629 root mem REG 253,0 159224 169626
/usr/lib/x86_64-linux-gnu/libxenctrl.so.4.4.0
qrexec-cl 21629 root mem REG 253,0 27048 169622
/usr/lib/x86_64-linux-gnu/libxenstore.so.3.0.3
qrexec-cl 21629 root mem REG 253,0 1729984 537198
/lib/x86_64-linux-gnu/libc-2.19.so
qrexec-cl 21629 root mem REG 253,0 13688 142944
/usr/lib/libqrexec-utils.so.1
qrexec-cl 21629 root mem REG 253,0 14512 169625
/usr/lib/x86_64-linux-gnu/libxenvchan.so.1.0.0
qrexec-cl 21629 root mem REG 253,0 11056 142927
/usr/lib/libvchan-xen.so
qrexec-cl 21629 root mem REG 253,0 140928 534711
/lib/x86_64-linux-gnu/ld-2.19.so
qrexec-cl 21629 root mem CHR 10,59 1135
/dev/xen/gntalloc
qrexec-cl 21629 root 0u CHR 136,3 0t0 6
/dev/pts/3
qrexec-cl 21629 root 1u CHR 136,3 0t0 6
/dev/pts/3
qrexec-cl 21629 root 2u CHR 136,3 0t0 6
/dev/pts/3
qrexec-cl 21629 root 3u unix 0xffff880011fd5780 0t0 38809 socket
qrexec-cl 21629 root 4u CHR 10,59 0t0 1135
/dev/xen/gntalloc
qrexec-cl 21629 root 5u unix 0xffff880011fd3100 0t0 38811 socket
qrexec-cl 21629 root 6u unix 0xffff880011fd5b00 0t0 38812 socket
qrexec-cl 21629 root 7u CHR 10,61 0t0 1133
/dev/xen/evtchn
qrexec-cl 21629 root 8u REG 0,35 0 4
/proc/xen/privcmd

#####

sudo strace -fp 21629
Process 21629 attached - interrupt to quit
pselect6(8, [7], [], NULL, NULL, {[], 8}^C <unfinished ...>
Process 21629 detached

Marek Marczykowski-Górecki

unread,
Aug 6, 2015, 10:48:36 PM8/6/15
to Patrick Schleizer, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Thu, Aug 06, 2015 at 11:39:00PM +0000, Patrick Schleizer wrote:
> > I can't reproduce the problem. Could you collect some information when
> > it hangs? Preferably:
> > - process list in dom0 (ps auxfwww) - at least part related to
> > qrexec-daemon (and its children) for that template
> > - if there is some long running qrexec-client process in that tree (you
> > have start time just after process state), check some more details on
> > this process:
> > - lsof -np (process PID here)
> > - strace -fp (process PID here) # interrupt with Ctrl-C, just get
> > the information about currently running syscalls
> > - check similar informations in the template - there should be
> > similar process tree related to qubes.GetAppmenus or
> > qubes.GetImageRGBA scripts
> > - journalctl -b |grep qubes.Sync
>
> I currently managed to have /usr/lib/qubes-trigger-sync-appmenus.sh
> hanging. Happened while trying Qubes-Whonix-Gateway in place upgrade.
>
> I won't restart this system anytime soon, so I can collect more debug
> output. The first batch of debug output is attached below. Please tell
> me when debug output is sufficient or request other stuff.

Thanks for the input. Looks like some qrexec internal issue. Take a look
below.

(...)

> /bin/sh -c /usr/bin/qvm-sync-clock > /dev/null 2>&1 || true
> root 23886 0.0 0.4 416440 17084 ? S Aug06 0:00
> \_ /usr/bin/python2 /usr/bin/qvm-sync-clock
> root 23893 0.0 0.0 0 0 ? Z Aug06 0:00
> \_ [qrexec-client] <defunct>
> root 23922 0.0 0.0 21292 840 ? SL Aug06 0:00
> \_ /usr/lib/qubes/qrexec-client -d whonix-gw-experimental
> root:QUBESRPC qubes.SetDateTime dom0 -l date -u -Iseconds
> root 23923 0.0 0.0 0 0 ? Z Aug06 0:00
> \_ [date] <defunct>

Here probably hanging qvm-sync-clock (or coincidently started at the
same time). As the dom0 `date` already terminated (zombie here), it is
waiting for the VM to end the service call.

(...)

> mach 20065 0.0 0.0 86740 1704 ? SLs Aug06 0:02
> /usr/lib/qubes/qrexec-daemon -q 14 whonix-gw-experimental user
> mach 23898 0.0 0.0 86844 860 ? SL Aug06 0:00 \_
> qrexec-client -d dom0 -c SOCKET7 whonix-gw-experimental 14
> /usr/lib/qubes/qubes-rpc-multiplexer qubes.SyncAppMenus
> whonix-gw-experimental
> mach 23903 0.0 0.0 113116 1368 ? S Aug06 0:00 \_
> /bin/sh /etc/qubes-rpc/qubes.SyncAppMenus
> mach 23906 0.0 0.0 107892 1400 ? S Aug06 0:00
> \_ logger -t qubes.SyncAppMenus-whonix-gw-experimental -f
> /tmp/qrexec-rpc-stderr.23903
> mach 23908 0.0 0.5 422568 19112 ? S Aug06 0:00
> \_ /usr/bin/python /usr/libexec/qubes-appmenus/qubes-receive-appmenus
> mach 23913 0.0 0.0 21292 856 ? SL Aug06 0:00
> \_ /usr/lib/qubes/qrexec-client -d whonix-gw-experimental
> user:QUBESRPC qubes.GetImageRGBA dom0

Here is actual appmenus synchronization. This time it is waiting for
qubes.GetImageRGBA call to finish.

So, lets see how it is going on the VM side.

On Thu, Aug 06, 2015 at 11:48:35PM +0000, Patrick Schleizer wrote:
> Second batch of debug output. This time all run within the VM where it
> hangs.

(...)

> root 1206 0.0 0.1 18824 1336 ? SLs 14:13 0:02
> /usr/lib/qubes/qrexec-agent

No children here. Two options:
1. No RPC call currently running
2. All of the running RPC calls are routed through qrexec-fork-server
(which is done for calls running as 'user' user).
So, lets see qrexec-fork-server:


> user 2257 0.0 0.0 18800 152 ? S 14:13 0:00
> /usr/bin/qrexec-fork-server

Also no children. So there is no RPC calls running at the VM side. This
isn't what we were expected to see.

The question is whether those calls (qubes.GetImageRGBA and
qubes.SetDateTime) has already terminated (and qrexec in dom0 didn't
noticed that), or haven't started at all.

Can you check two more things?
1. journalctl / log in the VM regarding qrexec-agent
2. strace + lsof on qrexec-agent process.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxBx4AAoJENuP0xzK19csbXoH/iW0DkV5GAKcDpIIuC2/iPq4
8BvxFl1EgE9FJoHBZv6+8qJ7sLiu7SJPXFmtiXxaPd8gnRq0dp4S+cW47UhhThCB
w8ILf0vDwCj7EbXl3AnIdds5bzDFvUFwLUndyhT5oZ13cpDmlvHbjwpU+FOGCw2s
4qEgRccIDfBmilHvB4p4RkejdWx+/3LcFFFULI8rjr4n0OUrxf4csvBupmNghKNf
A6GQXtSktQe/fPUEZxOubnYkjoNa3jW2A42bc1q5XNmRqrFrB77MX7PckOvZG079
S/La7xR0t6lgnFd5+VuhXZUizVD09oa3Lx80EB5AA3isle1eo7z3HmsPxf8n4fA=
=pdPv
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 7, 2015, 9:05:09 AM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com
Marek Marczykowski-Górecki:
> Can you check two more things?
> 1. journalctl / log in the VM regarding qrexec-agent

user@host:~$ sudo journalctl | grep qrexec
Aug 06 14:13:18 host qrexec-agent[1206]: executed user:QUBESRPC
qubes.SetMonitorLayout dom0 pid 1443
Aug 06 14:13:18 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.WaitForSession none pid 1444
Aug 06 14:13:19 host qrexec-agent[1206]: send exit code 0
Aug 06 14:13:19 host qrexec-agent[1206]: pid 1443 exited with 0
Aug 06 14:13:19 host qrexec-agent[1206]: eintr
Aug 06 14:13:20 host qrexec-agent[1206]: send exit code 137
Aug 06 14:13:20 host qrexec-agent[1206]: pid 1444 exited with 137
Aug 06 14:13:20 host qrexec-agent[1206]: eintr
Aug 06 14:18:15 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 2968
Aug 06 14:18:15 host qrexec-agent[1206]: pid 2968 exited with -1
Aug 06 14:18:15 host qrexec-agent[1206]: eintr
Aug 06 14:24:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3281
Aug 06 14:24:04 host qrexec-agent[1206]: pid 3281 exited with -1
Aug 06 14:24:04 host qrexec-agent[1206]: eintr
Aug 06 14:30:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3585
Aug 06 14:30:05 host qrexec-agent[1206]: pid 3585 exited with -1
Aug 06 14:30:05 host qrexec-agent[1206]: eintr
Aug 06 14:36:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3646
Aug 06 14:36:04 host qrexec-agent[1206]: pid 3646 exited with -1
Aug 06 14:36:04 host qrexec-agent[1206]: eintr
Aug 06 14:42:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3707
Aug 06 14:42:04 host qrexec-agent[1206]: pid 3707 exited with -1
Aug 06 14:42:04 host qrexec-agent[1206]: eintr
Aug 06 14:48:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3769
Aug 06 14:48:04 host qrexec-agent[1206]: pid 3769 exited with -1
Aug 06 14:48:04 host qrexec-agent[1206]: eintr
Aug 06 14:54:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3830
Aug 06 14:54:04 host qrexec-agent[1206]: pid 3830 exited with -1
Aug 06 14:54:04 host qrexec-agent[1206]: eintr
Aug 06 15:00:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3891
Aug 06 15:00:05 host qrexec-agent[1206]: pid 3891 exited with -1
Aug 06 15:00:05 host qrexec-agent[1206]: eintr
Aug 06 15:06:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 3952
Aug 06 15:06:05 host qrexec-agent[1206]: pid 3952 exited with -1
Aug 06 15:06:05 host qrexec-agent[1206]: eintr
Aug 06 15:12:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4013
Aug 06 15:12:04 host qrexec-agent[1206]: pid 4013 exited with -1
Aug 06 15:12:04 host qrexec-agent[1206]: eintr
Aug 06 15:18:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4077
Aug 06 15:18:04 host qrexec-agent[1206]: pid 4077 exited with -1
Aug 06 15:18:04 host qrexec-agent[1206]: eintr
Aug 06 15:24:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4138
Aug 06 15:24:04 host qrexec-agent[1206]: pid 4138 exited with -1
Aug 06 15:24:04 host qrexec-agent[1206]: eintr
Aug 06 15:30:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4221
Aug 06 15:30:05 host qrexec-agent[1206]: pid 4221 exited with -1
Aug 06 15:30:05 host qrexec-agent[1206]: eintr
Aug 06 15:36:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4282
Aug 06 15:36:04 host qrexec-agent[1206]: pid 4282 exited with -1
Aug 06 15:36:04 host qrexec-agent[1206]: eintr
Aug 06 15:42:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4343
Aug 06 15:42:04 host qrexec-agent[1206]: pid 4343 exited with -1
Aug 06 15:42:04 host qrexec-agent[1206]: eintr
Aug 06 15:48:06 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4404
Aug 06 15:48:06 host qrexec-agent[1206]: pid 4404 exited with -1
Aug 06 15:48:06 host qrexec-agent[1206]: eintr
Aug 06 15:54:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4466
Aug 06 15:54:05 host qrexec-agent[1206]: pid 4466 exited with -1
Aug 06 15:54:05 host qrexec-agent[1206]: eintr
Aug 06 16:00:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4528
Aug 06 16:00:05 host qrexec-agent[1206]: pid 4528 exited with -1
Aug 06 16:00:05 host qrexec-agent[1206]: eintr
Aug 06 16:06:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4589
Aug 06 16:06:05 host qrexec-agent[1206]: pid 4589 exited with -1
Aug 06 16:06:05 host qrexec-agent[1206]: eintr
Aug 06 16:12:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4650
Aug 06 16:12:05 host qrexec-agent[1206]: pid 4650 exited with -1
Aug 06 16:12:05 host qrexec-agent[1206]: eintr
Aug 06 16:18:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4714
Aug 06 16:18:05 host qrexec-agent[1206]: pid 4714 exited with -1
Aug 06 16:18:05 host qrexec-agent[1206]: eintr
Aug 06 16:24:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4775
Aug 06 16:24:04 host qrexec-agent[1206]: pid 4775 exited with -1
Aug 06 16:24:04 host qrexec-agent[1206]: eintr
Aug 06 16:30:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4837
Aug 06 16:30:04 host qrexec-agent[1206]: pid 4837 exited with -1
Aug 06 16:30:04 host qrexec-agent[1206]: eintr
Aug 06 16:36:06 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4899
Aug 06 16:36:06 host qrexec-agent[1206]: pid 4899 exited with -1
Aug 06 16:36:06 host qrexec-agent[1206]: eintr
Aug 06 16:42:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 4961
Aug 06 16:42:05 host qrexec-agent[1206]: pid 4961 exited with -1
Aug 06 16:42:05 host qrexec-agent[1206]: eintr
Aug 06 16:48:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 5022
Aug 06 16:48:05 host qrexec-agent[1206]: pid 5022 exited with -1
Aug 06 16:48:05 host qrexec-agent[1206]: eintr
Aug 06 16:54:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 5083
Aug 06 16:54:04 host qrexec-agent[1206]: pid 5083 exited with -1
Aug 06 16:54:04 host qrexec-agent[1206]: eintr
Aug 06 17:00:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 5143
Aug 06 17:00:05 host qrexec-agent[1206]: pid 5143 exited with -1
Aug 06 17:00:05 host qrexec-agent[1206]: eintr
Aug 06 17:06:05 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 5204
Aug 06 17:06:05 host qrexec-agent[1206]: pid 5204 exited with -1
Aug 06 17:06:05 host qrexec-agent[1206]: eintr
Aug 06 17:12:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 8609
Aug 06 17:12:04 host qrexec-agent[1206]: pid 8609 exited with -1
Aug 06 17:12:04 host qrexec-agent[1206]: eintr
Aug 06 17:18:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 8673
Aug 06 17:18:04 host qrexec-agent[1206]: pid 8673 exited with -1
Aug 06 17:18:04 host qrexec-agent[1206]: eintr
Aug 06 17:24:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 8733
Aug 06 17:24:04 host qrexec-agent[1206]: pid 8733 exited with -1
Aug 06 17:24:04 host qrexec-agent[1206]: eintr
Aug 06 17:30:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 8794
Aug 06 17:30:04 host qrexec-agent[1206]: pid 8794 exited with -1
Aug 06 17:30:04 host qrexec-agent[1206]: eintr
Aug 06 17:36:04 host qrexec-agent[1206]: executed root:QUBESRPC
qubes.SetDateTime dom0 pid 8854
Aug 06 17:36:04 host qrexec-agent[1206]: pid 8854 exited with -1
Aug 06 17:36:04 host qrexec-agent[1206]: eintr
Aug 06 17:42:05 host qrexec-agent[1206]: libgcc_s.so.1 must be installed
for pthread_cancel to work
Aug 06 17:42:05 host qrexec-agent[1206]: eintr

> 2. strace +

sudo strace -fp 1206
Process 1206 attached - interrupt to quit
pselect6(8, [4 6 7], [], NULL, {0, 91159083}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffe10e3db50) = 0
pselect6(8, [4 6 7], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffe10e3db50) = 0
pselect6(8, [4 6 7], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffe10e3db50) = 0
pselect6(8, [4 6 7], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffe10e3db50) = 0
pselect6(8, [4 6 7], [], NULL, {1, 100000000}, {[], 8}^C <unfinished ...>
Process 1206 detached

> lsof on qrexec-agent process.

sudo lsof -np 1206
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
qrexec-ag 1206 root cwd DIR 253,0 4096 2 /
qrexec-ag 1206 root rtd DIR 253,0 4096 2 /
qrexec-ag 1206 root txt REG 253,0 22168 143523
/usr/lib/qubes/qrexec-agent
qrexec-ag 1206 root DEL REG 253,0 526966
/lib/x86_64-linux-gnu/libdl-2.13.so
qrexec-ag 1206 root DEL REG 253,0 526975
/lib/x86_64-linux-gnu/libpthread-2.13.so
qrexec-ag 1206 root mem REG 253,0 159224 169626
/usr/lib/x86_64-linux-gnu/libxenctrl.so.4.4.0
qrexec-ag 1206 root mem REG 253,0 27048 169622
/usr/lib/x86_64-linux-gnu/libxenstore.so.3.0.3
qrexec-ag 1206 root DEL REG 253,0 526956
/lib/x86_64-linux-gnu/libc-2.13.so
qrexec-ag 1206 root mem REG 253,0 13688 142944
/usr/lib/libqrexec-utils.so.1
qrexec-ag 1206 root mem REG 253,0 14512 169625
/usr/lib/x86_64-linux-gnu/libxenvchan.so.1.0.0
qrexec-ag 1206 root mem REG 253,0 11056 142927
/usr/lib/libvchan-xen.so
qrexec-ag 1206 root DEL REG 253,0 526972
/lib/x86_64-linux-gnu/ld-2.13.so
qrexec-ag 1206 root mem CHR 10,59 1135
/dev/xen/gntalloc
qrexec-ag 1206 root 0r CHR 1,3 0t0 1028 /dev/null
qrexec-ag 1206 root 1u unix 0xffff88000fc6c980 0t0 12078 socket
qrexec-ag 1206 root 2u unix 0xffff88000fc6c980 0t0 12078 socket
qrexec-ag 1206 root 3u CHR 10,59 0t0 1135
/dev/xen/gntalloc
qrexec-ag 1206 root 4u CHR 10,61 0t0 1133
/dev/xen/evtchn
qrexec-ag 1206 root 5u REG 0,35 0 4
/proc/xen/privcmd
qrexec-ag 1206 root 6u unix 0xffff880000455080 0t0 656
/var/run/qubes/qrexec-agent
qrexec-ag 1206 root 7u unix 0xffff880011fd4280 0t0 41247
/var/run/qubes/qrexec-agent

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 11:02:50 AM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Fri, Aug 07, 2015 at 01:05:02PM +0000, Patrick Schleizer wrote:
> Marek Marczykowski-Górecki:
> > Can you check two more things?
> > 1. journalctl / log in the VM regarding qrexec-agent
>
(...)

> Aug 06 17:36:04 host qrexec-agent[1206]: executed root:QUBESRPC
> qubes.SetDateTime dom0 pid 8854
> Aug 06 17:36:04 host qrexec-agent[1206]: pid 8854 exited with -1
> Aug 06 17:36:04 host qrexec-agent[1206]: eintr
> Aug 06 17:42:05 host qrexec-agent[1206]: libgcc_s.so.1 must be installed
> for pthread_cancel to work
> Aug 06 17:42:05 host qrexec-agent[1206]: eintr

That's interesting. I can't see any pthread_cancel call in our code.
Maybe some linked library (some xen-libs?) ? That would be strange,
because if some library uses it, it should also have the correct
dependencies set...

Anyway, I guess this is the cause. If that's in some xen-libs (for
example xenstore handling code, which I know it uses threads), it could
cause such problem.

Could you simply install this library and observe how things are
working? If that will help, we need to:
1. Find which package have missing dependency
2. Report it upstream, most likely together with a fix

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxMiOAAoJENuP0xzK19csT3QH/2sjM2kLYuj+k1NjPRcUz/oL
Xncc0ePbSfB6TB1OkOen2DI4UNFfLoJu9FUiif/CVZ+RML/D8T329zlZJ7RXGl1H
A4YYXp6MCsnbH/9mf7rdSfo2tU/iMhx5RF6DLbxEkcGMaVpzgbZzL6IAIyX3HRe1
eYyTarWi0smXszsK3Gmc+g8ejzf41HqB9ICON6fPbaC8u5dLetGpczFE958rlmL+
V4D2gPwB2MXWogjFVPEO3qf+YNU0UfctTtim3l/48S0s7lzDdRPpqMs94+AVmcjz
U6qo20ZencPM4BwBvUHlDxD/HS3NSfWIHaK9dhKYZYVhn694VXgTpFcqwDQHWz0=
=pQHG
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 7, 2015, 11:24:41 AM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com
Marek Marczykowski-Górecki:
> On Fri, Aug 07, 2015 at 01:05:02PM +0000, Patrick Schleizer wrote:
>> Marek Marczykowski-Górecki:
>>> Can you check two more things?
>>> 1. journalctl / log in the VM regarding qrexec-agent
>
> (...)
>
>> Aug 06 17:36:04 host qrexec-agent[1206]: executed root:QUBESRPC
>> qubes.SetDateTime dom0 pid 8854
>> Aug 06 17:36:04 host qrexec-agent[1206]: pid 8854 exited with -1
>> Aug 06 17:36:04 host qrexec-agent[1206]: eintr
>> Aug 06 17:42:05 host qrexec-agent[1206]: libgcc_s.so.1 must be installed
>> for pthread_cancel to work
>> Aug 06 17:42:05 host qrexec-agent[1206]: eintr
>
> That's interesting. I can't see any pthread_cancel call in our code.
> Maybe some linked library (some xen-libs?) ? That would be strange,
> because if some library uses it, it should also have the correct
> dependencies set...
>
> Anyway, I guess this is the cause. If that's in some xen-libs (for
> example xenstore handling code, which I know it uses threads), it could
> cause such problem.
>
> Could you simply install this library and observe how things are
> working? If that will help, we need to:
> 1. Find which package have missing dependency
> 2. Report it upstream, most likely together with a fix

It looks like the required package / file is already installed. What
lead me to that conclusion follow... If I am wrong, you want me to
install some other package beforehand, please tell.

#####

A list of packages, that include the missing file libgcc_s.so.1 for
amd64 is here:

https://packages.debian.org/search?searchon=contents&keywords=libgcc_s.so.1&mode=path&suite=stable&arch=amd64

#####

dpkg -l | grep libgcc1
ii libgcc1:amd64
1:4.9.2-10 amd64 GCC support library

#####

cd / ; sudo find . | grep libgcc_s.so.1
./lib/x86_64-linux-gnu/libgcc_s.so.1

#####

user@host:~$ dpkg -l | grep libgc
ii libgc1c2 1:7.1-9.1
amd64 conservative garbage collector for
C and C++
iU libgcc-4.9-dev:amd64 4.9.2-10
amd64 GCC support library (development
files)
ii libgcc1:amd64
1:4.9.2-10 amd64 GCC support library
ii libgck-1-0 3.4.1-3
amd64 Glib wrapper library for PKCS#11
- runtime
ii libgconf-2-4:amd64
3.2.5-1+build1 amd64 GNOME configuration
database system (shared libraries)
ii libgconf2-4:amd64
3.2.5-1+build1 amd64 GNOME configuration
database system (dummy package)
ii libgcr-3-1 3.4.1-3
amd64 Library for Crypto UI related
task - runtime
ii libgcr-3-common 3.4.1-3
all Library for Crypto UI related
task - common files
ii libgcrypt11:amd64
1.5.0-5+deb7u3 amd64 LGPL Crypto library -
runtime library
ii libgcrypt20:amd64 1.6.3-2
amd64 LGPL Crypto library - runtime library

Patrick Schleizer

unread,
Aug 7, 2015, 11:53:09 AM8/7/15
to qubes...@googlegroups.com, Patrick Schleizer, Marek Marczykowski-Górecki
Maybe you won't be surprised, but... At the moment the following command
does also not work for me in other Debian and Fedora template based VMs.

sudo /usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh
/etc/qubes-rpc/qubes.GetAppmenus

I guess it is working for you just fine?

This might give us an advantage debugging this. I could run this command
now having a debugger of your choice attached. If that helps, please
give instructions.

Maybe this hanging forever is only triggered during upgrades? Maybe a
version mismatch due to upgrading packages in wrong order? Messed up
'Pre-Depends:' or so in some [upstream] package.

When I manually abort the hanging command at some point, I could try if
it's working at all on jessie. So this isn't an issue introduced during
transition to jessie. But I guess it would work. Then this would only be
an upgrading glitch.

Cheers,
Patrick

Unman

unread,
Aug 7, 2015, 12:03:22 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, Patrick Schleizer, Marek Marczykowski-G??recki
If it helps,it works for me using variety of templates, qubes and home
grown. Also with both upgraded system and a clean 3rc2.

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 12:08:10 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Fri, Aug 07, 2015 at 03:46:05PM +0000, Patrick Schleizer wrote:
> Maybe you won't be surprised, but... At the moment the following command
> does also not work for me in other Debian and Fedora template based VMs.
>
> sudo /usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh
> /etc/qubes-rpc/qubes.GetAppmenus

That's strange, such process hanging in one (template) VM, shouldn't
affect other VMs.

> I guess it is working for you just fine?

Yes...

I was trying to trigger this problem multiple times, but failed.

> This might give us an advantage debugging this. I could run this command
> now having a debugger of your choice attached. If that helps, please
> give instructions.

Maybe a continuous "strace -f -o some-file" on qrexec-agent and
qrexec-fork-server - to see what happens just before the hang.

> Maybe this hanging forever is only triggered during upgrades? Maybe a
> version mismatch due to upgrading packages in wrong order? Messed up
> 'Pre-Depends:' or so in some [upstream] package.
>
> When I manually abort the hanging command at some point, I could try if
> it's working at all on jessie. So this isn't an issue introduced during
> transition to jessie. But I guess it would work. Then this would only be
> an upgrading glitch.

That's some idea - check what packages do you have installed -
especially if all qubes-related packages are from jessie (especially
qubes-core-agent and qubes-utils). I can't see how this would affect
currently running qrexec service (the service isn't restarted during
update), but maybe I'm missing something...
Does it happens only at distribution upgrade (wheezy->jessie in this
case), or also at ordinary updates or package install?

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxNfeAAoJENuP0xzK19csUlgH/2aFsBHj3OlU+w4fBN/HqVM/
bZdILLuxX/GH9HT19/zWvRxBcEhqt0U0DnZ3ZytuTMTgU9FpNtgTsQCO0GZrC84V
VDPmhM0o1yzw0nYtGsQfjw/2JsaGzhAaEYBECbMf4oWHBrSpjRLKS7g1YfjDUb+9
fG1NqcEzYItnfnYIsiEOXP0cnwP2agMzDQY3GojhiIoQuPRuYVVahhw5AH8eoudG
GNhiwRS+yYosUPm+Ox5q5Nc1VHDlHG+D3m7LfnUv7NYa/9cHMI7uamqUhVGsaI3E
31qFhn/23ko0PglV4FwoSZw61BGx6Jtn2zZRySPpYmbWAloKkoCOathdqZpKD0E=
=NknX
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 7, 2015, 12:42:26 PM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
Marek Marczykowski-Górecki:
> On Fri, Aug 07, 2015 at 03:46:05PM +0000, Patrick Schleizer wrote:
>> Maybe you won't be surprised, but... At the moment the following command
>> does also not work for me in other Debian and Fedora template based VMs.
>
>> sudo /usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh
>> /etc/qubes-rpc/qubes.GetAppmenus
>
> That's strange, such process hanging in one (template) VM, shouldn't
> affect other VMs.
>
>> I guess it is working for you just fine?
>
> Yes...
>
> I was trying to trigger this problem multiple times, but failed.
>
>> This might give us an advantage debugging this. I could run this command
>> now having a debugger of your choice attached. If that helps, please
>> give instructions.
>
> Maybe a continuous "strace -f -o some-file" on qrexec-agent and
> qrexec-fork-server - to see what happens just before the hang.

I don't know if I interpreted the right command. Used this one.

sudo strace -f -o some-file /usr/lib/qubes/qrexec-client-vm dom0
qubes.SyncAppMenus /bin/sh /etc/qubes-rpc/qubes.GetAppmenus

Maybe you find the output helpful. [3] And the same from the untrusted
VM. [4]

>> Maybe this hanging forever is only triggered during upgrades? Maybe a
>> version mismatch due to upgrading packages in wrong order? Messed up
>> 'Pre-Depends:' or so in some [upstream] package.
>
>> When I manually abort the hanging command at some point, I could try if
>> it's working at all on jessie. So this isn't an issue introduced during
>> transition to jessie. But I guess it would work. Then this would only be
>> an upgrading glitch.
>
> That's some idea - check what packages do you have installed -
> especially if all qubes-related packages are from jessie (especially
> qubes-core-agent and qubes-utils).

Attached below. [1] [2]

Those are still from wheezy,
- maybe because in the middle of an upgrade
- maybe because +debNUMBER fixed packages are not released yet [0]

> I can't see how this would affect
> currently running qrexec service (the service isn't restarted during
> update), but maybe I'm missing something...

> Does it happens only at distribution upgrade (wheezy->jessie in this
> case), or also at ordinary updates or package install?

If I remember right, nrgaway reported that it happens sometimes to him
in a Fedora VM also. Added nrgaway to list of recipients so he can
elaborate and confirm.

I don't remember having this happen to me outside of wheezy -> jessie
upgrades.

Cheers,
Patrick

[0]
https://github.com/QubesOS/qubes-issues/issues/1095#issuecomment-128198356

[1]
user@host:~$ dpkg -l | grep qubes
ii libqubesdb
3.0.2-1+wheezy1 amd64 QubesDB libs.
iF qubes-core-agent
3.0.13-1+wheezy1 amd64 Qubes core agent
ii qubes-gpg-split
2.0.11-1+wheezy1 amd64 The Qubes service for
secure gpg separation
ii qubes-gui-agent
3.0.8+wheezy1 amd64 Makes X11 windows
available to qubes dom0
ii qubes-pdf-converter
2.0.3-1+wheezy1 amd64 The Qubes service for
converting untrusted PDF files into trusted ones
ii qubes-thunderbird
1.2.7-1+wheezy1 amd64 The Qubes extension for
Thunderbird
ii qubes-utils
3.0.9+wheezy1 amd64 Qubes Linux utilities
ii qubes-whonix
10.0.5-1+wheezy1 all Qubes Configuration for
Whonix-Gateway and Whonix-Workstation
ii qubesdb
3.0.2-1+wheezy1 amd64 QubesDB management tools
and daemon.
ii qubesdb-vm
3.0.2-1+wheezy1 amd64 QubesDB VM service.

[2]
user@host:~$ dpkg -l | grep xen
ii libvchan-xen
3.0.6-1+wheezy1 amd64 Qubes Xen core libraries
ii libxen-4.4
2001:4.4.2-5+wheezy1 amd64 Libraries for Xen tools
ii libxenstore3.0
2001:4.4.2-5+wheezy1 amd64 Xenstore communications
library for Xen
ii xen-utils-common
2001:4.4.2-5+wheezy1 all Xen administrative tools
- common files
ii xenstore-utils
2001:4.4.2-5+wheezy1 amd64 Xenstore command line
utilities for Xen

[3]

23254 execve("/usr/lib/qubes/qrexec-client-vm",
["/usr/lib/qubes/qrexec-client-vm", "dom0", "qubes.SyncAppMenus",
"/bin/sh", "/etc/qubes-rpc/qubes.GetAppmenus"], [/* 18 vars */]) = 0
23254 brk(0) = 0x7fa2f0286000
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa2eeddf000
23254 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
23254 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=73660, ...}) = 0
23254 mmap(NULL, 73660, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa2eedcd000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/usr/lib/libvchan-xen.so", O_RDONLY|O_CLOEXEC) = 3
23254 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
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=11056, ...}) = 0
23254 mmap(NULL, 2106328, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2ee7b8000
23254 mprotect(0x7fa2ee7bb000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2ee9ba000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa2ee9ba000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/usr/lib/x86_64-linux-gnu/libxenvchan.so.1.0",
O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\26\0\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=14512, ...}) = 0
23254 mmap(NULL, 2109784, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2ee5b4000
23254 mprotect(0x7fa2ee5b7000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2ee7b6000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa2ee7b6000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/usr/lib/libqrexec-utils.so.1", O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\25\0\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=13688, ...}) = 0
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa2eedcc000
23254 mmap(NULL, 2108968, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2ee3b1000
23254 mprotect(0x7fa2ee3b4000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2ee5b3000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa2ee5b3000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
23254 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2ee008000
23254 mprotect(0x7fa2ee1a7000, 2097152, PROT_NONE) = 0
23254 mmap(0x7fa2ee3a7000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19f000) = 0x7fa2ee3a7000
23254 mmap(0x7fa2ee3ad000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa2ee3ad000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/usr/lib/x86_64-linux-gnu/libxenstore.so.3.0",
O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20$\0\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=27048, ...}) = 0
23254 mmap(NULL, 2134568, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2eddfe000
23254 mprotect(0x7fa2ede04000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2ee003000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7fa2ee003000
23254 mmap(0x7fa2ee005000, 8744, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa2ee005000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/usr/lib/x86_64-linux-gnu/libxenctrl.so.4.4",
O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260y\0\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=159224, ...}) = 0
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa2eedcb000
23254 mmap(NULL, 2254600, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2edbd7000
23254 mprotect(0x7fa2edbfd000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2eddfc000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7fa2eddfc000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20o\0\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0755, st_size=137440, ...}) = 0
23254 mmap(NULL, 2213008, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2ed9ba000
23254 mprotect(0x7fa2ed9d2000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2edbd1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fa2edbd1000
23254 mmap(0x7fa2edbd3000, 13456, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa2edbd3000
23254 close(3) = 0
23254 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23254 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
23254 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
23254 fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
23254 mmap(NULL, 2109712, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa2ed7b6000
23254 mprotect(0x7fa2ed7b9000, 2093056, PROT_NONE) = 0
23254 mmap(0x7fa2ed9b8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa2ed9b8000
23254 close(3) = 0
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa2eedca000
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa2eedc9000
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa2eedc8000
23254 arch_prctl(ARCH_SET_FS, 0x7fa2eedc9700) = 0
23254 mprotect(0x7fa2ee3a7000, 16384, PROT_READ) = 0
23254 mprotect(0x7fa2ed9b8000, 4096, PROT_READ) = 0
23254 mprotect(0x7fa2edbd1000, 4096, PROT_READ) = 0
23254 mprotect(0x7fa2eddfc000, 4096, PROT_READ) = 0
23254 mprotect(0x7fa2ee003000, 4096, PROT_READ) = 0
23254 mprotect(0x7fa2ee7b6000, 4096, PROT_READ) = 0
23254 mprotect(0x7fa2eebdb000, 4096, PROT_READ) = 0
23254 munmap(0x7fa2eedcd000, 73660) = 0
23254 set_tid_address(0x7fa2eedc99d0) = 23254
23254 set_robust_list(0x7fa2eedc99e0, 0x18) = 0
23254 rt_sigaction(SIGRTMIN, {0x7fa2ed9c09f0, [],
SA_RESTORER|SA_SIGINFO, 0x7fa2ed9c98d0}, NULL, 8) = 0
23254 rt_sigaction(SIGRT_1, {0x7fa2ed9c0a80, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fa2ed9c98d0}, NULL, 8) = 0
23254 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
23254 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,
rlim_max=RLIM_INFINITY}) = 0
23254 socket(PF_FILE, SOCK_STREAM, 0) = 3
23254 connect(3, {sa_family=AF_FILE,
path="/var/run/qubes/qrexec-agent"}, 29) = 0
23254 write(3, "qubes.SyncAppMenus\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 128)
= 128
23254 read(3, "\0\0\0\0\2\2\0\0", 8) = 8
23254 socketpair(PF_FILE, SOCK_STREAM, 0, [4, 5]) = 0
23254 socketpair(PF_FILE, SOCK_STREAM, 0, [6, 7]) = 0
23254 brk(0) = 0x7fa2f0286000
23254 brk(0x7fa2f02a7000) = 0x7fa2f02a7000
23254 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa2eedc99d0) = 23255
23254 close(4 <unfinished ...>
23255 set_robust_list(0x7fa2eedc99e0, 0x18 <unfinished ...>
23254 <... close resumed> ) = 0
23255 <... set_robust_list resumed> ) = 0
23254 close(7) = 0
23254 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23255 close(5 <unfinished ...>
23254 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
23255 <... close resumed> ) = 0
23254 open("/dev/xen/gntalloc", O_RDWR <unfinished ...>
23255 close(6 <unfinished ...>
23254 <... open resumed> ) = 4
23255 <... close resumed> ) = 0
23254 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23255 close(3 <unfinished ...>
23254 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
23255 <... close resumed> ) = 0
23254 open("/dev/xen/evtchn", O_RDWR <unfinished ...>
23255 dup(0 <unfinished ...>
23254 <... open resumed> ) = 7
23255 <... dup resumed> ) = 3
23254 ioctl(7, EVIOCGID, 0x7ffe45acf460) = 85
23254 write(7, "U\0\0\0", 4) = 4
23255 dup(1 <unfinished ...>
23254 ioctl(4, 0x184705 <unfinished ...>
23255 <... dup resumed> ) = 5
23254 <... ioctl resumed> , 0x7fa2f0286ba0) = 0
23255 dup2(4, 0 <unfinished ...>
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0
<unfinished ...>
23255 <... dup2 resumed> ) = 0
23254 <... mmap resumed> ) = 0x7fa2eedde000
23255 dup2(7, 1 <unfinished ...>
23254 ioctl(4, 0x104707 <unfinished ...>
23255 <... dup2 resumed> ) = 1
23254 <... ioctl resumed> , 0x7ffe45acf410) = 0
23255 close(4) = 0
23254 ioctl(4, 0x104706 <unfinished ...>
23255 close(7 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf420) = 0
23255 <... close resumed> ) = 0
23254 ioctl(4, 0x184705 <unfinished ...>
23255 execve("/bin/sh", ["sh", "/etc/qubes-rpc/qubes.GetAppmenus"], [/*
21 vars */] <unfinished ...>
23254 <... ioctl resumed> , 0x7fa2f0286bd0) = 0
23254 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0x1000) =
0x7fa2eedce000
23254 ioctl(4, 0x104706, 0x7ffe45acf420) = 0
23254 ioctl(4, 0x184705, 0x7fa2f0286bd0) = 0
23254 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0x11000) =
0x7fa2eedb8000
23254 ioctl(4, 0x104706, 0x7ffe45acf420) = 0
23254 stat("/var/run/xenstored/socket", <unfinished ...>
23255 <... execve resumed> ) = 0
23254 <... stat resumed> 0x7ffe45acf320) = -1 ENOENT (No such file or
directory)
23254 stat("/dev/xen/xenbus", {st_mode=S_IFCHR|S_ISVTX|0660,
st_rdev=makedev(10, 62), ...}) = 0
23255 brk(0 <unfinished ...>
23254 open("/dev/xen/xenbus", O_RDWR <unfinished ...>
23255 <... brk resumed> ) = 0xba5000
23254 <... open resumed> ) = 8
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23254 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23255 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23254 write(8, "\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0", 16 <unfinished ...>
23255 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23254 <... write resumed> ) = 16
23254 write(8, "domid\0", 6 <unfinished ...>
23255 <... mmap resumed> ) = 0x7f029cf38000
23255 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
23255 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
23254 <... write resumed> ) = 6
23255 <... open resumed> ) = 4
23254 read(8, <unfinished ...>
23255 fstat(4, <unfinished ...>
23254 <... read resumed> "\2\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
23255 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=73660, ...}) = 0
23254 read(8, <unfinished ...>
23255 mmap(NULL, 73660, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
23254 <... read resumed> "14", 2) = 2
23255 <... mmap resumed> ) = 0x7f029cf26000
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 close(4 <unfinished ...>
23254 <... rt_sigaction resumed> NULL, 8) = 0
23255 <... close resumed> ) = 0
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23254 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fa2ee03d180}, 8) = 0
23255 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23254 write(8, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16 <unfinished ...>
23255 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
23254 <... write resumed> ) = 16
23255 <... open resumed> ) = 4
23254 write(8, "\0", 1 <unfinished ...>
23255 read(4,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
23255 fstat(4, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
23255 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f029c971000
23255 mprotect(0x7f029cb10000, 2097152, PROT_NONE) = 0
23255 mmap(0x7f029cd10000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000) = 0x7f029cd10000
23255 mmap(0x7f029cd16000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f029cd16000
23255 close(4) = 0
23255 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f029cf25000
23254 <... write resumed> ) = 1
23255 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23254 read(8, <unfinished ...>
23255 <... mmap resumed> ) = 0x7f029cf24000
23254 <... read resumed> "\6\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
23255 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23254 read(8, <unfinished ...>
23255 <... mmap resumed> ) = 0x7f029cf23000
23254 <... read resumed> "33\0", 3) = 3
23255 arch_prctl(ARCH_SET_FS, 0x7f029cf24700 <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 <... arch_prctl resumed> ) = 0
23254 <... rt_sigaction resumed> NULL, 8) = 0
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
{SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180}, 8) = 0
23254 write(8, "\v\0\0\0\0\0\0\0!\0\0\0\36\0\0\0", 16 <unfinished ...>
23255 mprotect(0x7f029cd10000, 16384, PROT_READ <unfinished ...>
23254 <... write resumed> ) = 16
23254 write(8, "data/vchan/0/514/ring-ref\0", 26 <unfinished ...>
23255 <... mprotect resumed> ) = 0
23254 <... write resumed> ) = 26
23254 write(8, "5587", 4 <unfinished ...>
23255 mprotect(0x7f029cf3a000, 4096, PROT_READ) = 0
23255 munmap(0x7f029cf26000, 73660) = 0
23255 getpid() = 23255
23255 rt_sigaction(SIGCHLD, {0x40f270, ~[RTMIN RT_1], SA_RESTORER,
0x7f029c9a6180}, <unfinished ...>
23254 <... write resumed> ) = 4
23255 <... rt_sigaction resumed> NULL, 8) = 0
23254 read(8, <unfinished ...>
23255 geteuid( <unfinished ...>
23254 <... read resumed> "\v\0\0\0\0\0\0\0!\0\0\0\3\0\0\0", 16) = 16
23255 <... geteuid resumed> ) = 0
23254 read(8, "OK\0", 3) = 3
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 brk(0 <unfinished ...>
23254 <... rt_sigaction resumed> NULL, 8) = 0
23255 <... brk resumed> ) = 0xba5000
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 brk(0xbc6000 <unfinished ...>
23254 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fa2ee03d180}, 8) = 0
23255 <... brk resumed> ) = 0xbc6000
23254 write(8, "\16\0\0\0\0\0\0\0!\0\0\0!\0\0\0", 16) = 16
23255 getppid( <unfinished ...>
23254 write(8, "data/vchan/0/514/ring-ref\0", 26 <unfinished ...>
23255 <... getppid resumed> ) = 23254
23254 <... write resumed> ) = 26
23254 write(8, "n14\0", 4 <unfinished ...>
23255 getcwd( <unfinished ...>
23254 <... write resumed> ) = 4
23255 <... getcwd resumed> "/home/user", 4096) = 11
23254 write(8, "r0\0", 3 <unfinished ...>
23255 open("/etc/qubes-rpc/qubes.GetAppmenus", O_RDONLY) = 4
23255 fcntl(4, F_DUPFD, 10) = 10
23254 <... write resumed> ) = 3
23255 close(4 <unfinished ...>
23254 read(8, <unfinished ...>
23255 <... close resumed> ) = 0
23254 <... read resumed> "\16\0\0\0\0\0\0\0!\0\0\0\3\0\0\0", 16) = 16
23255 fcntl(10, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(8, <unfinished ...>
23255 <... fcntl resumed> ) = 0
23254 <... read resumed> "OK\0", 3) = 3
23255 rt_sigaction(SIGINT, NULL, <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23254 <... rt_sigaction resumed> NULL, 8) = 0
23255 rt_sigaction(SIGINT, {0x40f270, ~[RTMIN RT_1], SA_RESTORER,
0x7f029c9a6180}, <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23255 <... rt_sigaction resumed> NULL, 8) = 0
23254 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fa2ee03d180}, 8) = 0
23255 rt_sigaction(SIGQUIT, NULL, <unfinished ...>
23254 write(8, "\v\0\0\0\0\0\0\0!\0\0\0!\0\0\0", 16 <unfinished ...>
23255 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23254 <... write resumed> ) = 16
23255 rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7f029c9a6180}, <unfinished ...>
23254 write(8, "data/vchan/0/514/event-channel\0", 31 <unfinished ...>
23255 <... rt_sigaction resumed> NULL, 8) = 0
23254 <... write resumed> ) = 31
23255 rt_sigaction(SIGTERM, NULL, <unfinished ...>
23254 write(8, "85", 2 <unfinished ...>
23255 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23255 rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7f029c9a6180}, NULL, 8) = 0
23255 read(10, "find /usr/share/applications/ /u"..., 8192) = 287
23255 stat("/usr/local/sbin/find", 0x7fff820fe670) = -1 ENOENT (No such
file or directory)
23255 stat("/usr/local/bin/find", 0x7fff820fe670) = -1 ENOENT (No such
file or directory)
23255 stat("/usr/sbin/find", 0x7fff820fe670) = -1 ENOENT (No such file
or directory)
23255 stat("/usr/bin/find", {st_mode=S_IFREG|0755, st_size=233968, ...}) = 0
23255 pipe([4, 6]) = 0
23255 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f029cf249d0) = 23256
23255 close(6) = 0
23255 stat("/usr/local/sbin/xargs", <unfinished ...>
23256 close(10 <unfinished ...>
23255 <... stat resumed> 0x7fff820fe670) = -1 ENOENT (No such file or
directory)
23256 <... close resumed> ) = 0
23255 stat("/usr/local/bin/xargs", 0x7fff820fe670) = -1 ENOENT (No such
file or directory)
23255 stat("/usr/sbin/xargs", <unfinished ...>
23256 close(4 <unfinished ...>
23255 <... stat resumed> 0x7fff820fe670) = -1 ENOENT (No such file or
directory)
23256 <... close resumed> ) = 0
23255 stat("/usr/bin/xargs", <unfinished ...>
23256 dup2(6, 1 <unfinished ...>
23255 <... stat resumed> {st_mode=S_IFREG|0755, st_size=43512, ...}) = 0
23256 <... dup2 resumed> ) = 1
23255 clone( <unfinished ...>
23256 close(6) = 0
23254 <... write resumed> ) = 2
23255 <... clone resumed> child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f029cf249d0) = 23257
23254 read(8, "\v\0\0\0\0\0\0\0!\0\0\0\3\0\0\0", 16) = 16
23256 open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666 <unfinished ...>
23254 read(8, <unfinished ...>
23255 close(4 <unfinished ...>
23254 <... read resumed> "OK\0", 3) = 3
23256 <... open resumed> ) = 4
23255 <... close resumed> ) = 0
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23257 close(10 <unfinished ...>
23254 <... rt_sigaction resumed> NULL, 8) = 0
23257 <... close resumed> ) = 0
23256 fcntl(2, F_DUPFD, 10 <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23256 <... fcntl resumed> ) = 10
23254 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fa2ee03d180}, 8) = 0
23257 dup2(4, 0 <unfinished ...>
23254 write(8, "\16\0\0\0\0\0\0\0!\0\0\0&\0\0\0", 16 <unfinished ...>
23257 <... dup2 resumed> ) = 0
23254 <... write resumed> ) = 16
23257 close(4 <unfinished ...>
23254 write(8, "data/vchan/0/514/event-channel\0", 31 <unfinished ...>
23257 <... close resumed> ) = 0
23254 <... write resumed> ) = 31
23256 close(2 <unfinished ...>
23254 write(8, "n14\0", 4 <unfinished ...>
23255 close(4294967295 <unfinished ...>
23254 <... write resumed> ) = 4
23256 <... close resumed> ) = 0
23254 write(8, "r0\0", 3 <unfinished ...>
23256 fcntl(10, F_SETFD, FD_CLOEXEC <unfinished ...>
23255 <... close resumed> ) = -1 EBADF (Bad file descriptor)
23256 <... fcntl resumed> ) = 0
23257 open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666 <unfinished ...>
23256 dup2(4, 2 <unfinished ...>
23257 <... open resumed> ) = 4
23256 <... dup2 resumed> ) = 2
23257 fcntl(2, F_DUPFD, 10 <unfinished ...>
23256 close(4 <unfinished ...>
23257 <... fcntl resumed> ) = 10
23256 <... close resumed> ) = 0
23257 close(2 <unfinished ...>
23255 wait4(-1, <unfinished ...>
23257 <... close resumed> ) = 0
23254 <... write resumed> ) = 3
23257 fcntl(10, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(8, <unfinished ...>
23257 <... fcntl resumed> ) = 0
23254 <... read resumed> "\16\0\0\0\0\0\0\0!\0\0\0\3\0\0\0", 16) = 16
23257 dup2(4, 2 <unfinished ...>
23256 execve("/usr/bin/find", ["find", "/usr/share/applications/",
"/usr/local/share/applications/", "-name", "*.desktop"], [/* 22 vars */]
<unfinished ...>
23254 read(8, <unfinished ...>
23257 <... dup2 resumed> ) = 2
23254 <... read resumed> "OK\0", 3) = 3
23257 close(4 <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23257 <... close resumed> ) = 0
23254 <... rt_sigaction resumed> NULL, 8) = 0
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23257 execve("/usr/bin/xargs", ["xargs", "awk", "/^\\[/ { if
(tolower($0) != \"\\[de"...], [/* 22 vars */] <unfinished ...>
23254 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fa2ee03d180}, 8) = 0
23254 write(8, "\7\0\0\0\0\0\0\0!\0\0\0\2\0\0\0", 16) = 16
23254 write(8, "T\0", 2 <unfinished ...>
23256 <... execve resumed> ) = 0
23254 <... write resumed> ) = 2
23257 <... execve resumed> ) = 0
23254 read(8, "\7\0\0\0\0\0\0\0!\0\0\0\3\0\0\0", 16) = 16
23256 brk(0 <unfinished ...>
23254 read(8, <unfinished ...>
23256 <... brk resumed> ) = 0x1fe5000
23254 <... read resumed> "OK\0", 3) = 3
23257 brk(0 <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23257 <... brk resumed> ) = 0xe4c000
23254 <... rt_sigaction resumed> NULL, 8) = 0
23256 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23254 close(8) = 0
23257 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23254 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23256 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23254 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
23257 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23256 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23254 open("/proc/xen/privcmd", O_RDWR <unfinished ...>
23257 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23256 <... mmap resumed> ) = 0x7f2b22211000
23254 <... open resumed> ) = 8
23257 <... mmap resumed> ) = 0x7f7ee121e000
23254 fcntl(8, F_GETFD <unfinished ...>
23256 access("/etc/ld.so.preload", R_OK <unfinished ...>
23254 <... fcntl resumed> ) = 0
23257 access("/etc/ld.so.preload", R_OK <unfinished ...>
23254 fcntl(8, F_SETFD, FD_CLOEXEC <unfinished ...>
23257 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23254 <... fcntl resumed> ) = 0
23257 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
23254 select(8, [7], NULL, NULL, {10, 0} <unfinished ...>
23257 <... open resumed> ) = 4
23256 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23257 fstat(4, <unfinished ...>
23256 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
23257 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=73660, ...}) = 0
23256 <... open resumed> ) = 4
23257 mmap(NULL, 73660, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
23256 fstat(4, <unfinished ...>
23257 <... mmap resumed> ) = 0x7f7ee120c000
23256 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=73660, ...}) = 0
23257 close(4 <unfinished ...>
23256 mmap(NULL, 73660, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
23257 <... close resumed> ) = 0
23254 <... select resumed> ) = 1 (in [7], left {9, 999840})
23257 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23254 read(7, <unfinished ...>
23257 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23254 <... read resumed> "U\0\0\0", 4) = 4
23256 <... mmap resumed> ) = 0x7f2b221ff000
23257 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23257 <... open resumed> ) = 4
23254 <... write resumed> ) = 4
23257 read(4, <unfinished ...>
23254 stat("/var/run/xenstored/socket", <unfinished ...>
23257 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
23254 <... stat resumed> 0x7ffe45acf480) = -1 ENOENT (No such file or
directory)
23256 close(4 <unfinished ...>
23254 stat("/dev/xen/xenbus", <unfinished ...>
23257 fstat(4, <unfinished ...>
23254 <... stat resumed> {st_mode=S_IFCHR|S_ISVTX|0660,
st_rdev=makedev(10, 62), ...}) = 0
23257 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
23254 open("/dev/xen/xenbus", O_RDWR <unfinished ...>
23257 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
23254 <... open resumed> ) = 9
23257 <... mmap resumed> ) = 0x7f7ee0c57000
23254 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23257 mprotect(0x7f7ee0df6000, 2097152, PROT_NONE <unfinished ...>
23254 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fa2ee03d180}, 8) = 0
23257 <... mprotect resumed> ) = 0
23254 write(9, "\r\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16 <unfinished ...>
23257 mmap(0x7f7ee0ff6000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000 <unfinished ...>
23254 <... write resumed> ) = 16
23257 <... mmap resumed> ) = 0x7f7ee0ff6000
23254 write(9, "data/vchan/0/514\0", 17 <unfinished ...>
23257 mmap(0x7f7ee0ffc000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 <unfinished ...>
23256 <... close resumed> ) = 0
23257 <... mmap resumed> ) = 0x7f7ee0ffc000
23256 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23257 close(4 <unfinished ...>
23256 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23257 <... close resumed> ) = 0
23256 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC
<unfinished ...>
23257 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23256 <... open resumed> ) = 4
23257 <... mmap resumed> ) = 0x7f7ee120b000
23256 read(4, <unfinished ...>
23257 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23256 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P#\0\0\0\0\0\0"..., 832)
= 832
23257 <... mmap resumed> ) = 0x7f7ee120a000
23256 fstat(4, <unfinished ...>
23257 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23256 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=31784, ...}) = 0
23257 <... mmap resumed> ) = 0x7f7ee1209000
23254 <... write resumed> ) = 17
23257 arch_prctl(ARCH_SET_FS, 0x7f7ee120a700 <unfinished ...>
23254 read(9, <unfinished ...>
23257 <... arch_prctl resumed> ) = 0
23254 <... read resumed> "\r\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
23256 mmap(NULL, 2128920, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
23254 read(9, <unfinished ...>
23256 <... mmap resumed> ) = 0x7f2b21deb000
23254 <... read resumed> "OK\0", 3) = 3
23256 mprotect(0x7f2b21df2000, 2093056, PROT_NONE <unfinished ...>
23254 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7fa2ee03d180},
<unfinished ...>
23256 <... mprotect resumed> ) = 0
23254 <... rt_sigaction resumed> NULL, 8) = 0
23257 mprotect(0x7f7ee0ff6000, 16384, PROT_READ <unfinished ...>
23254 close(9 <unfinished ...>
23256 mmap(0x7f2b21ff1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6000 <unfinished ...>
23254 <... close resumed> ) = 0
23257 <... mprotect resumed> ) = 0
23256 <... mmap resumed> ) = 0x7f2b21ff1000
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23257 mprotect(0x609000, 4096, PROT_READ <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf5e0) = 0
23257 <... mprotect resumed> ) = 0
23256 close(4 <unfinished ...>
23254 read(7, <unfinished ...>
23257 mprotect(0x7f7ee1220000, 4096, PROT_READ <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23257 <... mprotect resumed> ) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23257 munmap(0x7f7ee120c000, 73660 <unfinished ...>
23254 <... write resumed> ) = 4
23256 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23257 <... munmap resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf5e0) = 0
23256 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23256 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23254 <... ioctl resumed> , 0x7ffe45acf5e0) = 0
23254 rt_sigaction(SIGCHLD, {0x7fa2eebe0020, [CHLD],
SA_RESTORER|SA_RESTART, 0x7fa2ee03d180}, <unfinished ...>
23256 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
23254 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23257 brk(0 <unfinished ...>
23254 rt_sigaction(SIGUSR1, {0x7fa2eebe0000, [USR1],
SA_RESTORER|SA_RESTART, 0x7fa2ee03d180}, <unfinished ...>
23257 <... brk resumed> ) = 0xe4c000
23254 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23257 brk(0xe6d000 <unfinished ...>
23256 <... open resumed> ) = 4
23254 rt_sigprocmask(SIG_BLOCK, [CHLD], <unfinished ...>
23257 <... brk resumed> ) = 0xe6d000
23254 <... rt_sigprocmask resumed> NULL, 8) = 0
23256 read(4, <unfinished ...>
23257 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC
<unfinished ...>
23254 fcntl(6, F_GETFL <unfinished ...>
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23254 <... fcntl resumed> ) = 0x2 (flags O_RDWR)
23257 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC
<unfinished ...>
23254 fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK <unfinished ...>
23257 <... open resumed> ) = 4
23254 <... fcntl resumed> ) = 0
23256 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200U\0\0\0\0\0\0"...,
832) = 832
23254 fcntl(-1, F_GETFL <unfinished ...>
23257 fstat(4, <unfinished ...>
23254 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor)
23257 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
23254 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0 <unfinished ...>
23257 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23256 fstat(4, <unfinished ...>
23254 <... mmap resumed> ) = 0x7fa2eedcd000
23257 <... mmap resumed> ) = 0x7f7ee121d000
23256 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1051056, ...}) = 0
23254 madvise(0x7fa2eedcd000, 4096, 0xa /* MADV_??? */ <unfinished ...>
23257 read(4, <unfinished ...>
23254 <... madvise resumed> ) = 0
23256 mmap(NULL, 3146072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23257 <... read resumed> "# Locale name alias data base.\n#"..., 4096) =
2492
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23256 <... mmap resumed> ) = 0x7f2b21aea000
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23257 read(4, <unfinished ...>
23256 mprotect(0x7f2b21bea000, 2093056, PROT_NONE <unfinished ...>
23257 <... read resumed> "", 4096) = 0
23257 close(4 <unfinished ...>
23256 <... mprotect resumed> ) = 0
23257 <... close resumed> ) = 0
23256 mmap(0x7f2b21de9000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xff000 <unfinished ...>
23257 munmap(0x7f7ee121d000, 4096 <unfinished ...>
23256 <... mmap resumed> ) = 0x7f2b21de9000
23257 <... munmap resumed> ) = 0
23256 close(4 <unfinished ...>
23257 open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC <unfinished ...>
23256 <... close resumed> ) = 0
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23257 open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC <unfinished ...>
23256 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23256 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23257 open("/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC
<unfinished ...>
23256 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23256 <... open resumed> ) = 4
23257 open("/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC <unfinished ...>
23256 read(4, <unfinished ...>
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23256 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
23257 open("/usr/lib/locale/en.utf8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC <unfinished ...>
23256 fstat(4, <unfinished ...>
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23256 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
23257 open("/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC
<unfinished ...>
23256 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23257 <... open resumed> ) = -1 ENOENT (No such file or
directory)
23256 <... mmap resumed> ) = 0x7f2b221fe000
23257 getrlimit(RLIMIT_STACK, <unfinished ...>
23256 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
23257 <... getrlimit resumed> {rlim_cur=8192*1024,
rlim_max=RLIM_INFINITY}) = 0
23256 <... mmap resumed> ) = 0x7f2b21741000
23257 getrlimit(RLIMIT_STACK, <unfinished ...>
23256 mprotect(0x7f2b218e0000, 2097152, PROT_NONE <unfinished ...>
23257 <... getrlimit resumed> {rlim_cur=8192*1024,
rlim_max=RLIM_INFINITY}) = 0
23256 <... mprotect resumed> ) = 0
23257 mmap(NULL, 135168, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
23256 mmap(0x7f2b21ae0000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000 <unfinished ...>
23257 <... mmap resumed> ) = 0x7f7ee11e8000
23256 <... mmap resumed> ) = 0x7f2b21ae0000
23257 mmap(NULL, 135168, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
23256 mmap(0x7f2b21ae6000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 <unfinished ...>
23257 <... mmap resumed> ) = 0x7f7ee11c7000
23256 <... mmap resumed> ) = 0x7f2b21ae6000
23257 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART,
0x7f7ee0c8c180}, <unfinished ...>
23256 close(4 <unfinished ...>
23257 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
23256 <... close resumed> ) = 0
23257 fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
23256 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
23257 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
23256 <... access resumed> ) = -1 ENOENT (No such file or
directory)
23257 <... mmap resumed> ) = 0x7f7ee121d000
23256 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC
<unfinished ...>
23257 read(0, <unfinished ...>
23256 <... open resumed> ) = 4
23256 read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20o\0\0\0\0\0\0"...,
832) = 832
23256 fstat(4, {st_mode=S_IFREG|0755, st_size=137440, ...}) = 0
23256 mmap(NULL, 2213008, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f2b21524000
23256 mprotect(0x7f2b2153c000, 2093056, PROT_NONE) = 0
23256 mmap(0x7f2b2173b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x17000) = 0x7f2b2173b000
23256 mmap(0x7f2b2173d000, 13456, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2b2173d000
23256 close(4) = 0
23256 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f2b221fd000
23256 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f2b221fc000
23256 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f2b221fb000
23256 arch_prctl(ARCH_SET_FS, 0x7f2b221fc700) = 0
23256 mprotect(0x7f2b21ae0000, 16384, PROT_READ) = 0
23256 mprotect(0x7f2b2173b000, 4096, PROT_READ) = 0
23256 mprotect(0x7f2b21de9000, 4096, PROT_READ) = 0
23256 mprotect(0x7f2b21ff1000, 4096, PROT_READ) = 0
23256 mprotect(0x637000, 4096, PROT_READ) = 0
23256 mprotect(0x7f2b22213000, 4096, PROT_READ) = 0
23256 munmap(0x7f2b221ff000, 73660) = 0
23256 set_tid_address(0x7f2b221fc9d0) = 23256
23256 set_robust_list(0x7f2b221fc9e0, 0x18) = 0
23256 rt_sigaction(SIGRTMIN, {0x7f2b2152a9f0, [],
SA_RESTORER|SA_SIGINFO, 0x7f2b215338d0}, NULL, 8) = 0
23256 rt_sigaction(SIGRT_1, {0x7f2b2152aa80, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f2b215338d0}, NULL, 8) = 0
23256 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
23256 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,
rlim_max=RLIM_INFINITY}) = 0
23256 uname({sys="Linux", node="host", ...}) = 0
23256 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7ffda4aa8ee0) = -1
ENOTTY (Inappropriate ioctl for device)
23256 gettimeofday({1438965374, 956341}, NULL) = 0
23256 brk(0) = 0x1fe5000
23256 brk(0x2006000) = 0x2006000
23256 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23256 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4
23256 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
23256 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f2b22210000
23256 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492
23256 read(4, "", 4096) = 0
23256 close(4) = 0
23256 munmap(0x7f2b22210000, 4096) = 0
23256 open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
23256 open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
23256 open("/usr/lib/locale/en_US/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
23256 open("/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
23256 open("/usr/lib/locale/en.utf8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
23256 open("/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23256 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7ffda4aa8e70) = -1
ENOTTY (Inappropriate ioctl for device)
23256 open(".", O_RDONLY) = 4
23256 fchdir(4) = 0
23256 newfstatat(AT_FDCWD, "/usr/share/applications/",
{st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
23256 open(".", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW) = 6
23256 fchdir(6) = 0
23256 openat(AT_FDCWD, "/usr/share/applications/",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
23256 fchdir(7) = 0
23256 getdents(7, /* 51 entries */, 32768) = 2232
23256 getdents(7, /* 0 entries */, 32768) = 0
23256 close(7) = 0
23256 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
23256 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f2b22210000
23256 newfstatat(AT_FDCWD, "kde4", {st_mode=S_IFDIR|0755, st_size=4096,
...}, AT_SYMLINK_NOFOLLOW) = 0
23256 openat(AT_FDCWD, "kde4",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
23256 fchdir(7) = 0
23256 getdents(7, /* 38 entries */, 32768) = 1664
23256 getdents(7, /* 0 entries */, 32768) = 0
23256 close(7) = 0
23256 open("..", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW) = 7
23256 fstat(7, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
23256 fchdir(7) = 0
23256 close(7) = 0
23256 fchdir(6) = 0
23256 fchdir(6) = 0
23256 close(6) = 0
23256 newfstatat(AT_FDCWD, "/usr/local/share/applications/",
{st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
23256 open(".", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW) = 6
23256 fchdir(6) = 0
23256 openat(AT_FDCWD, "/usr/local/share/applications/",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
23256 fchdir(7) = 0
23256 getdents(7, /* 3 entries */, 32768) = 88
23256 getdents(7, /* 0 entries */, 32768) = 0
23256 close(7) = 0
23256 fchdir(6) = 0
23256 fchdir(6) = 0
23256 close(6) = 0
23256 write(1, "/usr/share/applications/icedove."..., 4033) = 4033
23257 <... read resumed> "/usr/share/applications/icedove."..., 4096) = 4033
23256 close(1) = 0
23256 munmap(0x7f2b22210000, 4096 <unfinished ...>
23257 read(0, <unfinished ...>
23256 <... munmap resumed> ) = 0
23257 <... read resumed> "", 4096) = 0
23256 close(2 <unfinished ...>
23257 clone( <unfinished ...>
23256 <... close resumed> ) = 0
23256 exit_group(0) = ?
23257 <... clone resumed> child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f7ee120a9d0) = 23258
23257 wait4(-1, <unfinished ...>
23255 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0,
NULL) = 23256
23255 --- SIGCHLD (Child exited) @ 0 (0) ---
23255 rt_sigreturn(0x11 <unfinished ...>
23258 close(0 <unfinished ...>
23255 <... rt_sigreturn resumed> ) = 23256
23258 <... close resumed> ) = 0
23255 wait4(-1, <unfinished ...>
23258 open("/dev/null", O_RDONLY) = 0
23258 execve("/usr/local/sbin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/icedove."...,
"/usr/share/applications/whonixch"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/gpk-serv"...,
"/usr/share/applications/gpk-log."...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/nm-conne"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/brasero-"..., ...], [/* 22 vars */]) = -1
ENOENT (No such file or directory)
23258 execve("/usr/local/bin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/icedove."...,
"/usr/share/applications/whonixch"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/gpk-serv"...,
"/usr/share/applications/gpk-log."...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/nm-conne"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/brasero-"..., ...], [/* 22 vars */]) = -1
ENOENT (No such file or directory)
23258 execve("/usr/sbin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/icedove."...,
"/usr/share/applications/whonixch"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/gpk-serv"...,
"/usr/share/applications/gpk-log."...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/nm-conne"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/brasero-"..., ...], [/* 22 vars */]) = -1
ENOENT (No such file or directory)
23258 execve("/usr/bin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/icedove."...,
"/usr/share/applications/whonixch"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/gpk-serv"...,
"/usr/share/applications/gpk-log."...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/nm-conne"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/gateway-"...,
"/usr/share/applications/brasero-"..., ...], [/* 22 vars */]) = 0
23258 brk(0) = 0x7fa3743e2000
23258 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23258 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372e03000
23258 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
23258 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=73660, ...}) = 0
23258 mmap(NULL, 73660, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fa372df1000
23258 close(4) = 0
23258 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23258 open("/usr/lib/libsigsegv.so.2", O_RDONLY|O_CLOEXEC) = 4
23258 read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\f\0\0\0\0\0\0"...,
832) = 832
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=10728, ...}) = 0
23258 mmap(NULL, 2106072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fa372776000
23258 mprotect(0x7fa372778000, 2097152, PROT_NONE) = 0
23258 mmap(0x7fa372978000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7fa372978000
23258 close(4) = 0
23258 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23258 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 4
23258 read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
23258 mmap(NULL, 2109712, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fa372572000
23258 mprotect(0x7fa372575000, 2093056, PROT_NONE) = 0
23258 mmap(0x7fa372774000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7fa372774000
23258 close(4) = 0
23258 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23258 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 4
23258 read(4,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200U\0\0\0\0\0\0"...,
832) = 832
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=1051056, ...}) = 0
23258 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372df0000
23258 mmap(NULL, 3146072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fa372271000
23258 mprotect(0x7fa372371000, 2093056, PROT_NONE) = 0
23258 mmap(0x7fa372570000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xff000) = 0x7fa372570000
23258 close(4) = 0
23258 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
23258 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 4
23258 read(4,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
23258 fstat(4, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
23258 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fa371ec8000
23258 mprotect(0x7fa372067000, 2097152, PROT_NONE) = 0
23258 mmap(0x7fa372267000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000) = 0x7fa372267000
23258 mmap(0x7fa37226d000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa37226d000
23258 close(4) = 0
23258 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372def000
23258 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372dee000
23258 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372ded000
23258 arch_prctl(ARCH_SET_FS, 0x7fa372dee700) = 0
23258 mprotect(0x7fa372267000, 16384, PROT_READ) = 0
23258 mprotect(0x7fa372570000, 4096, PROT_READ) = 0
23258 mprotect(0x7fa372774000, 4096, PROT_READ) = 0
23258 mprotect(0x7fa372e05000, 12288, PROT_READ) = 0
23258 mprotect(0x7fa372b99000, 4096, PROT_READ) = 0
23258 munmap(0x7fa372df1000, 73660) = 0
23258 brk(0) = 0x7fa3743e2000
23258 brk(0x7fa374403000) = 0x7fa374403000
23258 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
23258 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372e02000
23258 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 munmap(0x7fa372e02000, 4096) = 0
23258 open("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.UTF-8/LC_COLLATE", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US/LC_COLLATE", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.UTF-8/LC_COLLATE", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en/LC_COLLATE", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.UTF-8/LC_MESSAGES", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.UTF-8/LC_NUMERIC", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.UTF-8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.UTF-8/LC_TIME", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en_US/LC_TIME", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.UTF-8/LC_TIME", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
23258 open("/usr/lib/locale/en/LC_TIME", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
23258 rt_sigaction(SIGFPE, {0x7fa372bd7b10, [FPE],
SA_RESTORER|SA_RESTART, 0x7fa371efd180}, {SIG_DFL, [], 0}, 8) = 0
23258 rt_sigaction(SIGBUS, {0x7fa372bd7b10, [BUS],
SA_RESTORER|SA_RESTART, 0x7fa371efd180}, {SIG_DFL, [], 0}, 8) = 0
23258 rt_sigaction(SIGSEGV, {0x7fa372776d50, [HUP INT QUIT USR1 USR2
PIPE ALRM TERM CHLD URG XCPU XFSZ VTALRM PROF WINCH IO PWR],
SA_RESTORER|SA_SIGINFO, 0x7fa371efd180}, NULL, 8) = 0
23258 open("/proc/self/maps", O_RDONLY) = 4
23258 read(4, "7fa371ec8000-7fa372067000 r-xp 0"..., 1024) = 1024
23258 read(4, "a372575000-7fa372774000 ---p 000"..., 1024) = 1024
23258 read(4, "r-xp 00000000 fd:00 140618 "..., 1024) = 787
23258 close(4) = 0
23258 sigaltstack({ss_sp=0x7fa3743e43e0, ss_flags=0, ss_size=16384},
NULL) = 0
23258 rt_sigaction(SIGSEGV, {0x7fa372776d50, [HUP INT QUIT USR1 USR2
PIPE ALRM TERM CHLD URG XCPU XFSZ VTALRM PROF WINCH IO PWR],
SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7fa371efd180}, NULL, 8) = 0
23258 fstat(0, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0
23258 fstat(1, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
23258 fstat(2, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0
23258 getgroups(0, NULL) = 1
23258 getgroups(1, [0]) = 1
23258 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5ec0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 write(2, "awk: ", 5) = 5
23258 write(2, "cmd. line:", 10) = 10
23258 write(2, "1: ", 3) = 3
23258 write(2, "warning: ", 9) = 9
23258 write(2, "escape sequence `\\[' treated as "..., 41) = 41
23258 write(2, "\n", 1) = 1
23258 write(2, "awk: ", 5) = 5
23258 write(2, "cmd. line:", 10) = 10
23258 write(2, "1: ", 3) = 3
23258 write(2, "warning: ", 9) = 9
23258 write(2, "escape sequence `\\]' treated as "..., 41) = 41
23258 write(2, "\n", 1) = 1
23258 open("/usr/share/applications/icedove.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=1056, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=1056, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Icedove\nCom"..., 1056) = 1056
23258 fstat(1, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
23258 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fa372e02000
23258 read(4, "", 1056) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/whonixcheck.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
23258 read(4, "## This file is part of Whonix.\n"..., 414) = 414
23258 read(4, "", 414) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/python2.6.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Python (v2."..., 220) = 220
23258 read(4, "", 220) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/gateway-restarttor.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
23258 read(4, "## This file is part of Whonix.\n"..., 424) = 424
23258 write(1, "/usr/share/applications/icedove."..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 424) = 0
23254 <... read resumed> "/usr/share/applications/icedove."..., 4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 open("/usr/share/applications/gpk-install-local-file.desktop",
O_RDONLY <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=7601, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... write resumed> ) = 4
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=7601, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Software In"..., 4096) =
4096
23258 write(1, "sudo service tor restart\"\n/usr/s"..., 4096 <unfinished
...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, "sudo service tor restart\"\n/usr/s"..., 4096) = 4096
23258 write(1, "install-local-file.desktop:Name["..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "ionado no sistema\nComment[gu]=\340\252"...,
4096) = 3505
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 write(1, "all-local-file.desktop:Comment[f"..., 4096 <unfinished ...>
23254 <... read resumed> "install-local-file.desktop:Name["..., 4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "all-local-file.desktop:Comment[f"..., 4096) = 4096
23258 open("/usr/share/applications/gpk-service-pack.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fstat(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Service Pac"..., 3299) =
3299
23254 <... write resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 write(1,
"sktop:Comment[sr]=\320\230\320\275\321\201\321\202\320\260\320\273\320\270"...,
4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... write resumed> ) = 4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 2 (in [6 7])
23258 write(1,
"\246\360\220\221\261\360\220\221\221\360\220\221\274\n/usr/share/applica"...,
4096 <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "", 3299) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed>
"sktop:Comment[sr]=\320\230\320\275\321\201\321\202\320\260\320\273\320\270"...,
4096) = 4096
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/gpk-log.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=8566, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed>
"\246\360\220\221\261\360\220\221\221\360\220\221\274\n/usr/share/applica"...,
4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=8566, ...}) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... read resumed> "[Desktop Entry]\nName=Software Lo"..., 4096) =
4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 1 (in [7])
23258 write(1, "\330\250\331\210\330\272\332\206\331\211\330\263\331\211
\332\276\330\247\330\263\331\211\331\204\331\204\331\211\330\272\333"..., 4096
<unfinished ...>
23254 read(7, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... read resumed>
"\254\340\246\260\340\247\215\340\246\244\340\246\250
\340\246\270\340\246\202\340\246\225\340\247\215\340\246\260\340\246\276"...,
4096) = 4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 write(1, "
\340\262\246\340\262\276\340\262\226\340\262\262\340\263\206
\340\262\265\340\263\200\340\262\225\340\263\215\340\262\267"..., 4096
<unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23254 read(7, "U\0\0\0", 4) = 4
23258 write(1,
"\247\215\340\246\260\340\246\246\340\246\260\340\247\215\340\246\266\340\246\250\n/usr/share/"...,
4096 <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... write resumed> ) = 4
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed>
"\330\250\331\210\330\272\332\206\331\211\330\263\331\211
\332\276\330\247\330\263\331\211\331\204\331\204\331\211\330\272\333"..., 4096)
= 4096
23258 <... read resumed>
"\320\265\321\200\321\203\320\262\320\260\320\275\320\275\321\217
\320\277\320\260\320\272\321\203\320\275\320\272\320\260\320"..., 4096)
= 374
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "
\340\262\246\340\262\276\340\262\226\340\262\262\340\263\206
\340\262\265\340\263\200\340\262\225\340\263\215\340\262\267"..., 4096)
= 4096
23258 open("/usr/share/applications/gpk-prefs.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=9984, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed>
"\247\215\340\246\260\340\246\246\340\246\260\340\247\215\340\246\266\340\246\250\n/usr/share/"...,
4096) = 4096
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=9984, ...}) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 read(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Software Se"..., 4096) =
4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1,
"\277\340\254\232\340\254\276\340\254\263\340\254\250\340\254\276
\340\254\225\340\254\276\340\254\260\340\255\215\340\254\257"..., 4096
<unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "op:Name[et]=Tarkvara s\303\244tted\n/us"..., 4096
<unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "warequellen aktivieren oder deak"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23254 read(7, <unfinished ...>
23258 write(1, "\275\321\226\321\206\n/usr/share/applications/gp"...,
4096 <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... write resumed> ) = 4096
23254 write(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "ju\304\215ite izvore softvera\nComment["...,
4096) = 1792
23254 <... read resumed>
"\277\340\254\232\340\254\276\340\254\263\340\254\250\340\254\276
\340\254\225\340\254\276\340\254\260\340\255\215\340\254\257"..., 4096)
= 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "hare/applications/gpk-prefs.desk"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... read resumed> "op:Name[et]=Tarkvara s\303\244tted\n/us"...,
4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 open("/usr/share/applications/gateway-torrcexamples.desktop",
O_RDONLY <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=419, ...}) = 0
23254 <... read resumed>
"\275\321\226\321\206\n/usr/share/applications/gp"..., 4096) = 4096
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> "hare/applications/gpk-prefs.desk"..., 4096) = 4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=419, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "## This file is part of Whonix.\n"..., 419) = 419
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... read resumed> "", 419) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... close resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 open("/usr/share/applications/gateway-stoptor.desktop", O_RDONLY
<unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... open resumed> ) = 4
23254 read(7, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=407, ...}) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... fcntl resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fcntl resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(7, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=407, ...}) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "## This file is part of Whonix.\n"..., 407) = 407
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "", 407) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/nm-connection-editor.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=9030, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=9030, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Network Con"..., 4096) = 4096
23258 write(1, "t[tr]=Yaz\304\261l\304\261m g\303\274ncelleme terc"...,
4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, "t[tr]=Yaz\304\261l\304\261m g\303\274ncelleme terc"...,
4096) = 4096
23258 write(1, ".desktop:Name[da]=Netv\303\246rksforbi"..., 4096
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, ".desktop:Name[da]=Netv\303\246rksforbi"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "es de la conexi\303\263n de red\nCommen"...,
4096) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1,
"\237\340\261\215\340\260\265\340\260\260\340\261\215\340\260\225\340\261\201
\340\260\205\340\260\250\340\261\201\340\260\270"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed>
"\237\340\261\215\340\260\265\340\260\260\340\261\215\340\260\225\340\261\201
\340\260\205\340\260\250\340\261\201\340\260\270"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "s s\303\272as configuraci\303\263ns de conex"..., 4096
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "s s\303\272as configuraci\303\263ns de
conex"..., 4096) = 4096
23258 <... read resumed> "rlar\304\261n\304\261 y\303\266netin ve
de\304\237i\305\237tir"..., 4096) = 838
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 open("/usr/share/applications/gateway-reloadtor.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fstat(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=403, ...}) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... write resumed> ) = 4
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fstat(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=403, ...}) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 read(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... read resumed> "## This file is part of Whonix.\n"..., 403) = 403
23254 <... read resumed> "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "", 403) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... close resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 open("/usr/share/applications/gateway-reloadfirewall.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=443, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=443, ...}) = 0
23258 read(4, "## This file is part of Whonix.\n"..., 443) = 443
23258 write(1, "nection-editor.desktop:Comment[r"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 443) = 0
23254 <... read resumed> "nection-editor.desktop:Comment[r"..., 4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/brasero-nautilus.desktop", O_RDONLY
<unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... open resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6117, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... fcntl resumed> ) = 0
23254 read(7, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fcntl resumed> ) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6117, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, "[Desktop Entry]\nName=CD/DVD Crea"..., 4096) = 4096
23258 write(1, "rewall.desktop:Terminal=true\n/us"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, "rewall.desktop:Terminal=true\n/us"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "ilus.desktop:Name[mai]=CD/DVD \340\244"..., 4096
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "ilus.desktop:Name[mai]=CD/DVD \340\244"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed>
"\340\262\244\340\262\257\340\262\276\340\262\260\340\262\277\340\262\270\340\262\277\nComment[ko"...,
4096) = 2021
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 write(1, "erstellen\n/usr/share/application"..., 4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "erstellen\n/usr/share/application"..., 4096) =
4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/gpk-install-catalog.desktop",
O_RDONLY <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... open resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=8012, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... fcntl resumed> ) = 0
23254 read(7, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fcntl resumed> ) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=8012, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... read resumed> "[Desktop Entry]\nName=Catalog Ins"..., 4096) =
4096
23254 read(7, "U\0\0\0", 4) = 4
23258 write(1, "desktop:Comment[sv]=Skapa cd- oc"..., 4096 <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... write resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 write(1,
"\342\200\214\332\251\331\206\331\206\330\257\331\207\342\200\214\333\214 \331\201\331\207\330\261\330\263\330\252\333\214\n"...,
4096 <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "desktop:Comment[sv]=Skapa cd- oc"..., 4096) = 4096
23258 <... read resumed>
"\246\360\220\221\225\360\220\221\221\360\220\221\251\360\220\221\245\nComment[en_GB]"...,
4096) = 3916
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "alog.desktop:Comment[af]=Install"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed>
"\342\200\214\332\251\331\206\331\206\330\257\331\207\342\200\214\333\214 \331\201\331\207\330\261\330\263\330\252\333\214\n"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "\340\262\266\340\262\246
\340\262\270\340\263\202\340\262\232\340\262\277\340\262\257\340\262\250\340\263\215\340\262\250\340"...,
4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "alog.desktop:Comment[af]=Install"..., 4096) = 4096
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/gcr-prompter.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> "\340\262\266\340\262\246
\340\262\270\340\263\202\340\262\232\340\262\277\340\262\257\340\262\250\340\263\215\340\262\250\340"...,
4096) = 4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=259, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fcntl resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=259, ...}) = 0
23254 read(7, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... read resumed> "[Desktop Entry]\nName=Access Prom"..., 259) = 259
23254 write(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... read resumed> "", 259) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 close(4 <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 open("/usr/share/applications/bluetooth-wizard.desktop", O_RDONLY
<unfinished ...>
23254 read(7, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 fstat(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6552, ...}) = 0
23254 <... write resumed> ) = 4
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fcntl resumed> ) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=6552, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Bluetooth D"..., 4096) = 4096
23258 write(1,
"HK]=\345\234\250\347\263\273\347\265\261\344\270\212\345\256\211\350\243\235\344\270\200\344\273\275\350\273\237\344"...,
4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6,
"HK]=\345\234\250\347\263\273\347\265\261\344\270\212\345\256\211\350\243\235\344\270\200\344\273\275\350\273\237\344"...,
4096) = 4096
23258 write(1, "uetooth-wizard.desktop:Name[hu]="..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "uetooth-wizard.desktop:Name[hu]="..., 4096) = 4096
23258 <... read resumed> "\210\330\253 \330\261\330\247
\330\250\330\261\331\276\330\247\330\263\330\247\330\262\333\214
\332\251\331\206\333\214"..., 4096) = 2456
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1,
"mment[bn]=\340\246\254\340\247\215\340\246\262\340\247\201-\340\246\237\340\247\201\340\246\245"...,
4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed>
"mment[bn]=\340\246\254\340\247\215\340\246\262\340\247\201-\340\246\237\340\247\201\340\246\245"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/nautilus-classic.desktop", O_RDONLY
<unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... open resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=439, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... fcntl resumed> ) = 0
23254 read(7, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fcntl resumed> ) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=439, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... read resumed> "[Desktop Entry]\nType=Application"..., 439) = 439
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "", 439) = 0
23254 <... write resumed> ) = 4
23258 close(4 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 open("/usr/share/applications/gateway-arm.desktop", O_RDONLY
<unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... open resumed> ) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=407, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=407, ...}) = 0
23258 read(4, "## This file is part of Whonix.\n"..., 407) = 407
23258 read(4, "", 407) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/gpk-update-viewer.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=8198, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=8198, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Software Up"..., 4096) = 4096
23258 write(1, "ev naprav Bluetooth\n/usr/share/a"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, <unfinished ...>
23258 write(1, "are Update\n/usr/share/applicatio"..., 4096 <unfinished ...>
23254 <... read resumed> "ev naprav Bluetooth\n/usr/share/a"..., 4096) =
4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "are Update\n/usr/share/applicatio"..., 4096) =
4096
23258 <... read resumed>
"\221\221\360\220\221\251\360\220\221\245\nComment[en_GB]=Update"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "e[pl]=Aktualizacja oprogramowani"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "e[pl]=Aktualizacja oprogramowani"..., 4096) = 4096
23258 write(1, "t[es]=Actualizar el software ins"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "true\n\n", 4096) = 6
23254 <... read resumed> "t[es]=Actualizar el software ins"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 open("/usr/share/applications/debian-uxterm.desktop", O_RDONLY
<unfinished ...>
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... write resumed> ) = 4
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "# $XTermId: uxterm.desktop,v 1.9"..., 1891) = 1891
23254 <... pselect6 resumed> ) = 1 (in [7])
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "", 1891) = 0
23254 <... write resumed> ) = 4
23258 close(4 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 open("/usr/share/applications/brasero.desktop", O_RDONLY
<unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... open resumed> ) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=14115, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=14115, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Brasero\nNam"..., 4096) = 4096
23258 write(1,
"\275\320\276\320\262\320\273\320\265\320\275\320\275\321\213\321\205
\320\262 \321\201\320\270\321\201\321\202\320\265\320"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6,
"\275\320\276\320\262\320\273\320\265\320\275\320\275\321\213\321\205
\320\262 \321\201\320\270\321\201\321\202\320\265\320"..., 4096) = 4096
23258 write(1, "e[da]=Brasero\n/usr/share/applica"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, "e[da]=Brasero\n/usr/share/applica"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "[ro]=Scriere \310\231i copiere de disc"...,
4096) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1,
"ericName[bn_IN]=\340\246\241\340\246\277\340\246\270\340\247\215\340\246\225
"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6,
"ericName[bn_IN]=\340\246\241\340\246\277\340\246\270\340\247\215\340\246\225
"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "lications/brasero.desktop:Generi"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "lications/brasero.desktop:Generi"..., 4096) = 4096
23258 <... read resumed> "\340\250\205\340\250\244\340\251\207
\340\250\225\340\250\276\340\250\252\340\251\200
\340\250\225\340\250\260\340\251\213"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "\252\250\340\252\276\340\252\265\340\253\213
\340\252\205\340\252\250\340\253\207
\340\252\250\340\252\225\340\252\262 "..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6, "\252\250\340\252\276\340\252\265\340\253\213
\340\252\205\340\252\250\340\253\207
\340\252\250\340\252\225\340\252\262 "..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, ":Comment[uk]=\320\227\320\260\320\277\320\270\321\201
\321\202\320\260 \320\272\320"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed>
":Comment[uk]=\320\227\320\260\320\277\320\270\321\201 \321\202\320\260
\320\272\320"..., 4096) = 4096
23258 <... read resumed> "\264\225\340\265\215
\340\264\254\340\264\260\340\265\215\342\200\215\340\264\243\340\264\260\340\265\215\342\200\215\nX"...,
4096) = 1827
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "-FullName[hu]=Brasero lemez\303\255r\303\263"..., 4096
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "-FullName[hu]=Brasero
lemez\303\255r\303\263"..., 4096) = 4096
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/timesync.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=372, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... write resumed> ) = 4
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=372, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "## This file is part of Whonix.\n"..., 372) = 372
23254 <... pselect6 resumed> ) = 1 (in [7])
23254 read(7, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... read resumed> "", 372) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... close resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 open("/usr/share/applications/qtconfig-qt4.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... open resumed> ) = 4
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=771, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=771, ...}) = 0
23258 read(4, "[Desktop Entry]\nCategories=Qt;Se"..., 771) = 771
23258 read(4, "", 771) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/reportbug.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=471, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=471, ...}) = 0
23258 read(4, "[Desktop Entry]\nType=Application"..., 471) = 471
23258 read(4, "", 471) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/keepassx.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=521, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=521, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=KeePassX\nGe"..., 521) = 521
23258 write(1, "rasero\n/usr/share/applications/b"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 521) = 0
23254 <... read resumed> "rasero\n/usr/share/applications/b"..., 4096) =
4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/whonix_repository.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... open resumed> ) = 4
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=481, ...}) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fcntl resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... fcntl resumed> ) = 0
23254 read(7, <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=481, ...}) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... read resumed> "## This file is part of Whonix.\n"..., 481) = 481
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, "", 481) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/gnome-terminal.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=6488, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=6488, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Terminal\nNa"..., 4096) = 4096
23258 write(1, "me[fr]=Gestionnaire de mot de pa"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, "me[fr]=Gestionnaire de mot de pa"..., 4096) = 4096
23258 write(1,
"p:Name[he]=\327\236\327\241\327\225\327\243\n/usr/share/a"..., 4096
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed>
"p:Name[he]=\327\236\327\241\327\225\327\243\n/usr/share/a"..., 4096) = 4096
23258 <... read resumed> "\262\234\340\263\215\340\262\236\340\262\276
\340\262\270\340\262\276\340\262\262\340\262\250\340\263\215\340\262\250\340\263"...,
4096) = 2392
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "\340\246\266\340\246\276\340\247\260\340\247\200
\340\246\254\340\247\215\340\246\257\340\247\261\340\246\271\340\246\276\340"...,
4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "\340\246\266\340\246\276\340\247\260\340\247\200
\340\246\254\340\247\215\340\246\257\340\247\261\340\246\271\340\246\276\340"...,
4096) = 4096
23258 write(1,
"esktop:Comment[mai]=\340\244\225\340\244\256\340\244\276\340\244\202"...,
4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... read resumed> "", 4096) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed>
"esktop:Comment[mai]=\340\244\225\340\244\256\340\244\276\340\244\202"...,
4096) = 4096
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/whonix_setup.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=494, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fcntl resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fcntl resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(7, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=494, ...}) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "## This file is part of Whonix.\n"..., 494) = 494
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "", 494) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 close(4 <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 open("/usr/share/applications/display.im6.desktop", O_RDONLY
<unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... write resumed> ) = 4
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=825, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fcntl resumed> ) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=825, ...}) = 0
23258 read(4, "[Desktop Entry]\nVersion=1.0\nName"..., 825) = 825
23258 read(4, "", 825) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/iceweasel.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3722, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3722, ...}) = 0
23258 read(4, "[Desktop Entry]\nEncoding=UTF-8\nN"..., 3722) = 3722
23258 write(1, "t=gnome-terminal\n/usr/share/appl"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, "t=gnome-terminal\n/usr/share/appl"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "el.desktop:Comment[ca]=Navegueu "..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "el.desktop:Comment[ca]=Navegueu "..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 3722) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 close(4 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 open("/usr/share/applications/org.gnome.Nautilus.desktop",
O_RDONLY <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fstat(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=12116, ...}) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 fcntl(4, F_GETFD <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... write resumed> ) = 4
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=12116, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Files\nName["..., 4096) = 4096
23258 write(1, "X-GNOME-FullName[es]=Navegador w"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, "X-GNOME-FullName[es]=Navegador w"..., 4096) = 4096
23254 read(6, <unfinished ...>
23258 write(1, "ns/org.gnome.Nautilus.desktop:Na"..., 4096 <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... read resumed> "\340\265\215\340\264\225\340\264\277
\340\264\225\340\265\215\340\264\260\340\264\256\340\264\244\340\265\215\340\264\244\340"...,
4096) = 4096
23254 read(6, <unfinished ...>
23258 write(1, "sktop:Comment[ast]=Acceder a los"..., 4096 <unfinished ...>
23254 <... read resumed> "ns/org.gnome.Nautilus.desktop:Na"..., 4096) = 4096
23258 <... write resumed> ) = 4096
23254 read(6, "sktop:Comment[ast]=Acceder a los"..., 4096) = 4096
23254 read(6, <unfinished ...>
23258 write(1, ".Nautilus.desktop:Comment[ml]=\340\264"..., 4096
<unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... read resumed>
"ords[he]=\327\252\327\231\327\247\327\231\327\231\327\224;\327\236\327\240\327\224\327\234;\327"...,
4096) = 3924
23254 read(6, ".Nautilus.desktop:Comment[ml]=\340\264"..., 4096) = 4096
23258 write(1,
"\270\321\201\321\202\320\265\320\274\320\260;\320\264\320\270\321\201\320\272;\321\203\321\201\321\202\321\200\320\276\320"...,
4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed>
"\270\321\201\321\202\320\265\320\274\320\260;\320\264\320\270\321\201\320\272;\321\203\321\201\321\202\321\200\320\276\320"...,
4096) = 4096
23254 read(6, 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 write(1,
"isk;\353\224\224\354\212\244\355\201\254;filesystem;\355\214\214\354\235\274;"...,
4096 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... read resumed> "", 4096) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed>
"isk;\353\224\224\354\212\244\355\201\254;filesystem;\355\214\214\354\235\274;"...,
4096) = 4096
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/nautilus-connect-server.desktop",
O_RDONLY <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... open resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4714, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4714, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Connect to "..., 4096) = 4096
23258 write(1,
"esystem;\350\263\207\346\226\231\345\244\276;\347\256\241\347\220\206\347\250\213\345\274\217;\347"...,
4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6,
"esystem;\350\263\207\346\226\231\345\244\276;\347\256\241\347\220\206\347\250\213\345\274\217;\347"...,
4096) = 4096
23254 read(6, <unfinished ...>
23258 write(1, "sktop:Name[et]=\303\234hendumine serve"..., 4096
<unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed>
"\227'\321\224\320\264\320\275\320\260\320\275\320\275\321\217 \320\267
\321\201\320\265\321\200\320\262\320\265\321\200"..., 4096) = 618
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, <unfinished ...>
23258 write(1, "are/applications/nautilus-connec"..., 4096 <unfinished ...>
23254 <... read resumed> "sktop:Name[et]=\303\234hendumine serve"...,
4096) = 4096
23258 <... write resumed> ) = 4096
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "are/applications/nautilus-connec"..., 4096) = 4096
23258 <... read resumed> "", 4096) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... close resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 open("/usr/share/applications/gcr-viewer.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... open resumed> ) = 4
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=684, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=684, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=View file\nM"..., 684) = 684
23258 read(4, "", 684) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/konsole.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4757, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4757, ...}) = 0
23258 read(4, "[Desktop Entry]\nType=Application"..., 4096) = 4096
23258 write(1, "applications/nautilus-connect-se"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, "applications/nautilus-connect-se"..., 4096) = 4096
23254 read(6, <unfinished ...>
23258 write(1, "cations/kde4/konsole.desktop:Nam"..., 4096 <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "sr/share/applications/kde4/konso"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "cations/kde4/konsole.desktop:Nam"..., 4096) = 4096
23258 <... read resumed>
"ijekavian]=\320\242\320\265\321\200\320\274\320\270\320\275\320\260\320\273\nGene"...,
4096) = 661
23254 read(6, "sr/share/applications/kde4/konso"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 close(4 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 open("/usr/share/applications/kde4/ksysguard.desktop", O_RDONLY
<unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... open resumed> ) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=7420, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=7420, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=System Moni"..., 4096) = 4096
23258 write(1, "al\n/usr/share/applications/kde4/"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, "al\n/usr/share/applications/kde4/"..., 4096) = 4096
23258 write(1, "desktop:Name[fr]=Surveillance du"..., 4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "desktop:Name[fr]=Surveillance du"..., 4096) = 4096
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 3968) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... read resumed> "t]=S\303\274steemi
j\303\244lgija\nGenericNam"..., 4096) = 3324
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 write(1,
".desktop:Name[te]=\340\260\270\340\260\277\340\260\270\340\261\215\340\260"...,
4096 <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6,
".desktop:Name[te]=\340\260\270\340\260\277\340\260\270\340\261\215\340\260"...,
3968) = 3968
23258 write(1, "ksysguard.desktop:GenericName[hr"..., 4096 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/kwrite.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3198, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3198, ...}) = 0
23258 read(4, "[Desktop Entry]\nGenericName=Text"..., 3198) = 3198
23258 write(1, "/usr/share/applications/kde4/ksy"..., 4096) = 4096
23258 write(1, "hare/applications/kde4/kwrite.de"..., 4096) = 4096
23258 read(4, "", 3198) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/systemsettings.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=7030, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=7030, ...}) = 0
23258 read(4, "[Desktop Entry]\nExec=systemsetti"..., 4096) = 4096
23258 write(1, "desktop:Name[pt]=KWrite\n/usr/sha"..., 4096) = 4096
23258 write(1, "kde4/systemsettings.desktop:Gene"..., 4096) = 4096
23258 read(4, "\246\260\340\246\276\340\246\250\340\247\215\340\246\244
\340\246\254\340\247\210\340\246\266\340\246\277\340\246\267\340\247"..., 4096)
= 2934
23258 write(1, "\213
\321\201\320\270\321\201\321\202\320\265\320\274\321\213\n/usr/share/appl"...,
4096) = 4096
23258 write(1, "\n/usr/share/applications/kde4/sy"..., 4096) = 4096
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/kmailservice.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=1710, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=1710, ...}) = 0
23258 read(4, "[Desktop Entry]\nType=Application"..., 1710) = 1710
23258 write(1,
"ame[sr]=\320\241\320\270\321\201\321\202\320\265\320\274\321\201\320\272\320\265
\320\277\320\276\321"..., 4096) = 4096
23258 read(4, "", 1710) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/nepomukbackup.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=2393, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Nepomuk Bac"..., 2393) = 2393
23258 write(1, "e4/kmailservice.desktop:Name[it]"..., 4096) = 4096
23258 write(1, "aca Nepomuk\n/usr/share/applicati"..., 4096) = 4096
23258 read(4, "", 2393) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/ark.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=5000, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=5000, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
23258 write(1, "ackup.desktop:Icon=nepomuk\n/usr/"..., 4096) = 4096
23258 write(1, "GenericName[nb]=Arkiveringsverkt"..., 4096) = 4096
23258 read(4, "\nName[it]=Ark\nName[ja]=Ark\nName["..., 4096) = 904
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/okularApplication_ooo.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3859, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3859, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 3859) = 3859
23258 write(1, "\n/usr/share/applications/kde4/ar"..., 4096) = 4096
23258 write(1, "e/applications/kde4/okularApplic"..., 4096) = 4096
23258 write(1, "\271\330\247\330\261\330\266
\330\247\331\204\331\205\330\263\330\252\331\206\330\257\330\247\330\252\n/usr/"...,
4096) = 4096
23258 read(4, "", 3859) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/jovieapp.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3156, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=3156, ...}) = 0
23258 read(4, "[Desktop Entry]\nType=Application"..., 3156) = 3156
23258 write(1, "cName[pt]=Visualizador de Docume"..., 4096) = 4096
23258 write(1, "desktop:Name[is]=Jovie\n/usr/shar"..., 4096) = 4096
23258 read(4, "", 3156) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/keditbookmarks.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=6411, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=6411, ...}) = 0
23258 read(4, "[Desktop Entry]\nType=Application"..., 4096) = 4096
23258 write(1, "top:Comment[nl]=KDE tekst-naar-s"..., 4096) = 4096
23258 write(1,
"sktop:Name[hi]=\340\244\252\340\244\270\340\244\202\340\244\246\340\245\200\340\244"...,
4096) = 4096
23258 read(4, "[it]=Editor ed organizzatore dei"..., 4096) = 2315
23258 write(1, "rcadores\n/usr/share/applications"..., 4096) = 4096
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/okularApplication_dvi.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4804, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4804, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
23258 write(1, "t[nn]=Bokmerkeordnar og redigeri"..., 4096) = 4096
23258 write(1, "lication_dvi.desktop:Name[es]=Ok"..., 4096) = 4096
23258 write(1, "dvi.desktop:GenericName[ca@valen"..., 4096) = 4096
23258 read(4, "eywords[et]=dvi\nX-KDE-Keywords[f"..., 4096) = 708
23258 write(1, "kularApplication_dvi.desktop:Gen"..., 4096) = 4096
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/okularApplication_pdf.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=5885, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=5885, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
23258 write(1, "ktop:X-KDE-Keywords[ru]=dvi\n/usr"..., 4096) = 4096
23258 write(1, "kular\n/usr/share/applications/kd"..., 4096) = 4096
23258 write(1, "\305\221\n/usr/share/applications/kde4/"..., 4096) = 4096
23258 read(4, "ument portable\nX-KDE-Keywords[cs"..., 4096) = 1789
23258 write(1, "ication_pdf.desktop:Categories=Q"..., 4096) = 4096
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258
open("/usr/share/applications/kde4/okularApplication_plucker.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4892, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4892, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
23258 write(1, "pplication_pdf.desktop:X-KDE-Key"..., 4096) = 4096
23258 write(1, "pplications/kde4/okularApplicati"..., 4096) = 4096
23258 write(1, "pplications/kde4/okularApplicati"..., 4096) = 4096
23258 read(4, "-Keywords[fi]=plucker\nX-KDE-Keyw"..., 4096) = 796
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258
open("/usr/share/applications/kde4/okularApplication_comicbook.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=5704, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=5704, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
23258 write(1, "=plucker\n/usr/share/applications"..., 4096) = 4096
23258 write(1, "e[el]=Okular\n/usr/share/applicat"..., 4096) = 4096
23258 write(1, "enericName[ar]=\330\271\330\247\330\261\330\266
\330\247\331\204\331\205\330\263"..., 4096) = 4096
23258 read(4, "c Book\nX-KDE-Keywords[da]=cbr,cb"..., 4096) = 1608
23258 write(1, "lication_comicbook.desktop:Gener"..., 4096) = 4096
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/akonaditray.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=2996, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=2996, ...}) = 0
23258 read(4, "[Desktop Entry]\nType=Application"..., 2996) = 2996
23258 write(1, "akuva\n/usr/share/applications/kd"..., 4096) = 4096
23258 write(1, "naditray.desktop:Name[fi]=Akonad"..., 4096) = 4096
23258 read(4, "", 2996) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/nepomukcontroller.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=9514, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=9514, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Nepomuk Fil"..., 4096) = 4096
23258 write(1, "cations/kde4/akonaditray.desktop"..., 4096) = 4096
23258 write(1, "er.desktop:Name[id]=Pengendali I"..., 4096) = 4096
23258 read(4, "muk-Datei-Indizierung zu steuern"..., 4096) = 4096
23258 write(1, "t=System tray icon to control th"..., 4096) = 4096
23258 read(4, "epomuk-filindexering\nComment[tg]"..., 4096) = 1322
23258 write(1, "cations/kde4/nepomukcontroller.d"..., 4096) = 4096
23258 read(4, "", 4096) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/kde4/okularApplication_xps.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4780, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=4780, ...}) = 0
23258 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
23258 write(1, "ay h\341\273\207 th\341\273\221ng \304\221\341\273\203
\304\221i\341\273\201u kh"..., 4096) = 4096
23258 write(1, "re/applications/kde4/okularAppli"..., 4096) = 4096
23258 write(1, "or de documentos\n/usr/share/appl"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4) = 4
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 1 (in [6])
23254 read(6, "/usr/share/applications/kde4/ksy"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6,
"\256\276\340\256\243\340\256\277\340\256\252\340\257\215\340\256\252\340\257\201\n/usr/share/"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "rite.desktop:GenericName[lv]=Tek"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6,
"op:Name[pa]=\340\250\225\340\251\207-\340\250\262\340\251\207\340\250\226\340\250\225\n"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6,
"\317\203\317\204\316\256\316\274\316\261\317\204\316\277\317\202\n/usr/share/appl"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "top:GenericName[ro]=Configur\304\203ri"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ettings.desktop:Name[et]=S\303\274stee"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "are/applications/kde4/systemsett"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ktop:Name[id]=KMailService\n/usr/"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "4/nepomukbackup.desktop:Name[fr]"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ukbackup.desktop:Exec=qubes-desk"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6,
"\320\270\321\200\320\260\321\232\320\265\n/usr/share/applicatio"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "desktop:Name[ga]=Ark\n/usr/share/"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "cation_ooo.desktop:Name[ca]=Okul"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "Application_ooo.desktop:GenericN"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "lication_ooo.desktop:GenericName"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ieapp.desktop:Name[hr]=Jovie\n/us"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "te\n/usr/share/applications/kde4/"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "share/applications/kde4/keditboo"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "\220\331\221\330\261 \331\210
\331\205\331\206\330\270\331\221\331\205
\330\247\331\204\330\271\331\204\330\247\331\205"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "editbookmarks.desktop:Comment[nl"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "[en_GB]=Okular\n/usr/share/applic"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ns/kde4/okularApplication_dvi.de"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "/usr/share/applications/kde4/oku"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "applications/kde4/okularApplicat"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "/okularApplication_pdf.desktop:N"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ericName[hr]=Preglednik dokumena"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "plication\n/usr/share/application"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "lication_pdf.desktop:X-KDE-Keywo"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "lucker.desktop:Name[sq]=Okular\n/"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "tions/kde4/okularApplication_plu"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ion_plucker.desktop:X-KDE-Keywor"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ns/kde4/okularApplication_comicb"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, "ularApplication_comicbook.deskto"..., 4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "words[fi]=XPS\nX-KDE-Keywords[fr]"..., 4096) = 684
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "ations/kde4/okularApplication_co"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 <... close resumed> ) = 0
23254 read(6, "cbt, Comic Book, koomiks\n/usr/sh"..., 4096) = 4096
23258 open("/usr/share/applications/kde4/kvkbd.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1577, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed> "ktop:Name[es]=Akonaditray\n/usr/s"..., 4096) =
4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "\212\270\353\240\210\354\235\264
\354\234\240\355\213\270\353\246\254\355\213\260\n/usr/share"..., 4096)
= 4096
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1577, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "[Desktop Entry]\nName=Kvkbd\nName["..., 1577)
= 1577
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 write(1, "desktop:GenericName[zh_TW]=\346\226\207\344\273"...,
4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "4/nepomukcontroller.desktop:Name"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "", 1577) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/kde4/kdepasswd.desktop", O_RDONLY
<unfinished ...>
23254 <... read resumed> "epomukcontroller.desktop:Name[zh"..., 4096) = 4096
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3542, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> "4/nepomukcontroller.desktop:Comm"..., 4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3542, ...}) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed>
"\275\320\264\320\265\320\272\321\201\321\203\320\262\320\260\320\275\320\275\321\217
\321\204\320\260\320\271\320\273\321\226"..., 4096) = 4096
23258 <... read resumed> "[Desktop Entry]\nExec=kdepasswd\nI"..., 3542)
= 3542
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1,
"sktop:Comment[bg]=\320\222\320\270\321\200\321\202\321\203\320\260\320\273"...,
4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "kularApplication_xps.desktop:Nam"..., 4096) = 4096
23258 write(1, "\260\340\247\215\340\246\241
\340\246\252\340\246\260\340\246\277\340\246\254\340\246\260\340\247\215\340\246\244\340\246\250"...,
4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... read resumed> "", 3542) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed> "xps.desktop:GenericName[ga]=Amha"..., 4096) = 4096
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/kde4/okular.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3874, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed> "ations/kde4/okularApplication_xp"..., 4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "=Application\n/usr/share/applicat"..., 4096) =
4096
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3874, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "[Desktop Entry]\nTerminal=false\nN"..., 3874)
= 3874
23254 read(6,
"\246\276\340\246\270\340\246\223\340\247\237\340\246\276\340\246\260\340\247\215\340\246\241
\340\246\252\340\246\260\340\246"..., 4096) = 4096
23258 write(1, "tions/kde4/kdepasswd.desktop:Nam"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, "ns/kde4/kdepasswd.desktop:Name[n"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1,
"\244\225\340\245\201\340\244\262\340\244\260\n/usr/share/applicati"...,
4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "a]=Okular\n/usr/share/application"..., 4096) =
4096
23258 <... read resumed> "", 3874) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/kde4/kmousetool.desktop", O_RDONLY
<unfinished ...>
23254 <... read resumed> "p:GenericName[ga]=Amharc\303\241n
C\303\241i"..., 4096) = 128
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=11441, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fcntl resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=11441, ...}) = 0
23254 read(7, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... read resumed> "# KDE Config File\n[Desktop Entry"..., 4096) =
4096
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "re/applications/kde4/okular.desk"..., 4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "ktop:Type=Application\n/usr/share"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed>
"\246\340\250\254\340\250\276\340\250\211\340\250\243
\340\250\250\340\250\276\340\250\262
\340\250\244\340\251\201\340\250"..., 4096) = 4096
23254 <... write resumed> ) = 4
23254 read(6, <unfinished ...>
23258 write(1, "unum fyrir \303\276ig og dregur \303\272r \303\241"...,
4096 <unfinished ...>
23254 <... read resumed> "re/applications/kde4/okular.desk"..., 4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "ment[ta]=Clicks the mouse for yo"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6, "ktop:Type=Application\n/usr/share"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "el ratol\303\255\nGenericName[ca@valenc"...,
4096) = 3249
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "ool\n/usr/share/applications/kde4"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6, "unum fyrir \303\276ig og dregur \303\272r \303\241"...,
4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "share/applications/kde4/kmouseto"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... read resumed> "ment[ta]=Clicks the mouse for yo"..., 4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 open("/usr/share/applications/kde4/klipper.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=11782, ...}) = 0
23254 <... read resumed> "ool\n/usr/share/applications/kde4"..., 4096) =
4096
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> "share/applications/kde4/kmouseto"..., 4096) = 4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=11782, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Klipper\nNam"..., 4096)
= 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 write(1,
"\340\257\215\340\256\225\340\256\262\340\257\215\n/usr/share/applicat"...,
4096 <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "op:Name[ko]=Klipper\n/usr/share/a"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "\267\320\260
\321\202\320\260\320\261\320\273\320\260 \321\201\320\276
\320\270\321\201\320\265\321\207\320\276\321\206"..., 4096) = 4096
23254 read(6,
"\340\257\215\340\256\225\340\256\262\340\257\215\n/usr/share/applicat"...,
4096) = 4096
23258 write(1, "=N\303\264rz\303\243dze tacnika\n/usr/share/a"..., 4096
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 write(1,
"enericName[pa]=\340\250\225\340\250\262\340\250\277\340\251\261\340\250\252\340\250"...,
4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "op:Name[ko]=Klipper\n/usr/share/a"..., 4096) =
4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed>
"omment[hne]=\340\244\225\340\244\276\340\244\237\340\244\265
\340\244\205\340\244\211 "..., 4096) = 3590
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 write(1,
"be]=\320\241\320\273\321\203\320\266\320\261\320\276\320\262\320\260\321\217
\320\277\321\200\320\260\320\263\321"..., 4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "=N\303\264rz\303\243dze
tacnika\n/usr/share/a"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "ns/kde4/klipper.desktop:Comment["..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... read resumed>
"enericName[pa]=\340\250\225\340\250\262\340\250\277\340\251\261\340\250\252\340\250"...,
4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 open("/usr/share/applications/kde4/kfind.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4207, ...}) = 0
23254 <... read resumed>
"be]=\320\241\320\273\321\203\320\266\320\261\320\276\320\262\320\260\321\217
\320\277\321\200\320\260\320\263\321"..., 4096) = 4096
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> "ns/kde4/klipper.desktop:Comment["..., 4096) = 4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4207, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nExec=kfind %u\nIc"..., 4096)
= 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 write(1, "\320\260
\320\264\320\260\320\275\320\270\321\205\n/usr/share/applica"..., 4096
<unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 2 (in [6 7])
23258 write(1, "are/applications/kde4/kfind.desk"..., 4096 <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed>
"/\346\226\207\344\273\266\345\244\271\nName[zh_TW]=\345\260\213\346\211\276\346\252\224"...,
4096) = 111
23254 <... write resumed> ) = 4
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "\320\260
\320\264\320\260\320\275\320\270\321\205\n/usr/share/applica"..., 4096)
= 4096
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258
open("/usr/share/applications/kde4/okularApplication_kimgio.desktop",
O_RDONLY <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... open resumed> ) = 4
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "are/applications/kde4/kfind.desk"..., 4096) = 4096
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4146, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4146, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... read resumed> "[Desktop Entry]\nMimeType=image/b"..., 4096) =
4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "applications/kde4/kfind.desktop:"..., 4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "kularApplication_kimgio.desktop:"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "_kimgio.desktop:GenericName[hne]"..., 4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "applications/kde4/kfind.desktop:"..., 4096) = 4096
23258 <... read resumed> "Categories=Qt;KDE;Graphics;Viewe"..., 4096) = 50
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/kde4/ktelnetservice.desktop",
O_RDONLY <unfinished ...>
23254 <... read resumed> "kularApplication_kimgio.desktop:"..., 4096) = 4096
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1766, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> "_kimgio.desktop:GenericName[hne]"..., 4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1766, ...}) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... read resumed> "[Desktop Entry]\nType=Application"..., 1766) =
1766
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "ularApplication_kimgio.desktop:E"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "", 1766) = 0
23254 <... write resumed> ) = 4
23258 close(4 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 open("/usr/share/applications/kde4/ksystemlog.desktop", O_RDONLY
<unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 fstat(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=7313, ...}) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 fcntl(4, F_GETFD <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... write resumed> ) = 4
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "ularApplication_kimgio.desktop:E"..., 4096) = 4096
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=7313, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=KSystemLog\n"..., 4096)
= 4096
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 write(1, "t\n/usr/share/applications/kde4/k"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... write resumed> ) = 4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 2 (in [6 7])
23254 read(7, <unfinished ...>
23258 write(1, "gg\n/usr/share/applications/kde4/"..., 4096 <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... write resumed> ) = 4096
23254 write(7, "U\0\0\0", 4) = 4
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "t\n/usr/share/applications/kde4/k"..., 4096) =
4096
23258 <... read resumed> "\320\272\320\270\321\205
\320\264\320\275\320\265\320\262\320\275\320\270\320\272\320\260\nComment["...,
4096) = 3217
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "re/applications/kde4/ksystemlog."..., 4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "gg\n/usr/share/applications/kde4/"..., 4096) =
4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1,
"]=\320\237\321\200\320\265\320\263\320\273\320\265\320\264
\320\275\320\260 \321\201\320\270\321\201\321\202\320\265"..., 4096
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "re/applications/kde4/ksystemlog."..., 4096) = 4096
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/kde4/okularApplication_fax.desktop",
O_RDONLY <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... open resumed> ) = 4
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed>
"]=\320\237\321\200\320\265\320\263\320\273\320\265\320\264
\320\275\320\260 \321\201\320\270\321\201\321\202\320\265"..., 4096) = 4096
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3844, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3844, ...}) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... read resumed> "[Desktop Entry]\nMimeType=image/f"..., 3844) =
3844
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1,
"\270\227\340\270\266\340\270\201\340\270\202\340\270\255\340\270\207\340\270\243\340\270\260\340\270\232\340\270\232\n/u"...,
4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "lication_fax.desktop:Name[sk]=Ok"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "", 3844) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed>
"\270\227\340\270\266\340\270\201\340\270\202\340\270\255\340\270\207\340\270\243\340\270\260\340\270\232\340\270\232\n/u"...,
4096) = 4096
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/kde4/kfontview.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6521, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed> "lication_fax.desktop:Name[sk]=Ok"..., 4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6521, ...}) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... read resumed> "[Desktop Entry]\nName=KFontView\nN"..., 4096)
= 4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "e4/okularApplication_fax.desktop"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "ications/kde4/kfontview.desktop:"..., 4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "e[pa]=KFontView\n/usr/share/appli"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "nericName[it]=Visore di caratter"..., 4096) = 2425
23254 <... write resumed> ) = 4
23254 read(6, <unfinished ...>
23258 write(1, "/usr/share/applications/kde4/kfo"..., 4096 <unfinished ...>
23254 <... read resumed> "e4/okularApplication_fax.desktop"..., 4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "ications/kde4/kfontview.desktop:"..., 4096) = 4096
23258
open("/usr/share/applications/kde4/okularApplication_ghostview.desktop",
O_RDONLY <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3966, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "e[pa]=KFontView\n/usr/share/appli"..., 4096) =
4096
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3966, ...}) = 0
23254 <... read resumed> "/usr/share/applications/kde4/kfo"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nMimeType=applica"..., 3966) =
3966
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "/usr/share/applications/kde4/kfo"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6, "/usr/share/applications/kde4/kfo"..., 4096) = 4096
23258 write(1, "ostview.desktop:Name[el]=Okular\n"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, "ostview.desktop:Name[el]=Okular\n"..., 4096) = 4096
23258 write(1, "ghostview.desktop:GenericName[ar"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... read resumed> "", 3966) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed> "ghostview.desktop:GenericName[ar"..., 4096) = 4096
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/kde4/kdesystemsettings.desktop",
O_RDONLY <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3636, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fcntl resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fcntl resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(7, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=3636, ...}) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "[Desktop Entry]\nExec=systemsetti"..., 3636) =
3636
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 write(1, "ions/kde4/okularApplication_ghos"..., 4096 <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23254 read(7, "U\0\0\0", 4) = 4
23258 write(1, "indstillinger\n/usr/share/applica"..., 4096 <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... write resumed> ) = 4
23254 read(6, "ions/kde4/okularApplication_ghos"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 3636) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 open("/usr/share/applications/kde4/Help.desktop", O_RDONLY
<unfinished ...>
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> "indstillinger\n/usr/share/applica"..., 4096) =
4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1997, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fstat(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1997, ...}) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 read(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\n\nExec=khelpcente"..., 1997)
= 1997
23254 <... read resumed> "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "/kde4/kdesystemsettings.desktop:"..., 4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1,
"ktop:Name[be]=\320\224\320\260\320\277\320\260\320\274\320\276\320\263\320\260\n/"...,
4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "", 1997) = 0
23254 <... write resumed> ) = 4
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "/kde4/kdesystemsettings.desktop:"..., 4096) = 4096
23258 open("/usr/share/applications/kde4/okularApplication_fb.desktop",
O_RDONLY <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=5682, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed>
"ktop:Name[be]=\320\224\320\260\320\277\320\260\320\274\320\276\320\263\320\260\n/"...,
4096) = 4096
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=5682, ...}) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 read(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nMimeType=applica"..., 4096) =
4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "kde4/Help.desktop:Name[sl]=Pomo\304"..., 4096
<unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "ations/kde4/okularApplication_fb"..., 4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1,
"\246\340\244\260\340\245\215\340\244\266\340\244\225\n/usr/share/applica"...,
4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "onBook, e-book, fb2\nX-KDE-Keywor"..., 4096) =
1586
23254 <... write resumed> ) = 4
23254 read(6, "kde4/Help.desktop:Name[sl]=Pomo\304"..., 4096) = 4096
23258 write(1, "_fb.desktop\n/usr/share/applicati"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... read resumed> "ations/kde4/okularApplication_fb"..., 4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 open("/usr/share/applications/kde4/krandrtray.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=16249, ...}) = 0
23254 <... read resumed>
"\246\340\244\260\340\245\215\340\244\266\340\244\225\n/usr/share/applica"...,
4096) = 4096
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> "_fb.desktop\n/usr/share/applicati"..., 4096) =
4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=16249, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=KRandRTray\n"..., 4096)
= 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 write(1, "eywords[zh_CN]=FictionBook, e-bo"..., 4096 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 2 (in [6 7])
23258 write(1, "drtray.desktop:Name[nds]=KRandRT"..., 4096 <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed>
"\340\244\276\340\244\265\nGenericName[hr]=Veli\304\215ine"..., 4096) = 4096
23254 read(6, "eywords[zh_CN]=FictionBook, e-bo"..., 4096) = 4096
23258 write(1, "\270rrelse p\303\245 sk\303\246rm og
Rot\303\251r\n/us"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 read(6, "drtray.desktop:Name[nds]=KRandRT"..., 4096) = 4096
23258 write(1,
":GenericName[mr]=\340\244\252\340\244\241\340\244\246\340\244\276
\340\244"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... read resumed> "nu veli\304\215ine i orijentacije iks "...,
4096) = 4096
23254 read(6, "\270rrelse p\303\245 sk\303\246rm og
Rot\303\251r\n/us"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1,
"enericName[zh_TW]=\350\236\242\345\271\225\350\252\277\346\225\264\345\244"...,
4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "\206\320\270\321\230\320\260\321\202\320\260
\320\275\320\260
X-\320\265\320\272\321\200\320\260\320\275\320\270\321"..., 4096) = 3961
23254 <... read resumed>
":GenericName[mr]=\340\244\252\340\244\241\340\244\246\340\244\276
\340\244"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "top:Comment[hr]=Applet trake za "..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 write(1, "\340\250\260\340\250\250
\340\250\205\340\250\244\340\251\207
\340\250\256\340\251\201\340\251\234-\340\250\230\340\251"..., 4096
<unfinished ...>
23254 <... read resumed>
"enericName[zh_TW]=\350\236\242\345\271\225\350\252\277\346\225\264\345\244"...,
4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... close resumed> ) = 0
23254 read(6, <unfinished ...>
23258 open("/usr/share/applications/kde4/kmouth.desktop", O_RDONLY
<unfinished ...>
23254 <... read resumed> "top:Comment[hr]=Applet trake za "..., 4096) = 4096
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=5369, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... read resumed> "\340\250\260\340\250\250
\340\250\205\340\250\244\340\251\207
\340\250\256\340\251\201\340\251\234-\340\250\230\340\251"..., 4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=5369, ...}) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... read resumed> "# KDE Config File\n[Desktop Entry"..., 4096) =
4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, "e4/krandrtray.desktop\n/usr/share"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "e4/kmouth.desktop:Name[sr]=\320\232\342\200\221"...,
4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "am obs\305\202uguj\304\205cy syntezator
mowy"..., 4096) = 1273
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... write resumed> ) = 4
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "e4/krandrtray.desktop\n/usr/share"..., 4096) =
4096
23258 open("/usr/share/applications/kde4/dolphin.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=5872, ...}) = 0
23254 <... read resumed>
"e4/kmouth.desktop:Name[sr]=\320\232\342\200\221"..., 4096) = 4096
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=5872, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Dolphin\nNam"..., 4096)
= 4096
23254 <... pselect6 resumed> ) = 1 (in [7])
23254 read(7, <unfinished ...>
23258 write(1,
"\341\236\267\341\236\222\341\236\270\342\200\213\341\236\237\341\236\204\341\237\222\341\236\202\341\237\222\341\236\232\341\237"...,
4096 <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... write resumed> ) = 4096
23254 write(7, "U\0\0\0", 4) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 write(1, "p:Name[be]=Dolphin\n/usr/share/ap"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... write resumed> ) = 4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 1 (in [6])
23254 read(6, <unfinished ...>
23258 write(1, "hin.desktop:Name[sk]=Dolphin\n/us"..., 4096 <unfinished ...>
23254 <... read resumed>
"\341\236\267\341\236\222\341\236\270\342\200\213\341\236\237\341\236\204\341\237\222\341\236\202\341\237\222\341\236\232\341\237"...,
4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed>
"\272\320\270\nGenericName[ml]=\340\264\253\340\264\257\340\264\262\340\265\215"...,
4096) = 1776
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 write(1, "de4/dolphin.desktop:GenericName["..., 4096 <unfinished ...>
23254 <... read resumed> "p:Name[be]=Dolphin\n/usr/share/ap"..., 4096) =
4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "hin.desktop:Name[sk]=Dolphin\n/us"..., 4096) =
4096
23258 open("/usr/share/applications/kde4/kmag.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4288, ...}) = 0
23254 <... read resumed> "de4/dolphin.desktop:GenericName["..., 4096) = 4096
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fstat(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4288, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 read(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... read resumed> "# KDE Config File\n[Desktop Entry"..., 4096) =
4096
23254 <... pselect6 resumed> ) = 1 (in [7])
23254 read(7, <unfinished ...>
23258 write(1, "vianlatin]=Menad\305\276er fajlova\n/us"..., 4096
<unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... write resumed> ) = 4096
23254 write(7, "U\0\0\0", 4) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 write(1, "pplications/kde4/kmag.desktop:Na"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... write resumed> ) = 4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 2 (in [6 7])
23254 read(7, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... read resumed> "enericName[vi]=Ph\303\263ng
\304\221\341\272\241i M\303\240"..., 4096) = 192
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "", 4096) = 0
23254 read(6, <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... read resumed> "vianlatin]=Menad\305\276er fajlova\n/us"...,
4096) = 4096
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/bluetooth-sendto.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... open resumed> ) = 4
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6043, ...}) = 0
23254 read(6, <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... read resumed> "pplications/kde4/kmag.desktop:Na"..., 4096) = 4096
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6043, ...}) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... read resumed> "[Desktop Entry]\nName=Bluetooth T"..., 4096) =
4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1,
"e[hu]=K\303\251perny\305\221nagy\303\255t\303\263\n/usr/s"..., 4096
<unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 write(1, "th-sendto.desktop:Name[be]=\320\237\320\265\321"...,
4096 <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... read resumed> "ina pelan bi Bluetooth re\nCommen"..., 4096) =
1947
23254 read(7, <unfinished ...>
23258 write(1, "pplications/bluetooth-sendto.des"..., 4096 <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... write resumed> ) = 4096
23254 write(7, "U\0\0\0", 4) = 4
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed>
"e[hu]=K\303\251perny\305\221nagy\303\255t\303\263\n/usr/s"..., 4096) = 4096
23258 <... read resumed> "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... close resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 open("/usr/share/applications/gpk-application.desktop", O_RDONLY
<unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... open resumed> ) = 4
23254 read(6, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed>
"th-sendto.desktop:Name[be]=\320\237\320\265\321"..., 4096) = 4096
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=9846, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fcntl resumed> ) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... fcntl resumed> ) = 0
23254 read(6, <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 <... read resumed> "pplications/bluetooth-sendto.des"..., 4096) = 4096
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=9846, ...}) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... read resumed> "[Desktop Entry]\nName=Add/Remove "..., 4096) =
4096
23254 read(6, <unfinished ...>
23258 write(1, "o.desktop:Comment[ku]=\305\236andina p"..., 4096
<unfinished ...>
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 <... write resumed> ) = 4096
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 write(1, ".desktop:Name[af]=Voeg by/verwyd"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23258 <... write resumed> ) = 4096
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed>
"\340\246\205\340\246\245\340\246\254\340\246\276
\340\246\207\340\246\250\340\246\270\340\247\215\340\246\237\340\246\262
"..., 4096) = 4096
23254 read(6, "o.desktop:Comment[ku]=\305\236andina p"..., 4096) = 4096
23258 write(1, "ion.desktop:Name[nl]=Software in"..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 write(1, "talovan\303\275 v syst\303\251mu\n/usr/share/"..., 4096
<unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> ".desktop:Name[af]=Voeg by/verwyd"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... read resumed> "\270\320\265
\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274,
\321\203\321\201\321\202\320\260\320\275"..., 4096) = 1654
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 write(1, "sang pada sistem\n/usr/share/appl"..., 4096 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... read resumed> "ion.desktop:Name[nl]=Software in"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 open("/usr/share/applications/yelp.desktop", O_RDONLY <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> "talovan\303\275 v
syst\303\251mu\n/usr/share/"..., 4096) = 4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6760, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> "sang pada sistem\n/usr/share/appl"..., 4096) =
4096
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=6760, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Help\nName[a"..., 4096)
= 4096
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 write(1, "y=true\n/usr/share/applications/y"..., 4096 <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23254 read(7, "U\0\0\0", 4) = 4
23258 write(1, "ons/yelp.desktop:Name[pl]=Pomoc\n"..., 4096 <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... write resumed> ) = 4
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "y=true\n/usr/share/applications/y"..., 4096) =
4096
23258 <... read resumed>
"\262\277\nComment[ko]=\352\267\270\353\206\210\354\227\220\354\204\234
\353\217\204\354"..., 4096) = 2664
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "ations/yelp.desktop:Comment[fi]="..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 <... write resumed> ) = 4096
23254 read(6, "ons/yelp.desktop:Name[pl]=Pomoc\n"..., 4096) = 4096
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 open("/usr/share/applications/gateway-firewall50user.desktop",
O_RDONLY <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... read resumed> "ations/yelp.desktop:Comment[fi]="..., 4096) = 4096
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fstat(4, <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 read(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... read resumed> "## This file is part of Whonix.\n"..., 424) = 424
23254 <... read resumed> "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... read resumed> "", 424) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 close(4 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... close resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 open("/usr/share/applications/debian-xterm.desktop", O_RDONLY
<unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 <... open resumed> ) = 4
23254 read(7, <unfinished ...>
23258 fstat(4, <unfinished ...>
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1889, ...}) = 0
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 fcntl(4, F_GETFD <unfinished ...>
23254 <... write resumed> ) = 4
23258 <... fcntl resumed> ) = 0
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... fcntl resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=1889, ...}) = 0
23258 read(4, "# $XTermId: xterm.desktop,v 1.10"..., 1889) = 1889
23258 read(4, "", 1889) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/mutt.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=269, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=269, ...}) = 0
23258 read(4, "[Desktop Entry]\nCategories=Offic"..., 269) = 269
23258 write(1, "u pomo\304\207\n/usr/share/applications"..., 4096) = 4096
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 269) = 0
23254 <... read resumed> "u pomo\304\207\n/usr/share/applications"...,
4096) = 4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 open("/usr/share/applications/emacs23.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fstat(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=477, ...}) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fcntl(4, F_GETFD <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 fstat(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=477, ...}) = 0
23254 <... write resumed> ) = 4
23258 read(4, <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nVersion=1.0\nName"..., 477) = 477
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 read(4, "", 477) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/python2.7.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Python (v2."..., 220) = 220
23258 read(4, "", 220) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/gateway-firewall30default.desktop",
O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=435, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=435, ...}) = 0
23258 read(4, "## This file is part of Whonix.\n"..., 435) = 435
23258 read(4, "", 435) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/gateway-torrc.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=393, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=393, ...}) = 0
23258 read(4, "## This file is part of Whonix.\n"..., 393) = 393
23258 read(4, "", 393) = 0
23258 close(4) = 0
23258 open("/usr/share/applications/gpk-dbus-service.desktop", O_RDONLY) = 4
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=7482, ...}) = 0
23258 fcntl(4, F_GETFD) = 0
23258 fcntl(4, F_SETFD, FD_CLOEXEC) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9bdf5cd0) = -1
ENOTTY (Inappropriate ioctl for device)
23258 fstat(4, {st_mode=S_IFREG|0644, st_size=7482, ...}) = 0
23258 read(4, "[Desktop Entry]\nName=Software In"..., 4096) = 4096
23258 write(1, "/share/applications/mutt.desktop"..., 4096 <unfinished ...>
23254 <... pselect6 resumed> ) = 1 (in [6])
23258 <... write resumed> ) = 4096
23254 read(6, "/share/applications/mutt.desktop"..., 4096) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "re-Installation\n/usr/share/appli"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "re-Installation\n/usr/share/appli"..., 4096) =
4096
23258 <... read resumed> "ionado no sistema\nComment[gu]=\340\252"...,
4096) = 3386
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23258 write(1, "\340\246\244
\340\246\232\340\246\276\340\246\262\340\246\250\340\246\276\340\246\234\340\247\215\340\246\236\340\246\276\340"...,
4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "\340\246\244
\340\246\232\340\246\276\340\246\262\340\246\250\340\246\276\340\246\234\340\247\215\340\246\236\340\246\276\340"...,
4096) = 4096
23258 write(1, "pk-dbus-service.desktop:Comment["..., 4096 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 read(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "pk-dbus-service.desktop:Comment["..., 4096) = 4096
23258 open("/usr/share/applications/nautilus-autorun-software.desktop",
O_RDONLY <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=2919, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fstat(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=2919, ...}) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Run Softwar"..., 2919) =
2919
23254 <... write resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23258 write(1, "hare/applications/gpk-dbus-servi"..., 4096 <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... write resumed> ) = 4096
23254 <... pselect6 resumed> ) = 2 (in [6 7])
23254 read(7, "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "", 2919) = 0
23254 <... write resumed> ) = 4
23258 close(4 <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... read resumed> "hare/applications/gpk-dbus-servi"..., 4096) = 4096
23258 open("/usr/share/applications/nm-applet.desktop", O_RDONLY
<unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... open resumed> ) = 4
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 fstat(4, <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4673, ...}) = 0
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23258 fcntl(4, F_GETFD <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... read resumed> 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23258 fcntl(4, F_SETFD, FD_CLOEXEC <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 <... fcntl resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS <unfinished ...>
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23258 <... ioctl resumed> , 0x7fff9bdf5cd0) = -1 ENOTTY (Inappropriate
ioctl for device)
23254 <... pselect6 resumed> ) = 1 (in [7])
23258 fstat(4, <unfinished ...>
23254 read(7, <unfinished ...>
23258 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=4673, ...}) = 0
23254 <... read resumed> "U\0\0\0", 4) = 4
23258 read(4, <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23258 <... read resumed> "[Desktop Entry]\nName=Network\nNam"..., 4096)
= 4096
23254 <... write resumed> ) = 4
23254 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
23258 write(1,
"\340\265\215\340\264\225\340\265\215\340\264\225\340\265\201\340\264\225\n/usr/share/ap"...,
4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45acf400) = 0
23258 <... write resumed> ) = 4096
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 1 (in [6])
23254 read(6, <unfinished ...>
23258 write(1, "e[ca]=Xarxa\n/usr/share/applicati"..., 4096 <unfinished ...>
23254 <... read resumed>
"\340\265\215\340\264\225\340\265\215\340\264\225\340\265\201\340\264\225\n/usr/share/ap"...,
4096) = 4096
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 read(6, <unfinished ...>
23258 read(4, <unfinished ...>
23254 <... read resumed> "e[ca]=Xarxa\n/usr/share/applicati"..., 4096) =
4096
23258 <... read resumed> "
ba\304\237lant\304\261lar\304\261n\304\261z\304\261
y\303\266netin\n"..., 4096) = 577
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 write(1, "rksforbindelser\n/usr/share/appli"..., 4096 <unfinished ...>
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 <... write resumed> ) = 4096
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23258 read(4, <unfinished ...>
23254 read(6, <unfinished ...>
23258 <... read resumed> "", 4096) = 0
23254 <... read resumed> "rksforbindelser\n/usr/share/appli"..., 4096) =
4096
23258 close(4 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... close resumed> ) = 0
23254 <... ioctl resumed> , 0x7ffe45ace3d0) = 0
23258 write(1, "share/applications/nm-applet.des"..., 1351 <unfinished ...>
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE <unfinished ...>
23258 <... write resumed> ) = 1351
23254 <... ioctl resumed> , 0x7ffe45ace390) = 0
23254 read(6, "share/applications/nm-applet.des"..., 4096) = 1351
23258 exit_group(0) = ?
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace390) = 0
23254 read(6, 0x7ffe45ace470, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 1 (in [7])
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4) = 4
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23257 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0,
NULL) = 23258
23254 <... pselect6 resumed> ) = 1 (in [7])
23257 --- SIGCHLD (Child exited) @ 0 (0) ---
23254 read(7, "U\0\0\0", 4) = 4
23257 close(0 <unfinished ...>
23254 write(7, "U\0\0\0", 4 <unfinished ...>
23257 <... close resumed> ) = 0
23254 <... write resumed> ) = 4
23257 munmap(0x7f7ee121d000, 4096 <unfinished ...>
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23257 <... munmap resumed> ) = 0
23254 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
23257 close(1) = 0
23257 close(2) = 0
23257 exit_group(0) = ?
23255 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0,
NULL) = 23257
23255 --- SIGCHLD (Child exited) @ 0 (0) ---
23255 rt_sigreturn(0x11) = 23257
23255 read(10, "", 8192) = 0
23255 exit_group(0) = ?
23254 <... pselect6 resumed> ) = 1 (in [6])
23254 read(6, "", 4096) = 0
23254 ioctl(7, EVIOCGKEYCODE or EVIOCSKEYCODE, 0x7ffe45ace3d0) = 0
23254 shutdown(6, 0 /* receive */) = 0
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [7], [], NULL, NULL, {[], 8}) = 1 (in [7])
23254 read(7, "U\0\0\0", 4) = 4
23254 write(7, "U\0\0\0", 4) = 4
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [7], [], NULL, NULL, {[], 8}) = ? ERESTARTNOHAND (To
be restarted)
23254 --- SIGCHLD (Child exited) @ 0 (0) ---
23254 rt_sigaction(SIGCHLD, {0x7fa2eebe0020, [CHLD],
SA_RESTORER|SA_RESTART, 0x7fa2ee03d180}, {0x7fa2eebe0020, [CHLD],
SA_RESTORER|SA_RESTART, 0x7fa2ee03d180}, 8) = 0
23254 rt_sigreturn(0x11) = -1 EINTR (Interrupted system call)
23254 wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL)
= 23255
23254 wait4(-1, 0x7ffe45acf4cc, WNOHANG, NULL) = -1 ECHILD (No child
processes)
23254 ioctl(8, SNDCTL_DSP_RESET, 0x7ffe45acf400) = 0
23254 pselect6(8, [7], [], NULL, NULL, {[], 8}

[4]

3601 execve("/usr/lib/qubes/qrexec-client-vm",
["/usr/lib/qubes/qrexec-client-vm", "dom0", "qubes.SyncAppMenus",
"/bin/sh", "/etc/qubes-rpc/qubes.GetAppmenus"], [/* 17 vars */]) = 0
3601 brk(0) = 0x7f617a2bc000
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f6179221000
3601 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
3601 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=87490, ...}) = 0
3601 mmap(NULL, 87490, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f617920b000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/usr/lib/libvchan-xen.so", O_RDONLY|O_CLOEXEC) = 3
3601 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\23\0\0\0\0\0\0"...,
832) = 832
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=10880, ...}) = 0
3601 mmap(NULL, 2106216, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6178bfa000
3601 mprotect(0x7f6178bfc000, 2097152, PROT_NONE) = 0
3601 mmap(0x7f6178dfc000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6178dfc000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/usr/lib/x86_64-linux-gnu/libxenvchan.so.1.0",
O_RDONLY|O_CLOEXEC) = 3
3601 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
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=14464, ...}) = 0
3601 mmap(NULL, 2109800, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f61789f6000
3601 mprotect(0x7f61789f9000, 2093056, PROT_NONE) = 0
3601 mmap(0x7f6178bf8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6178bf8000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/usr/lib/libqrexec-utils.so.1", O_RDONLY|O_CLOEXEC) = 3
3601 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
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=13496, ...}) = 0
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f617920a000
3601 mmap(NULL, 2108840, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f61787f3000
3601 mprotect(0x7f61787f6000, 2093056, PROT_NONE) = 0
3601 mmap(0x7f61789f5000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f61789f5000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
3601 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
3601 fstat(3, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
3601 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f617844a000
3601 mprotect(0x7f61785e9000, 2097152, PROT_NONE) = 0
3601 mmap(0x7f61787e9000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19f000) = 0x7f61787e9000
3601 mmap(0x7f61787ef000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f61787ef000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/usr/lib/x86_64-linux-gnu/libxenstore.so.3.0",
O_RDONLY|O_CLOEXEC) = 3
3601 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
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=27016, ...}) = 0
3601 mmap(NULL, 2134664, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6178240000
3601 mprotect(0x7f6178246000, 2093056, PROT_NONE) = 0
3601 mmap(0x7f6178445000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f6178445000
3601 mmap(0x7f6178447000, 8840, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6178447000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/usr/lib/x86_64-linux-gnu/libxenctrl.so.4.4",
O_RDONLY|O_CLOEXEC) = 3
3601 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220o\0\0\0\0\0\0"...,
832) = 832
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=159352, ...}) = 0
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f6179209000
3601 mmap(NULL, 2254760, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6178019000
3601 mprotect(0x7f617803f000, 2093056, PROT_NONE) = 0
3601 mmap(0x7f617823e000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f617823e000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
3601 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20o\0\0\0\0\0\0"...,
832) = 832
3601 fstat(3, {st_mode=S_IFREG|0755, st_size=137440, ...}) = 0
3601 mmap(NULL, 2213008, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6177dfc000
3601 mprotect(0x7f6177e14000, 2093056, PROT_NONE) = 0
3601 mmap(0x7f6178013000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f6178013000
3601 mmap(0x7f6178015000, 13456, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6178015000
3601 close(3) = 0
3601 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
3601 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
3601 fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
3601 mmap(NULL, 2109712, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6177bf8000
3601 mprotect(0x7f6177bfb000, 2093056, PROT_NONE) = 0
3601 mmap(0x7f6177dfa000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6177dfa000
3601 close(3) = 0
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f6179208000
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f6179207000
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f6179206000
3601 arch_prctl(ARCH_SET_FS, 0x7f6179207700) = 0
3601 mprotect(0x7f61787e9000, 16384, PROT_READ) = 0
3601 mprotect(0x7f6177dfa000, 4096, PROT_READ) = 0
3601 mprotect(0x7f6178013000, 4096, PROT_READ) = 0
3601 mprotect(0x7f617823e000, 4096, PROT_READ) = 0
3601 mprotect(0x7f6178445000, 4096, PROT_READ) = 0
3601 mprotect(0x7f6178bf8000, 4096, PROT_READ) = 0
3601 mprotect(0x7f617901d000, 4096, PROT_READ) = 0
3601 munmap(0x7f617920b000, 87490) = 0
3601 set_tid_address(0x7f61792079d0) = 3601
3601 set_robust_list(0x7f61792079e0, 24) = 0
3601 rt_sigaction(SIGRTMIN, {0x7f6177e029f0, [],
SA_RESTORER|SA_SIGINFO, 0x7f6177e0b8d0}, NULL, 8) = 0
3601 rt_sigaction(SIGRT_1, {0x7f6177e02a80, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f6177e0b8d0}, NULL, 8) = 0
3601 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
3601 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
3601 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
3601 connect(3, {sa_family=AF_LOCAL,
sun_path="/var/run/qubes/qrexec-agent"}, 29) = 0
3601 write(3, "qubes.SyncAppMenus\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 128)
= 128
3601 read(3, "\0\0\0\0\1\2\0\0", 8) = 8
3601 socketpair(PF_LOCAL, SOCK_STREAM, 0, [4, 5]) = 0
3601 socketpair(PF_LOCAL, SOCK_STREAM, 0, [6, 7]) = 0
3601 brk(0) = 0x7f617a2bc000
3601 brk(0x7f617a2dd000) = 0x7f617a2dd000
3601 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f61792079d0) = 3602
3601 close(4 <unfinished ...>
3602 set_robust_list(0x7f61792079e0, 24 <unfinished ...>
3601 <... close resumed> ) = 0
3602 <... set_robust_list resumed> ) = 0
3601 close(7) = 0
3601 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3602 close(5 <unfinished ...>
3601 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
3602 <... close resumed> ) = 0
3601 open("/dev/xen/gntalloc", O_RDWR <unfinished ...>
3602 close(6 <unfinished ...>
3601 <... open resumed> ) = 4
3602 <... close resumed> ) = 0
3601 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3602 close(3 <unfinished ...>
3601 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
3602 <... close resumed> ) = 0
3601 open("/dev/xen/evtchn", O_RDWR <unfinished ...>
3602 dup(0 <unfinished ...>
3601 <... open resumed> ) = 7
3602 <... dup resumed> ) = 3
3601 ioctl(7, EVIOCGID, 0x7fff91fcc040) = 84
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3602 dup(1 <unfinished ...>
3601 <... write resumed> ) = 4
3602 <... dup resumed> ) = 5
3601 ioctl(4, 0x184705 <unfinished ...>
3602 dup2(4, 0 <unfinished ...>
3601 <... ioctl resumed> , 0x7f617a2bcb90) = 0
3602 <... dup2 resumed> ) = 0
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0
<unfinished ...>
3602 dup2(7, 1 <unfinished ...>
3601 <... mmap resumed> ) = 0x7f6179220000
3602 <... dup2 resumed> ) = 1
3601 ioctl(4, 0x104707 <unfinished ...>
3602 close(4 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfe0) = 0
3602 <... close resumed> ) = 0
3601 ioctl(4, 0x104706 <unfinished ...>
3602 close(7 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbff0) = 0
3602 <... close resumed> ) = 0
3601 ioctl(4, 0x184705 <unfinished ...>
3602 execve("/bin/sh", ["sh", "/etc/qubes-rpc/qubes.GetAppmenus"], [/*
20 vars */] <unfinished ...>
3601 <... ioctl resumed> , 0x7f617a2bcbc0) = 0
3601 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0x1000) =
0x7f6179210000
3601 ioctl(4, 0x104706, 0x7fff91fcbff0) = 0
3601 ioctl(4, 0x184705, 0x7f617a2bcbc0) = 0
3601 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0x11000) =
0x7f61791f6000
3601 ioctl(4, 0x104706, 0x7fff91fcbff0) = 0
3601 stat("/var/run/xenstored/socket", 0x7fff91fcbf70) = -1 ENOENT (No
such file or directory)
3601 stat("/dev/xen/xenbus", {st_mode=S_IFCHR|0660, st_rdev=makedev(10,
62), ...}) = 0
3601 open("/dev/xen/xenbus", O_RDWR) = 8
3602 <... execve resumed> ) = 0
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
{SIG_DFL, [], 0}, 8) = 0
3601 write(8, "\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0", 16 <unfinished ...>
3602 brk(0 <unfinished ...>
3601 <... write resumed> ) = 16
3602 <... brk resumed> ) = 0x7fd6b89cb000
3601 write(8, "domid\0", 6 <unfinished ...>
3602 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3601 <... write resumed> ) = 6
3602 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 read(8, <unfinished ...>
3602 <... mmap resumed> ) = 0x7fd6b7c8b000
3601 <... read resumed> "\2\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
3601 read(8, <unfinished ...>
3602 access("/etc/ld.so.preload", R_OK <unfinished ...>
3601 <... read resumed> "12", 2) = 2
3602 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
3601 <... rt_sigaction resumed> NULL, 8) = 0
3602 <... open resumed> ) = 4
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 fstat(4, <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f617847f180}, 8) = 0
3602 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=87490, ...}) = 0
3601 write(8, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16 <unfinished ...>
3602 mmap(NULL, 87490, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
3601 <... write resumed> ) = 16
3601 write(8, "\0", 1 <unfinished ...>
3602 <... mmap resumed> ) = 0x7fd6b7c75000
3602 close(4) = 0
3602 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3602 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 4
3602 read(4,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
3602 fstat(4, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
3602 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7fd6b74a6000
3602 mprotect(0x7fd6b7645000, 2097152, PROT_NONE) = 0
3602 mmap(0x7fd6b7845000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000) = 0x7fd6b7845000
3602 mmap(0x7fd6b784b000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd6b784b000
3601 <... write resumed> ) = 1
3601 read(8, <unfinished ...>
3602 close(4 <unfinished ...>
3601 <... read resumed> "\6\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
3602 <... close resumed> ) = 0
3601 read(8, "32\0", 3) = 3
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 <... rt_sigaction resumed> NULL, 8) = 0
3602 <... mmap resumed> ) = 0x7fd6b7c74000
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f617847f180}, 8) = 0
3602 <... mmap resumed> ) = 0x7fd6b7c73000
3601 write(8, "\v\0\0\0\0\0\0\0 \0\0\0\36\0\0\0", 16 <unfinished ...>
3602 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 <... write resumed> ) = 16
3602 <... mmap resumed> ) = 0x7fd6b7c72000
3601 write(8, "data/vchan/0/513/ring-ref\0", 26 <unfinished ...>
3602 arch_prctl(ARCH_SET_FS, 0x7fd6b7c73700 <unfinished ...>
3601 <... write resumed> ) = 26
3602 <... arch_prctl resumed> ) = 0
3601 write(8, "5123", 4 <unfinished ...>
3602 mprotect(0x7fd6b7845000, 16384, PROT_READ) = 0
3602 mprotect(0x7fd6b7c8d000, 12288, PROT_READ) = 0
3602 mprotect(0x7fd6b7a6f000, 4096, PROT_READ <unfinished ...>
3601 <... write resumed> ) = 4
3601 read(8, <unfinished ...>
3602 <... mprotect resumed> ) = 0
3601 <... read resumed> "\v\0\0\0\0\0\0\0 \0\0\0\3\0\0\0", 16) = 16
3602 munmap(0x7fd6b7c75000, 87490 <unfinished ...>
3601 read(8, "OK\0", 3) = 3
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 <... munmap resumed> ) = 0
3601 <... rt_sigaction resumed> NULL, 8) = 0
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
{SIG_DFL, [], SA_RESTORER, 0x7f617847f180}, 8) = 0
3602 getpid( <unfinished ...>
3601 write(8, "\16\0\0\0\0\0\0\0 \0\0\0!\0\0\0", 16 <unfinished ...>
3602 <... getpid resumed> ) = 3602
3601 <... write resumed> ) = 16
3602 rt_sigaction(SIGCHLD, {0x7fd6b7a83fd0, ~[RTMIN RT_1], SA_RESTORER,
0x7fd6b74db180}, <unfinished ...>
3601 write(8, "data/vchan/0/513/ring-ref\0", 26 <unfinished ...>
3602 <... rt_sigaction resumed> NULL, 8) = 0
3601 <... write resumed> ) = 26
3602 geteuid( <unfinished ...>
3601 write(8, "n12\0", 4 <unfinished ...>
3602 <... geteuid resumed> ) = 0
3601 <... write resumed> ) = 4
3601 write(8, "r0\0", 3 <unfinished ...>
3602 brk(0) = 0x7fd6b89cb000
3602 brk(0x7fd6b89ec000) = 0x7fd6b89ec000
3601 <... write resumed> ) = 3
3602 getppid( <unfinished ...>
3601 read(8, <unfinished ...>
3602 <... getppid resumed> ) = 3601
3601 <... read resumed> "\16\0\0\0\0\0\0\0 \0\0\0\3\0\0\0", 16) = 16
3601 read(8, "OK\0", 3) = 3
3602 getcwd( <unfinished ...>
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 <... getcwd resumed> "/home/user", 4096) = 11
3601 <... rt_sigaction resumed> NULL, 8) = 0
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 open("/etc/qubes-rpc/qubes.GetAppmenus", O_RDONLY <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f617847f180}, 8) = 0
3602 <... open resumed> ) = 4
3601 write(8, "\v\0\0\0\0\0\0\0 \0\0\0!\0\0\0", 16 <unfinished ...>
3602 fcntl(4, F_DUPFD, 10 <unfinished ...>
3601 <... write resumed> ) = 16
3602 <... fcntl resumed> ) = 10
3601 write(8, "data/vchan/0/513/event-channel\0", 31 <unfinished ...>
3602 close(4 <unfinished ...>
3601 <... write resumed> ) = 31
3602 <... close resumed> ) = 0
3601 write(8, "84", 2 <unfinished ...>
3602 fcntl(10, F_SETFD, FD_CLOEXEC) = 0
3602 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
3602 rt_sigaction(SIGINT, {0x7fd6b7a83fd0, ~[RTMIN RT_1], SA_RESTORER,
0x7fd6b74db180}, NULL, 8) = 0
3602 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
3602 rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7fd6b74db180}, NULL, 8) = 0
3602 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
3602 rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7fd6b74db180}, NULL, 8) = 0
3602 read(10, "find /usr/share/applications/ /u"..., 8192) = 287
3602 stat("/usr/local/sbin/find", 0x7ffe88accb80) = -1 ENOENT (No such
file or directory)
3602 stat("/usr/local/bin/find", 0x7ffe88accb80) = -1 ENOENT (No such
file or directory)
3602 stat("/usr/sbin/find", 0x7ffe88accb80) = -1 ENOENT (No such file
or directory)
3602 stat("/usr/bin/find", {st_mode=S_IFREG|0755, st_size=233984, ...}) = 0
3602 pipe([4, 6]) = 0
3602 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fd6b7c739d0) = 3603
3602 close(6) = 0
3603 close(10) = 0
3602 stat("/usr/local/sbin/xargs", 0x7ffe88accb80) = -1 ENOENT (No such
file or directory)
3603 close(4 <unfinished ...>
3602 stat("/usr/local/bin/xargs", <unfinished ...>
3603 <... close resumed> ) = 0
3603 dup2(6, 1 <unfinished ...>
3602 <... stat resumed> 0x7ffe88accb80) = -1 ENOENT (No such file or
directory)
3603 <... dup2 resumed> ) = 1
3602 stat("/usr/sbin/xargs", <unfinished ...>
3603 close(6 <unfinished ...>
3602 <... stat resumed> 0x7ffe88accb80) = -1 ENOENT (No such file or
directory)
3603 <... close resumed> ) = 0
3602 stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=43496, ...}) = 0
3602 clone( <unfinished ...>
3603 open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
3603 fcntl(2, F_DUPFD, 10) = 10
3603 close(2) = 0
3602 <... clone resumed> child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fd6b7c739d0) = 3604
3603 fcntl(10, F_SETFD, FD_CLOEXEC) = 0
3603 dup2(4, 2 <unfinished ...>
3604 close(10 <unfinished ...>
3603 <... dup2 resumed> ) = 2
3604 <... close resumed> ) = 0
3601 <... write resumed> ) = 2
3603 close(4 <unfinished ...>
3601 read(8, <unfinished ...>
3603 <... close resumed> ) = 0
3601 <... read resumed> "\v\0\0\0\0\0\0\0 \0\0\0\3\0\0\0", 16) = 16
3604 dup2(4, 0 <unfinished ...>
3601 read(8, <unfinished ...>
3604 <... dup2 resumed> ) = 0
3601 <... read resumed> "OK\0", 3) = 3
3604 close(4 <unfinished ...>
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3604 <... close resumed> ) = 0
3601 <... rt_sigaction resumed> NULL, 8) = 0
3603 execve("/usr/bin/find", ["find", "/usr/share/applications/",
"/usr/local/share/applications/", "-name", "*.desktop"], [/* 21 vars */]
<unfinished ...>
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3602 close(4 <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f617847f180}, 8) = 0
3604 open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666 <unfinished ...>
3601 write(8, "\16\0\0\0\0\0\0\0 \0\0\0&\0\0\0", 16 <unfinished ...>
3604 <... open resumed> ) = 4
3601 <... write resumed> ) = 16
3604 fcntl(2, F_DUPFD, 10 <unfinished ...>
3601 write(8, "data/vchan/0/513/event-channel\0", 31 <unfinished ...>
3604 <... fcntl resumed> ) = 10
3601 <... write resumed> ) = 31
3604 close(2 <unfinished ...>
3602 <... close resumed> ) = 0
3601 write(8, "n12\0", 4 <unfinished ...>
3604 <... close resumed> ) = 0
3601 <... write resumed> ) = 4
3604 fcntl(10, F_SETFD, FD_CLOEXEC <unfinished ...>
3601 write(8, "r0\0", 3 <unfinished ...>
3604 <... fcntl resumed> ) = 0
3602 close(-1 <unfinished ...>
3604 dup2(4, 2 <unfinished ...>
3602 <... close resumed> ) = -1 EBADF (Bad file descriptor)
3604 <... dup2 resumed> ) = 2
3604 close(4 <unfinished ...>
3602 wait4(-1, <unfinished ...>
3604 <... close resumed> ) = 0
3604 execve("/usr/bin/xargs", ["xargs", "awk", "/^\\[/ { if
(tolower($0) != \"\\[de"...], [/* 21 vars */] <unfinished ...>
3601 <... write resumed> ) = 3
3601 read(8, "\16\0\0\0\0\0\0\0 \0\0\0\3\0\0\0", 16) = 16
3601 read(8, "OK\0", 3) = 3
3603 <... execve resumed> ) = 0
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
NULL, 8) = 0
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
{SIG_DFL, [], SA_RESTORER, 0x7f617847f180}, 8) = 0
3603 brk(0 <unfinished ...>
3601 write(8, "\7\0\0\0\0\0\0\0 \0\0\0\2\0\0\0", 16) = 16
3603 <... brk resumed> ) = 0x1038000
3601 write(8, "T\0", 2 <unfinished ...>
3604 <... execve resumed> ) = 0
3603 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3604 brk(0 <unfinished ...>
3603 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3604 <... brk resumed> ) = 0x1128000
3603 <... mmap resumed> ) = 0x7fc72d974000
3604 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
3603 access("/etc/ld.so.preload", R_OK <unfinished ...>
3604 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3604 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3603 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3604 <... mmap resumed> ) = 0x7f15e103b000
3603 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
3601 <... write resumed> ) = 2
3604 access("/etc/ld.so.preload", R_OK <unfinished ...>
3601 read(8, <unfinished ...>
3603 <... open resumed> ) = 4
3601 <... read resumed> "\7\0\0\0\0\0\0\0 \0\0\0\3\0\0\0", 16) = 16
3604 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3601 read(8, <unfinished ...>
3604 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
3601 <... read resumed> "OK\0", 3) = 3
3604 <... open resumed> ) = 4
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3604 fstat(4, <unfinished ...>
3601 <... rt_sigaction resumed> NULL, 8) = 0
3604 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=87490, ...}) = 0
3601 close(8 <unfinished ...>
3604 mmap(NULL, 87490, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
3603 fstat(4, <unfinished ...>
3601 <... close resumed> ) = 0
3604 <... mmap resumed> ) = 0x7f15e1025000
3603 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=87490, ...}) = 0
3601 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3604 close(4 <unfinished ...>
3601 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
3604 <... close resumed> ) = 0
3601 open("/proc/xen/privcmd", O_RDWR <unfinished ...>
3603 mmap(NULL, 87490, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
3601 <... open resumed> ) = 8
3604 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
3603 <... mmap resumed> ) = 0x7fc72d95e000
3601 fcntl(8, F_GETFD <unfinished ...>
3604 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3601 <... fcntl resumed> ) = 0
3603 close(4 <unfinished ...>
3601 fcntl(8, F_SETFD, FD_CLOEXEC <unfinished ...>
3604 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
3601 <... fcntl resumed> ) = 0
3604 <... open resumed> ) = 4
3603 <... close resumed> ) = 0
3604 read(4, <unfinished ...>
3601 select(8, [7], NULL, NULL, {10, 0} <unfinished ...>
3604 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
3603 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
3604 fstat(4, <unfinished ...>
3603 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3604 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
3603 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
3604 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
3603 <... open resumed> ) = 4
3604 <... mmap resumed> ) = 0x7f15e0a74000
3603 read(4, <unfinished ...>
3604 mprotect(0x7f15e0c13000, 2097152, PROT_NONE <unfinished ...>
3603 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200U\0\0\0\0\0\0"...,
832) = 832
3604 <... mprotect resumed> ) = 0
3604 mmap(0x7f15e0e13000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000 <unfinished ...>
3603 fstat(4, <unfinished ...>
3604 <... mmap resumed> ) = 0x7f15e0e13000
3603 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1051056, ...}) = 0
3604 mmap(0x7f15e0e19000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 <unfinished ...>
3603 mmap(NULL, 3146072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
3604 <... mmap resumed> ) = 0x7f15e0e19000
3603 <... mmap resumed> ) = 0x7fc72d455000
3604 close(4 <unfinished ...>
3603 mprotect(0x7fc72d555000, 2093056, PROT_NONE <unfinished ...>
3604 <... close resumed> ) = 0
3603 <... mprotect resumed> ) = 0
3603 mmap(0x7fc72d754000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xff000 <unfinished ...>
3604 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3603 <... mmap resumed> ) = 0x7fc72d754000
3601 <... select resumed> ) = 1 (in [7], left {9, 999653})
3604 <... mmap resumed> ) = 0x7f15e1024000
3603 close(4 <unfinished ...>
3601 read(7, <unfinished ...>
3604 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 <... read resumed> "T\0\0\0", 4) = 4
3604 <... mmap resumed> ) = 0x7f15e1023000
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3604 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 <... write resumed> ) = 4
3604 <... mmap resumed> ) = 0x7f15e1022000
3603 <... close resumed> ) = 0
3601 stat("/var/run/xenstored/socket", <unfinished ...>
3604 arch_prctl(ARCH_SET_FS, 0x7f15e1023700 <unfinished ...>
3601 <... stat resumed> 0x7fff91fcc0f0) = -1 ENOENT (No such file or
directory)
3604 <... arch_prctl resumed> ) = 0
3601 stat("/dev/xen/xenbus", <unfinished ...>
3603 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
3601 <... stat resumed> {st_mode=S_IFCHR|0660, st_rdev=makedev(10, 62),
...}) = 0
3603 <... access resumed> ) = -1 ENOENT (No such file or
directory)
3601 open("/dev/xen/xenbus", O_RDWR <unfinished ...>
3603 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC
<unfinished ...>
3601 <... open resumed> ) = 9
3603 <... open resumed> ) = 4
3601 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3604 mprotect(0x7f15e0e13000, 16384, PROT_READ <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f617847f180}, 8) = 0
3603 read(4, <unfinished ...>
3601 write(9, "\r\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16 <unfinished ...>
3604 <... mprotect resumed> ) = 0
3601 <... write resumed> ) = 16
3603 <... read resumed>
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
3601 write(9, "data/vchan/0/513\0", 17 <unfinished ...>
3604 mprotect(0x609000, 4096, PROT_READ <unfinished ...>
3603 fstat(4, <unfinished ...>
3604 <... mprotect resumed> ) = 0
3603 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
3604 mprotect(0x7f15e103d000, 4096, PROT_READ <unfinished ...>
3603 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0 <unfinished ...>
3604 <... mprotect resumed> ) = 0
3603 <... mmap resumed> ) = 0x7fc72d0ac000
3604 munmap(0x7f15e1025000, 87490 <unfinished ...>
3603 mprotect(0x7fc72d24b000, 2097152, PROT_NONE) = 0
3604 <... munmap resumed> ) = 0
3603 mmap(0x7fc72d44b000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000) = 0x7fc72d44b000
3603 mmap(0x7fc72d451000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc72d451000
3604 brk(0 <unfinished ...>
3603 close(4 <unfinished ...>
3604 <... brk resumed> ) = 0x1128000
3601 <... write resumed> ) = 17
3603 <... close resumed> ) = 0
3601 read(9, <unfinished ...>
3604 brk(0x1149000 <unfinished ...>
3601 <... read resumed> "\r\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
3604 <... brk resumed> ) = 0x1149000
3601 read(9, <unfinished ...>
3603 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 <... read resumed> "OK\0", 3) = 3
3604 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC
<unfinished ...>
3601 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f617847f180},
<unfinished ...>
3604 <... open resumed> ) = 4
3601 <... rt_sigaction resumed> NULL, 8) = 0
3604 fstat(4, <unfinished ...>
3601 close(9 <unfinished ...>
3604 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1607712, ...}) = 0
3601 <... close resumed> ) = 0
3604 mmap(NULL, 1607712, PROT_READ, MAP_PRIVATE, 4, 0 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3604 <... mmap resumed> ) = 0x7f15e0e99000
3601 <... ioctl resumed> , 0x7fff91fcc1e0) = 0
3603 <... mmap resumed> ) = 0x7fc72d95d000
3604 close(4 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3604 <... close resumed> ) = 0
3601 <... ioctl resumed> , 0x7fff91fcc1e0) = 0
3603 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 read(7, <unfinished ...>
3603 <... mmap resumed> ) = 0x7fc72d95c000
3601 <... read resumed> "T\0\0\0", 4) = 4
3603 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3604 getrlimit(RLIMIT_STACK, <unfinished ...>
3601 <... write resumed> ) = 4
3604 <... getrlimit resumed> {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3604 getrlimit(RLIMIT_STACK, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcc1e0) = 0
3604 <... getrlimit resumed> {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
3601 rt_sigaction(SIGCHLD, {0x7f6179021d30, [CHLD],
SA_RESTORER|SA_RESTART, 0x7f617847f180}, <unfinished ...>
3604 mmap(NULL, 135168, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
3604 <... mmap resumed> ) = 0x7f15e0e78000
3601 rt_sigaction(SIGUSR1, {0x7f6179021d10, [USR1],
SA_RESTORER|SA_RESTART, 0x7f617847f180}, <unfinished ...>
3604 mmap(NULL, 135168, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
3601 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
3604 <... mmap resumed> ) = 0x7f15e0e57000
3603 <... mmap resumed> ) = 0x7fc72d95b000
3601 rt_sigprocmask(SIG_BLOCK, [CHLD], <unfinished ...>
3604 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART,
0x7f15e0aa9180}, <unfinished ...>
3601 <... rt_sigprocmask resumed> NULL, 8) = 0
3604 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
3601 fcntl(6, F_GETFL <unfinished ...>
3603 arch_prctl(ARCH_SET_FS, 0x7fc72d95c700 <unfinished ...>
3601 <... fcntl resumed> ) = 0x2 (flags O_RDWR)
3604 fstat(0, <unfinished ...>
3601 fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK <unfinished ...>
3604 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
3601 <... fcntl resumed> ) = 0
3604 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
3601 fcntl(-1, F_GETFL <unfinished ...>
3604 <... mmap resumed> ) = 0x7f15e103a000
3601 <... fcntl resumed> ) = -1 EBADF (Bad file descriptor)
3604 read(0, <unfinished ...>
3601 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0 <unfinished ...>
3603 <... arch_prctl resumed> ) = 0
3601 <... mmap resumed> ) = 0x7f617920f000
3601 madvise(0x7f617920f000, 4096, MADV_DONTFORK) = 0
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3603 mprotect(0x7fc72d44b000, 16384, PROT_READ <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3603 <... mprotect resumed> ) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3603 mprotect(0x7fc72d754000, 4096, PROT_READ) = 0
3603 mprotect(0x637000, 4096, PROT_READ) = 0
3603 mprotect(0x7fc72d976000, 4096, PROT_READ) = 0
3603 munmap(0x7fc72d95e000, 87490) = 0
3603 uname({sys="Linux", node="untrusted", ...}) = 0
3603 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffe76042fa0) = -1 ENOTTY (Inappropriate ioctl for device)
3603 gettimeofday({1438965634, 926476}, NULL) = 0
3603 brk(0) = 0x1038000
3603 brk(0x1059000) = 0x1059000
3603 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 4
3603 fstat(4, {st_mode=S_IFREG|0644, st_size=1607712, ...}) = 0
3603 mmap(NULL, 1607712, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7fc72d7d2000
3603 close(4) = 0
3603 open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache",
O_RDONLY) = 4
3603 fstat(4, {st_mode=S_IFREG|0644, st_size=26258, ...}) = 0
3603 mmap(NULL, 26258, PROT_READ, MAP_SHARED, 4, 0) = 0x7fc72d96d000
3603 close(4) = 0
3603 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4
3603 fstat(4, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
3603 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fc72d96c000
3603 read(4, "# Locale name alias data base.\n#"..., 4096) = 2492
3603 read(4, "", 4096) = 0
3603 close(4) = 0
3603 munmap(0x7fc72d96c000, 4096) = 0
3603 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/findutils.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/findutils.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en_US/LC_MESSAGES/findutils.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/findutils.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en.utf8/LC_MESSAGES/findutils.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en/LC_MESSAGES/findutils.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
3603 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffe76042f30) = -1 ENOTTY (Inappropriate ioctl for device)
3603 open(".", O_RDONLY) = 4
3603 fchdir(4) = 0
3603 newfstatat(AT_FDCWD, "/usr/share/applications/",
{st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
3603 open(".", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW) = 6
3603 fchdir(6) = 0
3603 openat(AT_FDCWD, "/usr/share/applications/",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3603 fchdir(7) = 0
3603 getdents(7, /* 51 entries */, 32768) = 2176
3603 getdents(7, /* 0 entries */, 32768) = 0
3603 close(7) = 0
3603 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
3603 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fc72d96c000
3603 newfstatat(AT_FDCWD, "kde4", {st_mode=S_IFDIR|0755, st_size=4096,
...}, AT_SYMLINK_NOFOLLOW) = 0
3603 openat(AT_FDCWD, "kde4",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3603 fchdir(7) = 0
3603 getdents(7, /* 18 entries */, 32768) = 712
3603 getdents(7, /* 0 entries */, 32768) = 0
3603 close(7) = 0
3603 open("..", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW) = 7
3603 fstat(7, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3603 fchdir(7) = 0
3603 close(7) = 0
3603 fchdir(6) = 0
3603 fchdir(6) = 0
3603 close(6) = 0
3603 newfstatat(AT_FDCWD, "/usr/local/share/applications/", 0x103bf68,
AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)
3603 open(".", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW) = 6
3603 fchdir(6) = 0
3603 write(1, "/usr/share/applications/org.gnom"..., 2927) = 2927
3604 <... read resumed> "/usr/share/applications/org.gnom"..., 4096) = 2927
3603 write(2, "find: ", 6) = 6
3603 write(2, "`/usr/local/share/applications/'", 32 <unfinished ...>
3604 read(0, <unfinished ...>
3603 <... write resumed> ) = 32
3603 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
3603 open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
3603 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
3603 write(2, ": No such file or directory", 27) = 27
3603 write(2, "\n", 1) = 1
3603 fchdir(6) = 0
3603 close(6) = 0
3603 close(1 <unfinished ...>
3604 <... read resumed> "", 4096) = 0
3603 <... close resumed> ) = 0
3604 clone( <unfinished ...>
3603 munmap(0x7fc72d96c000, 4096) = 0
3603 close(2) = 0
3603 exit_group(1) = ?
3604 <... clone resumed> child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f15e10239d0) = 3605
3604 wait4(-1, <unfinished ...>
3603 +++ exited with 1 +++
3602 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0,
NULL) = 3603
3605 close(0 <unfinished ...>
3602 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3603,
si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
3605 <... close resumed> ) = 0
3602 rt_sigreturn( <unfinished ...>
3605 open("/dev/null", O_RDONLY <unfinished ...>
3602 <... rt_sigreturn resumed> ) = 3603
3605 <... open resumed> ) = 0
3602 wait4(-1, <unfinished ...>
3605 execve("/usr/local/sbin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/org.gnom"...,
"/usr/share/applications/emacs24."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/vlc.desk"...,
"/usr/share/applications/gnome-te"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/nautilus"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/shutter."...,
"/usr/share/applications/org.gnom"...,
"/usr/share/applications/mutt.des"...,
"/usr/share/applications/debian-u"..., ...], [/* 21 vars */]) = -1
ENOENT (No such file or directory)
3605 execve("/usr/local/bin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/org.gnom"...,
"/usr/share/applications/emacs24."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/vlc.desk"...,
"/usr/share/applications/gnome-te"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/nautilus"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/shutter."...,
"/usr/share/applications/org.gnom"...,
"/usr/share/applications/mutt.des"...,
"/usr/share/applications/debian-u"..., ...], [/* 21 vars */]) = -1
ENOENT (No such file or directory)
3605 execve("/usr/sbin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/org.gnom"...,
"/usr/share/applications/emacs24."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/vlc.desk"...,
"/usr/share/applications/gnome-te"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/nautilus"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/shutter."...,
"/usr/share/applications/org.gnom"...,
"/usr/share/applications/mutt.des"...,
"/usr/share/applications/debian-u"..., ...], [/* 21 vars */]) = -1
ENOENT (No such file or directory)
3605 execve("/usr/bin/awk", ["awk", "/^\\[/ { if (tolower($0) !=
\"\\[de"..., "/usr/share/applications/org.gnom"...,
"/usr/share/applications/emacs24."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/gpk-pref"...,
"/usr/share/applications/vlc.desk"...,
"/usr/share/applications/gnome-te"...,
"/usr/share/applications/python2."...,
"/usr/share/applications/libreoff"...,
"/usr/share/applications/nautilus"...,
"/usr/share/applications/gpk-inst"...,
"/usr/share/applications/shutter."...,
"/usr/share/applications/org.gnom"...,
"/usr/share/applications/mutt.des"...,
"/usr/share/applications/debian-u"..., ...], [/* 21 vars */]) = 0
3605 brk(0) = 0xce0000
3605 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3605 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7efdce1dd000
3605 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
3605 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
3605 fstat(4, {st_mode=S_IFREG|0644, st_size=87490, ...}) = 0
3605 mmap(NULL, 87490, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7efdce1c7000
3605 close(4) = 0
3605 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3605 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 4
3605 read(4,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200U\0\0\0\0\0\0"...,
832) = 832
3605 fstat(4, {st_mode=S_IFREG|0644, st_size=1051056, ...}) = 0
3605 mmap(NULL, 3146072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7efdcdcbe000
3605 mprotect(0x7efdcddbe000, 2093056, PROT_NONE) = 0
3605 mmap(0x7efdcdfbd000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xff000) = 0x7efdcdfbd000
3605 close(4) = 0
3605 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
3605 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 4
3605 read(4,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
3605 fstat(4, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
3605 mmap(NULL, 3836448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7efdcd915000
3605 mprotect(0x7efdcdab4000, 2097152, PROT_NONE) = 0
3605 mmap(0x7efdcdcb4000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19f000) = 0x7efdcdcb4000
3605 mmap(0x7efdcdcba000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7efdcdcba000
3605 close(4) = 0
3605 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7efdce1c6000
3605 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7efdce1c5000
3605 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7efdce1c4000
3605 arch_prctl(ARCH_SET_FS, 0x7efdce1c5700) = 0
3605 mprotect(0x7efdcdcb4000, 16384, PROT_READ) = 0
3605 mprotect(0x7efdcdfbd000, 4096, PROT_READ) = 0
3605 mprotect(0x7efdce1df000, 4096, PROT_READ) = 0
3605 munmap(0x7efdce1c7000, 87490) = 0
3605 brk(0) = 0xce0000
3605 brk(0xd01000) = 0xd01000
3605 open("/usr/share/applications/org.gnome.Nautilus.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6e0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Files\nName["..., 4096) = 4096
3605 fstat(1, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
3605 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7efdce1dc000
3605 write(1, "/usr/share/applications/org.gnom"..., 4096) = 4096
3601 <... pselect6 resumed> ) = 1 (in [6])
3601 read(6, <unfinished ...>
3605 write(1, "share/applications/org.gnome.Nau"..., 4096 <unfinished ...>
3601 <... read resumed> "/usr/share/applications/org.gnom"..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... read resumed> "\340\265\215\340\264\225\340\264\277
\340\264\225\340\265\215\340\264\260\340\264\256\340\264\244\340\265\215\340\264\244\340"...,
4038) = 4038
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 write(1, "ment[gd]=Faigh cothrom air faidh"..., 4096 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 <... write resumed> ) = 4096
3601 read(6, "share/applications/org.gnome.Nau"..., 4096) = 4096
3605 write(1, "utilus.desktop:Comment[tg]=\320\232\321\203\321"...,
4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed>
"\252\247\340\252\250;\340\252\241\340\252\277\340\252\270\340\253\215\340\252\225;\340\252\253\340\252\276\340\252\207\340"...,
4032) = 3982
3601 <... read resumed> "ment[gd]=Faigh cothrom air faidh"..., 4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "", 50) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 write(1, "ords[fur]=cartele;gjest\303\264r;esplo"..., 4096
<unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 <... write resumed> ) = 4096
3601 read(6, <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... read resumed>
"utilus.desktop:Comment[tg]=\320\232\321\203\321"..., 4096) = 4096
3605 <... close resumed> ) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 open("/usr/share/applications/emacs24.desktop", O_RDONLY
<unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... open resumed> ) = 4
3601 read(6, <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... read resumed> "ords[fur]=cartele;gjest\303\264r;esplo"...,
4096) = 4096
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... read resumed> "[Desktop Entry]\nVersion=1.0\nName"..., 4096)
= 477
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 <... read resumed> "", 3619) = 0
3601 read(6, 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 close(4 <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 open("/usr/share/applications/libreoffice-base.desktop", O_RDONLY
<unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... pselect6 resumed> ) = 1 (in [7])
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 read(7, <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 read(4, <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 <... read resumed> "#\n# This file is part of the Lib"..., 4096) =
4096
3601 <... write resumed> ) = 4
3605 write(1,
"desktop:Keywords[ta]=\340\256\205\340\256\237\340\257\210\340\256"...,
4096 <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 write(1, "applications/libreoffice-base.de"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 2 (in [6 7])
3605 <... write resumed> ) = 4096
3601 read(7, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 <... read resumed> "nvon\nGenericName[af]=Databasison"..., 4064) =
4064
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 write(1, "\251\207\340\250\270
\340\250\241\340\250\277\340\250\265\340\251\210\340\250\262\340\250\256\340\251\210\340\250\202\340\250"...,
4096 <unfinished ...>
3601 <... write resumed> ) = 4
3605 <... write resumed> ) = 4096
3601 read(6,
"desktop:Keywords[ta]=\340\256\205\340\256\237\340\257\210\340\256"...,
4096) = 4096
3605 write(1, "se.desktop:GenericName[uk]=\320\221\320\260\320"...,
4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "ov\303\241n\303\255 a spr\303\241vu
va\305\241ich inform"..., 3997) = 3997
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 write(1, " \316\274\316\265 \317\204\316\267
\317\207\317\201\316\256\317\203\316\267 \317\204\316\267\317\202
Bas"..., 4096 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "applications/libreoffice-base.de"..., 4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "\262\320\260\321\232\320\265 \320\275\320\260
\320\262\320\260\321\210\320\270\321\202\320\265
\320\270\320\275\321\204"..., 3943) = 3943
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 write(1, "usaa deetaa taligi, gaafataa fi "..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "\340\244\255\340\244\276\340\244\262
\340\244\225\340\244\260\340\244\244\340\244\276
\340\244\271\340\245\210.\nC"..., 3827) = 3827
3601 <... read resumed> "\251\207\340\250\270
\340\250\241\340\250\277\340\250\265\340\251\210\340\250\262\340\250\256\340\251\210\340\250\202\340\250"...,
4096) = 4096
3605 write(1, "/usr/share/applications/libreoff"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "\262\320\260
\322\263\320\270\321\201\320\276\320\261\320\276\321\202,
\320\270\320\264\320\276\321\200\320\260\320\272"..., 4022) = 700
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "", 3322) = 0
3601 <... read resumed>
"se.desktop:GenericName[uk]=\320\221\320\260\320"..., 4096) = 4096
3605 write(1, "k and manage your information us"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 open("/usr/share/applications/gpk-prefs.desktop", O_RDONLY
<unfinished ...>
3601 read(6, <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... read resumed> " \316\274\316\265 \317\204\316\267
\317\207\317\201\316\256\317\203\316\267 \317\204\316\267\317\202
Bas"..., 4096) = 4096
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nName=Package Sou"..., 4096) =
4096
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3601 read(6, <unfinished ...>
3605 write(1, "-GIO-NoFuse=true\n/usr/share/appl"..., 4096 <unfinished ...>
3601 <... read resumed> "usaa deetaa taligi, gaafataa fi "..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed>
"v\nComment[sr]=\320\243\320\272\321\231\321\203\321\207\320\270\321\202\320\265
\320"..., 4042) = 907
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "", 3135) = 0
3601 <... read resumed> "/usr/share/applications/libreoff"..., 4096) = 4096
3605 write(1,
"nt[as]=\340\246\252\340\247\207\340\246\225\340\247\207\340\246\207\340\246\234
\340\246\255\340\246\201"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 open("/usr/share/applications/vlc.desktop", O_RDONLY <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... read resumed> "k and manage your information us"..., 4096) = 4096
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nVersion=1.0\nName"..., 4096)
= 4096
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3601 read(6, <unfinished ...>
3605 write(1, "Comment[sr@latin]=Uklju\304\215ite ili"..., 4096
<unfinished ...>
3601 <... read resumed> "-GIO-NoFuse=true\n/usr/share/appl"..., 4096) =
4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 write(1, "/applications/vlc.desktop:Commen"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed>
"ericName[zh_CN]=\345\252\222\344\275\223\346\222\255\346\224\276\345\231\250\n"...,
4093) = 1434
3601 <... read resumed>
"nt[as]=\340\246\252\340\247\207\340\246\225\340\247\207\340\246\207\340\246\234
\340\246\255\340\246\201"..., 4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "", 2659) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 open("/usr/share/applications/gnome-terminal.desktop", O_RDONLY
<unfinished ...>
3601 read(6, <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... read resumed> "Comment[sr@latin]=Uklju\304\215ite ili"...,
4096) = 4096
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 <... read resumed> "[Desktop Entry]\nName=Terminal\nNa"..., 4096)
= 4096
3601 read(6, "/applications/vlc.desktop:Commen"..., 4096) = 4096
3605 write(1,
"\260\232\340\261\207\340\260\257\340\260\277\n/usr/share/applicati"...,
4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 write(1, "e/applications/gnome-terminal.de"..., 4096 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 <... write resumed> ) = 4096
3601 read(6,
"\260\232\340\261\207\340\260\257\340\260\277\n/usr/share/applicati"...,
4096) = 4096
3605 write(1, "hare/applications/gnome-terminal"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed>
"ja]=\343\202\263\343\203\236\343\203\263\343\203\211\343\203\251\343\202\244\343\203\263\347\253\257\346\234\253\343"...,
4088) = 4088
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3601 read(6, <unfinished ...>
3605 write(1, "lications/gnome-terminal.desktop"..., 4096 <unfinished ...>
3601 <... read resumed> "e/applications/gnome-terminal.de"..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... read resumed>
"\260\340\253\213\340\252\256\340\253\215\340\252\252\340\253\215\340\252\237;\340\252\206\340\252\246\340\253\207\340\252\266"...,
4065) = 3490
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 <... read resumed> "", 575) = 0
3601 read(6, <unfinished ...>
3605 write(1,
"h]=\340\270\252\340\270\261\340\271\210\340\270\207\340\270\201\340\270\262\340\270\243\340\270\224\340\271\211\340\270"...,
4096 <unfinished ...>
3601 <... read resumed> "hare/applications/gnome-terminal"..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 write(1, "t;perintah;baris perintah;\n/usr/"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 close(4 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... read resumed> "lications/gnome-terminal.desktop"..., 4096) = 4096
3605 open("/usr/share/applications/python2.7.desktop", O_RDONLY
<unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nName=Python (v2."..., 4096) = 220
3601 <... read resumed>
"h]=\340\270\252\340\270\261\340\271\210\340\270\207\340\270\201\340\270\262\340\270\243\340\270\224\340\271\211\340\270"...,
4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "", 3876) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... read resumed> "t;perintah;baris perintah;\n/usr/"..., 4096) =
4096
3605 open("/usr/share/applications/libreoffice-writer.desktop",
O_RDONLY <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 read(6, <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... read resumed> "#\n# This file is part of the Lib"..., 4096) =
4096
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8}) = 1 (in [7])
3605 write(1,
";\345\221\275\344\273\244;\346\217\220\347\244\272\347\254\246;\345\221\275\344\273\244\350\241\214;\n/us"...,
4096 <unfinished ...>
3601 read(7, "T\0\0\0", 4) = 4
3605 <... write resumed> ) = 4096
3601 write(7, "T\0\0\0", 4) = 4
3605 write(1, ":GenericName[ka]=Word Processor\n"..., 4096 <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET, 0x7fff91fcbfc0) = 0
3605 <... write resumed> ) = 4096
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... pselect6 resumed> ) = 2 (in [6 7])
3605 <... read resumed>
"sori\nGenericName[fa]=\331\210\330\247\332\230\331\207\342\200\214"...,
4068) = 4068
3601 read(7, "T\0\0\0", 4) = 4
3605 write(1, "essor\n/usr/share/applications/li"..., 4096 <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... write resumed> ) = 4
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed>
";\345\221\275\344\273\244;\346\217\220\347\244\272\347\254\246;\345\221\275\344\273\244\350\241\214;\n/us"...,
4096) = 4096
3605 <... read resumed>
"\224\341\203\235\341\203\221\341\203\230\341\203\227.\nComment[ca_valenc"...,
3784) = 3784
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 write(1, "\211\331\276
\330\256\333\225\330\252-\332\206\333\225\331\203\330\214
\330\257\331\210\331\203\331\204\330\247\330\252"..., 4096 <unfinished ...>
3601 read(6, ":GenericName[ka]=Word Processor\n"..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> " \303\245 bruke
Writer.\nComment[bn]=\340\246"..., 4003) = 4003
3601 <... read resumed> "essor\n/usr/share/applications/li"..., 4096) =
4096
3605 write(1, "e vytv\303\241\305\231et a upravovat text a "..., 4096
<unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 <... write resumed> ) = 4096
3601 read(6, "\211\331\276
\330\256\333\225\330\252-\332\206\333\225\331\203\330\214
\330\257\331\210\331\203\331\204\330\247\330\252"..., 4096) = 4096
3605 write(1, "\340\246\260\340\247\215\340\246\237,
\340\246\250\340\246\245\340\246\277
\340\246\217\340\246\254\340\246\202 \340"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "\353\254\270\354\204\234 \353\260\217
\354\233\271
\355\216\230\354\235\264\354\247\200\354\227\220\354\204\234 \355"...,
4042) = 4042
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3601 read(6, <unfinished ...>
3605 write(1, "e-writer.desktop:Comment[ar]=\330\245\331"..., 4096
<unfinished ...>
3601 <... read resumed> "e vytv\303\241\305\231et a upravovat text a
"..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... read resumed>
"\343\203\245\343\203\241\343\203\263\343\203\210\343\201\212\343\202\210\343\201\263
Web \343\203\232\343\203\274"..., 4026) = 700
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> "\340\246\260\340\247\215\340\246\237,
\340\246\250\340\246\245\340\246\277
\340\246\217\340\246\254\340\246\202 \340"..., 4096) = 4096
3605 <... read resumed> "", 3326) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3601 read(6, <unfinished ...>
3605 open("/usr/share/applications/nautilus-connect-server.desktop",
O_RDONLY <unfinished ...>
3601 <... read resumed> "e-writer.desktop:Comment[ar]=\330\245\331"...,
4096) = 4096
3605 <... open resumed> ) = 4
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... read resumed> "[Desktop Entry]\nName=Connect to "..., 4096) =
4096
3601 ioctl(8, SNDCTL_DSP_RESET, 0x7fff91fcbfc0) = 0
3605 write(1, "\274\213
\340\275\235\340\275\272\340\275\226\340\274\213\340\275\224\340\275\272\340\275\207\340\275\262\340\274\213\340\275"...,
4096 <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... pselect6 resumed> ) = 2 (in [6 7])
3601 read(7, <unfinished ...>
3605 write(1, "usr/share/applications/nautilus-"..., 4096 <unfinished ...>
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 <... write resumed> ) = 4096
3601 write(7, "T\0\0\0", 4) = 4
3605 write(1,
"sktop:Name[ka]=\341\203\241\341\203\224\341\203\240\341\203\225\341\203\224\341\203"...,
4096 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "\274\213
\340\275\235\340\275\272\340\275\226\340\274\213\340\275\224\340\275\272\340\275\207\340\275\262\340\274\213\340\275"...,
4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed>
"\227'\321\224\320\264\320\275\320\260\320\275\320\275\321\217 \320\267
\321\201\320\265\321\200\320\262\320\265\321\200"..., 4086) = 618
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "", 3468) = 0
3601 <... read resumed> "usr/share/applications/nautilus-"..., 4096) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... close resumed> ) = 0
3601 read(6, <unfinished ...>
3605 open("/usr/share/applications/gpk-install-local-file.desktop",
O_RDONLY <unfinished ...>
3601 <... read resumed>
"sktop:Name[ka]=\341\203\241\341\203\224\341\203\240\341\203\225\341\203\224\341\203"...,
4096) = 4096
3605 <... open resumed> ) = 4
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... read resumed> "[Desktop Entry]\nName=Package Ins"..., 4096) =
4096
3601 ioctl(8, SNDCTL_DSP_RESET, 0x7fff91fcbfc0) = 0
3605 write(1,
"\321\201\320\265\321\200\320\262\320\265\321\200\n/usr/share/applicat"...,
4096 <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... pselect6 resumed> ) = 2 (in [6 7])
3601 read(7, "T\0\0\0", 4) = 4
3605 write(1, "ll-local-file.desktop:Name[kn]=\340"..., 4096
<unfinished ...>
3601 write(7, "T\0\0\0", 4) = 4
3605 <... write resumed> ) = 4096
3601 read(6,
"\321\201\320\265\321\200\320\262\320\265\321\200\n/usr/share/applicat"...,
4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 <... read resumed>
"sr]=\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\230\321\202\320\265
\320\270\320"..., 4088) = 976
3601 read(6, "ll-local-file.desktop:Name[kn]=\340"..., 4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "", 3112) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 read(6, <unfinished ...>
3605 write(1,
"=\340\252\270\340\252\277\340\252\270\340\253\215\340\252\237\340\252\256
\340\252\252\340\252\260 \340\252\252\340\252"..., 4096 <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... write resumed> ) = 4096
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... close resumed> ) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 open("/usr/share/applications/shutter.desktop", O_RDONLY
<unfinished ...>
3601 <... pselect6 resumed> ) = 2 (in [6 7])
3605 <... open resumed> ) = 4
3601 read(7, <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... write resumed> ) = 4
3605 <... read resumed> "[Desktop Entry]\nVersion=1.0\nName"..., 4096)
= 1132
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed>
"=\340\252\270\340\252\277\340\252\270\340\253\215\340\252\237\340\252\256
\340\252\252\340\252\260 \340\252\252\340\252"..., 4096) = 4096
3605 <... read resumed> "", 2964) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 open("/usr/share/applications/org.gnome.baobab.desktop", O_RDONLY
<unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... pselect6 resumed> ) = 1 (in [7])
3605 read(4, <unfinished ...>
3601 read(7, <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nName=Disk Usage "..., 4096) =
4096
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 write(1, "install-local-file.desktop:Icon="..., 4096 <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... write resumed> ) = 4
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 write(1, "ons/org.gnome.baobab.desktop:Nam"..., 4096 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... write resumed> ) = 4096
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... pselect6 resumed> ) = 2 (in [6 7])
3605 <... read resumed>
"h_CN]=\347\243\201\347\233\230\344\275\277\347\224\250\346\203\205\345\206\265\345\210\206\346\236\220\345\231"...,
4090) = 4090
3601 read(7, "T\0\0\0", 4) = 4
3605 write(1, "gnome.baobab.desktop:Name[nds]=S"..., 4096 <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... write resumed> ) = 4
3601 read(6, <unfinished ...>
3605 write(1, "\265 \320\270
\321\201\320\262\320\276\320\261\320\276\320\264\320\275\320\276\321\202\320\276
\320\277\321\200\320\276"..., 4096 <unfinished ...>
3601 <... read resumed> "install-local-file.desktop:Icon="..., 4096) = 4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... read resumed> "\340\262\260\340\263\201\340\262\265
\340\262\241\340\262\277\340\262\270\340\263\215\340\262\225\340\262\277\340\262\250
"..., 4006) = 4006
3601 read(6, "ons/org.gnome.baobab.desktop:Nam"..., 4096) = 4096
3605 write(1, " tersedia\n/usr/share/application"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> "gnome.baobab.desktop:Name[nds]=S"..., 4096) = 4096
3605 <... read resumed> "ai;neteja;\nKeywords[crh]=ma\304\237az;"...,
4055) = 3305
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... read resumed> "", 750) = 0
3601 read(6, "\265 \320\270
\321\201\320\262\320\276\320\261\320\276\320\264\320\275\320\276\321\202\320\276
\320\277\321\200\320\276"..., 4096) = 4096
3605 write(1, "t diskutrymme\n/usr/share/applica"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 read(6, <unfinished ...>
3605 write(1, "]=stockage;espace disque;nettoya"..., 4096 <unfinished ...>
3601 <... read resumed> " tersedia\n/usr/share/application"..., 4096) =
4096
3605 <... write resumed> ) = 4096
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcaf90) = 0
3605 close(4 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... read resumed> "t diskutrymme\n/usr/share/applica"..., 4096) =
4096
3605 open("/usr/share/applications/mutt.desktop", O_RDONLY <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... read resumed> "]=stockage;espace disque;nettoya"..., 4096) = 4096
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nCategories=Offic"..., 4096) = 269
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 read(4, <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... read resumed> "", 3827) = 0
3601 <... ioctl resumed> , 0x7fff91fcaf50) = 0
3601 read(6, <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... close resumed> ) = 0
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 open("/usr/share/applications/debian-uxterm.desktop", O_RDONLY
<unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... open resumed> ) = 4
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [7])
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 read(7, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 <... read resumed> "# $XTermId: uxterm.desktop,v 1.1"..., 4096) = 1917
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... write resumed> ) = 4
3605 <... read resumed> "", 2179) = 0
3601 ioctl(8, SNDCTL_DSP_RESET, 0x7fff91fcbfc0) = 0
3605 close(4 <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... pselect6 resumed> ) = 1 (in [7])
3605 open("/usr/share/applications/nm-connection-editor.desktop",
O_RDONLY <unfinished ...>
3601 read(7, <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... write resumed> ) = 4
3605 read(4, <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nName=Network Con"..., 4096) =
4096
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 write(1, "b.desktop:Keywords[zh_HK]=storag"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "b.desktop:Keywords[zh_HK]=storag"..., 4096) = 4096
3605 write(1, "usr/share/applications/nm-connec"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> "usr/share/applications/nm-connec"..., 4096) = 4096
3605 <... read resumed> "_GB]=Manage and change your netw"..., 4086) = 4086
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 write(1,
"r.desktop:Name[ta]=\340\256\252\340\256\277\340\256\243\340\257\210\340"...,
4096 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3605 <... write resumed> ) = 4096
3601 read(6,
"r.desktop:Name[ta]=\340\256\252\340\256\277\340\256\243\340\257\210\340"...,
4096) = 4096
3605 write(1, "r.desktop:Comment[fi]=Hallitse j"..., 4096 <unfinished ...>
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2 <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... ioctl resumed> , 0x7fff91fcaf90) = 0
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> "r.desktop:Comment[fi]=Hallitse j"..., 4096) = 4096
3605 <... read resumed>
"\262\340\256\276\340\256\243\340\257\215\340\256\256\340\257\210
\340\256\256\340\256\261\340\257\215\340\256\261\340\257\201"..., 3988)
= 1274
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... read resumed> "", 2714) = 0
3601 ioctl(8, SNDCTL_DSP_RESET, 0x7fff91fcbfc0) = 0
3605 close(4 <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... pselect6 resumed> ) = 1 (in [7])
3605 open("/usr/share/applications/kde4/kmailservice.desktop", O_RDONLY
<unfinished ...>
3601 read(7, <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... read resumed> "T\0\0\0", 4) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... write resumed> ) = 4
3605 read(4, <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nType=Application"..., 4096) =
1854
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 read(4, <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... read resumed> "", 2242) = 0
3601 <... pselect6 resumed> ) = 1 (in [7])
3605 write(1, "\251\261\340\250\237\340\250\265\340\250\260\340\250\225
\340\250\225\340\251\201\340\250\250\340\251\210\340\250\225\340\250"..., 4096
<unfinished ...>
3601 read(7, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "T\0\0\0", 4) = 4
3601 write(7, "T\0\0\0", 4 <unfinished ...>
3605 write(1, "ktop-run /usr/share/applications"..., 4096 <unfinished ...>
3601 <... write resumed> ) = 4
3605 <... write resumed> ) = 4096
3601 ioctl(8, SNDCTL_DSP_RESET, 0x7fff91fcbfc0) = 0
3605 close(4 <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 open("/usr/share/applications/kde4/nepomukbackup.desktop",
O_RDONLY <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... read resumed>
"\251\261\340\250\237\340\250\265\340\250\260\340\250\225
\340\250\225\340\251\201\340\250\250\340\251\210\340\250\225\340\250"..., 4096)
= 4096
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 <... read resumed> "ktop-run /usr/share/applications"..., 4096) = 4096
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "[Desktop Entry]\nName=Nepomuk Bac"..., 4096) =
1868
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 read(4, <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... read resumed> "", 2228) = 0
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 write(1, "tions/kde4/kmailservice.desktop:"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "tions/kde4/kmailservice.desktop:"..., 4096) = 4096
3605 close(4 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... close resumed> ) = 0
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 open("/usr/share/applications/kde4/accountwizard.desktop",
O_RDONLY <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... open resumed> ) = 4
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Account Wiz"..., 4096) = 4096
3605 write(1, "hare/applications/kde4/nepomukba"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "hare/applications/kde4/nepomukba"..., 4096) = 4096
3605 write(1, "countassistent\n/usr/share/applic"..., 4096 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "countassistent\n/usr/share/applic"..., 4096) =
4096
3605 read(4, <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... read resumed> "
\320\277\320\265\321\200\321\201\320\276\320\275\320\260\320\273\321\214\320\275\320\276\320\263\320\276
\320\270\320\275"..., 4016) = 1228
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 read(4, <unfinished ...>
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 <... read resumed> "", 2788) = 0
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/kdesystemsettings.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nExec=systemsetti"..., 4096) = 4096
3605 write(1, "li account di PIM.\n/usr/share/ap"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "li account di PIM.\n/usr/share/ap"..., 4096) = 4096
3605 write(1, "\n/usr/share/applications/kde4/kd"..., 4096 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "\n/usr/share/applications/kde4/kd"..., 4096) =
4096
3601 read(6, <unfinished ...>
3605 write(1,
"\241\320\270\321\201\321\202\320\265\320\274\321\201\320\272\320\265
\320\277\320\276\321\201\321\202\320\260\320\262\320\272"..., 4096
<unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... write resumed> ) = 4096
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... read resumed> "ame[sr@ijekavian]=\320\232\320\224\320\225
\320\241\320\270\321\201\321"..., 4095) = 494
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... read resumed> "", 3601) = 0
3601 read(6, <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... read resumed>
"\241\320\270\321\201\321\202\320\265\320\274\321\201\320\272\320\265
\320\277\320\276\321\201\321\202\320\260\320\262\320\272"..., 4096) = 4096
3605 <... close resumed> ) = 0
3601 read(6, <unfinished ...>
3605 open("/usr/share/applications/kde4/akonaditray.desktop", O_RDONLY
<unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... open resumed> ) = 4
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... ioctl resumed> , 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate
ioctl for device)
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 read(4, "[Desktop Entry]\nType=Application"..., 4096) = 3756
3605 read(4, "", 340) = 0
3605 write(1, "ns/kde4/kdesystemsettings.deskto"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "ns/kde4/kdesystemsettings.deskto"..., 4096) = 4096
3605 write(1, "are/applications/kde4/akonaditra"..., 4096 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "are/applications/kde4/akonaditra"..., 4096) = 4096
3601 read(6, <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... close resumed> ) = 0
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 open("/usr/share/applications/kde4/kgpg.desktop", O_RDONLY
<unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... open resumed> ) = 4
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "# KDE Config File\n[Desktop Entry"..., 4096) = 4096
3605 write(1, "desktop:GenericName[ko]=Akonadi "..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "desktop:GenericName[ko]=Akonadi "..., 4096) = 4096
3605 write(1, "\202\n/usr/share/applications/kde4/k"..., 4096
<unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> "\202\n/usr/share/applications/kde4/k"...,
4096) = 4096
3601 read(6, <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... read resumed> 0x7fff91fcb030, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
3605 <... read resumed> "=Depanan GnuPG\nComment[is]=Vi\303\260m"...,
4085) = 2964
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 read(4, <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... read resumed> "", 1121) = 0
3601 pselect6(8, [6 7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 write(1, "Name[tr]=\305\236ifreleme Arac\304\261\n/usr/"..., 4096
<unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [6])
3605 <... write resumed> ) = 4096
3601 read(6, "Name[tr]=\305\236ifreleme Arac\304\261\n/usr/"..., 4096)
= 4096
3605 write(1, ":Comment[pl]=Interfejs do GnuPG\n"..., 4096 <unfinished ...>
3601 read(6, <unfinished ...>
3605 <... write resumed> ) = 4096
3601 <... read resumed> ":Comment[pl]=Interfejs do GnuPG\n"..., 3968) =
3968
3601 ioctl(8, SNDCTL_DSP_RESET <unfinished ...>
3605 close(4 <unfinished ...>
3601 <... ioctl resumed> , 0x7fff91fcbfc0) = 0
3605 <... close resumed> ) = 0
3601 pselect6(8, [7], [], NULL, NULL, {[], 8} <unfinished ...>
3605 open("/usr/share/applications/kde4/gwenview.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Gwenview\nNa"..., 4096) = 4096
3605 write(1, "/usr/share/applications/kde4/kgp"..., 4096) = 4096
3605 write(1, "/share/applications/kde4/gwenvie"..., 4096) = 4096
3605 read(4, "es sencillo\nComment[et]=Lihtne p"..., 4065) = 2956
3605 read(4, "", 1109) = 0
3605 write(1, "desktop:GenericName[hu]=KDE k\303\251p"..., 4096) = 4096
3605 write(1, "ja\n/usr/share/applications/kde4/"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/ark.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nMimeType=applica"..., 4096) = 4096
3605 write(1, "p:Comment[vi]=B\341\273\231 xem \341\272\243nh
\304\221\306"..., 4096) = 4096
3605 write(1, "top:GenericName[ia]=Instrumento "..., 4096) = 4096
3605 read(4, "]=Ark\nName[he]=Ark\nName[hne]=\340\244\206"..., 4089) = 1010
3605 read(4, "", 3079) = 0
3605 write(1, "are/applications/kde4/ark.deskto"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/systemsettings.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nExec=systemsetti"..., 4096) = 4096
3605 write(1, "kde4/ark.desktop:Type=Applicatio"..., 4096) = 4096
3605 write(1, "me[is]=Kerfisstillingar\n/usr/sha"..., 4096) = 4096
3605 read(4, "\340\246\276\340\246\250\340\247\215\340\246\244
\340\246\254\340\247\210\340\246\266\340\246\277\340\246\267\340\247\215\340"...,
4047) = 2932
3605 read(4, "", 1115) = 0
3605 write(1, "/kde4/systemsettings.desktop:Gen"..., 4096) = 4096
3605 write(1,
"ame[km]=\341\236\200\341\236\266\341\236\232\342\200\213\341\236\200\341\237\206\341\236\216\341\236\217"...,
4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/nepomukcleaner.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Nepomuk Cle"..., 4096) = 1553
3605 read(4, "", 2543) = 0
3605 write(1, "sktop:X-DBUS-StartupType=Unique\n"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/konsole.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nType=Application"..., 4096) = 4096
3605 write(1, ":Type=Application\n/usr/share/app"..., 4096) = 4096
3605 write(1, "nsole.desktop:Name[lv]=Konsole\n/"..., 4096) = 4096
3605 read(4,
"inal\nGenericName[si]=\340\266\205\340\266\234\340\267\212\342\200"...,
4076) = 2204
3605 read(4, "", 1872) = 0
3605 write(1, "ole.desktop:GenericName[el]=\316\244\316\265"..., 4096)
= 4096
3605 write(1, "/konsole.desktop:GenericName[sv]"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/kate.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nGenericName=Adva"..., 4096) = 4096
3605 write(1, "e4/konsole.desktop:Name[tr]=Yeni"..., 4096) = 4096
3605 write(1, "pplications/kde4/kate.desktop:Ge"..., 4096) = 4096
3605 read(4, "itor;\n", 4064) = 6
3605 read(4, "", 4058) = 0
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/klipper.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Klipper\nNam"..., 4096) = 4096
3605 write(1, "/applications/kde4/kate.desktop:"..., 4096) = 4096
3605 write(1, "ktop:Name[hr]=Klipper\n/usr/share"..., 4096) = 4096
3605 read(4, "\260 \320\267\320\260
\321\202\320\260\320\261\320\273\320\260 \321\201\320\276
\320\270\321\201\320\265\321\207\320"..., 4069) = 4069
3605 write(1, "plications/kde4/klipper.desktop:"..., 4096) = 4096
3605 write(1,
"\201\320\265\321\207\320\276\321\206\320\270\n/usr/share/applicati"...,
4096) = 4096
3605 read(4, "\340\244\262\340\244\277\340\244\237\340\245\200
\nComment[hne]=\340\244\225\340\244"..., 4005) = 3610
3605 read(4, "", 395) = 0
3605 write(1, "op:X-DBUS-StartupType=Unique\n/us"..., 4096) = 4096
3605 write(1, "ia]=Un utilitate per historia de"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/dolphin.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Dolphin\nNam"..., 4096) = 4096
3605 write(1, "er.desktop:Comment[ta]=A cut & p"..., 4096) = 4096
3605 write(1, "share/applications/kde4/dolphin."..., 4096) = 4096
3605 read(4,
"\202\320\276\321\202\320\265\320\272\320\270\nGenericName[ml]=\340\264\253\340"...,
4055) = 1784
3605 read(4, "", 2271) = 0
3605 write(1, "\320\266\321\212\321\200\n/usr/share/applications/k"...,
4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/knetattach.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=KNetAttach\n"..., 4096) = 4096
3605 write(1, "]=Filbehandler\n/usr/share/applic"..., 4096) = 4096
3605 write(1, "plications/kde4/knetattach.deskt"..., 4096) = 4096
3605 write(1, "k]=KNetAttach\n/usr/share/applica"..., 4096) = 4096
3605 read(4, "icName[id]=Penyihir Folder Jarin"..., 4091) = 3246
3605 read(4, "", 845) = 0
3605 write(1, "tions/kde4/knetattach.desktop:Ge"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/kde4/ktelnetservice.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nType=Application"..., 4096) = 1891
3605 read(4, "", 2205) = 0
3605 write(1, "=Expert dosar de re\310\233ea\n/usr/sha"..., 4096) = 4096
3605 write(1, ".desktop:Name[bs]=KTelnetService"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/geoclue-where-am-i.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Where am I?"..., 4096) = 248
3605 read(4, "", 3848) = 0
3605 close(4) = 0
3605 open("/usr/share/applications/libreoffice-startcenter.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "#\n# This file is part of the Lib"..., 4096) = 4096
3605 write(1, "tService\n/usr/share/applications"..., 4096) = 4096
3605 write(1,
"\265\320\273\320\260\321\200\320\270\321\230\320\260\n/usr/share/applica"...,
4096) = 4096
3605 read(4, "dation.\nComment[pl]=Wydajny paki"..., 3989) = 3989
3605 write(1, "GenericName[zh_TW]=\350\276\246\345\205\254\n/usr/s"...,
4096) = 4096
3605 read(4,
"\262\321\226\320\264\320\272\321\200\320\270\321\202\320\270\320\274
\321\226 \321\201\321\202\320\260\320\275\320\264\320"..., 4037) = 4037
3605 write(1, "omment[af]=The office productivi"..., 4096) = 4096
3605 write(1, "r/share/applications/libreoffice"..., 4096) = 4096
3605 read(4, "\202\331\212\330\250\330\251
\330\247\357\273\273\331\206\330\252\330\247\330\254\331\212\330\251
\330\247\331\204\331\205"..., 4077) = 4077
3605 write(1, "\304\201tu. Atbalsta The Document Foun"..., 4096) = 4096
3605 read(4, "\201\321\202\320\265\321\201\321\226
\320\260\321\210\321\213\322\233 \320\266\323\231\320\275\320\265
\321\201\321\202"..., 4035) = 3644
3605 read(4, "", 391) = 0
3605 write(1, "ou The Document Foundation\n/usr/"..., 4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/nautilus-autorun-software.desktop",
O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Run Softwar"..., 4096) = 2919
3605 read(4, "", 1177) = 0
3605 write(1,
"\330\247\330\263\330\252\330\247\331\206\330\257\330\247\330\261\330\257 \330\264\330\257\331\207
ODF. \331"..., 4096) = 4096
3605 write(1, "\260\320\275\320\265 \320\275\320\260
\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\270\n/usr"...,
4096) = 4096
3605 close(4) = 0
3605 open("/usr/share/applications/gcr-prompter.desktop", O_RDONLY) = 4
3605 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or
TCGETS, 0x7ffdc1fcd6c0) = -1 ENOTTY (Inappropriate ioctl for device)
3605 read(4, "[Desktop Entry]\nName=Access Prom"..., 4096) = 4096
3605 write(1, "run-software.desktop:Name[pt_BR]"..., 4096) = 4096
3605 write(1, "lications/gcr-prompter.desktop:N"..., 4096 <unfinished ...>
3601 <... pselect6 resumed> ) = 1 (in [7])
3601 read(7, "T\0\0\0", 4) = 4
3601 write(7, "T\0\0\0", 4) = 4
3601 munmap(0x7f6179210000, 65536) = 0
3601 munmap(0x7f61791f6000, 65536) = 0
3601 munmap(0x7f6179220000, 4096) = 0
3601 ioctl(7, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7fff91fcc240) = 0
3601 close(7) = 0
3601 close(4) = 0
3601 close(3) = 0
3601 wait4(3602,

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 1:15:31 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Fri, Aug 07, 2015 at 04:42:15PM +0000, Patrick Schleizer wrote:
> Marek Marczykowski-Górecki:
> > On Fri, Aug 07, 2015 at 03:46:05PM +0000, Patrick Schleizer wrote:
> >> Maybe you won't be surprised, but... At the moment the following command
> >> does also not work for me in other Debian and Fedora template based VMs.
> >
> >> sudo /usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh
> >> /etc/qubes-rpc/qubes.GetAppmenus
> >
> > That's strange, such process hanging in one (template) VM, shouldn't
> > affect other VMs.
> >
> >> I guess it is working for you just fine?
> >
> > Yes...
> >
> > I was trying to trigger this problem multiple times, but failed.
> >
> >> This might give us an advantage debugging this. I could run this command
> >> now having a debugger of your choice attached. If that helps, please
> >> give instructions.
> >
> > Maybe a continuous "strace -f -o some-file" on qrexec-agent and
> > qrexec-fork-server - to see what happens just before the hang.
>
> I don't know if I interpreted the right command. Used this one.
>
> sudo strace -f -o some-file /usr/lib/qubes/qrexec-client-vm dom0
> qubes.SyncAppMenus /bin/sh /etc/qubes-rpc/qubes.GetAppmenus

No I was thinking about attaching strace to the existing qrexec-agent
and qrexec-fork-server processes - strace -p PID option. Two separate,
simultaneous strace calls.

> Maybe you find the output helpful. [3] And the same from the untrusted
> VM. [4]

And it also hangs...
The second one is especially interesting - in non-template VM dom0,
should terminate the connection almost immediately (only "updatable" VMs
are allowed to send appmenus - so templates and standalone VMs).

I'll analyze those traces more thoroughly.

> >> Maybe this hanging forever is only triggered during upgrades? Maybe a
> >> version mismatch due to upgrading packages in wrong order? Messed up
> >> 'Pre-Depends:' or so in some [upstream] package.
> >
> >> When I manually abort the hanging command at some point, I could try if
> >> it's working at all on jessie. So this isn't an issue introduced during
> >> transition to jessie. But I guess it would work. Then this would only be
> >> an upgrading glitch.
> >
> > That's some idea - check what packages do you have installed -
> > especially if all qubes-related packages are from jessie (especially
> > qubes-core-agent and qubes-utils).
>
> Attached below. [1] [2]
>
> Those are still from wheezy,
> - maybe because in the middle of an upgrade
> - maybe because +debNUMBER fixed packages are not released yet [0]

Yes, this may be indirect cause. But still, it shouldn't hang in such
situation.


- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxOenAAoJENuP0xzK19cs5+YH/RwLYOYKO2mgO88zkkoHDzwt
7v570XYrVIcCnCTAeonDk5kXTgtF295bOh7KtF3XLNxJLFDwggJ1+r4DtH0B5S+D
eO79dXDIa74g4AO2ptmWCqwQxAjZkxagmwtCGroVwq9Ss6W7wsIZk5uwZ4kesZUo
bHTkNhhViKUzxp0QTgP4Z6+SqAd9Yl8472CYWIY4IyFQ8e2i9q45u5SrNHkh3OLP
9fiZloUuZKVkf2sBM5xkWLxVvr9+S7C9/WawPA2jEYkMrUDU4jJepoMQZPxIJto3
BdGfjZajRlYJ4oyIK25Yu2yL8ngtKXXoLAi2osfBAjvWQLOxo90oEGPPpdVdDg4=
=hBxc
-----END PGP SIGNATURE-----

Jason M

unread,
Aug 7, 2015, 1:20:21 PM8/7/15
to qubes-users, marm...@invisiblethingslab.com, nrg...@gmail.com, adre...@riseup.net, patrick-ma...@whonix.org

When this happened to me it started with Fedora templates when I was updating core-agent-linux.  All other template were also effected (Debian and Fedora).  This was before the +debNUMBER updates.  I then updated all my templates to the latest codebase in Marek's repo (includes my recent PRs) about 4-5 days ago and the problem disappeared.  I have not had the problem since; but I have rebooted as well.

Richard said he experiences the same issue in Fedora earlier in this thread.
 

> I can't see how this would affect
> currently running qrexec service (the service isn't restarted during
> update), but maybe I'm missing something...

> Does it happens only at distribution upgrade (wheezy->jessie in this
> case), or also at ordinary updates or package install?

When I updated whonix from 10 to 11 I did a apt-get upgrade as that was suggested on Debian site to do first.  Same issue.  Also, just updating the core-admin package on Fedora gave me same result.

I think once it happens, nothing will work; try reboot, see if you can install another package first since that will trigger the sync.


If I remember right, nrgaway reported that it happens sometimes to him
in a Fedora VM also. Added nrgaway to list of recipients so he can
elaborate and confirm.

I don't remember having this happen to me outside of wheezy -> jessie
upgrades.

(...)

Patrick Schleizer

unread,
Aug 7, 2015, 1:51:22 PM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
Marek Marczykowski-Górecki:
> On Fri, Aug 07, 2015 at 04:42:15PM +0000, Patrick Schleizer wrote:
>> Marek Marczykowski-Górecki:
>>> On Fri, Aug 07, 2015 at 03:46:05PM +0000, Patrick Schleizer wrote:
>>>> Maybe you won't be surprised, but... At the moment the following command
>>>> does also not work for me in other Debian and Fedora template based VMs.
>>>
>>>> sudo /usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh
>>>> /etc/qubes-rpc/qubes.GetAppmenus
>>>
>>> That's strange, such process hanging in one (template) VM, shouldn't
>>> affect other VMs.
>>>
>>>> I guess it is working for you just fine?
>>>
>>> Yes...
>>>
>>> I was trying to trigger this problem multiple times, but failed.
>>>
>>>> This might give us an advantage debugging this. I could run this command
>>>> now having a debugger of your choice attached. If that helps, please
>>>> give instructions.
>>>
>>> Maybe a continuous "strace -f -o some-file" on qrexec-agent and
>>> qrexec-fork-server - to see what happens just before the hang.
>
>> I don't know if I interpreted the right command. Used this one.
>
>> sudo strace -f -o some-file /usr/lib/qubes/qrexec-client-vm dom0
>> qubes.SyncAppMenus /bin/sh /etc/qubes-rpc/qubes.GetAppmenus
>
> No I was thinking about attaching strace to the existing qrexec-agent
> and qrexec-fork-server processes - strace -p PID option. Two separate,
> simultaneous strace calls.

Okay, did that.

#####

user@host:~$ ps aux | grep qrexec-fork-server
user 2257 0.0 0.0 18800 720 ? S Aug06 0:00
/usr/bin/qrexec-fork-server
user 23389 0.0 0.1 6440 1440 pts/1 S+ 17:49 0:00 grep
--color=auto qrexec-fork-server
user@host:~$ sudo strace -p 2257
Process 2257 attached - interrupt to quit
accept(3,

#####

(pressed ctrl +c ...)

user@host:~$ ps aux | grep qrexec-agent
root 1206 0.0 0.1 18824 1336 ? SLs Aug06 0:09
/usr/lib/qubes/qrexec-agent
user 23385 0.0 0.1 6440 1508 pts/1 S+ 17:48 0:00 grep
--color=auto qrexec-agent
user@host:~$ sudo strace -p 1206
Process 1206 attached - interrupt to quit
pselect6(8, [4 6 7], [], NULL, {0, 360299227}, {[], 8}) = 0 (Timeout)
pselect6(8, [4 6 7], [], NULL, {1, 100000000}, {[], 8}^C <unfinished ...>
Process 1206 detached

#####

user@host:~$ ps aux | grep qrexec-client
root 21629 0.0 0.0 19060 932 pts/3 SL+ Aug06 0:00
/usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh
/etc/qubes-rpc/qubes.GetAppmenus
user 23381 0.0 0.1 6436 1400 pts/1 S+ 17:48 0:00 grep
--color=auto qrexec-client

user@host:~$ sudo strace -p 21629
Process 21629 attached - interrupt to quit

Patrick Schleizer

unread,
Aug 7, 2015, 1:54:07 PM8/7/15
to Jason M, qubes-users, marm...@invisiblethingslab.com, patrick-ma...@whonix.org
Jason M:
> I think once it happens, nothing will work; try reboot, see if you can
> install another package first since that will trigger the sync.

This would most likely also work for me. Worked before also. I am just
not doing it right now, so I can provide more debug output as requested. :)

Cheers,
Patrick

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 2:19:59 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Was that during new qubes.SyncAppMenus call? There should be
something...

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxPbDAAoJENuP0xzK19csSpwH/Rmoe5jJKpnbhTA9FJWNwhlk
qERNJ//m7iZI9rAexrD++SmEt30mgoMZbFiAV5diHKLlBBvm0HV8PNIU0lHsReXg
HQ4NShN2MMh7k//Okv959fa4+gsOIYtVsHvjIzOX3H/NaU/GoF2CaiSaB6xYcnPA
5s6cVRGkG+6JK1dIPiWUFm5Y2967pdkpua4VtEo7z/j833qxl81A1sDP41pqXNbX
sIjJPYimnIeJEoLoIF0GvXZevkDg3ngPjN8Ln35nV3lPljMVHD5kmpUA5iiZpWuh
LZiZrImF2VqjZhBVXJo5xcJ3VFIOkq5L2wMW5co2oDYiy2sr03rsCFPXPZVxEMY=
=RcV1
-----END PGP SIGNATURE-----

Richard H

unread,
Aug 7, 2015, 2:52:17 PM8/7/15
to qubes...@googlegroups.com, Marek Marczykowski-Górecki, Patrick Schleizer, nrgaway, Patrick Schleizer
Marek, 

I can confirm that the script hangs when updating my Fedora Template.   However, if I update my template one by one manually using 'sudo yum upgrade', the update process does not hang.
As requested, I have run the commands you requested including journalctl, lsof and strace with respect to qubes.GetAppmenus.  The following is from one of the appVM that hangs:


[user@tpDNU-f21-google ~]$ sudo ps auxfwww
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         2  0.0  0.0      0     0 ?        S    02:46   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcu_sched]
root         8  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcu_bh]
root         9  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/0]
root        10  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/0]
root        11  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/0]
root        12  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/0]
root        13  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/1]
root        14  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/1]
root        15  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/1]
root        17  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/1:0H]
root        18  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/1]
root        19  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/1]
root        20  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/2]
root        21  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/2]
root        22  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/2]
root        24  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/2:0H]
root        25  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/2]
root        26  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/2]
root        27  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/3]
root        28  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/3]
root        29  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/3]
root        31  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/3:0H]
root        32  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/3]
root        33  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/3]
root        34  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/4]
root        35  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/4]
root        36  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/4]
root        38  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/4:0H]
root        39  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/4]
root        40  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/4]
root        41  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/5]
root        42  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/5]
root        43  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/5]
root        45  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/5:0H]
root        46  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/5]
root        47  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/5]
root        48  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/6]
root        49  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/6]
root        50  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/6]
root        52  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/6:0H]
root        53  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/6]
root        54  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/6]
root        55  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [watchdog/7]
root        56  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [migration/7]
root        57  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [ksoftirqd/7]
root        59  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/7:0H]
root        60  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuos/7]
root        61  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [rcuob/7]
root        62  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [khelper]
root        63  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kdevtmpfs]
root        64  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [netns]
root        65  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [perf]
root        66  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [xenwatch]
root        67  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [xenbus]
root        68  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [writeback]
root        69  0.0  0.0      0     0 ?        SN   02:46   0:00  \_ [ksmd]
root        70  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [crypto]
root        71  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kintegrityd]
root        72  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [bioset]
root        73  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kblockd]
root        74  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/4:1]
root        75  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [ata_sff]
root        76  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [md]
root        77  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [devfreq_wq]
root        78  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/2:1]
root        85  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/u16:1]
root       102  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kswapd0]
root       103  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [fsnotify_mark]
root       113  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kthrotld]
root       115  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [khvcd]
root       117  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kpsmoused]
root       118  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [dm_bufio_cache]
root       119  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [ipv6_addrconf]
root       120  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [deferwq]
root       121  0.0  0.0      0     0 ?        S    02:46   0:01  \_ [kworker/5:1]
root       132  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kdmflush]
root       133  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [bioset]
root       138  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [kworker/0:1H]
root       139  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [jbd2/dm-0-8]
root       140  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [ext4-rsv-conver]
root       141  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/0:1]
root       144  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [jbd2/xvdd-8]
root       145  0.0  0.0      0     0 ?        S<   02:46   0:00  \_ [ext4-rsv-conver]
root       155  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/6:1]
root       165  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/2:2]
root       182  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/3:2]
root       184  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kauditd]
root       198  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/1:2]
root       203  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/6:2]
root       218  0.0  0.0      0     0 ?        S    02:46   0:00  \_ [kworker/5:2]
root       357  0.0  0.0      0     0 ?        S<   02:47   0:00  \_ [kworker/3:1H]
root       464  0.0  0.0      0     0 ?        S    02:47   0:00  \_ [jbd2/xvdb-8]
root       465  0.0  0.0      0     0 ?        S<   02:47   0:00  \_ [ext4-rsv-conver]
root       639  0.0  0.0      0     0 ?        S<   02:49   0:00  \_ [kworker/1:1H]
root       640  0.0  0.0      0     0 ?        S<   02:49   0:00  \_ [kworker/2:1H]
root       775  0.0  0.0      0     0 ?        S    03:01   0:00  \_ [kworker/4:0]
root       813  0.0  0.0      0     0 ?        S    03:06   0:00  \_ [kworker/0:2]
root       814  0.0  0.0      0     0 ?        S<   03:06   0:00  \_ [kworker/6:1H]
root       851  0.0  0.0      0     0 ?        S    03:12   0:00  \_ [kworker/7:1]
root       888  0.0  0.0      0     0 ?        S    03:18   0:00  \_ [kworker/7:0]
root      1215  0.0  0.0      0     0 ?        S    03:19   0:00  \_ [kworker/3:1]
root      1217  0.0  0.0      0     0 ?        S    03:19   0:00  \_ [kworker/1:0]
root      1306  0.0  0.0      0     0 ?        S    03:21   0:00  \_ [kworker/u16:0]
root      1436  0.0  0.0      0     0 ?        S<   03:27   0:00  \_ [kworker/4:1H]
root      1474  0.0  0.0      0     0 ?        S    03:30   0:00  \_ [kworker/5:0]
root         1  0.0  0.1  38548  6160 ?        Ss   02:46   0:02 /sbin/init
root       192  0.1  0.7  86444 35508 ?        Ss   02:46   0:03 /usr/lib/systemd/systemd-journald
root       221  0.0  0.0  43772  3860 ?        Ss   02:46   0:00 /usr/lib/systemd/systemd-udevd
root       283  0.0  0.0 105076  1780 ?        SLs  02:46   0:00 /usr/sbin/qubesdb-daemon 0
root       374  0.0  0.0  16768  1288 ?        SNs  02:47   0:00 /usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main rdaemon
root       375  0.0  0.1 209112  8748 ?        Ss   02:47   0:00 /usr/sbin/abrtd -d -s
root       376  0.0  0.1 247960  8520 ?        Ss   02:47   0:00 /usr/bin/abrt-dump-journal-oops -fxtD
root       378  0.0  0.0  10684   124 ?        S    02:47   0:01 /usr/sbin/meminfo-writer 30000 100000 /var/run/meminfo-writer.pid
root       385  0.0  0.0  12128  4792 ?        Ss   02:47   0:01 /usr/sbin/haveged -w 1024 -v 1 --Foreground
dbus       400  0.0  0.0  45168  4148 ?        Ss   02:47   0:00 /bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       427  0.0  0.0  24188  2920 ?        Ss   02:47   0:00 /usr/lib/systemd/systemd-logind
root       431  0.0  0.0  21180  2008 ?        SLs  02:47   0:00 /usr/lib/qubes/qrexec-agent
root       543  0.0  0.0  86864  1944 ?        SL   02:47   0:00  \_ /usr/lib/qubes/qrexec-agent
root       545  0.0  0.0 181268  4140 ?        S    02:47   0:00      \_ su - root -c yum -y update; yum clean all
root       549  0.0  0.0 115640  3252 ?        S    02:47   0:00          \_ -bash -c yum -y update; yum clean all
root       576  0.3  2.3 446548 120028 ?       S    02:47   0:08              \_ /usr/bin/python /bin/yum -y update
root       687  0.0  0.0 113540  2888 ?        S    02:50   0:00                  \_ /bin/sh /usr/lib/qubes/qubes-trigger-sync-appmenus.sh
root       689  0.0  0.0  21160  1856 ?        SL   02:50   0:00                      \_ /usr/lib/qubes/qrexec-client-vm dom0 qubes.SyncAppMenus /bin/sh /etc/qubes-rpc/qubes.GetAppmenus
root       690  0.0  0.0 113540  2776 ?        S    02:50   0:00                          \_ sh /etc/qubes-rpc/qubes.GetAppmenus
root       692  0.0  0.0 108488   736 ?        S    02:50   0:00                              \_ xargs awk /^\[/ { if (tolower($0) != "\[desktop entry\]") nextfile } /^Exec=/ { print FILENAME ":Exec=qubes-desktop-run " FILENAME; next } /=/ {print FILENAME ":" $0 }
root       693  0.0  0.0 114076  2828 ?        S    02:50   0:00                                  \_ awk /^\[/ { if (tolower($0) != "\[desktop entry\]") nextfile } /^Exec=/ { print FILENAME ":Exec=qubes-desktop-run " FILENAME; next } /=/ {print FILENAME ":" $0 } /usr/share/applications/bluetooth-sendto.desktop /usr/share/applications/org.gnome.Screenshot.desktop /usr/share/applications/gnome-system-monitor-kde.desktop /usr/share/applications/gpk-dbus-service.desktop /usr/share/applications/mate-notification-properties.desktop /usr/share/applications/seahorse.desktop /usr/share/applications/gnome-display-panel.desktop /usr/share/applications/gnome-shell-classic.desktop /usr/share/applications/evolution.desktop /usr/share/applications/gnome-search-panel.desktop /usr/share/applications/gpk-prefs.desktop /usr/share/applications/openoffice.org-diafilter.desktop /usr/share/applications/ibus-setup-libpinyin.desktop /usr/share/applications/xterm.desktop /usr/share/applications/gnome-datetime-panel.desktop /usr/share/applications/nm-connection-editor.desktop /usr/share/applications/gcm-viewer.desktop /usr/share/applications/google-chrome.desktop /usr/share/applications/orca.desktop /usr/share/applications/firefox.desktop /usr/share/applications/gnome-terminal.desktop /usr/share/applications/org.gnome.Shell.PortalHelper.desktop /usr/share/applications/gnome-power-panel.desktop /usr/share/applications/java-1.8.0-openjdk-1.8.0.51-4.b16.fc21.x86_64-jconsole.desktop /usr/share/applications/gnome-shell-wayland.desktop /usr/share/applications/libreoffice-draw.desktop /usr/share/applications/gnome-region-panel.desktop /usr/share/applications/nm-vpnc-auth-dialog.desktop /usr/share/applications/gcm-calibrate.desktop /usr/share/applications/ibus-setup-libbopomofo.desktop /usr/share/applications/abrt-applet.desktop /usr/share/applications/evince.desktop /usr/share/applications/gcr-viewer.desktop /usr/share/applications/libreoffice-xsltfilter.desktop /usr/share/applications/gnome-disk-image-writer.desktop /usr/share/applications/gnome-system-monitor.desktop /usr/share/applications/gnome-sharing-panel.desktop /usr/share/applications/setroubleshoot.desktop /usr/share/applications/exo-preferred-applications.desktop /usr/share/applications/gnome-control-center.desktop /usr/share/applications/gnome-color-panel.desktop /usr/share/applications/gnome-mouse-panel.desktop /usr/share/applications/gcr-prompter.desktop /usr/share/applications/rhythmbox-device.desktop /usr/share/applications/emacs.desktop /usr/share/applications/ibus-setup-typing-booster.desktop /usr/share/applications/xfce4-terminal.desktop /usr/share/applications/exo-file-manager.desktop /usr/share/applications/org.gnome.clocks.desktop /usr/share/applications/libreoffice-startcenter.desktop /usr/share/applications/gnome-universal-access-panel.desktop /usr/share/applications/exo-mail-reader.desktop /usr/share/applications/gnome-printers-panel.desktop /usr/share/applications/org.gnome.Software.desktop /usr/share/applications/yelp.desktop /usr/share/applications/org.gnome.Contacts.desktop /usr/share/applications/libreoffice-calc.desktop /usr/share/applications/keepassx.desktop /usr/share/applications/mount-archive.desktop /usr/share/applications/gnome-network-panel.desktop /usr/share/applications/gnome-info-panel.desktop /usr/share/applications/shotwell.desktop /usr/share/applications/gucharmap.desktop /usr/share/applications/gkbd-keyboard-display.desktop /usr/share/applications/gcm-import.desktop /usr/share/applications/mutter.desktop /usr/share/applications/org.gnome.Nautilus.desktop /usr/share/applications/nm-applet.desktop /usr/share/applications/gcm-picker.desktop /usr/share/applications/org.gnome.baobab.desktop /usr/share/applications/rhythmbox.desktop /usr/share/applications/gnome-abrt.desktop /usr/share/applications/gnome-wacom-panel.desktop /usr/share/applications/transmission-gtk.desktop /usr/share/applications/ibus-setup.desktop /usr/share/applications/org.gnome.Weather.Application.desktop /usr/share/applications/gnome-keyboard-panel.desktop /usr/share/applications/gnome-calculator.desktop /usr/share/applications/ibus-setup-kkc.desktop /usr/share/applications/org.gnome.FileRolle
root       439  0.0  0.0  23780  2112 ?        Ss   02:47   0:00 /usr/sbin/atd -f
root       462  0.0  0.0 110308  2196 hvc0     Ss+  02:47   0:00 /sbin/agetty --keep-baud 115200 38400 9600 hvc0 vt102
root       481  0.0  0.0  34988  3260 ?        SLs  02:47   0:01 /usr/bin/qubes-gui
root       889  0.0  0.0 181268  4300 ?        S    03:19   0:00  \_ su user -c /usr/bin/xinit /etc/X11/xinit/xinitrc -- /usr/bin/X :0 -nolisten tcp vt07 -wr -config xorg-qubes.conf > ~/.xsession-errors 2>&1
user       896  0.0  0.0 113540  2796 ?        Ss   03:19   0:00      \_ bash -c /usr/bin/xinit /etc/X11/xinit/xinitrc -- /usr/bin/X :0 -nolisten tcp vt07 -wr -config xorg-qubes.conf > ~/.xsession-errors 2>&1
user       897  0.0  0.0  13956   992 ?        S    03:19   0:00          \_ /usr/bin/xinit /etc/X11/xinit/xinitrc -- /usr/bin/X :0 -nolisten tcp vt07 -wr -config xorg-qubes.conf
user       898  0.4  1.2 330216 63788 ?        SLl  03:19   0:03              \_ /usr/libexec/Xorg.bin :0 -nolisten tcp vt07 -wr -config xorg-qubes.conf
user       910  0.0  0.0 113540  3140 ?        Ss   03:19   0:00              \_ /bin/bash /usr/bin/qubes-session
user       957  0.0  0.0  53344   588 ?        Ss   03:19   0:00                  \_ /usr/bin/ssh-agent /etc/X11/xinit/Xclients
user      1035  0.0  0.3 421116 18524 ?        Sl   03:19   0:00                  \_ abrt-applet
root       546  0.0  0.0  36088  4048 ?        Ss   02:47   0:00 /usr/lib/systemd/systemd --user
root       547  0.0  0.0  66904  2816 ?        S    02:47   0:00  \_ (sd-pam)
root       694  0.0  0.0  21292   964 ?        SLs  02:51   0:00 /usr/lib/qubes/qrexec-client-vm dom0 qubes.NotifyUpdates /bin/sh -c if [ -e /etc/system-release ]; then yum -q check-update >/dev/null; [ $? -eq 100 ] && echo 1 || echo 0; else apt-get -q update > /dev/null; apt-get -s upgrade | awk "/^Inst/{ print $2 }" | [ $(wc -L) -eq 0 ] && echo 0 || echo 1; fi
root       695  0.0  0.0 115640  3108 ?        S    02:51   0:00  \_ sh -c if [ -e /etc/system-release ]; then yum -q check-update >/dev/null; [ $? -eq 100 ] && echo 1 || echo 0; else apt-get -q update > /dev/null; apt-get -s upgrade | awk "/^Inst/{ print $2 }" | [ $(wc -L) -eq 0 ] && echo 0 || echo 1; fi
root       696  0.0  0.6 342980 30772 ?        S    02:51   0:02      \_ /usr/bin/python /usr/bin/yum -q check-update
user       893  0.0  0.0  38192  4316 ?        Ss   03:19   0:00 /usr/lib/systemd/systemd --user
user       894  0.0  0.0  66904  2816 ?        S    03:19   0:00  \_ (sd-pam)
user       917  0.0  0.0  13960   140 ?        S    03:19   0:00 dbus-launch --sh-syntax --exit-with-session
user       918  0.0  0.0  44860  2032 ?        Ss   03:19   0:00 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
user      1004  0.0  0.1 386440  6216 ?        Sl   03:19   0:00 /usr/bin/gnome-keyring-daemon --start
user      1074  0.0  0.1 335824  5540 ?        Sl   03:19   0:00 /usr/libexec/at-spi-bus-launcher
user      1091  0.0  0.0  44764  3700 ?        S    03:19   0:00  \_ /bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
user      1095  0.0  0.1 467968  7956 ?        S<l  03:19   0:00 pulseaudio --start -n --file=/etc/pulse/qubes-default.pa --exit-idle-time=-1
rtkit     1098  0.0  0.0 164624  2216 ?        SNsl 03:19   0:00 /usr/libexec/rtkit-daemon
user      1101  0.0  0.0 125528  4984 ?        Sl   03:19   0:00 /usr/libexec/at-spi2-registryd --use-gnome-session
user      1184  0.0  0.0 178520  4520 ?        Sl   03:19   0:00 /usr/libexec/dconf-service
polkitd   1200  0.0  0.2 525380 13692 ?        Ssl  03:19   0:00 /usr/lib/polkit-1/polkitd --no-debug
user      1202  0.0  0.0  21156   164 ?        S    03:19   0:00 /usr/bin/qrexec-fork-server
user      1230  0.0  0.1 319108  6548 ?        Sl   03:19   0:00 /usr/libexec/gvfsd
user      1234  0.0  0.1 301136  6684 ?        Sl   03:19   0:00 /usr/libexec/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
root      1293  0.3  1.8 697824 93924 ?        Ssl  03:21   0:01 /usr/libexec/packagekitd
user      1485  0.8  0.5 611000 28280 ?        Sl   03:30   0:00 /usr/libexec/gnome-terminal-server
user      1490  0.0  0.0   8452  1744 ?        S    03:30   0:00  \_ gnome-pty-helper
user      1491  0.2  0.1 117664  5420 pts/0    Ss   03:30   0:00  \_ bash
root      1531  0.0  0.1 204868  5436 pts/0    S+   03:30   0:00      \_ sudo ps auxfwww
root      1532  0.0  0.0 140040  3692 pts/0    R+   03:30   0:00          \_ ps auxfwww
[user@tpDNU-f21-google ~]$ 
[user@tpDNU-f21-google ~]$ 


[user@tpDNU-f21-google ~]$ sudo lsof -np 689
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
      Output information may be incomplete.
COMMAND   PID USER   FD   TYPE             DEVICE SIZE/OFF   NODE NAME
qrexec-cl 689 root  cwd    DIR              253,0     4096   8196 /root
qrexec-cl 689 root  rtd    DIR              253,0     4096      2 /
qrexec-cl 689 root  txt    REG              253,0    20208 566431 /usr/bin/qrexec-client-vm
qrexec-cl 689 root  mem    REG              253,0    19512 526198 /usr/lib64/libdl-2.20.so
qrexec-cl 689 root  mem    REG              253,0    92816 566383 /usr/lib64/libgcc_s-4.9.2-20150212.so.1
qrexec-cl 689 root  mem    REG              253,0   141880 526218 /usr/lib64/libpthread-2.20.so
qrexec-cl 689 root  mem    REG              253,0   161008 524303 /usr/lib64/libxenctrl.so.4.4.0
qrexec-cl 689 root  mem    REG              253,0    28288 527485 /usr/lib64/libxenstore.so.3.0.3
qrexec-cl 689 root  mem    REG              253,0  2082456 526192 /usr/lib64/libc-2.20.so
qrexec-cl 689 root  mem    REG              253,0    15440 527515 /usr/lib64/libqrexec-utils.so.1
qrexec-cl 689 root  mem    REG              253,0    15440 527487 /usr/lib64/libxenvchan.so.1.0.0
qrexec-cl 689 root  mem    REG              253,0    15392 527490 /usr/lib64/libvchan-xen.so
qrexec-cl 689 root  mem    REG              253,0   163176 526185 /usr/lib64/ld-2.20.so
qrexec-cl 689 root    0u  unix 0xffff880011448700      0t0  15390 socket
qrexec-cl 689 root    1u  unix 0xffff88001144e200      0t0  15393 socket
qrexec-cl 689 root    2u  unix 0xffff88001144de80      0t0  15395 socket
qrexec-cl 689 root    3u  unix 0xffff880011448e00      0t0  15406 socket
qrexec-cl 689 root    4w   REG              253,0    91675 393223 /var/log/yum.log
qrexec-cl 689 root    7u  unix 0xffff8800154d9f80      0t0  10591 socket
qrexec-cl 689 root    8u  unix 0xffff8800154d9c00      0t0  10592 socket
qrexec-cl 689 root   10u   REG               0,34        0      4 /proc/xen/privcmd
qrexec-cl 689 root   24u   REG               0,33        0  15465 /tmp/tmp4AVgTW
qrexec-cl 689 root   26u   REG               0,33        0  15465 /tmp/tmp4AVgTW
qrexec-cl 689 root   44w  FIFO               0,17      0t0  10569 /run/systemd/inhibit/1.ref
qrexec-cl 689 root   45u   REG              253,0        0 393220 /var/lib/rpm/.rpm.lock


[user@tpDNU-f21-google ~]$ sudo lsof -np 690
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
      Output information may be incomplete.
COMMAND PID USER   FD   TYPE             DEVICE  SIZE/OFF   NODE NAME
sh      690 root  cwd    DIR              253,0      4096   8196 /root
sh      690 root  rtd    DIR              253,0      4096      2 /
sh      690 root  txt    REG              253,0   1080408 527226 /usr/bin/bash
sh      690 root  mem    REG              253,0 106374736 527305 /usr/lib/locale/locale-archive
sh      690 root  mem    REG              253,0   2082456 526192 /usr/lib64/libc-2.20.so
sh      690 root  mem    REG              253,0     19512 526198 /usr/lib64/libdl-2.20.so
sh      690 root  mem    REG              253,0    173136 527346 /usr/lib64/libtinfo.so.5.9
sh      690 root  mem    REG              253,0    163176 526185 /usr/lib64/ld-2.20.so
sh      690 root  mem    REG              253,0     26254 527249 /usr/lib64/gconv/gconv-modules.cache
sh      690 root    0u  unix 0xffff8800154d8380       0t0  10590 socket
sh      690 root    1u  unix 0xffff8800154da300       0t0  10593 socket
sh      690 root    2u  unix 0xffff88001144de80       0t0  15395 socket
sh      690 root    3u  unix 0xffff880011448e00       0t0  15406 socket
sh      690 root    4w   REG              253,0     91675 393223 /var/log/yum.log
sh      690 root    5u  unix 0xffff880011448700       0t0  15390 socket
sh      690 root    7u  unix 0xffff88001144e200       0t0  15393 socket
sh      690 root   24u   REG               0,33         0  15465 /tmp/tmp4AVgTW
sh      690 root   26u   REG               0,33         0  15465 /tmp/tmp4AVgTW
sh      690 root   44w  FIFO               0,17       0t0  10569 /run/systemd/inhibit/1.ref
sh      690 root   45u   REG              253,0         0 393220 /var/lib/rpm/.rpm.lock
sh      690 root  255r   REG              253,0       287 158766 /etc/qubes-rpc/qubes.GetAppmenus
[user@tpDNU-f21-google ~]$ 
[user@tpDNU-f21-google ~]$ 
[user@tpDNU-f21-google ~]$ 


[user@tpDNU-f21-google ~]$ journalctl -b |grep qubes.Sync
Hint: You are currently not seeing messages from other users and the system.
      Users in the groups 'adm', 'systemd-journal', 'wheel' can see all messages.
      Pass -q to turn off this notice.
[user@tpDNU-f21-google ~]$ 
[user@tpDNU-f21-google ~]$ 


[user@tpDNU-f21-google ~]$ sudo strace -fp 689
Process 689 attached
wait4(690, ^CProcess 689 detached
 <detached ...>


[user@tpDNU-f21-google ~]$ sudo strace -fp 690
Process 690 attached
wait4(-1, ^CProcess 690 detached
 <detached ...>
[user@tpDNU-f21-google ~]$ 
 

raf...@elitemail.org

unread,
Aug 7, 2015, 4:34:08 PM8/7/15
to Miguel Jacq, qubes...@googlegroups.com
On 07/22/2015 07:37 PM, Miguel Jacq wrote:
> Hi there,
>
> I've amassed enough TemplateVMs such that running 'apt-get update; apt-get
> dist-upgrade' and 'yum update' becomes a real pain one at a time.
>
> Here's a super simple shell script to run on your dom0. It will detect what
> templates you have, fire them up and run 'apt-get' or 'yum' stuff depending
> on distro, then shut them down again.
>
> https://gist.github.com/mig5/e6fcd033df11b0800bbd
>
> Wouldn't be hard to add other distros here (arch?) and probably whonix could
> be included in the 'debian' step.
>
> The caveat is that your templates are logically named based on the distro -
> all mine have 'debian' or 'fedora' as prefix, so it works well. Probably it
> could just check the internals of the VM itself to determine the distro, but
> like I said - it's a simple solution :)
>
> Hope it is useful to others.
>
> Cheers
>
> Mig

Thanks for this. It saves me a lot of time as well. I went ahead and
modified your script slightly (attached) to perform updates the way I
prefer (download updates in one VM, verify, move to network-disconnected
template, install), similar to how qubes-dom0-update works. The only
caveat with this script is that one must do one of three things:

- create an appVM named update-vm
OR
- change the default VM (at the top of the script) from update-vm to
something else
OR
- specify a VM name on the command line each time

The signature checking on .rpm files (hat tip to Marek) has been tested
and does work. I'm not very familiar with scripting so if I made a
bunch of obvious mistakes please don't hesitate to point them out.
Beyond that, it has been pretty well tested.
qubes-template-update-offline.sh

Patrick Schleizer

unread,
Aug 7, 2015, 4:56:37 PM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
Marek Marczykowski-Górecki:
> Was that during new qubes.SyncAppMenus call? There should be
> something...

No. Attached strace to the existing VM where it's still hanging, in the
Qubes-Whonix-Gateway one.

Done that in untrusted VM now.

#####

konsole tab 1:

user@untrusted:~$ ps aux | grep qrexec
root 652 0.0 0.2 18948 1768 ? SLs Aug06 0:10
/usr/lib/qubes/qrexec-agent
user 1175 0.0 0.0 18924 144 ? S Aug06 0:00
/usr/bin/qrexec-fork-server
user 3708 0.0 0.3 12724 2232 pts/0 S+ 22:52 0:00 grep qrexec

user@untrusted:~$ sudo strace -p 652
Process 652 attached
pselect6(7, [4 6], [], NULL, {0, 911575223}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 1 (in [6], left
{0, 182186380})
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
accept(6, {sa_family=AF_LOCAL, NULL}, [2]) = 7
read(7, "qubes.SyncAppMenus\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 128) = 128
ioctl(4, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7ffd69ef68e0) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 1 (in [4], left
{1, 99994051})
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
read(4, "P\0\0\0", 4) = 4
write(4, "P\0\0\0", 4) = 4
rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 1 (in [4], left
{0, 944026684})
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
read(4, "P\0\0\0", 4) = 4
write(4, "P\0\0\0", 4) = 4
rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
ioctl(4, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7ffd69ef6980) = 0
write(7, "\0\0\0\0\1\2\0\0", 8) = 8
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
pselect6(8, [4 6 7], [], NULL, {1, 100000000}, {[], 8}) = 1 (in [7],
left {0, 964130114})
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
read(7, "", 2) = 0
close(7) = 0
ioctl(4, EVIOCGKEYCODE or EVIOCGKEYCODE_V2 or EVIOCSKEYCODE or
EVIOCSKEYCODE_V2, 0x7ffd69ef6920) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 1 (in [4], left
{1, 99997930})
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
read(4, "P\0\0\0", 4) = 4
write(4, "P\0\0\0", 4) = 4
rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}) = 0 (Timeout)
ioctl(5, SNDCTL_DSP_RESET, 0x7ffd69ef6750) = 0
pselect6(7, [4 6], [], NULL, {1, 100000000}, {[], 8}^CProcess 652 detached
<detached ...>
user@untrusted:~$

#####

konsole tab 2

user@untrusted:~$ sudo strace -p 1175 Process 1175 attached accept(3,


#####

konsole tab 3

user@untrusted:~$ sudo strace -f -o untrusted

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 5:39:48 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I've found the cause for that second hang (in untrusted VM). I'm able to
reliably reproduce it (so can add a test for it :) ).
The problem is when dom0 process terminated connection _while_ VM
process is sending some data. Then VM process waits on write() call,
while qrexec-client-vm running there waits for the process termination.
So basically a deadlock.

But still not sure if this is related to the original one.

That might be a case, if for some reason dom0 process terminates before
receiving all the data. This shouldn't happen for qubes.SyncAppMenus
service directly. But looking at the code, I see possibility for that in
qubes.GetImageRGBA - service to retrieve icons from a VM. This may
happen if an icon doesn't meet enforced criteria - for example max size.
The maximum size is 512x512, so for an icon it is unlikely, but still,
worth a try...

The simple check for that would be to call qvm-sync-appmenus on that
(template) VM. If there is any message "Failed to get icon", *other than
"No icon received"*, I think we've found what is wrong here.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxSWXAAoJENuP0xzK19csmpAH/jM+DY5TJhB3MGTiKirdKE6C
9XLIqnuwruw0oNtTCXeTbM32wWsREdn2qEX31fkY/CzGUK14gPvjt82fNSiK2ro9
d4Qjho2WM7Mq1ajjR67r8Zktq8iwYGASggNpo+saDsmtUHSBPr+lvarFUCMqpZ3U
9E7VUswBcSggyDFsrFdFaVymaCV3Mi2iSejzTHjLe+C+h0w4Y98K4z0I3TvERLwA
lZwaeX8N8Ba1H8ltREG65UzVJxsHLfVPEk0mmzNc8ziC/zi1OhEywmrJlZ+GBuFZ
pNXpaNcKRngM+DeXZDrI/RjXINT9KD+PP/0K/XVs87g+hdN8NiMEp/6AWkEpf2Q=
=OaPn
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 7, 2015, 6:09:46 PM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
Glad to hear!

> (so can add a test for it :) ).

Great!

> The problem is when dom0 process terminated connection _while_ VM
> process is sending some data. Then VM process waits on write() call,
> while qrexec-client-vm running there waits for the process termination.
> So basically a deadlock.
>
> But still not sure if this is related to the original one.

> That might be a case, if for some reason dom0 process terminates before
> receiving all the data. This shouldn't happen for qubes.SyncAppMenus
> service directly. But looking at the code, I see possibility for that in
> qubes.GetImageRGBA - service to retrieve icons from a VM. This may
> happen if an icon doesn't meet enforced criteria - for example max size.
> The maximum size is 512x512, so for an icon it is unlikely, but still,
> worth a try...

I am speaking only theoretically, but anything can go wrong, will go
wrong, therefore should be fixed.

> The simple check for that would be to call qvm-sync-appmenus on that
> (template) VM. If there is any message "Failed to get icon", *other than
> "No icon received"*, I think we've found what is wrong here.

Running in dom0 on that template VM:

qvm-sync-appmenus whonix-gw-experimental

...showed no output. strace attached. [1]

But I didn't manually break qubes-trigger-sync-appmenus.sh in the VM yet
nor rebooted anything. Would that time to do that be now? Should I run
that command after restarting that VM or the whole system?

Cheers,
Patrick

[1]
31631 execve("/usr/bin/qvm-sync-appmenus", ["qvm-sync-appmenus",
"whonix-gw-experimental"], [/* 57 vars */]) = 0
31631 brk(0) = 0x1d84000
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fe29172e000
31631 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe29171e000
31631 close(3) = 0
31631 open("/lib64/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\316\0\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=173064, ...}) = 0
31631 mmap(NULL, 2268928, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe2912e6000
31631 mprotect(0x7fe29130b000, 2097152, PROT_NONE) = 0
31631 mmap(0x7fe29150b000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7fe29150b000
31631 close(3) = 0
31631 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0
31631 mmap(NULL, 2109744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe2910e2000
31631 mprotect(0x7fe2910e5000, 2093056, PROT_NONE) = 0
31631 mmap(0x7fe2912e4000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe2912e4000
31631 close(3) = 0
31631 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=2093096, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fe29171d000
31631 mmap(NULL, 3920480, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe290d24000
31631 mprotect(0x7fe290ed8000, 2093056, PROT_NONE) = 0
31631 mmap(0x7fe2910d7000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b3000) = 0x7fe2910d7000
31631 mmap(0x7fe2910dd000, 16992, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe2910dd000
31631 close(3) = 0
31631 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fe29171b000
31631 arch_prctl(ARCH_SET_FS, 0x7fe29171b740) = 0
31631 mprotect(0x7fe2910d7000, 16384, PROT_READ) = 0
31631 mprotect(0x7fe2912e4000, 4096, PROT_READ) = 0
31631 mprotect(0x7fe29150b000, 16384, PROT_READ) = 0
31631 mprotect(0x6dc000, 4096, PROT_READ) = 0
31631 mprotect(0x7fe29172f000, 4096, PROT_READ) = 0
31631 munmap(0x7fe29171e000, 65167) = 0
31631 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31631 open("/dev/tty", O_RDWR|O_NONBLOCK) = 3
31631 close(3) = 0
31631 brk(0) = 0x1d84000
31631 brk(0x1da5000) = 0x1da5000
31631 brk(0) = 0x1da5000
31631 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
31631 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe28a7fb000
31631 close(3) = 0
31631 brk(0) = 0x1da5000
31631 getuid() = 1000
31631 getgid() = 1001
31631 geteuid() = 1000
31631 getegid() = 1001
31631 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31631 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
31631 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fe29172d000
31631 read(3, "MemTotal: 3386976 kB\nMemF"..., 1024) = 1024
31631 close(3) = 0
31631 munmap(0x7fe29172d000, 4096) = 0
31631 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7fe290d598f0}, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7fe290d598f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fe290d598f0},
8) = 0
31631 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0}, 8) = 0
31631 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0}, 8) = 0
31631 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31631 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0}, 8) = 0
31631 uname({sysname="Linux", nodename="dom0", ...}) = 0
31631 stat("/home/mach", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31631 stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31631 getpid() = 31631
31631 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=26254, ...}) = 0
31631 mmap(NULL, 26254, PROT_READ, MAP_SHARED, 3, 0) = 0x7fe291727000
31631 close(3) = 0
31631 getppid() = 31629
31631 gettimeofday({1438985083, 767420}, NULL) = 0
31631 getpgrp() = 31629
31631 rt_sigaction(SIGCHLD, {0x441080, [], SA_RESTORER|SA_RESTART,
0x7fe290d598f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fe290d598f0},
8) = 0
31631 getrlimit(RLIMIT_NPROC, {rlim_cur=1024, rlim_max=62075}) = 0
31631 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31631 open("/usr/bin/qvm-sync-appmenus", O_RDONLY) = 3
31631 ioctl(3, TCGETS, 0x7ffd75eb6fa0) = -1 ENOTTY (Inappropriate ioctl
for device)
31631 lseek(3, 0, SEEK_CUR) = 0
31631 read(3, "#!/bin/sh\nexec /usr/libexec/qube"..., 80) = 69
31631 lseek(3, 0, SEEK_SET) = 0
31631 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
31631 fcntl(255, F_GETFD) = -1 EBADF (Bad file descriptor)
31631 dup2(3, 255) = 255
31631 close(3) = 0
31631 fcntl(255, F_SETFD, FD_CLOEXEC) = 0
31631 fcntl(255, F_GETFL) = 0x8000 (flags
O_RDONLY|O_LARGEFILE)
31631 fstat(255, {st_mode=S_IFREG|0755, st_size=69, ...}) = 0
31631 lseek(255, 0, SEEK_CUR) = 0
31631 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31631 read(255, "#!/bin/sh\nexec /usr/libexec/qube"..., 69) = 69
31631 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31631 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0}, 8) = 0
31631 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fe290d598f0},
{SIG_IGN, [], SA_RESTORER, 0x7fe290d598f0}, 8) = 0
31631 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7fe290d598f0}, {0x441080, [], SA_RESTORER|SA_RESTART, 0x7fe290d598f0},
8) = 0
31631 execve("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
["/usr/libexec/qubes-appmenus/qube"..., "whonix-gw-experimental"], [/*
57 vars */]) = 0
31631 brk(0) = 0x1412000
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8cf000
31631 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3b6b8bf000
31631 close(3) = 0
31631 open("/lib64/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\363\3\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0555, st_size=1797720, ...}) = 0
31631 mmap(NULL, 3954184, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3b6b2eb000
31631 mprotect(0x7f3b6b463000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b6b663000, 258048, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x178000) = 0x7f3b6b663000
31631 mmap(0x7f3b6b6a2000, 58888, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b6a2000
31631 close(3) = 0
31631 open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220m\0\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=147496, ...}) = 0
31631 mmap(NULL, 2213104, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3b6b0ce000
31631 mprotect(0x7f3b6b0e6000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6b2e5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f3b6b2e5000
31631 mmap(0x7f3b6b2e7000, 13552, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b2e7000
31631 close(3) = 0
31631 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8be000
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0
31631 mmap(NULL, 2109744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3b6aeca000
31631 mprotect(0x7f3b6aecd000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6b0cc000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f3b6b0cc000
31631 close(3) = 0
31631 open("/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=14608, ...}) = 0
31631 mmap(NULL, 2105616, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3b6acc7000
31631 mprotect(0x7f3b6acc9000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6aec8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f3b6aec8000
31631 close(3) = 0
31631 open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=1159944, ...}) = 0
31631 mmap(NULL, 3170648, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3b6a9c0000
31631 mprotect(0x7f3b6aac5000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b6acc5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x105000) = 0x7f3b6acc5000
31631 close(3) = 0
31631 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
31631 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"...,
832) = 832
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=2093096, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8bd000
31631 mmap(NULL, 3920480, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3b6a602000
31631 mprotect(0x7f3b6a7b6000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6a9b5000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b3000) = 0x7f3b6a9b5000
31631 mmap(0x7f3b6a9bb000, 16992, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b6a9bb000
31631 close(3) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8bc000
31631 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ba000
31631 arch_prctl(ARCH_SET_FS, 0x7f3b6b8ba740) = 0
31631 mprotect(0x7f3b6a9b5000, 16384, PROT_READ) = 0
31631 mprotect(0x7f3b6acc5000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b6aec8000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b6b0cc000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b6b2e5000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b6b663000, 4096, PROT_READ) = 0
31631 mprotect(0x600000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b6b8d0000, 4096, PROT_READ) = 0
31631 munmap(0x7f3b6b8bf000, 65167) = 0
31631 set_tid_address(0x7f3b6b8baa10) = 31631
31631 set_robust_list(0x7f3b6b8baa20, 24) = 0
31631 rt_sigaction(SIGRTMIN, {0x7f3b6b0d4880, [],
SA_RESTORER|SA_SIGINFO, 0x7f3b6b0dd6d0}, NULL, 8) = 0
31631 rt_sigaction(SIGRT_1, {0x7f3b6b0d4910, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f3b6b0dd6d0}, NULL, 8) = 0
31631 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
31631 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
31631 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
31631 brk(0) = 0x1412000
31631 brk(0x1433000) = 0x1433000
31631 brk(0) = 0x1433000
31631 mmap(NULL, 266240, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b879000
31631 brk(0) = 0x1433000
31631 brk(0x1454000) = 0x1454000
31631 fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 11), ...}) = 0
31631 fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 11), ...}) = 0
31631 fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 11), ...}) = 0
31631 fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 11), ...}) = 0
31631 readlink("/usr/bin/python", "python2", 4096) = 7
31631 readlink("/usr/bin/python2", "python2.7", 4096) = 9
31631 readlink("/usr/bin/python2.7", 0x7ffeb10e5fa0, 4096) = -1 EINVAL
(Invalid argument)
31631 stat("/usr/bin/Modules/Setup", 0x7ffeb10e3e30) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/bin/lib64/python2.7/os.py", 0x7ffeb10e3e20) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/bin/lib64/python2.7/os.pyc", 0x7ffeb10e3e20) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/os.py", {st_mode=S_IFREG|0644,
st_size=25769, ...}) = 0
31631 stat("/usr/bin/pybuilddir.txt", 0x7ffeb10e3e30) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/bin/lib64/python2.7/lib-dynload", 0x7ffeb10e3e30) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 mmap(NULL, 266240, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b838000
31631 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f3b6b0dd6d0},
{SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f3b6b0dd6d0},
{SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER,
0x7f3b6b0dd6d0}, 8) = 0
31631 rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER,
0x7f3b6b0dd6d0}, 8) = 0
31631 rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
31631 rt_sigaction(SIGINT, {0x7f3b6b3fc680, [], SA_RESTORER,
0x7f3b6b0dd6d0}, {SIG_DFL, [], 0}, 8) = 0
31631 brk(0) = 0x1454000
31631 brk(0x1475000) = 0x1475000
31631 stat("/usr/lib64/python27.zip", 0x7ffeb10e2920) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64", {st_mode=S_IFDIR|0555, st_size=73728, ...}) = 0
31631 stat("/usr/lib64/python27.zip", 0x7ffeb10e5970) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/", {st_mode=S_IFDIR|0755,
st_size=20480, ...}) = 0
31631 stat("/usr/lib64/python2.7/", {st_mode=S_IFDIR|0755,
st_size=20480, ...}) = 0
31631 stat("/usr/lib64/python2.7/site", 0x7ffeb10e5b30) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/site.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/sitemodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/site.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=20078, ...}) = 0
31631 open("/usr/lib64/python2.7/site.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=19568, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096)
= 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=19568, ...}) = 0
31631 read(4,
"\1\0\0\0R\0\0\0\0t\5\0\0\0isdirR\10\0\0\0R\24\0\0\0t\t\0"..., 12288) =
12288
31631 read(4,
"\0\0\0C\0\0\0sg\0\0\0y\20\0d\1\0d\2\0l\0\0}\0\0WnP\0\4"..., 4096) = 3184
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/os", 0x7ffeb10e55c0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/os.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/osmodule.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/os.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0
31631 open("/usr/lib64/python2.7/os.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=25557, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=25557, ...}) = 0
31631 read(5, "ive.\n\n N(\t\0\0\0R\t\0\0\0t\5\0\0\0splitt"...,
20480) = 20480
31631 read(5, "\"\0\0\0t\24\0\0\0builtin_module_namest\6\0"..., 4096) = 981
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 5
31631 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5, "MemTotal: 3386976 kB\nMemF"..., 1024) = 1024
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 brk(0) = 0x1475000
31631 brk(0x1497000) = 0x1497000
31631 stat("/usr/lib64/python2.7/posixpath", 0x7ffeb10e5050) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/posixpath.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/posixpathmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/posixpath.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=13591, ...}) = 0
31631 open("/usr/lib64/python2.7/posixpath.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=11297, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\31\2\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=11297, ...}) = 0
31631 read(6, "ISLNKt\7\0\0\0st_mode(\2\0\0\0R3\0\0\0t\2\0\0\0"...,
4096) = 4096
31631 read(6,
"\0\0R6\0\0\0(\7\0\0\0R3\0\0\0Rn\0\0\0R8\0\0\0t\1\0\0\0"..., 4096) = 3105
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/stat", 0x7ffeb10e4ae0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/stat.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/statmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/stat.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
31631 open("/usr/lib64/python2.7/stat.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2751, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 4096)
= 2751
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2751, ...}) = 0
31631 read(7, "", 4096) = 0
31631 mmap(NULL, 200704, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b807000
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(6) = 0
31631 stat("/usr/lib64/python2.7/genericpath", 0x7ffeb10e4ae0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/genericpath.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/genericpathmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/genericpath.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=3015, ...}) = 0
31631 open("/usr/lib64/python2.7/genericpath.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=3263, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\221\0\0\0d\0"...,
4096) = 3263
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=3263, ...}) = 0
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(6) = 0
31631 stat("/usr/lib64/python2.7/warnings", 0x7ffeb10e4ae0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/warnings.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/warningsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/warnings.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=14044, ...}) = 0
31631 open("/usr/lib64/python2.7/warnings.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=13150, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sS\2\0\0d\0"..., 4096)
= 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=13150, ...}) = 0
31631 read(7, "yss\7\0\0\0defaults\6\0\0\0modules\4\0\0\0on"..., 8192) =
8192
31631 read(7, "\0\0(\0\0\0\0s \0\0\0/usr/lib64/python2.7"..., 4096) = 862
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/linecache", 0x7ffeb10e4570) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/linecache.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/linecachemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/linecache.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=3964, ...}) = 0
31631 open("/usr/lib64/python2.7/linecache.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3211, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096)
= 3211
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3211, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/types", 0x7ffeb10e4570) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/types.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/typesmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/types.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
31631 open("/usr/lib64/python2.7/types.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=2506, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s/\2\0\0d\0"..., 4096)
= 2506
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=2506, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(7) = 0
31631 close(6) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/UserDict", 0x7ffeb10e5050) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/UserDict.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/UserDictmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/UserDict.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=5811, ...}) = 0
31631 open("/usr/lib64/python2.7/UserDict.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=8820, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096)
= 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=8820, ...}) = 0
31631 read(6, "/lib64/python2.7/UserDict.pyR*\0\0"..., 4096) = 4096
31631 read(6,
"\6\0\0\0R\2\0\0\0R\v\0\0\0R8\0\0\0R\6\0\0\0R\35\0\0\0R\f\0"..., 4096) = 628
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/_abcoll", 0x7ffeb10e4ae0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_abcoll.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_abcollmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_abcoll.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=17865, ...}) = 0
31631 open("/usr/lib64/python2.7/_abcoll.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=24982, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0sI\2\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=24982, ...}) = 0
31631 read(7,
"\1\0\0\0R(\0\0\0(\2\0\0\0R\34\0\0\0t\1\0\0\0x(\0\0\0\0(\0"..., 20480) =
20480
31631 read(7,
"\4\17\5\t\4\t\6\t\5\f\10\t\6(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0"...,
4096) = 406
31631 read(7, "", 4096) = 0
31631 mmap(NULL, 266240, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b7c6000
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/abc", 0x7ffeb10e4570) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/abc.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/abcmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/abc.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0
31631 open("/usr/lib64/python2.7/abc.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6143, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096)
= 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6143, ...}) = 0
31631 read(8, "abc.pyt\10\0\0\0registeri\0\0\0s\20\0\0\0\0\2\30\1"...,
4096) = 2047
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/_weakrefset", 0x7ffeb10e4000) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_weakrefset.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_weakrefsetmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_weakrefset.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=5607, ...}) = 0
31631 open("/usr/lib64/python2.7/_weakrefset.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=9477, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(9,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 4096)
= 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=9477, ...}) = 0
31631 read(9, "sr/lib64/python2.7/_weakrefset.p"..., 4096) = 4096
31631 read(9,
"\0}\1\0t\0\0|\1\0\210\0\0j\1\0\203\2\0V\1q\3\0d\0\0S(\1\0\0"..., 4096)
= 1285
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(8) = 0
31631 close(7) = 0
31631 close(6) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/copy_reg", 0x7ffeb10e5050) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/copy_reg.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/copy_regmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/copy_reg.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
31631 open("/usr/lib64/python2.7/copy_reg.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=5113, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=5113, ...}) = 0
31631 read(6, "e for key %s(\5\0\0\0t\3\0\0\0intt\n\0\0\0Va"..., 4096) =
1017
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/traceback", 0x7ffeb10e55c0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/traceback.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/tracebackmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/traceback.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=11255, ...}) = 0
31631 open("/usr/lib64/python2.7/traceback.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11623, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11623, ...}) = 0
31631 read(5, "None.\n R!\0\0\0i\0\0\0\0i\1\0\0\0N(\20\0\0\0R"...,
4096) = 4096
31631 read(5,
"\1\0\203\5\0\1Wd\1\0d\1\0\4}\2\0\4}\3\0}\4\0Xd\1\0S(\2\0"..., 4096) = 3431
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480,
...}) = 0
31631 stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480,
...}) = 0
31631 stat("/usr/lib64/python2.7/sysconfig", 0x7ffeb10e5460) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/sysconfig.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/sysconfigmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sysconfig.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=22405, ...}) = 0
31631 open("/usr/lib64/python2.7/sysconfig.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=17645, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n?\205'Uc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\v\5\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=17645, ...}) = 0
31631 brk(0) = 0x1497000
31631 brk(0x14b9000) = 0x14b9000
31631 read(5, "posixR\f\0\0\0(\2\0\0\0s\5\0\0\0posixs\2\0\0\0nt"...,
12288) = 12288
31631 read(5,
"\1\f\1\f\1c\0\0\0\0\0\0\0\0\3\0\0\0C\0\0\0sd\0\0\0d\1\0t\0"..., 4096) =
1261
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 lstat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=36864, ...}) = 0
31631 lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0
31631 readlink("/usr/bin/python", "python2", 4096) = 7
31631 lstat("/usr/bin/python2", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
31631 readlink("/usr/bin/python2", "python2.7", 4096) = 9
31631 lstat("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=7120,
...}) = 0
31631 stat("/usr/bin/Modules/Setup.dist", 0x7ffeb10e5fb0) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/bin/Modules/Setup.local", 0x7ffeb10e5fb0) = -1 ENOENT
(No such file or directory)
31631 close(4) = 0
31631 stat("/usr/bin/Modules/Setup.dist", 0x7ffeb10e6520) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/bin/Modules/Setup.local", 0x7ffeb10e6520) = -1 ENOENT
(No such file or directory)
31631 geteuid() = 1000
31631 getuid() = 1000
31631 getegid() = 1001
31631 getgid() = 1001
31631 stat("/usr/lib64/python2.7/re", 0x7ffeb10e4ce0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/re.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/remodule.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/re.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=12959, ...}) = 0
31631 open("/usr/lib64/python2.7/re.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=13094, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s'\2\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=13094, ...}) = 0
31631 read(5, " Match a regular expression pat"..., 8192) = 8192
31631 read(5,
"\0\0\1\6\1\t\1\25\1\6\1\3\1\t\1\6\1\4\1\f\1\f\1\4\1\30\1\17\1\t\1\30"...,
4096) = 806
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/sre_compile", 0x7ffeb10e4770) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sre_compile.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/sre_compilemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sre_compile.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=16454, ...}) = 0
31631 open("/usr/lib64/python2.7/sre_compile.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=11088, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s~\1\0\0d\0"..., 4096)
= 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=11088, ...}) = 0
31631 read(6,
"\24\1\16\1\27\2\16\1\f\0\n\1\16\1\16\1\24\1\24\1\f\1\21\2\21\1\f\1\n\1\16\1"...,
4096) = 4096
31631 read(6,
"\6\0k\10\0r\330\1|\v\0d\2\0\31r\330\1|\v\0d\2\0\31d\1\0\31\\\2\0"...,
4096) = 2896
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/sre_parse", 0x7ffeb10e4200) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/sre_parse.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/sre_parsemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sre_parse.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=27505, ...}) = 0
31631 open("/usr/lib64/python2.7/sre_parse.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=19488, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\332\2\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=19488, ...}) = 0
31631 read(7, "sr/lib64/python2.7/sre_parse.pyt"..., 12288) = 12288
31631 read(7,
"\3\f\2\f\1\f\1\t\1\t\2\22\2\f\1\f\1\f\1\6\1\f\2\n\1\r\2\33\3\23\2c"...,
4096) = 3104
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/sre_constants", 0x7ffeb10e3c90) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sre_constants.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sre_constantsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sre_constants.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=7113, ...}) = 0
31631 open("/usr/lib64/python2.7/sre_constants.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6117, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(8, "\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0
\0\0\0@\0\0\0s\371\4\0\0d\0"..., 4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6117, ...}) = 0
31631 read(8, "efine SRE_INFO_CHARSET %d\nt\4\0\0\0d"..., 4096) = 2021
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(7) = 0
31631 mmap(NULL, 266240, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b785000
31631 close(6) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/_sysconfigdata", 0x7ffeb10e4b80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_sysconfigdata.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_sysconfigdatamodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_sysconfigdata.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=17820, ...}) = 0
31631 open("/usr/lib64/python2.7/_sysconfigdata.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=21026, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\226\16\0\0i\24"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=21026, ...}) = 0
31631 brk(0) = 0x14b9000
31631 brk(0x14db000) = 0x14db000
31631 read(5, "rser/Python.asdlt\10\0\0\0AST_ASDLs\23\0"..., 16384) = 16384
31631 read(5,
"\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1"...,
4096) = 546
31631 read(5, "", 4096) = 0
31631 brk(0) = 0x14db000
31631 brk(0) = 0x14db000
31631 brk(0x14d6000) = 0x14d6000
31631 brk(0) = 0x14d6000
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 brk(0) = 0x14d6000
31631 brk(0x14f7000) = 0x14f7000
31631 brk(0) = 0x14f7000
31631 brk(0) = 0x14f7000
31631 brk(0x14e8000) = 0x14e8000
31631 brk(0) = 0x14e8000
31631 stat("/home/mach/.local/lib/python2.7/site-packages",
0x7ffeb10e6520) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 openat(AT_FDCWD, "/usr/lib64/python2.7/site-packages",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
31631 getdents(4, /* 97 entries */, 32768) = 3520
31631 getdents(4, /* 0 entries */, 32768) = 0
31631 close(4) = 0
31631 open("/usr/lib64/python2.7/site-packages/pygtk.pth", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4, "gtk-2.0\n", 8192) = 8
31631 read(4, "", 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 read(4, "", 8192) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 openat(AT_FDCWD, "/usr/lib/python2.7/site-packages",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
31631 getdents(4, /* 74 entries */, 32768) = 2776
31631 getdents(4, /* 0 entries */, 32768) = 0
31631 close(4) = 0
31631 stat("/usr/lib/site-python", 0x7ffeb10e6520) = -1 ENOENT (No such
file or directory)
31631 stat("/usr/lib64/python2.7/sitecustomize", 0x7ffeb10e5300) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sitecustomize.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sitecustomizemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sitecustomize.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/sitecustomize.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/plat-linux2", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/plat-linux2/sitecustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/sitecustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/sitecustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/sitecustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/sitecustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-tk", 0x7ffeb10e20f0) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480,
...}) = 0
31631 stat("/usr/lib64/python2.7/lib-tk", 0x7ffeb10e5140) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-old", 0x7ffeb10e20f0) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480,
...}) = 0
31631 stat("/usr/lib64/python2.7/lib-old", 0x7ffeb10e5140) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/lib-dynload", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/lib-dynload/sitecustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/sitecustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/sitecustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/sitecustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/sitecustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/sitecustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/sitecustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/sitecustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/sitecustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/sitecustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/sitecustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/sitecustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/sitecustomizemodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/sitecustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/sitecustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib/python2.7/site-packages", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib/python2.7/site-packages/sitecustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/sitecustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/sitecustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/sitecustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/sitecustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/usercustomize", 0x7ffeb10e5300) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/usercustomize.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/usercustomizemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/usercustomize.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/usercustomize.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/usercustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/usercustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/usercustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/usercustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/usercustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/usercustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/usercustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/usercustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/usercustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/usercustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/usercustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/usercustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/usercustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/usercustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/usercustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/usercustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/usercustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/usercustomizemodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/usercustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/usercustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/usercustomize",
0x7ffeb10e5300) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/usercustomize.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/usercustomizemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/usercustomize.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/usercustomize.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 close(3) = 0
31631 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
31631 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3b640d9000
31631 close(3) = 0
31631 stat("/usr/lib64/python2.7/encodings", {st_mode=S_IFDIR|0755,
st_size=16384, ...}) = 0
31631 stat("/usr/lib64/python2.7/encodings/__init__.py",
{st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
31631 stat("/usr/lib64/python2.7/encodings/__init__", 0x7ffeb10e5c50) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__init__.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__init__module.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__init__.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
31631 open("/usr/lib64/python2.7/encodings/__init__.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=4378, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n4\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"...,
4096) = 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=4378, ...}) = 0
31631 read(4,
"\1\26\1\24\1\24\1$\1$\0016\0016\1\3\1\3\1\26\1\"\0015\1\22\3\n\4\3\1\20"...,
4096) = 282
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/encodings", {st_mode=S_IFDIR|0755,
st_size=16384, ...}) = 0
31631 stat("/usr/lib64/python2.7/encodings", {st_mode=S_IFDIR|0755,
st_size=16384, ...}) = 0
31631 stat("/usr/lib64/python2.7/encodings/codecs", 0x7ffeb10e56e0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/codecs.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/codecsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/codecs.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/codecs.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/codecs", 0x7ffeb10e56e0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/codecs.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/codecsmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/codecs.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=35266, ...}) = 0
31631 open("/usr/lib64/python2.7/codecs.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=36602, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s7\3\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=36602, ...}) = 0
31631 read(5, "\0\0t\0\0\202\1\0d\1\0S(\2\0\0\0s\372\2\0\0 Decodes
t"..., 28672) = 28672
31631 read(5, "\0\0/usr/lib64/python2.7/codecs.py"..., 4096) = 3834
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/encodings/encodings", 0x7ffeb10e56e0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/encodings.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/encodingsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/encodings.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/encodings.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/encodings/aliases", 0x7ffeb10e56d0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/aliases.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/aliasesmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/aliases.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
31631 open("/usr/lib64/python2.7/encodings/aliases.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=8770, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n4\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=8770, ...}) = 0
31631 read(5, "ibm860t\6\0\0\0ibm860t\5\0\0\0cp861t\3\0\0\0"..., 4096) =
4096
31631 read(5,
"\7\3\7\3\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\3\7\1"...,
4096) = 578
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/encodings/__builtin__", 0x7ffeb10e56e0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__builtin__.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__builtin__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__builtin__.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/__builtin__.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 close(3) = 0
31631 stat("/usr/lib64/python2.7/encodings/utf_8", 0x7ffeb10e5990) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/utf_8.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/utf_8module.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/utf_8.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
31631 open("/usr/lib64/python2.7/encodings/utf_8.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=1966, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n4\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"...,
4096) = 1966
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=1966, ...}) = 0
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(3) = 0
31631 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
31631 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
31631 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
31631 readlink("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
0x7ffeb10e40d0, 4096) = -1 EINVAL (Invalid argument)
31631 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 lstat("/usr/libexec", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 lstat("/usr/libexec/qubes-appmenus", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 lstat("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
{st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 stat("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
{st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 open("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 lseek(3, 12288, SEEK_SET) = 12288
31631 read(3, "_icons_dir,\n "..., 2648) = 2648
31631 read(3, "HE_REBUILD')\n\n\nmain()\n", 4096) = 22
31631 close(3) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
{st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 open("/usr/libexec/qubes-appmenus/qubes-receive-appmenus",
O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 ioctl(3, TCGETS, 0x7ffeb10e7060) = -1 ENOTTY (Inappropriate ioctl
for device)
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=14958, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 lseek(3, 0, SEEK_CUR) = 0
31631 read(3, "#!/usr/bin/python\n# -*- coding: "..., 4096) = 4096
31631 lseek(3, 4096, SEEK_SET) = 4096
31631 brk(0) = 0x14e8000
31631 brk(0x1509000) = 0x1509000
31631 mmap(NULL, 266240, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b744000
31631 read(3, "(';') if c)\n categories = (c "..., 4096) = 4096
31631 read(3, " vm_files['appmenus_icons_subdir"..., 4096) = 4096
31631 mmap(NULL, 266240, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b6b703000
31631 read(3, "_icons_dir,\n "..., 4096) = 2670
31631 read(3, "", 4096) = 0
31631 brk(0) = 0x1509000
31631 brk(0x152b000) = 0x152b000
31631 munmap(0x7f3b6b744000, 266240) = 0
31631 close(3) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/libexec/qubes-appmenus", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/libexec/qubes-appmenus/subprocess", 0x7ffeb10e59a0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/subprocess.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/subprocessmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/subprocess.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/subprocess.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/subprocess", 0x7ffeb10e59a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/subprocess.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/subprocessmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/subprocess.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=59068, ...}) = 0
31631 open("/usr/lib64/python2.7/subprocess.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=41915, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s`\2\0\0d\0"..., 4096)
= 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=41915, ...}) = 0
31631 read(4, " end-of-line convention, '\\r', t"..., 36864) = 36864
31631 read(4, "ss.pyt\v\0\0\0_demo_posix\27\6\0\0s*\0\0\0\0\4"..., 4096)
= 955
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/time", 0x7ffeb10e5090) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/time.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/timemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/time.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/time.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/time", 0x7ffeb10e5090) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/time.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/timemodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/time.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/time.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/time", 0x7ffeb10e5090) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/time.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/timemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/time.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/time.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/time", 0x7ffeb10e5090) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/time.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/timemodule.so", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0555, st_size=23920, ...}) = 0
31631 futex(0x7f3b6b0cd0d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/timemodule.so",
O_RDONLY|O_CLOEXEC) = 5
31631 read(5, "\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
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=23920, ...}) = 0
31631 mmap(NULL, 2119512, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b63ed3000
31631 mprotect(0x7f3b63ed7000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b640d6000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f3b640d6000
31631 close(5) = 0
31631 mprotect(0x7f3b640d6000, 4096, PROT_READ) = 0
31631 open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"...,
4096) = 2309
31631 lseek(5, -1467, SEEK_CUR) = 842
31631 read(5,
"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096)
= 1467
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/select", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/select.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/selectmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/select.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/select.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/select", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/select.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/selectmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/select.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/select.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/select", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/select.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/selectmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/select.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/select.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/select", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/select.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/selectmodule.so", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0555, st_size=28032, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/selectmodule.so",
O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\35\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=28032, ...}) = 0
31631 mmap(NULL, 2123192, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b63ccc000
31631 mprotect(0x7f3b63cd1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b63ed0000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x7f3b63ed0000
31631 close(5) = 0
31631 mprotect(0x7f3b63ed0000, 4096, PROT_READ) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/fcntl", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fcntl.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fcntlmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fcntl.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fcntl.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/fcntl", 0x7ffeb10e5430) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/fcntl.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/fcntlmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/fcntl.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/fcntl.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/fcntl", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/fcntl.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/fcntlmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/fcntl.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/fcntl.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/fcntl", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/fcntl.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/fcntlmodule.so", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0555, st_size=18264, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/fcntlmodule.so",
O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=18264, ...}) = 0
31631 mmap(NULL, 2113416, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b63ac8000
31631 mprotect(0x7f3b63acb000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b63cca000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f3b63cca000
31631 close(5) = 0
31631 mprotect(0x7f3b63cca000, 4096, PROT_READ) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/pickle", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pickle.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/picklemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pickle.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pickle.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/pickle", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/pickle.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/picklemodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/pickle.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=45151, ...}) = 0
31631 open("/usr/lib64/python2.7/pickle.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=38463, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\355\3\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=38463, ...}) = 0
31631 read(5, "ike object for writing a pickle "..., 32768) = 32768
31631 read(5,
"\0\1c\2\0\0\0\3\0\0\0\3\0\0\0C\0\0\0s)\0\0\0t\0\0\203\0\0}\2"..., 4096)
= 1599
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/struct", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/struct.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/structmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/struct.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/struct.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/struct", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/struct.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/structmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/struct.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
31631 open("/usr/lib64/python2.7/struct.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s.\0\0\0d\0"..., 4096)
= 239
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/_struct", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_struct.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_structmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_struct.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_struct.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_struct", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_struct.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_structmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_struct.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_struct.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_struct", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_struct.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_structmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_struct.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_struct.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_struct", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_struct.so", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=37432, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_struct.so",
O_RDONLY|O_CLOEXEC) = 7
31631 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
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=37432, ...}) = 0
31631 mmap(NULL, 2132608, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b638bf000
31631 mprotect(0x7f3b638c6000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b63ac5000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7f3b63ac5000
31631 close(7) = 0
31631 mprotect(0x7f3b63ac5000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/org", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/org.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/orgmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/org.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/org.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/org", 0x7ffeb10e4ec0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/org", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/orgmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/org", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/orgmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/org", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/orgmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/org",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/org.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/orgmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/org.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/org.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/org", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/orgmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 brk(0) = 0x152b000
31631 brk(0x154c000) = 0x154c000
31631 stat("/usr/libexec/qubes-appmenus/binascii", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/binascii.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/binasciimodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/binascii.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/binascii.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/binascii", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/binascii.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/binasciimodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/binascii.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/binascii.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/binascii", 0x7ffeb10e4ec0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/binascii.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/binasciimodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/binascii.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/binascii.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/binascii", 0x7ffeb10e4ec0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/binascii.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=24656, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/binascii.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\22\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=24656, ...}) = 0
31631 mmap(NULL, 2119832, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b636b9000
31631 mprotect(0x7f3b636be000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b638bd000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4000) = 0x7f3b638bd000
31631 close(6) = 0
31631 mprotect(0x7f3b638bd000, 4096, PROT_READ) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/cStringIO", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cStringIO.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cStringIOmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cStringIO.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cStringIO.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/cStringIO", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/cStringIO.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/cStringIOmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/cStringIO.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/cStringIO.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/cStringIO", 0x7ffeb10e4ec0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cStringIO.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cStringIOmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cStringIO.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cStringIO.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/cStringIO", 0x7ffeb10e4ec0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/cStringIO.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=22744, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/cStringIO.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\33\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=22744, ...}) = 0
31631 mmap(NULL, 2117904, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b634b3000
31631 mprotect(0x7f3b634b7000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b636b6000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7f3b636b6000
31631 close(6) = 0
31631 mprotect(0x7f3b636b6000, 4096, PROT_READ) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
31631 close(3) = 0
31631 stat("/usr/libexec/qubes-appmenus/shutil", 0x7ffeb10e59a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/shutil.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/shutilmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/shutil.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/shutil.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/shutil", 0x7ffeb10e59a0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/shutil.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/shutilmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/shutil.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=18435, ...}) = 0
31631 open("/usr/lib64/python2.7/shutil.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=18347, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\273\2\0\0d\0"...,
4096) = 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=18347, ...}) = 0
31631 read(4, "e a directory.\n\n N(\7\0\0\0R\37\0\0\0R"..., 12288) =
12288
31631 read(4,
"\0d\3\0006}\n\0y\16\0t\10\0|\1\0\31}\v\0Wn\36\0\4t\t\0k\n\0"..., 4096)
= 1963
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/fnmatch", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fnmatch.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fnmatchmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fnmatch.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/fnmatch.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/fnmatch", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/fnmatch.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/fnmatchmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/fnmatch.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=3239, ...}) = 0
31631 open("/usr/lib64/python2.7/fnmatch.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=3534, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096)
= 3534
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=3534, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/collections", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/collections.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/collectionsmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/collections.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/collections.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/collections", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/collections.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/collectionsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/collections.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=25883, ...}) = 0
31631 open("/usr/lib64/python2.7/collections.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=24570, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\202\2\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=24570, ...}) = 0
31631 read(5, "q\7\0Wd\1\0S(\2\0\0\0s2\0\0\0od.itervalues "..., 20480) =
20474
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/_collections", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_collections.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_collectionsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_collections.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_collections.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_collections", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_collections.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_collectionsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_collections.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_collections.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_collections",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_collections.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_collectionsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_collections.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_collections.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_collections",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_collections.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_collectionsmodule.so",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=31680, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_collectionsmodule.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6, "\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
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=31680, ...}) = 0
31631 mmap(NULL, 2126968, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b632ab000
31631 mprotect(0x7f3b632b1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b634b0000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x5000) = 0x7f3b634b0000
31631 close(6) = 0
31631 mprotect(0x7f3b634b0000, 4096, PROT_READ) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/operator", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/operator.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/operatormodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/operator.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/operator.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/operator", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/operator.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/operatormodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/operator.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/operator.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/operator", 0x7ffeb10e4ec0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/operator.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/operatormodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/operator.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/operator.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/operator", 0x7ffeb10e4ec0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/operator.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=45584, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/operator.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340@\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=45584, ...}) = 0
31631 mmap(NULL, 2140744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b630a0000
31631 mprotect(0x7f3b630a8000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b632a8000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x8000) = 0x7f3b632a8000
31631 close(6) = 0
31631 mprotect(0x7f3b632a8000, 4096, PROT_READ) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/keyword", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/keyword.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/keywordmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/keyword.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/keyword.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/keyword", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/keyword.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/keywordmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/keyword.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=1996, ...}) = 0
31631 open("/usr/lib64/python2.7/keyword.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=2105, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\247\0\0\0d\0"...,
4096) = 2105
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=2105, ...}) = 0
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/heapq", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/heapq.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/heapqmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/heapq.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/heapq.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/heapq", 0x7ffeb10e4ec0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/heapq.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/heapqmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/heapq.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=18191, ...}) = 0
31631 open("/usr/lib64/python2.7/heapq.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=14473, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\321\1\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=14473, ...}) = 0
31631 read(6, "ementing schedulers (this is wha"..., 8192) = 8192
31631 read(6, "\0\0s(\0\0\0\0(\0\0\0\0s\35\0\0\0/usr/lib64/pyt"...,
4096) = 2185
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/itertools", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/itertools.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/itertoolsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/itertools.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/itertools.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/itertools", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/itertools.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/itertoolsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/itertools.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/itertools.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/itertools", 0x7ffeb10e4950)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/itertools.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/itertoolsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/itertools.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/itertools.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/itertools", 0x7ffeb10e4950)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/itertools.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so",
O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=60288, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so",
O_RDONLY|O_CLOEXEC) = 7
31631 read(7,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200/\0\0\0\0\0\0"...,
832) = 832
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=60288, ...}) = 0
31631 mmap(NULL, 2155440, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b62e91000
31631 mprotect(0x7f3b62e9b000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6309a000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x9000) = 0x7f3b6309a000
31631 close(7) = 0
31631 mprotect(0x7f3b6309a000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/_heapq", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_heapq.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_heapqmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_heapq.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_heapq.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_heapq", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_heapq.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_heapqmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_heapq.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_heapq.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_heapq", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_heapq.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_heapqmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_heapq.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_heapq.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_heapq", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_heapq.so", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=22856, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_heapq.so",
O_RDONLY|O_CLOEXEC) = 7
31631 read(7,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=22856, ...}) = 0
31631 mmap(NULL, 2117040, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b62c8c000
31631 mprotect(0x7f3b62c8f000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b62e8e000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2000) = 0x7f3b62e8e000
31631 close(7) = 0
31631 mprotect(0x7f3b62e8e000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/grp", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/grp.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/grpmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/grp.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/grp.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/grp", 0x7ffeb10e5430) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/grp.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/grpmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/grp.py", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/grp.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/grp", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/grp.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/grpmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/grp.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/grp.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/grp", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/grp.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/grpmodule.so", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0555, st_size=11424, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/grpmodule.so",
O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=11424, ...}) = 0
31631 mmap(NULL, 2107024, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b62a89000
31631 mprotect(0x7f3b62a8b000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b62c8a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1000) = 0x7f3b62c8a000
31631 close(5) = 0
31631 mprotect(0x7f3b62c8a000, 4096, PROT_READ) = 0
31631 close(4) = 0
31631 close(3) = 0
31631 stat("/usr/libexec/qubes-appmenus/pipes", 0x7ffeb10e59a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pipes.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pipesmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pipes.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pipes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/pipes", 0x7ffeb10e59a0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/pipes.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/pipesmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/pipes.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0
31631 open("/usr/lib64/python2.7/pipes.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=9308, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\276\0\0\0d\0"...,
4096) = 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=9308, ...}) = 0
31631 read(4, "must be a strings\34\0\0\0Template.ap"..., 4096) = 4096
31631 read(4, "\0-s\2\0\0\0 <s\2\0\0\0 >s\2\0\0\0{ s\3\0\0\0; }s"...,
4096) = 1116
31631 read(4, "", 4096) = 0
31631 brk(0) = 0x154c000
31631 brk(0x156d000) = 0x156d000
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/tempfile", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tempfile.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tempfilemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tempfile.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tempfile.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/tempfile", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/tempfile.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/tempfilemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/tempfile.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=18335, ...}) = 0
31631 open("/usr/lib64/python2.7/tempfile.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=19814, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\f\3\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=19814, ...}) = 0
31631 read(5, " \0\0\0/usr/lib64/python2.7/tempfil"..., 12288) = 12288
31631 read(5,
"pyR\240\0\0\0%\2\0\0s\2\0\0\0\0\2c\1\0\0\0\1\0\0\0\1\0\0\0C"..., 4096)
= 3430
31631 read(5, "", 4096) = 0
31631 brk(0) = 0x156d000
31631 brk(0x15b4000) = 0x15b4000
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/io", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/io.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/iomodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/io.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/io.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/io", 0x7ffeb10e4ec0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/io.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/iomodule.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/io.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=3197, ...}) = 0
31631 open("/usr/lib64/python2.7/io.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=3478, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\245\1\0\0d\0"...,
4096) = 3478
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=3478, ...}) = 0
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/_io", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_io.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_iomodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_io.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_io.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/_io", 0x7ffeb10e4950) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_io.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/_iomodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_io.py", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/_io.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_io", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_io.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_iomodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_io.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_io.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_io", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_io.so", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=156776, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_io.so",
O_RDONLY|O_CLOEXEC) = 7
31631 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
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=156776, ...}) = 0
31631 mmap(NULL, 2249336, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b62863000
31631 mprotect(0x7f3b6287f000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b62a7e000, 45056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1b000) = 0x7f3b62a7e000
31631 close(7) = 0
31631 mprotect(0x7f3b62a7e000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/random", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/random.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/randommodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/random.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/random.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/random", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/random.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/randommodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/random.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=32205, ...}) = 0
31631 open("/usr/lib64/python2.7/random.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=25585, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6, "\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\31\0\0\0@
\0\0s\243\2\0\0d\0"..., 4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=25585, ...}) = 0
31631 read(6, "domness source if available.\n\n "..., 20480) = 20480
31631 read(6,
"\360?(\2\0\0\0g\232\231\231\231\231\231\271?g\0\0\0\0\0\0\0@(\2\0\0\0g\0"...,
4096) = 1009
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/__future__", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/__future__.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/__future__module.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/__future__.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/__future__.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/__future__", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/__future__.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/__future__module.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/__future__.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
31631 open("/usr/lib64/python2.7/__future__.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=4228, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=4228, ...}) = 0
31631 read(7, "\0\0/usr/lib64/python2.7/__future_"..., 4096) = 132
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/math", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/math.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/mathmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/math.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/math.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/math", 0x7ffeb10e4950) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/math.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/mathmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/math.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/math.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/math", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/math.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/mathmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/math.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/math.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/math", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/math.so", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=35952, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/math.so",
O_RDONLY|O_CLOEXEC) = 7
31631 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
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=35952, ...}) = 0
31631 mmap(NULL, 2131112, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b6265a000
31631 mprotect(0x7f3b62661000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b62860000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7f3b62860000
31631 close(7) = 0
31631 mprotect(0x7f3b62860000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/hashlib", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/hashlib.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/hashlibmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/hashlib.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/hashlib.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/hashlib", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/hashlib.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/hashlibmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/hashlib.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=4824, ...}) = 0
31631 open("/usr/lib64/python2.7/hashlib.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=4283, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\322\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=4283, ...}) = 0
31631 read(7, "ht\v\0\0\0ImportErrort\v\0\0\0__func_nam"..., 4096) = 187
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/_hashlib", 0x7ffeb10e43e0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_hashlib.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_hashlibmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_hashlib.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_hashlib.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_hashlib", 0x7ffeb10e43e0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_hashlib.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_hashlibmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_hashlib.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_hashlib.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_hashlib", 0x7ffeb10e43e0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_hashlib.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_hashlibmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_hashlib.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_hashlib.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_hashlib", 0x7ffeb10e43e0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_hashlib.so", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=18216, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_hashlib.so",
O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\31\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=18216, ...}) = 0
31631 mmap(NULL, 2113256, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b62456000
31631 mprotect(0x7f3b62459000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b62658000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f3b62658000
31631 close(8) = 0
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7f3b6b8bf000
31631 close(8) = 0
31631 open("/lib64/libssl.so.10", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\204\1\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=443168, ...}) = 0
31631 mmap(NULL, 2536656, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b621ea000
31631 mprotect(0x7f3b6224c000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6244b000, 45056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x61000) = 0x7f3b6244b000
31631 close(8) = 0
31631 open("/lib64/libcrypto.so.10", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\234\6\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=1994664, ...}) = 0
31631 mmap(NULL, 4095864, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b61e02000
31631 mprotect(0x7f3b61fbf000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b621bf000, 159744, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1bd000) = 0x7f3b621bf000
31631 mmap(0x7f3b621e6000, 16248, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b621e6000
31631 close(8) = 0
31631 open("/lib64/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\276\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=307728, ...}) = 0
31631 mmap(NULL, 2398368, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b61bb8000
31631 mprotect(0x7f3b61bff000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b61dff000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x47000) = 0x7f3b61dff000
31631 close(8) = 0
31631 open("/lib64/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240Q\2\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=926976, ...}) = 0
31631 mmap(NULL, 3012704, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b618d8000
31631 mprotect(0x7f3b619a8000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b61ba7000, 69632, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xcf000) = 0x7f3b61ba7000
31631 close(8) = 0
31631 open("/lib64/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\25\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=15664, ...}) = 0
31631 mmap(NULL, 2109928, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b616d4000
31631 mprotect(0x7f3b616d7000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b618d6000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f3b618d6000
31631 close(8) = 0
31631 open("/lib64/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260H\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=214392, ...}) = 0
31631 mmap(NULL, 2310640, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b6149f000
31631 mprotect(0x7f3b614d1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b616d0000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x31000) = 0x7f3b616d0000
31631 mmap(0x7f3b616d3000, 496, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b616d3000
31631 close(8) = 0
31631 open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=90000, ...}) = 0
31631 mmap(NULL, 2183688, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b61289000
31631 mprotect(0x7f3b6129e000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b6149d000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14000) = 0x7f3b6149d000
31631 close(8) = 0
31631 open("/lib64/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3206\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=58080, ...}) = 0
31631 mmap(NULL, 2152008, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b6107b000
31631 mprotect(0x7f3b61088000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b61287000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc000) = 0x7f3b61287000
31631 close(8) = 0
31631 open("/lib64/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\25\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=15456, ...}) = 0
31631 mmap(NULL, 2109712, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b60e77000
31631 mprotect(0x7f3b60e7a000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b61079000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f3b61079000
31631 close(8) = 0
31631 open("/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\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
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=110808, ...}) = 0
31631 mmap(NULL, 2202264, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b60c5d000
31631 mprotect(0x7f3b60c73000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b60e73000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x16000) = 0x7f3b60e73000
31631 mmap(0x7f3b60e75000, 6808, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b60e75000
31631 close(8) = 0
31631 open("/lib64/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240d\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=142136, ...}) = 0
31631 mmap(NULL, 2242712, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b60a39000
31631 mprotect(0x7f3b60a5a000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b60c59000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x20000) = 0x7f3b60c59000
31631 mmap(0x7f3b60c5b000, 6296, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b60c5b000
31631 close(8) = 0
31631 open("/lib64/libpcre.so.1", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\27\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=418608, ...}) = 0
31631 mmap(NULL, 2511368, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b607d3000
31631 mprotect(0x7f3b60838000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b60a37000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x64000) = 0x7f3b60a37000
31631 close(8) = 0
31631 open("/lib64/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3400\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=152872, ...}) = 0
31631 mmap(NULL, 2245240, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b605ae000
31631 mprotect(0x7f3b605d2000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b607d1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x23000) = 0x7f3b607d1000
31631 close(8) = 0
31631 mprotect(0x7f3b607d1000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b60a37000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b60c59000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b60e73000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b61079000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b61287000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b6149d000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b616d0000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b618d6000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b61ba7000, 57344, PROT_READ) = 0
31631 mprotect(0x7f3b61dff000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b621bf000, 110592, PROT_READ) = 0
31631 mprotect(0x7f3b6244b000, 16384, PROT_READ) = 0
31631 mprotect(0x7f3b62658000, 4096, PROT_READ) = 0
31631 statfs("/sys/fs/selinux", {f_type="SELINUX_MAGIC", f_bsize=4096,
f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0},
f_namelen=255, f_frsize=4096}) = 0
31631 statfs("/sys/fs/selinux", {f_type="SELINUX_MAGIC", f_bsize=4096,
f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0},
f_namelen=255, f_frsize=4096}) = 0
31631 stat("/sys/fs/selinux", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
31631 access("/etc/system-fips", F_OK) = -1 ENOENT (No such file or
directory)
31631 munmap(0x7f3b6b8bf000, 65167) = 0
31631 brk(0) = 0x15b4000
31631 brk(0x15d5000) = 0x15d5000
31631 close(7) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/_random", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_random.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_randommodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_random.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_random.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_random", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_random.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_randommodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_random.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_random.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_random", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_random.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_randommodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_random.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_random.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_random", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_random.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_randommodule.so",
O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=15360, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_randommodule.so",
O_RDONLY|O_CLOEXEC) = 7
31631 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
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=15360, ...}) = 0
31631 mmap(NULL, 2110512, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b603aa000
31631 mprotect(0x7f3b603ad000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b605ac000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2000) = 0x7f3b605ac000
31631 close(7) = 0
31631 mprotect(0x7f3b605ac000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 open("/dev/urandom", O_RDONLY) = 6
31631 read(6, "c\203\367k\223V\321\323\361\343\275\234\271\317\206}",
16) = 16
31631 close(6) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/string", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/string.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/stringmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/string.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/string.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/string", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/string.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/stringmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/string.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=20756, ...}) = 0
31631 open("/usr/lib64/python2.7/string.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=20008, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\226\2\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=20008, ...}) = 0
31631 read(5, "elim)s(?:\n (?P<escaped>%(de"..., 12288) = 12288
31631 read(5, "old replaced by new. If the opti"..., 4096) = 3624
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/strop", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/strop.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/stropmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/strop.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/strop.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/strop", 0x7ffeb10e4ec0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/strop.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/stropmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/strop.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/strop.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/strop", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/strop.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/stropmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/strop.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/strop.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/strop", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/strop.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/stropmodule.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0555, st_size=27576, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/stropmodule.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\27\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=27576, ...}) = 0
31631 mmap(NULL, 2122728, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b601a3000
31631 mprotect(0x7f3b601a8000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b603a7000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4000) = 0x7f3b603a7000
31631 close(6) = 0
31631 mprotect(0x7f3b603a7000, 4096, PROT_READ) = 0
31631 brk(0) = 0x15d5000
31631 brk(0x15f6000) = 0x15f6000
31631 close(5) = 0
31631 close(4) = 0
31631 close(3) = 0
31631 stat("/usr/libexec/qubes-appmenus/optparse", 0x7ffeb10e59a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/optparse.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/optparsemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/optparse.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/optparse.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/optparse", 0x7ffeb10e59a0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/optparse.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/optparsemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/optparse.py", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=61124, ...}) = 0
31631 open("/usr/lib64/python2.7/optparse.pyc", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=54049, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\300\2\0\0d\0"...,
4096) = 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=54049, ...}) = 0
31631 read(4,
"\2\0d\1\0\204\0\0Z\3\0d\2\0\204\0\0Z\4\0RS(\3\0\0\0s]\0\0\0"..., 49152)
= 49152
31631 read(4, "n 'wordmap' for which 's' is an "..., 4096) = 801
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/textwrap", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/textwrap.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/textwrapmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/textwrap.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/textwrap.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/textwrap", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/textwrap.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/textwrapmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/textwrap.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=17037, ...}) = 0
31631 open("/usr/lib64/python2.7/textwrap.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11899, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\354\0\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11899, ...}) = 0
31631 read(5, "\32\0\0\0t\4\0\0\0text(\0\0\0\0(\0\0\0\0s \0\0\0/usr"...,
4096) = 4096
31631 read(5, "expanded with string.expandtabs("..., 4096) = 3707
31631 read(5, "", 4096) = 0
31631 brk(0) = 0x15f6000
31631 brk(0x163c000) = 0x163c000
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/gettext", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gettext.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gettextmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gettext.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gettext.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/gettext", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/gettext.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/gettextmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/gettext.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=19937, ...}) = 0
31631 open("/usr/lib64/python2.7/gettext.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=15552, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\264\1\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=15552, ...}) = 0
31631 read(5,
"\16\0d\f\0\204\0\0Z\17\0e\20\0d\16\0d\r\0\204\2\0Z\21\0RS(\17\0\0"...,
8192) = 8192
31631 read(5,
"\217\37\0}\v\0t\t\0j\f\0|\t\0|\3\0|\v\0\203\1\0\203\2\0}\n\0Wd"...,
4096) = 3264
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/locale", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/locale.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/localemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/locale.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/locale.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/locale", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/locale.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/localemodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/locale.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=89428, ...}) = 0
31631 open("/usr/lib64/python2.7/locale.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=49941, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6, "\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\315
\0\0d\0"..., 4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=49941, ...}) = 0
31631 read(6,
"\2d\352\0026d\353\2d\354\0026d\353\2d\355\0026d\210\0d\356\0026d\266\1d\357\2"...,
45056) = 45056
31631 read(6,
"\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7"...,
4096) = 789
31631 read(6, "", 4096) = 0
31631 mmap(NULL, 790528, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b600e2000
31631 munmap(0x7f3b6b807000, 200704) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/functools", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/functools.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/functoolsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/functools.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/functools.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/functools", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/functools.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/functoolsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/functools.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=4478, ...}) = 0
31631 open("/usr/lib64/python2.7/functools.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=6089, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\\\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=6089, ...}) = 0
31631 read(7, "(\3\0\0\0s,\0\0\0Convert a cmp= functio"..., 4096) = 1993
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/_functools", 0x7ffeb10e43e0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_functools.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_functoolsmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_functools.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_functools.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_functools", 0x7ffeb10e43e0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_functools.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_functoolsmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_functools.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_functools.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_functools",
0x7ffeb10e43e0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_functools.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_functoolsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_functools.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_functools.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_functools",
0x7ffeb10e43e0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_functools.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_functoolsmodule.so",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=16000, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_functoolsmodule.so",
O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\21\0\0\0\0\0\0"...,
832) = 832
31631 fstat(8, {st_mode=S_IFREG|0555, st_size=16000, ...}) = 0
31631 mmap(NULL, 2111152, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b5fede000
31631 mprotect(0x7f3b5fee1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b600e0000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f3b600e0000
31631 close(8) = 0
31631 mprotect(0x7f3b600e0000, 4096, PROT_READ) = 0
31631 close(7) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/_locale", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_locale.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_localemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_locale.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_locale.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_locale", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_locale.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_localemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_locale.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_locale.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_locale", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_locale.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_localemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_locale.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_locale.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_locale", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_locale.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_localemodule.so",
O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=20184, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_localemodule.so",
O_RDONLY|O_CLOEXEC) = 7
31631 read(7,
"\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
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=20184, ...}) = 0
31631 mmap(NULL, 2115344, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b5fcd9000
31631 mprotect(0x7f3b5fcdd000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5fedc000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x3000) = 0x7f3b5fedc000
31631 close(7) = 0
31631 mprotect(0x7f3b5fedc000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 brk(0) = 0x163c000
31631 brk(0x165f000) = 0x165f000
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/copy", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/copy.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/copymodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/copy.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/copy.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/copy", 0x7ffeb10e4ec0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/copy.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/copymodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/copy.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11519, ...}) = 0
31631 open("/usr/lib64/python2.7/copy.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=12194, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\233\3\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=12194, ...}) = 0
31631 read(6,
"\0|\0\0j\1\0\203\0\0St\0\0|\0\0d\2\0\203\2\0rF\0|\0\0j\2\0"..., 4096) =
4096
31631 read(6,
"\315\1n\0\0|\10\0d\0\0k\t\0r\22\2x6\0|\10\0D]+\0}\16\0|\2"..., 4096) = 4002
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/weakref", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/weakref.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/weakrefmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/weakref.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/weakref.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/weakref", 0x7ffeb10e4950) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/weakref.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/weakrefmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/weakref.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=10693, ...}) = 0
31631 open("/usr/lib64/python2.7/weakref.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=14048, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\350\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=14048, ...}) = 0
31631 read(7, "elds the weak references to the "..., 8192) = 8192
31631 read(7, "l cause the garbage collector to"..., 4096) = 1760
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/org", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/org.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/orgmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/org.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/org.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/org", 0x7ffeb10e4950) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/org", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/orgmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/org", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/orgmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/org", 0x7ffeb10e4950) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/orgmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/org",
0x7ffeb10e4950) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/org.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/orgmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/org.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/org.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/org", 0x7ffeb10e4950) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/org.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/orgmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/org.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/org.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en/LC_MESSAGES/messages.mo",
0x7ffeb10e5f90) = -1 ENOENT (No such file or directory)
31631 close(3) = 0
31631 stat("/usr/libexec/qubes-appmenus/qubes", 0x7ffeb10e59a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/qubes.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/qubesmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/qubes.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/qubes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/qubes", 0x7ffeb10e59a0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/qubes.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/qubesmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/qubes.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/qubes.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/qubes", 0x7ffeb10e59a0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/qubes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/qubesmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/qubes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/qubes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/qubes", 0x7ffeb10e59a0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/qubes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/qubesmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/qubes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/qubes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/__init__.py",
{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/__init__",
0x7ffeb10e5950) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/__init__.py",
O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/__init__.pyc",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n:\341\235Uc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"...,
4096) = 139
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0
31631 read(4, "", 4096) = 0
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(3) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/qubes",
0x7ffeb10e59a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubes.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubesmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubes.py",
O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0755, st_size=34104, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubes.pyc",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=32115, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(4,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\7\0\0\0@@\0\0s\256\5\0\0d\0"...,
4096) = 4096
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=32115, ...}) = 0
31631 read(4, "/qubes.pyt\26\0\0\0_libvirt_error_han"..., 24576) = 24576
31631 read(4,
"\1\0\0R2\1\0\0RG\1\0\0R\330\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0"..., 4096) =
3443
31631 read(4, "", 4096) = 0
31631 brk(0) = 0x165f000
31631 brk(0x16bf000) = 0x16bf000
31631 close(4) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/atexit", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/atexit.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/atexitmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/atexit.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/atexit.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/atexit", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/atexit.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/atexitmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/atexit.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
31631 open("/usr/lib64/python2.7/atexit.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\300\0\0\0d\0"...,
4096) = 2203
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/logging", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/logging.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/loggingmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/logging.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/logging.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/logging/__init__.py",
{st_mode=S_IFREG|0644, st_size=60276, ...}) = 0
31631 stat("/usr/lib64/python2.7/logging/__init__", 0x7ffeb10e53e0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/__init__.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/__init__module.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/__init__.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=60276, ...}) = 0
31631 open("/usr/lib64/python2.7/logging/__init__.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=57476, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0%\0\0\0@\0\0\0sc\5\0\0d\0"..., 4096)
= 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=57476, ...}) = 0
31631 read(5, "Error(\2\0\0\0R1\0\0\0t\2\0\0\0rv(\0\0\0\0(\0\0\0\0"...,
53248) = 53248
31631 read(5,
"\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\n\3\t\20\t\r\t\27\6\1"...,
4096) = 132
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/logging", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/logging", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/logging/sys", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/sys.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/logging/sysmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/sys.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/logging/sys.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/os", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/os.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/logging/osmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/os.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/logging/os.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/time", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/time.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/logging/timemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/time.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/logging/time.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/cStringIO", 0x7ffeb10e4e70) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/cStringIO.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/cStringIOmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/cStringIO.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/cStringIO.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/traceback", 0x7ffeb10e4e70) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/traceback.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/tracebackmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/traceback.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/traceback.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/warnings", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/warnings.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/warningsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/warnings.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/warnings.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/weakref", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/weakref.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/weakrefmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/weakref.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/weakref.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/codecs", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/codecs.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/codecsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/codecs.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/codecs.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/thread", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/thread.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/threadmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/thread.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/thread.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/logging/threading", 0x7ffeb10e4e70) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/threading.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/threadingmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/threading.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/threading.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/threading", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/threading.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/threadingmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/threading.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/threading.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/threading", 0x7ffeb10e4e70) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/threading.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/threadingmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/threading.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=47324, ...}) = 0
31631 open("/usr/lib64/python2.7/threading.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=42677, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6, "\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s
\3\0\0d\0"..., 4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=42677, ...}) = 0
31631 read(6,
"\21\1\r\1\4\1\3\1i\1\0\0\0c\2\0\0\0\4\0\0\0\4\0\0\0C\0\0\0s\226"...,
36864) = 36864
31631 read(6,
"\0\0\0\0\1\20\1\6\1\22\1\n\1\35\1(\4\0\0\0R,\0\0\0R-\0\0\0R "..., 4096)
= 1717
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(5) = 0
31631 gettimeofday({1438985084, 210941}, NULL) = 0
31631 stat("/usr/lib64/python2.7/logging/atexit", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/atexit.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/atexitmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/atexit.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/logging/atexit.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/xml", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xml.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xmlmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xml.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xml.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/xml", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/__init__.py",
{st_mode=S_IFREG|0644, st_size=980, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/__init__", 0x7ffeb10e53e0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/__init__.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/xml/__init__module.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/__init__.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=980, ...}) = 0
31631 open("/usr/lib64/python2.7/xml/__init__.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=1078, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\242\0\0\0d\0"...,
4096) = 1078
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=1078, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 brk(0) = 0x16bf000
31631 brk(0x16e0000) = 0x16e0000
31631 stat("/usr/lib64/python2.7/xml", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/_xmlplus", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/_xmlplus.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/xml/_xmlplusmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/_xmlplus.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/xml/_xmlplus.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/_xmlplus", 0x7ffeb10e4e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_xmlplus.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_xmlplusmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_xmlplus.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_xmlplus.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_xmlplus", 0x7ffeb10e4e70) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_xmlplus.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_xmlplusmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_xmlplus.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_xmlplus.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_xmlplus", 0x7ffeb10e4e70)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_xmlplus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_xmlplusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_xmlplus.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_xmlplus.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_xmlplus", 0x7ffeb10e4e70)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_xmlplus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_xmlplusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_xmlplus.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_xmlplus.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/_xmlplus",
0x7ffeb10e4e70) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_xmlplus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_xmlplusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_xmlplus.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_xmlplus.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/_xmlplus",
0x7ffeb10e4e70) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/_xmlplus.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/_xmlplusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/_xmlplus.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/_xmlplus.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/_xmlplus", 0x7ffeb10e4e70)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/_xmlplus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/_xmlplusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/_xmlplus.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/_xmlplus.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers/__init__.py",
{st_mode=S_IFREG|0644, st_size=167, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers/__init__", 0x7ffeb10e53e0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/__init__.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/__init__.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
31631 open("/usr/lib64/python2.7/xml/parsers/__init__.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=314, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\n\0\0\0d\0"...,
4096) = 314
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=314, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers/expat", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/expat.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/expatmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/expat.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
31631 open("/usr/lib64/python2.7/xml/parsers/expat.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=287, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\32\0\0\0d\0"...,
4096) = 287
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=287, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/xml/parsers/pyexpat", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/pyexpat.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/pyexpatmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/pyexpat.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/parsers/pyexpat.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/pyexpat", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pyexpat.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pyexpatmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pyexpat.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pyexpat.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/pyexpat", 0x7ffeb10e4ec0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/pyexpat.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/pyexpatmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/pyexpat.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/pyexpat", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/pyexpat.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/pyexpatmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/pyexpat.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/pyexpat.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/pyexpat", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/pyexpat.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=54528, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/pyexpat.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3204\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=54528, ...}) = 0
31631 mmap(NULL, 2148528, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5facc000
31631 mprotect(0x7f3b5fad7000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5fcd6000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xa000) = 0x7f3b5fcd6000
31631 close(6) = 0
31631 open("/usr/lib64/tls/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/tls/x86_64", 0x7ffeb10e5260) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/tls/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/tls", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
31631 open("/usr/lib64/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/x86_64", 0x7ffeb10e5260) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=172944, ...}) = 0
31631 mmap(NULL, 2265312, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5f8a2000
31631 mprotect(0x7f3b5f8c9000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5fac9000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x27000) = 0x7f3b5fac9000
31631 close(6) = 0
31631 mprotect(0x7f3b5fac9000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b5fcd6000, 4096, PROT_READ) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/lxml", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/lxml.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/lxmlmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/lxml.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/lxml.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/lxml", 0x7ffeb10e5430) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/lxml.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/lxmlmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/lxml.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/lxml.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/lxml", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/lxml.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/lxmlmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/lxml.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/lxml.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/lxml", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/lxml.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/lxmlmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/lxml.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/lxml.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/lxml",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/lxml/__init__.py",
{st_mode=S_IFREG|0644, st_size=551, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/lxml/__init__",
0x7ffeb10e53e0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/__init__.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=551, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/lxml/__init__.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=776, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(5,
"\3\363\r\n\37\304qPc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\r\0\0\0d\0"...,
4096) = 776
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=776, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/site-packages/lxml",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/lxml",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/lxml/etree",
0x7ffeb10e5430) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/etree.so", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0755, st_size=1443768, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/lxml/etree.so",
O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pA\2\0\0\0\0\0"..., 832)
= 832
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=1443768, ...}) = 0
31631 mmap(NULL, 3544504, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b5f540000
31631 mprotect(0x7f3b5f667000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5f867000, 221184, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x127000) = 0x7f3b5f867000
31631 mmap(0x7f3b5f89d000, 17848, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5f89d000
31631 close(5) = 0
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f3b6b8bf000
31631 close(5) = 0
31631 open("/lib64/libxslt.so.1", O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\254\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=257240, ...}) = 0
31631 mmap(NULL, 2351336, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b5f301000
31631 mprotect(0x7f3b5f33d000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5f53d000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3c000) = 0x7f3b5f53d000
31631 mmap(0x7f3b5f53f000, 232, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5f53f000
31631 close(5) = 0
31631 open("/lib64/libexslt.so.0", O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200=\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=87296, ...}) = 0
31631 mmap(NULL, 2180328, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b5f0ec000
31631 mprotect(0x7f3b5f100000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5f2ff000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x13000) = 0x7f3b5f2ff000
31631 close(5) = 0
31631 open("/lib64/libxml2.so.2", O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\350\2\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=1499520, ...}) = 0
31631 mmap(NULL, 3571768, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b5ed83000
31631 mprotect(0x7f3b5eee1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5f0e0000, 40960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x15d000) = 0x7f3b5f0e0000
31631 mmap(0x7f3b5f0ea000, 4152, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5f0ea000
31631 close(5) = 0
31631 open("/lib64/libgcrypt.so.11", O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\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
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=529064, ...}) = 0
31631 mmap(NULL, 2616992, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b5eb04000
31631 mprotect(0x7f3b5eb7f000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5ed7f000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x7b000) = 0x7f3b5ed7f000
31631 close(5) = 0
31631 open("/lib64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\n\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=19320, ...}) = 0
31631 mmap(NULL, 2113656, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b5e8ff000
31631 mprotect(0x7f3b5e903000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5eb02000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f3b5eb02000
31631 close(5) = 0
31631 mprotect(0x7f3b5eb02000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5ed7f000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5f0e0000, 32768, PROT_READ) = 0
31631 mprotect(0x7f3b5f53d000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5f2ff000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5f867000, 4096, PROT_READ) = 0
31631 munmap(0x7f3b6b8bf000, 65167) = 0
31631 brk(0) = 0x16e0000
31631 brk(0x1721000) = 0x1721000
31631 brk(0) = 0x1721000
31631 brk(0x1742000) = 0x1742000
31631 stat("/usr/lib64/python2.7/site-packages/lxml/_elementpath",
0x7ffeb10e4de0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/_elementpath.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/lxml/_elementpathmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/_elementpath.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=9311, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/lxml/_elementpath.pyc",
O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=7646, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n\210\301\27Qc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\323\0\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=7646, ...}) = 0
31631 read(6,
"\25\1s\6\0\0\0-?\\d+$c\1\0\0\0\3\0\0\0\3\0\0\0003\0\0\0s5"..., 4096) = 3550
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/lxml/re", 0x7ffeb10e4870)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/re.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/remodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/re.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/lxml/re.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 close(5) = 0
31631 futex(0x7f3b5f0ead28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 stat("/usr/lib64/python2.7/encodings/ascii", 0x7ffeb10e4b60) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/ascii.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/asciimodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/encodings/ascii.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0
31631 open("/usr/lib64/python2.7/encodings/ascii.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=2281, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8ce000
31631 read(6,
"\3\363\r\n4\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\273\0\0\0d\0"...,
4096) = 2281
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=2281, ...}) = 0
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8ce000, 4096) = 0
31631 close(5) = 0
31631 brk(0) = 0x1742000
31631 brk(0x1765000) = 0x1765000
31631 brk(0) = 0x1765000
31631 brk(0x17a8000) = 0x17a8000
31631 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=26254, ...}) = 0
31631 mmap(NULL, 26254, PROT_READ, MAP_SHARED, 5, 0) = 0x7f3b6b8c8000
31631 close(5) = 0
31631 futex(0x7f3b6a9baa70, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 brk(0) = 0x17a8000
31631 brk(0x17d0000) = 0x17d0000
31631 stat("/usr/libexec/qubes-appmenus/inspect", 0x7ffeb10e4df0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/inspect.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/inspectmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/inspect.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/inspect.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/inspect", 0x7ffeb10e4df0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/inspect.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/inspectmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/inspect.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=42464, ...}) = 0
31631 open("/usr/lib64/python2.7/inspect.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=39977, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\316\3\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=39977, ...}) = 0
31631 read(6, ". __name__ is\n usually sensi"..., 32768) = 32768
31631 read(6, "a list of lines of context from\n"..., 4096) = 3113
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/dis", 0x7ffeb10e4880) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dis.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dismodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dis.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dis.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/dis", 0x7ffeb10e4880) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/dis.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/dismodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/dis.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=6499, ...}) = 0
31631 open("/usr/lib64/python2.7/dis.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=6228, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\354\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=6228, ...}) = 0
31631 read(7,
"\316\0|\3\0|\2\0k\0\0r\350\0|\0\0|\3\0\31}\4\0t\1\0|\4\0\203\1"...,
4096) = 2132
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/opcode", 0x7ffeb10e4310) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/opcode.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/opcodemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/opcode.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/opcode.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/opcode", 0x7ffeb10e4310) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/opcode.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/opcodemodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/opcode.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=5474, ...}) = 0
31631 open("/usr/lib64/python2.7/opcode.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6147, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0sQ\7\0\0d\0"..., 4096)
= 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6147, ...}) = 0
31631 read(8, "iG\0\0\0t\r\0\0\0PRINT_NEWLINEiH\0\0\0t\r\0\0"..., 4096)
= 2051
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 close(6) = 0
31631 stat("/usr/libexec/qubes-appmenus/tokenize", 0x7ffeb10e4880) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tokenize.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tokenizemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tokenize.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tokenize.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/tokenize", 0x7ffeb10e4880) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/tokenize.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/tokenizemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/tokenize.py", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=16542, ...}) = 0
31631 open("/usr/lib64/python2.7/tokenize.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=13934, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0s\350\4\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=13934, ...}) = 0
31631 read(7, "\0\0\0br's\3\0\0\0br\"s\3\0\0\0Br's\3\0\0\0Br\"s\3"...,
8192) = 8192
31631 read(7,
"\25\1\24\1\f\1\26\1\27\1\f\1\n\1\22\1\6\1\17\1\r\1\35\2\f\1\n\1\6\1\4\1"...,
4096) = 1646
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/token", 0x7ffeb10e4310) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/token.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/tokenmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/token.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/token.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/token", 0x7ffeb10e4310) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/token.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/tokenmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/token.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=2946, ...}) = 0
31631 open("/usr/lib64/python2.7/token.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3816, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\337\1\0\0d\0"...,
4096) = 3816
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3816, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 brk(0) = 0x17d0000
31631 brk(0x1821000) = 0x1821000
31631 close(6) = 0
31631 close(5) = 0
31631 stat("/usr/libexec/qubes-appmenus/gzip", 0x7ffeb10e4df0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gzip.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gzipmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gzip.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/gzip.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/gzip", 0x7ffeb10e4df0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/gzip.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/gzipmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/gzip.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=18694, ...}) = 0
31631 open("/usr/lib64/python2.7/gzip.pyc", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=15071, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(6,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\371\0\0\0d\0"...,
4096) = 4096
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=15071, ...}) = 0
31631 read(6,
"\0Ut\0\0\0\0t\1\0\0\0bR\f\0\0\0t\4\0\0\0names\10\0\0\0"..., 8192) = 8192
31631 read(6,
"\0s\2\0\0\0\0\1i\0\0\0\0c\3\0\0\0\5\0\0\0\4\0\0\0C\0\0\0s*"..., 4096) =
2783
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/zlib", 0x7ffeb10e4880) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/zlib.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/zlibmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/zlib.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/zlib.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/zlib", 0x7ffeb10e4880) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/zlib.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/zlibmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/zlib.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/zlib.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/zlib", 0x7ffeb10e4880) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/zlib.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/zlibmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/zlib.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/zlib.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/zlib", 0x7ffeb10e4880) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/zlib.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/zlibmodule.so", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=23000, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/zlibmodule.so",
O_RDONLY|O_CLOEXEC) = 7
31631 read(7,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\26\0\0\0\0\0\0"...,
832) = 832
31631 fstat(7, {st_mode=S_IFREG|0555, st_size=23000, ...}) = 0
31631 mmap(NULL, 2118176, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b5e6f9000
31631 mprotect(0x7f3b5e6fd000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5e8fc000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x3000) = 0x7f3b5e8fc000
31631 close(7) = 0
31631 mprotect(0x7f3b5e8fc000, 4096, PROT_READ) = 0
31631 close(6) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/libvirt", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirt.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirtmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirt.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirt.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/libvirt", 0x7ffeb10e5430) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/libvirt.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/libvirtmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/libvirt.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/libvirt.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/libvirt", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirt.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirtmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirt.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirt.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/libvirt", 0x7ffeb10e5430) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirt.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirtmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirt.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirt.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/libvirt", 0x7ffeb10e5430)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/libvirt.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/libvirtmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/libvirt.py", O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=285237, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/libvirt.pyc", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=315257, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\306a$Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\206\23\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=315257, ...}) = 0
31631 read(5, "\0Zj\2dv\0Zk\2dw\0Zl\2dx\0Zm\2dy\0Zn\2dz\0Z"..., 4096) = 4096
31631 read(5,
"\3\0d\1\0\203\1\0\202\1\0n\0\0|\1\0S(\3\0\0\0s\325\1\0\0If n"..., 4096)
= 4096
31631 read(5, " connecting to an unprivileged h"..., 4096) = 4096
31631 read(5, "isterImpl() or virEventRegisterD"..., 4096) = 4096
31631 read(5,
"d\f\0\204\1\0Z\16\0d\r\0\204\0\0Z\17\0d\10\0d\16\0\204\1\0Z\20\0d\10"...,
4096) = 4096
31631 read(5, "domain XML\n describing CP"..., 4096) = 4096
31631 brk(0) = 0x1821000
31631 brk(0x1842000) = 0x1842000
31631 read(5, "any portion of the chain that pr"..., 4096) = 4096
31631 read(5, "//domain/devices/disk.\n \n"..., 4096) = 4096
31631 read(5, "ED (even if the ABORT_ASYNC flag"..., 4096) = 4096
31631 read(5, " data in the opposite direct"..., 4096) = 4096
31631 read(5, " used the pre-created file has t"..., 4096) = 4096
31631 read(5, "meter, the shallow and reuse ext"..., 4096) = 4096
31631 read(5, " failedR\n\0\0\0(\4\0\0\0R\1\0\0\0t\21\0\0\0virDo"...,
4096) = 4096
31631 read(5,
"\0\32\25\1\f\0\25\1c\1\0\0\0\2\0\0\0\4\0\0\0C\0\0\0s7\0\0\0t\0"...,
4096) = 4096
31631 read(5, "visor must return an\n err"..., 4096) = 4096
31631 read(5,
"r9\0t\4\0d\1\0d\2\0|\0\0\203\1\1\202\1\0n\0\0|\3\0S(\4\0\0"..., 4096) =
4096
31631 read(5, "\4\0\0\0R\1\0\0\0t\25\0\0\0virDomainIsPersist"..., 4096)
= 4096
31631 read(5, "\0\0R\1\0\0\0t\24\0\0\0virDomainGetMaxVcpus"..., 4096) = 4096
31631 read(5, "e (otherwise\n it keeps th"..., 4096) = 4096
31631 read(5, "ion to the destination host them"..., 4096) = 4096
31631 read(5,
"\0|\0\0j\2\0|\1\0\203\2\0}\2\0|\2\0d\1\0k\2\0r6\0t\3\0d"..., 4096) = 4096
31631 read(5, "ate API providing and explicit\n "..., 4096) = 4096
31631 read(5, " VIR_MIGRATE_TUNNELLED requ"..., 4096) = 4096
31631 read(5, " the\n other client prior "..., 4096) = 4096
31631 read(5, " require that @duration be 0, fo"..., 4096) = 4096
31631 read(5,
"\3\0d\2\0d\3\0|\0\0\203\1\1\202\1\0n\0\0|\2\0S(\4\0\0\0s8\1"..., 4096)
= 4096
31631 read(5, "virDomainSaveFlagsRR\0\0\0R\0\0\0\0(\5\0\0"..., 4096) = 4096
31631 read(5, " less than zero, it is tr"..., 4096) = 4096
31631 read(5, "to Domain0 i.e. the domain where"..., 4096) = 4096
31631 read(5, "i\377\377\377\377s#\0\0\0virDomainSetNumaParame"...,
4096) = 4096
31631 read(5, "\1\202\1\0n\0\0|\1\0S(\4\0\0\0sk\3\0\0Shutdown a "...,
4096) = 4096
31631 read(5, " will not be altered unless the"..., 4096) = 4096
31631 read(5, "omically, making failure recover"..., 4096) = 4096
31631 read(5, "s\n additional files. i\377\377\377"..., 4096) = 4096
31631 read(5, "or must return an\n error "..., 4096) = 4096
31631 read(5, " CPUs will remain paused. The CP"..., 4096) = 4096
31631 read(5, "\t\0\0\0R\36\0\0\0(\0\0\0\0(\0\0\0\0s-\0\0\0/usr/lib"...,
4096) = 4096
31631 read(5, "\1\1\202\1\0n\0\0|\1\0S(\4\0\0\0s.\0\0\0Determine "...,
4096) = 4096
31631 read(5, "ve\n setting of the interf"..., 4096) = 4096
31631 read(5, "lib64/python2.7/site-packages/li"..., 4096) = 4096
31631 read(5, "e file with metadata.\n \n "..., 4096) = 4096
31631 brk(0) = 0x1842000
31631 brk(0x1898000) = 0x1898000
31631 read(5, "\0\0s\30\0\0\0Sets the autostart flag i"..., 4096) = 4096
31631 read(5, "ng to the storage volume. i\377\377\377\377s"..., 4096) =
4096
31631 read(5, " storage pool object is no l"..., 4096) = 4096
31631 read(5,
"\0Z\212\0d\2\0d\211\0\204\1\0Z\213\0d\2\0d\2\0d\212\0\204\2\0Z\214\0d"...,
4096) = 4096
31631 read(5, "R\t\0\0\0N(\5\0\0\0R\1\0\0\0t\17\0\0\0virConnectC"...,
4096) = 4096
31631 read(5, " domain object is no longer"..., 4096) = 4096
31631 read(5, "e suitable to know what the\n "..., 4096) = 4096
31631 read(5,
"l\224\16\0\0s\10\0\0\0\0\2\22\1\f\0\25\1c\2\0\0\0\3\0\0\0\4\0\0\0C"...,
4096) = 4096
31631 read(5, "ased on its name.\n \n "..., 4096) = 4096
31631 read(5, "inters to the names in @names s!"..., 4096) = 4096
31631 read(5, "etworkCreateXML() failedR\t\0\0\0R\36\0"..., 4096) = 4096
31631 read(5,
"\1\202\1\0n\0\0t\5\0|\0\0d\3\0|\4\0\203\1\1}\5\0|\5\0S(\5\0"..., 4096)
= 4096
31631 read(5, "4/python2.7/site-packages/libvir"..., 4096) = 4096
31631 read(5, "m the file. These two\n f"..., 4096) = 4096
31631 read(5, ".pyt\30\0\0\0secretLookupByUUIDString"..., 4096) = 4096
31631 read(5, "\0(\0\0\0\0(\0\0\0\0s-\0\0\0/usr/lib64/pytho"..., 4096) =
4096
31631 read(5, "\7\0\0\0(\0\0\0\0(\0\0\0\0s-\0\0\0/usr/lib64/py"...,
4096) = 4096
31631 read(5, "d\4\0S(\5\0\0\0sI\0\0\0Dispatches events "..., 4096) = 4096
31631 read(5, "lback. De-registering for a\n "..., 4096) = 4096
31631 read(5, "\1\0\0\0t\33\0\0\0virConnectListAllInterf"..., 4096) = 4096
31631 read(5, "LWithFiles() failedR\t\0\0\0R\36\0\0\0N(\6"..., 4096) = 4096
31631 read(5, "returned as int from virDomainSt"..., 4096) = 4096
31631 read(5, " device driver and resetting the"..., 4096) = 4096
31631 read(5, "f the reset will affect other de"..., 4096) = 4096
31631 read(5,
"ages/libvirt.pyR\275\2\0\0\232\24\0\0s\4\0\0\0\0\6\22"..., 4096) = 4096
31631 read(5, "end of the stream has been reach"..., 4096) = 4096
31631 read(5,
"\0\r\t\1\17\1\f\1\17\2\22\1\4\2\3\1\22\1\36\1\27\1\r\1\20\1\3\1\16\1\3\1"...,
4096) = 4096
31631 read(5, " snapshots. If @flags includes "..., 4096) = 4096
31631 read(5, " all possible snapshots. "..., 4096) = 4096
31631 read(5, "SE_REASON_CLIENTt)\0\0\0VIR_CONNECT"..., 4096) = 4096
31631 read(5, "OMAIN_BLOCK_JOB_TYPE_UNKNOWNt\36\0\0"..., 4096) = 4096
31631 read(5, "OVEDt\36\0\0\0VIR_DOMAIN_EVENT_WATCHD"..., 4096) = 4096
31631 read(5, "IGNAL_RT24t\36\0\0\0VIR_DOMAIN_PROCES"..., 4096) = 4096
31631 read(5, "OM_AUTHt\r\0\0\0VIR_FROM_DBUSt\22\0\0\0VI"..., 4096) = 4096
31631 read(5, "\0\0VIR_NETWORK_SECTION_FORWARD_IN"..., 4096) = 3961
31631 brk(0) = 0x1898000
31631 brk(0x18e7000) = 0x18e7000
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/libvirtmod", 0x7ffeb10e4ec0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirtmod.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirtmodmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirtmod.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/libvirtmod.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/libvirtmod", 0x7ffeb10e4ec0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/libvirtmod.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/libvirtmodmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/libvirtmod.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/libvirtmod.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/libvirtmod",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirtmod.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirtmodmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirtmod.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/libvirtmod.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/libvirtmod",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirtmod.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirtmodmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirtmod.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/libvirtmod.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/libvirtmod",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/libvirtmod.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=274952, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/libvirtmod.so",
O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=274952, ...}) = 0
31631 mmap(NULL, 2367304, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5e4b7000
31631 mprotect(0x7f3b5e4f5000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5e6f4000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3d000) = 0x7f3b5e6f4000
31631 close(6) = 0
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f3b6b828000
31631 close(6) = 0
31631 open("/lib64/libvirt.so.0", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\3\6\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=2791744, ...}) = 0
31631 mmap(NULL, 5258000, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5dfb3000
31631 mprotect(0x7f3b5e23d000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5e43d000, 98304, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x28a000) = 0x7f3b5e43d000
31631 mmap(0x7f3b5e455000, 400144, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5e455000
31631 close(6) = 0
31631 open("/lib64/libcap-ng.so.0", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=19720, ...}) = 0
31631 mmap(NULL, 2113912, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5ddae000
31631 mprotect(0x7f3b5ddb2000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5dfb1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7f3b5dfb1000
31631 close(6) = 0
31631 open("/lib64/libyajl.so.2", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\22\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=40360, ...}) = 0
31631 mmap(NULL, 2134272, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5dba4000
31631 mprotect(0x7f3b5dbac000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5ddac000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x8000) = 0x7f3b5ddac000
31631 close(6) = 0
31631 open("/lib64/libnl-route-3.so.200", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320f\1\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=360336, ...}) = 0
31631 mmap(NULL, 2460288, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5d94b000
31631 mprotect(0x7f3b5d99c000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5db9b000, 28672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x50000) = 0x7f3b5db9b000
31631 mmap(0x7f3b5dba2000, 6784, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5dba2000
31631 close(6) = 0
31631 open("/lib64/libnl-3.so.200", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\206\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=124192, ...}) = 0
31631 mmap(NULL, 2218152, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5d72d000
31631 mprotect(0x7f3b5d749000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5d948000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b000) = 0x7f3b5d948000
31631 close(6) = 0
31631 open("/lib64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=118520, ...}) = 0
31631 mmap(NULL, 2253384, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5d506000
31631 mprotect(0x7f3b5d521000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5d721000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b000) = 0x7f3b5d721000
31631 mmap(0x7f3b5d723000, 37448, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5d723000
31631 close(6) = 0
31631 open("/lib64/libdevmapper.so.1.02", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320n\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0555, st_size=256832, ...}) = 0
31631 mmap(NULL, 2353632, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5d2c7000
31631 mprotect(0x7f3b5d302000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5d501000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3a000) = 0x7f3b5d501000
31631 mmap(0x7f3b5d505000, 2528, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5d505000
31631 close(6) = 0
31631 open("/lib64/libnuma.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2204\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=50392, ...}) = 0
31631 mmap(NULL, 2144488, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5d0bb000
31631 mprotect(0x7f3b5d0c5000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5d2c5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xa000) = 0x7f3b5d2c5000
31631 close(6) = 0
31631 open("/lib64/libsystemd-daemon.so.0", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\r\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=15128, ...}) = 0
31631 mmap(NULL, 2109448, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5ceb7000
31631 mprotect(0x7f3b5ceb9000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5d0b9000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7f3b5d0b9000
31631 mmap(0x7f3b5d0ba000, 8, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5d0ba000
31631 close(6) = 0
31631 open("/lib64/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\243\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=447280, ...}) = 0
31631 mmap(NULL, 2535720, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5cc4b000
31631 mprotect(0x7f3b5ccb3000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5ceb3000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x68000) = 0x7f3b5ceb3000
31631 mmap(0x7f3b5ceb6000, 296, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5ceb6000
31631 close(6) = 0
31631 open("/lib64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260z\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=304296, ...}) = 0
31631 mmap(NULL, 2390496, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5ca03000
31631 mprotect(0x7f3b5ca49000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5cc49000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x46000) = 0x7f3b5cc49000
31631 close(6) = 0
31631 open("/lib64/libgnutls.so.28", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@/\2\0\0\0\0\0"..., 832)
= 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=1150992, ...}) = 0
31631 mmap(NULL, 3234824, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5c6ed000
31631 mprotect(0x7f3b5c7f8000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5c9f8000, 40960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x10b000) = 0x7f3b5c9f8000
31631 mmap(0x7f3b5ca02000, 3080, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5ca02000
31631 close(6) = 0
31631 open("/lib64/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`K\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=120208, ...}) = 0
31631 mmap(NULL, 2213960, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5c4d0000
31631 mprotect(0x7f3b5c4ec000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5c6eb000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b000) = 0x7f3b5c6eb000
31631 close(6) = 0
31631 open("/lib64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6, "\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=173992, ...}) = 0
31631 mmap(NULL, 2266816, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5c2a6000
31631 mprotect(0x7f3b5c2ce000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5c4ce000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x28000) = 0x7f3b5c4ce000
31631 close(6) = 0
31631 open("/lib64/libxenlight.so.4.4", O_RDONLY|O_CLOEXEC) = 6
31631 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
\376\0\0\0\0\0\0"..., 832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=406568, ...}) = 0
31631 mmap(NULL, 2496040, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5c044000
31631 mprotect(0x7f3b5c0a3000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5c2a2000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x5e000) = 0x7f3b5c2a2000
31631 close(6) = 0
31631 open("/lib64/libxenctrl.so.4.4", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220o\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=160880, ...}) = 0
31631 mmap(NULL, 2254568, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5be1d000
31631 mprotect(0x7f3b5be43000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5c042000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x25000) = 0x7f3b5c042000
31631 close(6) = 0
31631 open("/lib64/libxlutil.so.4.3", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=61120, ...}) = 0
31631 mmap(NULL, 2155176, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5bc0e000
31631 mprotect(0x7f3b5bc1b000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5be1b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xd000) = 0x7f3b5be1b000
31631 close(6) = 0
31631 open("/lib64/libsepol.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200A\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=287640, ...}) = 0
31631 mmap(NULL, 2378824, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5b9c9000
31631 mprotect(0x7f3b5ba0d000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5bc0c000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x43000) = 0x7f3b5bc0c000
31631 close(6) = 0
31631 open("/lib64/libudev.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2404\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=73784, ...}) = 0
31631 mmap(NULL, 2168912, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5b7b7000
31631 mprotect(0x7f3b5b7c7000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5b9c7000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x10000) = 0x7f3b5b9c7000
31631 close(6) = 0
31631 open("/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0
31631 mmap(NULL, 2184192, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5b5a1000
31631 mprotect(0x7f3b5b5b6000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5b7b5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x14000) = 0x7f3b5b7b5000
31631 close(6) = 0
31631 open("/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\"\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=44048, ...}) = 0
31631 mmap(NULL, 2128952, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5b399000
31631 mprotect(0x7f3b5b3a0000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5b59f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6000) = 0x7f3b5b59f000
31631 close(6) = 0
31631 open("/lib64/libidn.so.11", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0200\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=208632, ...}) = 0
31631 mmap(NULL, 2302416, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5b166000
31631 mprotect(0x7f3b5b198000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5b397000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x31000) = 0x7f3b5b397000
31631 close(6) = 0
31631 open("/lib64/libssl3.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\261\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=259640, ...}) = 0
31631 mmap(NULL, 2351912, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5af27000
31631 mprotect(0x7f3b5af62000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5b161000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3a000) = 0x7f3b5b161000
31631 mmap(0x7f3b5b165000, 808, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5b165000
31631 close(6) = 0
31631 open("/lib64/libsmime3.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\225\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=163944, ...}) = 0
31631 mmap(NULL, 2255608, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5ad00000
31631 mprotect(0x7f3b5ad24000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5af23000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x23000) = 0x7f3b5af23000
31631 close(6) = 0
31631 open("/lib64/libnss3.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\230\1\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=1221288, ...}) = 0
31631 mmap(NULL, 3302632, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5a9d9000
31631 mprotect(0x7f3b5aaf8000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5acf7000, 28672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x11e000) = 0x7f3b5acf7000
31631 mmap(0x7f3b5acfe000, 5352, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5acfe000
31631 close(6) = 0
31631 open("/lib64/libnssutil3.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\276\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=181504, ...}) = 0
31631 mmap(NULL, 2275936, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5a7ad000
31631 mprotect(0x7f3b5a7d2000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5a9d2000, 28672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x25000) = 0x7f3b5a9d2000
31631 close(6) = 0
31631 open("/lib64/libplds4.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=15536, ...}) = 0
31631 mmap(NULL, 2109800, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5a5a9000
31631 mprotect(0x7f3b5a5ac000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5a7ab000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7f3b5a7ab000
31631 close(6) = 0
31631 open("/lib64/libplc4.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\25\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=19640, ...}) = 0
31631 mmap(NULL, 2113936, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5a3a4000
31631 mprotect(0x7f3b5a3a8000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5a5a7000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7f3b5a5a7000
31631 close(6) = 0
31631 open("/lib64/libnspr4.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=248928, ...}) = 0
31631 mmap(NULL, 2350432, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5a166000
31631 mprotect(0x7f3b5a1a0000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5a39f000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x39000) = 0x7f3b5a39f000
31631 mmap(0x7f3b5a3a2000, 7520, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b5a3a2000
31631 close(6) = 0
31631 open("/lib64/liblber-2.4.so.2", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3206\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=61744, ...}) = 0
31631 mmap(NULL, 2155848, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b59f57000
31631 mprotect(0x7f3b59f65000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5a164000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xd000) = 0x7f3b5a164000
31631 close(6) = 0
31631 open("/lib64/libldap-2.4.so.2", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\360\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=337576, ...}) = 0
31631 mmap(NULL, 2430256, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b59d05000
31631 mprotect(0x7f3b59d54000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b59f53000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4e000) = 0x7f3b59f53000
31631 close(6) = 0
31631 open("/lib64/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\327\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=290720, ...}) = 0
31631 mmap(NULL, 2381072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b59abf000
31631 mprotect(0x7f3b59afb000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b59cfa000, 45056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3b000) = 0x7f3b59cfa000
31631 close(6) = 0
31631 open("/lib64/libtspi.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\216\1\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=461296, ...}) = 0
31631 mmap(NULL, 2556728, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5984e000
31631 mprotect(0x7f3b598bc000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b59abb000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6d000) = 0x7f3b59abb000
31631 mmap(0x7f3b59abe000, 824, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b59abe000
31631 close(6) = 0
31631 open("/lib64/libtasn1.so.6", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=81936, ...}) = 0
31631 mmap(NULL, 2176168, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5963a000
31631 mprotect(0x7f3b5964c000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5984c000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x12000) = 0x7f3b5984c000
31631 close(6) = 0
31631 open("/lib64/libnettle.so.4", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`c\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=200624, ...}) = 0
31631 mmap(NULL, 2294576, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b59409000
31631 mprotect(0x7f3b59438000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b59638000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2f000) = 0x7f3b59638000
31631 close(6) = 0
31631 open("/lib64/libhogweed.so.2", O_RDONLY|O_CLOEXEC) = 6
31631 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
h\0\0\0\0\0\0"..., 832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=160160, ...}) = 0
31631 mmap(NULL, 2254352, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b591e2000
31631 mprotect(0x7f3b59208000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b59407000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x25000) = 0x7f3b59407000
31631 close(6) = 0
31631 open("/lib64/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=487632, ...}) = 0
31631 mmap(NULL, 2581056, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b58f6b000
31631 mprotect(0x7f3b58fd9000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b591d8000, 40960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6d000) = 0x7f3b591d8000
31631 close(6) = 0
31631 open("/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=40856, ...}) = 0
31631 mmap(NULL, 2318912, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b58d34000
31631 mprotect(0x7f3b58d3c000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b58f3b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x7000) = 0x7f3b58f3b000
31631 mmap(0x7f3b58f3d000, 184896, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b58f3d000
31631 close(6) = 0
31631 open("/lib64/libxenguest.so.4.4", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20]\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=177984, ...}) = 0
31631 mmap(NULL, 2271456, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b58b09000
31631 mprotect(0x7f3b58b33000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b58d32000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x29000) = 0x7f3b58d32000
31631 close(6) = 0
31631 open("/lib64/libxenstore.so.3.0", O_RDONLY|O_CLOEXEC) = 6
31631 read(6, "\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
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=28288, ...}) = 0
31631 mmap(NULL, 2134600, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b588ff000
31631 mprotect(0x7f3b58905000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b58b04000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x5000) = 0x7f3b58b04000
31631 mmap(0x7f3b58b06000, 8776, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b58b06000
31631 close(6) = 0
31631 open("/lib64/libblktapctl.so.1.0", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\35\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=32200, ...}) = 0
31631 mmap(NULL, 2126440, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b586f7000
31631 mprotect(0x7f3b586fe000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b588fd000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6000) = 0x7f3b588fd000
31631 close(6) = 0
31631 open("/lib64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\25\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=19936, ...}) = 0
31631 mmap(NULL, 2113920, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b584f2000
31631 mprotect(0x7f3b584f6000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b586f5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7f3b586f5000
31631 close(6) = 0
31631 open("/lib64/libffi.so.6", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\30\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=32160, ...}) = 0
31631 mmap(NULL, 2127400, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b582ea000
31631 mprotect(0x7f3b582f1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b584f0000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6000) = 0x7f3b584f0000
31631 close(6) = 0
31631 open("/lib64/libfreebl3.so", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200?\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=502064, ...}) = 0
31631 mmap(NULL, 2606920, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b5806d000
31631 mprotect(0x7f3b580e4000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b582e3000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x76000) = 0x7f3b582e3000
31631 mmap(0x7f3b582e6000, 14152, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b582e6000
31631 close(6) = 0
31631 open("/lib64/libbz2.so.1", O_RDONLY|O_CLOEXEC) = 6
31631 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\27\0\0\0\0\0\0"...,
832) = 832
31631 fstat(6, {st_mode=S_IFREG|0755, st_size=67904, ...}) = 0
31631 mmap(NULL, 2162024, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f3b57e5d000
31631 mprotect(0x7f3b57e6c000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5806b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xe000) = 0x7f3b5806b000
31631 close(6) = 0
31631 mprotect(0x7f3b5806b000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b582e3000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b584f0000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b586f5000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b588fd000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5b7b5000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b58b04000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5c042000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b58d32000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b58f3b000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b591d8000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b59638000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b59407000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5984c000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b59abb000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b59cfa000, 36864, PROT_READ) = 0
31631 mprotect(0x7f3b5c6eb000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5b59f000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5a39f000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5a7ab000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5a5a7000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5a9d2000, 24576, PROT_READ) = 0
31631 mprotect(0x7f3b5acf7000, 20480, PROT_READ) = 0
31631 mprotect(0x7f3b5b161000, 12288, PROT_READ) = 0
31631 mprotect(0x7f3b5af23000, 12288, PROT_READ) = 0
31631 mprotect(0x7f3b5a164000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b59f53000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b5b397000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5b9c7000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5bc0c000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5be1b000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5ddac000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5c2a2000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5c4ce000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5c9f8000, 32768, PROT_READ) = 0
31631 mprotect(0x7f3b5cc49000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5ceb3000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b5d0b9000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5d2c5000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5d501000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5d721000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5d948000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b5db9b000, 12288, PROT_READ) = 0
31631 mprotect(0x7f3b5dfb1000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5e43d000, 53248, PROT_READ) = 0
31631 mprotect(0x7f3b5e6f4000, 4096, PROT_READ) = 0
31631 futex(0x7f3b59d044c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 open("/proc/self/status", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(6, "Name:\tqubes-receive-a\nState:\tR ("..., 1024) = 960
31631 close(6) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 openat(AT_FDCWD, "/sys/devices/system/node",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
31631 getdents(6, /* 9 entries */, 32768) = 280
31631 open("/sys/devices/system/node/node0/meminfo", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "Node 0 MemTotal: 3386976 "..., 4096) = 1000
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 getdents(6, /* 0 entries */, 32768) = 0
31631 close(6) = 0
31631 sched_getaffinity(0, 512, {ff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0}) = 128
31631 openat(AT_FDCWD, "/sys/devices/system/cpu",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
31631 getdents(6, /* 18 entries */, 32768) = 496
31631 getdents(6, /* 0 entries */, 32768) = 0
31631 close(6) = 0
31631 open("/proc/self/status", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(6, "Name:\tqubes-receive-a\nState:\tR ("..., 1024) = 960
31631 read(6, "", 1024) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 open("/proc/net/psched", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(6, "000003e8 00000040 000f4240 3b9ac"..., 1024) = 36
31631 close(6) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/etc/libnl/classid", {st_mode=S_IFREG|0644, st_size=1130,
...}) = 0
31631 open("/etc/libnl/classid", O_RDONLY) = 6
31631 fstat(6, {st_mode=S_IFREG|0644, st_size=1130, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(6, "################################"..., 4096) = 1130
31631 read(6, "", 4096) = 0
31631 close(6) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 munmap(0x7f3b6b828000, 65167) = 0
31631 getuid() = 1000
31631 geteuid() = 1000
31631 futex(0x7f3b5e454a80, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 brk(0) = 0x18e7000
31631 brk(0x1908000) = 0x1908000
31631 clock_gettime(CLOCK_REALTIME, {1438985084, 387713788}) = 0
31631 open("/dev/urandom", O_RDONLY) = 6
31631 fcntl(6, F_GETFD) = 0
31631 fcntl(6, F_SETFD, FD_CLOEXEC) = 0
31631 read(6,
"\203\246\210\376e\262!\2\233H\212Y\332\361\324`8\222\362\206\3I\232\256\22\32\343\10\305\361\254o",
32) = 32
31631 getrusage(0x1 /* RUSAGE_??? */, {ru_utime={0, 277854},
ru_stime={0, 100640}, ...}) = 0
31631 open("/etc/pkcs11/pkcs11.conf", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
31631 open("/home/mach/.config/pkcs11/pkcs11.conf", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
31631 openat(AT_FDCWD, "/home/mach/.config/pkcs11/modules",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
31631 openat(AT_FDCWD, "/etc/pkcs11/modules",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
31631 getdents(7, /* 2 entries */, 32768) = 48
31631 stat("/etc/pkcs11/modules/..", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/etc/pkcs11/modules/.", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
31631 getdents(7, /* 0 entries */, 32768) = 0
31631 close(7) = 0
31631 openat(AT_FDCWD, "/usr/share/p11-kit/modules",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
31631 getdents(7, /* 3 entries */, 32768) = 88
31631 stat("/usr/share/p11-kit/modules/..", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/share/p11-kit/modules/.", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/share/p11-kit/modules/p11-kit-trust.module",
{st_mode=S_IFREG|0644, st_size=693, ...}) = 0
31631 open("/usr/share/p11-kit/modules/p11-kit-trust.module",
O_RDONLY|O_CLOEXEC) = 8
31631 mmap(NULL, 693, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7f3b6b8c7000
31631 munmap(0x7f3b6b8c7000, 693) = 0
31631 close(8) = 0
31631 getdents(7, /* 0 entries */, 32768) = 0
31631 close(7) = 0
31631 open("/usr/lib64/pkcs11/p11-kit-trust.so", O_RDONLY|O_CLOEXEC) = 7
31631 read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
\275\0\0\0\0\0\0"..., 832) = 832
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=250088, ...}) = 0
31631 mmap(NULL, 2341184, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b57c21000
31631 mprotect(0x7f3b57c52000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b57e52000, 45056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x31000) = 0x7f3b57e52000
31631 close(7) = 0
31631 mprotect(0x7f3b57e52000, 40960, PROT_READ) = 0
31631 futex(0x7f3b57e5c6e0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 brk(0) = 0x1908000
31631 brk(0x1947000) = 0x1947000
31631 brk(0) = 0x1947000
31631 brk(0x1975000) = 0x1975000
31631 open("/etc/gnutls/pkcs11.conf", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 gettid() = 31631
31631 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f3b6b0dd6d0},
NULL, 8) = 0
31631 futex(0x7f3b5e455160, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 close(5) = 0
31631 brk(0) = 0x1975000
31631 brk(0x1996000) = 0x1996000
31631 close(4) = 0
31631 stat("/usr/libexec/qubes-appmenus/xen", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xen.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xenmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xen.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/xen.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/xen", 0x7ffeb10e5430) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/xen.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/xenmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/xen.py", O_RDONLY) = -1 ENOENT (No such
file or directory)
31631 open("/usr/lib64/python2.7/xen.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/xen", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/xen.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/xenmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/xen.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/xen.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/xen", 0x7ffeb10e5430) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/xen.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/xenmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/xen.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/xen.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/xen",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/__init__.py",
{st_mode=S_IFREG|0644, st_size=2, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/__init__",
0x7ffeb10e53e0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/xen/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/xen/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/xen/__init__.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/xen/__init__.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\10\346\nUc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"...,
4096) = 137
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/lowlevel",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631
stat("/usr/lib64/python2.7/site-packages/xen/lowlevel/__init__.py",
{st_mode=S_IFREG|0644, st_size=2, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/lowlevel/__init__",
0x7ffeb10e53e0) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/xen/lowlevel/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/xen/lowlevel/__init__module.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/xen/lowlevel/__init__.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/xen/lowlevel/__init__.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\10\346\nUc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"...,
4096) = 146
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/lowlevel",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/lowlevel",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/xen/lowlevel/xs",
0x7ffeb10e5430) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/xen/lowlevel/xs.so",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0755, st_size=25216, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/xen/lowlevel/xs.so",
O_RDONLY|O_CLOEXEC) = 5
31631 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\34\0\0\0\0\0\0"...,
832) = 832
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=25216, ...}) = 0
31631 mmap(NULL, 2119272, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f3b57a1b000
31631 mprotect(0x7f3b57a20000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b57c1f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x7f3b57c1f000
31631 close(5) = 0
31631 mprotect(0x7f3b57c1f000, 4096, PROT_READ) = 0
31631 close(4) = 0
31631 openat(AT_FDCWD,
"/usr/lib64/python2.7/site-packages/qubes/modules",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
31631 getdents(4, /* 35 entries */, 32768) = 1416
31631 getdents(4, /* 0 entries */, 32768) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/__init__.py",
{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/__init__",
0x7ffeb10e5440) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/__init__.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/__init__.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=147, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"...,
4096) = 147
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=147, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=71169, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=64866, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\234\1\0\0d\0"..., 4096)
= 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=64866, ...}) = 0
31631 read(5, "ut order will be evaluated at th"..., 57344) = 57344
31631 read(5,
"\0\0\0R\272\0\0\0R.\1\0\0R+\1\0\0R\6\0\0\0R?\0\0\0R1\0\0"..., 4096) = 3426
31631 read(5, "", 4096) = 0
31631 brk(0) = 0x1996000
31631 brk(0x19b7000) = 0x19b7000
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/datetime",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/datetime.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/datetimemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/datetime.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/datetime.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/datetime", 0x7ffeb10e4f20) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/datetime.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/datetimemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/datetime.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/datetime.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/datetime", 0x7ffeb10e4f20) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/datetime.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/datetimemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/datetime.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/datetime.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/datetime", 0x7ffeb10e4f20)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/datetime.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/datetimemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/datetime.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/datetime.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/datetime", 0x7ffeb10e4f20)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/datetime.so", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=91016, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/datetime.so",
O_RDONLY|O_CLOEXEC) = 7
31631 read(7,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000J\0\0\0\0\0\0"...,
832) = 832
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=91016, ...}) = 0
31631 mmap(NULL, 2184440, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b57805000
31631 mprotect(0x7f3b57816000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b57a16000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x11000) = 0x7f3b57a16000
31631 close(7) = 0
31631 mprotect(0x7f3b57a16000, 4096, PROT_READ) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/logging",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/logging.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/loggingmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/logging.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/logging.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/lxml",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/lxml.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/lxmlmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/lxml.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/lxml.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/os",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/os.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/osmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/os.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/os.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/re",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/re.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/remodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/re.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/re.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/shutil",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/shutil.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/shutilmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/shutil.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/shutil.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/subprocess",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/subprocess.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/subprocessmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/subprocess.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/subprocess.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/sys",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/sys.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/sysmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/sys.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/sys.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/time",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/time.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/timemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/time.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/time.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/uuid",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/uuid.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/uuidmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/uuid.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/uuid.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/uuid", 0x7ffeb10e4f20) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/uuid.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/uuidmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/uuid.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/uuid.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/uuid", 0x7ffeb10e4f20) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/uuid.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/uuidmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/uuid.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=21095, ...}) = 0
31631 open("/usr/lib64/python2.7/uuid.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=21181, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s=\2\0\0d\0"..., 4096)
= 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=21181, ...}) = 0
31631 read(7, " attributes:\n\n time_l"..., 16384) = 16384
31631 read(7, "0-9dad-11d1-80b4-00c04fd430c8s$\0"..., 4096) = 701
31631 read(7, "", 4096) = 0
31631 brk(0) = 0x19b7000
31631 brk(0x19f9000) = 0x19f9000
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/ctypes", 0x7ffeb10e49b0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ctypes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ctypesmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ctypes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ctypes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/ctypes", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/ctypes/__init__.py",
{st_mode=S_IFREG|0644, st_size=17259, ...}) = 0
31631 stat("/usr/lib64/python2.7/ctypes/__init__", 0x7ffeb10e4960) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/__init__.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/__init__module.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/__init__.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=17259, ...}) = 0
31631 open("/usr/lib64/python2.7/ctypes/__init__.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=20162, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sQ\n\0\0d\0"..., 4096)
= 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=20162, ...}) = 0
31631 read(8, "\0S(\7\0\0\0s\311\2\0\0CFUNCTYPE(restype, *"..., 12288) =
12288
31631 read(8,
"it__.pyR;\0\0\0\265\1\0\0s\2\0\0\0\0\1(\6\0\0\0R'\0\0"..., 4096) = 3778
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/ctypes", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/ctypes", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/ctypes/os", 0x7ffeb10e43f0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/os.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/osmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/os.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/os.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/ctypes/sys", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/sys.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/sysmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/sys.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/sys.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/ctypes/_ctypes", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_ctypes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_ctypesmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_ctypes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_ctypes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/_ctypes", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ctypes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ctypesmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ctypes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ctypes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_ctypes", 0x7ffeb10e43f0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_ctypes.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_ctypesmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_ctypes.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_ctypes", 0x7ffeb10e43f0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ctypes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ctypesmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ctypes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ctypes.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_ctypes", 0x7ffeb10e43f0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_ctypes.so", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=126752, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_ctypes.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320q\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=126752, ...}) = 0
31631 mmap(NULL, 2219216, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b575e7000
31631 mprotect(0x7f3b57601000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b57800000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x19000) = 0x7f3b57800000
31631 close(9) = 0
31631 mprotect(0x7f3b57800000, 4096, PROT_READ) = 0
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/ctypes/struct", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/struct.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/structmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/struct.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/struct.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 brk(0) = 0x19f9000
31631 brk(0x1a1c000) = 0x1a1c000
31631 stat("/usr/lib64/python2.7/ctypes/ctypes", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/ctypes.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/ctypesmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/ctypes.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/ctypes.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/ctypes/_endian", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_endian.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_endianmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/_endian.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=2212, ...}) = 0
31631 open("/usr/lib64/python2.7/ctypes/_endian.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=2307, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\277\0\0\0d\0"...,
4096) = 2307
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=2307, ...}) = 0
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(8) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/ctypes/util", 0x7ffeb10e49b0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/util.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/utilmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/util.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=9206, ...}) = 0
31631 open("/usr/lib64/python2.7/ctypes/util.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=7970, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\244\1\0\0d\0"...,
4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=7970, ...}) = 0
31631 read(8, "NAME\\s+([^\\s]+)i\1\0\0\0(\n\0\0\0R\10\0\0\0R\31"...,
4096) = 3874
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/ctypes/re", 0x7ffeb10e4440) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/re.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/remodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/re.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/re.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/ctypes/tempfile", 0x7ffeb10e4440) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/tempfile.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/tempfilemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/tempfile.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/tempfile.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/ctypes/errno", 0x7ffeb10e4440) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/errno.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/errnomodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/errno.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ctypes/errno.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(7) = 0
31631 uname({sysname="Linux", nodename="dom0", ...}) = 0
31631 pipe2([7, 8], O_CLOEXEC) = 0
31631 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f3b6b8baa10) = 31632
31631 close(8) = 0
31632 set_robust_list(0x7f3b6b8baa20, 24 <unfinished ...>
31631 fcntl(7, F_SETFD, 0 <unfinished ...>
31632 <... set_robust_list resumed> ) = 0
31631 <... fcntl resumed> ) = 0
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31632 dup2(8, 1 <unfinished ...>
31631 fstat(7, <unfinished ...>
31632 <... dup2 resumed> ) = 1
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31632 execve("/bin/sh", ["sh", "-c", "/sbin/ldconfig -p 2>/dev/null"],
[/* 57 vars */] <unfinished ...>
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, <unfinished ...>
31632 <... execve resumed> ) = 0
31632 brk(0) = 0x218c000
31632 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fdbd3990000
31632 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
31632 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
31632 fstat(6, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31632 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fdbd3980000
31632 close(6) = 0
31632 open("/lib64/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 6
31632 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\316\0\0\0\0\0\0"...,
832) = 832
31632 fstat(6, {st_mode=S_IFREG|0755, st_size=173064, ...}) = 0
31632 mmap(NULL, 2268928, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fdbd3548000
31632 mprotect(0x7fdbd356d000, 2097152, PROT_NONE) = 0
31632 mmap(0x7fdbd376d000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x25000) = 0x7fdbd376d000
31632 close(6) = 0
31632 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 6
31632 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
31632 fstat(6, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0
31632 mmap(NULL, 2109744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fdbd3344000
31632 mprotect(0x7fdbd3347000, 2093056, PROT_NONE) = 0
31632 mmap(0x7fdbd3546000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7fdbd3546000
31632 close(6) = 0
31632 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 6
31632 read(6,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"...,
832) = 832
31632 fstat(6, {st_mode=S_IFREG|0755, st_size=2093096, ...}) = 0
31632 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fdbd397f000
31632 mmap(NULL, 3920480, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fdbd2f86000
31632 mprotect(0x7fdbd313a000, 2093056, PROT_NONE) = 0
31632 mmap(0x7fdbd3339000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b3000) = 0x7fdbd3339000
31632 mmap(0x7fdbd333f000, 16992, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fdbd333f000
31632 close(6) = 0
31632 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fdbd397d000
31632 arch_prctl(ARCH_SET_FS, 0x7fdbd397d740) = 0
31632 mprotect(0x7fdbd3339000, 16384, PROT_READ) = 0
31632 mprotect(0x7fdbd3546000, 4096, PROT_READ) = 0
31632 mprotect(0x7fdbd376d000, 16384, PROT_READ) = 0
31632 mprotect(0x6dc000, 4096, PROT_READ) = 0
31632 mprotect(0x7fdbd3991000, 4096, PROT_READ) = 0
31632 munmap(0x7fdbd3980000, 65167) = 0
31632 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31632 open("/dev/tty", O_RDWR|O_NONBLOCK) = 6
31632 close(6) = 0
31632 brk(0) = 0x218c000
31632 brk(0x21ad000) = 0x21ad000
31632 brk(0) = 0x21ad000
31632 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 6
31632 fstat(6, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
31632 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fdbcca5d000
31632 close(6) = 0
31632 brk(0) = 0x21ad000
31632 getuid() = 1000
31632 getgid() = 1001
31632 geteuid() = 1000
31632 getegid() = 1001
31632 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31632 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 6
31632 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31632 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fdbd398f000
31632 read(6, "MemTotal: 3386976 kB\nMemF"..., 1024) = 1024
31632 close(6) = 0
31632 munmap(0x7fdbd398f000, 4096) = 0
31632 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7fdbd2fbb8f0}, {SIG_DFL, [], 0}, 8) = 0
31632 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7fdbd2fbb8f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fdbd2fbb8f0},
8) = 0
31632 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_DFL, [], 0}, 8) = 0
31632 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0}, 8) = 0
31632 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_DFL, [], 0}, 8) = 0
31632 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0}, 8) = 0
31632 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31632 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0}, 8) = 0
31632 uname({sysname="Linux", nodename="dom0", ...}) = 0
31632 stat("/home/mach", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31632 stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31632 getpid() = 31632
31632 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 6
31632 fstat(6, {st_mode=S_IFREG|0644, st_size=26254, ...}) = 0
31632 mmap(NULL, 26254, PROT_READ, MAP_SHARED, 6, 0) = 0x7fdbd3989000
31632 close(6) = 0
31632 getppid() = 31631
31632 stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31632 stat("/usr/local/bin/sh", 0x7fff72fac4c0) = -1 ENOENT (No such
file or directory)
31632 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31632 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31632 geteuid() = 1000
31632 getegid() = 1001
31632 getuid() = 1000
31632 getgid() = 1001
31632 access("/usr/bin/sh", X_OK) = 0
31632 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31632 geteuid() = 1000
31632 getegid() = 1001
31632 getuid() = 1000
31632 getgid() = 1001
31632 access("/usr/bin/sh", R_OK) = 0
31632 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31632 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31632 geteuid() = 1000
31632 getegid() = 1001
31632 getuid() = 1000
31632 getgid() = 1001
31632 access("/usr/bin/sh", X_OK) = 0
31632 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31632 geteuid() = 1000
31632 getegid() = 1001
31632 getuid() = 1000
31632 getgid() = 1001
31632 access("/usr/bin/sh", R_OK) = 0
31632 gettimeofday({1438985084, 417821}, NULL) = 0
31632 getpgrp() = 31629
31632 rt_sigaction(SIGCHLD, {0x441080, [], SA_RESTORER|SA_RESTART,
0x7fdbd2fbb8f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fdbd2fbb8f0},
8) = 0
31632 getrlimit(RLIMIT_NPROC, {rlim_cur=1024, rlim_max=62075}) = 0
31632 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31632 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31632 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31632 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
31632 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fdbd397da10) = 31633
31632 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31633 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31632 rt_sigprocmask(SIG_BLOCK, [CHLD], <unfinished ...>
31633 <... rt_sigprocmask resumed> NULL, 8) = 0
31632 <... rt_sigprocmask resumed> [], 8) = 0
31633 rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
<unfinished ...>
31632 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31633 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
31632 <... rt_sigprocmask resumed> NULL, 8) = 0
31633 rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
<unfinished ...>
31632 rt_sigprocmask(SIG_BLOCK, [CHLD], <unfinished ...>
31633 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
31632 <... rt_sigprocmask resumed> [], 8) = 0
31632 rt_sigaction(SIGINT, {0x43e4f0, [], SA_RESTORER, 0x7fdbd2fbb8f0},
<unfinished ...>
31633 rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
<unfinished ...>
31632 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7fdbd2fbb8f0}, 8) = 0
31633 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
31632 wait4(-1, <unfinished ...>
31633 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0}, 8) = 0
31633 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
{SIG_IGN, [], SA_RESTORER, 0x7fdbd2fbb8f0}, 8) = 0
31633 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7fdbd2fbb8f0}, {0x441080, [], SA_RESTORER|SA_RESTART, 0x7fdbd2fbb8f0},
8) = 0
31633 open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6
31633 dup2(6, 2) = 2
31633 close(6) = 0
31633 execve("/sbin/ldconfig", ["/sbin/ldconfig", "-p"], [/* 57 vars
*/]) = 0
31633 uname({sysname="Linux", nodename="dom0", ...}) = 0
31633 brk(0) = 0x716000
31633 brk(0x7171c0) = 0x7171c0
31633 arch_prctl(ARCH_SET_FS, 0x716880) = 0
31633 readlink("/proc/self/exe", "/usr/sbin/ldconfig", 4096) = 18
31633 brk(0x7381c0) = 0x7381c0
31633 brk(0x739000) = 0x739000
31633 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 6
31633 fstat(6, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
31633 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f4e16ccd000
31633 close(6) = 0
31633 open("/etc/ld.so.cache", O_RDONLY) = 6
31633 fstat(6, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31633 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f4e16cbd000
31633 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 7
31633 fstat(7, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
31633 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f4e16cbc000
31633 read(7, "# Locale name alias data base.\n#"..., 4096) = 2492
31633 read(7, "", 4096) = 0
31633 close(7) = 0
31633 munmap(0x7f4e16cbc000, 4096) = 0
31633 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
31633 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
31633 open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
31633 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
31633 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f4e16cbc000
31633 write(1, "827 libs found in cache `/etc/ld"..., 4096) = 4096
31631 <... read resumed> "827 libs found in cache `/etc/ld"..., 4096) = 4096
31631 fstat(7, <unfinished ...>
31633 write(1, "ather_ion.so.6\n\tlibwbclient.so.0"..., 4096 <unfinished
...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 <... write resumed> ) = 4096
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31633 write(1, ".0\n\tlibsystemd-daemon.so.0 (libc"..., 4096 <unfinished
...>
31631 fstat(7, <unfinished ...>
31633 <... write resumed> ) = 4096
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31633 write(1, "e.so.6\n\tlibrdf.so.0 (libc6,x86-6"..., 4096 <unfinished
...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31633 <... write resumed> ) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 write(1, ") => /lib64/libpipeline.so.1\n\tli"..., 4096 <unfinished
...>
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31633 <... write resumed> ) = 4096
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31633 write(1, "query.so.4 (libc6,x86-64) => /li"..., 4096 <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 <... write resumed> ) = 4096
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31633 write(1, "parts.so.4\n\tlibkontactinterface."..., 4096 <unfinished
...>
31631 fstat(7, <unfinished ...>
31633 <... write resumed> ) = 4096
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31633 write(1, " (libc6,x86-64) => /lib64/libkde"..., 4096 <unfinished ...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31633 <... write resumed> ) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 write(1, "0.so.0\n\tlibgstsdp-0.10.so.0 (lib"..., 4096 <unfinished
...>
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31633 <... write resumed> ) = 4096
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31633 write(1, "lib-0.18.3.so (libc6,x86-64) => "..., 4096 <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 <... write resumed> ) = 4096
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31633 write(1, "vent-lvm2thin.so (libc6,x86-64) "..., 4096 <unfinished ...>
31631 fstat(7, <unfinished ...>
31633 <... write resumed> ) = 4096
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31633 write(1, "=> /lib64/libavahi-glib.so.1\n\tli"..., 4096 <unfinished
...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31633 <... write resumed> ) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 munmap(0x7f4e16cbd000, 65167 <unfinished ...>
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31633 <... munmap resumed> ) = 0
31631 fstat(7, <unfinished ...>
31633 close(6 <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31633 <... close resumed> ) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31633 write(1, "QtXmlPatterns.so.4\n\tlibQtXml.so."..., 2429 <unfinished
...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31633 <... write resumed> ) = 2429
31631 fstat(7, <unfinished ...>
31633 exit_group(0) = ?
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31633 +++ exited with 0 +++
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31632 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0,
NULL) = 31633
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31632 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31632 <... rt_sigprocmask resumed> NULL, 8) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31632 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31633,
si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31632 wait4(-1, <unfinished ...>
31631 fstat(7, <unfinished ...>
31632 <... wait4 resumed> 0x7fff72fabf90, WNOHANG, NULL) = -1 ECHILD (No
child processes)
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31632 rt_sigreturn({mask=[]} <unfinished ...>
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31632 <... rt_sigreturn resumed> ) = 0
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31632 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fdbd2fbb8f0},
<unfinished ...>
31631 fstat(7, <unfinished ...>
31632 <... rt_sigaction resumed> {0x43e4f0, [], SA_RESTORER,
0x7fdbd2fbb8f0}, 8) = 0
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31632 exit_group(0) = ?
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31632 +++ exited with 0 +++
31631 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31632,
si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "ather_ion.so.6\n\tlibwbclient.so.0"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, ".0\n\tlibsystemd-daemon.so.0 (libc"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "e.so.6\n\tlibrdf.so.0 (libc6,x86-6"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, ") => /lib64/libpipeline.so.1\n\tli"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "query.so.4 (libc6,x86-64) => /li"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "parts.so.4\n\tlibkontactinterface."..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, " (libc6,x86-64) => /lib64/libkde"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "0.so.0\n\tlibgstsdp-0.10.so.0 (lib"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "lib-0.18.3.so (libc6,x86-64) => "..., 4096) = 4096
31631 read(7, "vent-lvm2thin.so (libc6,x86-64) "..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "=> /lib64/libavahi-glib.so.1\n\tli"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "QtXmlPatterns.so.4\n\tlibQtXml.so."..., 4096) = 2429
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 wait4(31632, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 31632
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 uname({sysname="Linux", nodename="dom0", ...}) = 0
31631 pipe2([7, 8], O_CLOEXEC) = 0
31631 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f3b6b8baa10) = 31634
31631 close(8 <unfinished ...>
31634 set_robust_list(0x7f3b6b8baa20, 24 <unfinished ...>
31631 <... close resumed> ) = 0
31634 <... set_robust_list resumed> ) = 0
31631 fcntl(7, F_SETFD, 0) = 0
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31634 dup2(8, 1) = 1
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31634 execve("/bin/sh", ["sh", "-c", "/sbin/ldconfig -p 2>/dev/null"],
[/* 57 vars */] <unfinished ...>
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, <unfinished ...>
31634 <... execve resumed> ) = 0
31634 brk(0) = 0x177e000
31634 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f8a6dbe9000
31634 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
31634 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
31634 fstat(6, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31634 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f8a6dbd9000
31634 close(6) = 0
31634 open("/lib64/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 6
31634 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\316\0\0\0\0\0\0"...,
832) = 832
31634 fstat(6, {st_mode=S_IFREG|0755, st_size=173064, ...}) = 0
31634 mmap(NULL, 2268928, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f8a6d7a1000
31634 mprotect(0x7f8a6d7c6000, 2097152, PROT_NONE) = 0
31634 mmap(0x7f8a6d9c6000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x25000) = 0x7f8a6d9c6000
31634 close(6) = 0
31634 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 6
31634 read(6,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
31634 fstat(6, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0
31634 mmap(NULL, 2109744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f8a6d59d000
31634 mprotect(0x7f8a6d5a0000, 2093056, PROT_NONE) = 0
31634 mmap(0x7f8a6d79f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7f8a6d79f000
31634 close(6) = 0
31634 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 6
31634 read(6,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"...,
832) = 832
31634 fstat(6, {st_mode=S_IFREG|0755, st_size=2093096, ...}) = 0
31634 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f8a6dbd8000
31634 mmap(NULL, 3920480, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f8a6d1df000
31634 mprotect(0x7f8a6d393000, 2093056, PROT_NONE) = 0
31634 mmap(0x7f8a6d592000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b3000) = 0x7f8a6d592000
31634 mmap(0x7f8a6d598000, 16992, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a6d598000
31634 close(6) = 0
31634 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f8a6dbd6000
31634 arch_prctl(ARCH_SET_FS, 0x7f8a6dbd6740) = 0
31634 mprotect(0x7f8a6d592000, 16384, PROT_READ) = 0
31634 mprotect(0x7f8a6d79f000, 4096, PROT_READ) = 0
31634 mprotect(0x7f8a6d9c6000, 16384, PROT_READ) = 0
31634 mprotect(0x6dc000, 4096, PROT_READ) = 0
31634 mprotect(0x7f8a6dbea000, 4096, PROT_READ) = 0
31634 munmap(0x7f8a6dbd9000, 65167) = 0
31634 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31634 open("/dev/tty", O_RDWR|O_NONBLOCK) = 6
31634 close(6) = 0
31634 brk(0) = 0x177e000
31634 brk(0x179f000) = 0x179f000
31634 brk(0) = 0x179f000
31634 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 6
31634 fstat(6, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
31634 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f8a66cb6000
31634 close(6) = 0
31634 brk(0) = 0x179f000
31634 getuid() = 1000
31634 getgid() = 1001
31634 geteuid() = 1000
31634 getegid() = 1001
31634 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31634 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 6
31634 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31634 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f8a6dbe8000
31634 read(6, "MemTotal: 3386976 kB\nMemF"..., 1024) = 1024
31634 close(6) = 0
31634 munmap(0x7f8a6dbe8000, 4096) = 0
31634 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7f8a6d2148f0}, {SIG_DFL, [], 0}, 8) = 0
31634 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7f8a6d2148f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7f8a6d2148f0},
8) = 0
31634 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_DFL, [], 0}, 8) = 0
31634 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0}, 8) = 0
31634 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_DFL, [], 0}, 8) = 0
31634 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0}, 8) = 0
31634 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31634 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0}, 8) = 0
31634 uname({sysname="Linux", nodename="dom0", ...}) = 0
31634 stat("/home/mach", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31634 stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31634 getpid() = 31634
31634 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 6
31634 fstat(6, {st_mode=S_IFREG|0644, st_size=26254, ...}) = 0
31634 mmap(NULL, 26254, PROT_READ, MAP_SHARED, 6, 0) = 0x7f8a6dbe2000
31634 close(6) = 0
31634 getppid() = 31631
31634 stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
31634 stat("/usr/local/bin/sh", 0x7ffdc99c4600) = -1 ENOENT (No such
file or directory)
31634 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31634 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31634 geteuid() = 1000
31634 getegid() = 1001
31634 getuid() = 1000
31634 getgid() = 1001
31634 access("/usr/bin/sh", X_OK) = 0
31634 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31634 geteuid() = 1000
31634 getegid() = 1001
31634 getuid() = 1000
31634 getgid() = 1001
31634 access("/usr/bin/sh", R_OK) = 0
31634 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31634 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31634 geteuid() = 1000
31634 getegid() = 1001
31634 getuid() = 1000
31634 getgid() = 1001
31634 access("/usr/bin/sh", X_OK) = 0
31634 stat("/usr/bin/sh", {st_mode=S_IFREG|0755, st_size=949880, ...}) = 0
31634 geteuid() = 1000
31634 getegid() = 1001
31634 getuid() = 1000
31634 getgid() = 1001
31634 access("/usr/bin/sh", R_OK) = 0
31634 gettimeofday({1438985084, 436885}, NULL) = 0
31634 getpgrp() = 31629
31634 rt_sigaction(SIGCHLD, {0x441080, [], SA_RESTORER|SA_RESTART,
0x7f8a6d2148f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7f8a6d2148f0},
8) = 0
31634 getrlimit(RLIMIT_NPROC, {rlim_cur=1024, rlim_max=62075}) = 0
31634 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31634 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31634 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
31634 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
31634 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f8a6dbd6a10) = 31635
31634 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31635 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31634 <... rt_sigprocmask resumed> NULL, 8) = 0
31635 <... rt_sigprocmask resumed> NULL, 8) = 0
31634 rt_sigprocmask(SIG_BLOCK, [CHLD], <unfinished ...>
31635 rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
<unfinished ...>
31634 <... rt_sigprocmask resumed> [], 8) = 0
31635 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
31634 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31635 rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
<unfinished ...>
31634 <... rt_sigprocmask resumed> NULL, 8) = 0
31635 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
31634 rt_sigprocmask(SIG_BLOCK, [CHLD], <unfinished ...>
31635 rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
<unfinished ...>
31634 <... rt_sigprocmask resumed> [], 8) = 0
31635 <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0
31634 rt_sigaction(SIGINT, {0x43e4f0, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0}, 8) = 0
31635 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
<unfinished ...>
31634 wait4(-1, <unfinished ...>
31635 <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f8a6d2148f0}, 8) = 0
31635 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
{SIG_IGN, [], SA_RESTORER, 0x7f8a6d2148f0}, 8) = 0
31635 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART,
0x7f8a6d2148f0}, {0x441080, [], SA_RESTORER|SA_RESTART, 0x7f8a6d2148f0},
8) = 0
31635 open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6
31635 dup2(6, 2) = 2
31635 close(6) = 0
31635 execve("/sbin/ldconfig", ["/sbin/ldconfig", "-p"], [/* 57 vars
*/]) = 0
31635 uname({sysname="Linux", nodename="dom0", ...}) = 0
31635 brk(0) = 0x1a4b000
31635 brk(0x1a4c1c0) = 0x1a4c1c0
31635 arch_prctl(ARCH_SET_FS, 0x1a4b880) = 0
31635 readlink("/proc/self/exe", "/usr/sbin/ldconfig", 4096) = 18
31635 brk(0x1a6d1c0) = 0x1a6d1c0
31635 brk(0x1a6e000) = 0x1a6e000
31635 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 6
31635 fstat(6, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
31635 mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fbce2bc8000
31635 close(6) = 0
31635 open("/etc/ld.so.cache", O_RDONLY) = 6
31635 fstat(6, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31635 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fbce2bb8000
31635 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 7
31635 fstat(7, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
31635 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fbce2bb7000
31635 read(7, "# Locale name alias data base.\n#"..., 4096) = 2492
31635 read(7, "", 4096) = 0
31635 close(7) = 0
31635 munmap(0x7fbce2bb7000, 4096) = 0
31635 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
31635 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
31635 open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
31635 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
31635 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7fbce2bb7000
31635 write(1, "827 libs found in cache `/etc/ld"..., 4096) = 4096
31631 <... read resumed> "827 libs found in cache `/etc/ld"..., 4096) = 4096
31631 fstat(7, <unfinished ...>
31635 write(1, "ather_ion.so.6\n\tlibwbclient.so.0"..., 4096 <unfinished
...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 <... write resumed> ) = 4096
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31635 write(1, ".0\n\tlibsystemd-daemon.so.0 (libc"..., 4096 <unfinished
...>
31631 fstat(7, <unfinished ...>
31635 <... write resumed> ) = 4096
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 write(1, "e.so.6\n\tlibrdf.so.0 (libc6,x86-6"..., 4096 <unfinished
...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31635 <... write resumed> ) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 write(1, ") => /lib64/libpipeline.so.1\n\tli"..., 4096 <unfinished
...>
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 <... write resumed> ) = 4096
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31635 write(1, "query.so.4 (libc6,x86-64) => /li"..., 4096 <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 <... write resumed> ) = 4096
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31635 write(1, "parts.so.4\n\tlibkontactinterface."..., 4096 <unfinished
...>
31631 fstat(7, <unfinished ...>
31635 <... write resumed> ) = 4096
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 write(1, " (libc6,x86-64) => /lib64/libkde"..., 4096 <unfinished ...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31635 <... write resumed> ) = 4096
31631 fstat(7, <unfinished ...>
31635 write(1, "0.so.0\n\tlibgstsdp-0.10.so.0 (lib"..., 4096 <unfinished
...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 <... write resumed> ) = 4096
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31635 write(1, "lib-0.18.3.so (libc6,x86-64) => "..., 4096 <unfinished ...>
31631 fstat(7, <unfinished ...>
31635 <... write resumed> ) = 4096
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 write(1, "vent-lvm2thin.so (libc6,x86-64) "..., 4096 <unfinished ...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31635 <... write resumed> ) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 write(1, "=> /lib64/libavahi-glib.so.1\n\tli"..., 4096 <unfinished
...>
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 <... write resumed> ) = 4096
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31635 munmap(0x7fbce2bb8000, 65167 <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 <... munmap resumed> ) = 0
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31635 close(6 <unfinished ...>
31631 fstat(7, <unfinished ...>
31635 <... close resumed> ) = 0
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31635 write(1, "QtXmlPatterns.so.4\n\tlibQtXml.so."..., 2429 <unfinished
...>
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31635 <... write resumed> ) = 2429
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31635 exit_group(0) = ?
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31635 +++ exited with 0 +++
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31634 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0,
NULL) = 31635
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31634 rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
31631 fstat(7, <unfinished ...>
31634 <... rt_sigprocmask resumed> NULL, 8) = 0
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31634 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31635,
si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31634 wait4(-1, <unfinished ...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31634 <... wait4 resumed> 0x7ffdc99c40d0, WNOHANG, NULL) = -1 ECHILD (No
child processes)
31631 fstat(7, <unfinished ...>
31634 rt_sigreturn({mask=[]} <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31634 <... rt_sigreturn resumed> ) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31634 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f8a6d2148f0},
<unfinished ...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31634 <... rt_sigaction resumed> {0x43e4f0, [], SA_RESTORER,
0x7f8a6d2148f0}, 8) = 0
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR <unfinished ...>
31634 exit_group(0) = ?
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, <unfinished ...>
31634 +++ exited with 0 +++
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31634,
si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "ather_ion.so.6\n\tlibwbclient.so.0"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, ".0\n\tlibsystemd-daemon.so.0 (libc"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "e.so.6\n\tlibrdf.so.0 (libc6,x86-6"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, ") => /lib64/libpipeline.so.1\n\tli"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "query.so.4 (libc6,x86-64) => /li"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "parts.so.4\n\tlibkontactinterface."..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, " (libc6,x86-64) => /lib64/libkde"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "0.so.0\n\tlibgstsdp-0.10.so.0 (lib"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "lib-0.18.3.so (libc6,x86-64) => "..., 4096) = 4096
31631 read(7, "vent-lvm2thin.so (libc6,x86-64) "..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "=> /lib64/libavahi-glib.so.1\n\tli"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 lseek(7, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
31631 read(7, "QtXmlPatterns.so.4\n\tlibQtXml.so."..., 4096) = 2429
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 wait4(31634, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 31634
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/xml",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/xml.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/xmlmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/xml.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/xml.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/qubes",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/qubes.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/qubesmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/qubes.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/qubes.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/qmemman",
0x7ffeb10e4f10) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemmanmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=13870, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=9458, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\243\0\0\0d\0"..., 4096)
= 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=9458, ...}) = 0
31631 read(7,
"\0\203\0\0D]j\0}\1\0|\0\0j\2\0|\1\0\31}\2\0|\2\0j\4\0d\0"..., 4096) = 4096
31631 read(7, "o_balance()s \0\0\0/var/run/qubes/d"..., 4096) = 1266
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/xen",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/xen.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/xenmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/xen.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/xen.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/xen/lowlevel/xc",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/xen/lowlevel/xc.so",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=79048, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/xen/lowlevel/xc.so",
O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0S\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=79048, ...}) = 0
31631 mmap(NULL, 2173424, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b573d4000
31631 mprotect(0x7f3b573e4000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b575e4000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x10000) = 0x7f3b575e4000
31631 close(8) = 0
31631 mprotect(0x7f3b575e4000, 4096, PROT_READ) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/string",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/string.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/stringmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/string.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/string.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/time",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/time.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/timemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/time.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/time.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/qmemman_algo",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman_algo.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/qmemman_algomodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman_algo.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=12276, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman_algo.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6573, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096)
= 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6573, ...}) = 0
31631 read(8, "\0|\17\0\27S(\7\0\0\0Nsb\0\0\0balance_when_en"..., 4096)
= 2477
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/logging",
0x7ffeb10e4430) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/logging.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/loggingmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/logging.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/logging.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/os",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/os.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/osmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/os.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/os.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/notify",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/notify.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/notifymodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/notify.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2781, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/notify.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=2305, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0sU\0\0\0d\0"...,
4096) = 2305
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=2305, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/sys",
0x7ffeb10e4430) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/sys.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/sysmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/sys.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/sys.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 close(7) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/libvirt",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/libvirt.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/libvirtmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/libvirt.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/libvirt.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/warnings",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/warnings.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/warningsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/warnings.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/warnings.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/qmemman_client",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman_client.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/qmemman_clientmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qmemman_client.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=1470, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/qmemman_client.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=1193, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s/\0\0\0d\0"...,
4096) = 1193
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=1193, ...}) = 0
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/socket",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/socket.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/socketmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/socket.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/socket.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/socket", 0x7ffeb10e49b0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/socket.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/socketmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/socket.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/socket.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/socket", 0x7ffeb10e49b0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/socket.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/socketmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/socket.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=20512, ...}) = 0
31631 open("/usr/lib64/python2.7/socket.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=16106, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\312\3\0\0d\0"...,
4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=16106, ...}) = 0
31631 read(8, "The name is too long.iO'\0\0s\21\0\0\0T"..., 8192) = 8192
31631 read(8,
"\0r\331\1q\217\1n\0\0\202\0\0n\1\0X|\5\0s\352\1Pn\0\0|\5\0j\23"...,
4096) = 3818
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/libexec/qubes-appmenus/_socket", 0x7ffeb10e4440) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_socket.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_socketmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_socket.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_socket.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_socket", 0x7ffeb10e4440) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_socket.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_socketmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_socket.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_socket.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_socket", 0x7ffeb10e4440) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_socket.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_socketmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_socket.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_socket.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_socket", 0x7ffeb10e4440) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_socket.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_socketmodule.so",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0555, st_size=82072, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_socketmodule.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0PA\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(9, {st_mode=S_IFREG|0555, st_size=82072, ...}) = 0
31631 mmap(NULL, 2177688, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b571c0000
31631 mprotect(0x7f3b571cf000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b573ce000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xe000) = 0x7f3b573ce000
31631 close(9) = 0
31631 mprotect(0x7f3b573ce000, 4096, PROT_READ) = 0
31631 close(8) = 0
31631 stat("/usr/libexec/qubes-appmenus/_ssl", 0x7ffeb10e4440) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ssl.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_sslmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ssl.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_ssl.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/_ssl", 0x7ffeb10e4440) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_ssl.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_sslmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/_ssl.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/_ssl.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_ssl", 0x7ffeb10e4440) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ssl.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_sslmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ssl.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_ssl.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_ssl", 0x7ffeb10e4440) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_ssl.so", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0555, st_size=38552, ...}) = 0
31631 open("/usr/lib64/python2.7/lib-dynload/_ssl.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3204\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0555, st_size=38552, ...}) = 0
31631 mmap(NULL, 2133776, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b56fb7000
31631 mprotect(0x7f3b56fbf000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b571be000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x7000) = 0x7f3b571be000
31631 close(9) = 0
31631 mprotect(0x7f3b571be000, 4096, PROT_READ) = 0
31631 close(8) = 0
31631 brk(0) = 0x1a1c000
31631 brk(0x1a3d000) = 0x1a3d000
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/fcntl",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/fcntl.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/fcntlmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/fcntl.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/fcntl.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/qubesutils",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubesutils.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/qubesutilsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubesutils.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=32673, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/qubesutils.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=27350, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\5\0\0\0@@\0\0s\330\2\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=27350, ...}) = 0
31631 read(7,
"_to_name\200\0\0\0s\26\0\0\0\0\1\n\1\n\2\6\1\f\1\t\1\f\1\t"..., 20480)
= 20480
31631 read(7,
"\2\0\203\1\0\1n#\0|\3\0t\0\0j\3\0k\2\0r>\0|\0\0j\4\0|\2"..., 4096) = 2774
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/qdb",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/qdb.so", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=16432, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/qdb.so",
O_RDONLY|O_CLOEXEC) = 8
31631 read(8, "\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
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=16432, ...}) = 0
31631 mmap(NULL, 2110608, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b56db3000
31631 mprotect(0x7f3b56db6000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b56fb5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f3b56fb5000
31631 close(8) = 0
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7f3b6b828000
31631 close(8) = 0
31631 open("/lib64/libqubesdb.so", O_RDONLY|O_CLOEXEC) = 8
31631 read(8,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\f\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=15336, ...}) = 0
31631 mmap(NULL, 2109624, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f3b56baf000
31631 mprotect(0x7f3b56bb2000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b56db1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f3b56db1000
31631 close(8) = 0
31631 mprotect(0x7f3b56db1000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b56fb5000, 4096, PROT_READ) = 0
31631 munmap(0x7f3b6b828000, 65167) = 0
31631 close(7) = 0
31631 close(5) = 0
31631 brk(0) = 0x1a3d000
31631 brk(0x1a81000) = 0x1a81000
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/003QubesTemplateVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/003QubesTemplateVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/003QubesTemplateVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/003QubesTemplateVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=3028, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/003QubesTemplateVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=3782, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\242\0\0\0d\0"..., 4096)
= 3782
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=3782, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/005QubesNetVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/005QubesNetVm.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/005QubesNetVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/005QubesNetVm.py", O_RDONLY)
= 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=5645, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/005QubesNetVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=6999, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\234\0\0\0d\0"..., 4096)
= 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=6999, ...}) = 0
31631 read(5, "\0Wrong IP address for VMs\3\0\0\0{0}"..., 4096) = 2903
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/xen",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/xen.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/xenmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/xen.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/xen.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesAdminVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesAdminVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesAdminVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesAdminVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=3127, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesAdminVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=4640, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sr\0\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=4640, ...}) = 0
31631 read(5, "site-packages/qubes/modules/006Q"..., 4096) = 544
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/psutil",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/psutil.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/psutilmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/psutil.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/psutil.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/psutil", 0x7ffeb10e4f20) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/psutil.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/psutilmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/psutil.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/psutil.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/psutil", 0x7ffeb10e4f20) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/psutil.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/psutilmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/psutil.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/psutil.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/psutil", 0x7ffeb10e4f20) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/psutil.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/psutilmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/psutil.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/psutil.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/psutil", 0x7ffeb10e4f20) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/psutil.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/psutilmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/psutil.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/psutil.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/__init__.py",
{st_mode=S_IFREG|0644, st_size=50608, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/__init__",
0x7ffeb10e4ed0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__init__.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=50608, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/psutil/__init__.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=47639, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "\3\363\r\n\360!\340Qc\0\0\0\0\0\0\0\0/\0\0\0@
\0\0s\351\5\0\0d\0"..., 4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=47639, ...}) = 0
31631 read(7,
"Z\20\0e\10\0d\v\0\204\0\0\203\1\0Z\21\0e\22\0j\16\0d\f\0k\2\0r\344"...,
40960) = 40960
31631 read(7,
"|\6\0d$\0\31r\27\2t\27\0|\6\0d$\0\31j\30\0d%\0\33\203\1\0p\32"...,
4096) = 2583
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/__future__",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__future__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/__future__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__future__.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__future__.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/sys",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/sys.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/sysmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/sys.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/sys.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/os",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/os.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/osmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/os.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/os.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/time",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/time.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/timemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/time.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/time.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/signal",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/signal.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/signalmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/signal.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/signal.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/warnings",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/warnings.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/warningsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/warnings.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/warnings.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/errno",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/errno.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/errnomodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/errno.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/errno.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/subprocess",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/subprocess.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/subprocessmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/subprocess.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/subprocess.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/pwd",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/pwd.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/pwdmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/pwd.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/pwd.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/psutil",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/psutil.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/psutilmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/psutil.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/psutil.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_error",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_error.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_errormodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_error.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2020, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/psutil/_error.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3057, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n=\37\265Qc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"...,
4096) = 3057
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3057, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_common",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_common.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_commonmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_common.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=6959, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/psutil/_common.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=8615, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8, "\3\363\r\n\3117\335Qc\0\0\0\0\0\0\0\0\5\0\0\0@
\0\0s\312\4\0\0d\0"..., 4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=8615, ...}) = 0
31631 read(8, "\0|\1\0S(\2\0\0\0s>\0\0\0A decorator which"..., 4096) = 4096
31631 read(8, "\r\0\0\0nt_net_iostatt\16\0\0\0nt_disk_io"..., 4096) = 423
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/stat",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/stat.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/statmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/stat.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/stat.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_compat",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_compat.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_compatmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_compat.py",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=9594, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/psutil/_compat.pyc",
O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=9849, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n=\37\265Qc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\3\2\0\0d\0"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=9849, ...}) = 0
31631 read(9, "\n raise TypeError"..., 4096) = 4096
31631 read(9,
"at.pyRv\0\0\0\351\0\0\0s\2\0\0\0\0\1c\2\0\0\0\3\0\0\0\4\0"..., 4096) = 1657
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/__builtin__",
0x7ffeb10e3e80) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__builtin__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/__builtin__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__builtin__.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/__builtin__.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/collections",
0x7ffeb10e3e80) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/collections.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/collectionsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/collections.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/collections.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/functools",
0x7ffeb10e3e80) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/functools.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/functoolsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/functools.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/functools.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/socket",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/socket.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/socketmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/socket.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/socket.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 brk(0) = 0x1a81000
31631 brk(0x1aa2000) = 0x1aa2000
31631 brk(0) = 0x1aa2000
31631 brk(0x1aea000) = 0x1aea000
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_pslinux",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_pslinux.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/_pslinuxmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_pslinux.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=39451, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/psutil/_pslinux.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=32678, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8, "\3\363\r\n\247!\340Qc\0\0\0\0\0\0\0\0\21\0\0\0@
\0\0s\255\3\0\0d\0"..., 4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=32678, ...}) = 0
31631 read(8, "slinux.pyt\16\0\0\0virtual_memory\215\0\0\0"..., 24576) =
24576
31631 read(8,
"\2\0j\4\0\203\0\0d\3\0\31\203\1\0Sq\35\0Wt\5\0d\4\0\203\1\0\202\1\0"..., 4096)
= 4006
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/struct",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/struct.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/structmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/struct.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/struct.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/base64",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/base64.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/base64module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/base64.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/base64.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/base64", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/base64.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/base64module.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/base64.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/base64.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/base64", 0x7ffeb10e43f0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/base64.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/base64module.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/base64.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=11357, ...}) = 0
31631 open("/usr/lib64/python2.7/base64.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=10888, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\255\2\0\0d\0"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=10888, ...}) = 0
31631 read(9,
"\0\0Ji\t\0\0\0t\1\0\0\0Si\22\0\0\0t\1\0\0\0003i\33\0\0\0t\1"..., 4096)
= 4096
31631 read(9,
"\3\1\0\0s\n\0\0\0\0\v\6\1\17\1\22\1\17\1iL\0\0\0c\2\0\0\0\5\0\0"...,
4096) = 2696
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/re",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/re.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/remodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/re.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/re.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_psutil_posix",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psutil_posix.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/_psutil_posixmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psutil_posix.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/_psutil_posix.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/_psutil_posix", 0x7ffeb10e43f0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_posix.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_posixmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_posix.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_posix.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_psutil_posix", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_posix.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_posixmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_posix.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_posix.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_psutil_posix",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_posix.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_posixmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_posix.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_posix.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_psutil_posix",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_posix.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_posixmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_posix.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_posix.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/_psutil_posix",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_psutil_posix.so",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=7208, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/_psutil_posix.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\t\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=7208, ...}) = 0
31631 mmap(NULL, 2101480, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b569ad000
31631 mprotect(0x7f3b569ae000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b56bad000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0) = 0x7f3b56bad000
31631 close(9) = 0
31631 mprotect(0x7f3b56bad000, 4096, PROT_READ) = 0
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_psutil_linux",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psutil_linux.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/_psutil_linuxmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psutil_linux.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/_psutil_linux.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/_psutil_linux", 0x7ffeb10e43f0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_linux.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_linuxmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_linux.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_psutil_linux.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_psutil_linux", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_linux.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_linuxmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_linux.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_psutil_linux.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_psutil_linux",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_linux.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_linuxmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_linux.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_psutil_linux.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_psutil_linux",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_linux.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_linuxmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_linux.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_psutil_linux.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/_psutil_linux",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_psutil_linux.so",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=11624, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/_psutil_linux.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=11624, ...}) = 0
31631 mmap(NULL, 2105800, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b567aa000
31631 mprotect(0x7f3b567ac000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b569ab000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1000) = 0x7f3b569ab000
31631 close(9) = 0
31631 mprotect(0x7f3b569ab000, 4096, PROT_READ) = 0
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/_psposix",
0x7ffeb10e43e0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psposix.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/psutil/_psposixmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psposix.py",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3843, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/psutil/_psposix.pyc",
O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=3753, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n=\37\265Qc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\253\0\0\0d\0"...,
4096) = 3753
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=3753, ...}) = 0
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/psutil/glob",
0x7ffeb10e3e70) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/glob.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/globmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/glob.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/psutil/glob.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/glob", 0x7ffeb10e3e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/glob.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/globmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/glob.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/glob.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/glob", 0x7ffeb10e3e70) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/glob.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/globmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/glob.py", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=2928, ...}) = 0
31631 open("/usr/lib64/python2.7/glob.pyc", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=2897, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\266\0\0\0d\0"...,
4096) = 2897
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=2897, ...}) = 0
31631 read(10, "", 4096) = 0
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(9) = 0
31631 close(8) = 0
31631 open("/proc/stat", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8, "cpu 932451 249 898435 164470913"..., 8192) = 2144
31631 read(8, "", 5120) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 8
31631 read(8, "0-7\n", 8192) = 4
31631 close(8) = 0
31631 sysinfo({uptime=210549, loads=[15392, 12576, 10112],
totalram=3468263424, freeram=192356352, sharedram=197586944,
bufferram=110092288, totalswap=8195665920, freeswap=7997394944,
procs=586, totalhigh=0, freehigh=0, mem_unit=1}) = 0
31631 stat("/proc/31631/io", {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
31631 brk(0) = 0x1aea000
31631 brk(0x1b49000) = 0x1b49000
31631 stat("/proc/31631/smaps", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 close(7) = 0
31631 open("/proc/stat", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "cpu 932451 249 898435 164470916"..., 1024) = 1024
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 open("/proc/stat", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "cpu 932451 249 898435 164470916"..., 1024) = 1024
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 open("/proc/stat", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "cpu 932451 249 898435 164470917"..., 1024) = 1024
31631 read(7, " 288 5007 1 3 15345 120003 11540"..., 7168) = 1120
31631 read(7, "", 5120) = 0
31631 read(7, "", 8192) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(5) = 0
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesProxyVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesProxyVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesProxyVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesProxyVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=8001, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/006QubesProxyVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=7328, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sx\0\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=7328, ...}) = 0
31631 read(5,
"\2\f\1c\1\0\0\0\f\0\0\0\t\0\0\0C\0\0\0s\337\3\0\0|\0\0j\0\0j"..., 4096)
= 3232
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesAppVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesAppVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesAppVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesAppVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=1598, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesAppVm.pyc", O_RDONLY)
= 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=1568, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sR\0\0\0d\0"...,
4096) = 1568
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=1568, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesDisposableVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesDisposableVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesDisposableVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesDisposableVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=8454, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesDisposableVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=8305, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\342\0\0\0d\0"..., 4096)
= 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=8305, ...}) = 0
31631 read(5, "kages/qubes/modules/01QubesDispo"..., 4096) = 4096
31631 read(5, "ython2.7/site-packages/qubes/mod"..., 4096) = 113
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/grp",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/grp.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/grpmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/grp.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/grp.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=16767, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=17511, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s(\1\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=17511, ...}) = 0
31631 read(5, "Vm.pyt\4\0\0\0typee\0\0\0s\2\0\0\0\0\2c\1\0\0\0\1\0"...,
12288) = 12288
31631 read(5, "\n\0\0\0R,\0\0\0R0\0\0\0R\f\0\0\0t\17\0\0\0is_guid_"...,
4096) = 1127
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/signal",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/signal.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/signalmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/signal.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/signal.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/stat",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/stat.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/statmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/stat.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/stat.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/xml/etree", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/etree/__init__.py",
{st_mode=S_IFREG|0644, st_size=1604, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/etree/__init__", 0x7ffeb10e4ed0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/__init__.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/__init__module.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/__init__.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=1604, ...}) = 0
31631 open("/usr/lib64/python2.7/xml/etree/__init__.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=129, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"...,
4096) = 129
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=129, ...}) = 0
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/xml/etree", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/etree", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/xml/etree/ElementTree", 0x7ffeb10e4f10)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementTree.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementTreemodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementTree.py", O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=56502, ...}) = 0
31631 open("/usr/lib64/python2.7/xml/etree/ElementTree.pyc", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=34903, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\25\0\0\0@\0\0\0s5\3\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=34903, ...}) = 0
31631 read(7, "avior of this method will change"..., 28672) = 28672
31631 read(7, "undefined entity %s: line %d, co"..., 4096) = 2135
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/xml/etree/sys", 0x7ffeb10e49a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/sys.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/sysmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/sys.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/sys.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/xml/etree/re", 0x7ffeb10e49a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/re.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/remodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/re.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/re.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/xml/etree/warnings", 0x7ffeb10e49a0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/warnings.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/warningsmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/warnings.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/warnings.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/xml/etree/ElementPath", 0x7ffeb10e4990)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementPath.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementPathmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementPath.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=9475, ...}) = 0
31631 open("/usr/lib64/python2.7/xml/etree/ElementPath.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=7616, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\346\0\0\0d\0"...,
4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=7616, ...}) = 0
31631 read(8,
"mentPath.pyR\30\0\0\0\245\0\0\0s\6\0\0\0\0\1\r\1\25\1s"..., 4096) = 3520
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/xml/etree/ElementC14N", 0x7ffeb10e49a0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementC14N.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementC14Nmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementC14N.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/xml/etree/ElementC14N.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/ElementC14N", 0x7ffeb10e49a0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ElementC14N.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ElementC14Nmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ElementC14N.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/ElementC14N.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/ElementC14N", 0x7ffeb10e49a0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ElementC14N.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ElementC14Nmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/ElementC14N.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/ElementC14N.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/ElementC14N",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/ElementC14N.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/ElementC14Nmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/ElementC14N.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/ElementC14N.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/ElementC14N",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/ElementC14N.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/ElementC14Nmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/ElementC14N.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/ElementC14N.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/ElementC14N",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/ElementC14N.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/ElementC14Nmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/ElementC14N.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/ElementC14N.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/ElementC14N",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/ElementC14N.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/gtk-2.0/ElementC14Nmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/ElementC14N.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/ElementC14N.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/ElementC14N",
0x7ffeb10e49a0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/ElementC14N.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/ElementC14Nmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/ElementC14N.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/ElementC14N.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 close(5) = 0
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/02QubesTemplateHVm",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/02QubesTemplateHVm.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/02QubesTemplateHVmmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/02QubesTemplateHVm.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=3149, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/02QubesTemplateHVm.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=4042, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\264\0\0\0d\0"..., 4096)
= 4042
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=4042, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(4) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/modules/10appmenus",
0x7ffeb10e5490) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/10appmenus.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/10appmenusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/10appmenus.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=13351, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/10appmenus.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\316\317\245Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sN\2\0\0d\0"...,
4096) = 4096
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
31631 read(5,
"\2\0j\3\0t\4\0d\4\0\31|\0\0j\5\0|\1\0g\3\0d\5\0t\6\0t\7"..., 4096) = 4096
31631 read(5, "pying the template's appmenus te"..., 4096) = 3190
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/modules/dbus",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/dbus.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/modules/dbusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/dbus.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/modules/dbus.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/dbus", 0x7ffeb10e4f20) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dbus.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dbusmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dbus.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/dbus.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/dbus", 0x7ffeb10e4f20) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/dbus.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/dbusmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/dbus.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/dbus.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/dbus", 0x7ffeb10e4f20) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/dbus.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/dbusmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/dbus.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/dbus.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/dbus", 0x7ffeb10e4f20) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/dbus.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/dbusmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/dbus.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/dbus.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/dbus", 0x7ffeb10e4f20) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/dbus.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/dbusmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/dbus.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/dbus.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/gtk-2.0/dbus",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/dbus.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/dbusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/dbus.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/gtk-2.0/dbus.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/dbus",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/__init__.py",
{st_mode=S_IFREG|0644, st_size=3824, ...}) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/__init__",
0x7ffeb10e4ed0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__init__.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=3824, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/__init__.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2653, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0.\0\0\0@\0\0\0si\2\0\0d\0"...,
4096) = 2653
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2653, ...}) = 0
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/dbus", 0x7ffeb10e4960)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/dbus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/dbusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/dbus.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/dbus.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/dbus/_compat",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_compat.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_compatmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_compat.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=211, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/_compat.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s*\0\0\0d\0"...,
4096) = 239
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/sys", 0x7ffeb10e43f0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/sys.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/sysmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/sys.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/sys.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 close(7) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/_version",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_version.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_versionmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_version.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/_version.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=223, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\20\0\0\0d\5"...,
4096) = 223
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=223, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/exceptions",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/exceptions.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/exceptionsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/exceptions.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=4674, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/exceptions.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=5117, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\272\0\0\0d\0"...,
4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=5117, ...}) = 0
31631 read(8, "od:
%s(\2\0\0\0R\0\0\0\0R\21\0\0\0(\2\0\0\0R\22\0\0\0t"..., 4096) = 1021
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/types",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/types.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/typesmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/types.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=529, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/types.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=858, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\343\0\0\0d\0"..., 4096)
= 858
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=858, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/_dbus_bindings",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbus_bindings.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib/python2.7/site-packages/dbus/_dbus_bindingsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbus_bindings.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbus_bindings.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/_dbus_bindings", 0x7ffeb10e43f0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_dbus_bindings.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_dbus_bindingsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_dbus_bindings.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/_dbus_bindings.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/_dbus_bindings", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_dbus_bindings.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_dbus_bindingsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_dbus_bindings.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/_dbus_bindings.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/_dbus_bindings",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_dbus_bindings.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_dbus_bindingsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_dbus_bindings.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/_dbus_bindings.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/_dbus_bindings",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_dbus_bindings.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_dbus_bindingsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_dbus_bindings.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/_dbus_bindings.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/_dbus_bindings",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/_dbus_bindings.so",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=170376, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/_dbus_bindings.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\177\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=170376, ...}) = 0
31631 mmap(NULL, 2262440, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b56581000
31631 mprotect(0x7f3b5659b000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b5679b000, 61440, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1a000) = 0x7f3b5679b000
31631 close(9) = 0
31631 mprotect(0x7f3b5679b000, 4096, PROT_READ) = 0
31631 close(8) = 0
31631 close(7) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/_dbus",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbusmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbus.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=8804, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/_dbus.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=8439, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s)\1\0\0d\0"...,
4096) = 4096
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=8439, ...}) = 0
31631 brk(0) = 0x1b49000
31631 brk(0x1b6a000) = 0x1b6a000
31631 read(8, "e` : bool\n If tru"..., 4096) = 4096
31631 read(8,
"\0\0\0R\v\0\0\0R\f\0\0\0R\r\0\0\0R\16\0\0\0R\17\0\0\0R\20\0\0"...,
4096) = 247
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/__future__",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__future__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__future__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__future__.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/__future__.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/dbus/bus", 0x7ffeb10e43f0)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/bus.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/busmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/bus.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=17927, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/bus.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sP\1\0\0d\17"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0
31631 read(9, "by name is deprecated: please us"..., 8192) = 8192
31631 read(9, " :Since: 0.81.0\n (\1\0\0\0"..., 4096) = 3490
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/logging",
0x7ffeb10e3e80) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/logging.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/loggingmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/logging.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/logging.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/dbus/weakref",
0x7ffeb10e3e80) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/weakref.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/weakrefmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/weakref.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/weakref.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/dbus/connection",
0x7ffeb10e3e80) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/connection.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/connectionmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/connection.py",
O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=27773, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/connection.pyc",
O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s3\1\0\0d\20"...,
4096) = 4096
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
31631 read(10, "\0itemst\4\0\0\0join(\4\0\0\0R4\0\0\0t\4\0\0\0ru"...,
16384) = 16384
31631 read(10, "\1\f7\t\4\t \6\1\f>\3\1\f+(\2\0\0\0s\n\0\0\0Connect"...,
4096) = 463
31631 read(10, "", 4096) = 0
31631 brk(0) = 0x1b6a000
31631 brk(0x1bb8000) = 0x1bb8000
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/threading",
0x7ffeb10e3910) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/threading.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/threadingmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/threading.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/threading.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib/python2.7/site-packages/dbus/lowlevel",
0x7ffeb10e3910) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/lowlevel.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/lowlevelmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/lowlevel.py",
O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=1831, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/lowlevel.pyc",
O_RDONLY) = 11
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=1078, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(11,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0sh\0\0\0d\0"...,
4096) = 1078
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=1078, ...}) = 0
31631 read(11, "", 4096) = 0
31631 close(11) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(10) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/proxies",
0x7ffeb10e3910) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/proxies.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/proxiesmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/proxies.py", O_RDONLY)
= 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=24788, ...}) = 0
31631 open("/usr/lib/python2.7/site-packages/dbus/proxies.pyc",
O_RDONLY) = 11
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=20079, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(11,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s%\1\0\0d\0"...,
4096) = 4096
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=20079, ...}) = 0
31631 read(11, ",t\v\0\0\0ProxyObjectc\0\0\0\0\0\0\0\0\6\0\0\0B\0"...,
12288) = 12288
31631 read(11, " ProxyObjects\n so that calls "..., 4096) = 3695
31631 read(11, "", 4096) = 0
31631 close(11) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631
stat("/usr/lib/python2.7/site-packages/dbus/_expat_introspect_parser",
0x7ffeb10e33a0) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib/python2.7/site-packages/dbus/_expat_introspect_parser.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631
open("/usr/lib/python2.7/site-packages/dbus/_expat_introspect_parsermodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib/python2.7/site-packages/dbus/_expat_introspect_parser.py", O_RDONLY)
= 11
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=3376, ...}) = 0
31631
open("/usr/lib/python2.7/site-packages/dbus/_expat_introspect_parser.pyc",
O_RDONLY) = 12
31631 fstat(12, {st_mode=S_IFREG|0644, st_size=2821, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(12,
"\3\363\r\n\242\202nRc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sC\0\0\0d\0"...,
4096) = 2821
31631 fstat(12, {st_mode=S_IFREG|0644, st_size=2821, ...}) = 0
31631 read(12, "", 4096) = 0
31631 close(12) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib/python2.7/site-packages/dbus/xml", 0x7ffeb10e2e30)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/xml.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/xmlmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/xml.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib/python2.7/site-packages/dbus/xml.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 close(11) = 0
31631 close(10) = 0
31631 close(9) = 0
31631 close(8) = 0
31631 close(7) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/imgconverter",
0x7ffeb10e4f20) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/imgconverter.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/imgconvertermodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/imgconverter.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0755, st_size=10540, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/imgconverter.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n:\341\235Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s%\1\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0
31631 read(7, "efully parse image data from str"..., 8192) = 8192
31631 read(7,
"\0\0\0C\0\0\0s*\0\0\0|\0\0j\0\0t\1\0\203\1\0\217\25\0\1t\2\0d"...,
4096) = 730
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/colorsys",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/colorsys.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/colorsysmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/colorsys.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/colorsys.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/colorsys", 0x7ffeb10e49b0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/colorsys.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/colorsysmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/colorsys.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/colorsys.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/colorsys", 0x7ffeb10e49b0) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/colorsys.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/colorsysmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/colorsys.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=3691, ...}) = 0
31631 open("/usr/lib64/python2.7/colorsys.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3991, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\177\0\0\0d\0"...,
4096) = 3991
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3991, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/math",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/math.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/mathmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/math.py", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/math.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/re",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/re.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/remodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/re.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/re.pyc", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/cStringIO",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cStringIO.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/cStringIOmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cStringIO.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cStringIO.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/subprocess",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/subprocess.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/subprocessmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/subprocess.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/subprocess.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/qubes/unittest",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/unittest.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/unittestmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/unittest.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/unittest.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/unittest", 0x7ffeb10e49b0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/unittest.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/unittestmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/unittest.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/unittest.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/unittest/__init__.py",
{st_mode=S_IFREG|0644, st_size=2783, ...}) = 0
31631 stat("/usr/lib64/python2.7/unittest/__init__", 0x7ffeb10e4960) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/__init__.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/__init__module.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/__init__.py", O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=2783, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/__init__.pyc", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3038, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0sD\1\0\0d\0"...,
4096) = 3038
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=3038, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/unittest", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/unittest/result", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/result.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/resultmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/result.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=6307, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/result.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=7924, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\217\0\0\0d\0"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=7924, ...}) = 0
31631 read(9, "or has occurred. 'err' is a tupl"..., 4096) = 3828
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/os", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/os.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/osmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/os.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/os.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/sys", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/sys.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/sysmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/sys.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/sys.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/traceback", 0x7ffeb10e3e80) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/traceback.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/tracebackmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/traceback.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/traceback.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/StringIO", 0x7ffeb10e3e80) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/StringIO.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/StringIOmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/StringIO.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/StringIO.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/StringIO", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/StringIO.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/StringIOmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/StringIO.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/StringIO.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/StringIO", 0x7ffeb10e3e80) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/StringIO.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/StringIOmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/StringIO.py", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=10662, ...}) = 0
31631 open("/usr/lib64/python2.7/StringIO.pyc", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=11480, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s|\0\0\0d\0"..., 4096)
= 4096
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=11480, ...}) = 0
31631 read(10, "The mode argument is optional an"..., 4096) = 4096
31631 read(10, " return value.\n Nt\1\0\0\0\0R\5"..., 4096) = 3288
31631 read(10, "", 4096) = 0
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(9) = 0
31631 stat("/usr/lib64/python2.7/unittest/util", 0x7ffeb10e3e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/util.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/utilmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/util.py", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=4606, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/util.pyc", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=4518, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\200\0\0\0d\0"...,
4096) = 4096
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=4518, ...}) = 0
31631 read(10, "eri\0\0\0\0(\5\0\0\0R7\0\0\0t\5\0\0\0itemsR4\0\0\0"...,
4096) = 422
31631 read(10, "", 4096) = 0
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/collections", 0x7ffeb10e3900)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/collections.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/collectionsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/collections.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/collections.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 close(9) = 0
31631 stat("/usr/lib64/python2.7/unittest/functools", 0x7ffeb10e3e80) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/functools.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/functoolsmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/functools.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/functools.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/unittest/case", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/case.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/casemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/case.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=43917, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/case.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=41632, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\1\0\0d\0"..., 4096)
= 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=41632, ...}) = 0
31631 read(9, "ally, this takes effect when WIT"..., 36864) = 36864
31631 read(9,
"j\5\0\203\0\0pD\0d\0\0S(\3\0\0\0Ns\1\0\0\0\ni\0\0\0\0(\6"..., 4096) = 672
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/difflib", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/difflib.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/difflibmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/difflib.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/difflib.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/difflib", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/difflib.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/difflibmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/difflib.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/difflib.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/difflib", 0x7ffeb10e3e80) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/difflib.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/difflibmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/difflib.py", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=82345, ...}) = 0
31631 open("/usr/lib64/python2.7/difflib.pyc", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=61949, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\245\1\0\0d\0"...,
4096) = 4096
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=61949, ...}) = 0
31631 brk(0) = 0x1bb8000
31631 brk(0x1bdd000) = 0x1bdd000
31631 read(10, " and b[0] match for 8 elements\n "..., 57344) = 57344
31631 read(10, "\0doctestt\7\0\0\0difflibt\7\0\0\0testmod"..., 4096) = 509
31631 read(10, "", 4096) = 0
31631 brk(0) = 0x1bdd000
31631 brk(0x1c2a000) = 0x1c2a000
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(9) = 0
31631 stat("/usr/lib64/python2.7/unittest/pprint", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/pprint.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/pprintmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/pprint.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/pprint.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/pprint", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pprint.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pprintmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pprint.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/pprint.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/pprint", 0x7ffeb10e3e80) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/pprint.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/pprintmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/pprint.py", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=12008, ...}) = 0
31631 open("/usr/lib64/python2.7/pprint.pyc", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=10303, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n3\205'Uc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\37\1\0\0d\0"...,
4096) = 4096
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=10303, ...}) = 0
31631 read(10,
"\t\1\34\1c\2\0\0\0\2\0\0\0\5\0\0\0C\0\0\0s\32\0\0\0|\0\0j\0\0"...,
4096) = 4096
31631 read(10,
"\0\0\203\1\0}\f\0|\2\0rP\3|\3\0|\2\0k\5\0rP\3|\32\0d\23\0"..., 4096) = 2111
31631 read(10, "", 4096) = 0
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(9) = 0
31631 stat("/usr/lib64/python2.7/unittest/re", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/re.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/remodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/re.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/re.pyc", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/types", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/types.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/typesmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/types.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/types.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/warnings", 0x7ffeb10e3e80) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/warnings.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/warningsmodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/warnings.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/warnings.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/unittest/suite", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/suite.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/suitemodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/suite.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=9809, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/suite.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=10538, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\246\0\0\0d\0"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=10538, ...}) = 0
31631 read(9,
"_\3\0}\3\0n\0\0x\260\0|\0\0D]\250\0}\4\0|\1\0j\4\0rH\0P"..., 4096) = 4096
31631 read(9, "lib64/python2.7/unittest/suite.p"..., 4096) = 2346
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/unittest/loader", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/loader.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/loadermodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/loader.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=13420, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/loader.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=11330, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\23\1\0\0d\0"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=11330, ...}) = 0
31631 read(9, "t\5\0\0\0partst\n\0\0\0parts_copyR0\0\0\0t\4"..., 4096) =
4096
31631 read(9, "est/loader.pyt\23\0\0\0_get_name_from"..., 4096) = 3138
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/fnmatch", 0x7ffeb10e3e80) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/fnmatch.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/fnmatchmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/fnmatch.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/fnmatch.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(8) = 0
31631 stat("/usr/lib64/python2.7/unittest/main", 0x7ffeb10e43f0) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/main.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/mainmodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/main.py", O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=9083, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/main.pyc", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=8011, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(9,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\224\0\0\0d\0"...,
4096) = 4096
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=8011, ...}) = 0
31631 read(9, "\0\0quietR\20\0\0\0t\5\0\0\0catchR\23\0\0\0t\7\0\0\0"...,
4096) = 3915
31631 read(9, "", 4096) = 0
31631 close(9) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/runner", 0x7ffeb10e3e70) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/runner.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/runnermodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/runner.py", O_RDONLY) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=6533, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/runner.pyc", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=7649, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(10,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\215\0\0\0d\0"...,
4096) = 4096
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=7649, ...}) = 0
31631 read(10,
"\0(\2\0\0\0R\4\0\0\0R\35\0\0\0(\0\0\0\0(\0\0\0\0s'\0\0\0/"..., 4096) = 3553
31631 read(10, "", 4096) = 0
31631 close(10) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/time", 0x7ffeb10e3900) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/time.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/timemodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/time.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/time.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/signals", 0x7ffeb10e3900) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signals.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signalsmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signals.py", O_RDONLY) = 10
31631 fstat(10, {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0
31631 open("/usr/lib64/python2.7/unittest/signals.pyc", O_RDONLY) = 11
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=2766, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(11,
"\3\363\r\n5\205'Uc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\201\0\0\0d\0"...,
4096) = 2766
31631 fstat(11, {st_mode=S_IFREG|0644, st_size=2766, ...}) = 0
31631 read(11, "", 4096) = 0
31631 close(11) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/unittest/signal", 0x7ffeb10e3390) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signal.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signalmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signal.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/signal.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/unittest/weakref", 0x7ffeb10e3390) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/weakref.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/weakrefmodule.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/weakref.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/unittest/weakref.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 close(10) = 0
31631 close(9) = 0
31631 close(8) = 0
31631 close(7) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/cairo",
0x7ffeb10e49b0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cairo.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cairomodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cairo.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/cairo.pyc",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 stat("/usr/libexec/qubes-appmenus/cairo", 0x7ffeb10e49b0) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cairo.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cairomodule.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cairo.py", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/libexec/qubes-appmenus/cairo.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/cairo", 0x7ffeb10e49b0) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/cairo.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/cairomodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
31631 open("/usr/lib64/python2.7/cairo.py", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 open("/usr/lib64/python2.7/cairo.pyc", O_RDONLY) = -1 ENOENT (No
such file or directory)
31631 stat("/usr/lib64/python2.7/plat-linux2/cairo", 0x7ffeb10e49b0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cairo.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cairomodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cairo.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/plat-linux2/cairo.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/lib-dynload/cairo", 0x7ffeb10e49b0) =
-1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/cairo.so", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/cairomodule.so", O_RDONLY)
= -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/cairo.py", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/lib-dynload/cairo.pyc", O_RDONLY) = -1
ENOENT (No such file or directory)
31631 stat("/usr/lib64/python2.7/site-packages/cairo",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/cairo/__init__.py",
{st_mode=S_IFREG|0644, st_size=21, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/cairo/__init__",
0x7ffeb10e4960) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/cairo/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/cairo/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/cairo/__init__.py",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=21, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/cairo/__init__.pyc",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=176, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(8,
"\3\363\r\n\323hjTc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\16\0\0\0d\0"...,
4096) = 176
31631 fstat(8, {st_mode=S_IFREG|0644, st_size=176, ...}) = 0
31631 read(8, "", 4096) = 0
31631 close(8) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/cairo",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/cairo",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/cairo/_cairo",
0x7ffeb10e43f0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/cairo/_cairo.so",
O_RDONLY) = 8
31631 fstat(8, {st_mode=S_IFREG|0755, st_size=112768, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/cairo/_cairo.so",
O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\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
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=112768, ...}) = 0
31631 mmap(NULL, 2204976, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b56366000
31631 mprotect(0x7f3b5637c000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5657b000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x15000) = 0x7f3b5657b000
31631 close(9) = 0
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 9
31631 fstat(9, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f3b6b828000
31631 close(9) = 0
31631 open("/lib64/libcairo.so.2", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2209\1\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=1229624, ...}) = 0
31631 mmap(NULL, 3305040, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b5603f000
31631 mprotect(0x7f3b56160000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b56360000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x121000) = 0x7f3b56360000
31631 mmap(0x7f3b56365000, 3664, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b56365000
31631 close(9) = 0
31631 open("/lib64/libpixman-1.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\245\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=702888, ...}) = 0
31631 mmap(NULL, 2790440, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b55d95000
31631 mprotect(0x7f3b55e37000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b56037000, 32768, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa2000) = 0x7f3b56037000
31631 close(9) = 0
31631 open("/lib64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300l\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=254992, ...}) = 0
31631 mmap(NULL, 2344552, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b55b58000
31631 mprotect(0x7f3b55b93000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b55d92000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3a000) = 0x7f3b55d92000
31631 close(9) = 0
31631 open("/lib64/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 9
31631 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
\323\0\0\0\0\0\0"..., 832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=686192, ...}) = 0
31631 mmap(NULL, 2770792, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b558b3000
31631 mprotect(0x7f3b55952000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b55b52000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x9f000) = 0x7f3b55b52000
31631 close(9) = 0
31631 open("/lib64/libEGL.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0l\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=172472, ...}) = 0
31631 mmap(NULL, 2265400, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b55689000
31631 mprotect(0x7f3b556b1000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b558b0000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x27000) = 0x7f3b558b0000
31631 mmap(0x7f3b558b2000, 312, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b558b2000
31631 close(9) = 0
31631 open("/lib64/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200V\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=211728, ...}) = 0
31631 mmap(NULL, 2303168, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b55456000
31631 mprotect(0x7f3b55488000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b55687000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x31000) = 0x7f3b55687000
31631 close(9) = 0
31631 open("/lib64/libxcb-shm.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\v\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=11136, ...}) = 0
31631 mmap(NULL, 2105432, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b55253000
31631 mprotect(0x7f3b55255000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b55454000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1000) = 0x7f3b55454000
31631 close(9) = 0
31631 open("/lib64/libxcb-render.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0206\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=39920, ...}) = 0
31631 mmap(NULL, 2134200, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b55049000
31631 mprotect(0x7f3b55052000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b55251000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x8000) = 0x7f3b55251000
31631 close(9) = 0
31631 open("/lib64/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\232\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=135192, ...}) = 0
31631 mmap(NULL, 2229096, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b54e28000
31631 mprotect(0x7f3b54e48000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b55047000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1f000) = 0x7f3b55047000
31631 close(9) = 0
31631 open("/lib64/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\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
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=40488, ...}) = 0
31631 mmap(NULL, 2134664, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b54c1e000
31631 mprotect(0x7f3b54c27000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b54e26000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x8000) = 0x7f3b54e26000
31631 close(9) = 0
31631 open("/lib64/libX11.so.6", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\337\1\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=1310056, ...}) = 0
31631 mmap(NULL, 3399168, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b548e0000
31631 mprotect(0x7f3b54a18000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b54c18000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x138000) = 0x7f3b54c18000
31631 close(9) = 0
31631 open("/lib64/libXext.so.6", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\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\0"..., 832)
= 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=74752, ...}) = 0
31631 mmap(NULL, 2169112, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b546ce000
31631 mprotect(0x7f3b546df000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b548de000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x10000) = 0x7f3b548de000
31631 close(9) = 0
31631 open("/lib64/libGL.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\222\1\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=613264, ...}) = 0
31631 mmap(NULL, 2700048, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b5443a000
31631 mprotect(0x7f3b544ca000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b546c9000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x8f000) = 0x7f3b546c9000
31631 mmap(0x7f3b546cd000, 784, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b546cd000
31631 close(9) = 0
31631 open("/lib64/libX11-xcb.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\6\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=6808, ...}) = 0
31631 mmap(NULL, 2101296, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b54238000
31631 mprotect(0x7f3b54239000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b54438000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0) = 0x7f3b54438000
31631 close(9) = 0
31631 open("/lib64/libxcb-dri2.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\31\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=19352, ...}) = 0
31631 mmap(NULL, 2113640, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b54033000
31631 mprotect(0x7f3b54037000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b54236000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3000) = 0x7f3b54236000
31631 close(9) = 0
31631 open("/lib64/libxcb-xfixes.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20&\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=27544, ...}) = 0
31631 mmap(NULL, 2121832, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b53e2c000
31631 mprotect(0x7f3b53e32000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b54031000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x5000) = 0x7f3b54031000
31631 close(9) = 0
31631 open("/lib64/libxcb-shape.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
\20\0\0\0\0\0\0"..., 832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=15240, ...}) = 0
31631 mmap(NULL, 2109528, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b53c28000
31631 mprotect(0x7f3b53c2b000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b53e2a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2000) = 0x7f3b53e2a000
31631 close(9) = 0
31631 open("/lib64/libgbm.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\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
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=58200, ...}) = 0
31631 mmap(NULL, 2151856, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b53a1a000
31631 mprotect(0x7f3b53a27000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b53c26000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xc000) = 0x7f3b53c26000
31631 close(9) = 0
31631 open("/lib64/libwayland-client.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000I\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=53976, ...}) = 0
31631 mmap(NULL, 2147656, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b5380d000
31631 mprotect(0x7f3b53818000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b53a17000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa000) = 0x7f3b53a17000
31631 close(9) = 0
31631 open("/lib64/libwayland-server.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0PY\0\0\0\0\0\0"..., 832)
= 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=66696, ...}) = 0
31631 mmap(NULL, 2160216, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b535fd000
31631 mprotect(0x7f3b5360b000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5380a000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xd000) = 0x7f3b5380a000
31631 close(9) = 0
31631 open("/lib64/libglapi.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
\231\0\0\0\0\0\0"..., 832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=173704, ...}) = 0
31631 mmap(NULL, 2267592, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b533d3000
31631 mprotect(0x7f3b533f8000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b535f8000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x25000) = 0x7f3b535f8000
31631 mmap(0x7f3b535fc000, 2504, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3b535fc000
31631 close(9) = 0
31631 open("/lib64/libdrm.so.2", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0202\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
31631 mmap(NULL, 2145168, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b531c7000
31631 mprotect(0x7f3b531d2000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b533d1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa000) = 0x7f3b533d1000
31631 close(9) = 0
31631 open("/lib64/libXau.so.6", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\16\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=15416, ...}) = 0
31631 mmap(NULL, 2109736, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b52fc3000
31631 mprotect(0x7f3b52fc5000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b531c5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2000) = 0x7f3b531c5000
31631 close(9) = 0
31631 open("/lib64/libXdamage.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\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
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=11160, ...}) = 0
31631 mmap(NULL, 2105528, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b52dc0000
31631 mprotect(0x7f3b52dc2000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b52fc1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1000) = 0x7f3b52fc1000
31631 close(9) = 0
31631 open("/lib64/libXfixes.so.3", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\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
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=23552, ...}) = 0
31631 mmap(NULL, 2117912, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b52bba000
31631 mprotect(0x7f3b52bbf000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b52dbe000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x4000) = 0x7f3b52dbe000
31631 close(9) = 0
31631 open("/lib64/libxcb-glx.so.0", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\240\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=105360, ...}) = 0
31631 mmap(NULL, 2199640, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b529a0000
31631 mprotect(0x7f3b529b7000, 2097152, PROT_NONE) = 0
31631 mmap(0x7f3b52bb7000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x17000) = 0x7f3b52bb7000
31631 close(9) = 0
31631 open("/lib64/libXxf86vm.so.1", O_RDONLY|O_CLOEXEC) = 9
31631 read(9,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\20\0\0\0\0\0\0"...,
832) = 832
31631 fstat(9, {st_mode=S_IFREG|0755, st_size=23656, ...}) = 0
31631 mmap(NULL, 2117960, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f3b5279a000
31631 mprotect(0x7f3b5279f000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b5299e000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x4000) = 0x7f3b5299e000
31631 close(9) = 0
31631 mprotect(0x7f3b531c5000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b55047000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b54c18000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b548de000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b5299e000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b52bb7000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b52dbe000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b52fc1000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b533d1000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b535f8000, 12288, PROT_READ) = 0
31631 mprotect(0x7f3b5380a000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b53a17000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b53c26000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b53e2a000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b54031000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b54236000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b54438000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b546c9000, 12288, PROT_READ) = 0
31631 mprotect(0x7f3b54e26000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b55251000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b55454000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b55687000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b558b0000, 4096, PROT_READ) = 0
31631 mprotect(0x7f3b55b52000, 20480, PROT_READ) = 0
31631 mprotect(0x7f3b55d92000, 8192, PROT_READ) = 0
31631 mprotect(0x7f3b56037000, 28672, PROT_READ) = 0
31631 mprotect(0x7f3b56360000, 12288, PROT_READ) = 0
31631 mprotect(0x7f3b5657b000, 4096, PROT_READ) = 0
31631 munmap(0x7f3b6b828000, 65167) = 0
31631 close(8) = 0
31631 close(7) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/settings",
0x7ffeb10e5430) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/settings.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/settingsmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/settings.py",
O_RDONLY) = 4
31631 fstat(4, {st_mode=S_IFREG|0644, st_size=203, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/settings.pyc",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=498, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(5,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\2\0\0\0@@\0\0s-\0\0\0d\0"...,
4096) = 498
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=498, ...}) = 0
31631 read(5, "", 4096) = 0
31631 close(5) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/storage",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631
stat("/usr/lib64/python2.7/site-packages/qubes/storage/__init__.py",
{st_mode=S_IFREG|0644, st_size=7578, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/storage/__init__",
0x7ffeb10e4e70) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/storage/__init__.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/storage/__init__module.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/storage/__init__.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=7578, ...}) = 0
31631
open("/usr/lib64/python2.7/site-packages/qubes/storage/__init__.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=7074, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@@\0\0s\252\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=7074, ...}) = 0
31631 read(7,
"(\v\0\0\0R2\0\0\0R3\0\0\0R\36\0\0\0R\r\0\0\0R\16\0\0\0R4"..., 4096) = 2978
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(5) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/storage",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/storage",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
31631 stat("/usr/lib64/python2.7/site-packages/qubes/storage/xen",
0x7ffeb10e4ec0) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/storage/xen.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631
open("/usr/lib64/python2.7/site-packages/qubes/storage/xenmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
31631 open("/usr/lib64/python2.7/site-packages/qubes/storage/xen.py",
O_RDONLY) = 5
31631 fstat(5, {st_mode=S_IFREG|0644, st_size=9310, ...}) = 0
31631 open("/usr/lib64/python2.7/site-packages/qubes/storage/xen.pyc",
O_RDONLY) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=7148, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7,
"\3\363\r\n\277\4\243Uc\0\0\0\0\0\0\0\0\3\0\0\0@@\0\0s\214\0\0\0d\0"...,
4096) = 4096
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=7148, ...}) = 0
31631 read(7, "\0\0\0f_root(\0\0\0\0(\0\0\0\0s7\0\0\0/usr/lib"..., 4096)
= 3052
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 close(5) = 0
31631 close(4) = 0
31631 close(3) = 0
31631 stat("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5a60) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo",
0x7ffeb10e5a60) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo",
0x7ffeb10e5a60) = -1 ENOENT (No such file or directory)
31631 stat("/usr/share/locale/en/LC_MESSAGES/messages.mo",
0x7ffeb10e5a60) = -1 ENOENT (No such file or directory)
31631 geteuid() = 1000
31631 open("/var/lib/qubes/qubes.xml", O_RDONLY) = 3
31631 fstat(3, {st_mode=S_IFREG|0660, st_size=15020, ...}) = 0
31631 fcntl(3, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0,
len=0}) = 0
31631 fstat(3, {st_mode=S_IFREG|0660, st_size=15020, ...}) = 0
31631 stat("/var/lib/qubes/qubes.xml", {st_mode=S_IFREG|0660,
st_size=15020, ...}) = 0
31631 fstat(3, {st_mode=S_IFREG|0660, st_size=15020, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 lseek(3, 0, SEEK_SET) = 0
31631 read(3, "<QubesVmCollection clockvm=\"2\" d"..., 4096) = 4096
31631 read(3, "l=\"True\" uses_default_kernelopts"..., 4096) = 4096
31631 brk(0) = 0x1c2a000
31631 brk(0x1c4b000) = 0x1c4b000
31631 read(3, "set=\"True\" pcidevs=\"[]\" qid=\"11\""..., 4096) = 4096
31631 read(3, "pvm_netvm=\"16\" firewall_conf=\"fi"..., 4096) = 2732
31631 read(3, "", 4096) = 0
31631 read(3, "", 4096) = 0
31631 brk(0) = 0x1c4b000
31631 brk(0x1c6c000) = 0x1c6c000
31631 brk(0) = 0x1c6c000
31631 brk(0x1c8e000) = 0x1c8e000
31631 brk(0) = 0x1c8e000
31631 brk(0x1cd9000) = 0x1cd9000
31631 close(3) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0660,
st_size=0, ...}) = 0
31631 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
31631 fcntl(3, F_GETFD) = 0
31631 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
31631 connect(3, {sa_family=AF_LOCAL,
sun_path="/var/run/xenstored/socket"}, 110) = 0
31631 pipe2([4, 5], O_NONBLOCK|O_CLOEXEC) = 0
31631 futex(0x7f3b5e454cb8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 futex(0x7f3b5e455158, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 geteuid() = 1000
31631 geteuid() = 1000
31631 socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7
31631 connect(7, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
31631 close(7) = 0
31631 socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 7
31631 connect(7, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
31631 close(7) = 0
31631 open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=1702, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1702
31631 read(7, "", 4096) = 0
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f3b6b828000
31631 close(7) = 0
31631 open("/lib64/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 7
31631 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
31631 fstat(7, {st_mode=S_IFREG|0755, st_size=57976, ...}) = 0
31631 mmap(NULL, 2144360, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f3b5258e000
31631 mprotect(0x7f3b52599000, 2093056, PROT_NONE) = 0
31631 mmap(0x7f3b52798000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7f3b52798000
31631 close(7) = 0
31631 mprotect(0x7f3b52798000, 4096, PROT_READ) = 0
31631 munmap(0x7f3b6b828000, 65167) = 0
31631 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 7
31631 fstat(7, {st_mode=S_IFREG|0644, st_size=1218, ...}) = 0
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f3b6b8c7000
31631 read(7, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1218
31631 close(7) = 0
31631 munmap(0x7f3b6b8c7000, 4096) = 0
31631 access("/home/mach/.config/libvirt/libvirt.conf", F_OK) = -1
ENOENT (No such file or directory)
31631 getuid() = 1000
31631 geteuid() = 1000
31631 socket(PF_LOCAL, SOCK_STREAM, 0) = 7
31631 connect(7, {sa_family=AF_LOCAL,
sun_path="/var/run/libvirt/libvirt-sock"}, 110) = 0
31631 getsockname(7, {sa_family=AF_LOCAL, NULL}, [2]) = 0
31631 futex(0x7f3b5e4b61a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 fcntl(7, F_GETFD) = 0
31631 fcntl(7, F_SETFD, FD_CLOEXEC) = 0
31631 fcntl(7, F_GETFL) = 0x2 (flags O_RDWR)
31631 fcntl(7, F_SETFL, O_RDWR|O_NONBLOCK) = 0
31631 futex(0x7f3b5e4b60b8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 pipe2([8, 9], O_CLOEXEC) = 0
31631 futex(0x7f3b5e4b6168, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 futex(0x7f3b5e4b60d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0\34
\0\200\206\0\0\0\1\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\0", 28) = 28
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0$", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0B\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0", 32) = 32
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0
\0\200\206\0\0\0\1\0\0\0<\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\n", 32) = 32
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0 ", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0<\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\1", 28) = 28
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0000
\0\200\206\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\1"..., 48) = 48
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0\34", 4) = 4
31631 read(7, " \0\200\206\0\0\0\1\0\0\0\1\0\0\0\1\0\0\0\2\0\0\0\0", 24)
= 24
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0
\0\200\206\0\0\0\1\0\0\0<\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\16", 32) = 32
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0 ", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0<\0\0\0\1\0\0\0\3\0\0\0\0\0\0\0\1", 28) = 28
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0,
\0\200\206\0\0\0\1\0\0\0\30\0\0\0\0\0\0\0\4\0\0\0\0\356>\244\264"...,
44) = 44
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0L", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0\30\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\26whon"...,
72) = 72
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0L
\0\200\206\0\0\0\1\0\0\0\226\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0\26"..., 76) = 76
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0 ", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0\226\0\0\0\1\0\0\0\5\0\0\0\0\0\0\0\1", 28) = 28
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0L
\0\200\206\0\0\0\1\0\0\0\226\0\0\0\0\0\0\0\6\0\0\0\0\0\0\0\26"..., 76) = 76
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0 ", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0\226\0\0\0\1\0\0\0\6\0\0\0\0\0\0\0\1", 28) = 28
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLOUT}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLOUT}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 write(7, "\0\0\0P
\0\200\206\0\0\0\1\0\0\0\324\0\0\0\0\0\0\0\7\0\0\0\0\0\0\0\26"..., 80) = 80
31631 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
31631 poll([{fd=7, events=POLLIN}, {fd=8, events=POLLIN}], 2,
4294967295) = 1 ([{fd=7, revents=POLLIN}])
31631 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
31631 read(7, "\0\0\0$", 4) = 4
31631 read(7, "
\0\200\206\0\0\0\1\0\0\0\324\0\0\0\1\0\0\0\7\0\0\0\0\0\0\0\1\0\0\0\5",
32) = 32
31631 stat("/var/run/qubes/qrexec.whonix-gw-experimental",
{st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
31631 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
31631 open("/dev/null", O_RDWR|O_CREAT|O_TRUNC, 0666) = 10
31631 fstat(10, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0
31631 pipe([11, 12]) = 0
31631 fcntl(11, F_GETFD) = 0
31631 fcntl(11, F_SETFD, FD_CLOEXEC) = 0
31631 fcntl(12, F_GETFD) = 0
31631 fcntl(12, F_SETFD, FD_CLOEXEC) = 0
31631 pipe([13, 14]) = 0
31631 fcntl(13, F_GETFD) = 0
31631 fcntl(13, F_SETFD, FD_CLOEXEC) = 0
31631 fcntl(14, F_GETFD) = 0
31631 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
31631 pipe([15, 16]) = 0
31631 fcntl(15, F_GETFD) = 0
31631 fcntl(15, F_SETFD, FD_CLOEXEC) = 0
31631 fcntl(16, F_GETFD) = 0
31631 fcntl(16, F_SETFD, FD_CLOEXEC) = 0
31631 clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f3b6b8baa10) = 31636
31636 set_robust_list(0x7f3b6b8baa20, 24) = 0
31631 close(16) = 0
31631 mmap(NULL, 1052672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3b5248d000
31631 read(15, <unfinished ...>
31636 close(12) = 0
31636 close(13) = 0
31636 close(15) = 0
31636 dup2(11, 0) = 0
31636 dup2(14, 1) = 1
31636 dup2(10, 2) = 2
31636 close(11) = 0
31636 close(14) = 0
31636 close(10) = 0
31636 execve("/usr/lib/qubes/qrexec-client",
["/usr/lib/qubes/qrexec-client", "-d", "whonix-gw-experimental",
"user:QUBESRPC qubes.GetAppmenus "..., "-T"], [/* 57 vars */]
<unfinished ...>
31631 <... read resumed> "", 1048576) = 0
31631 mremap(0x7f3b5248d000, 1052672, 4096, MREMAP_MAYMOVE) = 0x7f3b5248d000
31636 <... execve resumed> ) = 0
31631 close(11) = 0
31636 brk(0 <unfinished ...>
31631 close(14) = 0
31636 <... brk resumed> ) = 0x7f84ef756000
31631 close(15) = 0
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
31631 munmap(0x7f3b5248d000, 4096) = 0
31636 <... mmap resumed> ) = 0x7f84edde6000
31631 fcntl(12, F_GETFL <unfinished ...>
31636 access("/etc/ld.so.preload", R_OK <unfinished ...>
31631 <... fcntl resumed> ) = 0x1 (flags O_WRONLY)
31631 fstat(12, <unfinished ...>
31636 <... access resumed> ) = -1 ENOENT (No such file or
directory)
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31636 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC <unfinished ...>
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
31636 <... open resumed> ) = 3
31631 <... mmap resumed> ) = 0x7f3b6b8c7000
31636 fstat(3, <unfinished ...>
31631 lseek(12, 0, SEEK_CUR <unfinished ...>
31636 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=65167, ...}) = 0
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31636 mmap(NULL, 65167, PROT_READ, MAP_PRIVATE, 3, 0 <unfinished ...>
31631 fstat(12, <unfinished ...>
31636 <... mmap resumed> ) = 0x7f84eddd6000
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31636 close(3 <unfinished ...>
31631 munmap(0x7f3b6b8c7000, 4096 <unfinished ...>
31636 <... close resumed> ) = 0
31631 <... munmap resumed> ) = 0
31631 fcntl(13, F_GETFL <unfinished ...>
31636 open("/lib64/libvchan-xen.so", O_RDONLY|O_CLOEXEC <unfinished ...>
31631 <... fcntl resumed> ) = 0 (flags O_RDONLY)
31636 <... open resumed> ) = 3
31631 fstat(13, <unfinished ...>
31636 read(3, <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31636 <... read resumed>
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\22\0\0\0\0\0\0"...,
832) = 832
31631 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
31636 fstat(3, <unfinished ...>
31631 <... mmap resumed> ) = 0x7f3b6b8c7000
31636 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=15392, ...}) = 0
31631 lseek(13, 0, SEEK_CUR <unfinished ...>
31636 mmap(NULL, 2109760, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0 <unfinished ...>
31631 <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
31636 <... mmap resumed> ) = 0x7f84ed7be000
31631 fstat(13, <unfinished ...>
31636 mprotect(0x7f84ed7c0000, 2097152, PROT_NONE <unfinished ...>
31631 <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
31631 munmap(0x7f3b6b8c7000, 4096 <unfinished ...>
31636 <... mprotect resumed> ) = 0
31631 <... munmap resumed> ) = 0
31636 mmap(0x7f84ed9c0000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f84ed9c0000
31631 close(10) = 0
31636 close(3) = 0
31631 read(13, <unfinished ...>
31636 open("/lib64/libxenvchan.so.1.0", O_RDONLY|O_CLOEXEC) = 3
31636 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\24\0\0\0\0\0\0"...,
832) = 832
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=15432, ...}) = 0
31636 mmap(NULL, 2109784, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ed5ba000
31636 mprotect(0x7f84ed5bd000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ed7bc000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f84ed7bc000
31636 close(3) = 0
31636 open("/lib64/libqrexec-utils.so.1", O_RDONLY|O_CLOEXEC) = 3
31636 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\23\0\0\0\0\0\0"...,
832) = 832
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f84eddd5000
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=15440, ...}) = 0
31636 mmap(NULL, 2109792, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ed3b6000
31636 mprotect(0x7f84ed3b9000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ed5b8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f84ed5b8000
31636 close(3) = 0
31636 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
31636 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\2\0\0\0\0\0"...,
832) = 832
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=2093096, ...}) = 0
31636 mmap(NULL, 3920480, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ecff8000
31636 mprotect(0x7f84ed1ac000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ed3ab000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b3000) = 0x7f84ed3ab000
31636 mmap(0x7f84ed3b1000, 16992, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f84ed3b1000
31636 close(3) = 0
31636 open("/lib64/libxenstore.so.3.0", O_RDONLY|O_CLOEXEC) = 3
31636 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
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=28288, ...}) = 0
31636 mmap(NULL, 2134600, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ecdee000
31636 mprotect(0x7f84ecdf4000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ecff3000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f84ecff3000
31636 mmap(0x7f84ecff5000, 8776, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f84ecff5000
31636 close(3) = 0
31636 open("/lib64/libxenctrl.so.4.4", O_RDONLY|O_CLOEXEC) = 3
31636 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220o\0\0\0\0\0\0"...,
832) = 832
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=160880, ...}) = 0
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f84eddd4000
31636 mmap(NULL, 2254568, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ecbc7000
31636 mprotect(0x7f84ecbed000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ecdec000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f84ecdec000
31636 close(3) = 0
31636 open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
31636 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220m\0\0\0\0\0\0"...,
832) = 832
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=147496, ...}) = 0
31636 mmap(NULL, 2213104, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ec9aa000
31636 mprotect(0x7f84ec9c2000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ecbc1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f84ecbc1000
31636 mmap(0x7f84ecbc3000, 13552, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f84ecbc3000
31636 close(3) = 0
31636 open("/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
31636 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
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0
31636 mmap(NULL, 2184192, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ec794000
31636 mprotect(0x7f84ec7a9000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ec9a8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f84ec9a8000
31636 close(3) = 0
31636 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
31636 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
31636 fstat(3, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f84eddd3000
31636 mmap(NULL, 2109744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f84ec590000
31636 mprotect(0x7f84ec593000, 2093056, PROT_NONE) = 0
31636 mmap(0x7f84ec792000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f84ec792000
31636 close(3) = 0
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f84eddd2000
31636 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f84eddd0000
31636 arch_prctl(ARCH_SET_FS, 0x7f84eddd0740) = 0
31636 mprotect(0x7f84ed3ab000, 16384, PROT_READ) = 0
31636 mprotect(0x7f84ec792000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ec9a8000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ecbc1000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ecdec000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ecff3000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ed5b8000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ed7bc000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84ed9c0000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84edde7000, 4096, PROT_READ) = 0
31636 mprotect(0x7f84edbe1000, 4096, PROT_READ) = 0
31636 munmap(0x7f84eddd6000, 65167) = 0
31636 set_tid_address(0x7f84eddd0a10) = 31636
31636 set_robust_list(0x7f84eddd0a20, 24) = 0
31636 rt_sigaction(SIGRTMIN, {0x7f84ec9b0880, [],
SA_RESTORER|SA_SIGINFO, 0x7f84ec9b96d0}, NULL, 8) = 0
31636 rt_sigaction(SIGRT_1, {0x7f84ec9b0910, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f84ec9b96d0}, NULL, 8) = 0
31636 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
31636 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
31636 brk(0) = 0x7f84ef756000
31636 brk(0x7f84ef777000) = 0x7f84ef777000
31636 brk(0) = 0x7f84ef777000
31636 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
31636 connect(3, {sa_family=AF_LOCAL,
sun_path="/var/run/qubes/qrexec.whonix-gw-experimental"}, 46) = 0
31636 read(3, "\0\3\0\0\4\0\0\0", 8) = 8
31636 fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
31636 read(3, "\2\0\0\0", 4) = 4
31636 fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
31636 write(3, "\0\3\0\0\4\0\0\0", 8) = 8
31636 write(3, "\2\0\0\0", 4) = 4
31636 write(3, "\0\2\0\0-\0\0\0", 8) = 8
31636 write(3, "\0\0\0\0\0\0\0\0", 8) = 8
31636 write(3, "user:QUBESRPC qubes.GetAppmenus "..., 37) = 37
31636 read(3, "\0\2\0\0\10\0\0\0", 8) = 8
31636 fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
31636 read(3, "\16\0\0\0\2\2\0\0", 8) = 8
31636 fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
31636 close(3) = 0
31636 ioctl(2, TCGETS, 0x7ffcd7596f90) = -1 ENOTTY (Inappropriate ioctl
for device)
31636 open("/dev/xen/gntalloc", O_RDWR) = 3
31636 ioctl(2, TCGETS, 0x7ffcd7596f90) = -1 ENOTTY (Inappropriate ioctl
for device)
31636 open("/dev/xen/evtchn", O_RDWR) = 4
31636 ioctl(4, IOCTL_EVTCHN_BIND_UNBOUND_PORT, 0x7ffcd7597560) = 157
31636 write(4, "\235\0\0\0", 4) = 4
31636 ioctl(3, _IOC(0, 0x47, 0x05, 0x18), 0x7f84ef756d10) = 0
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) =
0x7f84edde5000
31636 ioctl(3, _IOC(0, 0x47, 0x07, 0x10), 0x7ffcd7597500) = 0
31636 ioctl(3, _IOC(0, 0x47, 0x06, 0x10), 0x7ffcd7597510) = 0
31636 ioctl(3, _IOC(0, 0x47, 0x05, 0x18), 0x7f84ef756d40) = 0
31636 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0x1000) =
0x7f84eddc0000
31636 ioctl(3, _IOC(0, 0x47, 0x06, 0x10), 0x7ffcd7597510) = 0
31636 ioctl(3, _IOC(0, 0x47, 0x05, 0x18), 0x7f84ef756d40) = 0
31636 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0x11000) =
0x7f84eddb0000
31636 ioctl(3, _IOC(0, 0x47, 0x06, 0x10), 0x7ffcd7597510) = 0
31636 stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0660,
st_size=0, ...}) = 0
31636 socket(PF_LOCAL, SOCK_STREAM, 0) = 5
31636 fcntl(5, F_GETFD) = 0
31636 fcntl(5, F_SETFD, FD_CLOEXEC) = 0
31636 connect(5, {sa_family=AF_LOCAL,
sun_path="/var/run/xenstored/socket"}, 110) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], 0}, 8) = 0
31636 write(5, "\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0", 16) = 16
31636 write(5, "domid\0", 6) = 6
31636 read(5, "\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
31636 read(5, "0", 1) = 1
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0}, 8) = 0
31636 write(5, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
31636 write(5, "\0", 1) = 1
31636 read(5, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
31636 read(5, "1\0", 2) = 2
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0}, 8) = 0
31636 write(5, "\v\0\0\0\0\0\0\0\1\0\0\0\36\0\0\0", 16) = 16
31636 write(5, "data/vchan/14/514/ring-ref\0", 27) = 27
31636 write(5, "388", 3) = 3
31636 read(5, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
31636 read(5, "OK\0", 3) = 3
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0}, 8) = 0
31636 write(5, "\16\0\0\0\0\0\0\0\1\0\0\0\"\0\0\0", 16) = 16
31636 write(5, "data/vchan/14/514/ring-ref\0", 27) = 27
31636 write(5, "n0\0", 3) = 3
31636 write(5, "r14\0", 4) = 4
31636 read(5, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
31636 read(5, "OK\0", 3) = 3
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0}, 8) = 0
31636 write(5, "\v\0\0\0\0\0\0\0\1\0\0\0#\0\0\0", 16) = 16
31636 write(5, "data/vchan/14/514/event-channel\0", 32) = 32
31636 write(5, "157", 3) = 3
31636 read(5, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
31636 read(5, "OK\0", 3) = 3
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0}, 8) = 0
31636 write(5, "\16\0\0\0\0\0\0\0\1\0\0\0'\0\0\0", 16) = 16
31636 write(5, "data/vchan/14/514/event-channel\0", 32) = 32
31636 write(5, "n0\0", 3) = 3
31636 write(5, "r14\0", 4) = 4
31636 read(5, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
31636 read(5, "OK\0", 3) = 3
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
{SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0}, 8) = 0
31636 write(5, "\7\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0", 16) = 16
31636 write(5, "T\0", 2) = 2
31636 read(5, "\7\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
31636 read(5, "OK\0", 3) = 3
31636 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f84ed02d8f0},
NULL, 8) = 0
31636 close(5) = 0
31636 ioctl(2, TCGETS, 0x7ffcd7597080) = -1 ENOTTY (Inappropriate ioctl
for device)
31636 open("/proc/xen/privcmd", O_RDWR) = 5
31636 fcntl(5, F_GETFD) = 0
31636 fcntl(5, F_SETFD, FD_CLOEXEC) = 0
31636 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7f84edde4000
31636 madvise(0x7f84edde4000, 4096, MADV_DONTFORK) = 0
31636 ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffcd75976e0) = -1 EINVAL
(Invalid argument)
31636 select(5, [4], NULL, NULL, {10, 0}) = 0 (Timeout)
31636 ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffcd7597650) = -1 EINVAL
(Invalid argument)
31636 select(5, [4], NULL, NULL, {10, 0}) = 0 (Timeout)
31636 ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffcd7597650) = -1 EINVAL
(Invalid argument)
31636 select(5, [4], NULL, NULL, {10, 0}) = 0 (Timeout)
31636 ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffcd7597650) = -1 EINVAL
(Invalid argument)
31636 select(5, [4], NULL, NULL, {10, 0}

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 6:25:05 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Sure thing. I'm trying to find out if the bug I've found is really the
one we're hunting here, or just another one ;)

> > The simple check for that would be to call qvm-sync-appmenus on that
> > (template) VM. If there is any message "Failed to get icon", *other than
> > "No icon received"*, I think we've found what is wrong here.
>
> Running in dom0 on that template VM:
>
> qvm-sync-appmenus whonix-gw-experimental
>
> ...showed no output. strace attached. [1]
>
> But I didn't manually break qubes-trigger-sync-appmenus.sh in the VM yet
> nor rebooted anything. Would that time to do that be now?

Hmm, above qvm-sync-appmenus shouldn't hang, it should be totally
separate. Can you attach strace to qrexec-fork-server inside the VM
(strace -f -p PID) and call qvm-sync-appmenus again?

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxTA1AAoJENuP0xzK19csbQAH+gLraI9bVR/4g4njKQHkUxhh
377eGH5Jpbn9jqaODB5O95eOE+ktnkYuspIEEvp/3MOpYmOAf7gYzgjhYKuCKHgS
CCQKVAXCbQW2DnnAjFGjjKDrXk95sL9NCRicra93sZyAAlxznWNbk4HXr2ZuF4pT
mvz9WtMdV1MvvuiwMRp9P0kts2psq3rBAAAK43FewUImh2Z84DIUEKEFesAnjPdC
t0YgO5JWNb3PMNmVDitgRytlEqS4dkM/njYaVC83BXyjoiGSWCBb+r1gYLQv8wnJ
tsolCc6ymWuiQOd2x/HoBvFF/CabRZhGHuhrVdoW0f3BpuP/ZHFVWtQrQc38obs=
=+Ou8
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 7, 2015, 6:40:41 PM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
user@host:~$ sudo strace -f -p 2257
Process 2257 attached - interrupt to quit
accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4
read(4, "\0\2\0\0\0\0\0\0\2\2\0\0 \0\0\0", 16) = 16
fcntl(4, F_GETFL) = 0x2 (flags O_RDWR)
read(4, "QUBESRPC qubes.GetAppmenus dom0\0", 32) = 32
fcntl(4, F_GETFL) = 0x2 (flags O_RDWR)
clone(Process 23433 attached
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f2b04dd39d0) = 23433
[pid 2257] close(4) = 0
[pid 2257] accept(3, <unfinished ...>
[pid 23433] ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7ffd3b997310) = -1
ENOTTY (Inappropriate ioctl for device)
[pid 23433] open("/proc/xen/privcmd", O_RDWR) = 5
[pid 23433] fcntl(5, F_GETFD) = 0
[pid 23433] fcntl(5, F_SETFD, FD_CLOEXEC) = 0
[pid 23433] stat("/var/run/xenstored/socket", 0x7ffd3b9977b0) = -1
ENOENT (No such file or directory)
[pid 23433] stat("/dev/xen/xenbus", {st_mode=S_IFCHR|S_ISVTX|0660,
st_rdev=makedev(10, 62), ...}) = 0
[pid 23433] open("/dev/xen/xenbus", O_RDWR) = 6
[pid 23433] rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
[pid 23433] mmap(NULL, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f2b04de5000
[pid 23433] mprotect(0x7f2b04de5000, 4096, PROT_NONE) = 0
[pid 23433] clone(Process 23434 attached
child_stack=0x7f2b04de7ff0,
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
parent_tidptr=0x7f2b04de89d0, tls=0x7f2b04de8700,
child_tidptr=0x7f2b04de89d0) = 23434
[pid 23433] rt_sigprocmask(SIG_SETMASK, [], <unfinished ...>
[pid 23434] set_robust_list(0x7f2b04de89e0, 0x18 <unfinished ...>
[pid 23433] <... rt_sigprocmask resumed> NULL, 8) = 0
[pid 23434] <... set_robust_list resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER,
0x7f2b040631e0}, {SIG_DFL, [], 0}, 8) = 0
[pid 23433] write(6, "\4\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0", 16) = 16
[pid 23433] write(6, "domid\0", 6) = 6
[pid 23433] write(6, "domid\0", 6) = 6
[pid 23434] <... read resumed> "\4\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
[pid 23433] futex(0x7f2b061a767c, FUTEX_WAIT_PRIVATE, 1, NULL
<unfinished ...>
[pid 23434] read(6, "OK\0", 3) = 3
[pid 23434] futex(0x7f2b061a767c, FUTEX_WAKE_OP_PRIVATE, 1, 1,
0x7f2b061a7678, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
[pid 23433] <... futex resumed> ) = 0
[pid 23433] futex(0x7f2b061a7650, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 23434] read(6, <unfinished ...>
[pid 23433] <... futex resumed> ) = 0
[pid 23434] <... read resumed>
"\17\0\0\0\377\377\377\377o\235r\201\f\0\0\0", 16) = 16
[pid 23433] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER,
0x7f2b040631e0}, <unfinished ...>
[pid 23434] read(6, <unfinished ...>
[pid 23433] <... rt_sigaction resumed> NULL, 8) = 0
[pid 23434] <... read resumed> "domid\0domid\0", 12) = 12
[pid 23433] rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER,
0x7f2b040631e0}, <unfinished ...>
[pid 23434] read(6, <unfinished ...>
[pid 23433] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER,
0x7f2b040631e0}, 8) = 0
[pid 23433] write(6, "\4\0\0\0\0\0\0\0\0\0\0\0\27\0\0\0", 16) = 16
[pid 23433] write(6, "@releaseDomain\0", 15) = 15
[pid 23433] write(6, "release\0", 8) = 8
[pid 23434] <... read resumed> "\4\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
[pid 23433] futex(0x7f2b061a767c, FUTEX_WAIT_PRIVATE, 3, NULL
<unfinished ...>
[pid 23434] read(6, "OK\0", 3) = 3
[pid 23434] futex(0x7f2b061a767c, FUTEX_WAKE_OP_PRIVATE, 1, 1,
0x7f2b061a7678, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
[pid 23433] <... futex resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] futex(0x7f2b061a7650, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 23434] <... read resumed>
"\17\0\0\0\377\377\377\377o\235r\201\27\0\0\0", 16) = 16
[pid 23433] <... futex resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER,
0x7f2b040631e0}, <unfinished ...>
[pid 23434] <... read resumed> "@releaseDomain\0release\0", 23) = 23
[pid 23433] <... rt_sigaction resumed> NULL, 8) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER,
0x7f2b040631e0}, {SIG_DFL, [], SA_RESTORER, 0x7f2b040631e0}, 8) = 0
[pid 23433] write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0", 16) = 16
[pid 23433] write(6, "domid\0", 6) = 6
[pid 23434] <... read resumed> "\2\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
[pid 23433] futex(0x7f2b061a767c, FUTEX_WAIT_PRIVATE, 5, NULL
<unfinished ...>
[pid 23434] read(6, "14", 2) = 2
[pid 23434] futex(0x7f2b061a767c, FUTEX_WAKE_OP_PRIVATE, 1, 1,
0x7f2b061a7678, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
[pid 23433] <... futex resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] futex(0x7f2b061a7650, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 23433] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER,
0x7f2b040631e0}, NULL, 8) = 0
[pid 23433] rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER,
0x7f2b040631e0}, {SIG_DFL, [], SA_RESTORER, 0x7f2b040631e0}, 8) = 0
[pid 23433] write(6, "\4\0\0\0\0\0\0\0\0\0\0\0`\0\0\0", 16) = 16
[pid 23433] write(6, "/local/domain/0/data/vchan/14/51"..., 48) = 48
[pid 23433] write(6, "/local/domain/0/data/vchan/14/51"..., 48
<unfinished ...>
[pid 23434] <... read resumed> "\4\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
[pid 23433] <... write resumed> ) = 48
[pid 23434] read(6, <unfinished ...>
[pid 23433] futex(0x7f2b061a767c, FUTEX_WAIT_PRIVATE, 7, NULL
<unfinished ...>
[pid 23434] <... read resumed> "OK\0", 3) = 3
[pid 23434] futex(0x7f2b061a767c, FUTEX_WAKE_OP_PRIVATE, 1, 1,
0x7f2b061a7678, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
[pid 23433] <... futex resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] futex(0x7f2b061a7650, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 23434] <... read resumed>
"\17\0\0\0\377\377\377\377o\235r\201`\0\0\0", 16) = 16
[pid 23433] <... futex resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER,
0x7f2b040631e0}, <unfinished ...>
[pid 23434] <... read resumed> "/local/domain/0/data/vchan/14/51"...,
96) = 96
[pid 23433] <... rt_sigaction resumed> NULL, 8) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER,
0x7f2b040631e0}, {SIG_DFL, [], SA_RESTORER, 0x7f2b040631e0}, 8) = 0
[pid 23433] write(6, "\2\0\0\0\0\0\0\0\0\0\0\0000\0\0\0", 16) = 16
[pid 23433] write(6, "/local/domain/0/data/vchan/14/51"..., 48
<unfinished ...>
[pid 23434] <... read resumed> "\2\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
[pid 23433] <... write resumed> ) = 48
[pid 23434] read(6, <unfinished ...>
[pid 23433] futex(0x7f2b061a767c, FUTEX_WAIT_PRIVATE, 9, NULL
<unfinished ...>
[pid 23434] <... read resumed> "157", 3) = 3
[pid 23434] futex(0x7f2b061a767c, FUTEX_WAKE_OP_PRIVATE, 1, 1,
0x7f2b061a7678, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
[pid 23433] <... futex resumed> ) = 0
[pid 23434] read(6, <unfinished ...>
[pid 23433] futex(0x7f2b061a7650, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 23433] rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER,
0x7f2b040631e0}, NULL, 8) = 0
[pid 23433] open("/etc/ld.so.cache", O_RDONLY) = 7
[pid 23433] fstat(7, {st_mode=S_IFREG|0644, st_size=73660, ...}) = 0
[pid 23433] mmap(NULL, 73660, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f2b04dc0000
[pid 23433] close(7) = 0
[pid 23433] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file
or directory)
[pid 23433] open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 7
[pid 23433] read(7,
"\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
[pid 23433] fstat(7, {st_mode=S_IFREG|0644, st_size=90096, ...}) = 0
[pid 23433] mmap(NULL, 2185952, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f2b035ca000
[pid 23433] mprotect(0x7f2b035e0000, 2093056, PROT_NONE) = 0
[pid 23433] mmap(0x7f2b037df000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x15000) = 0x7f2b037df000
[pid 23433] close(7) = 0
[pid 23433] munmap(0x7f2b04dc0000, 73660) = 0
[pid 23433] munmap(0x7f2b035ca000, 2185952) = 0
[pid 23433] open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = -1 ENXIO (No
such device or address)
[pid 23433] writev(2, [{"libgcc_s.so.1 must be installed "..., 59}], 1) = 59
[pid 23433] rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
[pid 23433] tgkill(23433, 23433, SIGABRT) = 0
[pid 23433] --- SIGABRT (Aborted) @ 0 (0) ---
Process 23433 detached
[pid 23434] +++ killed by SIGABRT +++

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 6:52:15 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

(...)

> [pid 23433] open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 7
> [pid 23433] read(7,
> "\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
> [pid 23433] fstat(7, {st_mode=S_IFREG|0644, st_size=90096, ...}) = 0
> [pid 23433] mmap(NULL, 2185952, PROT_READ|PROT_EXEC,
> MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f2b035ca000
> [pid 23433] mprotect(0x7f2b035e0000, 2093056, PROT_NONE) = 0
> [pid 23433] mmap(0x7f2b037df000, 4096, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x15000) = 0x7f2b037df000
> [pid 23433] close(7) = 0
> [pid 23433] munmap(0x7f2b04dc0000, 73660) = 0
> [pid 23433] munmap(0x7f2b035ca000, 2185952) = 0
> [pid 23433] open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = -1 ENXIO (No
> such device or address)
> [pid 23433] writev(2, [{"libgcc_s.so.1 must be installed "..., 59}], 1) = 59
> [pid 23433] rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
> [pid 23433] tgkill(23433, 23433, SIGABRT) = 0
> [pid 23433] --- SIGABRT (Aborted) @ 0 (0) ---
> Process 23433 detached
> [pid 23434] +++ killed by SIGABRT +++

Ouch, that libgcc_s.so.1 problem. As you can see it loads that library,
but still complains - most likely because of wrong version (that +debXXX
problem).

I think its time to finally release updated packages. I'll commit fix
for the bug found here, merge remaining PRs (as Jason updated his code).

In the meantime you could force jessie package installation (that one
considered as downgrade) and rerun qvm-sync-appmenus. Just to be sure
that those are the only two problems.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxTaTAAoJENuP0xzK19csDsEH/jxZDHYbHFc1PZ8ltli0A9Ql
OiTsvLb4kuJ/uNHn0h/BitNfZw21N1W+333z0Raz//63hy/wYrWJZyA7CXRC0ahj
jZee9wo51MA4rKZt4dq84ewnKA0c3TWYzCHUhmKwO+SDvVzsux7kJoirF07P9GB3
ZdbHwbPD8yCOC5lsJKqU+45QNcF6BAy9M29IINra2yIe/H2mGvt+dsmzevXfK3EN
G9lT56CJGu382/0UkVj7C3gwniRRhcFPJrcquN+mv5KJp5hr2ocUkrqbC5B68ZQm
McVTu2C7J3991zbC+yD2PXn9sljO6CbpjpGMYXxxym27RcBdg5keqL5sBD5kCYg=
=B15X
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 7, 2015, 10:10:12 PM8/7/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
That won't fly. At least not without going in circles. I needed to abort
in the middle of an upgrade. Then wasn't able to install those packages.
Needed to finish the upgrade first. But after finishing the upgrade,
reboot was required. And after reboot, the issue vanished.

I'll wait for the upgraded packages.

Cheers,
Patrick

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 11:08:50 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Just uploaded them to *-testing repository.
I've bumped only the "core" ones (not app-*), but that should be enough.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxXK1AAoJENuP0xzK19cscVwIAI0JBo8TjjRusIHfr2nX4Fs3
snB06Wf1G6MBCtEiLUs711UIpGdL4mhQ6FwSnWuOCuBH1Kf/UuwtLHr4M1JwteRJ
bNsw2CVxMrEjEvBomOCaOY9hT4xY5hlByyojfqbLYFBUlAFK4D/uWjA8XGPJM84N
v5OspRuWN1GvKf+Fb3r6DqXQTrNdk6q5tx5oYYb2dK5x/MkBIXvt/eymUNA2G0Os
6le4a6l61CI6wIrdEJs4cqgv9qqcEwxi7cmUcJii58KQeGN97pzoVNXwxhJL5JRi
AgSdSef4Nkp/Joz7/ygZL4eLgbfFllzgGS6/45fWlLwatYjKn9n9FbAbjW8dNfc=
=rdVC
-----END PGP SIGNATURE-----

Marek Marczykowski-Górecki

unread,
Aug 7, 2015, 11:23:35 PM8/7/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Install also dom0 updates from testing - at least qubes-utils package.
If the problem was with icon retrieval code, this should be more
defensive now.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxXYrAAoJENuP0xzK19cs1FQIAI2MOKgyCSZW51W6lsdeFgqz
jDapJsw5vtbtaQqxNXWZsyt87kKxAAhQElrhLckKsYqULWng0m0sREsBFg8ELU4y
aLcTpfYXJRu16NTjIaac+gxvESxEuHQbNoVXsk4ahiwIYIZVeE0sc6dJAB0SB0pd
WFbRwYJlluaeqVpXajIpepS9OMfcMqlq9RBgolTfI9+MWYkXBHHDCmVvaz+bkCm4
ZnDE0eCAZtHYyI/vBJ4wEOSi/ixDNLQdG+TonLmCZMucjH2/BdosZylTAdp65Z8s
RZA89kgp3XVFrzXlYZpFM0ydwQm17LqJI7hchEAUy4Y4iELas+2ayQwD4vFgm5Y=
=M8Nk
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 8, 2015, 9:54:12 AM8/8/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
Marek Marczykowski-Górecki:
Okay. Upgraded dom0 from testing. Reboot required?

Now testing another VM in place upgrade. Having strace run on VMs
qrexec-agent and qrexec-fork-server just in case.

Cheers,
Patrick

Marek Marczykowski-Górecki

unread,
Aug 8, 2015, 9:58:47 AM8/8/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I don't think so.

> Now testing another VM in place upgrade. Having strace run on VMs
> qrexec-agent and qrexec-fork-server just in case.

:)

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxgsKAAoJENuP0xzK19csl+kH/iU+AQ6CmL4m6Ii1fHlRduol
/2dDZOg7TfkVKeUlZPJUix9f0Eo69rV9Zdd2tKDKKMkBX9jrwPow6kl6PnVC6GCl
kTvhtXOVi0CO0jRtQm+nv8b396/HwN+ZyD1/yFgZNB6UfVpYq+jqD7N1wDNtO5TZ
3BYrGTw108r/kwMKuiG2Tgsebsq1ba1WyRFftHC1FBQSs+yfNBKb4233a8cPXTFn
G7NuZ2BDgz02scP+P90NzUZiBnU6oGnQmu/VVlqio2cQbGyW6lEzHCPPnmi5qbeV
WBgdBaCe8AymZkwScJJp90RODpFH22Ktpg3ctCehKhBCpDRjN9ZzmWdznDABmhc=
=y2W/
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 8, 2015, 10:58:58 AM8/8/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
Was still hanging within the VM. But this could be because the upgrade
did not have the newer Qubes packages installed yet.

I think I should have upgraded using Qubes testing repository first
before I should go for the dist-upgrade.

Just in case this wouldn't work... How many straces should I run? aving
strace run on VMs qrexec-agent and qrexec-fork-server enough or also in
dom0?

Cheers,
Patrick

Marek Marczykowski-Górecki

unread,
Aug 8, 2015, 11:02:58 AM8/8/15
to Patrick Schleizer, qubes...@googlegroups.com, nrgaway, Patrick Schleizer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Do you have strace from that hang? Just to confirm it was the same
problem. Please, use attachment or some paste service, not inline to not
wrap the lines...

> I think I should have upgraded using Qubes testing repository first
> before I should go for the dist-upgrade.

Yes. And restart the VM after dist-upgrade.

> Just in case this wouldn't work... How many straces should I run? aving
> strace run on VMs qrexec-agent and qrexec-fork-server enough or also in
> dom0?

Just to be on safe side - run also on qrexec-daemon in dom0, just in
case. In all cases remember about "-f" option.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVxhoVAAoJENuP0xzK19cslVsH/R4piCbyIRw4qrjdiGjRLrJb
EmPGYDYCspUA5VwwsxGLxJEREFOKGoLFbH21eF0YtG6DoOqEP7gNjUHyhsuttxS2
2RLDmANlhKOqfH4U2PH2PrIcLfShurkWwp9paB4Ecm4IpHv6R0QWZt5YK5uIZ7iJ
FBbygXgqOQkLxismOP2ux7n2oCg/RywAgdG6e0T7TA2p4EsJViUTMSfdcLUy2sMV
oDX7lL8JvGVTnZ4jhqqhgyHYIpABBeN8K5xcyYc7vWY2LNBgytqKWFlZqctViW41
Osk1NxRrrbyLDEfKPk78mVIwRyg7JdossJ1CXyOfHEX+1aWujholoHF36P2Ouko=
=h3iu
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 9, 2015, 4:35:39 PM8/9/15
to qubes...@googlegroups.com
Upgraded as described here:
https://github.com/QubesOS/qubes-issues/issues/1095#issuecomment-129232628

(dom0 upgraded from testing, VM upgraded with wheezy-testing first,
restart, suite upgrade)

Still hanging.

All attached.

Cheers,
Patrick
qrexec-daemon-dom0
qrexec-agent-vm
qrexec-fork-server-vm

Marek Marczykowski-Górecki

unread,
Aug 9, 2015, 5:42:57 PM8/9/15
to Patrick Schleizer, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

There is still "libgcc_s.so.1 must be installed..." issue.
According to strace, libgcc_s.so.1 is dynamically loaded just before
that. This probably means that qrexec binary (qrexec-fork-server in this
case) is running still old libpthread (from wheezy), but finds the new
one (from jessie) on the disk.

Theoretically "the proper way" would be to simply restart that
service. But there are few problems with that:
1. Currently you can't restart qrexec agent, because it will not
be able connect to dom0 again, without restarting qrexec daemon there
too. This is probably easy to solve (but not today...).
2. Even if you can restart it, it needs to happen before that hanging
qrexec call. IIUC in default debian scripts, this would happen after
all the custom preinst (where the qrexec call is placed)
3. Restarting only qrexec agent wont be enough because this particular
problem happens in qrexec-fork-server, which is part of the user
session. So it wont be affected by qrexec-agent restart. And of course
you can't restart the whole user session in the middle of upgrade...
3a. Actually above isn't a big problem, because you can simply kill
qrexec-fork-server. This process is used to start new applications
inside user session (so they are proper children of session leader, as
apparently required by logind and PolicyKit). But if you kill that
process, qrexec-agent will use a fallback of starting new session ("su -
-c ...") for each call. This should be more than enough for service
calls, just may have some problems with GUI applications, but we don't
need them in this particular case.
4(*). And finally, restarting qrexec-agent will of course will break all the
running connections. If you're running upgrade through qrexec (for
example using some script - from which this thread has started), the
upgrade will be interrupted.

The last one (4) is true only on R2, on R3.0 qrexec was redesigned to
hold running connections in separate processes.

So I think we need to have some workaround just for suite upgrade.

Maybe... simply intentionally stop qrexec-agent before upgrade to prevent
hangs? Manually of course (include this in upgrade instruction). Then of
course none qrexec connection would be possible, but one can
successfully upgrade the system, and shutdown the template afterwards
(which would do anyway). I think the only real drawback of such approach
(besides having manual step at all) is that template menu wont be
updated. Is that a big problem in case of Whonix 10->Whonix 11 upgrade?

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJVx8lXAAoJENuP0xzK19cs2v0H/jOnUCj8aMocsGj2LLrEBiK/
Jx6BK9Y7VCPkVd5o0iGp21f3mgkXWSV5tMykAL1I+22yK0gPSl+Z3hXwBkCWIgKz
6iicoTeP26CC5ZUlvEZVq/z4VTlqoHoDAD0Z8fnB42Oz31FSRKX14n3WWpTOmWPo
rgrXvMylVY/TjRaKjq+z1F5zs3uPnVE4GK8Fpjoqn7qiZFRjmun9fFgk+Q+mOHnb
pVp0JsJmCKzIPJZvo6f1+VCqgw6I+SYoKi6l6RH29GNkX1DzETdIspwh9aiu5nJi
fFND3VhZ27fELHY+0wuN7Hu6RC6nvQPhLhESSWDq5f8f++tq6oOTizMrgBJvoa8=
=Z0wc
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Aug 11, 2015, 11:48:24 PM8/11/15
to Marek Marczykowski-Górecki, qubes...@googlegroups.com
Marek Marczykowski-Górecki:
Hm. Sounds like a lot work. Anyhow. If it's realistic, please consider
to copy and paste the above text and to open a ticket for this to be
fixed at some point.

> The last one (4) is true only on R2, on R3.0 qrexec was redesigned to
> hold running connections in separate processes.
>
> So I think we need to have some workaround just for suite upgrade.
>
> Maybe... simply intentionally stop qrexec-agent before upgrade to prevent
> hangs? Manually of course (include this in upgrade instruction). Then of
> course none qrexec connection would be possible, but one can
> successfully upgrade the system, and shutdown the template afterwards
> (which would do anyway). I think the only real drawback of such approach
> (besides having manual step at all) is that template menu wont be
> updated. Is that a big problem in case of Whonix 10->Whonix 11 upgrade?

No, it's not a big problem for Whonix 10 -> Whonix 11 in place upgrades.
Well, it works. Still something that is very much worth to be fixed for
future distribution upgrades.

Even though in place upgrades are now fully documented, the problem now
is a different one. The sheer size of the upgrade instructions. [1] Too
much.

Quote user [2]:
'Looking at the steps to upgrade, I think I'll wait until Whonix 11 :)'

And I cannot blame the user. There are simply too many issues to make
this distribution upgrade require just a few lines. However, I don't
think the situation can be improved with reasonable time effort. We
surely could go in circles, go through revisions of stable upgrades to
fix all the existing bugs so users can have an easier distribution
upgrade. We fixed most of them in future versions already and/or have
tickets for the remaining ones.

For real simple, usable upgrades another piece is missing. Debian
provides no cli tool such as Ubuntu's do-release-upgrade. A tool that
upgrades your apt sources.list's in a sane way and does the distribution
upgrade. Let alone a graphical tool and graphical notification. Ubuntu
has that. [But by no means I would advocate switching to Ubuntu. It
comes with greater issues.]

Cheers,
Patrick

[1] https://www.whonix.org/wiki/Upgrading_Whonix_10_to_Whonix_11
[2] https://www.whonix.org/forum/index.php/topic,1506.msg9412.html#msg9412

Marek Marczykowski-Górecki

unread,
Aug 25, 2015, 10:52:01 PM8/25/15
to Patrick Schleizer, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Wed, Aug 12, 2015 at 03:48:18AM +0000, Patrick Schleizer wrote:
> Marek Marczykowski-Górecki:
> > There is still "libgcc_s.so.1 must be installed..." issue.
> > According to strace, libgcc_s.so.1 is dynamically loaded just before
> > that. This probably means that qrexec binary (qrexec-fork-server in this
> > case) is running still old libpthread (from wheezy), but finds the new
> > one (from jessie) on the disk.
> >
> > Theoretically "the proper way" would be to simply restart that
> > service. But there are few problems with that:
> > 1. Currently you can't restart qrexec agent, because it will not
> > be able connect to dom0 again, without restarting qrexec daemon there
> > too. This is probably easy to solve (but not today...).
> > 2. Even if you can restart it, it needs to happen before that hanging
> > qrexec call. IIUC in default debian scripts, this would happen after
> > all the custom preinst (where the qrexec call is placed)

Is it good idea to place some of the code _after_ "#DEBHELPER#"
placeholder in the maintainer scripts?

> > 3. Restarting only qrexec agent wont be enough because this particular
> > problem happens in qrexec-fork-server, which is part of the user
> > session. So it wont be affected by qrexec-agent restart. And of course
> > you can't restart the whole user session in the middle of upgrade...
> > 3a. Actually above isn't a big problem, because you can simply kill
> > qrexec-fork-server. This process is used to start new applications
> > inside user session (so they are proper children of session leader, as
> > apparently required by logind and PolicyKit). But if you kill that
> > process, qrexec-agent will use a fallback of starting new session ("su -
> > -c ...") for each call. This should be more than enough for service
> > calls, just may have some problems with GUI applications, but we don't
> > need them in this particular case.
> > 4(*). And finally, restarting qrexec-agent will of course will break all the
> > running connections. If you're running upgrade through qrexec (for
> > example using some script - from which this thread has started), the
> > upgrade will be interrupted.
>
> Hm. Sounds like a lot work. Anyhow. If it's realistic, please consider
> to copy and paste the above text and to open a ticket for this to be
> fixed at some point.

https://github.com/QubesOS/qubes-issues/issues/1148

Not set to any specific milestone, aka "somewhere in the future"...

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJV3SnKAAoJENuP0xzK19csTogH/iQpj+IjIKLoaUGsXTRxPHd+
4gDlmuxXK9fEYH10ud4wRf0Wm/RAhSACgs/04nKeIwF5enrE4m/o1hSVRdJ9EaCQ
iiRth2HMQZLT2WpEHDZ+aap/J7p8lW2SJF01++DZR6RhXS+T6mqTsfm9pbJ8xK1F
kgCuuQ9+JQDRThRVUcXV1TkTCqhuVGgCYQp54RIhuwF2MISq6ZQ1/Axg8hApGFG2
LlEEfg11u/iYE3j5oGvJ2trbn5EsEKXthFJtZyO5HkLu2ArDM640mEWfLmmJpS3J
lBJ5BdsjxytAPEPzT1CDs9sVrP0nPeIdPmycZCtwnR67VDAwMunHq7FzY1p/H7Y=
=gKxP
-----END PGP SIGNATURE-----

Patrick Schleizer

unread,
Sep 3, 2015, 10:01:30 AM9/3/15
to qubes...@googlegroups.com
Marek Marczykowski-Górecki:
> Is it good idea to place some of the code _after_ "#DEBHELPER#"
> placeholder in the maintainer scripts?

Dunno if anything speaks against it.
/var/lib/dpkg/info/javascript-common.postinst does this. There is no
lintian warning against it.

Asked on debian-mentors mailing list...
Placing code after #DEBHELPER# autogenerated code?
https://lists.debian.org/debian-mentors/2015/09/msg00082.html

For now, I would say, check what has actually been autogenerated during
development. If it looks good and works, why not.

Cheers,
Patrick

Reply all
Reply to author
Forward
0 new messages