Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

Several problems on KDE-Plasma


bourbon

Question

Hi All,

I am new on Funtoo world and am trying to make my fresh installation suitable for my daily use, I have been following the installation guide but something is wrong here and I don't know how to resolve, these are the small problems am facing right now:

1 - Icons on the bar don't keep the position, all of them (clock, etc.) are on the left side every time I switch on the computer. I have been trying to cancel the ~/.kde but got nothing.

2 - When I minimize an application in the bar (Konsole, etc.) they simply disappear (when going to open again, is a new one, showing the number, like Konsole (1), Konsole (2), etc. sometime are under the new apps opened, for instance: opening Firefox full screen, when closing it the other app opened before and minimized in the bar is on the desktop there).

3 - I have half KDE in Italian language and half in English language (some programs like Dolphin and LibreOffice, full English). I have been downloading "l10n" and settled the suggested files for Italian language solving nothing and I don't see Italian language in the System Settings (only Firefox is full Italian after installing the appropriate file).

4 - System Settings does'nt keep all the settings. For instance, does'nt keep the user data (profile picture, name, etc.).

I don't know which data/output could be useful for you, if needing some, please ask.

Thank you for reading, ciao

Link to comment
Share on other sites

Recommended Posts

  • 0

Hi, bourbon!

I advise you to do this:

# useradd -m -G lp,wheel,uucp,audio,cdrom,video,games,usb,users,plugdev,lpadmin,pulse-access,scanner -s /bin/bash master-test
# passwd master-test

Login with this new user and see if the error will occur.

I hope I've helped!

Link to comment
Share on other sites

  • 0

Hi Cafaia :)

I really appreciate your kind help, am here reporting to you the situation at present time.
I have been following your hint, the output here:

master@HP-Funtoo ~ $ su -
Password:
HP-Funtoo ~ # useradd -m -G lp,wheel,uucp,audio,cdrom,video,games,usb,users,plugdev,lpadmin,pulse-access,scanner -s /bin/bash master-test
useradd: group 'pulse-access' does not exist
HP-Funtoo ~ # groupadd pulse-access
HP-Funtoo ~ # gpasswd -a master pulse-access
Aggiunta dell'utente master al gruppo pulse-access
HP-Funtoo ~ # useradd -m -G lp,wheel,uucp,audio,cdrom,video,games,usb,users,plugdev,lpadmin,pulse-access,scanner -s /bin/bash master-test
HP-Funtoo ~ # passwd master-test
Nuova password:
Reimmettere la nuova password:
Le password non corrispondono.
Nuova password:
Reimmettere la nuova password:
passwd: password aggiornata correttamente
HP-Funtoo ~ #  

Reading again, I see I did mistake (user master, not master-test), so I did:

master-test@HP-Funtoo ~ $ su -
Password:
HP-Funtoo ~ # gpasswd -a master-test pulse-access

The situation right now is the following (login with "master-test" user):
- KDE icons in the bar keeping the position = SOLVED :)
- No problem minimizing apps = SOLVED :)
- KDE is still 99% in English = NOT SOLVED
 (I have been adding some pics here)
kvmf0E9.png

7dFNXvB.png

Zdv07wY.png

- System Settings still does'nt keep some settings, like the user's data (keeping new colors scheme/fonts like before) = NOT SOLVED

I don't know if useful for you but am adding some data from files:
 

master-test@HP-Funtoo ~ $  eselect locale show
LANG variable in profile:
  it_IT@euro
master-test@HP-Funtoo ~ $
GNU nano 2.7.5     File: /etc/env.d/02locale                 

# Configuration file for eselect
# This file has been automatically generated.
LANG="it_IT@euro"
LC_CTYPE="it_IT.UTF-8"
GNU nano 2.7.5   File: /etc/portage/make.conf                

# Install Italian (Italy) translation (if available)
L10N="en-US it-IT"

LINGUAS="en_US it_IT"

VIDEO_CARDS="nvidia"

USE="nvidia"
/etc/Locale.gen (selezione)

en_US.UTF-8 UTF-8
it_IT.UTF-8 UTF-8
it_IT ISO-8859-1
it_IT@euro ISO-8859-15

After that, I noticed two warnings at boot:
- mdam = I don't remember what is wrong (red asterisk)
- npd = (red asterisk) does'nt start at boot (I have been installing it because am in multiboot with Windows 10. It solved the time issue on Funtoo but still needing to fix manually on Windows when using it).
 

/etc/conf.d/hwclock = clock="UTC"

Thank you once again, ciao

EDIT

I forgot to ask: on the old user (master) already I have been adding many files from external hard drive, is possible to move them into the new user (master-test) or needing to copy files again from esternal hard drive ?

After that, is possible to cancel the old user (master) ?

 

 

 

 

 

 

 

 

Edited by bourbon
Adding data
Link to comment
Share on other sites

  • 0

Hi, bourbon!

I'm glad that I have helped!

Let's go to the points with errors:

- KDE is still 99% in English = NOT SOLVED. In your System Settings do you have something similar to this:

Screenshot_20180411_095415.thumb.png.0d3a2cd9bf4799acbd983e7227f9b3ff.png

I see that your configuration files are correct, I advise you to put this too in your .bash_profile:

export LANG="it_IT.utf8"

After that, I noticed two warnings at boot:
- mdam = I don't remember what is wrong (red asterisk)
- npd = (red asterisk) does'nt start at boot (I have been installing it because am in multiboot with Windows 10. It solved the time issue on Funtoo but still needing to fix manually on Windows when using it).

The mdadm service is for raid, but it is not necessary if you have an image with the settings. I have raid and I do not have this service running.

The ntpd service requires special network configurations, you should not use dhcpcd as a service. The correct service should be net.eth0 and you should have this in /etc/conf.d/ntp-client:

rc_need="net.eth0"

