Package: kdebase-workspace-bin
Version: 4:4.2.2-2
Severity: normal
If I try to eject a removable drive in plasma, and the device is busy
(because some application has open file descriptor to a file/directory on the
mounted removable drive), then the entire taskbar/menus of KDE4 freeze.
IIRC KDE3 popped up a nice message instead of freezing, and even listed
the names and PIDs of the apps that were still using the device.
Even if there is no such popup in KDE4 plasma shouldn't freeze.
If I kill plasma, and restart it, and make sure no other app uses the removable
drive, then unmounting it works.
Steps to reproduce:
1. Plug in a USB drive
2. Click on 'devices recently plugged in'
3. Click on device, open with dolphin
4. close dolphin
5. from terminal cd to /media/usbdisk (or whatever the mountpoint is)
6. Click 'devices recently plugged in'
7. Click the eject button next to the device
Expected results:
Eject button dissapears, device unmounted, taskbar/menus usable
Actual results:
Plasma frozen, taskbar/menus not responding to clicks, have to kill plasma, and
restart it
It appears that plasma deadlocks, strace shows that it hangs on a futex call:
[pid 13178] 21:25:49 read(3, "\10\0\207\202\fw\235\2\247\1\0\0\213\0\300\1\0\0\0\0\26\1\221\0\362\0k\0\0\1\1\2", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, "\t\3\207\202\213\0\300\1\0!E\0\0\0\0\0\340J\31\1\0\0\0\0\200\332|\0\0\0\0\0"..., 4096) = 192
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\22\0\7\0\213\0\300\1\35\1\0\0\6\0\0\0 \22\300\1\1\0\0\0\fw\235\2(\0\4\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224\210\202\213\0\300\1\35\1\0\0\rw\235\2\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 64
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.updated", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 access("/home/edwin/.kde/share/icons/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.kde/share/icons/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.kde/share/icons/hicolor/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/icons/oxygen/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/oxygen/", {st_mode=S_IFDIR|0755, st_size=123, ...}) = 0
[pid 13178] 21:25:49 access("/usr/share/icons/oxygen/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/oxygen/", {st_mode=S_IFDIR|0755, st_size=123, ...}) = 0
[pid 13178] 21:25:49 access("/usr/share/icons/hicolor/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/hicolor/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 access("/home/edwin/.local/share/icons/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.local/share/icons/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.local/share/icons/hicolor/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/icons/oxygen/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/oxygen/", {st_mode=S_IFDIR|0755, st_size=123, ...}) = 0
[pid 13178] 21:25:49 access("/usr/share/icons/oxygen/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/oxygen/", {st_mode=S_IFDIR|0755, st_size=123, ...}) = 0
[pid 13178] 21:25:49 access("/usr/share/icons/hicolor/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/hicolor/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 access("/usr/local/share/icons/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/local/share/icons/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/local/share/icons/hicolor/", R_OK) = 0
[pid 13178] 21:25:49 stat("/usr/local/share/icons/hicolor/", {st_mode=S_IFDIR|S_ISGID|0755, st_size=66, ...}) = 0
[pid 13178] 21:25:49 access("/usr/share/pixmapsoxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/pixmapsoxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/pixmapshicolor/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.local/share/pixmaps/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.local/share/pixmaps/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/home/edwin/.local/share/pixmaps/hicolor/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/pixmaps/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/pixmaps/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/share/pixmaps/hicolor/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/local/share/pixmaps/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/local/share/pixmaps/oxygen/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 access("/usr/local/share/pixmaps/hicolor/", R_OK) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 stat("/usr/share/icons/hicolor/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/usr/share/icons/oxygen/", {st_mode=S_IFDIR|0755, st_size=123, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/usr/local/share/icons/hicolor/", {st_mode=S_IFDIR|S_ISGID|0755, st_size=66, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 open("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.updated", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 14
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 2 (in [3], out [3])
[pid 13178] 21:25:49 read(3, "\34\224\211\202\247\1\0\0\332\1\0\0\rw\235\2\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 64
[pid 13178] 21:25:49 writev(3, [{"\230\10\t\0\1\0\300\1\21\2\300\1\0\0\0\0L\21\300\1\0\0\0\0\26\1c\1\16\0.\0"..., 3172}, {"\0\0\0\0\0\0\0\0\17\n\5\22E-\25SkG!\201\200T(\233\212[*\247\220_,\256"..., 31160}, {"", 0}], 3) = 34332
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\10\2\0\276\22\300\1\230\10\t\0\3\0\0\0\275\22\300\1\0\0\0\0L\21\300\1\0\0\0\0"..., 1992}, {NULL, 0}, {"", 0}], 3) = 1992
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\247\1\0\0\332\1\0\0!\0\0\0\0\0\0\0\1\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \370\202\1\0\0\0!\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 36
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\1\361\0\0\0\361\0\0\0\0\0\0\0\1\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \371\202\1\0\0\0\361\0\0\0\4\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 36
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\1\24\1\0\0\4\0\0\0\0\0\0\0\0\10\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \372\202\4\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 48
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\1\341\1\0\0\6\0\0\0\0\0\0\0\1\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \373\202\1\0\0\0\6\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 36
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\1 \1\0\0\4\0\0\0\0\0\0\0\0\10\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \374\202\3\0\0\0\4\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 44
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\1\314\1\0\0\6\0\0\0\0\0\0\0\4\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\0\375\202\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\0010\1\0\0\6\0\0\0\0\0\0\0\4\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\0\376\202\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\213\0\300\1D\0\0\0!\0\0\0\0\0\0\0\1\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \377\202\1\0\0\0!\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 36
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\16\0\2\0\213\0\300\1", 8}, {NULL, 0}, {"", 0}], 3) = 8
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \0\203\0\0\0\0\247\1\0\0\0\0\0\0\26\1c\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"(\0\4\0\213\0\300\1\247\1\0\0\0\0\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\1\203\0\0\0\0\343h@\1$\0&\0 m}\0\0\0\0\0(\0\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\247\1\0\0\332\1\0\0!\0\0\0\0\0\0\0\1\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \2\203\1\0\0\0!\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 36
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\10\t\0\1\1\0\0\21\2\300\1\0\0\0\0\244\1\300\1\0\0\0\0\0\5&\0r\0\0\0"..., 3548}, {NULL, 0}, {"", 0}], 3) = 3548
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\235\203\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\313\22\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 780}, {NULL, 0}, {"", 0}], 3) = 780
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \276\203\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\313\22\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13988}, {NULL, 0}, {"", 0}], 3) = 13988
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \342\203N\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8536) = 8536
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\313\22\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13532}, {NULL, 0}, {"", 0}], 3) = 13532
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \t\204\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0C\r\0\r"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\313\22\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 14096}, {NULL, 0}, {"", 0}], 3) = 14096
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 .\204\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\331\331\243\331\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\313\22\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 16384}, {"\0\0\4\0\354\4\"\0", 8}, {"", 0}], 3) = 16392
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\5\5\0008\4\300\1@\1\0\0\0\0\0\0\0\0\0\0<\6\2\0\356\22\300\1<\0\2\0"..., 772}, {NULL, 0}, {"", 0}], 3) = 772
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\336\204\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\365\22\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 748}, {NULL, 0}, {"", 0}], 3) = 748
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \377\204X\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\17\0\0\0\17"..., 10624) = 10624
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\365\22\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15536}, {NULL, 0}, {"", 0}], 3) = 15536
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 %\205\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\365\22\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16192}, {NULL, 0}, {"", 0}], 3) = 16192
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 J\205\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\365\22\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16184}, {NULL, 0}, {"", 0}], 3) = 16184
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 o\205\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\365\22\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15928}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3344}, {"", 0}], 3) = 19272
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\3\2\0\25\23\300\1\230\10\t\0\3\0\4\0\24\23\300\1\0\0\0\0008\4\300\1\0\0\0\0"..., 292}, {NULL, 0}, {"", 0}], 3) = 292
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 2) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\10\t\0\1\23\300\1\21\2\300\1\0\0\0\0\244\1\300\1\0\0\0\0\0\5&\0r\0\0\0"..., 3548}, {NULL, 0}, {"", 0}], 3) = 3548
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\0016\206\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\"\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 312}, {NULL, 0}, {"", 0}], 3) = 312
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 D\2068\35\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "76'\37176'\37176'\37176&\37176&\37176&\37176&\37176&\371"..., 25856) = 25856
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"I\2\5\0=\10\300\1\0\0\0\0\330\0 \0\377\377\377\377", 20}, {NULL, 0}, {"", 0}], 3) = 20
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 E\206\0\33\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, ":::\275:::\275:::\275:::\275:::\275:::\275:::\275:::\275"..., 23584) = 23584
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0$\23\300\1\247\1\0\0\334\0\"\0\230\4\5\0%\23\300\1$\23\300\1P\1\0\0"..., 76}, {"\0\0\0\0\1\0\0\1\2\1\0\2\6\3\0\6\n\5\1\n\16\7\1\17\25\v\2\25\24\v\2\24"..., 29920}, {"", 0}], 3) = 29996
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"< \2\0&\23\300\1\230\5\4\0\244\1\300\1\0\2\0\0\1\0\0\0\230\10\t\0\3\1\0\0"..., 512}, {NULL, 0}, {"", 0}], 3) = 512
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 `\206\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\"\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13988}, {NULL, 0}, {"", 0}], 3) = 13988
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \204\206N\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8536) = 8536
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\"\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13532}, {NULL, 0}, {"", 0}], 3) = 13532
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \253\206\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0C\r\0\r"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\"\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 14096}, {NULL, 0}, {"", 0}], 3) = 14096
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \320\206\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\331\331\243\331\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\"\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 16384}, {"\0\0\4\0\354\4\"\0", 8}, {"", 0}], 3) = 16392
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\5\5\0008\4\300\1@\1\0\0\0\0\0\0\0\0\0\0<\6\2\0H\23\300\1<\0\2\0"..., 772}, {NULL, 0}, {"", 0}], 3) = 772
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\200\207\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0O\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 748}, {NULL, 0}, {"", 0}], 3) = 748
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \241\207X\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\17\0\0\0\17"..., 10624) = 10624
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0O\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15068}, {NULL, 0}, {"", 0}], 3) = 15068
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \264\207\22!\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "21\"\37121\"\37121\"\37132\"\37132\"\37132\"\37132\"\37132\"\371"..., 29800) = 29800
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"I\2\5\0\347\7\300\1\0\0\0\0\365\0 \0\377\377\377\377", 20}, {NULL, 0}, {"", 0}], 3) = 20
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \265\207\240\36\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "999\276999\276999\276999\276999\276999\276999\276999\276"..., 27296) = 27296
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0X\23\300\1\247\1\0\0\371\0\"\0\230\4\5\0Y\23\300\1X\23\300\1P\1\0\0"..., 76}, {"\0\0\0\0\1\0\0\1\2\1\0\2\6\3\0\6\n\5\1\n\16\7\1\17\25\v\2\25\24\v\2\24"..., 33864}, {"", 0}], 3) = 33940
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"< \2\0Z\23\300\1\230\5\4\0008\4\300\1\0\2\0\0\1\0\0\0\230\10\t\0\3\1\0\0"..., 512}, {NULL, 0}, {"", 0}], 3) = 512
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \320\207\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0O\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16192}, {NULL, 0}, {"", 0}], 3) = 16192
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \365\207\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0O\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16184}, {NULL, 0}, {"", 0}], 3) = 16184
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \32\210\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0O\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15928}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3344}, {"", 0}], 3) = 19272
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\3\2\0r\23\300\1\230\10\t\0\3\0\4\0q\23\300\1\0\0\0\0008\4\300\1\0\0\0\0"..., 292}, {NULL, 0}, {"", 0}], 3) = 292
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\10\t\0\1\23\300\1\21\2\300\1\0\0\0\0\244\1\300\1\0\0\0\0\0\5&\0r\0\0\0"..., 3548}, {NULL, 0}, {"", 0}], 3) = 3548
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\341\210\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\177\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 312}, {NULL, 0}, {"", 0}], 3) = 312
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \357\2108\35\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "76'\37176'\37176'\37176&\37176&\37176&\37176&\37176&\371"..., 25856) = 25856
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"I\2\5\0=\10\300\1\0\0\0\0\330\0 \0\377\377\377\377", 20}, {NULL, 0}, {"", 0}], 3) = 20
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \360\210\0\33\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, ":::\275:::\275:::\275:::\275:::\275:::\275:::\275:::\275"..., 23584) = 23584
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0\201\23\300\1\247\1\0\0\334\0\"\0\230\4\5\0\202\23\300\1\201\23\300\1P\1\0\0"..., 76}, {"\0\0\0\0\0\0\0\0\1\1\0\1\4\2\0\4\7\3\0\7\t\5\1\n\16\7\1\16\r\7\1\r"..., 29920}, {"", 0}], 3) = 29996
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"< \2\0\203\23\300\1\230\5\4\0\244\1\300\1\0\2\0\0\1\0\0\0\230\10\t\0\3\1\0\0"..., 512}, {NULL, 0}, {"", 0}], 3) = 512
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \v\211\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\177\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13988}, {NULL, 0}, {"", 0}], 3) = 13988
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 /\211N\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8536) = 8536
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\177\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13532}, {NULL, 0}, {"", 0}], 3) = 13532
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 V\211\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0C\r\0\r"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\177\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 14096}, {NULL, 0}, {"", 0}], 3) = 14096
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 {\211\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\331\331\243\331\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\177\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 16384}, {"\0\0\4\0\354\4\"\0", 8}, {"", 0}], 3) = 16392
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\5\5\0008\4\300\1@\1\0\0\0\0\0\0\0\0\0\0<\6\2\0\245\23\300\1<\0\2\0"..., 772}, {NULL, 0}, {"", 0}], 3) = 772
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1+\212\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\254\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 748}, {NULL, 0}, {"", 0}], 3) = 748
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 L\212X\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\17\0\0\0\17"..., 10624) = 10624
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\254\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15068}, {NULL, 0}, {"", 0}], 3) = 15068
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 _\212\22!\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "21\"\37121\"\37121\"\37132\"\37132\"\37132\"\37132\"\37132\"\371"..., 29800) = 29800
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"I\2\5\0\347\7\300\1\0\0\0\0\365\0 \0\377\377\377\377", 20}, {NULL, 0}, {"", 0}], 3) = 20
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 `\212\240\36\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "999\276999\276999\276999\276999\276999\276999\276999\276"..., 27296) = 27296
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0\265\23\300\1\247\1\0\0\371\0\"\0\230\4\5\0\266\23\300\1\265\23\300\1P\1\0\0"..., 76}, {"\0\0\0\0\0\0\0\0\1\1\0\1\4\2\0\4\7\3\0\7\t\5\1\n\16\7\1\16\r\7\1\r"..., 33864}, {"", 0}], 3) = 33940
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"< \2\0\267\23\300\1\230\5\4\0008\4\300\1\0\2\0\0\1\0\0\0\230\10\t\0\3\1\0\0"..., 512}, {NULL, 0}, {"", 0}], 3) = 512
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 {\212\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\254\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16192}, {NULL, 0}, {"", 0}], 3) = 16192
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \240\212\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\254\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16184}, {NULL, 0}, {"", 0}], 3) = 16184
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \305\212\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\254\23\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15928}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3344}, {"", 0}], 3) = 19272
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\3\2\0\317\23\300\1\230\10\t\0\3\0\4\0\316\23\300\1\0\0\0\0008\4\300\1\0\0\0\0"..., 292}, {NULL, 0}, {"", 0}], 3) = 292
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\10\t\0\1\23\300\1\21\2\300\1\0\0\0\0\244\1\300\1\0\0\0\0\0\5&\0r\0\0\0"..., 3548}, {NULL, 0}, {"", 0}], 3) = 3548
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\214\213\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\334\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 312}, {NULL, 0}, {"", 0}], 3) = 312
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \232\2138\35\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "76'\37176'\37176'\37176&\37176&\37176&\37176&\37176&\371"..., 25856) = 25856
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"I\2\5\0=\10\300\1\0\0\0\0\330\0 \0\377\377\377\377", 20}, {NULL, 0}, {"", 0}], 3) = 20
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \233\213\0\33\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, ":::\275:::\275:::\275:::\275:::\275:::\275:::\275:::\275"..., 23584) = 23584
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0\336\23\300\1\247\1\0\0\334\0\"\0\230\4\5\0\337\23\300\1\336\23\300\1P\1\0\0"..., 76}, {"\0\0\0\0\0\0\0\0\1\1\0\1\2\1\0\2\4\2\0\4\5\3\1\5\7\4\1\7\7\4\1\7"..., 29920}, {"", 0}], 3) = 29996
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"< \2\0\340\23\300\1\230\5\4\0\244\1\300\1\0\2\0\0\1\0\0\0\230\10\t\0\3\1\0\0"..., 512}, {NULL, 0}, {"", 0}], 3) = 512
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \266\213\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\334\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13988}, {NULL, 0}, {"", 0}], 3) = 13988
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \332\213N\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8536) = 8536
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\334\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13532}, {NULL, 0}, {"", 0}], 3) = 13532
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \1\214\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0C\r\0\r"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\334\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 14096}, {NULL, 0}, {"", 0}], 3) = 14096
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 &\214\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\331\331\243\331\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\334\23\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 16384}, {"\0\0\4\0\354\4\"\0", 8}, {"", 0}], 3) = 16392
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 2 (in [3], out [3])
[pid 13178] 21:25:49 read(3, "\5\1;\214mw\235\2\247\1\0\0\213\0\300\1\0\0\0\0\26\1\221\0\362\0k\0\0\1\1\0", 4096) = 32
[pid 13178] 21:25:49 writev(3, [{"\230\5\5\0008\4\300\1@\1\0\0\0\0\0\0\0\0\0\0<\6\2\0\2\24\300\1<\0\2\0"..., 772}, {NULL, 0}, {"", 0}], 3) = 772
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\326\214\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\t\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 748}, {NULL, 0}, {"", 0}], 3) = 748
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \367\214X\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\17\0\0\0\17"..., 10624) = 10624
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\t\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15068}, {NULL, 0}, {"", 0}], 3) = 15068
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \n\215\22!\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "21\"\37121\"\37121\"\37132\"\37132\"\37132\"\37132\"\37132\"\371"..., 29800) = 29800
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"I\2\5\0\347\7\300\1\0\0\0\0\365\0 \0\377\377\377\377", 20}, {NULL, 0}, {"", 0}], 3) = 20
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \v\215\240\36\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "999\276999\276999\276999\276999\276999\276999\276999\276"..., 27296) = 27296
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0\22\24\300\1\247\1\0\0\371\0\"\0\230\4\5\0\23\24\300\1\22\24\300\1P\1\0\0"..., 76}, {"\0\0\0\0\0\0\0\0\1\1\0\1\2\1\0\2\4\2\0\4\5\3\1\5\7\4\1\7\7\4\1\7"..., 33864}, {"", 0}], 3) = 33940
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"< \2\0\24\24\300\1\230\5\4\0008\4\300\1\0\2\0\0\1\0\0\0\230\10\t\0\3\1\0\0"..., 512}, {NULL, 0}, {"", 0}], 3) = 512
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 &\215\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\t\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16192}, {NULL, 0}, {"", 0}], 3) = 16192
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 K\215\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\t\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16184}, {NULL, 0}, {"", 0}], 3) = 16184
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 p\215\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0\t\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15928}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3344}, {"", 0}], 3) = 19272
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\3\2\0,\24\300\1\230\10\t\0\3\0\4\0+\24\300\1\0\0\0\0008\4\300\1\0\0\0\0"..., 308}, {NULL, 0}, {"", 0}], 3) = 308
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\235\215\0\0\0\0\0\0\0\0\362\0k\0 m}\0\0\0\0\0(\0\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 writev(13, [{"l\1\0\1\20\0\0\0\301\t\0\0\247\0\0\0\1\1o\0002\0\0\0/org/fre"..., 184}, {"\v\0\0\0volume.disc\0", 16}], 2) = 200
[pid 13178] 21:25:49 poll([{fd=13, events=POLLIN}], 1, 25000) = 1 ([{fd=13, revents=POLLIN}])
[pid 13178] 21:25:49 read(13, "l\2\1\1\4\0\0\0\322]\0\0-\0\0\0\6\1s\0\6\0\0\0:1.284\0\0"..., 2048) = 68
[pid 13178] 21:25:49 read(13, 0x1cc4080, 2048) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 writev(13, [{"l\1\0\1\v\0\0\0\302\t\0\0\247\0\0\0\1\1o\0002\0\0\0/org/fre"..., 184}, {"\6\0\0\0volume\0", 11}], 2) = 195
[pid 13178] 21:25:49 poll([{fd=13, events=POLLIN}], 1, 25000) = 1 ([{fd=13, revents=POLLIN}])
[pid 13178] 21:25:49 read(13, "l\2\1\1\4\0\0\0\323]\0\0-\0\0\0\6\1s\0\6\0\0\0:1.284\0\0"..., 2048) = 68
[pid 13178] 21:25:49 read(13, 0x1cc4080, 2048) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2195, ...}) = 0
[pid 13178] 21:25:49 open("/etc/fstab", O_RDONLY) = 14
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=1090, ...}) = 0
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 stat("/etc/fstab", {st_mode=S_IFREG|0644, st_size=1090, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/fstab", {st_mode=S_IFREG|0644, st_size=1090, ...}) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=1090, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fee1d295000
[pid 13178] 21:25:49 read(14, "# /etc/fstab: static file system"..., 4096) = 1090
[pid 13178] 21:25:49 read(14, "", 4096) = 0
[pid 13178] 21:25:49 lstat("proc", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/md3", {st_mode=S_IFBLK|0660, st_rdev=makedev(9, 3), ...}) = 0
[pid 13178] 21:25:49 lstat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/mapper/vg--all-lv--home", {st_mode=S_IFBLK|0660, st_rdev=makedev(253, 2), ...}) = 0
[pid 13178] 21:25:49 lstat("/home", {st_mode=S_IFDIR|0755, st_size=272, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/mapper/vg--all-lv--opt", {st_mode=S_IFBLK|0660, st_rdev=makedev(253, 3), ...}) = 0
[pid 13178] 21:25:49 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/mapper/vg--all-lv--usr", {st_mode=S_IFBLK|0660, st_rdev=makedev(253, 0), ...}) = 0
[pid 13178] 21:25:49 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/mapper/vg--all-lv--var", {st_mode=S_IFBLK|0660, st_rdev=makedev(253, 1), ...}) = 0
[pid 13178] 21:25:49 lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/sda2", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 2), ...}) = 0
[pid 13178] 21:25:49 lstat("none", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/dev/sdd2", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 50), ...}) = 0
[pid 13178] 21:25:49 lstat("none", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/dev/hda", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/media/cdrom0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/hdb", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/media/cdrom1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 lstat("/dev/fd0", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/media/floppy0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 lstat("nodev", 0x7fff2b9584e0) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=740, ...}) = 0
[pid 13178] 21:25:49 stat("/etc/fstab", {st_mode=S_IFREG|0644, st_size=1090, ...}) = 0
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 munmap(0x7fee1d295000, 4096) = 0
[pid 13178] 21:25:49 lstat("/dev/sdh1", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 113), ...}) = 0
[pid 13178] 21:25:49 writev(13, [{"l\1\0\1\r\0\0\0\303\t\0\0\247\0\0\0\1\1o\0002\0\0\0/org/fre"..., 184}, {"\10\0\0\0info.udi\0", 13}], 2) = 197
[pid 13178] 21:25:49 poll([{fd=13, events=POLLIN}], 1, 25000) = 1 ([{fd=13, revents=POLLIN}])
[pid 13178] 21:25:49 read(13, "l\2\1\0017\0\0\0\324]\0\0-\0\0\0\6\1s\0\6\0\0\0:1.284\0\0"..., 2048) = 119
[pid 13178] 21:25:49 read(13, 0x1cc4080, 2048) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 writev(13, [{"l\1\0\1\4\0\0\0\304\t\0\0\250\0\0\0\1\1o\0002\0\0\0/org/fre"..., 184}, {"\0\0\0\0", 4}], 2) = 188
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\10\t\0\1\24\300\1\21\2\300\1\0\0\0\0\244\1\300\1\0\0\0\0\0\5&\0r\0\0\0"..., 3548}, {NULL, 0}, {"", 0}], 3) = 3548
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\0018\216\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0009\24\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 780}, {NULL, 0}, {"", 0}], 3) = 780
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 Y\216\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0009\24\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13988}, {NULL, 0}, {"", 0}], 3) = 13988
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 }\216N\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8536) = 8536
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0009\24\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 13532}, {NULL, 0}, {"", 0}], 3) = 13532
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \244\216\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0C\r\0\r"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0009\24\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 14096}, {NULL, 0}, {"", 0}], 3) = 14096
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \311\216\360\f\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\331\331\243\331\0\0\0\0\0\0\0\0"..., 9184) = 9184
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0009\24\300\1\0\0\0\0r\0\0\0j\3\"\0\230\6\5\0\244\1\300\1\0\0\0\0"..., 16384}, {"\0\0\4\0\354\4\"\0", 8}, {"", 0}], 3) = 16392
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\5\5\0008\4\300\1@\1\0\0\0\0\0\0\0\0\0\0<\6\2\0\\\24\300\1<\0\2\0"..., 772}, {NULL, 0}, {"", 0}], 3) = 772
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1y\217\0\0\0\0=\1@\1\0\0\0\0P\1\372\1\0\0\0\0\344\7\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0c\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 748}, {NULL, 0}, {"", 0}], 3) = 748
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \232\217X\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\17\0\0\0\17"..., 10624) = 10624
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0c\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15536}, {NULL, 0}, {"", 0}], 3) = 15536
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \300\217\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0c\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16192}, {NULL, 0}, {"", 0}], 3) = 16192
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \345\217\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0c\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 16184}, {NULL, 0}, {"", 0}], 3) = 16184
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \n\220\372\16\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11272) = 11272
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{";\3\5\0c\24\300\1\0\0\0\0\0\0\4\0\354\4\"\0\230\6\5\0008\4\300\1\0\0\0\0"..., 15928}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3344}, {"", 0}], 3) = 19272
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\3\2\0\203\24\300\1\230\10\t\0\3\0\4\0\202\24\300\1\0\0\0\0008\4\300\1\0\0\0\0"..., 292}, {NULL, 0}, {"", 0}], 3) = 292
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 78) = 1 ([{fd=13, revents=POLLIN}])
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 read(13, "l\4\1\1\37\0\0\0\34\5\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 2048) = 535
[pid 13178] 21:25:49 read(13, 0x1cc4080, 2048) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 uname({sys="Linux", node="debian", ...}) = 0
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\1 \v\0\204\24\300\1\247\1\0\0\0\0\0\0\200\2\231\1\0\0\1\0#\0\0\0\n \0\0"..., 844}, {NULL, 0}, {"", 0}], 3) = 844
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224I\220\204\24\300\1'\0\0\0\223w\235\2\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0"..., 4096) = 196
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5 \4\0\206\24\300\1\247\1\0\0\20\0\20\0\230\4\5\0\207\24\300\1\206\24\300\1P\1\0\0"..., 340}, {NULL, 0}, {"", 0}], 3) = 340
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224N\220\204\24\300\1\307\1\0\0\223w\235\2\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 _\220\0\1\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 1056
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\7\2\0\207\24\300\0016\1\2\0\206\24\300\0015 \4\0\212\24\300\1\247\1\0\0 \0 \0"..., 356}, {NULL, 0}, {"", 0}], 3) = 356
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 r\220\0\4\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 32) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\7\2\0\213\24\300\0016\1\2\0\212\24\300\0015 \4\0\216\24\300\1\247\1\0\0@\0@\0"..., 356}, {NULL, 0}, {"", 0}], 3) = 356
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \205\220\0\20\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 12320) = 11776
[pid 13178] 21:25:49 read(3, 0x2270f60, 544) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 544) = 544
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\7\2\0\217\24\300\0016\1\2\0\216\24\300\0015 \4\0\222\24\300\1\247\1\0\0\200\0\200\0"..., 356}, {NULL, 0}, {"", 0}], 3) = 356
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \230\220\0@\0\0\0\0\0\0\0\0\0\0 28\1\0\0\0\0\177\203Q\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 61472) = 11776
[pid 13178] 21:25:49 read(3, 0x223c150, 49696) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 49696) = 15872
[pid 13178] 21:25:49 read(3, 0x223ff50, 33824) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 33824) = 15872
[pid 13178] 21:25:49 read(3, 0x2243d50, 17952) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 17952) = 15872
[pid 13178] 21:25:49 read(3, 0x2247b50, 2080) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2080) = 2080
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\230\7\2\0\223\24\300\0016\1\2\0\222\24\300\1\22\0\16U\204\24\300\1\21\1\0\0\6\0\0\0"..., 16384}, {NULL, 0}, {"", 0}], 3) = 16384
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\234\344\377\377\25\273\377\377\0\212\312\371\0\27F6\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384}, {NULL, 0}, {"", 0}], 3) = 16384
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\1\257\4\377\1\232\4\377\1\205\6\377\0l\7\377\1i\7\377\0X\5.\0\0\0\0\0\0\0\0"..., 16384}, {NULL, 0}, {"", 0}], 3) = 16384
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384}, {NULL, 0}, {"", 0}], 3) = 16384
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384}, {NULL, 0}, {"", 0}], 3) = 16384
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 5532}, {NULL, 0}, {"", 0}], 3) = 5532
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224\233\220\204\24\300\1\21\1\0\0\225w\235\2\0\0\0\0\0\0\0\0\10U\0\0\0\0\0\0"..., 4096) = 4096
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 12352) = 11776
[pid 13178] 21:25:49 read(3, 0x2270f40, 576) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 576) = 576
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 lstat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock", 0x7fff2b95ac40) = -1 ENOENT (No such file or directory)
[pid 13178] 21:25:49 stat("/tmp/kde-edwin/", {st_mode=S_IFDIR|0700, st_size=80, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
[pid 13178] 21:25:49 open("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock.g13178", O_RDWR|O_CREAT|O_EXCL, 0600) = 14
[pid 13178] 21:25:49 fchmod(14, 0644) = 0
[pid 13178] 21:25:49 uname({sys="Linux", node="debian", ...}) = 0
[pid 13178] 21:25:49 write(14, "13178\n", 6) = 6
[pid 13178] 21:25:49 write(14, "plasma\n", 7) = 7
[pid 13178] 21:25:49 write(14, "debian\n", 7) = 7
[pid 13178] 21:25:49 link("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock.g13178", "/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock") = 0
[pid 13178] 21:25:49 lstat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock.g13178", {st_mode=S_IFREG|0644, st_size=20, ...}) = 0
[pid 13178] 21:25:49 lstat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock", {st_mode=S_IFREG|0644, st_size=20, ...}) = 0
[pid 13178] 21:25:49 lseek(14, 0, SEEK_SET) = 0
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 unlink("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock.g13178") = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.index", {st_mode=S_IFREG|0644, st_size=4296704, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.index", {st_mode=S_IFREG|0644, st_size=4296704, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.index", {st_mode=S_IFREG|0644, st_size=4296704, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.index", {st_mode=S_IFREG|0644, st_size=4296704, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.index", {st_mode=S_IFREG|0644, st_size=4296704, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.data", {st_mode=S_IFREG|0644, st_size=16240640, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.data", {st_mode=S_IFREG|0644, st_size=16240640, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.data", {st_mode=S_IFREG|0644, st_size=16240640, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.data", {st_mode=S_IFREG|0644, st_size=16240640, ...}) = 0
[pid 13178] 21:25:49 stat("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.data", {st_mode=S_IFREG|0644, st_size=16240640, ...}) = 0
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"5\1\4\0\232\24\300\1\247\1\0\0@\0@\0007\0\4\0\233\24\300\1\232\24\300\1\0\0\0\0"..., 1044}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384}, {"", 0}], 3) = 17428
[pid 13178] 21:25:49 unlink("/var/tmp/kdecache-edwin/kpc/kde-icon-cache.lock") = 0
[pid 13178] 21:25:49 open("/proc/meminfo", O_RDONLY) = 14
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fee1d295000
[pid 13178] 21:25:49 read(14, "MemTotal: 4044252 kB\nMemF"..., 1024) = 1024
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 munmap(0x7fee1d295000, 4096) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-ExtraLight.ttf", {st_mode=S_IFREG|0644, st_size=329136, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-ExtraLight.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=329136, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 329136, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a991000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/msttcorefonts/Verdana.ttf", {st_mode=S_IFREG|0644, st_size=139640, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/msttcorefonts/Verdana.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=139640, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 139640, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee1d273000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", {st_mode=S_IFREG|0644, st_size=275572, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=275572, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 275572, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a94d000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/X11/Type1/n019003l.pfb", {st_mode=S_IFREG|0644, st_size=79155, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/X11/Type1/n019003l.pfb", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=79155, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 79155, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a939000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/ttf-bengali-fonts/MuktiNarrow.ttf", {st_mode=S_IFREG|0644, st_size=185512, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/ttf-bengali-fonts/MuktiNarrow.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=185512, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 185512, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a90b000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/ttf-gujarati-fonts/padmaa-Medium-0.5.ttf", {st_mode=S_IFREG|0644, st_size=52484, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/ttf-gujarati-fonts/padmaa-Medium-0.5.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=52484, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 52484, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a8fe000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/ttf-gujarati-fonts/padmaa-Bold.1.1.ttf", {st_mode=S_IFREG|0644, st_size=84844, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/ttf-gujarati-fonts/padmaa-Bold.1.1.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=84844, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 84844, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a8e9000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 stat("/usr/share/fonts/truetype/ttf-japanese-gothic.ttf", {st_mode=S_IFREG|0644, st_size=7770652, ...}) = 0
[pid 13178] 21:25:49 open("/usr/share/fonts/truetype/ttf-japanese-gothic.ttf", O_RDONLY) = 14
[pid 13178] 21:25:49 fcntl(14, F_SETFD, FD_CLOEXEC) = 0
[pid 13178] 21:25:49 fstat(14, {st_mode=S_IFREG|0644, st_size=7770652, ...}) = 0
[pid 13178] 21:25:49 mmap(NULL, 7770652, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fee0a17f000
[pid 13178] 21:25:49 close(14) = 0
[pid 13178] 21:25:49 brk(0x239b000) = 0x239b000
[pid 13178] 21:25:49 brk(0x23e6000) = 0x23e6000
[pid 13178] 21:25:49 brk(0x2432000) = 0x2432000
[pid 13178] 21:25:49 brk(0x247e000) = 0x247e000
[pid 13178] 21:25:49 brk(0x24c9000) = 0x24c9000
[pid 13178] 21:25:49 brk(0x2515000) = 0x2515000
[pid 13178] 21:25:49 brk(0x2560000) = 0x2560000
[pid 13178] 21:25:49 brk(0x258b000) = 0x258b000
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"<\1\2\0\237\24\300\1\230\24C\0^\0\300\1\1\0\0\0&\0\0\0\6\0\n\0\377\377\t\0"..., 1280}, {NULL, 0}, {"", 0}], 3) = 1280
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224\264\220\204\24\300\1#\0\0\0\312w\235\2\0\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0"..., 4096) = 384
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"&\1\2\0\247\1\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1\1\324\220\0\0\0\0\247\1\0\0@j@\1\26\1\221\0\26\1\221\0\0\0\0\0\0\0\0\0", 4096) = 32
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\24\0\6\0\204\24\300\1#\0\0\0#\0\0\0\0\0\0\0\t\0\0\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\1 \325\220\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 68
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\22\0\17\0\204\24\300\1#\0\0\0#\0\0\0 \0\0\0\t\0\0\0G\0\0\0\1\0\0\0"..., 208}, {NULL, 0}, {"", 0}], 3) = 208
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224\326\220\204\24\300\1#\0\0\0\312w\235\2\0\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0"..., 4096) = 148
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 select(4, [3], [3], NULL, NULL) = 1 (out [3])
[pid 13178] 21:25:49 writev(3, [{"\22\0\v\0\204\24\300\1\2\1\0\0\2\1\0\0 \0\0\0\5\0\0\0\7\0\0\0$\0\0\0"..., 68}, {NULL, 0}, {"", 0}], 3) = 68
[pid 13178] 21:25:49 select(4, [3], [], NULL, NULL) = 1 (in [3])
[pid 13178] 21:25:49 read(3, "\34\224\332\220\204\24\300\1\2\1\0\0\313w\235\2\0\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0"..., 4096) = 64
[pid 13178] 21:25:49 read(3, 0x17f4c34, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[pid 13178] 21:25:49 poll([{fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=10, events=POLLIN}, {fd=13, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}], 9, 0) = 0 (Timeout)
[pid 13178] 21:25:49 futex(0x1973e8c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
^just hangs here, have to kill it
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29.3 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages kdebase-workspace-bin depends on:
ii kaboom 1.1.1 The Debian KDE settings migration
ii kdebase-runtime 4:4.2.2-1 runtime components from the offici
ii kdebase-workspace-data 4:4.2.2-2 shared data files for the KDE 4 ba
ii kdebase-workspace-libs4+5 4:4.2.2-2 libraries provided by the KDE 4 ba
ii kdelibs5 4:4.2.2-2 core libraries for all KDE 4 appli
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libfontconfig1 2.6.0-3 generic font configuration library
ii libfreetype6 2.3.9-4.1 FreeType 2 font engine, shared lib
ii libgl1-mesa-glx [libgl1] 7.4.1-1 A free implementation of the OpenG
ii libglib2.0-0 2.20.1-2 The GLib library of C routines
ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library
ii libpam0g 1.0.1-9 Pluggable Authentication Modules l
ii libphonon4 4:4.3.1-1 Phonon multimedia framework for Qt
ii libplasma3 4:4.2.2-2 library for the KDE 4 Plasma deskt
ii libpng12-0 1.2.36-1 PNG library - runtime
ii libqimageblitz4 1:0.0.4-4 QImageBlitz image effects library
ii libqt4-dbus 4.5.1-2 Qt 4 D-Bus module
ii libqt4-qt3support 4.5.1-2 Qt 3 compatibility library for Qt
ii libqt4-script 4.5.1-2 Qt 4 script module
ii libqt4-svg 4.5.1-2 Qt 4 SVG module
ii libqt4-xml 4.5.1-2 Qt 4 XML module
ii libqtcore4 4.5.1-2 Qt 4 core module
ii libqtgui4 4.5.1-2 Qt 4 GUI module
ii libsm6 2:1.1.0-2 X11 Session Management library
ii libsoprano4 2.2.2+dfsg.1-1 libraries for the Soprano RDF fram
ii libstdc++6 4.4.0-5 The GNU Standard C++ Library v3
ii libstreamanalyzer0 0.6.5-1+b1 streamanalyzer library for Strigi
ii libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii libx11-6 2:1.2.1-1 X11 client-side library
ii libxcursor1 1:1.1.9-1 X cursor management library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii libxi6 2:1.2.1-2 X11 Input extension library
ii libxinerama1 2:1.0.3-2 X11 Xinerama extension library
ii libxklavier12 3.9-1 X Keyboard Extension high-level AP
ii libxrandr2 2:1.3.0-2 X11 RandR extension library
ii libxrender1 1:0.9.4-2 X Rendering Extension client libra
ii libxss1 1:1.1.3-1 X11 Screen Saver extension library
ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension
ii libxxf86misc1 1:1.0.1-3 X11 XFree86 miscellaneous extensio
ii phonon 4:4.3.1-1 metapackage for Phonon multimedia
ii plasma-widgets-workspace 4:4.2.2-2 KDE 4 base workspace Plasma widget
ii x11-utils 7.4+1 X11 utilities
ii x11-xserver-utils 7.4+2 X server utilities
Versions of packages kdebase-workspace-bin recommends:
ii plasma-scriptengines 4:4.2.2-2 a metapackage to install all Plasm
Versions of packages kdebase-workspace-bin suggests:
ii x11-xkb-utils 7.4+2 X11 XKB utilities
-- debconf-show failed
-- debsums errors found:
/usr/sbin/prelink.bin: /usr/bin/kfontinst: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kfontinst
/usr/sbin/prelink.bin: /usr/bin/kxkb: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kxkb
/usr/sbin/prelink.bin: /usr/bin/krandrtray: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/krandrtray
/usr/sbin/prelink.bin: /usr/bin/kblankscrn.kss: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kblankscrn.kss
/usr/sbin/prelink.bin: /usr/bin/krunner: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/krunner
/usr/sbin/prelink.bin: /usr/bin/kdostartupconfig4: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kdostartupconfig4
/usr/sbin/prelink.bin: /usr/bin/plasmoidviewer: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/plasmoidviewer
/usr/sbin/prelink.bin: /usr/bin/ksplashx: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/ksplashx
/usr/sbin/prelink.bin: /usr/bin/ksplashsimple: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/ksplashsimple
/usr/sbin/prelink.bin: /usr/bin/plasmapkg: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/plasmapkg
/usr/sbin/prelink.bin: /usr/bin/kaccess: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kaccess
/usr/sbin/prelink.bin: /usr/bin/kfontview: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kfontview
/usr/sbin/prelink.bin: /usr/bin/kcminit_startup: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kcminit_startup
/usr/sbin/prelink.bin: /usr/bin/solid-bluetooth: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/solid-bluetooth
/usr/sbin/prelink.bin: /usr/bin/kmenuedit: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kmenuedit
/usr/sbin/prelink.bin: /usr/bin/krandom.kss: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/krandom.kss
/usr/sbin/prelink.bin: /usr/bin/ksplashx_scale: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/ksplashx_scale
/usr/sbin/prelink.bin: /usr/bin/ksmserver: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/ksmserver
/usr/sbin/prelink.bin: /usr/bin/solid-network: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/solid-network
/usr/sbin/prelink.bin: /usr/bin/plasma: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/plasma
/usr/sbin/prelink.bin: /usr/bin/kcminit: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kcminit
/usr/sbin/prelink.bin: /usr/bin/plasma-overlay: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/plasma-overlay
/usr/sbin/prelink.bin: /usr/bin/ksystraycmd: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/ksystraycmd
/usr/sbin/prelink.bin: /usr/bin/plasmaengineexplorer: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/plasmaengineexplorer
/usr/sbin/prelink.bin: /usr/bin/solid-powermanagement: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/solid-powermanagement
/usr/sbin/prelink.bin: /usr/bin/kwrited: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/bin/kwrited
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_plasma.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_plasma.so
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_kcminit_startup.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_kcminit_startup.so
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_kmenuedit.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_kmenuedit.so
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_kcminit.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_kcminit.so
/usr/sbin/prelink.bin: /usr/lib/libkhotkeysprivate.so.4.2.0: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkhotkeysprivate.so.4.2.0
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_ksmserver.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_ksmserver.so
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_krunner.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_krunner.so
/usr/sbin/prelink.bin: /usr/lib/kconf_update_bin/krdb_clearlibrarypath: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kconf_update_bin/krdb_clearlibrarypath
/usr/sbin/prelink.bin: /usr/lib/kconf_update_bin/khotkeys_update: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kconf_update_bin/khotkeys_update
/usr/sbin/prelink.bin: /usr/lib/kconf_update_bin/plasma-add-shortcut-to-menu: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kconf_update_bin/plasma-add-shortcut-to-menu
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_kxkb.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_kxkb.so
/usr/sbin/prelink.bin: /usr/lib/kde4/libexec/test_kcm_xinerama: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kde4/libexec/test_kcm_xinerama
/usr/sbin/prelink.bin: /usr/lib/kde4/libexec/kfontprint: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kde4/libexec/kfontprint
/usr/sbin/prelink.bin: /usr/lib/kde4/libexec/kcmdatetimehelper: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kde4/libexec/kcmdatetimehelper
/usr/sbin/prelink.bin: /usr/lib/kde4/libexec/kio_fonts_helper: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kde4/libexec/kio_fonts_helper
/usr/sbin/prelink.bin: /usr/lib/kde4/libexec/krunner_lock: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/kde4/libexec/krunner_lock
/usr/sbin/prelink.bin: /usr/lib/libkdeinit4_kaccess.so: at least one of file's dependencies has changed since prelinking
debsums: checksum mismatch kdebase-workspace-bin file /usr/lib/libkdeinit4_kaccess.so
Attachment:
kdepanelfrozen.png
Description: PNG image