• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Startzeiten 12.1 viel länger als in 11.2 - Warum?

Hallo Leute,

ich wollte mich mit meinem "kleinen Problem" mal an euch wenden und Fragen ob irgendjemand auch so ein Problem wie ich hat, bzw. dieses sogar gelöst hat. Seit dem Umstieg auf Suse 12.1 steht mein Rechner beim booten an einer bestimmten Stelle: Warten auf Cups-daemon. Unter 11.2 viel mir der Punkt gar nicht auf, das booten ging immer recht flott über den Punkt hinweg, jetzt braucht er ca. 20-30 Sekunden an der Stelle und arbeitet aber nicht (zumindest nicht die Platte).

Es ist jetzt nicht das es jetzt ein riesen Problem ist aber es würde mich schon interessieren woran es liegt und ich komme nicht dahinter.

Die zweite Stelle ist bei der Anmeldung in KDE. Ich melde mich normal an (also nicht nach einer Fehlanmeldung) und der KDE Start durchläuft ja 5 Schritte. Die ersten 4 gehen super, beim letzten Schritt steht der Rechner so ca. 30 bis 45 Sekunden und die Festplatte ist voll am arbeiten.

Was könnte das sein?

Eigentlich sollte 12.1. doch erheblich schneller starten als 11.2.? Oder? Derzeit fühlt sich das eher nach dreimal so lange an...

Danke vorab für eure Hilfe oder eure Aufklärung über technische Neuerungen die ich überlesen hätte

Bruno
 
Hallo,

Hast Du ein System-Update gemacht (d.h. ist Dein System auf dem neusten Stand)?

Sagen die Log-Dateien irgend etwas?

Ich habe kein 12.1 installiert... aber für systemd gibt es z.B.

Code:
systemd-analyse --time                   : give your boot time of your system
systemd-analyse --blame                  : find which service took too much time to boot
systemd-analyse --plot > bootchart.svg   : see your boot, in a graphical chart
http://www.dedoimedo.com/computers/systemd-blame.html

Gruss,
Roland
 
Hallo Roland,

schon spannend...Mein Zypper sagt folgendes:

S | Name | Summary | Type
--+------------------------------------------+--------------------------------------+-----------
i | systemd | A System and Session Manager | package
| systemd | A System and Session Manager | srcpackage
| systemd-devel | Development headers for systemd | package
| systemd-gtk | Graphical front-end for systemd | package
| systemd-gtk | Graphical front-end for systemd | srcpackage
| systemd-presets-branding-basedonopensuse | Provides systemd-presets branding | package
i | systemd-presets-branding-openSUSE | systemd default presets for openSUSE | package
i | systemd-sysvinit | System V init tools | package


Es sollte also systemd installiert sein. Wenn ich dann deine Befehl aufrufe:

linux-edeb-pc:/ # systemd-analyse --time
If 'systemd-analyse' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf systemd-analyse

Fehlanzeige. Auch das Paket -gtk lässt sich nicht installieren. Naja...
 
Versuch

Code:
systemd-analyze --blame    (s --> z)
und/oder

Code:
systemd-analyze blame    (ohne die '--')
 
RME schrieb:
Versuch

Code:
systemd-analyze --blame    (s --> z)
und/oder

Code:
systemd-analyze blame    (ohne die '--')


Das Ergebnis:

