linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: udev taking a long time during startup
@ 2006-08-03  5:04 Piet Delaney
  2006-08-03 14:09 ` Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Piet Delaney @ 2006-08-03  5:04 UTC (permalink / raw)
  To: linux-hotplug

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

On Wed, 2006-08-02 at 10:57 +0200, Kay Sievers wrote:
> On Tue, 2006-08-01 at 00:16 -0700, Piet Delaney wrote:
> > We were wondering why there is a 60 second delay on our systems
> > from the time that the kernel releases memory and the file system 
> > is checked.
> > 
> > I dropped into kgdb during this period and found that an init
> > script, S10udev in our case, was sleeping in sys_nanosleep()
> > or sys_wait4(). Looks like thread/process S10udev forks udevstart
> > which forks udev which appears to be sleeping or waiting every time
> > I check in on it; Seems terribly wasteful.
> > 
> > udev seems to be a utility for hotplug and configured
> > with /etc/udev/udev.conf. Since we have no hot plug devices
> > I wonder if it really has to be called on every startup. On
> > solaris the device nodes are only re-established if you boot
> > with a -r option.
> > 
> > I never see any children of udev, so I wonder why it's
> > calling wait4() and nanosleep() so often.
> 
> You may check with your distro, that sounds like a broken setup. And
> please ask further questions on: linux-hotplug-devel@lists.sourceforge.net

Yep, look like LFS linux-hotplug Developers Lists might be a good idea.

Looks like we must be using a LFS version prior to 6.1.1, as
we are using udev 030. I tried the latest 096 and installed it
in /usr/local. Was getting a bit tied on upgrading the config
and rule files to the new "==" convention for KERNEL and just installed
030 in /usr/local so I could use the existing config and rules for now.

Booted fine with new udev utils from src with debug going
to /var/log/messages. As expected I saw a lot of nanosleeps,
a few for what appeared to be more than 10 iterations of 10 msec.

Since succeeding cases seemed to pass within 2 or 3 iterations of 
10 msec I tried decreasing the loops (for us) to 5 iterations of 5 
msec. So far I don't see a problem or a substantial improvement; 
at least not with the tracing enabled.

We are using the 2.6.12 thru 2.6.15 kernels and are based on the stable
linux from scratch (LFS) pre 6.1.1 distro; I think it's 6.1; we
shouldn't be running on such an old distro (support gets hard).

        http://www.linuxfromscratch.org/

in the future I guess we will migrate to the development LFS distro
which is currently useing udev-096 and linux 2.6.16.27.
                

Tonight I tried udev 096 to /usr/local/ and installed the 
LFS udev-config-6.2.tar rules.

Syslog is showing some confusion with an exising daemon running:
----------------------------------------------------------------
Aug  2 20:38:53 localhost udevsend[1794]: starting udevd daemon
Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
UDEV_CONFIG_FILE='/usr/local/etc/udev/udev.conf'
Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
udev_root='/dev'
Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
udev_rules='/usr/local/etc/udev/rules.d'
Aug  2 20:38:53 localhost udevd[1796]: udev_config_init: udev_log=7
Aug  2 20:38:53 localhost udevd[1796]: main: version 096
Aug  2 20:38:53 localhost udevd[1796]: init_udevd_socket: bind failed:
Address already in use
Aug  2 20:38:53 localhost udevd[1796]: main: another udevd running, exit
----------------------------------------------------------------------------
It also takes 83 seconds map /sys to /dev.

Fedore 5 runs thru udev in about a second. What's the trick?

So far having the best insight using existing udev 030 with
debug logging enabled (see attached traces with attempt with
changing nanosleep timeouts and loop counts.

-piet

> 
> Thanks,
> Kay
> 
-- 
Piet Delaney
BlueLane Teck
W: (408) 200-5256; piet@bluelane.com
H: (408) 243-8872; piet@piet.net


[-- Attachment #2: udev_with_10_millisec_sleeps --]
[-- Type: text/plain, Size: 374635 bytes --]

Aug  1 20:21:16 localhost udevd[1647]: main: version 030
Aug  1 20:21:16 localhost udevd[1650]: main: version 030
Aug  1 20:21:16 localhost udevd[1650]: main: bind failed, exit
Aug  1 20:21:16 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug  1 20:21:16 localhost kernel: Inspecting /boot/System.map-2.6.12.5.Golf.KGDB.0
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_insert: queued message seq 855
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_manager: seq 855 is 0 seconds old
Aug  1 20:21:16 localhost udevd[1647]: msg_dump_queue: sequence 855 in queue
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_manager: next event expires in 10 seconds
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_insert: queued message seq 856
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_manager: seq 855 is 0 seconds old
Aug  1 20:21:16 localhost udevd[1647]: msg_dump_queue: sequence 855 in queue
Aug  1 20:21:16 localhost udevd[1647]: msg_dump_queue: sequence 856 in queue
Aug  1 20:21:16 localhost udevd[1647]: msg_queue_manager: next event expires in 10 seconds
Aug  1 20:21:16 localhost kernel: Loaded 34035 symbols from /boot/System.map-2.6.12.5.Golf.KGDB.0.
Aug  1 20:21:16 localhost kernel: Symbols match kernel version 2.6.12.
Aug  1 20:21:16 localhost kernel: No module symbols loaded - kernel modules not enabled. 
Aug  1 20:21:16 localhost kernel: omm.com>
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject tun: registering. parent: misc, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294681.470000]               fill_kobj_path: path = '/class/misc/tun'
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug: /sbin/hotplug misc seq=821 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/misc/tun SUBSYSTEM=misc
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject de2104x: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294681.470000]               fill_kobj_path: path = '/bus/pci/drivers/de2104x'
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug: /sbin/hotplug drivers seq=822 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/de2104x SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject tulip: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294681.470000]               fill_kobj_path: path = '/bus/pci/drivers/tulip'
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug: /sbin/hotplug drivers seq=823 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/tulip SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294681.470000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294681.470000]        Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Aug  1 20:21:16 localhost kernel: [4294681.517000]         ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Aug  1 20:21:16 localhost kernel: [4294681.575000]          subsystem ide: registering
Aug  1 20:21:16 localhost kernel: [4294681.575000]            kobject ide: registering. parent: <NULL>, set: bus
Aug  1 20:21:16 localhost kernel: [4294681.575000]            kobject devices: registering. parent: ide, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294681.575000]            kobject drivers: registering. parent: ide, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294681.575000]                ICH3: IDE controller at PCI slot 0000:00:1f.1
Aug  1 20:21:16 localhost kernel: [4294681.625000]                       ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
Aug  1 20:21:16 localhost kernel: [4294681.676000]                    ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
Aug  1 20:21:16 localhost kernel: [4294681.746000]               ICH3: chipset revision 2
Aug  1 20:21:16 localhost kernel: [4294681.778000]              ICH3: not 100%% native mode: will probe irqs later
Aug  1 20:21:16 localhost kernel: [4294681.825000]                       ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio
Aug  1 20:21:16 localhost kernel: [4294681.884000]                       ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
Aug  1 20:21:16 localhost kernel: [4294681.943000]                Probing IDE interface ide0...
Aug  1 20:21:16 localhost kernel: [4294682.207000]                  hda: HTE541040G9AT00, ATA DISK drive
Aug  1 20:21:16 localhost kernel: [4294682.248000]                   kobject ide0: registering. parent: 0000:00:1f.1, set: devices
Aug  1 20:21:16 localhost kernel: [4294682.860000]                ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Aug  1 20:21:16 localhost kernel: [4294682.899000]                 kobject 0.0: registering. parent: ide0, set: devices
Aug  1 20:21:16 localhost kernel: [4294682.899000]                 kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294682.899000]                   fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294682.899000]                 kobject_hotplug: /sbin/hotplug ide seq=824 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/devices/pci0000:00/0000:00:1f.1/ide0/0.0 SUBSYSTEM=ide
Aug  1 20:21:16 localhost kernel: [4294682.899000]                 kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294682.899000]                Probing IDE interface ide1...
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject PIIX_IDE: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294683.418000]                 fill_kobj_path: path = '/bus/pci/drivers/PIIX_IDE'
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug: /sbin/hotplug drivers seq=825 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/PIIX_IDE SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject Serverworks_IDE: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294683.418000]                 fill_kobj_path: path = '/bus/pci/drivers/Serverworks_IDE'
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug: /sbin/hotplug drivers seq=826 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/Serverworks_IDE SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject PCI_IDE: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294683.418000]                 fill_kobj_path: path = '/bus/pci/drivers/PCI_IDE'
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug: /sbin/hotplug drivers seq=827 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/PCI_IDE SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294683.418000]               kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294683.418000]           Probing IDE interface ide1...
Aug  1 20:21:16 localhost kernel: [4294683.937000]           Probing IDE interface ide2...
Aug  1 20:21:16 localhost kernel: [4294684.449000]           Probing IDE interface ide3...
Aug  1 20:21:16 localhost kernel: [4294684.961000]           Probing IDE interface ide4...
Aug  1 20:21:16 localhost kernel: [4294685.473000]           Probing IDE interface ide5...
Aug  1 20:21:16 localhost kernel: [4294685.985000]            kobject ide-disk: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294685.985000]            kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294685.985000]              fill_kobj_path: path = '/bus/ide/drivers/ide-disk'
Aug  1 20:21:16 localhost kernel: [4294685.985000]            kobject_hotplug: /sbin/hotplug drivers seq=828 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/ide/drivers/ide-disk SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294685.985000]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294685.985000]              hda: max request size: 1024KiB
Aug  1 20:21:16 localhost kernel: [4294686.029000]              hda: 78140160 sectors (40007 MB) w/7539KiB Cache, CHS=16383/255/63, UDMA(100)
Aug  1 20:21:16 localhost kernel: [4294686.092000]              hda: cache flushes supported
Aug  1 20:21:16 localhost kernel: [4294686.126000]                kobject hda: registering. parent: <NULL>, set: block
Aug  1 20:21:16 localhost kernel: [4294686.126000]                kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.126000]                  fill_kobj_path: path = '/block/hda'
Aug  1 20:21:16 localhost kernel: [4294686.126000]                   fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.126000]                kobject_hotplug: /sbin/hotplug block seq=829 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.126000]                kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.126000]                    /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 p7 >
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda1: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda1'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=830 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda1 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda2: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda2'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=831 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda2 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda3: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda3'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=832 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda3 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda4: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda4'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=833 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda4 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda5: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda5'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=834 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda5 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda6: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda6'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=835 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda6 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject hda7: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.228000]                       fill_kobj_path: path = '/block/hda/hda7'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug: /sbin/hotplug block seq=836 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda7 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294686.228000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.231000]                 kobject queue: registering. parent: hda, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.231000]                  kobject iosched: registering. parent: queue, set: <NULL>
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject ide-cdrom: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.231000]              fill_kobj_path: path = '/bus/ide/drivers/ide-cdrom'
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject_hotplug: /sbin/hotplug drivers seq=837 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/ide/drivers/ide-cdrom SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject sd: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.231000]               fill_kobj_path: path = '/bus/scsi/drivers/sd'
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject_hotplug: /sbin/hotplug drivers seq=838 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/scsi/drivers/sd SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject mice: registering. parent: input, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.231000]              fill_kobj_path: path = '/class/input/mice'
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject_hotplug: /sbin/hotplug input seq=839 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/input/mice SUBSYSTEM=input
Aug  1 20:21:16 localhost kernel: [4294686.231000]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject psaux: registering. parent: misc, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.231000]               fill_kobj_path: path = '/class/misc/psaux'
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject_hotplug: /sbin/hotplug misc seq=840 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/misc/psaux SUBSYSTEM=misc
Aug  1 20:21:16 localhost kernel: [4294686.231000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.231000]        mice: PS/2 mouse device common for all mice
Aug  1 20:21:16 localhost kernel: [4294686.271000]        i2c /dev entries driver
Aug  1 20:21:16 localhost kernel: [4294686.299000]          subsystem i2c-dev: registering
Aug  1 20:21:16 localhost kernel: [4294686.299000]            kobject i2c-dev: registering. parent: <NULL>, set: class
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject dev_driver: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]               fill_kobj_path: path = '/bus/i2c/drivers/dev_driver'
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug: /sbin/hotplug drivers seq=841 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/i2c/drivers/dev_driver SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]          kobject atkbd: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]          kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]            fill_kobj_path: path = '/bus/serio/drivers/atkbd'
Aug  1 20:21:16 localhost kernel: [4294686.299000]          kobject_hotplug: /sbin/hotplug drivers seq=842 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/serio/drivers/atkbd SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject i801_smbus: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]               fill_kobj_path: path = '/bus/pci/drivers/i801_smbus'
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug: /sbin/hotplug drivers seq=843 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/i801_smbus SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]          kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]                     kobject i2c-0: registering. parent: 0000:00:1f.3, set: devices
Aug  1 20:21:16 localhost kernel: [4294686.299000]                     kobject i2c-0: registering. parent: i2c-adapter, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294686.299000]                     kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]                       fill_kobj_path: path = '/class/i2c-adapter/i2c-0'
Aug  1 20:21:16 localhost kernel: [4294686.299000]                        fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.3/i2c-0'
Aug  1 20:21:16 localhost kernel: [4294686.299000]                     kobject_hotplug: /sbin/hotplug i2c-adapter seq=844 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-adapter/i2c-0 SUBSYSTEM=i2c-adapter
Aug  1 20:21:16 localhost kernel: [4294686.299000]                     kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]                      kobject i2c-0: registering. parent: i2c-dev, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294686.299000]                      kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]                        fill_kobj_path: path = '/class/i2c-dev/i2c-0'
Aug  1 20:21:16 localhost kernel: [4294686.299000]                         fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.3'
Aug  1 20:21:16 localhost kernel: [4294686.299000]                      kobject_hotplug: /sbin/hotplug i2c-dev seq=845 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-dev/i2c-0 SUBSYSTEM=i2c-dev
Aug  1 20:21:16 localhost kernel: [4294686.299000]                      kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject i810_smbus: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]               fill_kobj_path: path = '/bus/pci/drivers/i810_smbus'
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug: /sbin/hotplug drivers seq=846 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/i810_smbus SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]            kobject i2c-1: registering. parent: platform, set: devices
Aug  1 20:21:16 localhost kernel: [4294686.299000]            kobject i2c-1: registering. parent: i2c-adapter, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294686.299000]            kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]              fill_kobj_path: path = '/class/i2c-adapter/i2c-1'
Aug  1 20:21:16 localhost kernel: [4294686.299000]               fill_kobj_path: path = '/devices/platform/i2c-1'
Aug  1 20:21:16 localhost kernel: [4294686.299000]            kobject_hotplug: /sbin/hotplug i2c-adapter seq=847 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-adapter/i2c-1 SUBSYSTEM=i2c-adapter
Aug  1 20:21:16 localhost kernel: [4294686.299000]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject i2c-1: registering. parent: i2c-dev, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]               fill_kobj_path: path = '/class/i2c-dev/i2c-1'
Aug  1 20:21:16 localhost kernel: [4294686.299000]                fill_kobj_path: path = '/devices/platform/i2c-1'
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug: /sbin/hotplug i2c-dev seq=848 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-dev/i2c-1 SUBSYSTEM=i2c-dev
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject w83627hf: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]               fill_kobj_path: path = '/bus/i2c/drivers/w83627hf'
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug: /sbin/hotplug drivers seq=849 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/i2c/drivers/w83627hf SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.299000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.299000]                kobject 1-0290: registering. parent: i2c-1, set: devices
Aug  1 20:21:16 localhost kernel: [4294686.299000]                kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.299000]                  fill_kobj_path: path = '/devices/platform/i2c-1/1-0290'
Aug  1 20:21:16 localhost kernel: [4294686.299000]                kobject_hotplug: /sbin/hotplug i2c seq=850 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/devices/platform/i2c-1/1-0290 SUBSYSTEM=i2c
Aug  1 20:21:16 localhost kernel: [4294686.299000]                kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.301000]             kobject w83781d: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294686.301000]             kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294686.301000]               fill_kobj_path: path = '/bus/i2c/drivers/w83781d'
Aug  1 20:21:16 localhost kernel: [4294686.301000]             kobject_hotplug: /sbin/hotplug drivers seq=851 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/i2c/drivers/w83781d SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294686.301000]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294686.333000]         md: linear personality registered as nr 1
Aug  1 20:21:16 localhost kernel: [4294686.371000]         md: raid0 personality registered as nr 2
Aug  1 20:21:16 localhost kernel: [4294686.410000]         md: raid1 personality registered as nr 3
Aug  1 20:21:16 localhost kernel: [4294686.448000]         md: raid5 personality registered as nr 4
Aug  1 20:21:16 localhost kernel: [4294686.486000]        raid5: automatically using best checksumming function: pIII_sse
Aug  1 20:21:16 localhost kernel: [4294686.542000]            pIII_sse  :  3956.000 MB/sec
Aug  1 20:21:16 localhost kernel: [4294686.575000]        raid5: using function: pIII_sse (3956.000 MB/sec)
Aug  1 20:21:16 localhost kernel: [4294686.635000]         raid6: int32x1    750 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.682000]         raid6: int32x2    835 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.729000]         raid6: int32x4    773 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.776000]         raid6: int32x8    785 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.823000]         raid6: mmxx1     2496 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.870000]         raid6: mmxx2     3105 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.917000]         raid6: sse1x1    1687 MB/s
Aug  1 20:21:16 localhost kernel: [4294686.964000]         raid6: sse1x2    3003 MB/s
Aug  1 20:21:16 localhost kernel: [4294687.011000]         raid6: sse2x1    3398 MB/s
Aug  1 20:21:16 localhost kernel: [4294687.058000]         raid6: sse2x2    3449 MB/s
Aug  1 20:21:16 localhost kernel: [4294687.088000]         raid6: using algorithm sse2x2 (3449 MB/s)
Aug  1 20:21:16 localhost kernel: [4294687.127000]         md: raid6 personality registered as nr 8
Aug  1 20:21:16 localhost kernel: [4294687.165000]         md: multipath personality registered as nr 7
Aug  1 20:21:16 localhost kernel: [4294687.206000]        md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
Aug  1 20:21:16 localhost kernel: [4294687.253000]              kobject device-mapper: registering. parent: misc, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294687.253000]              kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294687.253000]                fill_kobj_path: path = '/class/misc/device-mapper'
Aug  1 20:21:16 localhost kernel: [4294687.253000]              kobject_hotplug: /sbin/hotplug misc seq=852 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/misc/device-mapper SUBSYSTEM=misc
Aug  1 20:21:16 localhost kernel: [4294687.253000]              kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294687.253000]         device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Aug  1 20:21:16 localhost kernel: [4294687.310000]        padlock: VIA PadLock not detected.
Aug  1 20:21:16 localhost kernel: [4294687.344000]        initmodule(): Cavium Driver --- 0.99-k
Aug  1 20:21:16 localhost kernel: [4294687.381000]        initmodule(): N1-Lite Device found at Bus 7 Slot 6
Aug  1 20:21:16 localhost kernel: [4294687.424000]             ACPI: PCI Interrupt 0000:07:06.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Aug  1 20:21:16 localhost kernel: [4294687.489000]         cavium_init_one(): bar 0: b200
Aug  1 20:21:16 localhost kernel: [4294687.522000]         cavium_init_one(): bar 2: b300
Aug  1 20:21:16 localhost kernel: [4294687.554000]          cavium_init(): cavium_init: allocating CTP BASE
Aug  1 20:21:16 localhost kernel: [4294687.598000]          cavium_init(): cavium_init: CTP BASE 0xc2520000
Aug  1 20:21:16 localhost kernel: [4294687.641000]          cavium_init(): cavium_init: Scratchpad BASE 0xc2520000
Aug  1 20:21:16 localhost kernel: [4294687.688000]          cavium_init(): cavium_init: allocating command queues.
Aug  1 20:21:16 localhost kernel: [4294687.735000]          cavium_init(): cavium_init: clearing error regs,setting up command qs
Aug  1 20:21:16 localhost kernel: [4294687.790000]            setup_request_queues(): queue_base = 2530020
Aug  1 20:21:16 localhost kernel: [4294687.833000]            setup_request_queues(): queue_length = 7d0
Aug  1 20:21:16 localhost kernel: [4294687.878000]            setup_request_queues(): queue_base = 2560020
Aug  1 20:21:16 localhost kernel: [4294687.921000]            setup_request_queues(): queue_length = 7d0
Aug  1 20:21:16 localhost kernel: [4294687.966000]           check_dram(): NO DDR on the chip 
Aug  1 20:21:16 localhost kernel: [4294688.001000]           check_dram(): Resorting to Context memory on Host.
Aug  1 20:21:16 localhost kernel: [4294688.046000]          cavium_init(): cavium_general_init: init context.
Aug  1 20:21:16 localhost kernel: [4294688.090000]           init_context(): dram_chunk count: 8192
Aug  1 20:21:16 localhost kernel: [4294688.131000]          cavium_init(): cavium_init: doing core discovery, load microcode
Aug  1 20:21:16 localhost kernel: [4294688.184000]          cavium_init(): cavium_init: enabling error interrupts.
Aug  1 20:21:16 localhost kernel: [4294688.231000]           enable_all_interrupts(): Interrupt Mask Register = 001fdfff
Aug  1 20:21:16 localhost kernel: [4294688.281000]           enable_all_interrupts(): PCI Config 04 = 02b00145
Aug  1 20:21:16 localhost kernel: [4294688.326000]          cavium_init(): cavium_init: returning with success.
Aug  1 20:21:16 localhost kernel: [4294688.371000]        initmodule(): Finished Initializing this device
Aug  1 20:21:16 localhost kernel: [4294688.412000]        initmodule(): N1-Lite Device found at Bus 8 Slot 6
Aug  1 20:21:16 localhost kernel: [4294688.456000]             ACPI: PCI Interrupt 0000:08:06.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Aug  1 20:21:16 localhost kernel: [4294688.521000]         cavium_init_one(): bar 0: c200
Aug  1 20:21:16 localhost kernel: [4294688.554000]         cavium_init_one(): bar 2: c300
Aug  1 20:21:16 localhost kernel: [4294688.586000]          cavium_init(): cavium_init: allocating CTP BASE
Aug  1 20:21:16 localhost kernel: [4294688.630000]          cavium_init(): cavium_init: CTP BASE 0xe7590000
Aug  1 20:21:16 localhost kernel: [4294688.673000]          cavium_init(): cavium_init: Scratchpad BASE 0xe7590000
Aug  1 20:21:16 localhost kernel: [4294688.720000]          cavium_init(): cavium_init: allocating command queues.
Aug  1 20:21:16 localhost kernel: [4294688.767000]          cavium_init(): cavium_init: clearing error regs,setting up command qs
Aug  1 20:21:16 localhost kernel: [4294688.822000]            setup_request_queues(): queue_base = 275c0020
Aug  1 20:21:16 localhost kernel: [4294688.865000]            setup_request_queues(): queue_length = 7d0
Aug  1 20:21:16 localhost kernel: [4294688.910000]            setup_request_queues(): queue_base = 275d0020
Aug  1 20:21:16 localhost kernel: [4294688.953000]            setup_request_queues(): queue_length = 7d0
Aug  1 20:21:16 localhost kernel: [4294688.998000]           check_dram(): NO DDR on the chip 
Aug  1 20:21:16 localhost kernel: [4294689.034000]           check_dram(): Resorting to Context memory on Host.
Aug  1 20:21:16 localhost kernel: [4294689.079000]          cavium_init(): cavium_general_init: init context.
Aug  1 20:21:16 localhost kernel: [4294689.123000]           init_context(): dram_chunk count: 8192
Aug  1 20:21:16 localhost kernel: [4294689.164000]          cavium_init(): cavium_init: doing core discovery, load microcode
Aug  1 20:21:16 localhost kernel: [4294689.217000]          cavium_init(): cavium_init: enabling error interrupts.
Aug  1 20:21:16 localhost kernel: [4294689.264000]           enable_all_interrupts(): Interrupt Mask Register = 001fdfff
Aug  1 20:21:16 localhost kernel: [4294689.314000]           enable_all_interrupts(): PCI Config 04 = 02b00145
Aug  1 20:21:16 localhost kernel: [4294689.359000]          cavium_init(): cavium_init: returning with success.
Aug  1 20:21:16 localhost kernel: [4294689.404000]        initmodule(): Finished Initializing this device
Aug  1 20:21:16 localhost kernel: [4294689.446000]        initmodule(): Total Number of N1/N1-Lite Devices: 2
Aug  1 20:21:16 localhost kernel: [4294689.490000]         cavium_general_init(): cavium_general_init:init buffer pools.
Aug  1 20:21:16 localhost kernel: [4294689.540000]          init_buffer_pool(): CAVIUM init_buffer_pool: called
Aug  1 20:21:16 localhost kernel: [4294689.588000]          init_buffer_pool(): Returning from init_buffer_pool
Aug  1 20:21:16 localhost kernel: [4294689.633000]         cavium_general_init(): cavium_general_init:init rnd pool.
Aug  1 20:21:16 localhost kernel: [4294689.681000]         cavium_general_init(): cavium_general_init:init key memory.
Aug  1 20:21:16 localhost kernel: [4294689.730000]         cavium_general_init(): cavium_general_init:init completion dma free list.
Aug  1 20:21:16 localhost kernel: [4294689.787000]          init_completion_dma_free_list(): Completion Addr e2520000
Aug  1 20:21:16 localhost kernel: [4294689.836000]          init_completion_dma_free_list(): Completion Bus Addr 22520000
Aug  1 20:21:16 localhost kernel: [4294689.887000]         cavium_general_init(): cavium_general_init:init buffer pools.
Aug  1 20:21:16 localhost kernel: [4294689.937000]          init_buffer_pool(): CAVIUM init_buffer_pool: called
Aug  1 20:21:16 localhost kernel: [4294689.985000]          init_buffer_pool(): Returning from init_buffer_pool
Aug  1 20:21:16 localhost kernel: [4294690.030000]         cavium_general_init(): cavium_general_init:init rnd pool.
Aug  1 20:21:16 localhost kernel: [4294690.078000]         cavium_general_init(): cavium_general_init:init key memory.
Aug  1 20:21:16 localhost kernel: [4294690.128000]         cavium_general_init(): cavium_general_init:init completion dma free list.
Aug  1 20:21:16 localhost kernel: [4294690.185000]          init_completion_dma_free_list(): completion_dma free list already exists
Aug  1 20:21:16 localhost kernel: [4294690.242000]         cavium_general_init(): cavium_general_init: initializing pending queues.
Aug  1 20:21:16 localhost kernel: [4294690.299000]         cavium_general_init(): cavium_general_init: init pending free list.
Aug  1 20:21:16 localhost kernel: [4294690.353000]         cavium_general_init(): cavium_general_init: init direct free list
Aug  1 20:21:16 localhost kernel: [4294690.405000]         cavium_general_init(): cavium_general_init: init SG free list
Aug  1 20:21:16 localhost kernel: [4294690.456000]         cavium_general_init(): cavium_general_init: init sg dma free list.
Aug  1 20:21:16 localhost kernel: [4294690.509000]         cavium_general_init(): cavium_general_init: init blocking and non-blocking list.
Aug  1 20:21:16 localhost kernel: [4294690.570000]         cavium_general_init(): cavium_general_init: returning with success.
Aug  1 20:21:16 localhost kernel: [4294690.624000]        initmodule(): Registeration is a success The major device number is 125
Aug  1 20:21:16 localhost kernel: [4294690.680000]        initmodule(): if you want to talk to the device driver,
Aug  1 20:21:16 localhost kernel: [4294690.726000]        initmodule(): I suggest you use:
Aug  1 20:21:16 localhost kernel: [4294690.759000]        initmodule():  mknod pkp_dev c 125 0
Aug  1 20:21:16 localhost kernel: [4294690.795000]        initmodule(): Loaded Cavium Driver --- 0.99-k
Aug  1 20:21:16 localhost kernel: [4294690.835000]         NET: Registered protocol family 2
Aug  1 20:21:16 localhost kernel: [4294690.870000]     poll_thread(): Starting poll_thread
Aug  1 20:21:16 localhost kernel: [4294690.903000]     poll_thread(): device count = 2
Aug  1 20:21:16 localhost kernel: [4294690.942000]          IP: routing cache hash table of 16384 buckets, 128Kbytes
Aug  1 20:21:16 localhost kernel: [4294690.990000]          TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
Aug  1 20:21:16 localhost kernel: [4294691.051000]          TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Aug  1 20:21:16 localhost kernel: [4294691.101000]         TCP: Hash tables configured (established 524288 bind 65536)
Aug  1 20:21:16 localhost kernel: [4294691.150000]          ip_conntrack version 2.1 (8192 buckets, 65536 max) - 172 bytes per conntrack
Aug  1 20:21:16 localhost kernel: [4294691.234000]        ip_tables: (C) 2000-2002 Netfilter core team
Aug  1 20:21:16 localhost kernel: [4294691.283000]        0: Unused
Aug  1 20:21:16 localhost kernel: [4294691.303000]        1: Established
Aug  1 20:21:16 localhost kernel: [4294691.325000]        2: Syn Sent
Aug  1 20:21:16 localhost kernel: [4294691.347000]        3: Syn Recv
Aug  1 20:21:16 localhost kernel: [4294691.368000]        4: Fin Wait 1
Aug  1 20:21:16 localhost kernel: [4294691.390000]        5: Fin Wait 2
Aug  1 20:21:16 localhost kernel: [4294691.412000]        6: Time Wait
Aug  1 20:21:16 localhost kernel: [4294691.434000]        7: Close
Aug  1 20:21:16 localhost kernel: [4294691.454000]        8: Close Wait
Aug  1 20:21:16 localhost kernel: [4294691.476000]        9: Last ACK
Aug  1 20:21:16 localhost kernel: [4294691.497000]        10: Listen
Aug  1 20:21:16 localhost kernel: [4294691.518000]        11: Closing
Aug  1 20:21:16 localhost kernel: [4294691.539000]        12: VPROXY_CLOSING
Aug  1 20:21:16 localhost kernel: [4294691.564000]        13: VPROXY_TIME_WAIT
Aug  1 20:21:16 localhost kernel: [4294691.590000]        14: VPROXY_CLOSE_WAIT
Aug  1 20:21:16 localhost kernel: [4294691.617000]        vproxy_module_init: called
Aug  1 20:21:16 localhost kernel: [4294691.647000]         NET: Registered protocol family 1
Aug  1 20:21:16 localhost kernel: [4294691.682000]         NET: Registered protocol family 17
Aug  1 20:21:16 localhost kernel: [4294691.716000]         kgdboe: configuration incorrect - kgdboe not loaded.
Aug  1 20:21:16 localhost kernel: [4294691.762000]           Usage: kgdboe=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macaddr]
Aug  1 20:21:16 localhost kernel: [4294691.820000]        kgdb: Could not setup core I/O for KGDB.
Aug  1 20:21:16 localhost kernel: [4294691.858000]        kgdb: Defering I/O setup to kernel module.
Aug  1 20:21:16 localhost kernel: [4294691.898000]          kobject psmouse: registering. parent: <NULL>, set: drivers
Aug  1 20:21:16 localhost kernel: [4294691.898000]          kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294691.898000]            fill_kobj_path: path = '/bus/serio/drivers/psmouse'
Aug  1 20:21:16 localhost kernel: [4294691.898000]          kobject_hotplug: /sbin/hotplug drivers seq=853 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/serio/drivers/psmouse SUBSYSTEM=drivers
Aug  1 20:21:16 localhost kernel: [4294691.898000]                  kobject md0: registering. parent: <NULL>, set: block
Aug  1 20:21:16 localhost kernel: [4294691.898000]                  kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294691.898000]                    fill_kobj_path: path = '/block/md0'
Aug  1 20:21:16 localhost kernel: [4294691.898000]                  kobject_hotplug: /sbin/hotplug block seq=854 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/md0 SUBSYSTEM=block
Aug  1 20:21:16 localhost kernel: [4294691.898000]          kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294691.898000]                  kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:21:16 localhost kernel: [4294691.898000]                    devfs_mk_dev: could not append to parent for md/0
Aug  1 20:21:16 localhost kernel: [4294691.948000]              md: Autodetecting RAID arrays.
Aug  1 20:21:16 localhost kernel: [4294691.983000]               md: autorun ...
Aug  1 20:21:16 localhost kernel: [4294692.011000]               md: ... autorun DONE.
Aug  1 20:21:16 localhost kernel: [4294692.056000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:16 localhost kernel: [4294692.096000]                EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:16 localhost kernel: [4294692.144000]         VFS: Mounted root (ext3 filesystem) readonly.
Aug  1 20:21:16 localhost kernel: [4294692.203000]       Mounted devfs on /dev
Aug  1 20:21:16 localhost kernel: [4294692.231000]      Freeing unused kernel memory: 192k freed
Aug  1 20:21:16 localhost kernel: [4294774.666000]     Adding 1028148k swap on /dev/hda5.  Priority:-1 extents:1
Aug  1 20:21:16 localhost kernel: [4294775.022000]          EXT3 FS on hda3, internal journal
Aug  1 20:21:16 localhost kernel: [4294775.140000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:16 localhost kernel: [4294775.180000]            EXT3 FS on hda1, internal journal
Aug  1 20:21:16 localhost kernel: [4294775.216000]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:16 localhost kernel: [4294775.263000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:16 localhost kernel: [4294775.302000]            EXT3 FS on hda2, internal journal
Aug  1 20:21:16 localhost kernel: [4294775.338000]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:16 localhost kernel: [4294775.385000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:16 localhost kernel: [4294775.425000]            EXT3 FS on hda6, internal journal
Aug  1 20:21:16 localhost kernel: [4294775.461000]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:16 localhost kernel: [4294775.508000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:16 localhost kernel: [4294775.547000]            EXT3 FS on hda7, internal journal
Aug  1 20:21:16 localhost kernel: [4294775.583000]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:16 localhost kernel: [4294781.688000]               kobject vcs1: registering. parent: vc, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294781.688000]               kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294781.688000]                 fill_kobj_path: path = '/class/vc/vcs1'
Aug  1 20:21:16 localhost kernel: [4294781.688000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=855 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs1 SUBSYSTEM=vc
Aug  1 20:21:16 localhost kernel: [4294781.707000]               kobject vcsa1: registering. parent: vc, set: class_obj
Aug  1 20:21:16 localhost kernel: [4294781.707000]               kobject_hotplug
Aug  1 20:21:16 localhost kernel: [4294781.707000]                 fill_kobj_path: path = '/class/vc/vcsa1'
Aug  1 20:21:16 localhost kernel: [4294781.707000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=856 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa1 SUBSYSTEM=vc
Aug  1 20:21:17 localhost kernel: [4294782.060000]           tcp_init_xmit_timers: called for sk 0xde7e3b80
Aug  1 20:21:17 localhost kernel: [4294782.403000]     vproxy_interfaces: protected device has HW checksum capability
Aug  1 20:21:17 localhost kernel: [4294782.403000]     sys_vproxy_interfaces: unprotected device has HW checksum capability
Aug  1 20:21:17 localhost kernel: [4294782.403000]     Set segment 0 p0 as protected interface
Aug  1 20:21:17 localhost kernel: [4294782.403000]     Set segment 0 u0 as unprotected interface
Aug  1 20:21:17 localhost kernel: [4294782.403000]     Virtual_ip device 0 is u0 and peer is p0 and my mac addr is 0:c:bd:0:80:43
Aug  1 20:21:17 localhost kernel: [4294782.403000]     Virtual_ip device 1 is p0 and peer is u0 and my mac addr is  0:c:bd:0:80:42
Aug  1 20:21:17 localhost kernel: [4294782.414000]           tcp_init_xmit_timers: called for sk 0xde7e3700
Aug  1 20:21:17 localhost udevsend[1709]: main: version 030
Aug  1 20:21:17 localhost udevsend[1709]: main: subsystem = 'net'
Aug  1 20:21:17 localhost udevsend[1709]: main: DEVPATH = '/class/net/br'
Aug  1 20:21:17 localhost udevsend[1709]: main: ACTION = 'add'
Aug  1 20:21:17 localhost udevsend[1709]: main: SEQNUM = '857'
Aug  1 20:21:17 localhost udevd[1647]: msg_queue_insert: queued message seq 857
Aug  1 20:21:17 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:21:17 localhost udevd[1647]: msg_queue_manager: seq 855 is 1 seconds old
Aug  1 20:21:17 localhost udevd[1647]: msg_dump_queue: sequence 855 in queue
Aug  1 20:21:17 localhost udevd[1647]: msg_dump_queue: sequence 856 in queue
Aug  1 20:21:17 localhost udevd[1647]: msg_dump_queue: sequence 857 in queue
Aug  1 20:21:17 localhost udevd[1647]: msg_queue_manager: next event expires in 9 seconds
Aug  1 20:21:17 localhost kernel: [4294782.414000]                 kobject br: registering. parent: net, set: class_obj
Aug  1 20:21:17 localhost kernel: [4294782.414000]                 kobject_hotplug
Aug  1 20:21:17 localhost kernel: [4294782.414000]                   fill_kobj_path: path = '/class/net/br'
Aug  1 20:21:17 localhost kernel: [4294782.414000]                 kobject_hotplug: /usr/local/sbin/udevsend net seq=857 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/net/br SUBSYSTEM=net
Aug  1 20:21:17 localhost kernel: [4294782.415000]              kobject brif: registering. parent: br, set: <NULL>
Aug  1 20:21:17 localhost kernel: [4294782.415000]               tcp_close called for sk 0xde7e3700 state 7:Close sk->socket_type 0
Aug  1 20:21:17 localhost kernel: [4294782.415000]                tcp_destroy_sock called for 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.416000]           tcp_init_xmit_timers: called for sk 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.416000]               bridge: can't decode speed from p0: 65535
Aug  1 20:21:17 localhost kernel: [4294782.416000]                kobject brport: registering. parent: p0, set: <NULL>
Aug  1 20:21:17 localhost kernel: [4294782.416000]               device p0 entered promiscuous mode
Aug  1 20:21:17 localhost kernel: [4294782.416000]               tcp_close called for sk 0xde7e3700 state 7:Close sk->socket_type 0
Aug  1 20:21:17 localhost kernel: [4294782.417000]                tcp_destroy_sock called for 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.417000]           tcp_init_xmit_timers: called for sk 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.417000]               bridge: can't decode speed from u0: 65535
Aug  1 20:21:17 localhost kernel: [4294782.417000]                kobject brport: registering. parent: u0, set: <NULL>
Aug  1 20:21:17 localhost kernel: [4294782.417000]               device u0 entered promiscuous mode
Aug  1 20:21:17 localhost kernel: [4294782.418000]               tcp_close called for sk 0xde7e3700 state 7:Close sk->socket_type 0
Aug  1 20:21:17 localhost kernel: [4294782.418000]                tcp_destroy_sock called for 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.423000]       e1000: p1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
Aug  1 20:21:17 localhost kernel: [4294782.425000]       e1000: u1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
Aug  1 20:21:17 localhost kernel: [4294782.432000]     vproxy_interfaces: protected device has HW checksum capability
Aug  1 20:21:17 localhost kernel: [4294782.432000]     sys_vproxy_interfaces: unprotected device has HW checksum capability
Aug  1 20:21:17 localhost kernel: [4294782.432000]     Set segment 1 p1 as protected interface
Aug  1 20:21:17 localhost kernel: [4294782.432000]     Set segment 1 u1 as unprotected interface
Aug  1 20:21:17 localhost kernel: [4294782.432000]     Virtual_ip device 2 is u1 and peer is p1 and my mac addr is 0:c:bd:0:80:5
Aug  1 20:21:17 localhost kernel: [4294782.432000]     Virtual_ip device 3 is p1 and peer is u1 and my mac addr is  0:c:bd:0:80:4
Aug  1 20:21:17 localhost kernel: [4294782.433000]           tcp_init_xmit_timers: called for sk 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.433000]                kobject brport: registering. parent: p1, set: <NULL>
Aug  1 20:21:17 localhost kernel: [4294782.433000]               device p1 entered promiscuous mode
Aug  1 20:21:17 localhost kernel: [4294782.433000]               tcp_close called for sk 0xde7e3700 state 7:Close sk->socket_type 0
Aug  1 20:21:17 localhost kernel: [4294782.433000]                tcp_destroy_sock called for 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.434000]           tcp_init_xmit_timers: called for sk 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.434000]                kobject brport: registering. parent: u1, set: <NULL>
Aug  1 20:21:17 localhost kernel: [4294782.434000]               device u1 entered promiscuous mode
Aug  1 20:21:17 localhost kernel: [4294782.434000]               tcp_close called for sk 0xde7e3700 state 7:Close sk->socket_type 0
Aug  1 20:21:17 localhost kernel: [4294782.434000]                tcp_destroy_sock called for 0xde7e3700
Aug  1 20:21:17 localhost kernel: [4294782.439000]                  br: port 4(u1) entering learning state
Aug  1 20:21:17 localhost kernel: [4294782.439000]                  br: port 3(p1) entering learning state
Aug  1 20:21:17 localhost kernel: [4294782.689000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:17 localhost kernel: [4294782.690000]            EXT3 FS on hda1, internal journal
Aug  1 20:21:17 localhost kernel: [4294782.690000]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:17 localhost kernel: [4294782.730000]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:21:17 localhost kernel: [4294782.731000]            EXT3 FS on hda2, internal journal
Aug  1 20:21:17 localhost kernel: [4294782.731000]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: local port 6443
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: local IP 192.168.110.61
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: interface mgmt
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: remote port 33534
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: remote IP 10.10.111.70
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: remote ethernet address 00:0f:90:d5:36:c4
Aug  1 20:21:17 localhost kernel: [4294782.879000]        kgdboe: device mgmt not up yet, forcing it
Aug  1 20:21:17 localhost kernel: [4294782.892000]              e100: mgmt: e100_watchdog: link up, 100Mbps, full-duplex
Aug  1 20:21:17 localhost kernel: [4294782.892000]        kgdboe: carrier detect appears untrustworthy, waiting 4 seconds
Aug  1 20:21:21 localhost kernel: [4294786.893000]       kgdboe: debugging over ethernet enabled
Aug  1 20:21:21 localhost kernel: [4294786.893000]        kgdboe: w83627hf WDT Hardware Watchdog Timer Disabled
Aug  1 20:21:26 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:21:26 localhost udevd[1647]: msg_queue_manager: seq 855 is 10 seconds old
Aug  1 20:21:26 localhost udevd[1647]: msg_move_exec: moved seq 855 to exec, next expected is 856
Aug  1 20:21:26 localhost udevd[1647]: msg_move_exec: moved seq 856 to exec, next expected is 857
Aug  1 20:21:26 localhost udevd[1647]: msg_move_exec: moved seq 857 to exec, next expected is 858
Aug  1 20:21:26 localhost udevd[1647]: udev_run: ==> exec seq 855 [1780] working at '/class/vc/vcs1'
Aug  1 20:21:26 localhost udevd[1647]: exec_queue_manager: moved seq 855 to running list
Aug  1 20:21:26 localhost udevd[1647]: udev_run: ==> exec seq 856 [1781] working at '/class/vc/vcsa1'
Aug  1 20:21:26 localhost udevd[1647]: exec_queue_manager: moved seq 856 to running list
Aug  1 20:21:26 localhost udevd[1647]: udev_run: ==> exec seq 857 [1782] working at '/class/net/br'
Aug  1 20:21:26 localhost udevd[1647]: exec_queue_manager: moved seq 857 to running list
Aug  1 20:21:26 localhost udev[1781]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:26 localhost udev[1781]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:26 localhost udev[1781]: get_dirs: udev_root = /dev/
Aug  1 20:21:26 localhost udev[1781]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:26 localhost udev[1781]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:26 localhost udev[1781]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:26 localhost udev[1781]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:26 localhost udev[1781]: get_dirs: udev_log_str = 1
Aug  1 20:21:26 localhost udev[1781]: main: version 030
Aug  1 20:21:26 localhost udev[1781]: udev_hotplug: looking at '/class/vc/vcsa1'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:26 localhost udev[1782]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:26 localhost udev[1780]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:26 localhost udev[1782]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:26 localhost udev[1780]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:26 localhost udev[1781]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:26 localhost udev[1782]: get_dirs: udev_root = /dev/
Aug  1 20:21:26 localhost udev[1780]: get_dirs: udev_root = /dev/
Aug  1 20:21:26 localhost udev[1781]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:26 localhost udev[1782]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:26 localhost udev[1780]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:26 localhost udev[1782]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:26 localhost udev[1780]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:26 localhost udev[1782]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:26 localhost udev[1780]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:26 localhost udev[1782]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:26 localhost udev[1780]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:26 localhost udev[1781]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:26 localhost udev[1782]: get_dirs: udev_log_str = 1
Aug  1 20:21:26 localhost udev[1780]: get_dirs: udev_log_str = 1
Aug  1 20:21:26 localhost udev[1781]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:26 localhost udev[1782]: main: version 030
Aug  1 20:21:26 localhost udev[1780]: main: version 030
Aug  1 20:21:26 localhost udev[1781]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:26 localhost udev[1782]: udev_hotplug: looking at '/class/net/br'
Aug  1 20:21:26 localhost udev[1780]: udev_hotplug: looking at '/class/vc/vcs1'
Aug  1 20:21:26 localhost udev[1781]: sleep_for_file: looking for '/sys/class/vc/vcsa1/dev'
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:26 localhost udev[1781]: get_class_dev: looking at '/sys/class/vc/vcsa1'
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:26 localhost udev[1781]: get_class_dev: class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:26 localhost udev[1782]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:26 localhost udev[1780]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:26 localhost udev[1782]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:26 localhost udev[1780]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:26 localhost udev[1782]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:26 localhost udev[1780]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:26 localhost udev[1782]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:26 localhost udev[1780]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:26 localhost udev[1782]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:26 localhost udev[1780]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:26 localhost udev[1782]: sleep_for_file: looking for '/sys/class/net/br/address'
Aug  1 20:21:26 localhost udev[1780]: sleep_for_file: looking for '/sys/class/vc/vcs1/dev'
Aug  1 20:21:26 localhost udev[1782]: get_class_dev: looking at '/sys/class/net/br'
Aug  1 20:21:26 localhost udev[1781]: get_major_minor: dev='7:129 '
Aug  1 20:21:26 localhost udev[1780]: get_class_dev: looking at '/sys/class/vc/vcs1'
Aug  1 20:21:26 localhost udev[1782]: get_class_dev: class_dev->name='br'
Aug  1 20:21:26 localhost udev[1781]: get_major_minor: found major=7, minor=129
Aug  1 20:21:26 localhost udev[1780]: get_class_dev: class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: get_major_minor: dev='7:1 '
Aug  1 20:21:26 localhost udev[1780]: get_major_minor: found major=7, minor=1
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:26 localhost udev[1782]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: class_dev->name = 'br'
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: udev->kernel_name = 'br'
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: kernel_number=''
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1781]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:26 localhost udev[1781]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: class_dev->name = 'vcs1'
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: class_dev->name = 'vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: udev->kernel_name = 'vcs1'
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: udev->kernel_name = 'vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: kernel_number='1'
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: kernel_number='1'
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1781]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1781]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1781]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1781]: match_rule: device has no bus
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: udev_add_device: name='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: udevdb_add_dev: store key '/class/net/br' for device 'br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: dev_d_send: DEVNAME='br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: open directory '/etc/dev.d/br'
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: unable to open '/etc/dev.d/br'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: open directory '/etc/dev.d/net'
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: put file '/etc/dev.d/net/hotplug.dev' in list
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1782]: run_program: running /etc/dev.d/net/hotplug.dev
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: process rule
Aug  1 20:21:26 localhost udev[1782]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:26 localhost udev[1780]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa1'
Aug  1 20:21:26 localhost udevd[1647]: udev_done: <== exec seq 857 came back
Aug  1 20:21:26 localhost udev[1780]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1781]: match_rule: KERNEL is not matching
Aug  1 20:21:26 localhost udev[1780]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1781]: match_rule: try parent sysfs device
Aug  1 20:21:26 localhost udev[1780]: namedev_name_device: name, 'vcs1' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:26 localhost udev[1781]: namedev_name_device: name, 'vcsa1' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:26 localhost udev[1780]: udev_add_device: name='vcs1'
Aug  1 20:21:26 localhost udev[1781]: udev_add_device: name='vcsa1'
Aug  1 20:21:26 localhost udev[1780]: creating device node '/dev/vcs1'
Aug  1 20:21:26 localhost udev[1781]: creating device node '/dev/vcsa1'
Aug  1 20:21:26 localhost udev[1780]: make_node: chmod(/dev/vcs1, 020600)
Aug  1 20:21:26 localhost udev[1781]: make_node: chmod(/dev/vcsa1, 020600)
Aug  1 20:21:26 localhost udev[1780]: udevdb_add_dev: store key '/class/vc/vcs1' for device 'vcs1'
Aug  1 20:21:26 localhost udev[1781]: udevdb_add_dev: store key '/class/vc/vcsa1' for device 'vcsa1'
Aug  1 20:21:26 localhost udev[1780]: dev_d_send: DEVNAME='/dev/vcs1'
Aug  1 20:21:26 localhost udev[1781]: dev_d_send: DEVNAME='/dev/vcsa1'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: open directory '/etc/dev.d/vcs1'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: open directory '/etc/dev.d/vcsa1'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: unable to open '/etc/dev.d/vcs1'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: unable to open '/etc/dev.d/vcsa1'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:26 localhost udev[1780]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:26 localhost udev[1781]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:26 localhost udevd[1647]: udev_done: <== exec seq 855 came back
Aug  1 20:21:26 localhost udevd[1647]: udev_done: <== exec seq 856 came back
Aug  1 20:21:32 localhost kernel: [4294797.439000]               br: topology change detected, propagating
Aug  1 20:21:32 localhost kernel: [4294797.439000]               br: port 4(u1) entering forwarding state
Aug  1 20:21:32 localhost kernel: [4294797.439000]               br: topology change detected, propagating
Aug  1 20:21:32 localhost kernel: [4294797.439000]               br: port 3(p1) entering forwarding state
Aug  1 20:21:33 localhost kernel: [4294798.079000]         n1_open(): n1: open
Aug  1 20:21:33 localhost kernel: [4294798.079000]         n1_open(): Device Major.Minor number 125.0
Aug  1 20:21:34 localhost kernel: [4294798.106000]        n1_ioctl(): Cavium Ioctl Cmd 0xc274c00e called
Aug  1 20:21:34 localhost kernel: [4294798.106000]        n1_ioctl(): got mainline microcode
Aug  1 20:21:34 localhost kernel: [4294798.106000]        n1_ioctl(): Code type = 01, code size = 5f64, data size = 110
Aug  1 20:21:34 localhost kernel: [4294798.106000]        n1_ioctl(): got boot microcode
Aug  1 20:21:34 localhost kernel: [4294798.106000]        n1_ioctl(): Code type = 02, code size = 4920, data size = 98
Aug  1 20:21:34 localhost kernel: [4294798.106000]          load_microcode(): microcode type=2, code size=18720
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): Enable request and boot cores
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): Core Discovery Mechanism
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): read 0 from FAILING_EXE_REG
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): Enabling Units : 10ffffff 
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): do_int : isr reg 0
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): UEN = 0xf
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): Final Core Mask = 0x0000000f
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): Loaded Boot microcode
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): enabling boot core.
Aug  1 20:21:34 localhost kernel: [4294798.586000]         do_init(): sending boot init request
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): Microcode data size 152 dlen c000
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): dptr
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0000 : ff ff ff ff 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0008 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0010 : 00 00 00 00 02 4a 37 40 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0018 : 00 00 00 00 02 54 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0020 : 00 00 00 00 02 52 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0028 : d6 e6 b6 22 7d 64 d8 17 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0030 : 00 00 00 00 00 00 1f d0 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0038 : 5c 5c 5c 5c 5c 5c 5c 5c 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0040 : 36 36 36 36 36 36 36 36 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0048 : 67 45 23 01 ef cd ab 89 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0050 : 98 ba dc fe 10 32 54 76 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0058 : c3 d2 e1 f0 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0060 : 01 23 45 67 89 ab cd ef 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0068 : fe dc ba 98 76 54 32 10 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0070 : ff ff ff ff ff ff ff ff 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0078 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0080 : 08 08 08 08 08 08 08 08 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0088 : 01 02 03 04 05 06 07 08 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0090 : 80 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x0098 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x00A0 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x00A8 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.586000]          pkp_boot_init(): 0x00B0 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.587000]          pkp_boot_init(): 0x00B8 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.587000]          pkp_boot_init(): dptr
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): 0x0000 : 00 00 00 40 10 00 00 c0 
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): 0x0008 : 00 00 00 00 22 25 08 10 
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): 0x0010 : 00 00 00 00 1e 4c 5f a8 
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): 0x0018 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294798.587000]           send_command(): send command: hitting doorbell: 1
Aug  1 20:21:34 localhost kernel: [4294798.587000]           check_completion(): comp-address: ffffffffffffffff
Aug  1 20:21:34 localhost kernel: [4294798.589000]           check_completion(): Completion code = 0000000000000000
Aug  1 20:21:34 localhost kernel: [4294798.589000]         do_init(): sending boot setup ucode command
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): sram address
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0000 : 00 00 00 00 00 00 1f b8 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): sram address
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): dptr
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0000 : 1b 93 fb 17 ea 12 a9 cf 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0008 : 6b 65 79 20 65 78 70 61 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0010 : 6e 73 69 6f 6e 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0018 : 6d 61 73 74 65 72 20 73 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0020 : 65 63 72 65 74 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0028 : 01 01 01 01 01 01 01 01 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0030 : 41 41 41 41 41 41 41 41 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0038 : 49 56 20 62 6c 6f 63 6b 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0040 : 73 65 72 76 65 72 20 77 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0048 : 72 69 74 65 20 6b 65 79 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0050 : 63 6c 69 65 6e 74 20 77 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0058 : 72 69 74 65 20 6b 65 79 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0060 : 73 65 72 76 65 72 20 66 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0068 : 69 6e 69 73 68 65 64 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0070 : 63 6c 69 65 6e 74 20 66 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0078 : 69 6e 69 73 68 65 64 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0080 : 53 52 56 52 43 4c 4e 54 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0088 : 5c 5c 5c 5c 5c 5c 5c 5c 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0090 : 36 36 36 36 36 36 36 36 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0098 : 67 45 23 01 ef cd ab 89 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00A0 : 98 ba dc fe 10 32 54 76 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00A8 : c3 d2 e1 f0 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00B0 : 01 23 45 67 89 ab cd ef 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00B8 : fe dc ba 98 76 54 32 10 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00C0 : ff ff ff ff ff ff ff ff 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00C8 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00D0 : 08 08 08 08 08 08 08 08 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00D8 : 01 02 03 04 05 06 07 08 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00E0 : 80 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00E8 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00F0 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x00F8 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0100 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): 0x0108 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]          pkp_boot_setup_ucode(): dptr
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): 0x0000 : 00 16 00 00 1f b8 00 08 
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): 0x0008 : 00 00 00 00 26 5b 40 38 
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): 0x0010 : 00 00 00 00 1e 4c 5f a8 
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): 0x0018 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294798.589000]           send_command(): send command: hitting doorbell: 1
Aug  1 20:21:34 localhost kernel: [4294798.589000]           check_completion(): comp-address: ffffffffffffffff
Aug  1 20:21:34 localhost kernel: [4294798.591000]           check_completion(): Completion code = 38405b2600000000
Aug  1 20:21:34 localhost kernel: [4294798.591000]         do_init(): Disabling boot core
Aug  1 20:21:34 localhost kernel: [4294798.591000]          load_microcode(): microcode type=1, code size=24420
Aug  1 20:21:34 localhost kernel: [4294799.217000]         do_init(): Loaded Main microcode
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): 0x0000 : 01 01 00 30 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): 0x0008 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): 0x0010 : 00 00 00 00 02 49 e7 08 
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): 0x0018 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294799.217000]           send_command(): send command: hitting doorbell: 1
Aug  1 20:21:34 localhost kernel: [4294799.217000]           check_completion(): comp-address: ffffffffffffffff
Aug  1 20:21:34 localhost kernel: [4294799.219000]           check_completion(): Completion code = 0000000000000000
Aug  1 20:21:34 localhost kernel: [4294799.219000]          init_ms_key(): Sending WriteEpci request in init_ms_key.
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): 0x0000 : 00 01 00 00 00 00 00 38 
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): 0x0008 : 00 00 00 00 02 49 e7 48 
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): 0x0010 : 00 00 00 00 02 49 e7 08 
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): 0x0018 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294799.219000]           send_command(): send command: hitting doorbell: 1
Aug  1 20:21:34 localhost kernel: [4294799.219000]           check_completion(): comp-address: ffffffffffffffff
Aug  1 20:21:34 localhost kernel: [4294799.221000]           check_completion(): Completion code = 041906b1ec872b00
Aug  1 20:21:34 localhost kernel: [4294799.221000]          init_ms_key(): Encrypted Master Secret successfully initialized.
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): 0x0000 : 01 01 7f f0 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): 0x0008 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): 0x0010 : 00 00 00 00 26 61 00 10 
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): 0x0018 : 00 00 00 00 00 00 00 00 
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): Request:
Aug  1 20:21:34 localhost kernel: [4294799.221000]           send_command(): send command: hitting doorbell: 1
Aug  1 20:21:34 localhost kernel: [4294799.221000]           check_completion(): comp-address: ffffffffffffffff
Aug  1 20:21:34 localhost kernel: [4294799.223000]           check_completion(): Completion code = 4c5db16d0d81b300
Aug  1 20:21:34 localhost kernel: [4294799.223000]         do_init(): Loading of Microcodes successful
Aug  1 20:21:34 localhost kernel: [4294799.227000]         n1_release(): n1: close
Aug  1 20:21:34 localhost udevsend[1803]: main: version 030
Aug  1 20:21:34 localhost udevsend[1803]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1803]: main: DEVPATH = '/class/vc/vcs2'
Aug  1 20:21:34 localhost udevsend[1803]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1803]: main: SEQNUM = '858'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 858
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 858
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 858 to exec, next expected is 859
Aug  1 20:21:34 localhost udev[1804]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1804]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1804]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1804]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 858 [1804] working at '/class/vc/vcs2'
Aug  1 20:21:34 localhost kernel: [4294799.306000]               kobject vcs2: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost udev[1804]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 858 to running list
Aug  1 20:21:34 localhost kernel: [4294799.306000]               kobject_hotplug
Aug  1 20:21:34 localhost udev[1804]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost kernel: [4294799.306000]                 fill_kobj_path: path = '/class/vc/vcs2'
Aug  1 20:21:34 localhost udev[1804]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost kernel: [4294799.306000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=858 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs2 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udev[1804]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1804]: main: version 030
Aug  1 20:21:34 localhost udev[1804]: udev_hotplug: looking at '/class/vc/vcs2'
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1804]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1804]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1804]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1804]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1804]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1804]: sleep_for_file: looking for '/sys/class/vc/vcs2/dev'
Aug  1 20:21:34 localhost udev[1804]: get_class_dev: looking at '/sys/class/vc/vcs2'
Aug  1 20:21:34 localhost udev[1804]: get_class_dev: class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: get_major_minor: dev='7:2 '
Aug  1 20:21:34 localhost udev[1804]: get_major_minor: found major=7, minor=2
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udevsend[1805]: main: version 030
Aug  1 20:21:34 localhost udevsend[1805]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1805]: main: DEVPATH = '/class/vc/vcs3'
Aug  1 20:21:34 localhost udevsend[1805]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1805]: main: SEQNUM = '859'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 859
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 859
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 859 to exec, next expected is 860
Aug  1 20:21:34 localhost udev[1806]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1806]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1806]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1806]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 859 [1806] working at '/class/vc/vcs3'
Aug  1 20:21:34 localhost kernel: [4294799.311000]               kobject vcs3: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost udev[1806]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 859 to running list
Aug  1 20:21:34 localhost kernel: [4294799.311000]               kobject_hotplug
Aug  1 20:21:34 localhost udev[1806]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost kernel: [4294799.311000]                 fill_kobj_path: path = '/class/vc/vcs3'
Aug  1 20:21:34 localhost udev[1806]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost kernel: [4294799.311000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=859 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs3 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udev[1806]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1806]: main: version 030
Aug  1 20:21:34 localhost udev[1806]: udev_hotplug: looking at '/class/vc/vcs3'
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1806]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1806]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1806]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1806]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1806]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1806]: sleep_for_file: looking for '/sys/class/vc/vcs3/dev'
Aug  1 20:21:34 localhost udev[1806]: get_class_dev: looking at '/sys/class/vc/vcs3'
Aug  1 20:21:34 localhost udev[1806]: get_class_dev: class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: get_major_minor: dev='7:3 '
Aug  1 20:21:34 localhost udev[1806]: get_major_minor: found major=7, minor=3
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udevsend[1807]: main: version 030
Aug  1 20:21:34 localhost udevsend[1807]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1807]: main: DEVPATH = '/class/vc/vcsa2'
Aug  1 20:21:34 localhost udevsend[1807]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1807]: main: SEQNUM = '860'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 860
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 860
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 860 to exec, next expected is 861
Aug  1 20:21:34 localhost udev[1808]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1808]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1808]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1808]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 860 [1808] working at '/class/vc/vcsa2'
Aug  1 20:21:34 localhost kernel: [4294799.314000]               kobject vcsa2: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost udev[1808]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 860 to running list
Aug  1 20:21:34 localhost kernel: [4294799.314000]               kobject_hotplug
Aug  1 20:21:34 localhost udev[1808]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost kernel: [4294799.314000]                 fill_kobj_path: path = '/class/vc/vcsa2'
Aug  1 20:21:34 localhost udev[1808]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost kernel: [4294799.314000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=860 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa2 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udev[1808]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1808]: main: version 030
Aug  1 20:21:34 localhost udev[1808]: udev_hotplug: looking at '/class/vc/vcsa2'
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1808]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1808]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1808]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1808]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1808]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1808]: sleep_for_file: looking for '/sys/class/vc/vcsa2/dev'
Aug  1 20:21:34 localhost udev[1808]: get_class_dev: looking at '/sys/class/vc/vcsa2'
Aug  1 20:21:34 localhost udev[1808]: get_class_dev: class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1808]: get_major_minor: dev='7:130 '
Aug  1 20:21:34 localhost udev[1808]: get_major_minor: found major=7, minor=130
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udevsend[1809]: main: version 030
Aug  1 20:21:34 localhost udevsend[1809]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1809]: main: DEVPATH = '/class/vc/vcs4'
Aug  1 20:21:34 localhost udevsend[1809]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1809]: main: SEQNUM = '861'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 861
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 861
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 861 to exec, next expected is 862
Aug  1 20:21:34 localhost udev[1810]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1810]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1810]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1810]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 861 [1810] working at '/class/vc/vcs4'
Aug  1 20:21:34 localhost kernel: [4294799.318000]               kobject vcs4: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost udev[1810]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 861 to running list
Aug  1 20:21:34 localhost kernel: [4294799.318000]               kobject_hotplug
Aug  1 20:21:34 localhost udev[1810]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost kernel: [4294799.318000]                 fill_kobj_path: path = '/class/vc/vcs4'
Aug  1 20:21:34 localhost udev[1810]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost kernel: [4294799.318000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=861 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs4 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udev[1810]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1810]: main: version 030
Aug  1 20:21:34 localhost udev[1810]: udev_hotplug: looking at '/class/vc/vcs4'
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1810]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1810]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1810]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1810]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1810]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1810]: sleep_for_file: looking for '/sys/class/vc/vcs4/dev'
Aug  1 20:21:34 localhost udev[1810]: get_class_dev: looking at '/sys/class/vc/vcs4'
Aug  1 20:21:34 localhost udev[1810]: get_class_dev: class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1810]: get_major_minor: dev='7:4 '
Aug  1 20:21:34 localhost udev[1810]: get_major_minor: found major=7, minor=4
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost kernel: [4294799.321000]               kobject vcsa3: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost kernel: [4294799.321000]               kobject_hotplug
Aug  1 20:21:34 localhost kernel: [4294799.321000]                 fill_kobj_path: path = '/class/vc/vcsa3'
Aug  1 20:21:34 localhost kernel: [4294799.321000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=862 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa3 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udevsend[1811]: main: version 030
Aug  1 20:21:34 localhost udevsend[1811]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1811]: main: DEVPATH = '/class/vc/vcsa3'
Aug  1 20:21:34 localhost udevsend[1811]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1811]: main: SEQNUM = '862'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 862
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 862
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 862 to exec, next expected is 863
Aug  1 20:21:34 localhost udev[1812]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 862 [1812] working at '/class/vc/vcsa3'
Aug  1 20:21:34 localhost udev[1812]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 862 to running list
Aug  1 20:21:34 localhost udev[1812]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1812]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udev[1812]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udev[1812]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost udev[1812]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost udev[1812]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1812]: main: version 030
Aug  1 20:21:34 localhost udev[1812]: udev_hotplug: looking at '/class/vc/vcsa3'
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1812]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1812]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1812]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1812]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1812]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1812]: sleep_for_file: looking for '/sys/class/vc/vcsa3/dev'
Aug  1 20:21:34 localhost udev[1812]: get_class_dev: looking at '/sys/class/vc/vcsa3'
Aug  1 20:21:34 localhost udev[1812]: get_class_dev: class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1812]: get_major_minor: dev='7:131 '
Aug  1 20:21:34 localhost udev[1812]: get_major_minor: found major=7, minor=131
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost kernel: [4294799.326000]               kobject vcsa4: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost kernel: [4294799.326000]               kobject_hotplug
Aug  1 20:21:34 localhost kernel: [4294799.326000]                 fill_kobj_path: path = '/class/vc/vcsa4'
Aug  1 20:21:34 localhost kernel: [4294799.326000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=863 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa4 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udevsend[1813]: main: version 030
Aug  1 20:21:34 localhost udevsend[1813]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1813]: main: DEVPATH = '/class/vc/vcsa4'
Aug  1 20:21:34 localhost udevsend[1813]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1813]: main: SEQNUM = '863'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 863
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 863
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 863 to exec, next expected is 864
Aug  1 20:21:34 localhost udev[1814]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1814]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1814]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1814]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 863 [1814] working at '/class/vc/vcsa4'
Aug  1 20:21:34 localhost udev[1814]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 863 to running list
Aug  1 20:21:34 localhost udev[1814]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost udev[1814]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost udev[1814]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1814]: main: version 030
Aug  1 20:21:34 localhost udev[1814]: udev_hotplug: looking at '/class/vc/vcsa4'
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1814]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1814]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1814]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1814]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1814]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: sleep_for_file: looking for '/sys/class/vc/vcsa4/dev'
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: get_class_dev: looking at '/sys/class/vc/vcsa4'
Aug  1 20:21:34 localhost udev[1814]: get_class_dev: class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1814]: get_major_minor: dev='7:132 '
Aug  1 20:21:34 localhost udev[1814]: get_major_minor: found major=7, minor=132
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost kernel: [4294799.330000]               kobject vcs5: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost kernel: [4294799.330000]               kobject_hotplug
Aug  1 20:21:34 localhost kernel: [4294799.330000]                 fill_kobj_path: path = '/class/vc/vcs5'
Aug  1 20:21:34 localhost kernel: [4294799.330000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=864 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs5 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udevsend[1815]: main: version 030
Aug  1 20:21:34 localhost udevsend[1815]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1815]: main: DEVPATH = '/class/vc/vcs5'
Aug  1 20:21:34 localhost udevsend[1815]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1815]: main: SEQNUM = '864'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 864
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 864
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 864 to exec, next expected is 865
Aug  1 20:21:34 localhost udev[1816]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1816]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1816]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1816]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udev[1816]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udev[1816]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost udev[1816]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost udev[1816]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1816]: main: version 030
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 864 [1816] working at '/class/vc/vcs5'
Aug  1 20:21:34 localhost udev[1816]: udev_hotplug: looking at '/class/vc/vcs5'
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 864 to running list
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1816]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1816]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1816]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1816]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1816]: sleep_for_file: looking for '/sys/class/vc/vcs5/dev'
Aug  1 20:21:34 localhost udev[1816]: get_class_dev: looking at '/sys/class/vc/vcs5'
Aug  1 20:21:34 localhost udev[1816]: get_class_dev: class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1816]: get_major_minor: dev='7:5 '
Aug  1 20:21:34 localhost udev[1816]: get_major_minor: found major=7, minor=5
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost kernel: [4294799.334000]               kobject vcs6: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost kernel: [4294799.334000]               kobject_hotplug
Aug  1 20:21:34 localhost kernel: [4294799.334000]                 fill_kobj_path: path = '/class/vc/vcs6'
Aug  1 20:21:34 localhost kernel: [4294799.334000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=865 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs6 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udevsend[1817]: main: version 030
Aug  1 20:21:34 localhost udevsend[1817]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1817]: main: DEVPATH = '/class/vc/vcs6'
Aug  1 20:21:34 localhost udevsend[1817]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1817]: main: SEQNUM = '865'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 865
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 865
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 865 to exec, next expected is 866
Aug  1 20:21:34 localhost udev[1818]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1818]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1818]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1818]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udev[1818]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udev[1818]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost udev[1818]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost udev[1818]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1818]: main: version 030
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 865 [1818] working at '/class/vc/vcs6'
Aug  1 20:21:34 localhost udev[1818]: udev_hotplug: looking at '/class/vc/vcs6'
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 865 to running list
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1818]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1818]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1818]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1818]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1818]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1818]: sleep_for_file: looking for '/sys/class/vc/vcs6/dev'
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_class_dev: looking at '/sys/class/vc/vcs6'
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: get_class_dev: class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1818]: get_major_minor: dev='7:6 '
Aug  1 20:21:34 localhost udev[1818]: get_major_minor: found major=7, minor=6
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost kernel: [4294799.338000]               kobject vcsa5: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost kernel: [4294799.338000]               kobject_hotplug
Aug  1 20:21:34 localhost kernel: [4294799.338000]                 fill_kobj_path: path = '/class/vc/vcsa5'
Aug  1 20:21:34 localhost kernel: [4294799.338000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=866 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa5 SUBSYSTEM=vc
Aug  1 20:21:34 localhost kernel: [4294799.338000]               kobject vcsa6: registering. parent: vc, set: class_obj
Aug  1 20:21:34 localhost kernel: [4294799.338000]               kobject_hotplug
Aug  1 20:21:34 localhost kernel: [4294799.338000]                 fill_kobj_path: path = '/class/vc/vcsa6'
Aug  1 20:21:34 localhost kernel: [4294799.338000]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=867 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa6 SUBSYSTEM=vc
Aug  1 20:21:34 localhost udevsend[1819]: main: version 030
Aug  1 20:21:34 localhost udevsend[1819]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1819]: main: DEVPATH = '/class/vc/vcsa5'
Aug  1 20:21:34 localhost udevsend[1819]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1819]: main: SEQNUM = '866'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 866
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 866
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 866 to exec, next expected is 867
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 866 [1821] working at '/class/vc/vcsa5'
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 866 to running list
Aug  1 20:21:34 localhost udev[1821]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1821]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1821]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1821]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udev[1821]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udev[1821]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost udev[1821]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost udev[1821]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1821]: main: version 030
Aug  1 20:21:34 localhost udev[1821]: udev_hotplug: looking at '/class/vc/vcsa5'
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1821]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1821]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1821]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1821]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1821]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1821]: sleep_for_file: looking for '/sys/class/vc/vcsa5/dev'
Aug  1 20:21:34 localhost udev[1821]: get_class_dev: looking at '/sys/class/vc/vcsa5'
Aug  1 20:21:34 localhost udev[1821]: get_class_dev: class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1821]: get_major_minor: dev='7:133 '
Aug  1 20:21:34 localhost udev[1821]: get_major_minor: found major=7, minor=133
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udevsend[1820]: main: version 030
Aug  1 20:21:34 localhost udevsend[1820]: main: subsystem = 'vc'
Aug  1 20:21:34 localhost udevsend[1820]: main: DEVPATH = '/class/vc/vcsa6'
Aug  1 20:21:34 localhost udevsend[1820]: main: ACTION = 'add'
Aug  1 20:21:34 localhost udevsend[1820]: main: SEQNUM = '867'
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_insert: queued message seq 867
Aug  1 20:21:34 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 867
Aug  1 20:21:34 localhost udevd[1647]: msg_move_exec: moved seq 867 to exec, next expected is 868
Aug  1 20:21:34 localhost udev[1822]: get_dirs: sysfs_path='/sys'
Aug  1 20:21:34 localhost udev[1822]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:21:34 localhost udev[1822]: get_dirs: udev_root = /dev/
Aug  1 20:21:34 localhost udev[1822]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:21:34 localhost udev[1822]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:21:34 localhost udev[1822]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:21:34 localhost udev[1822]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:21:34 localhost udev[1822]: get_dirs: udev_log_str = 1
Aug  1 20:21:34 localhost udev[1822]: main: version 030
Aug  1 20:21:34 localhost udevd[1647]: udev_run: ==> exec seq 867 [1822] working at '/class/vc/vcsa6'
Aug  1 20:21:34 localhost udev[1822]: udev_hotplug: looking at '/class/vc/vcsa6'
Aug  1 20:21:34 localhost udevd[1647]: exec_queue_manager: moved seq 867 to running list
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:21:34 localhost udev[1822]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:21:34 localhost udev[1822]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:21:34 localhost udev[1822]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:21:34 localhost udev[1822]: sleep_for_file: looking for '/sys/class/vc/vcsa6/dev'
Aug  1 20:21:34 localhost udev[1822]: get_class_dev: looking at '/sys/class/vc/vcsa6'
Aug  1 20:21:34 localhost udev[1822]: get_class_dev: class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1822]: get_major_minor: dev='7:134 '
Aug  1 20:21:34 localhost udev[1822]: get_major_minor: found major=7, minor=134
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: class_dev->name = 'vcs2'
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: udev->kernel_name = 'vcs2'
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: kernel_number='2'
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1806]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: class_dev->name = 'vcs3'
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: udev->kernel_name = 'vcs3'
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: kernel_number='3'
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1804]: namedev_name_device: name, 'vcs2' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: udev_add_device: name='vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: creating device node '/dev/vcs2'
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: make_node: chmod(/dev/vcs2, 020600)
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1804]: udevdb_add_dev: store key '/class/vc/vcs2' for device 'vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: dev_d_send: DEVNAME='/dev/vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: open directory '/etc/dev.d/vcs2'
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: unable to open '/etc/dev.d/vcs2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1804]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 858 came back
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: class_dev->name = 'vcsa2'
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: udev->kernel_name = 'vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: kernel_number='2'
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: class_dev->name = 'vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: udev->kernel_name = 'vcs4'
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: kernel_number='4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: namedev_name_device: name, 'vcs3' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: class_dev->name = 'vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: udev_add_device: name='vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: udev->kernel_name = 'vcsa3'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: creating device node '/dev/vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: kernel_number='3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: make_node: chmod(/dev/vcs3, 020600)
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: udevdb_add_dev: store key '/class/vc/vcs3' for device 'vcs3'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: dev_d_send: DEVNAME='/dev/vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: open directory '/etc/dev.d/vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: unable to open '/etc/dev.d/vcs3'
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1806]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 859 came back
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: class_dev->name = 'vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: udev->kernel_name = 'vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: kernel_number='4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: namedev_name_device: name, 'vcsa2' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: udev_add_device: name='vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: creating device node '/dev/vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: make_node: chmod(/dev/vcsa2, 020600)
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: udevdb_add_dev: store key '/class/vc/vcsa2' for device 'vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: dev_d_send: DEVNAME='/dev/vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: open directory '/etc/dev.d/vcsa2'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: unable to open '/etc/dev.d/vcsa2'
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1808]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 860 came back
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 10 millisec
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: class_dev->name = 'vcs5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: udev->kernel_name = 'vcs5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: kernel_number='5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1816]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: class_dev->name = 'vcs6'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: udev->kernel_name = 'vcs6'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: kernel_number='6'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: namedev_name_device: name, 'vcs4' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: udev_add_device: name='vcs4'
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: creating device node '/dev/vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: make_node: chmod(/dev/vcs4, 020600)
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: udevdb_add_dev: store key '/class/vc/vcs4' for device 'vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1810]: dev_d_send: DEVNAME='/dev/vcs4'
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: open directory '/etc/dev.d/vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: unable to open '/etc/dev.d/vcs4'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: class_dev->name = 'vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1810]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: udev->kernel_name = 'vcsa5'
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 861 came back
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: kernel_number='5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: sysfs_path_is_link: stat() failed 
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1822]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:21:34 localhost udev[1816]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: class_dev->name = 'vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: udev->kernel_name = 'vcsa6'
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: kernel_number='6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa3'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: namedev_name_device: name, 'vcsa3' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: udev_add_device: name='vcsa3'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: creating device node '/dev/vcsa3'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: make_node: chmod(/dev/vcsa3, 020600)
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: udevdb_add_dev: store key '/class/vc/vcsa3' for device 'vcsa3'
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: dev_d_send: DEVNAME='/dev/vcsa3'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: open directory '/etc/dev.d/vcsa3'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: unable to open '/etc/dev.d/vcsa3'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1812]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 862 came back
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: namedev_name_device: name, 'vcsa4' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: udev_add_device: name='vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: creating device node '/dev/vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: make_node: chmod(/dev/vcsa4, 020600)
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: udevdb_add_dev: store key '/class/vc/vcsa4' for device 'vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: dev_d_send: DEVNAME='/dev/vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: open directory '/etc/dev.d/vcsa4'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: unable to open '/etc/dev.d/vcsa4'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1814]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 863 came back
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1822]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: namedev_name_device: name, 'vcs5' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: udev_add_device: name='vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1816]: creating device node '/dev/vcs5'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: make_node: chmod(/dev/vcs5, 020600)
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: udevdb_add_dev: store key '/class/vc/vcs5' for device 'vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: dev_d_send: DEVNAME='/dev/vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: open directory '/etc/dev.d/vcs5'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: unable to open '/etc/dev.d/vcs5'
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1816]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 864 came back
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: namedev_name_device: name, 'vcs6' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: udev_add_device: name='vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: creating device node '/dev/vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: make_node: chmod(/dev/vcs6, 020600)
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: udevdb_add_dev: store key '/class/vc/vcs6' for device 'vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: dev_d_send: DEVNAME='/dev/vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: open directory '/etc/dev.d/vcs6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: unable to open '/etc/dev.d/vcs6'
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1821]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1818]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 865 came back
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1821]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: namedev_name_device: name, 'vcsa5' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: udev_add_device: name='vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: device has no bus
Aug  1 20:21:34 localhost udev[1821]: creating device node '/dev/vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: make_node: chmod(/dev/vcsa5, 020600)
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: udevdb_add_dev: store key '/class/vc/vcsa5' for device 'vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1821]: dev_d_send: DEVNAME='/dev/vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: open directory '/etc/dev.d/vcsa5'
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: unable to open '/etc/dev.d/vcsa5'
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1821]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 866 came back
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: process rule
Aug  1 20:21:34 localhost udev[1822]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa6'
Aug  1 20:21:34 localhost udev[1822]: match_rule: KERNEL is not matching
Aug  1 20:21:34 localhost udev[1822]: match_rule: try parent sysfs device
Aug  1 20:21:34 localhost udev[1822]: namedev_name_device: name, 'vcsa6' is going to have owner='root', group='root', mode = 0600
Aug  1 20:21:34 localhost udev[1822]: udev_add_device: name='vcsa6'
Aug  1 20:21:34 localhost udev[1822]: creating device node '/dev/vcsa6'
Aug  1 20:21:34 localhost udev[1822]: make_node: chmod(/dev/vcsa6, 020600)
Aug  1 20:21:34 localhost udev[1822]: udevdb_add_dev: store key '/class/vc/vcsa6' for device 'vcsa6'
Aug  1 20:21:34 localhost udev[1822]: dev_d_send: DEVNAME='/dev/vcsa6'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: open directory '/etc/dev.d/vcsa6'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: unable to open '/etc/dev.d/vcsa6'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:21:34 localhost udev[1822]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:21:34 localhost udevd[1647]: udev_done: <== exec seq 867 came back
Aug  1 20:21:34 localhost kernel: [4294799.732000]           tcp_init_xmit_timers: called for sk 0xde7e2080
Aug  1 20:21:47 localhost su[1831]: + ttyS0 piet-root
Aug  1 20:24:29 localhost kernel: [4294974.506000]                        tcp_init_xmit_timers: called for sk 0xde7e3700
Aug  1 20:24:33 localhost sshd[1834]: error: Could not get shadow information for piet
Aug  1 20:24:36 localhost kernel: [4294981.295000]           tcp_init_xmit_timers: called for sk 0xde7e2500
Aug  1 20:29:02 localhost su[1960]: + pts/0 piet-root
Aug  1 20:30:02 localhost init: Switching to runlevel: 6
Aug  1 20:30:02 localhost udevsend[2067]: main: version 030
Aug  1 20:30:02 localhost udevsend[2067]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2067]: main: DEVPATH = '/class/vc/vcs2'
Aug  1 20:30:02 localhost udevsend[2067]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2067]: main: SEQNUM = '868'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 868
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 868
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 868 to exec, next expected is 869
Aug  1 20:30:02 localhost udev[2068]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udev[2068]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udev[2068]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2068]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 868 [2068] working at '/class/vc/vcs2'
Aug  1 20:30:02 localhost udevsend[2069]: main: version 030
Aug  1 20:30:02 localhost udevsend[2069]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udev[2068]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 868 to running list
Aug  1 20:30:02 localhost udevsend[2069]: main: DEVPATH = '/class/vc/vcsa2'
Aug  1 20:30:02 localhost udev[2068]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udevsend[2069]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udev[2068]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udevsend[2069]: main: SEQNUM = '869'
Aug  1 20:30:02 localhost udev[2068]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 869
Aug  1 20:30:02 localhost udev[2068]: main: version 030
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 869
Aug  1 20:30:02 localhost udev[2068]: udev_hotplug: looking at '/class/vc/vcs2'
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 869 to exec, next expected is 870
Aug  1 20:30:02 localhost udev[2068]: udev_remove_device: name='vcs2'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 869 [2070] working at '/class/vc/vcsa2'
Aug  1 20:30:02 localhost udev[2068]: dev_d_send: DEVNAME='/dev/vcs2'
Aug  1 20:30:02 localhost udev[2070]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 869 to running list
Aug  1 20:30:02 localhost udev[2068]: call_foreach_file: open directory '/etc/dev.d/vcs2'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2068]: call_foreach_file: unable to open '/etc/dev.d/vcs2'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2068]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2068]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2068]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2068]: removing device node '/dev/vcs2'
Aug  1 20:30:02 localhost udev[2070]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 868 came back
Aug  1 20:30:02 localhost udev[2070]: main: version 030
Aug  1 20:30:02 localhost udev[2070]: udev_hotplug: looking at '/class/vc/vcsa2'
Aug  1 20:30:02 localhost udev[2070]: udev_remove_device: name='vcsa2'
Aug  1 20:30:02 localhost udev[2070]: dev_d_send: DEVNAME='/dev/vcsa2'
Aug  1 20:30:02 localhost udev[2070]: call_foreach_file: open directory '/etc/dev.d/vcsa2'
Aug  1 20:30:02 localhost udev[2070]: call_foreach_file: unable to open '/etc/dev.d/vcsa2'
Aug  1 20:30:02 localhost udev[2070]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2070]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2070]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2070]: removing device node '/dev/vcsa2'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 869 came back
Aug  1 20:30:02 localhost udevsend[2071]: main: version 030
Aug  1 20:30:02 localhost udevsend[2071]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2071]: main: DEVPATH = '/class/vc/vcs3'
Aug  1 20:30:02 localhost udevsend[2071]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2071]: main: SEQNUM = '870'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 870
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 870
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 870 to exec, next expected is 871
Aug  1 20:30:02 localhost udev[2072]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udev[2072]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udev[2072]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2072]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 870 [2072] working at '/class/vc/vcs3'
Aug  1 20:30:02 localhost udev[2072]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2072]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udevsend[2073]: main: version 030
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 870 to running list
Aug  1 20:30:02 localhost udev[2072]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udevsend[2073]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udev[2072]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udevsend[2073]: main: DEVPATH = '/class/vc/vcsa3'
Aug  1 20:30:02 localhost udev[2072]: main: version 030
Aug  1 20:30:02 localhost udevsend[2073]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udev[2072]: udev_hotplug: looking at '/class/vc/vcs3'
Aug  1 20:30:02 localhost udevsend[2073]: main: SEQNUM = '871'
Aug  1 20:30:02 localhost udev[2072]: udev_remove_device: name='vcs3'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 871
Aug  1 20:30:02 localhost udev[2072]: dev_d_send: DEVNAME='/dev/vcs3'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 871
Aug  1 20:30:02 localhost udev[2072]: call_foreach_file: open directory '/etc/dev.d/vcs3'
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 871 to exec, next expected is 872
Aug  1 20:30:02 localhost udev[2072]: call_foreach_file: unable to open '/etc/dev.d/vcs3'
Aug  1 20:30:02 localhost udev[2074]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 871 [2074] working at '/class/vc/vcsa3'
Aug  1 20:30:02 localhost udev[2072]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2074]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 871 to running list
Aug  1 20:30:02 localhost udev[2072]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2074]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2072]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2074]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2072]: removing device node '/dev/vcs3'
Aug  1 20:30:02 localhost udev[2074]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 870 came back
Aug  1 20:30:02 localhost udev[2074]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2074]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2074]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udev[2074]: main: version 030
Aug  1 20:30:02 localhost udev[2074]: udev_hotplug: looking at '/class/vc/vcsa3'
Aug  1 20:30:02 localhost udev[2074]: udev_remove_device: name='vcsa3'
Aug  1 20:30:02 localhost udev[2074]: dev_d_send: DEVNAME='/dev/vcsa3'
Aug  1 20:30:02 localhost udev[2074]: call_foreach_file: open directory '/etc/dev.d/vcsa3'
Aug  1 20:30:02 localhost udev[2074]: call_foreach_file: unable to open '/etc/dev.d/vcsa3'
Aug  1 20:30:02 localhost udev[2074]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2074]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2074]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2074]: removing device node '/dev/vcsa3'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 871 came back
Aug  1 20:30:02 localhost kernel: [4295307.402000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.402000]                       fill_kobj_path: path = '/class/vc/vcs2'
Aug  1 20:30:02 localhost kernel: [4295307.402000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=868 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcs2 SUBSYSTEM=vc
Aug  1 20:30:02 localhost kernel: [4295307.404000]                        kobject vcs2: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.404000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.404000]                       fill_kobj_path: path = '/class/vc/vcsa2'
Aug  1 20:30:02 localhost kernel: [4295307.404000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=869 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcsa2 SUBSYSTEM=vc
Aug  1 20:30:02 localhost kernel: [4295307.404000]                        kobject vcsa2: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.407000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.407000]                       fill_kobj_path: path = '/class/vc/vcs3'
Aug  1 20:30:02 localhost kernel: [4295307.407000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=870 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcs3 SUBSYSTEM=vc
Aug  1 20:30:02 localhost udevsend[2075]: main: version 030
Aug  1 20:30:02 localhost udevsend[2075]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2075]: main: DEVPATH = '/class/vc/vcs4'
Aug  1 20:30:02 localhost udevsend[2076]: main: version 030
Aug  1 20:30:02 localhost udevsend[2075]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2076]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2075]: main: SEQNUM = '872'
Aug  1 20:30:02 localhost udevsend[2076]: main: DEVPATH = '/class/vc/vcsa4'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 872
Aug  1 20:30:02 localhost udevsend[2076]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 872
Aug  1 20:30:02 localhost udevsend[2076]: main: SEQNUM = '873'
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 872 to exec, next expected is 873
Aug  1 20:30:02 localhost udev[2077]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 872 [2077] working at '/class/vc/vcs4'
Aug  1 20:30:02 localhost udev[2077]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 872 to running list
Aug  1 20:30:02 localhost udev[2077]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 873
Aug  1 20:30:02 localhost udev[2077]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 873
Aug  1 20:30:02 localhost udev[2077]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 873 to exec, next expected is 874
Aug  1 20:30:02 localhost udev[2077]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2078]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 873 [2078] working at '/class/vc/vcsa4'
Aug  1 20:30:02 localhost udev[2077]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2078]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 873 to running list
Aug  1 20:30:02 localhost udev[2077]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udev[2078]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2077]: main: version 030
Aug  1 20:30:02 localhost udev[2078]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2077]: udev_hotplug: looking at '/class/vc/vcs4'
Aug  1 20:30:02 localhost udev[2078]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2077]: udev_remove_device: name='vcs4'
Aug  1 20:30:02 localhost udev[2078]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2077]: dev_d_send: DEVNAME='/dev/vcs4'
Aug  1 20:30:02 localhost udev[2078]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2077]: call_foreach_file: open directory '/etc/dev.d/vcs4'
Aug  1 20:30:02 localhost udev[2078]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udev[2077]: call_foreach_file: unable to open '/etc/dev.d/vcs4'
Aug  1 20:30:02 localhost udev[2078]: main: version 030
Aug  1 20:30:02 localhost udev[2077]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2078]: udev_hotplug: looking at '/class/vc/vcsa4'
Aug  1 20:30:02 localhost udev[2077]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2078]: udev_remove_device: name='vcsa4'
Aug  1 20:30:02 localhost udev[2077]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2078]: dev_d_send: DEVNAME='/dev/vcsa4'
Aug  1 20:30:02 localhost udev[2077]: removing device node '/dev/vcs4'
Aug  1 20:30:02 localhost udev[2078]: call_foreach_file: open directory '/etc/dev.d/vcsa4'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 872 came back
Aug  1 20:30:02 localhost udev[2078]: call_foreach_file: unable to open '/etc/dev.d/vcsa4'
Aug  1 20:30:02 localhost udev[2078]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2078]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2078]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2078]: removing device node '/dev/vcsa4'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 873 came back
Aug  1 20:30:02 localhost kernel: [4295307.409000]                        kobject vcs3: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.409000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.409000]                       fill_kobj_path: path = '/class/vc/vcsa3'
Aug  1 20:30:02 localhost kernel: [4295307.409000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=871 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcsa3 SUBSYSTEM=vc
Aug  1 20:30:02 localhost kernel: [4295307.413000]                        kobject vcsa3: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.413000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.413000]                       fill_kobj_path: path = '/class/vc/vcs4'
Aug  1 20:30:02 localhost kernel: [4295307.413000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=872 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcs4 SUBSYSTEM=vc
Aug  1 20:30:02 localhost kernel: [4295307.413000]                        kobject vcs4: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.414000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.414000]                       fill_kobj_path: path = '/class/vc/vcsa4'
Aug  1 20:30:02 localhost kernel: [4295307.414000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=873 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcsa4 SUBSYSTEM=vc
Aug  1 20:30:02 localhost kernel: [4295307.418000]                        kobject vcsa4: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.418000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.418000]                       fill_kobj_path: path = '/class/vc/vcs5'
Aug  1 20:30:02 localhost kernel: [4295307.419000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=874 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcs5 SUBSYSTEM=vc
Aug  1 20:30:02 localhost udevsend[2079]: main: version 030
Aug  1 20:30:02 localhost udevsend[2079]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2079]: main: DEVPATH = '/class/vc/vcs5'
Aug  1 20:30:02 localhost udevsend[2079]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2079]: main: SEQNUM = '874'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 874
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 874
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 874 to exec, next expected is 875
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 874 [2080] working at '/class/vc/vcs5'
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 874 to running list
Aug  1 20:30:02 localhost kernel: [4295307.419000]                        kobject vcs5: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.419000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.419000]                       fill_kobj_path: path = '/class/vc/vcsa5'
Aug  1 20:30:02 localhost kernel: [4295307.419000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=875 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcsa5 SUBSYSTEM=vc
Aug  1 20:30:02 localhost udev[2080]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udev[2080]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udev[2080]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2080]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2080]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2080]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2080]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2080]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udev[2080]: main: version 030
Aug  1 20:30:02 localhost udev[2080]: udev_hotplug: looking at '/class/vc/vcs5'
Aug  1 20:30:02 localhost udev[2080]: udev_remove_device: name='vcs5'
Aug  1 20:30:02 localhost udev[2080]: dev_d_send: DEVNAME='/dev/vcs5'
Aug  1 20:30:02 localhost udev[2080]: call_foreach_file: open directory '/etc/dev.d/vcs5'
Aug  1 20:30:02 localhost udev[2080]: call_foreach_file: unable to open '/etc/dev.d/vcs5'
Aug  1 20:30:02 localhost udev[2080]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2080]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2080]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2080]: removing device node '/dev/vcs5'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 874 came back
Aug  1 20:30:02 localhost kernel: [4295307.421000]                        kobject vcsa5: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.421000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.421000]                       fill_kobj_path: path = '/class/vc/vcs6'
Aug  1 20:30:02 localhost kernel: [4295307.421000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=876 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcs6 SUBSYSTEM=vc
Aug  1 20:30:02 localhost udevsend[2081]: main: version 030
Aug  1 20:30:02 localhost udevsend[2081]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2081]: main: DEVPATH = '/class/vc/vcsa5'
Aug  1 20:30:02 localhost udevsend[2081]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2081]: main: SEQNUM = '875'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 875
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 875
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 875 to exec, next expected is 876
Aug  1 20:30:02 localhost udev[2083]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udev[2083]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udev[2083]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2083]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2083]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2083]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2083]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2083]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 875 [2083] working at '/class/vc/vcsa5'
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 875 to running list
Aug  1 20:30:02 localhost udevsend[2082]: main: version 030
Aug  1 20:30:02 localhost udevsend[2082]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2082]: main: DEVPATH = '/class/vc/vcs6'
Aug  1 20:30:02 localhost udevsend[2082]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2082]: main: SEQNUM = '876'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 876
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 876
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 876 to exec, next expected is 877
Aug  1 20:30:02 localhost udev[2084]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udev[2084]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udev[2084]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2084]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2084]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2084]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2084]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2084]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 876 [2084] working at '/class/vc/vcs6'
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 876 to running list
Aug  1 20:30:02 localhost udev[2083]: main: version 030
Aug  1 20:30:02 localhost udev[2083]: udev_hotplug: looking at '/class/vc/vcsa5'
Aug  1 20:30:02 localhost udev[2083]: udev_remove_device: name='vcsa5'
Aug  1 20:30:02 localhost udev[2083]: dev_d_send: DEVNAME='/dev/vcsa5'
Aug  1 20:30:02 localhost udev[2083]: call_foreach_file: open directory '/etc/dev.d/vcsa5'
Aug  1 20:30:02 localhost udev[2083]: call_foreach_file: unable to open '/etc/dev.d/vcsa5'
Aug  1 20:30:02 localhost udev[2083]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2083]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2083]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2083]: removing device node '/dev/vcsa5'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 875 came back
Aug  1 20:30:02 localhost kernel: [4295307.426000]                        kobject vcs6: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.426000]                     kobject_hotplug
Aug  1 20:30:02 localhost kernel: [4295307.426000]                       fill_kobj_path: path = '/class/vc/vcsa6'
Aug  1 20:30:02 localhost kernel: [4295307.426000]                     kobject_hotplug: /usr/local/sbin/udevsend vc seq=877 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=remove DEVPATH=/class/vc/vcsa6 SUBSYSTEM=vc
Aug  1 20:30:02 localhost udev[2084]: main: version 030
Aug  1 20:30:02 localhost udev[2084]: udev_hotplug: looking at '/class/vc/vcs6'
Aug  1 20:30:02 localhost udev[2084]: udev_remove_device: name='vcs6'
Aug  1 20:30:02 localhost udev[2084]: dev_d_send: DEVNAME='/dev/vcs6'
Aug  1 20:30:02 localhost udev[2084]: call_foreach_file: open directory '/etc/dev.d/vcs6'
Aug  1 20:30:02 localhost udev[2084]: call_foreach_file: unable to open '/etc/dev.d/vcs6'
Aug  1 20:30:02 localhost udev[2084]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2084]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2084]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2084]: removing device node '/dev/vcs6'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 876 came back
Aug  1 20:30:02 localhost kernel: [4295307.427000]                        kobject vcsa6: cleaning up
Aug  1 20:30:02 localhost kernel: [4295307.427000]               tcp_close called for sk 0xde7e2080 state 10:Listen sk->socket_type 0
Aug  1 20:30:02 localhost kernel: [4295307.427000]                tcp_destroy_sock called for 0xde7e2080
Aug  1 20:30:02 localhost udevsend[2085]: main: version 030
Aug  1 20:30:02 localhost udevsend[2085]: main: subsystem = 'vc'
Aug  1 20:30:02 localhost udevsend[2085]: main: DEVPATH = '/class/vc/vcsa6'
Aug  1 20:30:02 localhost udevsend[2085]: main: ACTION = 'remove'
Aug  1 20:30:02 localhost udevsend[2085]: main: SEQNUM = '877'
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_insert: queued message seq 877
Aug  1 20:30:02 localhost udevd[1647]: msg_queue_manager: msg queue manager, next expected is 877
Aug  1 20:30:02 localhost udevd[1647]: msg_move_exec: moved seq 877 to exec, next expected is 878
Aug  1 20:30:02 localhost udev[2086]: get_dirs: sysfs_path='/sys'
Aug  1 20:30:02 localhost udev[2086]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:30:02 localhost udev[2086]: get_dirs: udev_root = /dev/
Aug  1 20:30:02 localhost udev[2086]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:30:02 localhost udev[2086]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:30:02 localhost udev[2086]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:30:02 localhost udev[2086]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:30:02 localhost udev[2086]: get_dirs: udev_log_str = 1
Aug  1 20:30:02 localhost udevd[1647]: udev_run: ==> exec seq 877 [2086] working at '/class/vc/vcsa6'
Aug  1 20:30:02 localhost udevd[1647]: exec_queue_manager: moved seq 877 to running list
Aug  1 20:30:02 localhost udev[2086]: main: version 030
Aug  1 20:30:02 localhost udev[2086]: udev_hotplug: looking at '/class/vc/vcsa6'
Aug  1 20:30:02 localhost udev[2086]: udev_remove_device: name='vcsa6'
Aug  1 20:30:02 localhost udev[2086]: dev_d_send: DEVNAME='/dev/vcsa6'
Aug  1 20:30:02 localhost udev[2086]: call_foreach_file: open directory '/etc/dev.d/vcsa6'
Aug  1 20:30:02 localhost udev[2086]: call_foreach_file: unable to open '/etc/dev.d/vcsa6'
Aug  1 20:30:02 localhost udev[2086]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2086]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:30:02 localhost udev[2086]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:30:02 localhost udev[2086]: removing device node '/dev/vcsa6'
Aug  1 20:30:02 localhost udevd[1647]: udev_done: <== exec seq 877 came back
Aug  1 20:30:08 localhost kernel: [4295313.486000]                 tcp_close called for sk 0xde7e2500 state 10:Listen sk->socket_type 0
Aug  1 20:30:08 localhost kernel: [4295313.486000]                  tcp_destroy_sock called for 0xde7e2500
Aug  1 20:30:08 localhost kernel: [4295313.487000]               tcp_close called for sk 0xde7e3700 state 1:Established sk->socket_type 0
Aug  1 20:30:08 localhost kernel: [4295313.488000]            tcp_close called for sk 0xde7e3b80 state 10:Listen sk->socket_type 0
Aug  1 20:30:08 localhost kernel: [4295313.488000]             tcp_destroy_sock called for 0xde7e3b80
Aug  1 20:30:08 localhost kernel: Kernel logging (proc) stopped.
Aug  1 20:30:08 localhost kernel: Kernel log daemon terminating.
Aug  1 20:30:09 localhost exiting on signal 15
Aug  1 20:32:46 localhost syslogd 1.4.1: restart.

[-- Attachment #3: udev_with_5_millisec_sleeps --]
[-- Type: text/plain, Size: 316553 bytes --]

Aug  1 20:32:46 localhost udevd[1632]: main: version 030
Aug  1 20:32:46 localhost udevd[1635]: main: version 030
Aug  1 20:32:46 localhost udevd[1635]: main: bind failed, exit
Aug  1 20:32:46 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug  1 20:32:46 localhost kernel: Inspecting /boot/System.map-2.6.13.4-my-kgdb.0
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_insert: queued message seq 850
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_manager: seq 850 is 0 seconds old
Aug  1 20:32:46 localhost udevd[1632]: msg_dump_queue: sequence 850 in queue
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_manager: next event expires in 10 seconds
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_insert: queued message seq 851
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_manager: seq 850 is 0 seconds old
Aug  1 20:32:46 localhost udevd[1632]: msg_dump_queue: sequence 850 in queue
Aug  1 20:32:46 localhost udevd[1632]: msg_dump_queue: sequence 851 in queue
Aug  1 20:32:46 localhost udevd[1632]: msg_queue_manager: next event expires in 10 seconds
Aug  1 20:32:46 localhost kernel: Loaded 39436 symbols from /boot/System.map-2.6.13.4-my-kgdb.0.
Aug  1 20:32:46 localhost kernel: Symbols match kernel version 2.6.13.
Aug  1 20:32:46 localhost kernel: No module symbols loaded - kernel modules not enabled. 
Aug  1 20:32:46 localhost kernel: 999-2004 Max Krasnyansky <maxk@qualcomm.com>
Aug  1 20:32:46 localhost kernel: [   44.442205]             kobject tun: registering. parent: misc, set: class_obj
Aug  1 20:32:46 localhost kernel: [   44.442211]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   44.442213]               fill_kobj_path: path = '/class/misc/tun'
Aug  1 20:32:46 localhost kernel: [   44.442217]             kobject_hotplug: /sbin/hotplug misc seq=815 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/misc/tun SUBSYSTEM=misc
Aug  1 20:32:46 localhost kernel: [   44.442235]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   44.442239]             kobject de2104x: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   44.442246]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   44.442249]               fill_kobj_path: path = '/bus/pci/drivers/de2104x'
Aug  1 20:32:46 localhost kernel: [   44.442253]             kobject_hotplug: /sbin/hotplug drivers seq=816 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/de2104x SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   44.442271]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   44.442286]             kobject tulip: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   44.442290]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   44.442293]               fill_kobj_path: path = '/bus/pci/drivers/tulip'
Aug  1 20:32:46 localhost kernel: [   44.442296]             kobject_hotplug: /sbin/hotplug drivers seq=817 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/tulip SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   44.442314]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   44.442333]        Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Aug  1 20:32:46 localhost kernel: [   44.487974]         ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Aug  1 20:32:46 localhost kernel: [   44.545044]          subsystem ide: registering
Aug  1 20:32:46 localhost kernel: [   44.545046]            kobject ide: registering. parent: <NULL>, set: bus
Aug  1 20:32:46 localhost kernel: [   44.545051]            kobject devices: registering. parent: ide, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   44.545055]            kobject drivers: registering. parent: ide, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   44.545082]                ICH3: IDE controller at PCI slot 0000:00:1f.1
Aug  1 20:32:46 localhost kernel: [   44.589004]                    ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 23
Aug  1 20:32:46 localhost kernel: [   44.648404]               ICH3: chipset revision 2
Aug  1 20:32:46 localhost kernel: [   44.679812]              ICH3: not 100%% native mode: will probe irqs later
Aug  1 20:32:46 localhost kernel: [   44.724916]                       ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio
Aug  1 20:32:46 localhost kernel: [   44.782646]                       ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
Aug  1 20:32:46 localhost kernel: [   44.840346]                Probing IDE interface ide0...
Aug  1 20:32:46 localhost kernel: [   45.127414]                  hda: HTE541040G9AT00, ATA DISK drive
Aug  1 20:32:46 localhost kernel: [   45.167422]                   kobject ide0: registering. parent: 0000:00:1f.1, set: devices
Aug  1 20:32:46 localhost kernel: [   45.837572]                ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Aug  1 20:32:46 localhost kernel: [   45.875838]                 kobject 0.0: registering. parent: ide0, set: devices
Aug  1 20:32:46 localhost kernel: [   45.875842]                 kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   45.875846]                   fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   45.875850]                 kobject_hotplug: /sbin/hotplug ide seq=818 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/devices/pci0000:00/0000:00:1f.1/ide0/0.0 SUBSYSTEM=ide
Aug  1 20:32:46 localhost kernel: [   45.875875]                 kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   45.875884]                Probing IDE interface ide1...
Aug  1 20:32:46 localhost kernel: [   46.443416]               kobject PIIX_IDE: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   46.443421]               kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   46.443423]                 fill_kobj_path: path = '/bus/pci/drivers/PIIX_IDE'
Aug  1 20:32:46 localhost kernel: [   46.443427]               kobject_hotplug: /sbin/hotplug drivers seq=819 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/PIIX_IDE SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   46.443446]               kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   46.443465]               kobject Serverworks_IDE: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   46.443469]               kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   46.443472]                 fill_kobj_path: path = '/bus/pci/drivers/Serverworks_IDE'
Aug  1 20:32:46 localhost kernel: [   46.443475]               kobject_hotplug: /sbin/hotplug drivers seq=820 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/Serverworks_IDE SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   46.443493]               kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   46.443507]               kobject PCI_IDE: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   46.443515]               kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   46.443518]                 fill_kobj_path: path = '/bus/pci/drivers/PCI_IDE'
Aug  1 20:32:46 localhost kernel: [   46.443521]               kobject_hotplug: /sbin/hotplug drivers seq=821 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/PCI_IDE SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   46.443539]               kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   46.443555]           Probing IDE interface ide1...
Aug  1 20:32:46 localhost kernel: [   47.009741]            kobject ide-disk: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.009746]            kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.009748]              fill_kobj_path: path = '/bus/ide/drivers/ide-disk'
Aug  1 20:32:46 localhost kernel: [   47.009752]            kobject_hotplug: /sbin/hotplug drivers seq=822 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/ide/drivers/ide-disk SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.009771]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.009790]                hda: max request size: 1024KiB
Aug  1 20:32:46 localhost kernel: [   47.056191]                hda: 78140160 sectors (40007 MB) w/7539KiB Cache, CHS=16383/255/63, UDMA(100)
Aug  1 20:32:46 localhost kernel: [   47.118879]                hda: cache flushes supported
Aug  1 20:32:46 localhost kernel: [   47.153144]                  kobject hda: registering. parent: <NULL>, set: block
Aug  1 20:32:46 localhost kernel: [   47.153154]                  kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.153156]                    fill_kobj_path: path = '/block/hda'
Aug  1 20:32:46 localhost kernel: [   47.153160]                     fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.153166]                  kobject_hotplug: /sbin/hotplug block seq=823 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.153185]                  kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.153207]                      hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
Aug  1 20:32:46 localhost kernel: [   47.237217]                       kobject hda1: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237223]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237226]                         fill_kobj_path: path = '/block/hda/hda1'
Aug  1 20:32:46 localhost kernel: [   47.237230]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237234]                       kobject_hotplug: /sbin/hotplug block seq=824 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda1 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237255]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.237258]                       kobject hda2: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237263]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237266]                         fill_kobj_path: path = '/block/hda/hda2'
Aug  1 20:32:46 localhost kernel: [   47.237270]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237274]                       kobject_hotplug: /sbin/hotplug block seq=825 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda2 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237291]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.237295]                       kobject hda3: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237301]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237304]                         fill_kobj_path: path = '/block/hda/hda3'
Aug  1 20:32:46 localhost kernel: [   47.237308]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237312]                       kobject_hotplug: /sbin/hotplug block seq=826 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda3 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237330]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.237333]                       kobject hda4: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237338]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237341]                         fill_kobj_path: path = '/block/hda/hda4'
Aug  1 20:32:46 localhost kernel: [   47.237345]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237349]                       kobject_hotplug: /sbin/hotplug block seq=827 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda4 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237367]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.237370]                       kobject hda5: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237375]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237378]                         fill_kobj_path: path = '/block/hda/hda5'
Aug  1 20:32:46 localhost kernel: [   47.237382]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237385]                       kobject_hotplug: /sbin/hotplug block seq=828 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda5 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237403]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.237407]                       kobject hda6: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237412]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237415]                         fill_kobj_path: path = '/block/hda/hda6'
Aug  1 20:32:46 localhost kernel: [   47.237419]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237422]                       kobject_hotplug: /sbin/hotplug block seq=829 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda6 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237440]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.237444]                       kobject hda7: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.237449]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.237452]                         fill_kobj_path: path = '/block/hda/hda7'
Aug  1 20:32:46 localhost kernel: [   47.237455]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.1/ide0/0.0'
Aug  1 20:32:46 localhost kernel: [   47.237459]                       kobject_hotplug: /sbin/hotplug block seq=830 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/hda/hda7 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   47.237477]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.239263]                   kobject queue: registering. parent: hda, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.239270]                    kobject iosched: registering. parent: queue, set: <NULL>
Aug  1 20:32:46 localhost kernel: [   47.239284]            kobject ide-cdrom: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.239288]            kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.239290]              fill_kobj_path: path = '/bus/ide/drivers/ide-cdrom'
Aug  1 20:32:46 localhost kernel: [   47.239294]            kobject_hotplug: /sbin/hotplug drivers seq=831 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/ide/drivers/ide-cdrom SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.239313]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.239371]             kobject sd: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.239375]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.239378]               fill_kobj_path: path = '/bus/scsi/drivers/sd'
Aug  1 20:32:46 localhost kernel: [   47.239381]             kobject_hotplug: /sbin/hotplug drivers seq=832 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/scsi/drivers/sd SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.239400]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.239415]            kobject mice: registering. parent: input, set: class_obj
Aug  1 20:32:46 localhost kernel: [   47.239420]            kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.239423]              fill_kobj_path: path = '/class/input/mice'
Aug  1 20:32:46 localhost kernel: [   47.239427]            kobject_hotplug: /sbin/hotplug input seq=833 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/input/mice SUBSYSTEM=input
Aug  1 20:32:46 localhost kernel: [   47.239445]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.239450]             kobject psaux: registering. parent: misc, set: class_obj
Aug  1 20:32:46 localhost kernel: [   47.239454]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.239458]               fill_kobj_path: path = '/class/misc/psaux'
Aug  1 20:32:46 localhost kernel: [   47.239462]             kobject_hotplug: /sbin/hotplug misc seq=834 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/misc/psaux SUBSYSTEM=misc
Aug  1 20:32:46 localhost kernel: [   47.239480]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.239483]        mice: PS/2 mouse device common for all mice
Aug  1 20:32:46 localhost kernel: [   47.277706]        i2c /dev entries driver
Aug  1 20:32:46 localhost kernel: [   47.304552]          subsystem i2c-dev: registering
Aug  1 20:32:46 localhost kernel: [   47.304554]            kobject i2c-dev: registering. parent: <NULL>, set: class
Aug  1 20:32:46 localhost kernel: [   47.304562]             kobject dev_driver: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.304566]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.304568]               fill_kobj_path: path = '/bus/i2c/drivers/dev_driver'
Aug  1 20:32:46 localhost kernel: [   47.304572]             kobject_hotplug: /sbin/hotplug drivers seq=835 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/i2c/drivers/dev_driver SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.304579]           kobject atkbd: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.304586]           kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.304588]             fill_kobj_path: path = '/bus/serio/drivers/atkbd'
Aug  1 20:32:46 localhost kernel: [   47.304592]           kobject_hotplug: /sbin/hotplug drivers seq=836 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/serio/drivers/atkbd SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.304614]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.304619]             kobject i801_smbus: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.304624]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.304627]               fill_kobj_path: path = '/bus/pci/drivers/i801_smbus'
Aug  1 20:32:46 localhost kernel: [   47.304630]             kobject_hotplug: /sbin/hotplug drivers seq=837 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/i801_smbus SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.304647]           kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.304889]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.304910]                      kobject i2c-0: registering. parent: 0000:00:1f.3, set: devices
Aug  1 20:32:46 localhost kernel: [   47.304923]                      kobject i2c-0: registering. parent: i2c-adapter, set: class_obj
Aug  1 20:32:46 localhost kernel: [   47.304934]                      kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.304936]                        fill_kobj_path: path = '/class/i2c-adapter/i2c-0'
Aug  1 20:32:46 localhost kernel: [   47.304940]                         fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.3/i2c-0'
Aug  1 20:32:46 localhost kernel: [   47.304944]                      kobject_hotplug: /sbin/hotplug i2c-adapter seq=838 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-adapter/i2c-0 SUBSYSTEM=i2c-adapter
Aug  1 20:32:46 localhost kernel: [   47.304963]                      kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.304968]                       kobject i2c-0: registering. parent: i2c-dev, set: class_obj
Aug  1 20:32:46 localhost kernel: [   47.304973]                       kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.304976]                         fill_kobj_path: path = '/class/i2c-dev/i2c-0'
Aug  1 20:32:46 localhost kernel: [   47.304979]                          fill_kobj_path: path = '/devices/pci0000:00/0000:00:1f.3'
Aug  1 20:32:46 localhost kernel: [   47.304983]                       kobject_hotplug: /sbin/hotplug i2c-dev seq=839 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-dev/i2c-0 SUBSYSTEM=i2c-dev
Aug  1 20:32:46 localhost kernel: [   47.305004]                       kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.305019]             kobject i810_smbus: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.305024]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.305027]               fill_kobj_path: path = '/bus/pci/drivers/i810_smbus'
Aug  1 20:32:46 localhost kernel: [   47.305030]             kobject_hotplug: /sbin/hotplug drivers seq=840 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/pci/drivers/i810_smbus SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.305049]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.305064]            kobject i2c-1: registering. parent: platform, set: devices
Aug  1 20:32:46 localhost kernel: [   47.305072]            kobject i2c-1: registering. parent: i2c-adapter, set: class_obj
Aug  1 20:32:46 localhost kernel: [   47.305077]            kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.305079]              fill_kobj_path: path = '/class/i2c-adapter/i2c-1'
Aug  1 20:32:46 localhost kernel: [   47.305082]               fill_kobj_path: path = '/devices/platform/i2c-1'
Aug  1 20:32:46 localhost kernel: [   47.305086]            kobject_hotplug: /sbin/hotplug i2c-adapter seq=841 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-adapter/i2c-1 SUBSYSTEM=i2c-adapter
Aug  1 20:32:46 localhost kernel: [   47.305105]            kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.305109]             kobject i2c-1: registering. parent: i2c-dev, set: class_obj
Aug  1 20:32:46 localhost kernel: [   47.305113]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.305116]               fill_kobj_path: path = '/class/i2c-dev/i2c-1'
Aug  1 20:32:46 localhost kernel: [   47.305119]                fill_kobj_path: path = '/devices/platform/i2c-1'
Aug  1 20:32:46 localhost kernel: [   47.305123]             kobject_hotplug: /sbin/hotplug i2c-dev seq=842 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/i2c-dev/i2c-1 SUBSYSTEM=i2c-dev
Aug  1 20:32:46 localhost kernel: [   47.305141]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.305157]             kobject w83627hf: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.305161]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.305164]               fill_kobj_path: path = '/bus/i2c/drivers/w83627hf'
Aug  1 20:32:46 localhost kernel: [   47.305167]             kobject_hotplug: /sbin/hotplug drivers seq=843 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/i2c/drivers/w83627hf SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.305186]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.305233]                kobject 1-0290: registering. parent: i2c-1, set: devices
Aug  1 20:32:46 localhost kernel: [   47.305237]                kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.305240]                  fill_kobj_path: path = '/devices/platform/i2c-1/1-0290'
Aug  1 20:32:46 localhost kernel: [   47.305244]                kobject_hotplug: /sbin/hotplug i2c seq=844 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/devices/platform/i2c-1/1-0290 SUBSYSTEM=i2c
Aug  1 20:32:46 localhost kernel: [   47.305262]                kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.307046]             kobject w83781d: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   47.307050]             kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   47.307053]               fill_kobj_path: path = '/bus/i2c/drivers/w83781d'
Aug  1 20:32:46 localhost kernel: [   47.307057]             kobject_hotplug: /sbin/hotplug drivers seq=845 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/i2c/drivers/w83781d SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   47.307075]             kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   47.408607]         md: linear personality registered as nr 1
Aug  1 20:32:46 localhost kernel: [   47.446266]         md: raid0 personality registered as nr 2
Aug  1 20:32:46 localhost kernel: [   47.483380]         md: raid1 personality registered as nr 3
Aug  1 20:32:46 localhost kernel: [   47.520492]         md: raid5 personality registered as nr 4
Aug  1 20:32:46 localhost kernel: [   47.557608]        raid5: automatically using best checksumming function: pIII_sse
Aug  1 20:32:46 localhost kernel: [   47.623409]            pIII_sse  :  3964.000 MB/sec
Aug  1 20:32:46 localhost kernel: [   47.655366]        raid5: using function: pIII_sse (3964.000 MB/sec)
Aug  1 20:32:46 localhost kernel: [   47.763064]         raid6: int32x1    775 MB/s
Aug  1 20:32:46 localhost kernel: [   47.858717]         raid6: int32x2    882 MB/s
Aug  1 20:32:46 localhost kernel: [   47.954474]         raid6: int32x4    780 MB/s
Aug  1 20:32:46 localhost kernel: [   48.050169]         raid6: int32x8    788 MB/s
Aug  1 20:32:46 localhost kernel: [   48.145865]         raid6: mmxx1     2531 MB/s
Aug  1 20:32:46 localhost kernel: [   48.241580]         raid6: mmxx2     3182 MB/s
Aug  1 20:32:46 localhost kernel: [   48.337310]         raid6: sse1x1    1669 MB/s
Aug  1 20:32:46 localhost kernel: [   48.433019]         raid6: sse1x2    3096 MB/s
Aug  1 20:32:46 localhost kernel: [   48.528723]         raid6: sse2x1    3377 MB/s
Aug  1 20:32:46 localhost kernel: [   48.624440]         raid6: sse2x2    3463 MB/s
Aug  1 20:32:46 localhost kernel: [   48.653541]         raid6: using algorithm sse2x2 (3463 MB/s)
Aug  1 20:32:46 localhost kernel: [   48.691226]         md: raid6 personality registered as nr 8
Aug  1 20:32:46 localhost kernel: [   48.728338]         md: multipath personality registered as nr 7
Aug  1 20:32:46 localhost kernel: [   48.767733]        md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27
Aug  1 20:32:46 localhost kernel: [   48.811115]        md: bitmap version 3.38
Aug  1 20:32:46 localhost kernel: [   48.837974]              kobject device-mapper: registering. parent: misc, set: class_obj
Aug  1 20:32:46 localhost kernel: [   48.837985]              kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   48.837988]                fill_kobj_path: path = '/class/misc/device-mapper'
Aug  1 20:32:46 localhost kernel: [   48.837993]              kobject_hotplug: /sbin/hotplug misc seq=846 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/misc/device-mapper SUBSYSTEM=misc
Aug  1 20:32:46 localhost kernel: [   48.838385]              kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   48.838389]         device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Aug  1 20:32:46 localhost kernel: [   48.893744]        padlock: VIA PadLock not detected.
Aug  1 20:32:46 localhost kernel: [   48.926868]        initmodule(): Cavium Driver --- 0.99-k
Aug  1 20:32:46 localhost kernel: [   48.962270]        initmodule(): N1-Lite Device found at Bus 7 Slot 6
Aug  1 20:32:46 localhost kernel: [   49.004537]             ACPI: PCI Interrupt 0000:07:06.0[A] -> GSI 74 (level, low) -> IRQ 20
Aug  1 20:32:46 localhost kernel: [   49.059925]         cavium_init_one(): bar 0: b200
Aug  1 20:32:46 localhost kernel: [   49.091333]         cavium_init_one(): bar 2: b300
Aug  1 20:32:46 localhost kernel: [   49.123405]          cavium_init(): cavium_init: allocating command queues.
Aug  1 20:32:46 localhost kernel: [   49.169042]          cavium_init(): cavium_init: clearing error regs,setting up command qs
Aug  1 20:32:46 localhost kernel: [   49.223255]            setup_request_queues(): queue_base = 25a0020
Aug  1 20:32:46 localhost kernel: [   49.264358]            setup_request_queues(): queue_length = 7d0
Aug  1 20:32:46 localhost kernel: [   49.308289]            setup_request_queues(): queue_base = 25b0020
Aug  1 20:32:46 localhost kernel: [   49.349364]            setup_request_queues(): queue_length = 7d0
Aug  1 20:32:46 localhost kernel: [   49.393355]           check_dram(): NO DDR on the chip 
Aug  1 20:32:46 localhost kernel: [   49.427584]           check_dram(): Resorting to Context memory on Host.
Aug  1 20:32:46 localhost kernel: [   49.471542]          cavium_init(): cavium_general_init: init context.
Aug  1 20:32:46 localhost kernel: [   49.514356]           init_context(): dram_chunk count: 8192
Aug  1 20:32:46 localhost kernel: [   49.554679]          cavium_init(): cavium_init: doing core discovery, load microcode
Aug  1 20:32:46 localhost kernel: [   49.606055]          cavium_init(): cavium_init: enabling error interrupts.
Aug  1 20:32:46 localhost kernel: [   49.651721]           enable_all_interrupts(): Interrupt Mask Register = 001fdfff
Aug  1 20:32:46 localhost kernel: [   49.700805]           enable_all_interrupts(): PCI Config 04 = 02b00145
Aug  1 20:32:46 localhost kernel: [   49.744189]          cavium_init(): cavium_init: returning with success.
Aug  1 20:32:46 localhost kernel: [   49.788147]        initmodule(): Finished Initializing this device
Aug  1 20:32:46 localhost kernel: [   49.828680]        initmodule(): N1-Lite Device found at Bus 8 Slot 6
Aug  1 20:32:46 localhost kernel: [   49.870949]             ACPI: PCI Interrupt 0000:08:06.0[A] -> GSI 72 (level, low) -> IRQ 18
Aug  1 20:32:46 localhost kernel: [   49.926335]         cavium_init_one(): bar 0: c200
Aug  1 20:32:46 localhost kernel: [   49.957746]         cavium_init_one(): bar 2: c300
Aug  1 20:32:46 localhost kernel: [   49.989928]          cavium_init(): cavium_init: allocating command queues.
Aug  1 20:32:46 localhost kernel: [   50.035556]          cavium_init(): cavium_init: clearing error regs,setting up command qs
Aug  1 20:32:46 localhost kernel: [   50.089771]            setup_request_queues(): queue_base = 275e0020
Aug  1 20:32:46 localhost kernel: [   50.131442]            setup_request_queues(): queue_length = 7d0
Aug  1 20:32:46 localhost kernel: [   50.175373]            setup_request_queues(): queue_base = 275f0020
Aug  1 20:32:46 localhost kernel: [   50.217022]            setup_request_queues(): queue_length = 7d0
Aug  1 20:32:46 localhost kernel: [   50.261010]           check_dram(): NO DDR on the chip 
Aug  1 20:32:46 localhost kernel: [   50.295242]           check_dram(): Resorting to Context memory on Host.
Aug  1 20:32:46 localhost kernel: [   50.339196]          cavium_init(): cavium_general_init: init context.
Aug  1 20:32:46 localhost kernel: [   50.382012]           init_context(): dram_chunk count: 8192
Aug  1 20:32:46 localhost kernel: [   50.422268]          cavium_init(): cavium_init: doing core discovery, load microcode
Aug  1 20:32:46 localhost kernel: [   50.473605]          cavium_init(): cavium_init: enabling error interrupts.
Aug  1 20:32:46 localhost kernel: [   50.519274]           enable_all_interrupts(): Interrupt Mask Register = 001fdfff
Aug  1 20:32:46 localhost kernel: [   50.568356]           enable_all_interrupts(): PCI Config 04 = 02b00145
Aug  1 20:32:46 localhost kernel: [   50.611742]          cavium_init(): cavium_init: returning with success.
Aug  1 20:32:46 localhost kernel: [   50.655696]        initmodule(): Finished Initializing this device
Aug  1 20:32:46 localhost kernel: [   50.696236]        initmodule(): Total Number of N1/N1-Lite Devices: 2
Aug  1 20:32:46 localhost kernel: [   50.739048]         cavium_general_init(): cavium_general_init:init buffer pools.
Aug  1 20:32:46 localhost kernel: [   50.788135]          init_buffer_pool(): CAVIUM init_buffer_pool: called
Aug  1 20:32:46 localhost kernel: [   50.835685]          init_buffer_pool(): Returning from init_buffer_pool
Aug  1 20:32:46 localhost kernel: [   50.879623]         cavium_general_init(): cavium_general_init:init rnd pool.
Aug  1 20:32:46 localhost kernel: [   50.926432]         cavium_general_init(): cavium_general_init:init key memory.
Aug  1 20:32:46 localhost kernel: [   50.974513]         cavium_general_init(): cavium_general_init:init completion dma free list.
Aug  1 20:32:46 localhost kernel: [   51.030413]          init_completion_dma_free_list(): Completion Addr e2524000
Aug  1 20:32:46 localhost kernel: [   51.077786]          init_completion_dma_free_list(): Completion Bus Addr 22524000
Aug  1 20:32:46 localhost kernel: [   51.127451]         cavium_general_init(): cavium_general_init:init buffer pools.
Aug  1 20:32:46 localhost kernel: [   51.176531]          init_buffer_pool(): CAVIUM init_buffer_pool: called
Aug  1 20:32:46 localhost kernel: [   51.224047]          init_buffer_pool(): Returning from init_buffer_pool
Aug  1 20:32:46 localhost kernel: [   51.267974]         cavium_general_init(): cavium_general_init:init rnd pool.
Aug  1 20:32:46 localhost kernel: [   51.314776]         cavium_general_init(): cavium_general_init:init key memory.
Aug  1 20:32:46 localhost kernel: [   51.362859]         cavium_general_init(): cavium_general_init:init completion dma free list.
Aug  1 20:32:46 localhost kernel: [   51.418752]          init_completion_dma_free_list(): completion_dma free list already exists
Aug  1 20:32:46 localhost kernel: [   51.480194]         cavium_general_init(): cavium_general_init: returning with failure.
Aug  1 20:32:46 localhost kernel: [   51.532694]        initmodule(): cavium_general_init failed.
Aug  1 20:32:46 localhost kernel: [   51.569797]          bp():
Aug  1 20:32:46 localhost kernel: [   51.587524]         kgdb_bp():
Aug  1 20:32:46 localhost kernel: [   51.607533]         cavium_general_cleanup(): cavium_general_cleanup: entering
Aug  1 20:32:46 localhost kernel: [   51.654910]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_pending_free_list
Aug  1 20:32:46 localhost kernel: [   51.715400]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_direct_free_list
Aug  1 20:32:46 localhost kernel: [   51.775321]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_sg_free_list
Aug  1 20:32:46 localhost kernel: [   51.832962]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_sg_dma_free_list
Aug  1 20:32:46 localhost kernel: [   51.892881]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_completion_dma_free_list i 0
Aug  1 20:32:46 localhost kernel: [   51.959644]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_rnd_buffer i 0
Aug  1 20:32:46 localhost kernel: [   52.018512]         cavium_general_cleanup(): cavium_general_cleanup: after free_buffer_pool i 0
Aug  1 20:32:46 localhost kernel: [   52.076116]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_completion_dma_free_list i 1
Aug  1 20:32:46 localhost kernel: [   52.142879]         cavium_general_cleanup(): cavium_general_cleanup: after cleanup_rnd_buffer i 1
Aug  1 20:32:46 localhost kernel: [   52.201726]         cavium_general_cleanup(): cavium_general_cleanup: after free_buffer_pool i 1
Aug  1 20:32:46 localhost kernel: [   52.259352]         cavium_general_cleanup(): cavium_general_cleanup: returning
Aug  1 20:32:46 localhost kernel: [   52.307305]          cavium_cleanup(): cavium_cleanup: entering
Aug  1 20:32:46 localhost kernel: [   52.346133]          cavium_cleanup(): cavium_cleanup: after cleanup_command_queue
Aug  1 20:32:46 localhost kernel: [   52.398004]          cavium_cleanup(): cavium_cleanup: after cleanup_context
Aug  1 20:32:46 localhost kernel: [   52.444199]          cavium_cleanup(): cavium_cleanup: entering
Aug  1 20:32:46 localhost kernel: [   52.483019]          cavium_cleanup(): cavium_cleanup: after cleanup_command_queue
Aug  1 20:32:46 localhost kernel: [   52.534928]          cavium_cleanup(): cavium_cleanup: after cleanup_context
Aug  1 20:32:46 localhost kernel: [   52.581183]         NET: Registered protocol family 2
Aug  1 20:32:46 localhost kernel: [   52.653257]           IP route cache hash table entries: 131072 (order: 7, 524288 bytes)
Aug  1 20:32:46 localhost kernel: [   52.706954]          TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
Aug  1 20:32:46 localhost kernel: [   52.766586]          TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Aug  1 20:32:46 localhost kernel: [   52.815697]         TCP: Hash tables configured (established 524288 bind 65536)
Aug  1 20:32:46 localhost kernel: [   52.863657]          TCP reno registered
Aug  1 20:32:46 localhost kernel: [   52.889386]          ip_conntrack version 2.1 (8192 buckets, 65536 max) - 172 bytes per conntrack
Aug  1 20:32:46 localhost kernel: [   52.947771]           kobject psmouse: registering. parent: <NULL>, set: drivers
Aug  1 20:32:46 localhost kernel: [   52.947788]           kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   52.947791]             fill_kobj_path: path = '/bus/serio/drivers/psmouse'
Aug  1 20:32:46 localhost kernel: [   52.947796]           kobject_hotplug: /sbin/hotplug drivers seq=847 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/bus/serio/drivers/psmouse SUBSYSTEM=drivers
Aug  1 20:32:46 localhost kernel: [   52.947864]           kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   53.040088]        ip_tables: (C) 2000-2002 Netfilter core team
Aug  1 20:32:46 localhost kernel: [   53.111855]         TCP bic registered
Aug  1 20:32:46 localhost kernel: [   53.136390]        0: Unused
Aug  1 20:32:46 localhost kernel: [   53.155255]        1: Established
Aug  1 20:32:46 localhost kernel: [   53.176973]        2: Syn Sent
Aug  1 20:32:46 localhost kernel: [   53.196931]        3: Syn Recv
Aug  1 20:32:46 localhost kernel: [   53.216938]        4: Fin Wait 1
Aug  1 20:32:46 localhost kernel: [   53.238086]        5: Fin Wait 2
Aug  1 20:32:46 localhost kernel: [   53.259184]        6: Time Wait
Aug  1 20:32:46 localhost kernel: [   53.279762]        7: Close
Aug  1 20:32:46 localhost kernel: [   53.298059]        8: Close Wait
Aug  1 20:32:46 localhost kernel: [   53.319208]        9: Last ACK
Aug  1 20:32:46 localhost kernel: [   53.339215]        10: Listen
Aug  1 20:32:46 localhost kernel: [   53.358653]        11: Closing
Aug  1 20:32:46 localhost kernel: [   53.378611]        12: VPROXY_CLOSING
Aug  1 20:32:46 localhost kernel: [   53.402609]        13: VPROXY_TIME_WAIT
Aug  1 20:32:46 localhost kernel: [   53.427751]        14: VPROXY_CLOSE_WAIT
Aug  1 20:32:46 localhost kernel: [   53.453459]        vproxy_module_init: called
Aug  1 20:32:46 localhost kernel: [   53.482374]         NET: Registered protocol family 1
Aug  1 20:32:46 localhost kernel: [   53.515458]         NET: Registered protocol family 17
Aug  1 20:32:46 localhost kernel: [   53.549191]        Using IPI Shortcut mode
Aug  1 20:32:46 localhost kernel: [   53.576002]         kgdboe: configuration incorrect - kgdboe not loaded.
Aug  1 20:32:46 localhost kernel: [   53.619952]           Usage: kgdboe=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macaddr]
Aug  1 20:32:46 localhost kernel: [   53.677022]        kgdb: Could not setup core I/O for KGDB.
Aug  1 20:32:46 localhost kernel: [   53.713563]        kgdb: Defering I/O setup to kernel module.
Aug  1 20:32:46 localhost kernel: [   53.751608]            kobject acpi: registering. parent: <NULL>, set: system
Aug  1 20:32:46 localhost kernel: [   53.751626]           kobject acpi0: registering. parent: <NULL>, set: acpi
Aug  1 20:32:46 localhost kernel: [   53.751631]           kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   53.751635]             fill_kobj_path: path = '/devices/system/acpi/acpi0'
Aug  1 20:32:46 localhost kernel: [   53.751639]           kobject_hotplug: /sbin/hotplug acpi seq=848 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/devices/system/acpi/acpi0 SUBSYSTEM=acpi
Aug  1 20:32:46 localhost kernel: [   53.751706]           kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   53.751798]                  kobject md0: registering. parent: <NULL>, set: block
Aug  1 20:32:46 localhost kernel: [   53.751809]                  kobject_hotplug
Aug  1 20:32:46 localhost kernel: [   53.751811]                    fill_kobj_path: path = '/block/md0'
Aug  1 20:32:46 localhost kernel: [   53.751815]                  kobject_hotplug: /sbin/hotplug block seq=849 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/block/md0 SUBSYSTEM=block
Aug  1 20:32:46 localhost kernel: [   53.751836]                  kobject_hotplug - call_usermodehelper returned -1
Aug  1 20:32:46 localhost kernel: [   53.751844]               md: Autodetecting RAID arrays.
Aug  1 20:32:46 localhost kernel: [   53.786657]                md: autorun ...
Aug  1 20:32:46 localhost kernel: [   53.813503]                md: ... autorun DONE.
Aug  1 20:32:46 localhost kernel: [   53.861267]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:46 localhost kernel: [   53.899507]                EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:46 localhost kernel: [   53.946880]         VFS: Mounted root (ext3 filesystem) readonly.
Aug  1 20:32:46 localhost kernel: [   53.987024]      Freeing unused kernel memory: 244k freed
Aug  1 20:32:46 localhost kernel: [  136.471824]     Adding 1028148k swap on /dev/hda5.  Priority:-1 extents:1
Aug  1 20:32:46 localhost kernel: [  136.789035]          EXT3 FS on hda3, internal journal
Aug  1 20:32:46 localhost kernel: [  136.944330]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:46 localhost kernel: [  136.982767]            EXT3 FS on hda1, internal journal
Aug  1 20:32:46 localhost kernel: [  137.017654]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:46 localhost kernel: [  137.063059]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:46 localhost kernel: [  137.101505]            EXT3 FS on hda2, internal journal
Aug  1 20:32:46 localhost kernel: [  137.136354]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:46 localhost kernel: [  137.181726]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:46 localhost kernel: [  137.220124]            EXT3 FS on hda6, internal journal
Aug  1 20:32:46 localhost kernel: [  137.255004]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:46 localhost kernel: [  137.300457]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:46 localhost kernel: [  137.338877]            EXT3 FS on hda7, internal journal
Aug  1 20:32:46 localhost kernel: [  137.373756]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:46 localhost kernel: [  144.099167]               kobject vcs1: registering. parent: vc, set: class_obj
Aug  1 20:32:46 localhost kernel: [  144.099179]               kobject_hotplug
Aug  1 20:32:46 localhost kernel: [  144.099184]                 fill_kobj_path: path = '/class/vc/vcs1'
Aug  1 20:32:46 localhost kernel: [  144.099191]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=850 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs1 SUBSYSTEM=vc
Aug  1 20:32:46 localhost kernel: [  144.106431]               kobject vcsa1: registering. parent: vc, set: class_obj
Aug  1 20:32:46 localhost kernel: [  144.106445]               kobject_hotplug
Aug  1 20:32:46 localhost kernel: [  144.106449]                 fill_kobj_path: path = '/class/vc/vcsa1'
Aug  1 20:32:46 localhost kernel: [  144.106456]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=851 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa1 SUBSYSTEM=vc
Aug  1 20:32:47 localhost kernel: [  144.845208]     sys_vproxy_interfaces: protected interface:'p0', unprotected interface:'u0'
Aug  1 20:32:47 localhost kernel: [  144.845216]     sys_vproxy_interfaces: protected device has HW checksum capability
Aug  1 20:32:47 localhost kernel: [  144.845218]     sys_vproxy_interfaces: unprotected device has HW checksum capability
Aug  1 20:32:47 localhost kernel: [  144.845222]     sys_vproxy_interfaces: Set segment 0 p0 as protected interface
Aug  1 20:32:47 localhost kernel: [  144.845224]     sys_vproxy_interfaces: Set segment 0 u0 as unprotected interface
Aug  1 20:32:47 localhost udevsend[1694]: main: version 030
Aug  1 20:32:47 localhost udevsend[1694]: main: subsystem = 'net'
Aug  1 20:32:47 localhost udevsend[1694]: main: DEVPATH = '/class/net/br'
Aug  1 20:32:47 localhost udevsend[1694]: main: ACTION = 'add'
Aug  1 20:32:47 localhost udevsend[1694]: main: SEQNUM = '852'
Aug  1 20:32:47 localhost udevd[1632]: msg_queue_insert: queued message seq 852
Aug  1 20:32:47 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:32:47 localhost udevd[1632]: msg_queue_manager: seq 850 is 1 seconds old
Aug  1 20:32:47 localhost udevd[1632]: msg_dump_queue: sequence 850 in queue
Aug  1 20:32:47 localhost udevd[1632]: msg_dump_queue: sequence 851 in queue
Aug  1 20:32:47 localhost udevd[1632]: msg_dump_queue: sequence 852 in queue
Aug  1 20:32:47 localhost udevd[1632]: msg_queue_manager: next event expires in 9 seconds
Aug  1 20:32:47 localhost kernel: [  144.856123]                 kobject br: registering. parent: net, set: class_obj
Aug  1 20:32:47 localhost kernel: [  144.856140]                 kobject_hotplug
Aug  1 20:32:47 localhost kernel: [  144.856144]                   fill_kobj_path: path = '/class/net/br'
Aug  1 20:32:47 localhost kernel: [  144.856149]                 kobject_hotplug: /usr/local/sbin/udevsend net seq=852 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/net/br SUBSYSTEM=net
Aug  1 20:32:47 localhost kernel: [  144.857353]              kobject brif: registering. parent: br, set: <NULL>
Aug  1 20:32:47 localhost kernel: [  144.858345]               bridge: can't decode speed from p0: 65535
Aug  1 20:32:47 localhost kernel: [  144.858362]                kobject brport: registering. parent: p0, set: <NULL>
Aug  1 20:32:47 localhost kernel: [  144.858409]               device p0 entered promiscuous mode
Aug  1 20:32:47 localhost kernel: [  144.859560]               bridge: can't decode speed from u0: 65535
Aug  1 20:32:47 localhost kernel: [  144.859574]                kobject brport: registering. parent: u0, set: <NULL>
Aug  1 20:32:47 localhost kernel: [  144.859619]               device u0 entered promiscuous mode
Aug  1 20:32:47 localhost kernel: [  144.887104]       e1000: p1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
Aug  1 20:32:47 localhost kernel: [  144.887596]       e1000: u1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
Aug  1 20:32:47 localhost kernel: [  144.894182]     sys_vproxy_interfaces: protected interface:'p1', unprotected interface:'u1'
Aug  1 20:32:47 localhost kernel: [  144.894190]     sys_vproxy_interfaces: protected device has HW checksum capability
Aug  1 20:32:47 localhost kernel: [  144.894193]     sys_vproxy_interfaces: unprotected device has HW checksum capability
Aug  1 20:32:47 localhost kernel: [  144.894197]     sys_vproxy_interfaces: Set segment 1 p1 as protected interface
Aug  1 20:32:47 localhost kernel: [  144.894199]     sys_vproxy_interfaces: Set segment 1 u1 as unprotected interface
Aug  1 20:32:47 localhost kernel: [  144.895393]                kobject brport: registering. parent: p1, set: <NULL>
Aug  1 20:32:47 localhost kernel: [  144.895435]               device p1 entered promiscuous mode
Aug  1 20:32:47 localhost kernel: [  144.896551]                kobject brport: registering. parent: u1, set: <NULL>
Aug  1 20:32:47 localhost kernel: [  144.896596]               device u1 entered promiscuous mode
Aug  1 20:32:47 localhost kernel: [  144.920393]                 br_make_forwarding: p:de3f1980
Aug  1 20:32:47 localhost kernel: [  144.920401]                  br_log_state: br: port 4('u1') Entering 'learning' state
Aug  1 20:32:47 localhost kernel: [  144.920405]                 br_make_forwarding: p:de3f1980
Aug  1 20:32:47 localhost kernel: [  144.920407]                 br_make_forwarding: p:de3f1a80
Aug  1 20:32:47 localhost kernel: [  144.920410]                  br_log_state: br: port 3('p1') Entering 'learning' state
Aug  1 20:32:47 localhost kernel: [  145.185515]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:47 localhost kernel: [  145.185892]            EXT3 FS on hda1, internal journal
Aug  1 20:32:47 localhost kernel: [  145.185899]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:47 localhost kernel: [  145.226451]     kjournald starting.  Commit interval 5 seconds
Aug  1 20:32:47 localhost kernel: [  145.226810]            EXT3 FS on hda2, internal journal
Aug  1 20:32:47 localhost kernel: [  145.226817]           EXT3-fs: mounted filesystem with ordered data mode.
Aug  1 20:32:48 localhost kernel: [  145.418241]        kgdboe: local port 6443
Aug  1 20:32:48 localhost kernel: [  145.418248]        kgdboe: local IP 192.168.110.61
Aug  1 20:32:48 localhost kernel: [  145.418251]        kgdboe: interface mgmt
Aug  1 20:32:48 localhost kernel: [  145.418253]        kgdboe: remote port 33534
Aug  1 20:32:48 localhost kernel: [  145.418256]        kgdboe: remote IP 10.10.111.70
Aug  1 20:32:48 localhost kernel: [  145.418259]        kgdboe: remote ethernet address 00:0f:90:d5:36:c4
Aug  1 20:32:48 localhost kernel: [  145.418264]        kgdboe: device mgmt not up yet, forcing it
Aug  1 20:32:48 localhost kernel: [  145.437313]              e100: mgmt: e100_watchdog: link up, 100Mbps, full-duplex
Aug  1 20:32:48 localhost kernel: [  145.437464]        kgdboe: carrier detect appears untrustworthy, waiting 4 seconds
Aug  1 20:32:52 localhost kernel: [  149.441385]       kgdboe: debugging over ethernet enabled
Aug  1 20:32:52 localhost kernel: [  149.441415]        kgdboe: w83627hf WDT Hardware Watchdog Timer Disabled
Aug  1 20:32:56 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 0
Aug  1 20:32:56 localhost udevd[1632]: msg_queue_manager: seq 850 is 10 seconds old
Aug  1 20:32:56 localhost udevd[1632]: msg_move_exec: moved seq 850 to exec, next expected is 851
Aug  1 20:32:56 localhost udevd[1632]: msg_move_exec: moved seq 851 to exec, next expected is 852
Aug  1 20:32:56 localhost udevd[1632]: msg_move_exec: moved seq 852 to exec, next expected is 853
Aug  1 20:32:56 localhost udevd[1632]: udev_run: ==> exec seq 850 [1765] working at '/class/vc/vcs1'
Aug  1 20:32:56 localhost udevd[1632]: exec_queue_manager: moved seq 850 to running list
Aug  1 20:32:56 localhost udevd[1632]: udev_run: ==> exec seq 851 [1766] working at '/class/vc/vcsa1'
Aug  1 20:32:56 localhost udevd[1632]: exec_queue_manager: moved seq 851 to running list
Aug  1 20:32:56 localhost udevd[1632]: udev_run: ==> exec seq 852 [1767] working at '/class/net/br'
Aug  1 20:32:56 localhost udevd[1632]: exec_queue_manager: moved seq 852 to running list
Aug  1 20:32:56 localhost udev[1765]: get_dirs: sysfs_path='/sys'
Aug  1 20:32:56 localhost udev[1765]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:32:56 localhost udev[1765]: get_dirs: udev_root = /dev/
Aug  1 20:32:56 localhost udev[1765]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:32:56 localhost udev[1765]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:32:56 localhost udev[1765]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:32:56 localhost udev[1765]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:32:56 localhost udev[1765]: get_dirs: udev_log_str = 1
Aug  1 20:32:56 localhost udev[1765]: main: version 030
Aug  1 20:32:56 localhost udev[1765]: udev_hotplug: looking at '/class/vc/vcs1'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:32:56 localhost udev[1766]: get_dirs: sysfs_path='/sys'
Aug  1 20:32:56 localhost udev[1767]: get_dirs: sysfs_path='/sys'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:32:56 localhost udev[1766]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:32:56 localhost udev[1767]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:32:56 localhost udev[1765]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:32:56 localhost udev[1766]: get_dirs: udev_root = /dev/
Aug  1 20:32:56 localhost udev[1767]: get_dirs: udev_root = /dev/
Aug  1 20:32:56 localhost udev[1765]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:32:56 localhost udev[1766]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:32:56 localhost udev[1767]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:32:56 localhost udev[1766]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:32:56 localhost udev[1767]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:32:56 localhost udev[1766]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:32:56 localhost udev[1767]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:32:56 localhost udev[1766]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:32:56 localhost udev[1767]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:32:56 localhost udev[1765]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:32:56 localhost udev[1766]: get_dirs: udev_log_str = 1
Aug  1 20:32:56 localhost udev[1767]: get_dirs: udev_log_str = 1
Aug  1 20:32:56 localhost udev[1765]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:32:56 localhost udev[1766]: main: version 030
Aug  1 20:32:56 localhost udev[1767]: main: version 030
Aug  1 20:32:56 localhost udev[1765]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:32:56 localhost udev[1766]: udev_hotplug: looking at '/class/vc/vcsa1'
Aug  1 20:32:56 localhost udev[1767]: udev_hotplug: looking at '/class/net/br'
Aug  1 20:32:56 localhost udev[1765]: sleep_for_file: looking for '/sys/class/vc/vcs1/dev'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:32:56 localhost udev[1765]: get_class_dev: looking at '/sys/class/vc/vcs1'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:32:56 localhost udev[1765]: get_class_dev: class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:32:56 localhost udev[1765]: get_major_minor: dev='7:1 '
Aug  1 20:32:56 localhost udev[1766]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:32:56 localhost udev[1767]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:32:56 localhost udev[1765]: get_major_minor: found major=7, minor=1
Aug  1 20:32:56 localhost udev[1766]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:32:56 localhost udev[1767]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:32:56 localhost udev[1765]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:32:56 localhost udev[1766]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:32:56 localhost udev[1767]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:32:56 localhost udev[1766]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:32:56 localhost udev[1767]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:32:56 localhost udev[1766]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:32:56 localhost udev[1767]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:32:56 localhost udev[1766]: sleep_for_file: looking for '/sys/class/vc/vcsa1/dev'
Aug  1 20:32:56 localhost udev[1767]: sleep_for_file: looking for '/sys/class/net/br/address'
Aug  1 20:32:56 localhost udev[1766]: get_class_dev: looking at '/sys/class/vc/vcsa1'
Aug  1 20:32:56 localhost udev[1767]: get_class_dev: looking at '/sys/class/net/br'
Aug  1 20:32:56 localhost udev[1766]: get_class_dev: class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1767]: get_class_dev: class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: get_major_minor: dev='7:129 '
Aug  1 20:32:56 localhost udev[1767]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1766]: get_major_minor: found major=7, minor=129
Aug  1 20:32:56 localhost udev[1766]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1765]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1765]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1767]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1767]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1766]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1766]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1765]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1765]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1767]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1767]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1766]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1766]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1765]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1765]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1767]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1767]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1766]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1766]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1765]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1765]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1767]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1767]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1766]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1766]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:32:56 localhost udev[1765]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1765]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: class_dev->name = 'vcs1'
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: udev->kernel_name = 'vcs1'
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: kernel_number='1'
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1766]: sysfs_path_is_link: stat() failed 
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:32:56 localhost udev[1766]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: class_dev->name = 'br'
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: class_dev->name = 'vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: udev->kernel_name = 'br'
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: udev->kernel_name = 'vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: kernel_number=''
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: kernel_number='1'
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1766]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1766]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1766]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1766]: match_rule: device has no bus
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1765]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1765]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1765]: namedev_name_device: name, 'vcs1' is going to have owner='root', group='root', mode = 0600
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1765]: udev_add_device: name='vcs1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: process rule
Aug  1 20:32:56 localhost udev[1767]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='br'
Aug  1 20:32:56 localhost udev[1766]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa1'
Aug  1 20:32:56 localhost udev[1767]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1766]: match_rule: KERNEL is not matching
Aug  1 20:32:56 localhost udev[1767]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1766]: match_rule: try parent sysfs device
Aug  1 20:32:56 localhost udev[1767]: udev_add_device: name='br'
Aug  1 20:32:56 localhost udev[1766]: namedev_name_device: name, 'vcsa1' is going to have owner='root', group='root', mode = 0600
Aug  1 20:32:56 localhost udev[1767]: udevdb_add_dev: store key '/class/net/br' for device 'br'
Aug  1 20:32:56 localhost udev[1766]: udev_add_device: name='vcsa1'
Aug  1 20:32:56 localhost udev[1767]: dev_d_send: DEVNAME='br'
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: open directory '/etc/dev.d/br'
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: unable to open '/etc/dev.d/br'
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: open directory '/etc/dev.d/net'
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: put file '/etc/dev.d/net/hotplug.dev' in list
Aug  1 20:32:56 localhost udev[1767]: run_program: running /etc/dev.d/net/hotplug.dev
Aug  1 20:32:56 localhost udev[1765]: creating device node '/dev/vcs1'
Aug  1 20:32:56 localhost udev[1765]: make_node: chmod(/dev/vcs1, 020600)
Aug  1 20:32:56 localhost udev[1765]: udevdb_add_dev: store key '/class/vc/vcs1' for device 'vcs1'
Aug  1 20:32:56 localhost udev[1765]: dev_d_send: DEVNAME='/dev/vcs1'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: open directory '/etc/dev.d/vcs1'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: unable to open '/etc/dev.d/vcs1'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:32:56 localhost udev[1765]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:32:56 localhost udevd[1632]: udev_done: <== exec seq 850 came back
Aug  1 20:32:56 localhost udev[1766]: creating device node '/dev/vcsa1'
Aug  1 20:32:56 localhost udev[1766]: make_node: chmod(/dev/vcsa1, 020600)
Aug  1 20:32:56 localhost udev[1767]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:32:56 localhost udev[1766]: udevdb_add_dev: store key '/class/vc/vcsa1' for device 'vcsa1'
Aug  1 20:32:56 localhost udevd[1632]: udev_done: <== exec seq 852 came back
Aug  1 20:32:56 localhost udev[1766]: dev_d_send: DEVNAME='/dev/vcsa1'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: open directory '/etc/dev.d/vcsa1'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: unable to open '/etc/dev.d/vcsa1'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:32:56 localhost udev[1766]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:32:56 localhost udevd[1632]: udev_done: <== exec seq 851 came back
Aug  1 20:33:02 localhost kernel: [  159.874771]               br: topology change detected, propagating
Aug  1 20:33:02 localhost kernel: [  159.874778]               br_log_state: br: port 4('u1') Entering 'forwarding' state
Aug  1 20:33:02 localhost kernel: [  159.874781]               br: topology change detected, propagating
Aug  1 20:33:02 localhost kernel: [  159.874784]               br_log_state: br: port 3('p1') Entering 'forwarding' state
Aug  1 20:33:03 localhost udevsend[1789]: main: version 030
Aug  1 20:33:03 localhost udevsend[1789]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1789]: main: DEVPATH = '/class/vc/vcs2'
Aug  1 20:33:03 localhost udevsend[1789]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1789]: main: SEQNUM = '853'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 853
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 853
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 853 to exec, next expected is 854
Aug  1 20:33:03 localhost udev[1790]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1790]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1790]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1790]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 853 [1790] working at '/class/vc/vcs2'
Aug  1 20:33:03 localhost udev[1790]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1790]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 853 to running list
Aug  1 20:33:03 localhost udev[1790]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1790]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1790]: main: version 030
Aug  1 20:33:03 localhost udev[1790]: udev_hotplug: looking at '/class/vc/vcs2'
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1790]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1790]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1790]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1790]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1790]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1790]: sleep_for_file: looking for '/sys/class/vc/vcs2/dev'
Aug  1 20:33:03 localhost udev[1790]: get_class_dev: looking at '/sys/class/vc/vcs2'
Aug  1 20:33:03 localhost udev[1790]: get_class_dev: class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1790]: get_major_minor: dev='7:2 '
Aug  1 20:33:03 localhost udev[1790]: get_major_minor: found major=7, minor=2
Aug  1 20:33:03 localhost udev[1790]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.706568]               kobject vcs2: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.706586]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.706590]                 fill_kobj_path: path = '/class/vc/vcs2'
Aug  1 20:33:03 localhost kernel: [  160.706595]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=853 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs2 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udevsend[1791]: main: version 030
Aug  1 20:33:03 localhost udevsend[1791]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1791]: main: DEVPATH = '/class/vc/vcs3'
Aug  1 20:33:03 localhost udevsend[1791]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1791]: main: SEQNUM = '854'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 854
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 854
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 854 to exec, next expected is 855
Aug  1 20:33:03 localhost udev[1792]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1792]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1792]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1792]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 854 [1792] working at '/class/vc/vcs3'
Aug  1 20:33:03 localhost udev[1792]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1792]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 854 to running list
Aug  1 20:33:03 localhost udev[1792]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1792]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1792]: main: version 030
Aug  1 20:33:03 localhost udev[1792]: udev_hotplug: looking at '/class/vc/vcs3'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1792]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1792]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1792]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1792]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1792]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1792]: sleep_for_file: looking for '/sys/class/vc/vcs3/dev'
Aug  1 20:33:03 localhost udev[1792]: get_class_dev: looking at '/sys/class/vc/vcs3'
Aug  1 20:33:03 localhost udev[1792]: get_class_dev: class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1792]: get_major_minor: dev='7:3 '
Aug  1 20:33:03 localhost udev[1792]: get_major_minor: found major=7, minor=3
Aug  1 20:33:03 localhost udev[1792]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.710471]               kobject vcs3: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.710488]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.710492]                 fill_kobj_path: path = '/class/vc/vcs3'
Aug  1 20:33:03 localhost kernel: [  160.710497]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=854 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs3 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udevsend[1794]: main: version 030
Aug  1 20:33:03 localhost udevsend[1794]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1794]: main: DEVPATH = '/class/vc/vcs5'
Aug  1 20:33:03 localhost udevsend[1794]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1794]: main: SEQNUM = '855'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 855
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 855
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 855 to exec, next expected is 856
Aug  1 20:33:03 localhost udev[1795]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1795]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1795]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1795]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 855 [1795] working at '/class/vc/vcs5'
Aug  1 20:33:03 localhost udev[1790]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1795]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 855 to running list
Aug  1 20:33:03 localhost udev[1790]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1795]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1795]: main: version 030
Aug  1 20:33:03 localhost udev[1795]: udev_hotplug: looking at '/class/vc/vcs5'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1795]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1795]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1795]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1795]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1795]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1795]: sleep_for_file: looking for '/sys/class/vc/vcs5/dev'
Aug  1 20:33:03 localhost udev[1795]: get_class_dev: looking at '/sys/class/vc/vcs5'
Aug  1 20:33:03 localhost udev[1795]: get_class_dev: class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: get_major_minor: dev='7:5 '
Aug  1 20:33:03 localhost udev[1795]: get_major_minor: found major=7, minor=5
Aug  1 20:33:03 localhost udev[1795]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.719552]               kobject vcs5: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.719583]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.719587]                 fill_kobj_path: path = '/class/vc/vcs5'
Aug  1 20:33:03 localhost kernel: [  160.719592]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=855 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs5 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udev[1792]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1792]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udevsend[1797]: main: version 030
Aug  1 20:33:03 localhost udevsend[1797]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1797]: main: DEVPATH = '/class/vc/vcs6'
Aug  1 20:33:03 localhost udevsend[1797]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1797]: main: SEQNUM = '856'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 856
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 856
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 856 to exec, next expected is 857
Aug  1 20:33:03 localhost udev[1798]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1798]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1798]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1798]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 856 [1798] working at '/class/vc/vcs6'
Aug  1 20:33:03 localhost udev[1798]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1798]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 856 to running list
Aug  1 20:33:03 localhost udev[1798]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1798]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1798]: main: version 030
Aug  1 20:33:03 localhost udev[1798]: udev_hotplug: looking at '/class/vc/vcs6'
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1798]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1798]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1798]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1798]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1798]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1798]: sleep_for_file: looking for '/sys/class/vc/vcs6/dev'
Aug  1 20:33:03 localhost udev[1798]: get_class_dev: looking at '/sys/class/vc/vcs6'
Aug  1 20:33:03 localhost udev[1798]: get_class_dev: class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1798]: get_major_minor: dev='7:6 '
Aug  1 20:33:03 localhost udev[1798]: get_major_minor: found major=7, minor=6
Aug  1 20:33:03 localhost udev[1798]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.726778]               kobject vcs6: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.726796]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.726801]                 fill_kobj_path: path = '/class/vc/vcs6'
Aug  1 20:33:03 localhost kernel: [  160.726806]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=856 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs6 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udev[1790]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1790]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udevsend[1801]: main: version 030
Aug  1 20:33:03 localhost udevsend[1801]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1801]: main: DEVPATH = '/class/vc/vcsa2'
Aug  1 20:33:03 localhost udevsend[1801]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1801]: main: SEQNUM = '857'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 857
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 857
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 857 to exec, next expected is 858
Aug  1 20:33:03 localhost udev[1802]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1802]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 857 [1802] working at '/class/vc/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 857 to running list
Aug  1 20:33:03 localhost udev[1802]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udev[1802]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1802]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udev[1802]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1802]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1802]: main: version 030
Aug  1 20:33:03 localhost udev[1802]: udev_hotplug: looking at '/class/vc/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1802]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1802]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1802]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1802]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1802]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1802]: sleep_for_file: looking for '/sys/class/vc/vcsa2/dev'
Aug  1 20:33:03 localhost udev[1802]: get_class_dev: looking at '/sys/class/vc/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: get_class_dev: class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1802]: get_major_minor: dev='7:130 '
Aug  1 20:33:03 localhost udev[1802]: get_major_minor: found major=7, minor=130
Aug  1 20:33:03 localhost udev[1802]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.732114]               kobject vcsa2: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.732132]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.732135]                 fill_kobj_path: path = '/class/vc/vcsa2'
Aug  1 20:33:03 localhost kernel: [  160.732140]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=857 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa2 SUBSYSTEM=vc
Aug  1 20:33:03 localhost kernel: [  160.735964]               kobject vcsa3: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.735977]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.735980]                 fill_kobj_path: path = '/class/vc/vcsa3'
Aug  1 20:33:03 localhost kernel: [  160.735985]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=858 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa3 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udev[1792]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1792]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udevsend[1803]: main: version 030
Aug  1 20:33:03 localhost udevsend[1803]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1803]: main: DEVPATH = '/class/vc/vcsa3'
Aug  1 20:33:03 localhost udevsend[1803]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1803]: main: SEQNUM = '858'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 858
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 858
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 858 to exec, next expected is 859
Aug  1 20:33:03 localhost udev[1804]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 858 [1804] working at '/class/vc/vcsa3'
Aug  1 20:33:03 localhost udev[1804]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 858 to running list
Aug  1 20:33:03 localhost udev[1804]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1804]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udev[1804]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1804]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udev[1804]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1804]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1804]: main: version 030
Aug  1 20:33:03 localhost udev[1804]: udev_hotplug: looking at '/class/vc/vcsa3'
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1804]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1804]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1804]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1804]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1804]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1804]: sleep_for_file: looking for '/sys/class/vc/vcsa3/dev'
Aug  1 20:33:03 localhost udev[1804]: get_class_dev: looking at '/sys/class/vc/vcsa3'
Aug  1 20:33:03 localhost udev[1804]: get_class_dev: class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1804]: get_major_minor: dev='7:131 '
Aug  1 20:33:03 localhost udev[1804]: get_major_minor: found major=7, minor=131
Aug  1 20:33:03 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.739824]               kobject vcsa5: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.739837]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.739841]                 fill_kobj_path: path = '/class/vc/vcsa5'
Aug  1 20:33:03 localhost kernel: [  160.739846]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=859 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa5 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udev[1798]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1798]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.740394]               kobject vcsa6: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.740410]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.740414]                 fill_kobj_path: path = '/class/vc/vcsa6'
Aug  1 20:33:03 localhost kernel: [  160.740418]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=860 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa6 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udevsend[1806]: main: version 030
Aug  1 20:33:03 localhost udevsend[1806]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1806]: main: DEVPATH = '/class/vc/vcsa6'
Aug  1 20:33:03 localhost udevsend[1806]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1806]: main: SEQNUM = '860'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 860
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 859
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: seq 860 is 0 seconds old
Aug  1 20:33:03 localhost udevd[1632]: msg_dump_queue: sequence 860 in queue
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: next event expires in 10 seconds
Aug  1 20:33:03 localhost udevsend[1805]: main: version 030
Aug  1 20:33:03 localhost udevsend[1805]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1805]: main: DEVPATH = '/class/vc/vcsa5'
Aug  1 20:33:03 localhost udevsend[1805]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1805]: main: SEQNUM = '859'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 859
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 859
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 859 to exec, next expected is 860
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 860 to exec, next expected is 861
Aug  1 20:33:03 localhost udev[1807]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1807]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1807]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1807]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udev[1807]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1807]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udev[1807]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1807]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 859 [1807] working at '/class/vc/vcsa5'
Aug  1 20:33:03 localhost udev[1807]: main: version 030
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 859 to running list
Aug  1 20:33:03 localhost udev[1807]: udev_hotplug: looking at '/class/vc/vcsa5'
Aug  1 20:33:03 localhost udev[1808]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 860 [1808] working at '/class/vc/vcsa6'
Aug  1 20:33:03 localhost udev[1790]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1808]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 860 to running list
Aug  1 20:33:03 localhost udev[1790]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1808]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1808]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udev[1807]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1808]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1807]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1808]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1808]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1808]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1808]: main: version 030
Aug  1 20:33:03 localhost udev[1807]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1808]: udev_hotplug: looking at '/class/vc/vcsa6'
Aug  1 20:33:03 localhost udev[1807]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1807]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1807]: sleep_for_file: looking for '/sys/class/vc/vcsa5/dev'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1807]: get_class_dev: looking at '/sys/class/vc/vcsa5'
Aug  1 20:33:03 localhost udev[1808]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1807]: get_class_dev: class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1807]: get_major_minor: dev='7:133 '
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1807]: get_major_minor: found major=7, minor=133
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1807]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1808]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1808]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1808]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1808]: sleep_for_file: looking for '/sys/class/vc/vcsa6/dev'
Aug  1 20:33:03 localhost udev[1808]: get_class_dev: looking at '/sys/class/vc/vcsa6'
Aug  1 20:33:03 localhost udev[1808]: get_class_dev: class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1808]: get_major_minor: dev='7:134 '
Aug  1 20:33:03 localhost udev[1808]: get_major_minor: found major=7, minor=134
Aug  1 20:33:03 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1802]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1802]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1792]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1792]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.749295]               kobject vcs4: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.749313]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.749317]                 fill_kobj_path: path = '/class/vc/vcs4'
Aug  1 20:33:03 localhost kernel: [  160.749322]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=861 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcs4 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udevsend[1809]: main: version 030
Aug  1 20:33:03 localhost udevsend[1809]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1809]: main: DEVPATH = '/class/vc/vcs4'
Aug  1 20:33:03 localhost udevsend[1809]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1809]: main: SEQNUM = '861'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 861
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 861
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 861 to exec, next expected is 862
Aug  1 20:33:03 localhost udev[1810]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1810]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1810]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1810]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udev[1810]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1810]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udev[1810]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1810]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1810]: main: version 030
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 861 [1810] working at '/class/vc/vcs4'
Aug  1 20:33:03 localhost udev[1810]: udev_hotplug: looking at '/class/vc/vcs4'
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 861 to running list
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1810]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1810]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1798]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1798]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1810]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1810]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1810]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1810]: sleep_for_file: looking for '/sys/class/vc/vcs4/dev'
Aug  1 20:33:03 localhost udev[1810]: get_class_dev: looking at '/sys/class/vc/vcs4'
Aug  1 20:33:03 localhost udev[1810]: get_class_dev: class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1810]: get_major_minor: dev='7:4 '
Aug  1 20:33:03 localhost udev[1810]: get_major_minor: found major=7, minor=4
Aug  1 20:33:03 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost kernel: [  160.753254]               kobject vcsa4: registering. parent: vc, set: class_obj
Aug  1 20:33:03 localhost kernel: [  160.753268]               kobject_hotplug
Aug  1 20:33:03 localhost kernel: [  160.753271]                 fill_kobj_path: path = '/class/vc/vcsa4'
Aug  1 20:33:03 localhost kernel: [  160.753276]               kobject_hotplug: /usr/local/sbin/udevsend vc seq=862 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ACTION=add DEVPATH=/class/vc/vcsa4 SUBSYSTEM=vc
Aug  1 20:33:03 localhost udevsend[1811]: main: version 030
Aug  1 20:33:03 localhost udevsend[1811]: main: subsystem = 'vc'
Aug  1 20:33:03 localhost udevsend[1811]: main: DEVPATH = '/class/vc/vcsa4'
Aug  1 20:33:03 localhost udevsend[1811]: main: ACTION = 'add'
Aug  1 20:33:03 localhost udevsend[1811]: main: SEQNUM = '862'
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_insert: queued message seq 862
Aug  1 20:33:03 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 862
Aug  1 20:33:03 localhost udevd[1632]: msg_move_exec: moved seq 862 to exec, next expected is 863
Aug  1 20:33:03 localhost udev[1812]: get_dirs: sysfs_path='/sys'
Aug  1 20:33:03 localhost udev[1812]: parse_config_file: reading '/etc/udev/udev.conf' as config file
Aug  1 20:33:03 localhost udev[1812]: get_dirs: udev_root = /dev/
Aug  1 20:33:03 localhost udev[1812]: get_dirs: udev_config_filename = /etc/udev/udev.conf
Aug  1 20:33:03 localhost udev[1812]: get_dirs: udev_db_filename = /dev/.udev.tdb
Aug  1 20:33:03 localhost udev[1812]: get_dirs: udev_rules_filename = /etc/udev/rules.d
Aug  1 20:33:03 localhost udev[1812]: get_dirs: udev_permissions_filename = /etc/udev/permissions.d
Aug  1 20:33:03 localhost udev[1812]: get_dirs: udev_log_str = 1
Aug  1 20:33:03 localhost udev[1812]: main: version 030
Aug  1 20:33:03 localhost udevd[1632]: udev_run: ==> exec seq 862 [1812] working at '/class/vc/vcsa4'
Aug  1 20:33:03 localhost udev[1812]: udev_hotplug: looking at '/class/vc/vcsa4'
Aug  1 20:33:03 localhost udevd[1632]: exec_queue_manager: moved seq 862 to running list
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: open directory '/etc/udev/rules.d'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: put file '/etc/udev/rules.d/00-lfs.rules' in list
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: put file '/etc/udev/rules.d/50-udev.rules' in list
Aug  1 20:33:03 localhost udev[1812]: namedev_parse_rules: reading '/etc/udev/rules.d/00-lfs.rules' as rules file
Aug  1 20:33:03 localhost udev[1812]: namedev_parse_rules: reading '/etc/udev/rules.d/50-udev.rules' as rules file
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: open directory '/etc/udev/permissions.d'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: put file '/etc/udev/permissions.d/00-lfs.permissions' in list
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: put file '/etc/udev/permissions.d/50-udev.permissions' in list
Aug  1 20:33:03 localhost udev[1812]: namedev_parse_permissions: reading '/etc/udev/permissions.d/00-lfs.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1812]: namedev_parse_permissions: cannot parse line 'psaux'
Aug  1 20:33:03 localhost udev[1790]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1807]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1812]: namedev_parse_permissions: reading '/etc/udev/permissions.d/50-udev.permissions' as permissions file
Aug  1 20:33:03 localhost udev[1790]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1807]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1812]: sleep_for_file: looking for '/sys/class/vc/vcsa4/dev'
Aug  1 20:33:03 localhost udev[1812]: get_class_dev: looking at '/sys/class/vc/vcsa4'
Aug  1 20:33:03 localhost udev[1812]: get_class_dev: class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1812]: get_major_minor: dev='7:132 '
Aug  1 20:33:03 localhost udev[1812]: get_major_minor: found major=7, minor=132
Aug  1 20:33:03 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1802]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1802]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1792]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1792]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1790]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1790]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: class_dev->name = 'vcs2'
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: udev->kernel_name = 'vcs2'
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: kernel_number='2'
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1798]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1807]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1802]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1798]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1807]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1802]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: class_dev->name = 'vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: udev->kernel_name = 'vcs3'
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: kernel_number='3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: namedev_name_device: name, 'vcs2' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: udev_add_device: name='vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: creating device node '/dev/vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: make_node: chmod(/dev/vcs2, 020600)
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: udevdb_add_dev: store key '/class/vc/vcs2' for device 'vcs2'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: dev_d_send: DEVNAME='/dev/vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: open directory '/etc/dev.d/vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: unable to open '/etc/dev.d/vcs2'
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1792]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs3'
Aug  1 20:33:03 localhost udev[1790]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udev[1792]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 853 came back
Aug  1 20:33:03 localhost udev[1792]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1792]: namedev_name_device: name, 'vcs3' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1792]: udev_add_device: name='vcs3'
Aug  1 20:33:03 localhost udev[1792]: creating device node '/dev/vcs3'
Aug  1 20:33:03 localhost udev[1792]: make_node: chmod(/dev/vcs3, 020600)
Aug  1 20:33:03 localhost udev[1792]: udevdb_add_dev: store key '/class/vc/vcs3' for device 'vcs3'
Aug  1 20:33:03 localhost udev[1792]: dev_d_send: DEVNAME='/dev/vcs3'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: open directory '/etc/dev.d/vcs3'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: unable to open '/etc/dev.d/vcs3'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1792]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 854 came back
Aug  1 20:33:03 localhost udev[1798]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1798]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: class_dev->name = 'vcs5'
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: udev->kernel_name = 'vcs5'
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: kernel_number='5'
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1807]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1802]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1807]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1802]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1795]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1795]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1795]: namedev_name_device: name, 'vcs5' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1795]: udev_add_device: name='vcs5'
Aug  1 20:33:03 localhost udev[1795]: creating device node '/dev/vcs5'
Aug  1 20:33:03 localhost udev[1795]: make_node: chmod(/dev/vcs5, 020600)
Aug  1 20:33:03 localhost udev[1795]: udevdb_add_dev: store key '/class/vc/vcs5' for device 'vcs5'
Aug  1 20:33:03 localhost udev[1795]: dev_d_send: DEVNAME='/dev/vcs5'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: open directory '/etc/dev.d/vcs5'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: unable to open '/etc/dev.d/vcs5'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1795]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 855 came back
Aug  1 20:33:03 localhost udev[1798]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1798]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: class_dev->name = 'vcs6'
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: udev->kernel_name = 'vcs6'
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: kernel_number='6'
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1807]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1802]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1807]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1808]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1802]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: class_dev->name = 'vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: udev->kernel_name = 'vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: kernel_number='2'
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: namedev_name_device: name, 'vcs6' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: udev_add_device: name='vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: creating device node '/dev/vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: make_node: chmod(/dev/vcs6, 020600)
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: udevdb_add_dev: store key '/class/vc/vcs6' for device 'vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: dev_d_send: DEVNAME='/dev/vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: open directory '/etc/dev.d/vcs6'
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: unable to open '/etc/dev.d/vcs6'
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1802]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa2'
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1802]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1798]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udev[1802]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 856 came back
Aug  1 20:33:03 localhost udev[1802]: namedev_name_device: name, 'vcsa2' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1802]: udev_add_device: name='vcsa2'
Aug  1 20:33:03 localhost udev[1802]: creating device node '/dev/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: make_node: chmod(/dev/vcsa2, 020600)
Aug  1 20:33:03 localhost udev[1802]: udevdb_add_dev: store key '/class/vc/vcsa2' for device 'vcsa2'
Aug  1 20:33:03 localhost udev[1802]: dev_d_send: DEVNAME='/dev/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: open directory '/etc/dev.d/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: unable to open '/etc/dev.d/vcsa2'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1802]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 857 came back
Aug  1 20:33:03 localhost udev[1804]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1804]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: class_dev->name = 'vcsa3'
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: udev->kernel_name = 'vcsa3'
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: kernel_number='3'
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1808]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1808]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1810]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1812]: get_sysfs_device: get_sysfs_device: calling nanosleep() for 5 millisec
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: class_dev->name = 'vcsa5'
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: class_dev->name = 'vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: udev->kernel_name = 'vcsa5'
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: udev->kernel_name = 'vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: kernel_number='5'
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: kernel_number='6'
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1812]: sysfs_path_is_link: stat() failed 
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1812]: get_sysfs_device: timed out waiting for device symlink, continuing on anyway...
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: class_dev->name = 'vcs4'
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: class_dev->name = 'vcsa4'
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: udev->kernel_name = 'vcs4'
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: udev->kernel_name = 'vcsa4'
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: kernel_number='4'
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: kernel_number='4'
Aug  1 20:33:03 localhost udev[1804]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1808]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1804]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: namedev_name_device: name, 'vcsa3' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: udev_add_device: name='vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: creating device node '/dev/vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1804]: make_node: chmod(/dev/vcsa3, 020600)
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: udevdb_add_dev: store key '/class/vc/vcsa3' for device 'vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: dev_d_send: DEVNAME='/dev/vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: open directory '/etc/dev.d/vcsa3'
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: unable to open '/etc/dev.d/vcsa3'
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1807]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1807]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1808]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1804]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udev[1807]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1808]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 858 came back
Aug  1 20:33:03 localhost udev[1807]: namedev_name_device: name, 'vcsa5' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1808]: namedev_name_device: name, 'vcsa6' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: udev_add_device: name='vcsa5'
Aug  1 20:33:03 localhost udev[1808]: udev_add_device: name='vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: creating device node '/dev/vcsa5'
Aug  1 20:33:03 localhost udev[1808]: creating device node '/dev/vcsa6'
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: make_node: chmod(/dev/vcsa5, 020600)
Aug  1 20:33:03 localhost udev[1808]: make_node: chmod(/dev/vcsa6, 020600)
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1807]: udevdb_add_dev: store key '/class/vc/vcsa5' for device 'vcsa5'
Aug  1 20:33:03 localhost udev[1808]: udevdb_add_dev: store key '/class/vc/vcsa6' for device 'vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: dev_d_send: DEVNAME='/dev/vcsa5'
Aug  1 20:33:03 localhost udev[1808]: dev_d_send: DEVNAME='/dev/vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: open directory '/etc/dev.d/vcsa5'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: open directory '/etc/dev.d/vcsa6'
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: unable to open '/etc/dev.d/vcsa5'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: unable to open '/etc/dev.d/vcsa6'
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1807]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udev[1808]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 859 came back
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 860 came back
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='dm-[0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='card*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='controlC[0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hw[CD0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='pcm[CD0-9cp]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='midiC[D0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='timer' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='seq' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mice' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='mouse*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='event*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='js*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='ts*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='hiddev*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='auer*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='legousbtower*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='dabusb*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1812]: match_rule: device has no bus
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='capi*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='tun' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: process rule
Aug  1 20:33:03 localhost udev[1810]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: match_rule: check for KERNEL dev->kernel='raw[0-9]*' class_dev->name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1812]: match_rule: KERNEL is not matching
Aug  1 20:33:03 localhost udev[1810]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1812]: match_rule: try parent sysfs device
Aug  1 20:33:03 localhost udev[1810]: namedev_name_device: name, 'vcs4' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1812]: namedev_name_device: name, 'vcsa4' is going to have owner='root', group='root', mode = 0600
Aug  1 20:33:03 localhost udev[1810]: udev_add_device: name='vcs4'
Aug  1 20:33:03 localhost udev[1812]: udev_add_device: name='vcsa4'
Aug  1 20:33:03 localhost udev[1810]: creating device node '/dev/vcs4'
Aug  1 20:33:03 localhost udev[1812]: creating device node '/dev/vcsa4'
Aug  1 20:33:03 localhost udev[1810]: make_node: chmod(/dev/vcs4, 020600)
Aug  1 20:33:03 localhost udev[1812]: make_node: chmod(/dev/vcsa4, 020600)
Aug  1 20:33:03 localhost udev[1810]: udevdb_add_dev: store key '/class/vc/vcs4' for device 'vcs4'
Aug  1 20:33:03 localhost udev[1812]: udevdb_add_dev: store key '/class/vc/vcsa4' for device 'vcsa4'
Aug  1 20:33:03 localhost udev[1810]: dev_d_send: DEVNAME='/dev/vcs4'
Aug  1 20:33:03 localhost udev[1812]: dev_d_send: DEVNAME='/dev/vcsa4'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: open directory '/etc/dev.d/vcs4'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: open directory '/etc/dev.d/vcsa4'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: unable to open '/etc/dev.d/vcs4'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: unable to open '/etc/dev.d/vcsa4'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: open directory '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: unable to open '/etc/dev.d/vc'
Aug  1 20:33:03 localhost udev[1810]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udev[1812]: call_foreach_file: open directory '/etc/dev.d/default'
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 861 came back
Aug  1 20:33:03 localhost udevd[1632]: udev_done: <== exec seq 862 came back
Aug  1 20:33:09 localhost login[1800]: ROOT LOGIN  on `ttyS0'
Aug  1 20:33:13 localhost udevd[1632]: msg_queue_manager: msg queue manager, next expected is 863
Aug  1 20:39:05 localhost sshd[1824]: error: Could not get shadow information for piet

