Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

palica

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by palica

  1. 37 minutes ago, znavko said:

    After adding NetworkManager to rc `rc-update add NetworkManager default` and `reboot` I authorize to lightdm and see the same blackscreen with nm-dispatcher messages. Also during booting I saw connection progress and other 20 messages about ModemManager, NetworkManager, netmount

    can you get to this state, please? So removing NM from xinit and adding it to default and rebooting.

    You are saying: "I authorize to lightdm ... " so Xorg does start even with NM enabled?

  2. ok. you have 2 laptops so one can be for testing stuff and the other one for communicating. is this correct?

    if yes,

    then stop xdm and remove all logs from /var/log/X.*
     

    /etc/init.d/xdm stop
    
    rm /var/log/X.*

    then disable networkmanager (it will not fix your situation, I just want to show you that it is NOT networkmanager that is responsible for lightdm not starting on your pc)

    rc-update delete NetworkManager

    then restart your pc and report back with what you see. and post /var/log/X.0.log (or any other number that is there)

    Thank you

  3. @znavko, I have one plea to you, please don't fix your broken funtoo system using instructions found on archlinux wiki it will not work. Please post on this forum and then wait until someone replies if you want help from others and do not run some more commands and do stuff that you don't understand what it is doing, which makes stuff even worse for the people willing to help you.

    Please train your patience a bit. So post and wait, please.

    Are you running funtoo? If yes then systemd is not supported, we use openrc as our init. So anything copied from other sources will likely be false.

    Once again! Please! Please! Post and wait. Do NOT run any other commands that make stuff even worse or make your posts a mess. Thank you!

  4. @znavko, your reports are getting better. No we know that the problem is with your graphics card or your graphics drivers as X reports no screens found.

    I would still like to know how your system was before running upgrade. Was it booting to graphical, did you startx manually ...

    1 hour ago, znavko said:

    `ego sync`, `emerge --sync`, `eix-update`

    this can be replaced by single command =>

    eix-sync

     

    1 hour ago, znavko said:

    --backtrack=30

    no need to use this as it will make dependency resolution slower

    1 hour ago, znavko said:

    --exclude "gentoo-sources firefox gimp openshot glibc perl pyrhon gcc"

    you don't need to exclude all these things if there is no update to these packages portage will not rebuild them that is what emerge -u is there for.

    OK and now to your actual problem. nm-dispatcher is not your problem. nm-dispatcher happens to be the last think that runs from your init scripts and you think it is causing your error but it is not.

    Please paste your make.conf and

    eix -I "xf86-*"

    and your /var/lib/portage/world file

     

  5. No problem. I have noticed some other things in your setup that you should fix.

    4 hours ago, rsa4046 said:

    build: experimental

    experimental is not supported anymore. I would recommend to switch to current. Manual edit is probably necessary.

    4 hours ago, rsa4046 said:

    Portage 2.3.11

    there is already 2.3.18 released and it makes sense to have portage the latest stable version as it is the core of funtoo/gentoo.

    4 hours ago, rsa4046 said:

    gcc-6.3.0

    you are using gcc-6.3.0 from your local overlay and I would recommend to switch to gcc-6.4.0 that can be found in core-kit and use that as anything else could be seen as unsupported.

    4 hours ago, rsa4046 said:

    mix-ins: print
    mix-ins: audio
    mix-ins: no-emul-linux-x86
    mix-ins: gnome
    mix-ins: console-extras
    mix-ins: dvd
    mix-ins: X

    From all these mix-ins you need only no-emul-linux-x86 and gnome all the other ones come inherited from desktop or workstation ...

    4 hours ago, rsa4046 said:

    dev-lang/perl: 5.24.0-r2::gentoo

    and other packages that come from ::gentoo repo give me information that you need to run

    emerge -avuDN --newrepo @world

    to migrate all packages from the old ports-2012 to the new meta-repo/kits setup.

    Let me know if you need something else.

  6. and running boot-update afterwards.

    boot-update
    
    boot-update 1.8.2 /
    Copyright 2009-2017 Funtoo Technologies
    
     [use option "-l" for license info, "-h" for help]
    
      * Generating config for grub...
    
                Funtoo Linux - bzImage-4.9.71-ck
                Funtoo Linux - bzImage
      DEFAULT > Funtoo Linux genkernel - kernel-debian-sources-x86_64-4.14.2-1
                Funtoo Linux genkernel - kernel-debian-sources-x86_64-4.14.1-1
                memtest86+
    
      * NOTE: Detected UEFI boot. Configuring for UEFI booting.
      * WARN: multiple matches found for default "Funtoo Linux genkernel" - most recent used.
      * NOTE: Intel microcode will be loaded at boot-time.
    
      * Completed successfully with warnings.

     

×
×
  • Create New...