hmm inderdaad.
de problemen beginnen volgens /var/log/messages direct na SELinux
maar op mijn laatste goede boot stond SELinux ook gewoon aan...
edit: dit heb ik te snel gepost. moment, ik verbeter t nu. edit 2: zo klopt t
vanaf security tot en met een gedeelte van de intel8x0 audio:
zoals t goed boote vanmorgen:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
| May 25 08:30:58 localhost kernel: security: 3 users, 6 roles, 757 types, 88 bools
May 25 08:30:58 localhost kernel: security: 55 classes, 152595 rules
May 25 08:30:58 localhost kernel: SELinux: Completing initialization.
May 25 08:30:58 localhost kernel: SELinux: Setting up existing superblocks.
May 25 08:30:58 localhost kernel: SELinux: initialized (dev dm-0, type ext3), uses xattr
May 25 08:30:58 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
May 25 08:30:58 localhost kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev mqueue, type mqueue), not configured for labeling
May 25 08:30:58 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), not configured for labeling
May 25 08:30:58 localhost kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs
May 25 08:30:58 localhost kernel: SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
May 25 08:30:58 localhost kernel: SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
May 25 08:30:58 localhost kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
May 25 08:30:58 localhost kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
May 25 08:30:58 localhost kernel: SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
May 25 08:30:58 localhost kernel: Floppy drive(s): fd0 is 1.44M
May 25 08:30:58 localhost kernel: FDC 0 is a post-1991 82077
May 25 08:30:58 localhost kernel: tg3.c:v3.25 (March 24, 2005)
May 25 08:30:58 localhost kernel: ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10
May 25 08:30:58 localhost kernel: PCI: setting IRQ 10 as level-triggered
May 25 08:30:58 localhost kernel: ACPI: PCI Interrupt 0000:02:05.0[A] -> Link [LNKE] -> GSI 10 (level, low) -> IRQ 10
May 25 08:30:58 localhost kernel: eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit) 10/100/1000BaseT Ethernet 00:e0:18:b1:82:7f
May 25 08:30:58 localhost kernel: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
May 25 08:30:58 localhost kernel: snd_intel8x0: Unknown parameter `'
May 25 08:30:58 localhost kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 3
May 25 08:30:58 localhost auditd[2069]: Init complete, audit pid set to: 2069
May 25 08:30:58 localhost kernel: PCI: setting IRQ 3 as level-triggered
May 25 08:30:58 localhost kernel: ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 3 (level, low) -> IRQ 3
May 25 08:30:58 localhost kernel: AC'97 0 analog subsections not ready
May 25 08:30:58 localhost kernel: intel8x0_measure_ac97_clock: measured 49055 usecs
May 25 08:30:58 localhost kernel: intel8x0: clocking to 48000 |
zoals t nu niet meer boot: (veel regels, sorry, maar er zijn ook veel errors)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
| May 25 19:28:50 localhost kernel: security: 3 users, 6 roles, 757 types, 88 bools
May 25 19:28:50 localhost kernel: security: 55 classes, 152595 rules
May 25 19:28:50 localhost kernel: SELinux: Completing initialization.
May 25 19:28:50 localhost kernel: SELinux: Setting up existing superblocks.
May 25 19:28:50 localhost kernel: SELinux: initialized (dev dm-0, type ext3), uses xattr
May 25 19:28:50 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
May 25 19:28:50 localhost kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
May 25 19:28:50 localhost kernel: SELinux: initialized (dev mqueue, type mqueue), not configured for labeling
May 25 19:28:50 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), not configured for labeling
May 25 19:28:50 localhost kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs
May 25 19:28:50 localhost kernel: SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts
May 25 19:28:50 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
May 25 19:28:50 localhost kernel: SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
May 25 19:28:50 localhost kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
May 25 19:28:50 localhost kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
May 25 19:28:50 localhost kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts
May 25 19:28:50 localhost kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
May 25 19:28:50 localhost kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
May 25 19:28:50 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
May 25 19:28:50 localhost kernel: audit(1117049245.073:0): avc: denied { read } for name=utmp dev=dm-0 ino=327689 scontext=system_u:system_r:init_t tcontext=system_u:object_r:sendmail_var_run_t tclass=file
May 25 19:28:50 localhost kernel: audit(1117049245.073:0): avc: denied { read } for name=utmp dev=dm-0 ino=327689 scontext=system_u:system_r:init_t tcontext=system_u:object_r:sendmail_var_run_t tclass=file
May 25 19:28:50 localhost kernel: audit(1117049245.251:0): avc: denied { execute } for name=hostname dev=dm-0 ino=1148212 scontext=system_u:system_r:init_t tcontext=system_u:object_r:hostname_exec_t tclass=file
May 25 19:28:50 localhost kernel: audit(1117049245.251:0): avc: denied { getattr } for path=/bin/hostname dev=dm-0 ino=1148212 scontext=system_u:system_r:init_t tcontext=system_u:object_r:hostname_exec_t tclass=file
May 25 19:28:50 localhost kernel: audit(1117049245.251:0): avc: denied { getattr } for path=/bin/hostname dev=dm-0 ino=1148212 scontext=system_u:system_r:init_t tcontext=system_u:object_r:hostname_exec_t tclass=file
-->hier stonden nog meer (stuk of 50) van die errors, met het oog op overzichtelijkheid weggelaten
May 25 19:28:50 localhost kernel: audit(1117049247.510:0): avc: denied { search } for name=rhgb dev=dm-0 ino=2230384 scontext=system_u:system_r:init_t tcontext=system_u:object_r:mnt_t tclass=dir
May 25 19:28:50 localhost kernel: audit(1117049247.511:0): avc: denied { search } for name=gdm dev=dm-0 ino=328091 scontext=system_u:system_r:init_t tcontext=system_u:object_r:xserver_log_t tclass=dir
May 25 19:28:50 localhost kernel: audit(1117049250.606:0): avc: denied { search } for name=root dev=dm-0 ino=851969 scontext=system_u:system_r:init_t tcontext=root:object_r:user_home_dir_t tclass=dir
May 25 19:28:50 localhost kernel: SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
May 25 19:28:50 localhost kernel: Floppy drive(s): fd0 is 1.44M
May 25 19:28:50 localhost kernel: FDC 0 is a post-1991 82077
May 25 19:28:50 localhost kernel: tg3.c:v3.25 (March 24, 2005)
May 25 19:28:50 localhost kernel: ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10
May 25 19:28:50 localhost kernel: PCI: setting IRQ 10 as level-triggered
May 25 19:28:50 localhost kernel: ACPI: PCI Interrupt 0000:02:05.0[A] -> Link [LNKE] -> GSI 10 (level, low) -> IRQ 10
May 25 19:28:50 localhost kernel: eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit) 10/100/1000BaseT Ethernet 00:e0:18:b1:82:7f
May 25 19:28:50 localhost kernel: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
May 25 19:28:50 localhost kernel: snd_intel8x0: Unknown parameter `'
May 25 19:28:50 localhost kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 3
May 25 19:28:50 localhost kernel: PCI: setting IRQ 3 as level-triggered
May 25 19:28:50 localhost kernel: ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 3 (level, low) -> IRQ 3
May 25 19:28:50 localhost kernel: AC'97 0 analog subsections not ready
May 25 19:28:50 localhost kernel: intel8x0_measure_ac97_clock: measured 49061 usecs
May 25 19:28:50 localhost kernel: intel8x0: clocking to 48000 |
[
Voor 192% gewijzigd door
.Johnny op 25-05-2005 20:10
]