Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 135 matches

Go to advanced search

Advanced search
Search found 135 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
by mikb
Tue Oct 07, 2025 10:49 pm
Forum: Desktop Environments
Topic: [SOLVED] KDE: KWallet broken in session
Replies: 1
Views: 4958

I found the problem. I had enabled the gpg useflag in package.use. I re-emerged without that, and killed the running KWallet, got a password prompt from KWalletManager, and now it is working just fine. I'll see what happens at the next reboot.
  • Jump to post
by mikb
Tue Oct 07, 2025 4:30 am
Forum: Desktop Environments
Topic: [SOLVED] KDE: KWallet broken in session
Replies: 1
Views: 4958

[SOLVED] KDE: KWallet broken in session

I have migrated my home directory to my new machine, but I am experiencing a number of small issues. The major one is kwallet seems completely broken.

Opening the KWalletmanager, I get greeted with:
An error occurred when connecting to the KWallet service.
Did not receive a reply. Possible causes ...
  • Jump to post
by mikb
Tue Oct 07, 2025 4:09 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383


I'm glad you got it working, which UUIDs in particular are swapped? are you still using LVM raid or are you trying BTRFS raid?

cryptsetup.ROOT0 and cryptsetup.ROOT1 kept swapping UUIDs. It's a system thing, and I have no idea why it happens. But it doesn't really matter, as it's a RAID1 mirror ...
  • Jump to post
by mikb
Mon Oct 06, 2025 4:16 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

I've been quiet for a while, as it turned out I had to resolve a separate problem with a kernel that wouldn't boot. In the end, I threw out my existing kernel configuration, and started from the one in sys-kernel/gentoo-kernel, and started tuning from there. It's much better now.

I managed to make ...
  • Jump to post
by mikb
Thu Sep 25, 2025 3:21 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

I discovered that setting autodetect_root_dm = false will allow the build to complete. so I can generate am initrd in the installkernel hook. However, it's not succeeding.

If I use ugrd --kver 6.18.8-gentoo-x86_64 --test --test-kernel 6.18.8-gentoo-x86_64
I get a Python ValueError exception saying ...
  • Jump to post
by mikb
Wed Sep 24, 2025 3:53 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

did you try letting ugrd detect it all? (i mean more or less use the default config and add your LUKS volumes if they require keys, etc.) The autodetection should pick up most filesystem layouts and will work with LUKS as long as you don't use key files or have detached headers. If no key file is ...
  • Jump to post
by mikb
Tue Sep 23, 2025 3:52 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

ugrd, luks2, lvm, encrypted root - initramfs_build/etc/fstab


# UGRD Filesystem module v7.1.3
LABEL=ROOT /usr btrfs compress=zstd,space_cache=v2,ssd,noatime,discard=async,subvol=@usr
LABEL=ROOT /usr/local btrfs subvol=@local,compress=zstd,space_cache=v2,ssd,noatime,discard=async
LABEL=ROOT /opt btrfs compress=zstd,space_cache=v2,ssd,noatime,discard=async ...
  • Jump to post
by mikb
Tue Sep 23, 2025 3:50 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

ugrd, luks2, lvm, encrypted root - block device layout


NAME TYPE LABEL UUID
nvme0n1 disk
├─nvme0n1p1 part B667-03E9
├─nvme0n1p2 part 86b946e2-9da1-4145-8efa-29beb10579f8
│ └─BOOT0 crypt BOOT 55a1d8cd-9cbd-4b7a-a32f-fce4024f9a0c
└─nvme0n1p3 part ee0a6029-e5d3-4566-9201-ad2f39ec8318
└─ROOT0 crypt eFOmyT-eUOg-0A1i-ogt4-GKaS-nyOi-CG99kG
├─TUXEDO ...
  • Jump to post
by mikb
Tue Sep 23, 2025 3:48 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

ugrd, luks2, lvm, encrypted root - /etc/ugrd/config.toml


