Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2012-05-26 09:52:58

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Bardzo wolne uruchamianie programów

Witam,

używam już jakiś czas debiana testing (KDE) i mam problem z bardzo powolnym uruchamianiem się programów. Uruchomienie zwykłego Kwrite, Kate czy nie mówiąc już o jakimś większym programie odbywa się ze znacznym opóźnieniem. Mam na tym samym komputerze i na tym samym dysku zainstalowanego Minta (z Gnome) i tam nie występuje takie opóźnienie. W ogóle mam wrażenie, że system jest przymulony, np. podczas zmiany okien programów, otwierania okienka "Zapisz jako" przy zapisywaniu plików itp.

Trochę googlowałem i doczytałem, że dzięki programowi "strace" można odczytać co się dzieje podczas uruchamiania programu. I tak np. uruchomienie Kwrite powoduje całą masę komunikatów zakończonych "No such file or directory" oraz "Resource temporarily unavailable". Tak jakby przeszukiwane były jakieś katalogi w poszukiwaniu bibliotek, które tam nie istnieją. Mam wrażenie, że właśnie to jest przyczyną wolnego uruchamiania się programów, ponieważ programy uruchamiają się dopiero po przejściu wszystkich tych komunikatów. Przykładowy fragment z uruchomienia Kwrite (wyciągnąłem te najbardziej podejrzane):

Kod:

