Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

znavko

Members
  • Posts

    123
  • Joined

  • Last visited

Posts posted by znavko

  1. Hello! Some news like this https://lkml.org/lkml/2018/1/3/780 nudged me to ask how to work with my kernel. I am using debian-sources and seeing this

    # eix debian-sources
    [I] sys-kernel/debian-sources
         Available versions:  
         (4.8.15) 4.8.15^mbs
         (4.11.11-r1) **4.11.11-r1^mbs
         (4.12.12) **4.12.12^mbs
         (4.13.10) **4.13.10^mbs
         (4.13.13) **4.13.13^mbs
         (4.14.2) 4.14.2^mbs
           {binary}
         Installed versions:  4.8.15(4.8.15)^mbs(21:21:26 18.12.2017)(binary) 4.14.2(4.14.2)^mbs(09:27:22 27.12.2017)(binary)
         Homepage:            http://www.debian.org
         Description:         Debian Sources (and optional binary kernel)
    
    * sys-kernel/debian-sources-lts
         Available versions:  
         (4.9.30-LTS) **4.9.30^mbs
         (4.9.47-LTS) **4.9.47^mbs
         (4.9.51-LTS) **4.9.51^mbs
         (4.9.65-LTS) **4.9.65^mbs
           {binary}
         Homepage:            http://www.debian.org
         Description:         Debian Sources (and optional binary kernel)
    
    Found 2 matches

     

    # cat /proc/version
    Linux version 4.8.15-1 (portage@sysresccd) (gcc version 5.4.0 (Funtoo 5.4.0) ) #1 SMP Mon Dec 18 16:46:40 -00 2017
    
    # uname -r
    4.8.15-1
    
    # dmesg | grep Linux
    [    0.000000] Linux version 4.8.15-1 (portage@sysresccd) (gcc version 5.4.0 (Funtoo 5.4.0) ) #1 SMP Mon Dec 18 16:46:40 -00 2017
    [    4.182641] Linux agpgart interface v0.103
    [   16.151446] usb usb1: Manufacturer: Linux 4.8.15-1 ehci_hcd
    [   16.222632] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
    [   17.943979] media: Linux media interface: v0.10
    [   17.954357] Linux video capture interface: v2.00
    
    # eselect kernel list
    Available kernel symlink targets:
      [1]   linux-debian-sources-4.8.15
      [2]   linux-debian-sources-4.14.2 *

    What is mbs? Where to look if debian-sources had been patched?

    If you have a time which criteria do you use choosing the kernel?

     

    I am trying to compile kernel using wiki https://www.funtoo.org/Funtoo_Linux_Kernels

    But I cannot configure kernel for intel n3530:

    # lscpu
    Архитектура:x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Порядок байт:Little Endian
    CPU(s):                4
    On-line CPU(s) list:   0-3
    Thread(s) per core:    1
    Ядер на сокет:4
    Сокетов:        1
    NUMA node(s):          1
    ID прроизводителя:GenuineIntel
    Семейство ЦПУ:6
    Модель:          55
    Имя модели:   Intel(R) Pentium(R) CPU  N3530  @ 2.16GHz
    Степпинг:      8
    CPU MHz:               575.422
    CPU max MHz:           2582,3000
    CPU min MHz:           499,8000
    BogoMIPS:              4331.60
    Виртуализация:VT-x
    L1d cache:             24K
    L1i cache:             32K
    L2 cache:              1024K
    NUMA node0 CPU(s):     0-3
    Флаги:            fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
    
    
    # ./config-extract -l
    
    ====== standard featureset ======
    
           alpha: alpha-generic, alpha-smp
           amd64
           arm64
           armel
           armhf: armmp, armmp-lpae
            hppa: parisc, parisc64-smp
            i386: 686, 686-pae
            m68k
            mips: 4kc-malta, 5kc-malta, octeon
          mips64: 5kc-malta, octeon
        mips64el: 5kc-malta, loongson-3, octeon
        mips64r6
      mips64r6el
          mipsel: 4kc-malta, 5kc-malta, loongson-3, octeon
          mipsr6: mips32r6, mips64r6
        mipsr6el: mips32r6el, mips64r6el
         powerpc: powerpc, powerpc-smp, powerpc64
      powerpcspe
           ppc64
         ppc64el
           s390x
             sh4: sh7751r, sh7785lcr
         sparc64: sparc64, sparc64-smp
    
    ====== rt featureset ======
    
           amd64
            i386
    
    
    # ./config-extract 686
    Traceback (most recent call last):
      File "./config-extract", line 169, in <module>
        if featureset not in archdict[arch]:
    KeyError: '686'
    # ./config-extract i386 686
    Error: There is no '686' featureset kernel config for arch 'i386'. Exiting.
    {'rt': ['686-pae'], None: ['686-pae', '686']}
    # ./config-extract i386
    Error: there is more than one 'sub-architecture' for this arch.
    Please specify [arch] [featureset] [subarch], with one of these subarches:
    686-pae, 686
    # ./config-extract i386 686
    Error: There is no '686' featureset kernel config for arch 'i386'. Exiting.
    {'rt': ['686-pae'], None: ['686-pae', '686']}
    # ./config-extract i386 686-pae
    Error: There is no '686-pae' featureset kernel config for arch 'i386'. Exiting.
    {'rt': ['686-pae'], None: ['686-pae', '686']}

    As I know my proc is 686. How to define 686 sub-arch to config-extract?

  2. I tried this:

    # emerge wicd
    ...it installed wicd and 5 packages more (dependencies...
    
    # rc-update delete NetworkManager
    # rc-update add wicd
    # reboot

    system booted normally, i got lxde. i opened wicd gui from lxde applet button. it did not see the network, wifi was in status enabled. i disabled. when click 'enable wireless' it did not do anything. in few seconds wicd has seen network as anonymous. after 15 seconds it got its name. i typed pass and press button to connect. it connected but n internet. and the button 'connect' rest same (did not changed to 'disconnect'). I added networkmanager to rc-update and rebooted.

    rebooted. after authorization in slim - black screen. I understood only one: xdm does not run after I ad networkmanager to rc-update. I deleted xdm from rc-update and added it again. reboot was normal, I authorized in slim and lxde run. wifi was connected with networkmanager automatically. but wicd gave messages that it cannot connect to d-bus. I unmerged wicd, but only 1 package was deleted (not 6 as were merged).

    I do not know how many bugs I see and how to report all of them.

    1. wicd cannot connect to dbus
    2. xdm does not start when I add NetworkManager to rc-update after it like this: 'rc-update add NetworkManager'

    I cannot connect to wifi with wpa_supplicant never: https://www.linux.org.ru/forum/linux-install/13595194

    I do not know how to describe my problem on bugs.funtoo.org

    also do not know is it necessary to write 'default' when add service to rc-update?

  3. Now it's working ok with SLIM. It boots ok, it does authorize and run lxde normally. it connects to wifi.

    I only want more answers:

    1. how to disable nm-dispatcher
    2. what is alternative for networkmanager with lxde applet
    3. what is dbus and how it works
    4. how to rearrange start of lxde and networkmanager
    5. how to see the reasons of black screen while boot and lxdm does not start
    6. also where to configure networkmanager
    # pwd
    /etc/NetworkManager
    
    # ls -R
    .:
    conf.d  dispatcher.d  dnsmasq-shared.d  dnsmasq.d  system-connections
    
    ./conf.d:
    
    ./dispatcher.d:
    10-openrc-status  no-wait.d  pre-down.d  pre-up.d
    
    ./dispatcher.d/no-wait.d:
    
    ./dispatcher.d/pre-down.d:
    
    ./dispatcher.d/pre-up.d:
    
    ./dnsmasq-shared.d:
    
    ./dnsmasq.d:
    
    ./system-connections:
    internet
  4. Thank you. But not helped. The `rc-update delete NetworkManager` helps only.

    Also I changed dm to LXDM, editing only one variable in /etc/conf.d/xdm: DISPLAY_MANAGER="lxdm". It run only once without nm-dispatcher's problem, but the second and further times the black screen appeared without any message while booting .

    I've changed dm to Slim and it's working  ok. but sometimes the same blackscreen after authorization in sLIM. I solve this with deleting xdm and adding it to rc-upate again.

    after I deleted dhcpcd - the same black screen after authorization in slim.

    Do not know what to do. I am trying this

    # emerge -avDuN net-misc/networkmanager
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    Total: 0 packages, Size of downloads: 0 KiB
    
    !!! The following update has been skipped due to unsatisfied dependencies:
    
    dev-python/requests:0
    
      selected: dev-python/requests-2.13.0:0/0::python-kit, installed
      skipped: dev-python/requests-2.18.4:0/0::python-kit, ebuild scheduled for merge (see unsatisfied dependency below)
    
    emerge: there are no ebuilds to satisfy ">=dev-python/certifi-2017.4.17[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]".
    (dependency required by "dev-python/requests-2.18.4::python-kit" [ebuild])
    
    
    
    # emerge -avDuN --with-bdeps=y net-misc/networkmanager
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    Total: 0 packages, Size of downloads: 0 KiB
    
    !!! The following update has been skipped due to unsatisfied dependencies:
    
    dev-python/requests:0
    
      selected: dev-python/requests-2.13.0:0/0::python-kit, installed
      skipped: dev-python/requests-2.18.4:0/0::python-kit, ebuild scheduled for merge (see unsatisfied dependency below)
    
    emerge: there are no ebuilds to satisfy ">=dev-python/certifi-2017.4.17[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]".
    (dependency required by "dev-python/requests-2.18.4::python-kit" [ebuild])
    

    Sorry. how this I have not solved never. What to do?

    #  emerge -1uN networkmanager
    Calculating dependencies... done!
    >>> Auto-cleaning packages...
    
    >>> No outdated packages were found on your system.

     

  5. No, removing /etc/NetworkManager/dispatcher.d/10-openrc-status did not help. problem appeared again.

    It stops on message 'nm-dispatcher: req:4: 'hostname' start running ordered scripts' I need to open new console with ctrl + alt + f4, authorize and run lightdm then authorize again, only after that lxde runs. and tis is what i have after lxde run.

    # rc-status --all
    
    Runlevel: default
     dhcpcd                                                            [  started  ]
     dbus                                                              [  started  ]
     NetworkManager                                                    [ inactive  ]
     netmount                                                          [ scheduled ]
     sshd                                                              [  started  ]
     xdm                                                               [  started  ]
     local                                                             [  started  ]
    Runlevel: sysinit
     sysfs                                                             [  started  ]
     devfs                                                             [  started  ]
     dmesg                                                             [  started  ]
     kmod-static-nodes                                                 [  started  ]
     opentmpfiles-dev                                                  [  started  ]
     udev                                                              [  started  ]
     cgroups                                                           [  started  ]
    Runlevel: shutdown
     savecache                                                         [  stopped  ]
     killprocs                                                         [  stopped  ]
     mount-ro                                                          [  stopped  ]
    Runlevel: boot
     hwclock                                                           [  started  ]
     swap                                                              [  started  ]
     modules                                                           [  started  ]
     fsck                                                              [  started  ]
     root                                                              [  started  ]
     mtab                                                              [  started  ]
     localmount                                                        [  started  ]
     procfs                                                            [  started  ]
     loopback                                                          [  started  ]
     urandom                                                           [  started  ]
     sysctl                                                            [  started  ]
     binfmt                                                            [  started  ]
     hostname                                                          [  started  ]
     bootmisc                                                          [  started  ]
     termencoding                                                      [  started  ]
     keymaps                                                           [  started  ]
     opentmpfiles-setup                                                [  started  ]
    Runlevel: nonetwork
     local                                                             [  started  ]
    Dynamic Runlevel: hotplugged
    Dynamic Runlevel: needed/wanted
     modules-load                                                      [  started  ]
     xdm-setup                                                         [  started  ]
    Dynamic Runlevel: manual

     

  6. Quote

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

    NetworkManager is in rc-update. I deleted it from xinit.

    Quote

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

    Yes. Problem was transformed by itself: it did allow to start lightdm, but when I authorize I got the blackscreen with nm-dispatcher's 10 messages.

    I do not know why but after `rc-udate delete..` and `rc-update add...` nm-dispatcher did allow to start lightdm, but stopped  booting after authorization. And I  needed to start new console with Ctrl + Alt + F4, authorize there and run `lightdm` where I authorize, and LXDE started normally in this console.

     

    But now my problem is solved.

    Networkmanager is in rc-update. I only do: deleted  /etc/NetworkManager/dispatcher.d/10-openrc-status.

    But also I deleted modemmanager from boot as described here https://askubuntu.com/questions/216114/how-can-i-remove-modem-manager-from-boot

     

    Can you see bug in /etc/NetworkManager/dispatcher.d/10-openrc-status ?

  7. New trying was this:

    # pwd
    /etc/NetworkManager/dispatcher.d
    
    # ls
    10-openrc-status  no-wait.d  pre-down.d  pre-up.d
    
    # cat 10*
    #!/bin/sh
    # Copyright (c) 2012 Alexandre Rostovtsev
    # Released under the 2-clause BSD license.
    
    # Ensures that the NetworkManager OpenRC service is marked as started and
    # providing net only when it has a successful connection.
    
    if [ ! -e "/run/openrc/softlevel" ]; then
    	# OpenRC is not running
    	exit 0
    fi
    
    # Ensure rc-service is in PATH
    PATH="${PATH}:/sbin:/usr/sbin"
    
    # Exit if the NetworkManager OpenRC service is not running
    rc-service NetworkManager status 2>&1 | grep -Eq "status: (starting|started|inactive|stopping)" || exit 0
    
    # Call rc-service in background mode so that the start/stop functions update
    # NetworkManager service status to started or inactive instead of actually
    # starting or stopping the daemon
    export IN_BACKGROUND=YES
    
    case "$2" in
    	up) nm-online -t 0 -x &&
    		! rc-service NetworkManager status 2>&1 | grep -q started &&
    		exec rc-service NetworkManager start ;;
    	down) nm-online -t 0 -x ||
    		rc-service NetworkManager status 2>&1 | grep -q stopped ||
    		exec rc-service NetworkManager stop ;;
    	pre-sleep) rc-service NetworkManager status 2>&1 | grep -q stopped ||
    		exec rc-service NetworkManager stop ;;
    esac
    exit 0
    # vim: set ts=4:
    
    
    # mv 10* ~
    
    # ls
    no-wait.d  pre-down.d  pre-up.d
    
    # reboot

     

  8. I added start of NetworkManager to system xinitrc.d instead of rc:

    # cd /etc/X11/xinit/
    # ls
    xinitrc  xinitrc.d  xserverrc
    # cd xinitrc.d
    # ls
    00-xhost  40-libcanberra-gtk-module  80-dbus  90-consolekit
    # nano 92-networkmanager
    # 
    # ls -la
    итого 28
    drwxr-xr-x 2 root root 4096 дек 29 16:45 .
    drwxr-xr-x 3 root root 4096 дек 21 06:12 ..
    -rwxr-xr-x 1 root root  255 дек 21 06:12 00-xhost
    -rwxr-xr-x 1 root root  275 дек 20 19:17 40-libcanberra-gtk-module
    -rwxr-xr-x 1 root root  341 дек 24 20:02 80-dbus
    -rwxr-xr-x 1 root root 1027 дек 24 21:29 90-consolekit
    -rw-r--r-- 1 root root  144 дек 29 16:45 92-networkmanager
    # chmod +x 92*
    # rc-update
                   binfmt | boot                                   
                 bootmisc | boot                                   
                  cgroups |                                 sysinit
                     dbus |      default                           
                    devfs |                                 sysinit
                   dhcpcd |      default                           
                    dmesg |                                 sysinit
                     fsck | boot                                   
                 hostname | boot                                   
                  hwclock | boot                                   
                  keymaps | boot                                   
                killprocs |                        shutdown        
        kmod-static-nodes |                                 sysinit
                    local |      default nonetwork                 
               localmount | boot                                   
                 loopback | boot                                   
                  modules | boot                                   
                 mount-ro |                        shutdown        
                     mtab | boot                                   
                 netmount |      default                           
         opentmpfiles-dev |                                 sysinit
       opentmpfiles-setup | boot                                   
                   procfs | boot                                   
                     root | boot                                   
                savecache |                        shutdown        
                     sshd |      default                           
                     swap | boot                                   
                   sysctl | boot                                   
                    sysfs |                                 sysinit
             termencoding | boot                                   
                     udev |                                 sysinit
                  urandom | boot                                   
                      xdm |      default 
    # reboot  

    not helped

  9. after reboot I saw boot message 'DHCP started' and one more after it. But the next 20 messages about ModemManager, NetworkMnager, netmount disappeared. Afer filling loging form LXDE was shown. But no network.

    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

    /var/log/Xorg.0.log -  https://pastebin.com/7QGg1PTG

    Can I replace networkmanager's start after login? or may be rearrange?

     

  10.  

    # /etc/init.d/xdm stop
     * Stopping lightdm ...
     * start-stop-daemon: no matching processes found                         [ ok ]
    # rm /var/log/X.*
    rm: невозможно удалить «/var/log/X.*»: No such file or directory
    # cd /var/log
    # ls
    ConsoleKit      dmesg             lightdm           sandbox   xdm.log
    Xorg.0.log      emerge-fetch.log  news              slim.log
    Xorg.0.log.old  emerge.log        pm-powersave.log  tallylog
    cups            lastlog           portage           wtmp
    # rm /var/log/Xorg*
    # rc-update delete NetworkManager
     * service NetworkManager removed from runlevel default
    
    # reboot

     

  11. # epro
    
    === Enabled Profiles: ===
    
            arch: x86-64bit
           build: current
         subarch: intel64-silvermont
          flavor: desktop
         mix-ins: lxde
    
    
    === Python kit: ===
    
          branch: 3.4-prime
    
    === All inherited flavor from desktop flavor: ===
    
                         workstation (from desktop flavor)
                                core (from workstation flavor)
                             minimal (from core flavor)
    
    === All inherited mix-ins from desktop flavor: ===
    
                                   X (from workstation flavor)
                               audio (from workstation flavor)
                                 dvd (from workstation flavor)
                               media (from workstation flavor)
          mediadevice-audio-consumer (from media mix-in)
                    mediadevice-base (from mediadevice-audio-consumer mix-in)
          mediadevice-video-consumer (from media mix-in)
                    mediadevice-base (from mediadevice-video-consumer mix-in)
            mediaformat-audio-common (from media mix-in)
              mediaformat-gfx-common (from media mix-in)
            mediaformat-video-common (from media mix-in)
                      console-extras (from workstation flavor)
                               print (from desktop flavor)
    
    
    # ego kit 
    /var/git/meta-repo (updated 1 day 24 hours 57 minutes ago):
    
      kit                  active branch        default              stability
      core-kit             1.0-prime            (same)               prime
      core-hw-kit          master               (same)               prime
      security-kit         1.0-prime            (same)               prime
      xorg-kit             1.19-prime           (same)               prime
      gnome-kit            3.20-prime           (same)               prime
      kde-kit              5.10-prime           (same)               prime
      media-kit            1.1-prime            (same)               prime
      perl-kit             5.24-prime           (same)               prime
      python-kit           3.4-prime            (same)               prime
      php-kit              master               (same)               prime
      java-kit             1.1-prime            (same)               prime
      ruby-kit             1.1-prime            (same)               prime
      haskell-kit          1.1-prime            (same)               prime
      ml-lang-kit          1.1-prime            (same)               prime
      lisp-scheme-kit      1.1-prime            (same)               prime
      lang-kit             1.1-prime            (same)               prime
      dev-kit              1.1-prime            (same)               prime
      xfce-kit             4.12-prime           (same)               prime
      desktop-kit          1.1-prime            (same)               prime
      editors-kit          master               (same)               prime
      net-kit              master               (same)               prime
      text-kit             master               (same)               prime
      science-kit          master               (same)               prime
      games-kit            master               (same)               prime
      nokit                master               (same)               prime
    
      NOTE: This information comes from /etc/ego.conf and meta-repo metadata. After
      making changes to ego.conf, be sure to run ego sync in so that the individual
      kit repositories on disk are synchronized with the kit branches shown above.
      
    

    # emerge -pvq @world > https://pastebin.com/YSv27XbG

  12. I added world file in reply above.

    # rc-status -a
    Runlevel: default
     dbus                                                              [  started  ]
     NetworkManager                                                    [  started  ]
     netmount                                                          [  started  ]
     sshd                                                              [  started  ]
     xdm                                                               [  started  ]
     local                                                             [  started  ]
    Runlevel: sysinit
     sysfs                                                             [  started  ]
     devfs                                                             [  started  ]
     dmesg                                                             [  started  ]
     kmod-static-nodes                                                 [  started  ]
     opentmpfiles-dev                                                  [  started  ]
     udev                                                              [  started  ]
     cgroups                                                           [  started  ]
    Runlevel: shutdown
     savecache                                                         [  stopped  ]
     killprocs                                                         [  stopped  ]
     mount-ro                                                          [  stopped  ]
    Runlevel: boot
     hwclock                                                           [  started  ]
     swap                                                              [  started  ]
     modules                                                           [  started  ]
     fsck                                                              [  started  ]
     root                                                              [  started  ]
     mtab                                                              [  started  ]
     localmount                                                        [  started  ]
     procfs                                                            [  started  ]
     loopback                                                          [  started  ]
     urandom                                                           [  started  ]
     sysctl                                                            [  started  ]
     binfmt                                                            [  started  ]
     hostname                                                          [  started  ]
     bootmisc                                                          [  started  ]
     termencoding                                                      [  started  ]
     keymaps                                                           [  started  ]
     opentmpfiles-setup                                                [  started  ]
    Runlevel: nonetwork
     local                                                             [  started  ]
    Dynamic Runlevel: hotplugged
    Dynamic Runlevel: needed/wanted
     modules-load                                                      [  started  ]
     xdm-setup                                                         [  started  ]
    Dynamic Runlevel: manual

     

    LXDE starts with lightdm that starts with /etc/conf.d/xdm line 'lightdm'

    nm-dispatcher may break lightdm work when it is running lxde, and it stops - I had this event one time. I never had this on slim.

  13.  

    I definitely like Funtoo. I installed wpa_supplicant without any conflicts. Rebooted. I also look at this inconvenient message from nm-dispatcher and need to run another console to start lightdm.But wifi is working 8)

    @palica, yes I booted into graphic mode, to LXDE before this update.

    # cat /etc/portage/make.conf
     MAKEOPTS="-j5"
    
    LINGUAS="en_US ru_RU"
    L10N="${LINGUAS}"
    VIDEO_CARDS="intel"
    INPUT_DEVICES="evdev keyboard mouse synaptics"
    CPU_FLAGS_X86="mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
    CFLAGS="-march=silvermont -mno-aes -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    FFLAGS="${CFLAGS}"
    FCFLAGS="${CFLAGS}" 
    
    USE="alsa cairo dbus gui imagemagick introspection \
         network opengl perl printsupport \
         svg widgets \
         "
     eix -I "xf86-*"
    [I] x11-drivers/xf86-input-evdev [1]
         Available versions:  2.10.5
         Installed versions:  2.10.5(21:49:20 20.12.2017)
         Homepage:            https://www.x.org/wiki/
         Description:         Generic Linux input driver
    
    [I] x11-drivers/xf86-input-keyboard [1]
         Available versions:  1.9.0
         Installed versions:  1.9.0(21:43:56 20.12.2017)
         Homepage:            https://www.x.org/wiki/
         Description:         Keyboard input driver
    
    [I] x11-drivers/xf86-input-mouse [1]
         Available versions:  1.9.2
         Installed versions:  1.9.2(21:48:27 20.12.2017)
         Homepage:            https://www.x.org/wiki/
         Description:         X.Org driver for mouse input devices
    
    [I] x11-drivers/xf86-input-synaptics [1]
         Available versions:  1.9.0 {KERNEL="linux"}
         Installed versions:  1.9.0(21:47:39 20.12.2017)(KERNEL="linux")
         Homepage:            https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/
         Description:         Driver for Synaptics touchpads
    
    [I] x11-drivers/xf86-video-intel [1]
         Available versions:  2.99.917_p20160621-r2 2.99.917_p20170716 {debug dri +dri3 +sna +udev uxa xvmc}
         Installed versions:  2.99.917_p20170716(21:46:43 20.12.2017)(dri dri3 sna udev -debug -uxa -xvmc)
         Homepage:            https://www.x.org/wiki/
         Description:         X.Org driver for Intel cards
    
    [1] "xorg-kit" /var/git/meta-repo/kits/xorg-kit
    
    Found 5 matches

    # cat /var/lib/portage/world | nc termbin.com 9999
    http://termbin.com/gudc

     

     

     

  14. Humm. I was reading archlinux wiki https://wiki.archlinux.org/index.php/NetworkManager#Avoiding_the_dispatcher_timeout

    I've not found scripts mentioned there in my system. But I saw others, that I do not want, here:

    # pwd
    /usr/lib/systemd/system
    
    # ls
    accounts-daemon.service                  iptables.service
    alsa-restore.service                     lightdm.service
    alsa-state.service                       lxdm.service
    basic.target.wants                       mdadm-grow-continue@.service
    canberra-system-bootup.service           mdadm-last-resort@.service
    canberra-system-shutdown-reboot.service  mdadm-last-resort@.timer
    canberra-system-shutdown.service         mdmon@.service
    cups-browsed.service                     mdmonitor.service
    dhcpd4.service                           pwcheck.service
    dhcpd6.service                           rsyncd.service
    dhcrelay4.service                        saslauthd.service
    dhcrelay6.service                        slapd.service
    geoclue.service                          slim.service
    git-daemon.socket                        sshd.service
    git-daemon@.service                      sshd.socket
    gpm.service                              sshd@.service
    ip6tables-restore.service                tor.service
    ip6tables-store.service                  udisks2.service
    ip6tables.service                        upower.service
    iptables-restore.service                 xdm.service
    iptables-store.service

    There were wpa_supplicant's 4 services and dhcpcd services.So I deleted wpa_supplicant and have just running deleting dcpcd and saw it is system file. I aborted and run `emerge -auDN dcpcd` but got nothing.

    Now I cannot install dhcpcd:

    # emerge -auDN dhcpcd
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    !!! The following update has been skipped due to unsatisfied dependencies:
    
    dev-python/requests:0
    
      selected: dev-python/requests-2.13.0:0/0::python-kit, installed
      skipped: dev-python/requests-2.18.4:0/0::python-kit, ebuild scheduled for merge (see unsatisfied dependency below)
    
    emerge: there are no ebuilds to satisfy ">=dev-python/certifi-2017.4.17[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]".
    (dependency required by "dev-python/requests-2.18.4::python-kit" [ebuild])
    

     

    How to fix nm-dispatcher and install my dcpcd ? Also do I need wpa_supplicant?

  15. Simply pressing Ctrl + Alt + F4 has run new console, where I authorized and typed `lightdm`. System booted, I authorized/

    I rebooted. lightdm runs by itsels. But after I typed login and password and pressed enter nm-dispatcher run again and stopped booting again. I rebboted and nm-dispatcher stopped everything again.

    I only want to know why ModemManager is so ugly, how to work with wifi without nm-dispatcher?

    Also how to boot to text-mode with my so specific kernel line?

  16. I found one error: wrong synaptics.conf file where I wanted to add double-click using arch manual https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Synclient I added command `synclient tapbutton=1` in file.

    When deleted I could `startx`

    But after reboot nm-dispatcher does not allow to boot. I press enter but nothing happens https://itmag.es/5PLPW

    It stops on line `nm-dispatcher: req:4 'hostname': start running ordered scripts...`

     

    I also cannot boot to console using my grub line:

    linux /kernel-debian-sources-x86_64-4.8.15-1 rootfstype=auto real_root=/dev/sda3 rootfstype=ext4

    I added to the end 'quiet text' not helped, stops on nm-dispatcher. I added to the end 'init=/bin/sh'  not helped also.

  17. Hello! Funtoo is so pretty useful and fast. I want you to help me to boot in graphic mode.

    Here are the errors of xorg that I solved in next reply. And the other problem is  nm-dispatcher's timeout on boot.

    After running `ego sync`, `emerge --sync`, `eix-update`, `emerge --avuND --with-bdeps=y --complete-graph=y --backtrack=30 --keep-going --verbose-conflicts --exclude "gentoo-sources firefox gimp openshot glibc perl pyrhon gcc" world `

    and successful complete with some yellow lines in the end my Funtoo does not start XORG and lightdm.

    After boot I see this https://itmag.es/8jZn
    Pressing any key gives authorization. After authorization I cannot start lightdm and xorg:

    # lightdm
    ** (lightdm:3599): WARNING **: Failed to get list of logind seats: GDBus.Error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .servce files
    
    # startx
    xauth: file /root/.serverauth.3572 does not exist
    
    X.Org X Server 1.19.3
    Release Date....
    ....
    Current version of pixman: 0.34.0
    ....
    ...something about 'synclient tapbutton=1` wrong in /etc/X11/xorg.conf.d/50-synaptics.conf
    ...
    (EE)
    Fatal server error: no screens found(EE)
    Please also check the file at "/var/log/Xorg.0.log" for additional information.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X serer: Connection refused
    xinit: server error

    # lspci -kv | grep VGA | nc termbin.com 9999
    http://termbin.com/awwnc

    # lsmod | nc termbin.com 9999
    http://termbin.com/7po0

    # dmesg > 111
    # cat 111 | nc termbin.com 9999
    http://termbin.com/eokt

     

    What to do?

    PS: I use debian-sources, not gentoo-sources. I copied and quickly run this line adding exceptions, did not see it has gentoo-sources atom.

×
×
  • Create New...