The time in your bios is in UTC? The time in my bios is three hours early.

I advise you to copy the files from the external hd again, permission errors may occur.

I hope I've helped! Big hug!

Link to comment
Share on other sites

  • 0

Hi Cafaia,

You are the only person seriously helping me for this issue and strongly I hope am not disturbing you.
I am having problem with Internet connection at home and only now am able to log in again, hoping the provider will solve it soon, I have an emergency connection now and I don't know for how long I can enjoy it.

I update you about the current situation now:
- About the language, it is still 99% English, the image of "Impostazioni di Sistema" (System Settings) at the page Lingua/Idioma I have "American English" as "Available Languages" (left column) and "Preferred Languages" (right column) is still empty.
Can tell you that before I have been installing "kde-apps/kde4-l10n" and removing it as because did'nt solve the issue as because wishing to install "Brasero" Emerge telling me "l10n" causing conflict (btw still can't install "Brasero", don't remember which error still coming out).After that, I have been following your hint and gone to /etc/portage/make.conf and uptading it with:
L10N="en-US it"
LINGUAS="en_US it"
Being the situation still the same, following the link suggested by Jhan
https://wiki.gentoo.org/wiki/KDE/it#Localization
I update it again and it is like this now:

# Install Italian (Italy) translation (if available)
# L10N="en-US it-IT"
#L10N="en-US it"
L10N="it"

# LINGUAS="en_US it_IT"
LINGUAS="en_US it"


VIDEO_CARDS="nvidia"

USE="nvidia"

Problem not solved yet.
The file .bash_profile is this one now (as you suggested):

# /etc/skel/.bash_profile

# This file is sourced by bash for login shells.  The following line
# runs your .bashrc and is recommended by the bash info pages.
[[ -f ~/.bashrc ]] && . ~/.bashrc
export LANG="it_IT.utf8"

Talking about the "npd" warning at boot I have been adding the line
"rc_need="net.eth0" on /etc/conf.d/ntp-client giving "etc-update" after that. I swear that on the file was a line talking of DHCP or something (sorry, I don't remember), it is no more there.
Being the error still on the startup list (saying "net.eth0" is not there or something like that) and trying to fix myself, I have been editing the file /etc/init.d/sntp too.
Both files for you here.
 

  GNU nano 2.7.5   File: /etc/init.d/ntp-client                

start() {
        checkconfig || return $?

        ebegin "Setting clock via the NTP client '${NTPCLIENT_$
        "${NTPCLIENT_CMD}" ${NTPCLIENT_OPTS}
        eend $? "Failed to set clock"
}
rc_need="net.eth0"
  GNU nano 2.7.5      File: /etc/init.d/sntp                   

                return 1
        fi
        return 0
}

start() {
        ebegin "Setting clock via SNTP"
        ${command} ${SNTP_OPTS}
        eend $? "Failed to set clock"
}
rc_need="net.eth0"

(Always giving "etc-update namefile" after editing).
Yes please, time in my bios is "UTC" for what  I know.
I have been copying all files of mine on the new user (master-test) from external hard-drive.
Please, is possible to cancel the old user "master"? - I have no reason to use it anymore, I suppose, but I don't know how to cancel it. In the manual I see only the process to add users not to cancel them.
Another warning on boot:
/etc/init.d/udev uses "runscript" please use "openrc-run". I edited it, here it is:

#!/sbin/runscript
 !/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

command_args="--daemon ${udev_opts}"
description="udev manages device permissions and symbolic links in /dev"
extra_started_commands="reload"
description_reload="Reload the udev rules and databases"

udev_monitor="${udev_monitor:-no}"
udevmonitor_log=/run/udevmonitor.log
udevmonitor_pid=/run/udevmonitor.pid

depend()
{
    provide dev
    need sysfs dev-mount
    before checkfs fsck

    # udev does not work inside vservers
    keyword -vserver -lxc
}

start_pre()
{
    # make sure devtmpfs is in the kernel
    if ! grep -qs devtmpfs /proc/filesystems; then
        eerror "CONFIG_DEVTMPFS=y is required in your kernel configuration"
        eerror "for this version of udev to run successfully."
        eerror "This requires immediate attention."
        if ! mountinfo -q /dev; then
            mount -n -t tmpfs dev /dev
            busybox mdev -s
            mkdir /dev/pts
        fi
        return 1
    fi

    # make sure /dev is a mounted devtmpfs
    if ! mountinfo -q -f devtmpfs /dev; then
        eerror "Udev requires /dev to be a mounted devtmpfs."
        eerror "Please reconfigure your system."
        return 1
    fi

    # load unix domain sockets if built as module, Bug #221253
    # and not yet loaded, Bug #363549
    if [ ! -e /proc/net/unix ]; then
        if ! modprobe unix; then
            eerror "Cannot load the unix domain socket module"
            return 1
        fi
    fi

    bins="/sbin/udevd /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd"
    for f in ${bins}; do
        if [ -x "$f" -a ! -L "$f" ]; then
            command="$f"
        fi
    done
    if [ -z "$command" ]; then
        eerror "Unable to find udev executable."
        return 1
    fi

    if [ -e /proc/sys/kernel/hotplug ]; then
        echo "" >/proc/sys/kernel/hotplug
    fi

    if yesno "${udev_debug:-NO}"; then
        command_args="${command_args} --debug 2> /run/udevdebug.log"
    fi

    return 0
}

start_udevmonitor()
{
    yesno "${udev_monitor}" || return 0

    einfo "udev: Running udevadm monitor ${udev_monitor_opts} to log all events"
    start-stop-daemon --start --stdout "${udevmonitor_log}" \
        --make-pidfile --pidfile "${udevmonitor_pid}" \
        --background --exec /bin/udevadm -- monitor ${udev_monitor_opts}
}