modules = [
"ugrd.crypto.cryptsetup",
"ugrd.kmod.nvme",
"ugrd.fs.btrfs",
"ugrd.fs.lvm",
"ugrd.fs.resume",
]

kmod_ignore_video = false

out_dir = "/boot"

cpio_compression = "zstd" # Use zstd compression

kmod_autodetect_lspci = true

paths = ["/root/keys"]

autodetect_root_dm = false ...
  • Jump to post
by mikb
Tue Sep 23, 2025 3:47 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

ugrd, luks2, lvm, encrypted root - /etc/fstab

LABEL=ROOT / btrfs compress=zstd,noatime,space_cache=v2,ssd,discard=async,subvol=@root 1 1
LABEL=ROOT /usr btrfs compress=zstd,noatime,space_cache=v2,ssd,discard=async,subvol=@usr 1 2
LABEL=ROOT /usr/local btrfs compress=zstd,noatime,space_cache=v2,ssd,discard=async,subvol=@local 1 2
LABEL=ROOT /opt ...
  • Jump to post
by mikb
Tue Sep 23, 2025 3:45 am
Forum: Installing Gentoo
Topic: ugrd, luks2, lvm, encrypted root (solved)
Replies: 13
Views: 8383

ugrd, luks2, lvm, encrypted root (solved)

For a number of years, I have used genkernel to install kernels and create the appropriate initrd. I had it successfully unlocking the LUKS2 partition on the SSD using a keyfile overlaid in the initramfs (any comments as to the pros and cons of this will receive a rude answer - I know what I'm doing ...
  • Jump to post
by mikb
Wed Jul 17, 2024 2:35 am
Forum: Portage & Programming
Topic: protobuf-c emerge fails (solved)
Replies: 4
Views: 10204

CXXFLAGS="-march=native -O3 -pipe -frecord-gcc-switches -std=gnu++17" Please don't pass -std globally, it tend to mess with things (e.g. if something needs c++20, or is broken with newer std and then yours overrides the flag it's trying to pass). gnu++17 is either way the default with current GCC ...
  • Jump to post
by mikb
Wed Jul 17, 2024 1:34 am
Forum: Portage & Programming
Topic: protobuf-c emerge fails (solved)
Replies: 4
Views: 10204

config.log extract

The entire config.log is too big to post here, but this is the first time the log references --std=gnu++11:

configure:14539: checking whether the x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries
configure:15619: result: yes
configure ...
  • Jump to post
by mikb
Wed Jul 17, 2024 1:18 am
Forum: Portage & Programming
Topic: protobuf-c emerge fails (solved)
Replies: 4
Views: 10204

emerge --info