[-- Attachment #4: Type: text/plain, Size: 348 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #5: Type: text/plain, Size: 226 bytes --]

_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: udev taking a long time during startup
  2006-08-03  5:04 udev taking a long time during startup Piet Delaney
@ 2006-08-03 14:09 ` Kay Sievers
  2006-08-03 15:51 ` Alexander E. Patrakov
  2006-08-07 23:46 ` Piet Delaney
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2006-08-03 14:09 UTC (permalink / raw)
  To: linux-hotplug

On Wed, 2006-08-02 at 22:04 -0700, Piet Delaney wrote:
> On Wed, 2006-08-02 at 10:57 +0200, Kay Sievers wrote:
> > On Tue, 2006-08-01 at 00:16 -0700, Piet Delaney wrote:
> > > We were wondering why there is a 60 second delay on our systems
> > > from the time that the kernel releases memory and the file system 
> > > is checked.
> > > 
> > > I dropped into kgdb during this period and found that an init
> > > script, S10udev in our case, was sleeping in sys_nanosleep()
> > > or sys_wait4(). Looks like thread/process S10udev forks udevstart
> > > which forks udev which appears to be sleeping or waiting every time
> > > I check in on it; Seems terribly wasteful.
> > > 
> > > udev seems to be a utility for hotplug and configured
> > > with /etc/udev/udev.conf. Since we have no hot plug devices
> > > I wonder if it really has to be called on every startup. On
> > > solaris the device nodes are only re-established if you boot
> > > with a -r option.
> > > 
> > > I never see any children of udev, so I wonder why it's
> > > calling wait4() and nanosleep() so often.
> > 
> > You may check with your distro, that sounds like a broken setup. And
> > please ask further questions on: linux-hotplug-devel@lists.sourceforge.net
> 
> Yep, look like LFS linux-hotplug Developers Lists might be a good idea.
> 
> Looks like we must be using a LFS version prior to 6.1.1, as
> we are using udev 030. I tried the latest 096 and installed it
> in /usr/local. Was getting a bit tied on upgrading the config
> and rule files to the new "=" convention for KERNEL and just installed
> 030 in /usr/local so I could use the existing config and rules for now.
> 
> Booted fine with new udev utils from src with debug going
> to /var/log/messages. As expected I saw a lot of nanosleeps,
> a few for what appeared to be more than 10 iterations of 10 msec.
> 
> Since succeeding cases seemed to pass within 2 or 3 iterations of 
> 10 msec I tried decreasing the loops (for us) to 5 iterations of 5 
> msec. So far I don't see a problem or a substantial improvement; 
> at least not with the tracing enabled.
> 
> We are using the 2.6.12 thru 2.6.15 kernels and are based on the stable
> linux from scratch (LFS) pre 6.1.1 distro; I think it's 6.1; we
> shouldn't be running on such an old distro (support gets hard).
> 
>         http://www.linuxfromscratch.org/
> 
> in the future I guess we will migrate to the development LFS distro
> which is currently useing udev-096 and linux 2.6.16.27.
>                 
> 
> Tonight I tried udev 096 to /usr/local/ and installed the 
> LFS udev-config-6.2.tar rules.
> 
> Syslog is showing some confusion with an exising daemon running:
> ----------------------------------------------------------------
> Aug  2 20:38:53 localhost udevsend[1794]: starting udevd daemon
> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
> UDEV_CONFIG_FILE='/usr/local/etc/udev/udev.conf'
> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
> udev_root='/dev'
> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
> udev_rules='/usr/local/etc/udev/rules.d'
> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init: udev_log=7
> Aug  2 20:38:53 localhost udevd[1796]: main: version 096
> Aug  2 20:38:53 localhost udevd[1796]: init_udevd_socket: bind failed:
> Address already in use

Ugh, disable /proc/sys/kernel/hotplug and get rid of udevsend? All that
old stuff can't, and never worked reliably and should be disabled.

Kay


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: udev taking a long time during startup
  2006-08-03  5:04 udev taking a long time during startup Piet Delaney
  2006-08-03 14:09 ` Kay Sievers
@ 2006-08-03 15:51 ` Alexander E. Patrakov
  2006-08-07 23:46 ` Piet Delaney
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander E. Patrakov @ 2006-08-03 15:51 UTC (permalink / raw)
  To: linux-hotplug

Kay Sievers wrote:
> On Wed, 2006-08-02 at 22:04 -0700, Piet Delaney wrote:
>> On Wed, 2006-08-02 at 10:57 +0200, Kay Sievers wrote:
>>> On Tue, 2006-08-01 at 00:16 -0700, Piet Delaney wrote:
>>>> We were wondering why there is a 60 second delay on our systems
>>>> from the time that the kernel releases memory and the file system 
>>>> is checked.
>>>>
>>>> I dropped into kgdb during this period and found that an init
>>>> script, S10udev in our case, was sleeping in sys_nanosleep()
>>>> or sys_wait4(). Looks like thread/process S10udev forks udevstart
>>>> which forks udev which appears to be sleeping or waiting every time
>>>> I check in on it; Seems terribly wasteful.
>>>>
>>>> udev seems to be a utility for hotplug and configured
>>>> with /etc/udev/udev.conf. Since we have no hot plug devices
>>>> I wonder if it really has to be called on every startup. On
>>>> solaris the device nodes are only re-established if you boot
>>>> with a -r option.
>>>>
>>>> I never see any children of udev, so I wonder why it's
>>>> calling wait4() and nanosleep() so often.
>>> You may check with your distro, that sounds like a broken setup. And
>>> please ask further questions on: linux-hotplug-devel@lists.sourceforge.net
>> Yep, look like LFS linux-hotplug Developers Lists might be a good idea.
>>
>> Looks like we must be using a LFS version prior to 6.1.1, as
>> we are using udev 030. I tried the latest 096 and installed it
>> in /usr/local. Was getting a bit tied on upgrading the config
>> and rule files to the new "=" convention for KERNEL and just installed
>> 030 in /usr/local so I could use the existing config and rules for now.
>>
>> Booted fine with new udev utils from src with debug going
>> to /var/log/messages. As expected I saw a lot of nanosleeps,
>> a few for what appeared to be more than 10 iterations of 10 msec.
>>
>> Since succeeding cases seemed to pass within 2 or 3 iterations of 
>> 10 msec I tried decreasing the loops (for us) to 5 iterations of 5 
>> msec. So far I don't see a problem or a substantial improvement; 
>> at least not with the tracing enabled.
>>
>> We are using the 2.6.12 thru 2.6.15 kernels and are based on the stable
>> linux from scratch (LFS) pre 6.1.1 distro; I think it's 6.1; we
>> shouldn't be running on such an old distro (support gets hard).
>>
>>         http://www.linuxfromscratch.org/
>>
>> in the future I guess we will migrate to the development LFS distro
>> which is currently useing udev-096 and linux 2.6.16.27.
>>                 
>>
>> Tonight I tried udev 096 to /usr/local/ and installed the 
>> LFS udev-config-6.2.tar rules.
>>
>> Syslog is showing some confusion with an exising daemon running:
>> ----------------------------------------------------------------
>> Aug  2 20:38:53 localhost udevsend[1794]: starting udevd daemon
>> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
>> UDEV_CONFIG_FILE='/usr/local/etc/udev/udev.conf'
>> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
>> udev_root='/dev'
>> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
>> udev_rules='/usr/local/etc/udev/rules.d'
>> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init: udev_log=7
>> Aug  2 20:38:53 localhost udevd[1796]: main: version 096
>> Aug  2 20:38:53 localhost udevd[1796]: init_udevd_socket: bind failed:
>> Address already in use
> 
> Ugh, disable /proc/sys/kernel/hotplug and get rid of udevsend? All that
> old stuff can't, and never worked reliably and should be disabled.
> 
> Kay

Next time, with any LFS problems, please ask the guy to upgrade to the 
latest kernel, bootscripts, udev, and udev configuration in the 
development LFS book, and ensure that old bootscripts and udev 
configuration are erased completely. Partial upgrades and leftover junk 
are not supported.

-- 
Alexander E. Patrakov

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: udev taking a long time during startup
  2006-08-03  5:04 udev taking a long time during startup Piet Delaney
  2006-08-03 14:09 ` Kay Sievers
  2006-08-03 15:51 ` Alexander E. Patrakov
@ 2006-08-07 23:46 ` Piet Delaney
  2 siblings, 0 replies; 4+ messages in thread
From: Piet Delaney @ 2006-08-07 23:46 UTC (permalink / raw)
  To: linux-hotplug

On Thu, 2006-08-03 at 21:51 +0600, Alexander E. Patrakov wrote:
> Kay Sievers wrote:
> > On Wed, 2006-08-02 at 22:04 -0700, Piet Delaney wrote:
> >> On Wed, 2006-08-02 at 10:57 +0200, Kay Sievers wrote:
> >>> On Tue, 2006-08-01 at 00:16 -0700, Piet Delaney wrote:
> >>>> We were wondering why there is a 60 second delay on our systems
> >>>> from the time that the kernel releases memory and the file system 
> >>>> is checked.
> >>>>
> >>>> I dropped into kgdb during this period and found that an init
> >>>> script, S10udev in our case, was sleeping in sys_nanosleep()
> >>>> or sys_wait4(). Looks like thread/process S10udev forks udevstart
> >>>> which forks udev which appears to be sleeping or waiting every time
> >>>> I check in on it; Seems terribly wasteful.
> >>>>
> >>>> udev seems to be a utility for hotplug and configured
> >>>> with /etc/udev/udev.conf. Since we have no hot plug devices
> >>>> I wonder if it really has to be called on every startup. On
> >>>> solaris the device nodes are only re-established if you boot
> >>>> with a -r option.
> >>>>
> >>>> I never see any children of udev, so I wonder why it's
> >>>> calling wait4() and nanosleep() so often.
> >>> You may check with your distro, that sounds like a broken setup. And
> >>> please ask further questions on: linux-hotplug-devel@lists.sourceforge.net
> >> Yep, look like LFS linux-hotplug Developers Lists might be a good idea.
> >>
> >> Looks like we must be using a LFS version prior to 6.1.1, as
> >> we are using udev 030. I tried the latest 096 and installed it
> >> in /usr/local. Was getting a bit tied on upgrading the config
> >> and rule files to the new "=" convention for KERNEL and just installed
> >> 030 in /usr/local so I could use the existing config and rules for now.
> >>
> >> Booted fine with new udev utils from src with debug going
> >> to /var/log/messages. As expected I saw a lot of nanosleeps,
> >> a few for what appeared to be more than 10 iterations of 10 msec.
> >>
> >> Since succeeding cases seemed to pass within 2 or 3 iterations of 
> >> 10 msec I tried decreasing the loops (for us) to 5 iterations of 5 
> >> msec. So far I don't see a problem or a substantial improvement; 
> >> at least not with the tracing enabled.
> >>
> >> We are using the 2.6.12 thru 2.6.15 kernels and are based on the stable
> >> linux from scratch (LFS) pre 6.1.1 distro; I think it's 6.1; we
> >> shouldn't be running on such an old distro (support gets hard).
> >>
> >>         http://www.linuxfromscratch.org/
> >>
> >> in the future I guess we will migrate to the development LFS distro
> >> which is currently useing udev-096 and linux 2.6.16.27.
> >>                 
> >>
> >> Tonight I tried udev 096 to /usr/local/ and installed the 
> >> LFS udev-config-6.2.tar rules.
> >>
> >> Syslog is showing some confusion with an exising daemon running:
> >> ----------------------------------------------------------------
> >> Aug  2 20:38:53 localhost udevsend[1794]: starting udevd daemon
> >> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
> >> UDEV_CONFIG_FILE='/usr/local/etc/udev/udev.conf'
> >> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
> >> udev_root='/dev'
> >> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init:
> >> udev_rules='/usr/local/etc/udev/rules.d'
> >> Aug  2 20:38:53 localhost udevd[1796]: udev_config_init: udev_log=7
> >> Aug  2 20:38:53 localhost udevd[1796]: main: version 096
> >> Aug  2 20:38:53 localhost udevd[1796]: init_udevd_socket: bind failed:
> >> Address already in use
> > 
> > Ugh, disable /proc/sys/kernel/hotplug and get rid of udevsend? All that
> > old stuff can't, and never worked reliably and should be disabled.
> > 
> > Kay
> 
> Next time, with any LFS problems, please ask the guy to upgrade to the 
> latest kernel, bootscripts, udev, and udev configuration in the 
> development LFS book, and ensure that old bootscripts and udev 
> configuration are erased completely. Partial upgrades and leftover junk 
> are not supported.

How about avoid releasing:

     * old stuff
     * leftover junk
     * stuff that doesn't work

also more documentation on the internals of udev and the kernel
would be nice. Lots of stuff on how to use it but when shit happens
it's really helpful to know what it's doing inside the components.
The junk and left over crap just makes it more difficult to sort out
problems.

It's sometimes the case when merging a lot of TCP changes, as in my
case, convenient to run on a range of kernels to compare behavior.
Our upgrading to LFS 6.2 is still a ways out, but testing with newer
kernels is a necessity.

Supporting leftover junk seems like something that shouldn't even be
an issue.

-piet

> 
-- 
Piet Delaney
BlueLane Teck
W: (408) 200-5256; piet@bluelane.com
H: (408) 243-8872; piet@piet.net



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2006-08-07 23:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-03  5:04 udev taking a long time during startup Piet Delaney
2006-08-03 14:09 ` Kay Sievers
2006-08-03 15:51 ` Alexander E. Patrakov
2006-08-07 23:46 ` Piet Delaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).