execve("/usr/bin/kwrite", ["kwrite"], [/* 37 vars */]) = 0
brk(0)                                  = 0x9e7b000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7785000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/i686/sse2/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/i686/sse2/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/i686/sse2/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/i686/sse2", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/i686/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/i686/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/i686/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/i686", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/sse2/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/sse2/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/sse2/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/sse2", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/tls/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/tls", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/i686/sse2/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/i686/sse2/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/i686/sse2/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/i686/sse2", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/i686/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/i686/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/i686/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/i686", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/sse2/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/sse2/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/sse2/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/sse2", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/cmov/libkdeinit4_kwrite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/kde4/libkdeinit/cmov", 0xbf9a23d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/kde4/libkdeinit/libkdeinit4_kwrite.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300|\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=88276, ...}) = 0
mmap2(NULL, 86856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb776f000
mmap2(0xb7783000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7783000
close(3)                                = 0
open("/usr/lib/kde4/libkdeinit/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3

Kod:

mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb4df3000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb4df2000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb4df1000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb4df0000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb4df0710, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb4e05000, 4096, PROT_READ)   = 0
mprotect(0xb4ea2000, 4096, PROT_READ)   = 0
mprotect(0xb4ecd000, 8192, PROT_READ)   = 0
mprotect(0xb4ed5000, 4096, PROT_READ)   = 0
mprotect(0xb4f22000, 4096, PROT_READ)   = 0
mprotect(0xb4f32000, 4096, PROT_READ)   = 0
mprotect(0xb507f000, 16384, PROT_READ)  = 0
mprotect(0xb50bc000, 4096, PROT_READ)   = 0
mprotect(0xb50df000, 4096, PROT_READ)   = 0
mprotect(0xb5131000, 4096, PROT_READ)   = 0
mprotect(0xb522a000, 12288, PROT_READ)  = 0
mprotect(0xb5277000, 4096, PROT_READ)   = 0
mprotect(0xb5281000, 4096, PROT_READ)   = 0
mprotect(0xb5285000, 4096, PROT_READ)   = 0
mprotect(0xb5293000, 4096, PROT_READ)   = 0
mprotect(0xb52ba000, 4096, PROT_READ)   = 0
mprotect(0xb532f000, 4096, PROT_READ)   = 0
mprotect(0xb53c8000, 16384, PROT_READ)  = 0
mprotect(0xb540d000, 4096, PROT_READ)   = 0
mprotect(0xb550a000, 4096, PROT_READ)   = 0
mprotect(0xb5524000, 4096, PROT_READ)   = 0
mprotect(0xb553b000, 4096, PROT_READ)   = 0
mprotect(0xb5573000, 4096, PROT_READ)   = 0
mprotect(0xb5680000, 4096, PROT_READ)   = 0
mprotect(0xb56c4000, 4096, PROT_READ)   = 0
mprotect(0xb57af000, 40960, PROT_READ)  = 0
mprotect(0xb5831000, 8192, PROT_READ)   = 0
mprotect(0xb59c1000, 4096, PROT_READ)   = 0
mprotect(0xb5a04000, 4096, PROT_READ)   = 0
mprotect(0xb5b53000, 12288, PROT_READ)  = 0
mprotect(0xb5c33000, 8192, PROT_READ)   = 0
mprotect(0xb5cb5000, 4096, PROT_READ)   = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb4def000
mprotect(0xb5d97000, 16384, PROT_READ)  = 0
mprotect(0xb607f000, 28672, PROT_READ)  = 0
mprotect(0xb635a000, 36864, PROT_READ)  = 0
mprotect(0xb6e26000, 139264, PROT_READ) = 0
mprotect(0xb7296000, 81920, PROT_READ)  = 0
mprotect(0xb72fe000, 8192, PROT_READ)   = 0
mprotect(0xb75ae000, 36864, PROT_READ)  = 0
mprotect(0xb75f5000, 8192, PROT_READ)   = 0
mprotect(0xb7750000, 8192, PROT_READ)   = 0
mprotect(0xb7783000, 4096, PROT_READ)   = 0
mprotect(0x8049000, 4096, PROT_READ)    = 0
mprotect(0xb77a3000, 4096, PROT_READ)   = 0
munmap(0xb7756000, 102102)              = 0
set_tid_address(0xb4df0778)             = 10107
set_robust_list(0xb4df0780, 0xc)        = 0

Kod:

access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/i686/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/i686/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/i686", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/i686/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/lib/i386-linux-gnu/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/lib/i386-linux-gnu/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/lib/i386-linux-gnu/tls/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/i686/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/i686/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/i686", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/tls/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/tls", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/i686/sse2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i386-linux-gnu/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i386-linux-gnu/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i386-linux-gnu/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/sse2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i386-linux-gnu/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i386-linux-gnu", {st_mode=S_IFDIR|0755, st_size=45056, ...}) = 0
open("/lib/tls/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbf9a13c0)     = -1 ENOENT (No such file or directory)
open("/lib/tls/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/tls/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/sse2", 0xbf9a13c0)     = -1 ENOENT (No such file or directory)
open("/lib/tls/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/cmov", 0xbf9a13c0)     = -1 ENOENT (No such file or directory)
open("/lib/tls/icui18n", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat64("/lib/tls", 0xbf9a13c0)          = -1 ENOENT (No such file or directory)
open("/lib/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/lib/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/sse2", 0xbf9a13c0)    = -1 ENOENT (No such file or directory)
open("/lib/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/cmov", 0xbf9a13c0)    = -1 ENOENT (No such file or directory)
open("/lib/i686/icui18n", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbf9a13c0)         = -1 ENOENT (No such file or directory)
open("/lib/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/sse2/cmov", 0xbf9a13c0)    = -1 ENOENT (No such file or directory)
open("/lib/sse2/icui18n", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat64("/lib/sse2", 0xbf9a13c0)         = -1 ENOENT (No such file or directory)
open("/lib/cmov/icui18n", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat64("/lib/cmov", 0xbf9a13c0)         = -1 ENOENT (No such file or directory)
open("/lib/icui18n", O_RDONLY)          = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/icui18n", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i686/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/sse2", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i686/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/sse2/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/sse2/cmov", 0xbf9a13c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/sse2/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/sse2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/cmov/icui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/cmov", 0xbf9a13c0)     = -1 ENOENT (No such file or directory)
open("/usr/lib/icui18n", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
munmap(0xb4c5f000, 102102)              = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=102102, ...}) = 0
mmap2(NULL, 102102, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb4c5f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/cmov/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/sse2/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/cmov/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/sse2/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/icui18n.so.48", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/cmov/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/sse2/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/icui18n.so.48", O_RDONLY) = -1 ENOENT (No such file or directory)
munmap(0xb4c5f000, 102102)              = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=102102, ...}) = 0
mmap2(NULL, 102102, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb4c5f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/cmov/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/sse2/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/cmov/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/i686/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/sse2/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libicui18n", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/cmov/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/sse2/libicui18n", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libicui18n", O_RDONLY)   = -1 ENOENT (No such file or directory)
munmap(0xb4c5f000, 102102)              = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3

Kod:

recv(6, "\1\0\32\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\33\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\34\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\35\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0&\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 38}, {"\0\0", 2}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\36\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\37\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0 \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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0!\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\"\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0&\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 38}, {"\0\0", 2}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0#\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0$\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0%\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0&\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0'\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0&\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 38}, {"\0\0", 2}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0(\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0)\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0*\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0+\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0,\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0&\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 38}, {"\0\0", 2}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0-\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0.\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0/\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0000\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0!\0", 8}, {"-*-fixed-medium-r-*-*-16-*-KOI8-"..., 33}, {"\0\0\0", 3}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0001\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0#\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-KOI"..., 35}, {"\0", 1}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0002\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0%\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-K"..., 37}, {"\0\0\0", 3}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0003\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0'\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 39}, {"\0", 1}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0004\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0)\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 41}, {"\0\0\0", 3}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0005\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0006\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0&\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 38}, {"\0\0", 2}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0007\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0008\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0009\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0:\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0;\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0&\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 38}, {"\0\0", 2}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0<\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0=\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0>\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0?\3\16\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 88
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0%\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 37}, {"\0\0\0", 3}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0@\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0'\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 39}, {"\0", 1}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0A\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0)\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 41}, {"\0\0\0", 3}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0B\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0+\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 43}, {"\0", 1}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0C\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0-\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 45}, {"\0\0\0", 3}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0D\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0%\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 37}, {"\0\0\0", 3}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0E\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0'\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 39}, {"\0", 1}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0F\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0)\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 41}, {"\0\0\0", 3}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0G\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0+\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 43}, {"\0", 1}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0H\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0-\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 45}, {"\0\0\0", 3}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0I\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0%\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO88"..., 37}, {"\0\0\0", 3}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0J\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0'\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 39}, {"\0", 1}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0K\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0)\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 41}, {"\0\0\0", 3}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0L\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0+\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 43}, {"\0", 1}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0M\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0-\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 45}, {"\0\0\0", 3}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0N\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-JISX0"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0O\3\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 100
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0)\0", 8}, {"-*-fixed-medium-r-*-*-16-*-KSC56"..., 41}, {"\0\0\0", 3}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0P\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0+\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-KSC"..., 43}, {"\0", 1}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0Q\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0-\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-K"..., 45}, {"\0\0\0", 3}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0R\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0/\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 47}, {"\0", 1}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0S\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\17\0\1\0001\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 49}, {"\0\0\0", 3}], 3) = 60
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0T\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0%\0", 8}, {"-*-*-medium-r-*-*-16-*-KSC5601.1"..., 37}, {"\0\0\0", 3}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0U\3\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 100
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0(\0", 8}, {"-*-fixed-medium-r-*-*-16-*-GB231"..., 40}, {"", 0}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0V\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-GB2"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0W\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0,\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-G"..., 44}, {"", 0}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0X\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0.\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 46}, {"\0\0", 2}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0Y\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0000\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 48}, {"", 0}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0Z\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\v\0\1\0$\0", 8}, {"-*-*-medium-r-*-*-16-*-GB2312.19"..., 36}, {"", 0}], 3) = 44
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0[\3\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 100
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-JISX0"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0\\\3\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 100
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0*\0", 8}, {"-*-fixed-medium-r-*-*-16-*-JISX0"..., 42}, {"\0\0", 2}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0]\3\21\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 100
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0%\0", 8}, {"-*-fixed-medium-r-*-*-16-*-ISO10"..., 37}, {"\0\0\0", 3}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0^\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\f\0\1\0'\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-ISO"..., 39}, {"\0", 1}], 3) = 48
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0_\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0)\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-I"..., 41}, {"\0\0\0", 3}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0`\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\r\0\1\0+\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 43}, {"\0", 1}], 3) = 52
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0a\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", 4096, 0) = 32
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"1\0\16\0\1\0-\0", 8}, {"-*-fixed-medium-r-*-*-16-*-*-*-*"..., 45}, {"\0\0\0", 3}], 3) = 56
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1\0b\3\17\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 92
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])
writev(6, [{"2\0\21\0\1\0:\0", 8}, {"-sony-fixed-medium-r-normal--16-"..., 58}, {"\0\0", 2}], 3) = 68
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
recv(6, "\1:c\3@\0\0\0\0\0\0\0\10\0\377\377\365\377\0\0\0\0\0\0\3\0\10\0\10\0\16\0"..., 4096, 0) = 348
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
recv(6, 0x9eacb78, 4096, 0)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}])

Tych komunikatów przy uruchomieniu zwykłego Kwrite jest gigantyczna ilość (ponad 10.000). Nie wiem czy to jest normalne, ale mam wrażenie, że coś jest nie tak.

Offline

 

#2  2012-05-26 10:04:11

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Bardzo wolne uruchamianie programów

Czy na koncie nowego użytkownika również występuje ten problem?
Czy na libcairo2 w wersji 1.10 również występuje ten problem?
Czy na sterownikach w innej wersji (np. 302.11) również występuje ten problem?

Offline

 

#3  2012-05-26 10:26:38

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Re: Bardzo wolne uruchamianie programów

Na nowym koncie jest dużo lepiej. Praktycznie nie ma komunikatów "No such file or directory", są tylko "Resource temporarily unavailable". Programy startują szybciej.
Do mojej karty (GeForce 8400 GS) nie ma takiego sterownika jak 302.11, mam zainstalowany najnowszy (295.53).
Cairo2 cofnąć taką komendą?:

Kod:

aptitude install libcairo2=1.10.2-2.1

Ostatnio edytowany przez davidoski (2012-05-26 10:32:06)

Offline

 

#4  2012-05-26 10:38:54

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Bardzo wolne uruchamianie programów

Sterowniki 302.11 to jeszcze beta. Można pobrać np. stąd: http://www.nvnews.net/vbulletin/showpost.php?p=1836667.

