Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Oleg Vinichenko

Members
  • Posts

    619
  • Joined

  • Last visited

  • Days Won

    53

Posts posted by Oleg Vinichenko

  1. are both problems observed also when starting XFCE4 with startx? I use xfce4/consolekit myself but without any login managers. sddm is known of having weird issues. For me it looks like there is a race condition between xdm/sddm and the consolekit. The latter one supposed to be integrated quite well as current developers of consolekit are xfce developers too.

    Try starting with startx to eliminate xdm/sddm as first candidates. make sure to remove xdm from openrc runlevel.

  2. nginx-1.12.2 now added. This ebuild has number of corrections in it's configure as well as adding support for stream modules, absent in older ebuild versions. This is controlled by NGINX_MODULES_STREAM expand variable, which is added into profiles. 1.12.2 version also including CVE-2017-7529 fix.

    for the bleeding edge version followers, version 1.13.7 added. This ebuild has a dedicated SLOT called mainline, to follow upstream releases tags:

    https://nginx.org/

    and is made that it cannot be co-installed with stable versions, such as 1.12.2. This will help to distinguish the releases by upstream classification. 1.13.7 version has no keywords, it is required to unmask by keywords to be able to test.

    Thanks, Oleg.

  3. i cannot say about eix as i don't use it, but yes it can be indirectly good for eix. As jhan pointed, when ebuild installed , there are may various metadata about ebuild installed into /var/db/* including special file repository, which has all information about what repo ebuild installed from. --newrepo will rebuild those ebuilds that now changed it's origin, for example 

    sys-libs/ncurses::gentoo will be sys-libs/ncruses::core-kit, so gentoo was a name of repository (and which was in /usr/portage). With rebuild you will get your /var/db correctly set. Which might fix eix (i can't tell)

  4. bus error would be an indication of some hardware problems still.

    for the .config, there ebuilds that looks for existence of /usr/src/linux, but those warnings should be harmless as normally they are for the runtime functionality. If the kernel sources needed for the bulding, then it should die during compilation. More information can be obtained from full build.log

  5. no consolekit in boot and default runlevels does not necessarily mean this service is not started by some other services. There are service dependencies capabilities in openrc which could make the service start other service even if it's not explicitly enabled. But i think xdm, which is in your default level could be a problematic one.

×
×
  • Create New...