linux-edeb-pc:~ # systemd-analyze blame
1673ms media.mount
1666ms dev-mqueue.mount
1658ms dev-hugepages.mount
1635ms sys-kernel-security.mount
1627ms sys-kernel-debug.mount
1609ms systemd-remount-api-vfs.service
1595ms remount-rootfs.service
1169ms home.mount
1098ms systemd-vconsole-setup.service
1031ms bootsplash-quit.service
1001ms bootsplash-startup.service
828ms localnet.service
633ms cycle.service
607ms udev-trigger.service
561ms udev.service
537ms systemd-sysctl.service
510ms systemd-logind.service
496ms SuSEfirewall2_init.service
454ms network-remotefs.service
297ms var.mount
284ms haveged.service
266ms avahi-daemon.service
254ms smpppd.service
228ms console-kit-daemon.service
221ms syslog.service
192ms SuSEfirewall2_setup.service
192ms console-kit-log-system-start.service
155ms systemd-readahead-collect.service
154ms xdm.service
138ms systemd-tmpfiles-setup.service
124ms cups.service
123ms systemd-modules-load.service
115ms ntp.service
83ms cpufreq.service
81ms systemd-readahead-replay.service
78ms fbset.service
69ms dbus.service
66ms rc-local.service
61ms systemd-user-sessions.service
58ms purge-kernels.service
50ms acpid.service
42ms bluez-coldplug.service
41ms splash.service
39ms nscd.service
31ms splash_early.service
8ms var-lock.mount
1ms var-run.mount
0ms sys-fs-fuse-connections.mount
 
In Deiner Ausgabe von "systemd-analyze blame" ist nichts auffälliges zu sehen.

Siehst Du etwas in den Log Dateien:

/var/log/messages
/var/log/boot.msg

Hallo Otz,

sorry das war ein Tippfehler von mir. Ist mittlerweile installiert. Die beiden Befehle funktionieren aber weiterhin nicht.
Welche beiden Befehle? Meinst Du:

Code:
systemd-analyze time
systemd-analyze blame
systemd-analyze plot > bootchart.svg
?
 
RME schrieb:
In Deiner Ausgabe von "systemd-analyze blame" ist nichts auffälliges zu sehen.

Siehst Du etwas in den Log Dateien:

/var/log/messages
/var/log/boot.msg

Hallo Otz,

sorry das war ein Tippfehler von mir. Ist mittlerweile installiert. Die beiden Befehle funktionieren aber weiterhin nicht.
Welche beiden Befehle? Meinst Du:

Code:
systemd-analyze time
systemd-analyze blame
systemd-analyze plot > bootchart.svg
?

Hallo RME, bei den Befehlen waren zuerst immer -- angegeben, das hat nicht funktioniert.

hier noch die time analyse:

linux-edeb-pc:~ # systemd-analyze time
Startup finished in 3801ms (kernel) + 54330ms (userspace) = 58132ms


