ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] segfault console-kit-daemon в Branch 4.1
@ 2009-02-08  7:33 Vyatcheslav Perevalov
  2009-02-09 22:28 ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Vyatcheslav Perevalov @ 2009-02-08  7:33 UTC (permalink / raw)
  To: ALT Linux Community general discussions

При подключении и попытке воспользоваться графическим планшетом Genius G-Pen 
450 поймал следующее:
Feb  8 12:56:53 family kernel: console-kit-dae[17727]: segfault at d ip 
b7d94fd0 sp b7c2a318 error 4 in libpthread-2.5.1.so[b7d8e000+12000]

Соответственно, планшет не работает.
-- 
Всего хорошего
		/vip

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

* Re: [Comm] segfault console-kit-daemon в Branch 4.1
  2009-02-08  7:33 [Comm] segfault console-kit-daemon в Branch 4.1 Vyatcheslav Perevalov
@ 2009-02-09 22:28 ` Michael Shigorin
  2009-02-10 14:56   ` Vyatcheslav Perevalov
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2009-02-09 22:28 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Sun, Feb 08, 2009 at 01:33:14PM +0600, Vyatcheslav Perevalov wrote:
> При подключении и попытке воспользоваться графическим планшетом
> Genius G-Pen 450 поймал следующее:
> Feb  8 12:56:53 family kernel: console-kit-dae[17727]: segfault at d ip 
> b7d94fd0 sp b7c2a318 error 4 in libpthread-2.5.1.so[b7d8e000+12000]
> Соответственно, планшет не работает.

Не уверен, что "соответственно", но повесь на него что-нить
тяжёлое.  Не на планшет, разумеется. :)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] segfault console-kit-daemon в Branch 4.1
  2009-02-09 22:28 ` Michael Shigorin
@ 2009-02-10 14:56   ` Vyatcheslav Perevalov
  2009-02-10 15:35     ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Vyatcheslav Perevalov @ 2009-02-10 14:56 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Tuesday 10 February 2009 04:28:50 Michael Shigorin wrote:
> Не уверен, что "соответственно", но повесь на него что-нить
> тяжёлое.

Не вполне понял, на какой компонент вешать... Компонент 
console-kit-daemon отсутствует, как класс, а какому пакету принадлежит - хз.
-- 
/vip

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

* Re: [Comm] segfault console-kit-daemon в Branch 4.1
  2009-02-10 14:56   ` Vyatcheslav Perevalov
@ 2009-02-10 15:35     ` Michael Shigorin
  2009-02-10 15:45       ` Vyatcheslav Perevalov
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2009-02-10 15:35 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Tue, Feb 10, 2009 at 08:56:17PM +0600, Vyatcheslav Perevalov wrote:
> > Не уверен, что "соответственно", но повесь на него что-нить
> > тяжёлое.
> Не вполне понял, на какой компонент вешать... Компонент
> console-kit-daemon отсутствует, как класс, а какому пакету
> принадлежит - хз.

# rpm -qf `which console-kit-daemon`
ConsoleKit-0.3.0-alt3

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] segfault console-kit-daemon в Branch 4.1
  2009-02-10 15:35     ` Michael Shigorin
@ 2009-02-10 15:45       ` Vyatcheslav Perevalov
  2009-02-10 21:13         ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Vyatcheslav Perevalov @ 2009-02-10 15:45 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Tuesday 10 February 2009 21:35:26 Michael Shigorin wrote:
> # rpm -qf `which console-kit-daemon`

Понял, осознал. Пробовал с '$', а надо оказывается '#'.

#18797

-- 
/vip

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

* Re: [Comm] segfault console-kit-daemon в Branch 4.1
  2009-02-10 15:45       ` Vyatcheslav Perevalov
@ 2009-02-10 21:13         ` Michael Shigorin
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2009-02-10 21:13 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Tue, Feb 10, 2009 at 09:45:03PM +0600, Vyatcheslav Perevalov wrote:
> > # rpm -qf `which console-kit-daemon`
> Понял, осознал. Пробовал с '$', а надо оказывается '#'.
> #18797

Ну или точнее

$ PATH=$PATH:/sbin:/usr/sbin rpm -qf `which console-kit-daemon`

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2009-02-10 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-08  7:33 [Comm] segfault console-kit-daemon в Branch 4.1 Vyatcheslav Perevalov
2009-02-09 22:28 ` Michael Shigorin
2009-02-10 14:56   ` Vyatcheslav Perevalov
2009-02-10 15:35     ` Michael Shigorin
2009-02-10 15:45       ` Vyatcheslav Perevalov
2009-02-10 21:13         ` Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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