Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved] transitions to gcc5, qt5 and plasma 5  (Read 3590 times)

hypper

  • Guest
[solved] transitions to gcc5, qt5 and plasma 5
« on: 2016/01/08, 14:51:57 »
hi all,


i am currently running the following


Code: [Select]
~$ inxi -v2
System:    Host: T530 Kernel: 4.1.0-towo.1-siduction-amd64 x86_64 (64 bit)
           Desktop: KDE 4.14.3 Distro: siduction 13.1.0 Firestarter - kde - (201305211844

because of the ongoing transitions (gcc5, qt5, plasma 5 etc.) i waited with a du.

of course, now  the du wants to change a lot:

Code: [Select]
Die folgenden Pakete werden durch eine ÄLTERE VERSION ERSETZT (Downgrade):
  syslinux syslinux-common
1456 aktualisiert, 402 neu installiert, 2 durch eine ältere Version ersetzt, 74 zu entfernen und 0 nicht aktualisiert.



how can i safely perform a du now?


i am also using the kdenext repo!


thanks in advance!

cheers
mathias
« Last Edit: 2016/01/13, 19:54:20 by hypper »

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: transitions to gcc5, qt5 and plasma 5
« Reply #2 on: 2016/01/08, 18:04:23 »
and one can safely remove syslinux
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

hypper

  • Guest
Re: transitions to gcc5, qt5 and plasma 5
« Reply #3 on: 2016/01/09, 17:11:46 »
thanks for the advices. everything went through without major problems, i guess.


still, there are some issues:


1) after reboot and the fsck


Code: [Select]
[***] A start job is running for udev Wait for Complete Device Initialization ( x s / 3 min)

it took at least 1 min to finish booting. is this kernel related?




2) i installed kde-standard. now i wonder, which window-manager should i use? kwin-x11 or kwin-wayland?

and a final question:

what was the reason to use apt instead of apt-get and what should i use in the future?
« Last Edit: 2016/01/09, 17:28:44 by hypper »

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: transitions to gcc5, qt5 and plasma 5
« Reply #4 on: 2016/01/09, 17:28:51 »
kwin-x11 for now.


For the bot delay provide the output of
Code: [Select]
systemd-analyze blame
apt is the new apt-get (for most things)

greetz
devil

hypper

  • Guest
Re: transitions to gcc5, qt5 and plasma 5
« Reply #5 on: 2016/01/09, 17:43:24 »
1) output of


Code: [Select]
systemd-analyze blame
1min 852 ms systemd-udev-settle.service




2) i installed kwin-x11, but it boot right away into console. i guess i miss a login-manager, too?

it needed:

sddm
kde-config-sddm
libqt5xcbqpa5
(http://forum.siduction.org/index.php?topic=5970.msg49227#msg49227)
« Last Edit: 2016/01/09, 18:09:59 by hypper »

hypper

  • Guest
Re: transitions to gcc5, qt5 and plasma 5
« Reply #6 on: 2016/01/13, 11:25:34 »
Code: [Select]
systemd-analyze blame
1min 852 ms systemd-udev-settle.service


i think it is related to LVM. since i do not use LVM should i mask systemd-udev-settle.service or purge lvm2?


btw, there is no boot delay with Kernel: 4.1.0-towo.1-siduction-amd64 x86_64 (64 bit)

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: transitions to gcc5, qt5 and plasma 5
« Reply #7 on: 2016/01/13, 11:31:09 »
Delete lvm2 and see what that does.


greetz
devil

hypper

  • Guest
Re: transitions to gcc5, qt5 and plasma 5
« Reply #8 on: 2016/01/13, 19:50:27 »
Code: [Select]
apt purge lvm2

solved the problem in my case.