Wenn ich mir das Messaglog ansehe, finde ich auf den ersten Blick nichts auffälliges. Die Zeitspanne scheint mir für diese Schritte aber lange (am Bildschirm sehe ich halt nur Waiting for Cups:

May 16 08:57:03 linux-edeb-pc cups[920]: Starting cupsd..done
May 16 08:57:03 linux-edeb-pc network[919]: Setting up (localfs) network interfaces:
May 16 08:57:03 linux-edeb-pc network[919]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: IP address: 127.0.0.1/8
May 16 08:57:03 linux-edeb-pc network[919]: lo IP address: 127.0.0.1/8
May 16 08:57:03 linux-edeb-pc ifup[1225]:
May 16 08:57:03 linux-edeb-pc network[919]: ..done eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Giga
May 16 08:57:03 linux-edeb-pc ifup[1324]: eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Giga
May 16 08:57:04 linux-edeb-pc kernel: [ 14.651902] r8169 0000:01:07.0: eth0: link down
May 16 08:57:04 linux-edeb-pc kernel: [ 14.651910] r8169 0000:01:07.0: eth0: link down
May 16 08:57:04 linux-edeb-pc kernel: [ 14.652063] ADDRCONF(NETDEV_UP): eth0: link is not ready
May 16 08:57:06 linux-edeb-pc kernel: [ 16.504314] r8169 0000:01:07.0: eth0: link up
May 16 08:57:06 linux-edeb-pc kernel: [ 16.504421] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 16 08:57:06 linux-edeb-pc ifup-dhcp[1370]: eth0 Starting DHCP4+DHCP6 client
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: dhcpcd 3.2.3 starting
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: hardware address = 00:11:6b:99:47:e3
May 16 08:57:06 linux-edeb-pc kernel: [ 16.562616] NET: Registered protocol family 17
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: broadcasting for a lease
May 16 08:57:06 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:07 linux-edeb-pc dhclient[1886]: send_packet6: Cannot assign requested address
May 16 08:57:07 linux-edeb-pc dhclient[1886]: dhc6: send_packet6() sent -1 of 58 bytes
May 16 08:57:07 linux-edeb-pc avahi-daemon[849]: Registering new address record for fe80::211:6bff:fe99:47e3 on eth0.*.
May 16 08:57:08 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:16 ifup-dhcp[1370]: last message repeated 3 times
May 16 08:57:16 linux-edeb-pc kernel: [ 27.026014] eth0: no IPv6 routers present
May 16 08:57:17 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:23 ifup-dhcp[1370]: last message repeated 2 times
May 16 08:57:23 linux-edeb-pc network[919]: eth0 Starting DHCP4+DHCP6 client. . . . . . . .
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]:
May 16 08:57:23 linux-edeb-pc network[919]: eth0 DHCP4 continues in background
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]: eth0 DHCP4 continues in background
May 16 08:57:23 linux-edeb-pc network[919]: eth0 DHCP6 continues in background
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]: eth0 DHCP6 continues in background
May 16 08:57:23 linux-edeb-pc network[919]: [1Awaiting
May 16 08:57:23 linux-edeb-pc network[919]: eth1 device: nVidia Corporation CK804 Ethernet Controller
May 16 08:57:23 linux-edeb-pc ifup[3317]: eth1 device: nVidia Corporation CK804 Ethernet Controller
May 16 08:57:24 linux-edeb-pc kernel: [ 34.605888] forcedeth 0000:00:0a.0: eth1: no link during initialization
May 16 08:57:24 linux-edeb-pc kernel: [ 34.606374] ADDRCONF(NETDEV_UP): eth1: link is not ready
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: timed out
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: broadcasting for a lease
May 16 08:57:27 linux-edeb-pc ifup-dhcp[3363]: eth1 Starting DHCP4+DHCP6 client
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: dhcpcd 3.2.3 starting
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: hardware address = 00:1e:8c:9e:89:1d
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: broadcasting for a lease
May 16 08:57:28 linux-edeb-pc ifup-dhcp[3363]: .
May 16 08:57:29 linux-edeb-pc dhclient[4277]: send_packet6: Network is unreachable
May 16 08:57:29 linux-edeb-pc dhclient[4277]: dhc6: send_packet6() sent -1 of 58 bytes
May 16 08:57:30 linux-edeb-pc ifup-dhcp[3363]: .
May 16 08:57:30 linux-edeb-pc dhclient[4277]: send_packet6: Network is unreachable
May 16 08:57:30 linux-edeb-pc dhclient[4277]: dhc6: send_packet6() sent -1 of 58 bytes

Das sind knapp 30 Sekunden...
 
Bruno999 schrieb:
RME schrieb:
In Deiner Ausgabe von "systemd-analyze blame" ist nichts auffälliges zu sehen.

Siehst Du etwas in den Log Dateien:

/var/log/messages
/var/log/boot.msg

Hallo Otz,

sorry das war ein Tippfehler von mir. Ist mittlerweile installiert. Die beiden Befehle funktionieren aber weiterhin nicht.
Welche beiden Befehle? Meinst Du:

Code:
systemd-analyze time
systemd-analyze blame
systemd-analyze plot > bootchart.svg
?

Hallo RME, bei den Befehlen waren zuerst immer -- angegeben, das hat nicht funktioniert.

hier noch die time analyse:

linux-edeb-pc:~ # systemd-analyze time
Startup finished in 3801ms (kernel) + 54330ms (userspace) = 58132ms


Wenn ich mir das Messaglog ansehe, finde ich auf den ersten Blick nichts auffälliges. Die Zeitspanne scheint mir für diese Schritte aber lange (am Bildschirm sehe ich halt nur Waiting for Cups:

May 16 08:57:03 linux-edeb-pc cups[920]: Starting cupsd..done
May 16 08:57:03 linux-edeb-pc network[919]: Setting up (localfs) network interfaces:
May 16 08:57:03 linux-edeb-pc network[919]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: IP address: 127.0.0.1/8
May 16 08:57:03 linux-edeb-pc network[919]: lo IP address: 127.0.0.1/8
May 16 08:57:03 linux-edeb-pc ifup[1225]:
May 16 08:57:03 linux-edeb-pc network[919]: ..done eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Giga
May 16 08:57:03 linux-edeb-pc ifup[1324]: eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Giga
May 16 08:57:04 linux-edeb-pc kernel: [ 14.651902] r8169 0000:01:07.0: eth0: link down
May 16 08:57:04 linux-edeb-pc kernel: [ 14.651910] r8169 0000:01:07.0: eth0: link down
May 16 08:57:04 linux-edeb-pc kernel: [ 14.652063] ADDRCONF(NETDEV_UP): eth0: link is not ready
May 16 08:57:06 linux-edeb-pc kernel: [ 16.504314] r8169 0000:01:07.0: eth0: link up
May 16 08:57:06 linux-edeb-pc kernel: [ 16.504421] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 16 08:57:06 linux-edeb-pc ifup-dhcp[1370]: eth0 Starting DHCP4+DHCP6 client
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: dhcpcd 3.2.3 starting
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: hardware address = 00:11:6b:99:47:e3
May 16 08:57:06 linux-edeb-pc kernel: [ 16.562616] NET: Registered protocol family 17
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: broadcasting for a lease
May 16 08:57:06 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:07 linux-edeb-pc dhclient[1886]: send_packet6: Cannot assign requested address
May 16 08:57:07 linux-edeb-pc dhclient[1886]: dhc6: send_packet6() sent -1 of 58 bytes
May 16 08:57:07 linux-edeb-pc avahi-daemon[849]: Registering new address record for fe80::211:6bff:fe99:47e3 on eth0.*.
May 16 08:57:08 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:16 ifup-dhcp[1370]: last message repeated 3 times
May 16 08:57:16 linux-edeb-pc kernel: [ 27.026014] eth0: no IPv6 routers present
May 16 08:57:17 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:23 ifup-dhcp[1370]: last message repeated 2 times
May 16 08:57:23 linux-edeb-pc network[919]: eth0 Starting DHCP4+DHCP6 client. . . . . . . .
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]:
May 16 08:57:23 linux-edeb-pc network[919]: eth0 DHCP4 continues in background
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]: eth0 DHCP4 continues in background
May 16 08:57:23 linux-edeb-pc network[919]: eth0 DHCP6 continues in background
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]: eth0 DHCP6 continues in background
May 16 08:57:23 linux-edeb-pc network[919]: [1Awaiting
May 16 08:57:23 linux-edeb-pc network[919]: eth1 device: nVidia Corporation CK804 Ethernet Controller
May 16 08:57:23 linux-edeb-pc ifup[3317]: eth1 device: nVidia Corporation CK804 Ethernet Controller
May 16 08:57:24 linux-edeb-pc kernel: [ 34.605888] forcedeth 0000:00:0a.0: eth1: no link during initialization
May 16 08:57:24 linux-edeb-pc kernel: [ 34.606374] ADDRCONF(NETDEV_UP): eth1: link is not ready
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: timed out
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: broadcasting for a lease
May 16 08:57:27 linux-edeb-pc ifup-dhcp[3363]: eth1 Starting DHCP4+DHCP6 client
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: dhcpcd 3.2.3 starting
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: hardware address = 00:1e:8c:9e:89:1d
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: broadcasting for a lease
May 16 08:57:28 linux-edeb-pc ifup-dhcp[3363]: .
May 16 08:57:29 linux-edeb-pc dhclient[4277]: send_packet6: Network is unreachable
May 16 08:57:29 linux-edeb-pc dhclient[4277]: dhc6: send_packet6() sent -1 of 58 bytes
May 16 08:57:30 linux-edeb-pc ifup-dhcp[3363]: .
May 16 08:57:30 linux-edeb-pc dhclient[4277]: send_packet6: Network is unreachable
May 16 08:57:30 linux-edeb-pc dhclient[4277]: dhc6: send_packet6() sent -1 of 58 bytes

Das sind knapp 30 Sekunden...

Dann gehts noch so weiter:

May 16 08:57:03 linux-edeb-pc cups[920]: Starting cupsd..done
May 16 08:57:03 linux-edeb-pc network[919]: Setting up (localfs) network interfaces:
May 16 08:57:03 linux-edeb-pc network[919]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: lo
May 16 08:57:03 linux-edeb-pc ifup[1225]: IP address: 127.0.0.1/8
May 16 08:57:03 linux-edeb-pc network[919]: lo IP address: 127.0.0.1/8
May 16 08:57:03 linux-edeb-pc ifup[1225]:
May 16 08:57:03 linux-edeb-pc network[919]: ..done eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Giga
May 16 08:57:03 linux-edeb-pc ifup[1324]: eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Giga
May 16 08:57:04 linux-edeb-pc kernel: [ 14.651902] r8169 0000:01:07.0: eth0: link down
May 16 08:57:04 linux-edeb-pc kernel: [ 14.651910] r8169 0000:01:07.0: eth0: link down
May 16 08:57:04 linux-edeb-pc kernel: [ 14.652063] ADDRCONF(NETDEV_UP): eth0: link is not ready
May 16 08:57:06 linux-edeb-pc kernel: [ 16.504314] r8169 0000:01:07.0: eth0: link up
May 16 08:57:06 linux-edeb-pc kernel: [ 16.504421] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 16 08:57:06 linux-edeb-pc ifup-dhcp[1370]: eth0 Starting DHCP4+DHCP6 client
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: dhcpcd 3.2.3 starting
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: hardware address = 00:11:6b:99:47:e3
May 16 08:57:06 linux-edeb-pc kernel: [ 16.562616] NET: Registered protocol family 17
May 16 08:57:06 linux-edeb-pc dhcpcd[1868]: eth0: broadcasting for a lease
May 16 08:57:06 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:07 linux-edeb-pc dhclient[1886]: send_packet6: Cannot assign requested address
May 16 08:57:07 linux-edeb-pc dhclient[1886]: dhc6: send_packet6() sent -1 of 58 bytes
May 16 08:57:07 linux-edeb-pc avahi-daemon[849]: Registering new address record for fe80::211:6bff:fe99:47e3 on eth0.*.
May 16 08:57:08 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:16 ifup-dhcp[1370]: last message repeated 3 times
May 16 08:57:16 linux-edeb-pc kernel: [ 27.026014] eth0: no IPv6 routers present
May 16 08:57:17 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:23 ifup-dhcp[1370]: last message repeated 2 times
May 16 08:57:23 linux-edeb-pc network[919]: eth0 Starting DHCP4+DHCP6 client. . . . . . . .
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]:
May 16 08:57:23 linux-edeb-pc network[919]: eth0 DHCP4 continues in background
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]: eth0 DHCP4 continues in background
May 16 08:57:23 linux-edeb-pc network[919]: eth0 DHCP6 continues in background
May 16 08:57:23 linux-edeb-pc ifup-dhcp[1370]: eth0 DHCP6 continues in background
May 16 08:57:23 linux-edeb-pc network[919]: [1Awaiting
May 16 08:57:23 linux-edeb-pc network[919]: eth1 device: nVidia Corporation CK804 Ethernet Controller
May 16 08:57:23 linux-edeb-pc ifup[3317]: eth1 device: nVidia Corporation CK804 Ethernet Controller
May 16 08:57:24 linux-edeb-pc kernel: [ 34.605888] forcedeth 0000:00:0a.0: eth1: no link during initialization
May 16 08:57:24 linux-edeb-pc kernel: [ 34.606374] ADDRCONF(NETDEV_UP): eth1: link is not ready
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: timed out
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
May 16 08:57:26 linux-edeb-pc dhcpcd[1868]: eth0: broadcasting for a lease
May 16 08:57:27 linux-edeb-pc ifup-dhcp[3363]: eth1 Starting DHCP4+DHCP6 client
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: dhcpcd 3.2.3 starting
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: hardware address = 00:1e:8c:9e:89:1d
May 16 08:57:28 linux-edeb-pc dhcpcd[4261]: eth1: broadcasting for a lease
May 16 08:57:28 linux-edeb-pc ifup-dhcp[3363]: .
May 16 08:57:29 linux-edeb-pc dhclient[4277]: send_packet6: Network is unreachable
May 16 08:57:29 linux-edeb-pc dhclient[4277]: dhc6: send_packet6() sent -1 of 58 bytes
May 16 08:57:30 linux-edeb-pc ifup-dhcp[3363]: .
May 16 08:57:30 linux-edeb-pc dhclient[4277]: send_packet6: Network is unreachable
May 16 08:57:30 linux-edeb-pc dhclient[4277]: dhc6: send_packet6() sent -1 of 58 bytes

und zwar laufend. Ich kann aber nichts sagen ob da was ungewöhliches dabei ist... Für mich mal nicht wirklich...

D.h. ich werde wohl mit der erheblich längeren Startzeit leben müssen.
 
Hallo,

Hallo RME, bei den Befehlen waren zuerst immer -- angegeben, das hat nicht funktioniert.
Versuch

Code:
systemd-analyze --blame    (s --> z)
und/oder

Code:
systemd-analyze blame    (ohne die '--')
Dies war natürlich auch für die anderen Befehle gedacht.

----------

Könntest Du bitte etwas ordentlicher posten.

Dann gehts noch so weiter:
...
...
Da ist nichts was nicht schon im vorigen Posting (sowie nochmals im Quote) zu sehen ist.

----------

linux-edeb-pc:~ # systemd-analyze time
Startup finished in 3801ms (kernel) + 54330ms (userspace) = 58132ms
54330ms (userspace) ist offensichtlich zu lang.

Siehst Du etwas in den Log Dateien:

/var/log/messages
/var/log/boot.msg
...und?

----------

...
May 16 08:57:07 linux-edeb-pc avahi-daemon[849]: Registering new address record for fe80::211:6bff:fe99:47e3 on eth0.*.
May 16 08:57:08 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:16 ifup-dhcp[1370]: last message repeated 3 times
May 16 08:57:16 linux-edeb-pc kernel: [ 27.026014] eth0: no IPv6 routers present
May 16 08:57:17 linux-edeb-pc ifup-dhcp[1370]: .
May 16 08:57:23 ifup-dhcp[1370]: last message repeated 2 times
...
Wie ist der Drucker angeschlossen? Hast Du ein Netzwerk?

----------

Und zukünftig bitte die Befehlsausgaben zwischen 'code' tags posten... es wird so leserlicher. Danke.
 
Hier die Antwort auf die noch offenen Fragen:

/var/log/boot.msg: dieses file gibt es nicht


Drucker: Ich verwende einen alten Epson Stylus Color 800 via LPT1. Und habe kein Netzwerk im Einsatz.

Im Internet bin ich via DSL.

Schöne Grüße

bruno
 
Oben