» » » Mal ins syslog geschaut?.
» » » cat /var/log/syslog | less.
» »
» » wie könnte das mir helfen?
»
» Weil dort Infos stehen wenn es zb Probleme gibt ect.
» Solltes aber kennen da dies zur Fehlersuche grbaucht wird
hier sind einige Zeile von was in der syslog file steht:
Jan 1 00:00:06 localhost kernel: imklog 5.8.6, log source = /proc/kmsg started.
Jan 1 00:00:06 localhost rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="779" x-info="http://www.rsyslog.com"] start
Jan 1 00:00:06 localhost rsyslogd: rsyslogd's groupid changed to 103
Jan 1 00:00:06 localhost rsyslogd: rsyslogd's userid changed to 101
Jan 1 00:00:06 localhost rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
Jan 1 00:00:06 localhost kernel: Booting Linux on physical CPU 0x0
Jan 1 00:00:06 localhost kernel: Linux version 3.15.0-xilinx (tom@dev-server) (gcc version 4.6.1 (Sourcery CodeBench Lite 2011.09-50) ) #9 SMP PREEMPT Tue May 26 17:26:14 CST 2015
Jan 1 00:00:06 localhost kernel: CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
Jan 1 00:00:06 localhost kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan 1 00:00:06 localhost kernel: Machine model: MYIR Z-turn Development Board
Jan 1 00:00:06 localhost kernel: cma: CMA: reserved 128 MiB at 27800000
Jan 1 00:00:06 localhost kernel: Memory policy: Data cache writealloc
Jan 1 00:00:06 localhost kernel: On node 0 totalpages: 196608
Jan 1 00:00:06 localhost kernel: free_area_init_node: node 0, pgdat c072ebc0, node_mem_map e71b9000
Jan 1 00:00:06 localhost kernel: Normal zone: 1520 pages used for memmap
Jan 1 00:00:06 localhost kernel: Normal zone: 0 pages reserved
Jan 1 00:00:06 localhost kernel: Normal zone: 194560 pages, LIFO batch:31
Jan 1 00:00:06 localhost kernel: HighMem zone: 16 pages used for memmap
Jan 1 00:00:06 localhost kernel: HighMem zone: 2048 pages, LIFO batch:0
Jan 1 00:00:06 localhost kernel: PERCPU: Embedded 8 pages/cpu @e7199000 s9088 r8192 d15488 u32768
Jan 1 00:00:06 localhost kernel: pcpu-alloc: s9088 r8192 d15488 u32768 alloc=8*4096
Jan 1 00:00:06 localhost kernel: pcpu-alloc: [0] 0 [0] 1
Jan 1 00:00:06 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 195088
Jan 1 00:00:06 localhost kernel: Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait devtmpfs.mount=0
Jan 1 00:00:06 localhost kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 00:00:06 localhost kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 1 00:00:06 localhost kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jan 1 00:00:06 localhost kernel: Memory: 640440K/786432K available (5236K kernel code, 261K rwdata, 1616K rodata, 200K init, 207K bss, 145992K reserved, 8192K highmem)
Jan 1 00:00:06 localhost kernel: Virtual kernel memory layout:
Jan 1 00:00:06 localhost kernel: vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jan 1 00:00:06 localhost kernel: fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) |