# This is here because some software expects /dev/root to exist.
# For more information, see this bug:
# https://bugs.gentoo.org/show_bug.cgi?id=438380
dev_root_link()
{
    local RULESDIR=/run/udev/rules.d
    [ -d $RULESDIR ] || mkdir -p $RULESDIR
    eval $(udevadm info --export --export-prefix=ROOT_ --device-id-of-file=/ ||
        true)
    [ "$ROOT_MAJOR" -a "$ROOT_MINOR" ] || return 0

    # btrfs filesystems have bogus major/minor numbers
    [ "$ROOT_MAJOR" != 0 ] || return 0

    echo 'ACTION=="add|change", SUBSYSTEM=="block", ENV{MAJOR}=="'$ROOT_MAJOR'", ENV{MINOR}=="'$ROOT_MINOR'", SYMLINK+="root"' > $RULESDIR/61-dev-root-link.rules
}

populate_dev()
{
    if yesno ${rc_dev_root_symlink:-yes}; then
        ebegin "Generating a rule to create a /dev/root symlink"
        dev_root_link
        eend $?
    fi

    get_bootparam "nocoldplug" && rc_coldplug="no"
    if ! yesno ${rc_coldplug:-${RC_COLDPLUG:-yes}}; then
        einfo "Setting /dev permissions and symbolic links"
        udevadm trigger --attr-match=dev --action=add
        udevadm trigger --subsystem-match=net --action=add
        ewarn "Skipping udev coldplug sequence"
        return 0
    fi

    ebegin "Populating /dev with existing devices through uevents"
    udevadm trigger --type=subsystems --action=add
    udevadm trigger --type=devices --action=add
    eend $?

    ebegin "Waiting for uevents to be processed"
    udevadm settle --timeout=${udev_settle_timeout:-60}
    eend $?
    return 0
}

stop_udevmonitor()
{
    yesno "${udev_monitor}" || return 0

    if yesno "${udev_monitor_keep_running:-no}"; then
        ewarn "udev: udevmonitor is still running and writing into ${udevmonitor_log}"
    else
        einfo "udev: Stopping udevmonitor: Log is in ${udevmonitor_log}"
        start-stop-daemon --stop --pidfile "${udevmonitor_pid}" --exec /bin/udevadm
    fi
}

display_hotplugged_services()
{
    local svcfile= svc= services=
    for svcfile in "${RC_SVCDIR}"/hotplugged/*; do
        svc="${svcfile##*/}"
        [ -x "${svcfile}" ] || continue

        services="${services} ${svc}"
    done
    [ -n "${services}" ] && einfo "Device initiated services:${HILITE}${services}${NORMAL}"
}

start_post()
{
    start_udevmonitor
    populate_dev
    stop_udevmonitor
    display_hotplugged_services
    return 0
}

stop()
{
    local rc=0
    ebegin "Stopping ${name:-$RC_SVCNAME}"
    udevadm control --exit
    rc=$?
    if [ $rc -ne 0 ]; then
        eend $rc "Failed to stop $RC_SVCNAME using udevadm"
        ebegin "Trying with start-stop-daemon"
        start-stop-daemon --stop --exec /sbin/udevd
        rc=$?
    fi
    eend $rc "Failed to stop $RC_SVCNAME"
}

reload()
{
    ebegin "reloading udev rules and databases"
    udevadm control --reload
    eend $?
}

I close here with My Best Regards
(Please, where are you? (If I can ask, I am Italian living in Botswana at present time)

EDIT

Maybe I am not the right person to run Funtoo, still warnings at boot, as for "/etc/init.d/udev" as for "ntp" :(

Edited by bourbon
Adding data
Link to comment
Share on other sites

  • 0

Hi, bourbon!

I'm glad I'm helping you and it's a pleasure to help you!

But after you have put on /etc/portage/make.conf this:

L10N="en-US it"
LINGUAS="en_US it"

did you run the command below as root?

emerge -av --update --deep --newuse --changed-use --with-bdeps=y @world

About your network, you should follow these commands:

# cd /etc/init.d
# ln -s netif.tmpl net.eth0
# rc-update add net.eth0 default
# echo template=dhcpcd > /etc/conf.d/net.eth0

# echo 'rc_need="net.eth0"' >> /etc/conf.d/ntp-client
# rc-update add ntpd default

And you should disable the dhcpcd boot service, thus:

# rc-update del dhcpcd default

You edited the wrong files, the correct one is edit '/etc/conf.d/ntp-client' and not '/etc/init.d/ntp-client'.

To cancel the old user, you must give this command:

# userdel -f -r LOGIN

It is not correct to edit the file '/etc/init.d/udev' because the error saying to user run script is harmless.

I am from Brazil of the state of Rio Grande do Sul of the city of Frederico Westphalen. My great grandfather was Italian, he was from the Vicenza state of the city of Schio, my last name is Scalabrin.

Big hug!

Link to comment
Share on other sites

  • 0

Hi Cafaia :)

Officially, I am a disaster: I have been running all commands suggested by you but I got bad surprise at reboot. Surely the problem is that after this command:

# emerge -av --update --deep --newuse --changed-use --with-bdeps=y @world

(already I gave it during installation process but I don't remember when)
according with terminal's hint I gave

# emerge --depclean

final result, the Debian kernel gone and Funtoo does'nt start anymore.
Well, supposing I don't have to reinstall everything from scratch and can fix working from another installed distro (I have Linux Mint and Calculate on /dev/sdb plus Windows 10 on /dev/sda) or using the live cd System Rescue CD.
Looking at GParted on Linux Mint I see Funtoo is still there, on /dev/sdb3 (being UEFI environment the /boot/efi partition is on /dev/sda2).
I don't know the process to install the new kernel but is a problem that I was going to face soon or later even without the mistake I did today, because needing to solve this problem:

Message for package
media-sound/pulseaudio-11.1:
- A preallocated buffer-size of 2048 (kb) or higher is recommended for the hd-audio driver!

CONFIG_SND_HDA_PREALLOC_SIZE=54

I have been asking help in the forum here but I did'nt get help after this suggestion:

upgrade to debian-sources-4.14.12 those seem to have it set by default to 2048

So, I don't know what I have to do. (Maybe useful to know that I have been installing Nvidia drivers).
The discussion is here:

https://forums.funtoo.org/topic/1594-login-refuses-password/

After that, I can say that I have been fixing the files concerning "ntp" and "udev" (I will show you when I get Funtoo back) and also cancelled the old user.

I am happy to know that you have Italian blood :) I love Brasil and gone there long time ago (1988), to Rio de Janeiro and Salvador de Bahia.
In Salvador there, at "Dante Alighieri" Italian Cultural Centre I have been knowing a guy with Italian blood, his grandfather was coming from Veneto too, a village called Montecchio Maggiore (it is in Vicenza State=Provincia too).
Maybe his name is Antonio, am not sure because long time I lost contact but surely the surname is Cozza, he is living in Salvador de Bahia.
When I was there I have been invited to a show performed by the Italian Choir coming from Rio Grande do Sul State. Porca miseria! :)