Portage 3.0.65 (python 3.13.0-beta-3, default/linux/amd64/23.0/desktop/plasma, gcc-14, glibc-2.39-r9, 6.10.0-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-6.10.0-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-1065G7_CPU_@_1.30GHz-with-glibc2 ...
  • Jump to post
by mikb
Wed Jul 17, 2024 1:13 am
Forum: Portage & Programming
Topic: protobuf-c emerge fails (solved)
Replies: 4
Views: 10204

protobuf-c emerge fails (solved)

Current versions of dev-libs/protobuf-c depend on C++17. I am unable to upgrade or rebuild =dev-libs/protobuf-c-1.4.1-r1 because of a configure failure:

checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with -std=c++17... no
checking whether x86_64-pc-linux-gnu-g ...
  • Jump to post
by mikb
Sun Apr 21, 2024 1:12 am
Forum: Multimedia
Topic: Webcam not discovered by Firefox
Replies: 3
Views: 12266

emerge --info:


Portage 3.0.63 (python 3.11.9-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-13, glibc-2.39-r2, 6.7.9-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-6.7.9-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-1065G7_CPU_@_1 ...
  • Jump to post
by mikb
Sun Apr 21, 2024 1:08 am
Forum: Multimedia
Topic: Webcam not discovered by Firefox
Replies: 3
Views: 12266

With some help from the Mozilla support forums, I've quite a bit more evidence, but still puzzled as to why it's not working.

The camera works in desktop applications (e webcamoid) and every browser I have tried, apart from www-client/firefox: chromium, www-client/firefox-bin, etc. Starting firefox ...
  • Jump to post
by mikb
Thu Mar 21, 2024 12:20 pm
Forum: Multimedia
Topic: Webcam not discovered by Firefox
Replies: 3
Views: 12266

Webcam not discovered by Firefox

I am trying to utilize my integrated camera in firefox. It just doesn't see the hardware.

The camera works in webcamoid.

Any suggestions?
  • Jump to post
by mikb
Mon Feb 12, 2024 12:32 am
Forum: Desktop Environments
Topic: KScreenLocker Suspend => Hibernate
Replies: 0
Views: 1423

KScreenLocker Suspend => Hibernate

Here's a fun one for you!

I have the Lock/Logout widget on a panel on my laptop screen. If I click the "Sleep" button on the widget, the laptop does a "Suspend to RAM". So far so good.

If the screen is locked with kscreenlocker, and I click on the "Sleep" button the system hibernates ("Suspend to ...
  • Jump to post
by mikb
Wed Oct 11, 2023 1:42 am
Forum: Desktop Environments
Topic: Can't start wayland
Replies: 3
Views: 8834

No, I'm not running NVidia, this is a Lenovo Yoga S940 with Intel graphics (so definitely no Optimus, either)

emerge --info:

Portage 3.0.52 (python 3.11.6-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-13, glibc-2.38-r5, 6.5.5-gentoo-x86_64 x86_64 ...
  • Jump to post
by mikb
Mon Oct 09, 2023 4:19 am
Forum: Desktop Environments
Topic: Can't start wayland
Replies: 3
Views: 8834

Can't start wayland

I'm pretty sure this is a config problem, but I'm sure I have followed the guidance available, so I'd appreciate if someone could set me right....

I run KDE, using SDDM as the display-manager.

I'd like to experiment with wayland, but whenever I try and start a plasma-wayland session, I get the ...
  • Jump to post
by mikb
Sun Nov 13, 2022 3:32 am
Forum: Desktop Environments
Topic: Kscreenlocker plugins don't work?
Replies: 0
Views: 1040

Kscreenlocker plugins don't work?

Whenever kscreenlocker becomes active, the screen is locked, but the background plugins don't work - I just get a plain black background. It doesn't matter what plugin I configure in systemsettings, the result is the same. I can't find any error messages being generated anywhere. It's not fatal, but ...
  • Jump to post
by mikb
Fri Aug 26, 2022 2:31 am
Forum: Desktop Environments
Topic: Intel Graphics Flicker Problem (solved)
Replies: 3
Views: 2393

It does actually seem to have been a backlight problem. Super annoying, as this glitch has cost me so much productivity.

I found this : https://unix.stackexchange.com/questions/589700/how-do-i-enable-back-light-controls-without-making-my-display-flicker

To cut a long story short, here is my newly ...
  • Jump to post
by mikb
Fri Aug 26, 2022 1:38 am
Forum: Kernel & Hardware
Topic: Impermanent Sysinit runlevel? (solved)
Replies: 2
Views: 1365

You were correct. Armed with the hypothesis that /run was being remounted, I went digging through the many places in startup where things get mounted.

Sure enough localmount mounts everything in /etc/fstab that isn't marked "noauto", and that included a line mounting /run with noatime.

Removing ...
  • Jump to post
by mikb
Thu Aug 25, 2022 6:01 am
Forum: Kernel & Hardware
Topic: Impermanent Sysinit runlevel? (solved)
Replies: 2
Views: 1365

Impermanent Sysinit runlevel? (solved)

I am having a weird problem with booting the system.

I use genkernel to generate the initramfs for my system.

The kernel command line contains the parameter real_init=/sbin/openrc-init

What happens is I can see the system enter the Sysinit runlevel, and run the following services:

$ rc-update ...
  • Jump to post

Search found 135 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic