ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Music players hang
@ 2006-11-30  9:04 Ivan Adzhubey
  2006-11-30  9:08 ` Ivan Adzhubey
  2006-11-30 11:51 ` Valery V. Inozemtsev
  0 siblings, 2 replies; 4+ messages in thread
From: Ivan Adzhubey @ 2006-11-30  9:04 UTC (permalink / raw)
  To: sisyphus

Вот еще наткнулся после апдейта до 2.6.18 -- все графические проигрыватели не 
запускаются, просто виснут навсегда без всяких жалоб: xmms, amarok, все 
кдешные плейеры. Из командной строки все играет, системные звуки КДЕ тоже. 
Xine играет. Вслед за ядром и модулями обновил последовательно все остальное, 
кроме xorg -- не помогает.

--Иван


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Music players hang
  2006-11-30  9:04 [sisyphus] Music players hang Ivan Adzhubey
@ 2006-11-30  9:08 ` Ivan Adzhubey
  2006-11-30  9:11   ` Ivan Adzhubey
  2006-11-30 11:51 ` Valery V. Inozemtsev
  1 sibling, 1 reply; 4+ messages in thread
From: Ivan Adzhubey @ 2006-11-30  9:08 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Вот strace от xmms:

<...skipped...>
open("/home/ivan/.rcc/default.db/__db.001", O_RDWR|O_LARGEFILE) = 3
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
mmap2(NULL, 24576, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0xb7ef8000
close(3)                                = 0
open("/proc/stat", O_RDONLY)            = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7ef7000
read(3, "cpu  72236 140 12914 1045453 245"..., 1024) = 734
read(3, "", 1024)                       = 0
close(3)                                = 0
munmap(0xb7ef7000, 4096)                = 0
stat64("/home/ivan/.rcc/default.db/__db.002", {st_mode=S_IFREG|0755, 
st_size=131072, ...}) = 0
open("/home/ivan/.rcc/default.db/__db.002", O_RDWR|O_CREAT|O_LARGEFILE, 0755) 
= 3
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0xb7603000
close(3)                                = 0
stat64("/home/ivan/.rcc/default.db/__db.003", {st_mode=S_IFREG|0755, 
st_size=270336, ...}) = 0
open("/home/ivan/.rcc/default.db/__db.003", O_RDWR|O_CREAT|O_LARGEFILE, 0755) 
= 3
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
mmap2(NULL, 270336, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0xb75c1000
close(3)                                = 0
futex(0xb760e54c, FUTEX_WAIT, 2, NULL

и на этом висим...

--Иван


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Music players hang
  2006-11-30  9:08 ` Ivan Adzhubey
@ 2006-11-30  9:11   ` Ivan Adzhubey
  0 siblings, 0 replies; 4+ messages in thread
From: Ivan Adzhubey @ 2006-11-30  9:11 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Thursday 30 November 2006 04:08, Ivan Adzhubey wrote:
> Вот strace от xmms:
>
> <...skipped...>

Как много нам открытий чудных....

Удалил директорию ~/.rcc и все стало снова запускаться.

Видимо, обновление libdb постаралось, но что это за .rcc такой и кто и зачем 
его создает??

--Иван


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Music players hang
  2006-11-30  9:04 [sisyphus] Music players hang Ivan Adzhubey
  2006-11-30  9:08 ` Ivan Adzhubey
@ 2006-11-30 11:51 ` Valery V. Inozemtsev
  1 sibling, 0 replies; 4+ messages in thread
From: Valery V. Inozemtsev @ 2006-11-30 11:51 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

В сообщении от 30 ноября 2006 12:04 Ivan Adzhubey написал(a):
> Вот еще наткнулся после апдейта до 2.6.18 -- все графические проигрыватели
> не запускаются, просто виснут навсегда без всяких жалоб: xmms, amarok, все
> кдешные плейеры. Из командной строки все играет, системные звуки КДЕ тоже.
> Xine играет. Вслед за ядром и модулями обновил последовательно все
> остальное, кроме xorg -- не помогает.

а причем здесь ядро и все остальное? рецепт не раз озвучивался

$ rm -fr ~/.rcc

-- 
Valery V. Inozemtsev

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-30 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-30  9:04 [sisyphus] Music players hang Ivan Adzhubey
2006-11-30  9:08 ` Ivan Adzhubey
2006-11-30  9:11   ` Ivan Adzhubey
2006-11-30 11:51 ` Valery V. Inozemtsev

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git