Big hug

Silvio

P.S.
If you go looking on Facebook, you find me there:
https://web.facebook.com/silvio.arnone

 

Edited by bourbon
Adding data
Link to comment
Share on other sites

  • 0

@ Jhan: - Hi!  -  To be honest, I don't know if I used the correct flags because I don't know how to manage them yet; I have been installing that package with # emerge -a seeing some flags already there but I don't know if needing intervention to add them to the package.
Also I have to understand yet why flags and other stuff coming out in the terminal with different colors.
Anyway, apparently the problem is fixed thanking Cafaia's hints, just needing to solve the kernel's problem now.
Thank you for your kind concern. Ciao

Link to comment
Share on other sites

  • 0

Hi, Bourbon!

Well, to install again the kernel does not have much difficulty, is a process similar to the first steps of the installation. I advise you to use the Live CD SystemRescueCD and do this:

# mkdir /mnt/funtoo
# mount /dev/sda3 /mnt/funtoo
# mkdir /mnt/funtoo/boot
# mount /dev/sda1 /mnt/funtoo/boot

# cd /mnt/funtoo
# mount -t proc none proc
# mount --rbind /sys sys
# mount --rbind /dev dev

# cp /etc/resolv.conf /mnt/funtoo/etc/

# env -i HOME=/root TERM=$TERM /bin/chroot . bash -l

# export PS1="(chroot) $PS1"

(chroot) # ego sync

(chroot) # emerge debian-sources

(chroot) # exit
# cd /mnt
# umount -lR funtoo
# reboot

I do not have UEFI so I do not know for sure how you should proceed, but the above commands I believe arrive. I read that the new debian kernel will have what is missing for you (CONFIG_SND_HDA_PREALLOC_SIZE=2048).

I also love Brazil and my Italian blood. I'm glad you've visited my country. I have not yet visited Rio de Janeiro and neither Salvador, but I have great interest to visit these two cities. The Italian corals of Rio Grande do Sul are famous, because Rio Grande do Sul is the Brazilian state with the largest number of Italian immigrants.

Big hug,

Eduardo Coutinho Scalabrin

P. S.: Excuses, but I do not have Facebook, but if I create one I'll look for you, okay?

Link to comment
Share on other sites

  • 0

Hi Cafaia :)

I am mortified but still problem here: SDDM refuses password and mouse's pointer does'nt move over there. Plus, no access to consolle (Ctrl+Alt+F1).
After installing the kernel got problem at boot, I try to explain: lines were like flashing and problem typing for user name and password (no access, of course).
So, I did many steps trying to solve the issue myself, maybe I forget something, but surely I did:
- Installing Nvidia drivers again
- emerge -v1 x11-wm/twm x11-apps/xclock x11-terms/xterm
- emerge xf86-input-evdev
- cancelling the user (the old one cancelled before) and create new one using exactly the process you taught me.
In short, no more flashing lines at boot now and SDDM login comes out but refuses password and can't move mouse plus no access to consolle as I said before.
I was thinking maybe need to install "X" again and even KDE, like:
1  - # emerge -a kde-plasma/plasma-desktop

   - # etc-update on the requested file

1a - # emerge -a dev-libs/sni-qt

1b - # emerge -a dev-libs/libappindicator:2

1c - # emerge -a dev-libs/libappindicator:3

2 - # emerge -a kde-plasma/plasma-meta

2a - # emerge -a sys-devel/gdb

2b - # emerge -a x11-themes/oxygen-gtk
but I don't have flat rate Internet at home now and I don't feel to use phone data to do all of that, because being big packages need a lot of data.
Being for me impossible to download big packages at present time, I stop my Funtoo experience till I get back flat rate Internet.

Big hug

Silvio

Link to comment
Share on other sites

  • 0

Hi, Bourbon!

I'm sorry you're in trouble. Your problems seem to be for lack of this command:

# emerge -av --update --deep --newuse --changed-use --with-bdeps=y @world

Because in funtoo the programs most of the time are dependencies of correct FLAGS/USES in master programs. For example: you should not install xf86-input-evdev with the command emerge, because this program must be installed with the parameter INPUT_DEVICES="evdev" in master program xorg-drivers.

Could you send me the output of the command "emerge --info"?

I advise you to read this, for me it helped:

https://wiki.gentoo.org/wiki/Xorg

https://wiki.gentoo.org/wiki/KDE

I hope this helps you.

Big hug,

Eduardo

Link to comment
Share on other sites

  • 0

Hi Cafaia!

I am here in real time now, just gave the command and this is the output:

(chroot) sysresccd / # emerge -av --update --deep --newuse --changed-use --with-bdeps=y @world

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

Nothing to merge; quitting.

(chroot) sysresccd / #

"emerge --info" output here:
 

(chroot) sysresccd / # emerge --info
Portage 2.3.24 (python 2.7.13-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-5.4.0, glibc-2.23-r8, 4.14.20-std521-amd64 x86_64)
=================================================================
System uname: Linux-4.14.20-std521-amd64-x86_64-Intel-R-_Core-TM-_i5-2400_CPU_@_3.10GHz-with-gentoo-2.2.2
KiB Mem:     4018832 total,   2445676 free
KiB Swap:          0 total,         0 free
sh bash 4.4_p18
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
app-shells/bash:          4.4_p18::core-kit
dev-lang/perl:            5.24.0-r3::perl-kit
dev-lang/python:          2.7.13-r1::python-kit, 3.4.6-r1::python-kit
dev-util/cmake:           3.8.0::core-kit
sys-apps/baselayout:      2.2.2::core-kit
sys-apps/openrc:          0.35.0_beta1-r1::core-kit
sys-apps/sandbox:         2.10-r4::core-kit
sys-devel/autoconf:       2.13::core-kit, 2.69-r2::gentoo
sys-devel/automake:       1.13.4-r2::core-kit, 1.15.1-r2::core-kit
sys-devel/binutils:       2.29.1-r1::core-kit
sys-devel/gcc:            5.4.0-r1::core-kit
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r4::core-kit
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.9::core-kit (virtual/os-headers)
sys-libs/glibc:           2.23-r8::core-kit
Repositories:

nokit
    location: /var/git/meta-repo/kits/nokit
    masters: core-kit
    priority: -500

core-hw-kit
    location: /var/git/meta-repo/kits/core-hw-kit
    masters: core-kit
    priority: 1

core-kit
    location: /var/git/meta-repo/kits/core-kit
    masters: core-kit
    priority: 1
    aliases: gentoo

desktop-kit
    location: /var/git/meta-repo/kits/desktop-kit
    masters: core-kit
    priority: 1

dev-kit
    location: /var/git/meta-repo/kits/dev-kit
    masters: core-kit
    priority: 1

editors-kit
    location: /var/git/meta-repo/kits/editors-kit
    masters: core-kit
    priority: 1

games-kit
    location: /var/git/meta-repo/kits/games-kit
    masters: core-kit
    priority: 1

gnome-kit
    location: /var/git/meta-repo/kits/gnome-kit
    masters: core-kit
    priority: 1

haskell-kit
    location: /var/git/meta-repo/kits/haskell-kit
    masters: core-kit
    priority: 1

java-kit
    location: /var/git/meta-repo/kits/java-kit
    masters: core-kit
    priority: 1

kde-kit
    location: /var/git/meta-repo/kits/kde-kit
    masters: core-kit
    priority: 1

lang-kit
    location: /var/git/meta-repo/kits/lang-kit
    masters: core-kit
    priority: 1

lisp-scheme-kit
    location: /var/git/meta-repo/kits/lisp-scheme-kit
    masters: core-kit
    priority: 1

llvm-kit
    location: /var/git/meta-repo/kits/llvm-kit
    masters: core-kit
    priority: 1

media-kit
    location: /var/git/meta-repo/kits/media-kit
    masters: core-kit
    priority: 1

ml-lang-kit
    location: /var/git/meta-repo/kits/ml-lang-kit
    masters: core-kit
    priority: 1

net-kit
    location: /var/git/meta-repo/kits/net-kit
    masters: core-kit
    priority: 1

perl-kit
    location: /var/git/meta-repo/kits/perl-kit
    masters: core-kit
    priority: 1

php-kit
    location: /var/git/meta-repo/kits/php-kit
    masters: core-kit
    priority: 1

python-kit
    location: /var/git/meta-repo/kits/python-kit
    masters: core-kit
    priority: 1

ruby-kit
    location: /var/git/meta-repo/kits/ruby-kit
    masters: core-kit
    priority: 1

science-kit
    location: /var/git/meta-repo/kits/science-kit
    masters: core-kit
    priority: 1

security-kit
    location: /var/git/meta-repo/kits/security-kit
    masters: core-kit
    priority: 1

text-kit
    location: /var/git/meta-repo/kits/text-kit
    masters: core-kit
    priority: 1

xfce-kit
    location: /var/git/meta-repo/kits/xfce-kit
    masters: core-kit
    priority: 1

xorg-kit
    location: /var/git/meta-repo/kits/xorg-kit
    masters: core-kit
    priority: 1

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=sandybridge -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=sandybridge -O2 -pipe"
DISTDIR="/var/cache/portage/distfiles"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=sandybridge -O2 -pipe"
GENTOO_MIRRORS="https://fastpull-us.funtoo.org"
LANG="it_IT@euro"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
LINGUAS="en_US it"
PKGDIR="/var/cache/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aacplus aalib acl adplug alac alsa amd64 amr amrenc apng audiofile berkdb bluray bzip2 cdda cddb cdio cdr celt colord consolekit cracklib crypt cups cxx dbus dc1394 declarative dirac djvu dri dts dv dvd dvdr dvdread eds encode evo exif faac faad ffmpeg flac fluidsynth fpx gdbm gif gme gnome gnome-keyring gnome-online-accounts gpm gsm gstreamer gtk gtk3 gtkstyle hdri ico iconv icu iec61883 ieee1394 imagemagick introspection ios ipod ipv6 jack jbig jpeg jpeg2k kate kde kipi lame lcms libass libguess libmpeg2 libnotify libtiger live mac mad matroska midi mikmod mjpeg mms mmx mng modplug modules mp3 mpeg mtp mudflap multilib musepack nautilus ncurses nls nptl nsplugin nuv nvidia ogg openexr opengl openmp openrc-force opus pam pcre pdf phonon plasma png pnm policykit postproc pppd pulseaudio python qml qt5 quicktime readline resolvconf rtmp rtsp schroedinger semantic-desktop shorten sid sndfile sox speex sse sse2 ssl svg taglib tcpd tga theora tiff toolame tracker truetype twolame udev unicode v4l vorbis vpx wav wavpack webp widgets wildmidi win32codecs wmf x264 x265 xattr xcomposite xinerama xml xscreensaver xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" L10N="it" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_US it" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4 python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby22 ruby23 ruby24" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, ENV_UNSET, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS

(chroot) sysresccd / #

I have been putting the two links into my bookmarks but I don't do nothing now, just waiting for news from you.

Ciao :) 

Link to comment
Share on other sites

  • 0

Hi, Bourbon!

Now who does not know what to do is me, because the settings seem to be correct... I hope you find help in the manuals I sent you because I no longer have any idea what can be.

You should try to follow the manual and if something goes wrong contact.

I'm sorry but at the moment I do not know what to do.

Big hug,

Eduardo

Link to comment
Share on other sites

  • 0

Hi Cafaia!

No problem, already you did a lot for me, I will try to solve the problem and will post the final result here.

A pic of Schio for you here, is not a special one but am unable to get any better than this one; it is the Old Town, your Grand-Grandpa surely has been walking there.

y4chZfd.jpg

Big hug

Silvio

Link to comment
Share on other sites

  • 0

Hi, Silvio!

Wow, the photo is very beautiful, it's a city I want to meet!

This, if you encounter any problems when following the manual, here insert the error that I will be happy to help.

One more question: do you have the services "dbus" and "consolekit" running? Maybe it is that...

Anything is just calling, because the Funtoo community is here to help and welcome to the Funtoo community!

Big hug,

 

Eduardo

Link to comment
Share on other sites

  • 0

Hi, Eduardo!

I checked the services, "dbus" and "consolekit" are running for what I can understand.
I did some attempts always in chroot from System Rescue CD, I don't remember all steps but surely I have been doing the process for "X" and "KDE".
Hoping is not a problem that I was on System Rescue CD working in graphical environment when working.
Gone looking at the pages you suggested to me but I was puzzled because the process is not the same of the one on Funtoo manual. So, I gone to Funtoo manual, these are the pages I have been following more than others:
https://www.funtoo.org/KDE_Plasma_5
https://www.funtoo.org/X_Window_System
Between the steps done, I gave this command:
/etc/init.d/udev --nodeps restart
getting this output:
/etc/init.d/udev: riga1: !/sbin/runscript: file o directory non esistente (file or directory don't exist).
Same result also after installing:
sys-fs/eudev and x11-drivers/xf86-input-evdev
btw all those services are running:
# rc-update add alsasound boot
# rc-update add cupsd default
# rc-update add dbus default
# rc-update add consolekit default
When a work done always giving:
emerge -av --update --deep --newuse --changed-use --with-bdeps=y @world
It has been the last command before leaving chroot too.
Changed nothing, situation is:
- SDDM comes out even showing the right time in the clock but the mouse's pointer is stuck in the middle of the screen and doesn't accept password (like am typing nothing).
Plus, can't go to consolle with Ctrl+Alt+F*.
Ctrl+Alt+Delete does'nt work too and needing to use the tower's button to switch off the machine.

Big hug

Silvio

 

Link to comment
Share on other sites

  • 0

Hi, Silvio!

Funtoo manuals are very well written and are slightly different from Gentoo, you did right to follow the Funtoo manual.

We'll try to solve this mouse problem first. I believe it would be good for you to create an xorg.conf file with these commands:

# Xorg -configure :5
# mv /root/xorg.conf.new /etc/X11/xorg.conf
# nvidia-xconfig

To test this setting file:

# X -config /etc/X11/xorg.conf

Try this and tell me how it went.

Big hug,

 

Eduardo

Link to comment
Share on other sites

  • 0

Hi, Eduardo!

Something still wrong here, look:

(chroot) sysresccd / # Xorg -configure :5

X.Org X Server 1.19.3
Release Date: 2017-03-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.8.15-1 x86_64 Gentoo
Current Operating System: Linux sysresccd 4.14.20-std521-amd64 #2 SMP Sun Feb 18 15:31:04 UTC 2018 x86_64
Kernel command line: BOOT_IMAGE=/isolinux/rescue64
Build Date: 31 March 2018  10:00:12AM
 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.5.log", Time: Mon Apr 16 18:33:46 2018
List of video drivers:
    nvidia
    modesetting
(++) Using config file: "/root/xorg.conf.new"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
modprobe: FATAL: Module nvidia not found in directory /lib/modules/4.14.20-std521-amd64
Number of created screens does not match number of detected devices.
  Configuration failed.
(EE) Server terminated with error (2). Closing log file.
(chroot) sysresccd / # mv /root/xorg.conf.new /etc/X11/xorg.conf
(chroot) sysresccd / # nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as
'/etc/X11/xorg.conf.nvidia-xconfig-original'
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

(chroot) sysresccd / #  X -config /etc/X11/xorg.conf
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
(EE)
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
(EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
(chroot) sysresccd / #

I have been trying on System Rescue CD as in graphical mode as consolle. Plus, I have been trying to work on "Device Section", giving again commands after that but nothing changed. 

Here what I have been saving to show you:

This is the section now modified by me:
 

# nano /etc/X11/xorg.conf

Section "Device"
#    Identifier     "Card0"
     Identifier     "nvidia"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
     BoardName      "[NVIDIA GT 218] [GeForce210]"
EndSection

   File: /var/log/Xorg.0.log  here:
 

  GNU nano 2.7.5                                                                                            File: /var/log/Xorg.0.log                                                                                                         

[  1205.157]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  1205.158] X Protocol Version 11, Revision 0
[  1205.158] Build Operating System: Linux 4.8.15-1 x86_64 Gentoo
[  1205.159] Current Operating System: Linux sysresccd 4.14.20-std521-amd64 #2 SMP Sun Feb 18 15:31:04 UTC 2018 x86_64
[  1205.159] Kernel command line: BOOT_IMAGE=/isolinux/rescue64
[  1205.160] Build Date: 31 March 2018  10:00:12AM
[  1205.161]
[  1205.161] Current version of pixman: 0.34.0
[  1205.162]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  1205.162] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1205.165] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 16 16:05:33 2018
[  1205.166] (==) Using config file: "/etc/X11/xorg.conf"
[  1205.166] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1205.167] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1205.167] (==) ServerLayout "X.org Configured"
[  1205.167] (**) |-->Screen "Screen0" (0)
[  1205.167] (**) |   |-->Monitor "Monitor0"
[  1205.167] (**) |   |-->Device "Card0"
[  1205.167] (**) |-->Input Device "Mouse0"
[  1205.167] (**) |-->Input Device "Keyboard0"
[  1205.167] (==) Automatically adding devices
[  1205.167] (==) Automatically enabling devices
[  1205.167] (==) Automatically adding GPU devices
[  1205.167] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1205.167] (**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[  1205.167] (**) ModulePath set to "/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules,/usr/lib64/xorg/modules"
[  1205.167] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1205.167] (WW) Disabling Mouse0
[  1205.167] (WW) Disabling Keyboard0
[  1205.167] (II) Loader magic: 0x804c80
[  1205.167] (II) Module ABI versions:
[  1205.167]    X.Org ANSI C Emulation: 0.4
[  1205.167]    X.Org Video Driver: 23.0
[  1205.167]    X.Org XInput driver : 24.1
[  1205.167]    X.Org Server Extension : 10.0
[  1205.167] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1205.169] (--) PCI:*(0:1:0:0) 10de:0a65:10de:080a rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072                                                                                                   
[  1205.169] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1205.169] (II) LoadModule: "glx"
[  1205.169] (II) Loading /usr/lib64/opengl/nvidia/extensions/libglx.so
[  1205.176] (II) Module glx: vendor="NVIDIA Corporation"
[  1205.176]    compiled for 4.0.2, module version = 1.0.0
[  1205.176]    Module class: X.Org Server Extension
[  1205.176] (II) NVIDIA GLX Module  340.106  Tue Jan  9 14:21:56 PST 2018
[  1205.176] (II) LoadModule: "nvidia"
[  1205.176] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1205.177] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1205.177]    compiled for 4.0.2, module version = 1.0.0
[  1205.177]    Module class: X.Org Video Driver
[  1205.177] (II) NVIDIA dlloader X Driver  340.106  Tue Jan  9 14:01:46 PST 2018
[  1205.177] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1205.177] (--) using VT number 7

[  1205.186] (II) Loading sub module "fb"
[  1205.186] (II) LoadModule: "fb"
[  1205.187] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1205.187] (II) Module fb: vendor="X.Org Foundation"
[  1205.187]    compiled for 1.19.3, module version = 1.0.0
[  1205.187]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1205.187] (WW) Unresolved symbol: fbGetGCPrivateKey
[  1205.187] (II) Loading sub module "wfb"
[  1205.187] (II) LoadModule: "wfb"
[  1205.187] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1205.187] (II) Module wfb: vendor="X.Org Foundation"
[  1205.187]    compiled for 1.19.3, module version = 1.0.0
[  1205.187]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1205.187] (II) Loading sub module "ramdac"
[  1205.187] (II) LoadModule: "ramdac"
[  1205.187] (II) Module "ramdac" already built-in
[  1205.188] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[  1205.188] (EE) NVIDIA:     system's kernel log for additional error messages and
[  1205.188] (EE) NVIDIA:     consult the NVIDIA README for details.
[  1205.188] (EE) No devices detected.
[  1205.188] (EE)
Fatal server error:
[  1205.188] (EE) no screens found(EE)
[  1205.188] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[  1205.188] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1205.188] (EE)
[  1205.253] (EE) Server terminated with error (1). Closing log file.

 sysresccd / # modprobe nvidia here:

 sysresccd / # modprobe nvidia
modprobe: FATAL: Module nvidia not found in directory /lib/modules/4.14.20-std521-amd64
(chroot) sysresccd / #

Big hug

Silvio

Link to comment
Share on other sites

  • 0

Hi, Silvio!

I thought that SystemRescueCD had the driver nvidia, then we'll have to do something else, let's make Funtoo bootable again.

For this you should do a chroot and reinstall the kernel and the necessary drivers with the commands:

# emerge debian-sources
# emerge @module-rebuild

I do not use the UEFI system, but you should follow the steps in the Grub Funtoo installation manual, but this time we will install Grub on a USB drive, so you should connect one and see what device it is with the 'lsblk' command, and at the time of installing Grub you should replace the value of /dev/sda with the pendrive. You should then leave the pendrive connected to the PC and reboot, and choose this device (pen drive) as bootable.

So you do not lose the installation of grub that accesses your other operating systems.

Let's see if that works, because chroot is more for working only in text mode.

Big hug,

Eduardo

Link to comment
Share on other sites

  • 0

Hi Eduardo :)

For some strange reason the last message of yours is not on the Forum here, I saw it on my mail, this one:
 

Hi, Silvio!

I thought that SystemRescueCD had the driver nvidia, then we'll have to do something else, let's make Funtoo bootable again.

For this you should do a chroot and reinstall the kernel and the necessary drivers with the commands:

# emerge debian-sources # emerge @module-rebuild

I do not use the UEFI system, but you should follow the steps in the Grub Funtoo installation manual, but this time we will install Grub on a USB drive, so you should connect one and see what device it is with the 'lsblk' command, and at the time of installing Grub you should replace the value of /dev/sda with the pendrive. You should then leave the pendrive connected to the PC and reboot, and choose this device (pen drive) as bootable.

So you do not lose the installation of grub that accesses your other operating systems.

Let's see if that works, because chroot is more for working only in text mode.

Big hug,

Eduardo

I did :

# emerge debian-sources

# emerge @module-rebuild

After that, with a bit of embarassement I tell you that am unable to perform the step for usb drive because I don't understand which one it is looking at "lsblk" output (same for "lsusb" command, is like is not there. I don't know if my usb drive is faulty.

Am trying other steps right now but got nothing till now; for instance, after looking at some Gentoo's pages I modified some files, here they are:

/etc/conf.d/xdm

DISPLAYMANAGER="sddm"
#DISPLAYMANAGER="lightdm"
 rc_need="dbus"
/usr/share/sddm/scripts/Xsetup

/bin/sh
# Xsetup - run as root before the login dialog appears

setxkbmap gb,us,it
 nano /etc/portage/make.conf

# Install Italian (Italy) translation (if available)
# L10N="en-US it-IT"
# L10N="en-US it"
L10N="it"

# LINGUAS="en_US it_IT"
LINGUAS="en_US it"


VIDEO_CARDS="nvidia"

USE="nvidia"

USE="dbus"

USE="X"

USE="gif jpeg png tiff xpm"

After that, some output here:

(chroot) sysresccd / # ck-list-sessions
** Message: Failed to connect to the D-Bus daemon: Could not connect: File o directory non esistente

(chroot) sysresccd / # dbus-monitor --system
Failed to open connection to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

(chroot) sysresccd / # dbus-monitor --session
Failed to open connection to session bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

(chroot) sysresccd / # emerge -auDN @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] dev-libs/openssl-1.0.2o [1.0.2n]

Would you like to merge these packages? [Yes/No] Yes

(chroot) sysresccd / #  emerge -pv --depclean

>>> No packages selected for removal by depclean
Packages installed:   1227
Packages in world:    71
Packages in system:   79
Required packages:    1227
Number to remove:     0

(chroot) sysresccd / #  emerge -av --update --deep --newuse --changed-use --with-bdeps=y @world

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

Nothing to merge; quitting.

Well, if we get the solution this will be an historical case, I suppose lol

Big hug

Silvio

 

 

Link to comment
Share on other sites

  • 0

Hi, Silvio!

I believe you did not see my message because she is on page two of the forum. Did you find her now?

In my opinion it would be very important to reinstall grub, for this I'll explain the output lsblk. This is the output of the lsblk command here without the attached pendrive:

NAME                MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda                   8:0    0 465,8G  0 disk  
├─sda1                8:1    0     2M  0 part  
├─sda2                8:2    0     2G  0 part  
│ └─md1               9:1    0     2G  0 raid1 /boot
└─sda3                8:3    0   463G  0 part  
  └─md2               9:2    0 925,8G  0 raid0 
    ├─swsyho-swap   253:0    0    32G  0 lvm   [SWAP]
    ├─swsyho-system 253:1    0   250G  0 lvm   /
    └─swsyho-home   253:2    0 643,8G  0 lvm   /home
sdb                   8:16   0 465,8G  0 disk  
├─sdb1                8:17   0     2M  0 part  
├─sdb2                8:18   0     2G  0 part  
│ └─md1               9:1    0     2G  0 raid1 /boot
└─sdb3                8:19   0   463G  0 part  
  └─md2               9:2    0 925,8G  0 raid0 
    ├─swsyho-swap   253:0    0    32G  0 lvm   [SWAP]
    ├─swsyho-system 253:1    0   250G  0 lvm   /
    └─swsyho-home   253:2    0 643,8G  0 lvm   /home
sdc                   8:32   0   2,7T  0 disk  
└─sdc1                8:33   0   2,7T  0 part  /hd
sr0                  11:0    1  1024M  0 rom   
sr1                  11:1    1  1024M  0 rom   

And this is the output with the pendrive connected:

NAME                MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda                   8:0    0 465,8G  0 disk  
├─sda1                8:1    0     2M  0 part  
├─sda2                8:2    0     2G  0 part  
│ └─md1               9:1    0     2G  0 raid1 /boot
└─sda3                8:3    0   463G  0 part  
  └─md2               9:2    0 925,8G  0 raid0 
    ├─swsyho-swap   253:0    0    32G  0 lvm   [SWAP]
    ├─swsyho-system 253:1    0   250G  0 lvm   /
    └─swsyho-home   253:2    0 643,8G  0 lvm   /home
sdb                   8:16   0 465,8G  0 disk  
├─sdb1                8:17   0     2M  0 part  
├─sdb2                8:18   0     2G  0 part  
│ └─md1               9:1    0     2G  0 raid1 /boot
└─sdb3                8:19   0   463G  0 part  
  └─md2               9:2    0 925,8G  0 raid0 
    ├─swsyho-swap   253:0    0    32G  0 lvm   [SWAP]
    ├─swsyho-system 253:1    0   250G  0 lvm   /
    └─swsyho-home   253:2    0 643,8G  0 lvm   /home
sdc                   8:32   0   2,7T  0 disk  
└─sdc1                8:33   0   2,7T  0 part  /hd
sdh                   8:112  1  14,9G  0 disk  
└─sdh1                8:113  1  14,9G  0 part  
sr0                  11:0    1  1024M  0 rom   
sr1                  11:1    1  1024M  0 rom   

So the pendrive is what is different between one and another, in this case the device /dev/sdh. So in my case I would have to do "grub-install (parameters for the UEFI system) /dev/sdh", can you do this? Then you should choose the boot by the pendrive in bios...

I'm rooting for you and I hope we can get it working again!

Big hug,

Eduardo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...