Żeby cofnąć przez aptitude trzeba najpierw dodać repozytorium w którym ten pakiet się znajduje, np.:

Kod:

deb http://snapshot.debian.org/archive/debian/20120504T093403Z/ testing main

Odświeżyć listę pakietów (przy repozytoriach ze snapshot.debian.org konieczna jest ta dodatkowa opcja):

Kod:

aptitude -o Acquire::Check-Valid-Until=0 update

Zainstalować:

Kod:

aptitude install libcairo2=1.10.2-7

Jeżeli chodzi tylko o jeden pakiet, to można też po prostu go pobrać i zainstalować przez dpkg.

http://snapshot.debian.org/package/cairo/1.10.2-7/#libcairo2_1.10.2-7

EDIT: Do tego przelogowanie lub restart systemu.

Offline

 

#5  2012-05-26 11:09:43

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Re: Bardzo wolne uruchamianie programów

Cofnąłem libcairo, ale nic się nie zmieniło. Będę więc musiał skonfigurować od nowa użytkownika, bo to chyba jedyne rozwiązanie. Tyle mam wszelkich ustawień, że zajmie mi to chyba z tydzień... Dzięki za pomoc!

Ostatnio edytowany przez davidoski (2012-05-26 11:11:14)

Offline

 

#6  2012-05-26 11:51:27

  dominbik - Członek DUG

dominbik
Członek DUG
Zarejestrowany: 2011-07-25

Re: Bardzo wolne uruchamianie programów

można też nadpisać tylko niektóre pliki konfiguracyjne ~/.*(zwykle są ukryte) z nowego użytkownika do starego. te odnośnie ustawień kde. gdyby to był openbox i tint2 + gtk2 wiedziałbym co przekopiować z .config/ i nie tylko. w tym wypadku mogę tylko powiedzieć, że nie trzeba tworzyć nowego a to kwestia po prostu jakiś plików w katalogu domowym (które można nadpisać z nowego uzytkownika)


http://img34.imageshack.us/img34/5092/zw9m.png http://img29.imageshack.us/img29/219/pibw.png

Offline

 

#7  2012-05-26 13:51:18

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Re: Bardzo wolne uruchamianie programów

Codziennie trochę i w parę dni wszystko poustawiam, będzie okazja do zrobienia wszystkiego od nowa :)

Offline

 

#8  2012-05-26 16:22:34

  Minio - Użyszkodnik

Minio
Użyszkodnik
Skąd: Poznań, Polska
Zarejestrowany: 2007-12-22
Serwis

Re: Bardzo wolne uruchamianie programów

davidoski: on szuka w ścieżkach, w których nigdy nie powinien był szukać. Porównaj sobie wyniki poniższego polecenia na swoim użytkowniku oraz na tym nowym, gdzie wszystko działa:

Kod:

kde4-config --types |while read name reszta; do echo -n "$name: "; kde4-config --path "$name" ; done

Offline

 

#9  2012-05-26 21:22:25

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Re: Bardzo wolne uruchamianie programów

Hmm, to ciekawe, ale nie ma różnicy między wynikami tego polecenia.... Teraz zauważyłem, że jest lepiej również na pierwotnym użytkowniku, więc może to jednak libcairo2 miało winę, tylko potrzebne było przelogowanie.

aptitude full-upgrade chce mi za każdym razem aktualizować libcairo2 do nowszej wersji - można to jakoś trwale przyblokować, żeby reszta się upgradowała z wyjątkiem tego jednego pakietu?

Ostatnio edytowany przez davidoski (2012-05-26 21:29:25)

Offline

 

#10  2012-05-26 21:40:18

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Bardzo wolne uruchamianie programów

Przelogowanie jest konieczne z tego co pamiętam.

Sposobów na przyblokowanie jest nawet kilka, osobiście preferuję dopisywanie w /etc/apt/preferences (bez jakiegoś szczególnego powodu), np.:

Kod:

Package: libcairo2
Pin: release a=now
Pin-Priority: 1020

Offline

 

#11  2012-05-27 01:53:18

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Re: Bardzo wolne uruchamianie programów

Zrobione i działa.

To repo snapshot krzyczało, że:

Kod:

E: Plik Release dla http://snapshot.debian.org/archive/debian/20120504T093403Z/dists/testing/InRelease wygasnął (nieprawidłowy od 15dni 15g 28min 8s). Aktualizacje z tego repozytorium nie będą wykonywane.

więc je zahaszowałem i teraz jest już spokój. Dzięki za pomoc.

Ostatnio edytowany przez davidoski (2012-05-27 01:54:08)

Offline

 

#12  2012-05-27 07:37:35

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Bardzo wolne uruchamianie programów

Po to właśnie była opcja Acquire::Check-Valid-Until=0 przy aptitude update, wyłącza ona sprawdzanie pola „Valid-Until” w pliku Release repozytorium. Normalnie APT sprawdza zawartą tam datę i jeśli została przekroczona, uznaje repozytorium za przestarzałe i je ignoruje.

Można to dodać do pliku /etc/apt/apt.conf żeby było na stałe:

Kod:

Acquire::Check-Valid-Until "false";

Nie żeby tutaj była taka potrzeba, tak tylko w ramach uzupełnienia.

Offline

 

#13  2012-05-27 10:46:07

  davidoski - Użytkownik

davidoski
Użytkownik
Skąd: Poznań
Zarejestrowany: 2007-04-17

Re: Bardzo wolne uruchamianie programów

ok

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)