Mailinglist Archive: opensuse-bugs (14006 mails)

< Previous Next >
[Bug 380666] New: kernel: kobject_add failed for vcs1 with -EEXIST, don' t try to register things with the same name in the same directory.
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 17 Apr 2008 01:08:23 -0600 (MDT)
  • Message-id: <bug-380666-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=380666

User Ulrich.Windl@xxxxxxxxxxxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=380666#c1

Summary: kernel: kobject_add failed for vcs1 with -EEXIST, don't
try to register things with the same name in the same
directory.
Product: openSUSE 10.3
Version: Final
Platform: i686
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
AssignedTo: kernel-maintainers@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: Ulrich.Windl@xxxxxxxxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---


Today my system just froze while moving the mouse. It was completely dead, so I
had to hard-reset it. During boot there was a problem activating the crypto-fs
(which needed checking). While I tried to enter "check" after the passphrase
prompt, I saw a panic-like message on the screen, then the display manager
started.
Examining the syslog later I found (no reasons for the freeze) these messages
during the boot after reset:
Apr 17 08:41:15 (none) kernel: kobject_add failed for vcs1 with -EEXIST, don't
try to register things with the same name in the same directory.
Apr 17 08:41:15 (none) kernel: [<c01ce1f1>] kobject_shadow_add+0x156/0x188
Apr 17 08:41:15 (none) kernel: [<c01ce372>] kobject_set_name+0x2b/0x92
Apr 17 08:41:15 (none) kernel: [<c023de5f>] device_add+0x8e/0x46a
Apr 17 08:41:15 (none) kernel: [<c01ce263>] kobject_init+0x31/0x3f
Apr 17 08:41:15 (none) kernel: [<c023e574>] device_create+0x77/0x97
Apr 17 08:41:15 (none) kernel: [<c022c8f4>] vcs_make_sysfs+0x34/0x6e
Apr 17 08:41:15 (none) kernel: [<c023167e>] con_open+0x6f/0x7c
Apr 17 08:41:15 (none) kernel: [<c02273a8>] tty_open+0x180/0x284
Apr 17 08:41:15 (none) kernel: [<c01734a9>] chrdev_open+0x118/0x133
Apr 17 08:41:15 (none) kernel: [<c0173391>] chrdev_open+0x0/0x133
Apr 17 08:41:15 (none) kernel: [<c016f8b7>] __dentry_open+0xc1/0x178
Apr 17 08:41:15 (none) kernel: [<c016f9e8>] nameidata_to_filp+0x24/0x33
Apr 17 08:41:15 (none) kernel: [<c016fa2e>] do_filp_open+0x37/0x3e
Apr 17 08:41:15 (none) kernel: [<c016f79b>] get_unused_fd+0x57/0xb2
Apr 17 08:41:15 (none) kernel: [<c016fa77>] do_sys_open+0x42/0xc8
Apr 17 08:41:15 (none) kernel: [<c0104ea2>] syscall_call+0x7/0xb
Apr 17 08:41:15 (none) kernel: =======================
Apr 17 08:41:15 (none) kernel: kobject_add failed for vcsa1 with -EEXIST, don't
try to register things with the same name in the same directory.
Apr 17 08:41:15 (none) kernel: [<c01ce1f1>] kobject_shadow_add+0x156/0x188
Apr 17 08:41:15 (none) kernel: [<c01ce372>] kobject_set_name+0x2b/0x92
Apr 17 08:41:15 (none) kernel: [<c023de5f>] device_add+0x8e/0x46a
Apr 17 08:41:15 (none) kernel: [<c01ce263>] kobject_init+0x31/0x3f
Apr 17 08:41:15 (none) kernel: [<c023e574>] device_create+0x77/0x97
Apr 17 08:41:15 (none) kernel: [<c022c929>] vcs_make_sysfs+0x69/0x6e
Apr 17 08:41:15 (none) kernel: [<c023167e>] con_open+0x6f/0x7c
Apr 17 08:41:15 (none) kernel: [<c02273a8>] tty_open+0x180/0x284
Apr 17 08:41:15 (none) kernel: [<c01734a9>] chrdev_open+0x118/0x133
Apr 17 08:41:15 (none) kernel: [<c0173391>] chrdev_open+0x0/0x133
Apr 17 08:41:15 (none) kernel: [<c016f8b7>] __dentry_open+0xc1/0x178
Apr 17 08:41:15 (none) kernel: [<c016f9e8>] nameidata_to_filp+0x24/0x33
Apr 17 08:41:15 (none) kernel: [<c016fa2e>] do_filp_open+0x37/0x3e
Apr 17 08:41:15 (none) kernel: [<c016f79b>] get_unused_fd+0x57/0xb2
Apr 17 08:41:15 (none) kernel: [<c016fa77>] do_sys_open+0x42/0xc8
Apr 17 08:41:15 (none) kernel: [<c016fb36>] sys_open+0x1c/0x1e
Apr 17 08:41:15 (none) kernel: [<c0104ea2>] syscall_call+0x7/0xb
Apr 17 08:41:15 (none) kernel: =======================

(kernel-default-2.6.22.17-0.1, 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04
UTC i686 i686 i386 GNU/Linux)
I don't know if that is serious, but it doesn't look pretty at least.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >