/r/voidlinux
Void Linux is a general operating system based on the Linux Kernel.
Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.
/r/voidlinux
Hi! I'm use a laptop and my internal blutooth driver don't work properly, so I use an adapter. Normally on Manjaro or Fedora I use this code to disable my internal device, but on Void this disable all my usb drives. How I can solve this?
The code is: /etc/udev.d/81-bluetooth-hci.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="0036", ATTR{authorized}="0"
hello everyone!
i wanted to set up my home system so that i can connect to it remotely from other computers, but the process seems a lot more complicated on Void because i don't have access to xRDP. i tried installing it from the Debian repos and using A TOOL I SHOULD NOT MENTION THE EXISTENCE OF? /j, no worrying errors that would lead to system breakage, but it would still not work despite having installed all needed packages i could get from void.
i tried using different VNC packages, notably TigerVNC, but could not work out how to make my system into a remote desktop with it.
i also tried to look this issue up, where i couldn't find an answer or someone got to make this, but did not post the answer.
does anyone know how i could do this? should i install a package manager on the side just to get xRDP? that seems a bit excessive but if i'll have to do that, i will have to try haha
cheers everyone
Hey there, been wanting to try void linux! Unfortunately, I only have a mac and I'm a noob when it comes to Linux and I've only used Asahi Fedora on my mac for a bit before. I ran the command from the Asahi Void Linux gitlab page
curl -L | shhttps://tinyurl.com/void-asahi
but I have no clue what to do after I'm dropped into the tty. My main concern is getting a GUI, so if anyone can help with that, much appreciated!
Also, if I were to try config from someone else's setup who doesn't use linux from asahi (ie chip architecture different), will there be any differences I have to note? And will I be able to, let's say, copy a hyprland config from someone who uses another distro like Arch? Thank you!
This is a really odd error that I've only ever encountered (and documented) on my University's wifi, but iirc it's happened before that. I think this is where the error is, straight output from dmesg:
[ 11.505845] wlp2s0: associated
[ 11.505917] wlp2s0: Limiting TX power to 9 dBm as advertised by (MAC ADDRESS OF UNIVERSITY WIFI)
[ 14.963181] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use n>
[ 753.546794] pcieport 0000:00:02.3: pciehp: Slot(0): Link Down
[ 753.546798] pcieport 0000:00:02.3: pciehp: Slot(0): Card not present
[ 753.570485] wlp2s0: deauthenticating from (MAC ADDRESS OF UNIVERSITY WIFI) by local choice (Reason: 3=DEAUTH_LEAVING)
[ 753.571205] rtw89_8852be 0000:02:00.0: failed to pre-release fwcmd
[ 753.571339] rtw89_8852be 0000:02:00.0: timed out to flush pci txch: 0
and then it repeats the same thing over and over again (sorry, it's being a pain in the ass and won't copy):
[~753 and onward| rtw89_8852be 0000:02:00.0: read (or write) rf busy swsi}
It's done this 4 times that i've documented, ranging from 20 seconds after bootup to about 12 minutes after bootup. In case it helps, I'm using a Thinkpad E16 Gen 5. Thank you!
Hey, I'm trying to move some stuff that was started with niri and instead let turnstile manage it, but I'm running into a few issues, and I'd love to figure them out/get a better understanding of services in general.
I have a few things running fine in turnstile- dbus, pipewire, and a `tmux -D` to start tmux when I log in. But I've been trying to set up xwayland-satellite and can't figure out where I'm going wrong
my run file is executable, and contains
#!/bin/sh
exec 2>&1
exec chpst -e "$TURNSTILE_ENV_DIR" /usr/bin/xwayland-satellite :1
As far as I can tell (with System Monitor) xwayland-satellite does start, as does a vlogger script attached to it, but trying to connect to Display :1 doesn't work.
I'd troubleshoot this on my own, but I also can't figure out how to log turnstile services- I think I did the standard runit method of adding a log/run
executable, which contains
#!/bin/sh
exec vlogger -t xwayland-satellite -p daemon
but I'm not seeing anything in svlogtail
related to xwayland satellite
So my two questions:
Am I misunderstanding what turnstile is for, and should just let my window manager start up these type of things (I'd love to also get swww, waybar, and darkman running through turnstile too)?
If I'm on the right path, what can I do to figure out why logging doesn't seem to work?
Thanks for any help, and please feel free to redirect me if there's a better place to ask about runit/turnstile!
I just spent the best part of a day trying to understand why my new install of 6.6.59 would not boot. It was a xchroot
install onto a disc partitioned with LVM (for dual booting with fedora). The symptom was that the boot would hang after initialising the amd driver - but it looked like the amd driver was actually OK and it had failed sometime later. Anyway, after following multiple rabbit holes into nowhere I noticed that the 6.6.59 kernel on my laptop was a different size. I copied that over and the boot was OK.
Evidently the kernel in the rootfs image does not have LVM support but the 'proper' kernel in linux6.6-6.6.59_1 does have it!!
xbps-query -o /boot/vmlinuz-6.6.59_1
in the system install from the rootfs shows linux6.6-6.6.59_1
- but it has 'wrong' contents.
What other differences are there? If I update it will I get a kernel with a LVM or not? I assume I would because my laptop survives updates.
The installation guide states that LVM (and LUKS and ZFS) are not supported by the installation script - but I was able to install my laptop with full disc encryption and LVM - so I assume the guide merely means that the script has no facilities for creating LVM volumes - I created them by hand on the CLI.
It all just seems bit weird. But someone went to a lot of trouble to put a different kernel in the rootfs tarball. I wonder why?
EDIT: 20241114 here are the good and bad kernels - the only diff is in the initramfs:
-rw-r--r-- 1 root root 268131 Nov 13 11:08 config-6.6.59_1
-rw-r--r-- 1 root root 268131 Nov 4 06:15 config-6.6.59_1.bad
drwxr-xr-x 2 root root 4096 Nov 10 09:49 efi/
-rw------- 1 root root 74971209 Nov 13 11:07 initramfs-6.6.59_1.img
-rw------- 1 root root 85147364 Nov 11 13:11 initramfs-6.6.59_1.img.bad
-rw-r--r-- 1 root root 13169152 Nov 13 11:07 vmlinuz-6.6.59_1
-rw-r--r-- 1 root root 13169152 Nov 4 06:15 vmlinuz-6.6.59_1.bad
# sha256sum initramfs-6.6.59_1.img*
ead0711e9a3608c23077bf5c5a5ebcb5dacde799c37e8511122bec9ea23adb31 initramfs-6.6.59_1.img
c108874b307d86dbd0d4b578f4c4f4cbf2dc11db92c163e11028d34b37ec74f2 initramfs-6.6.59_1.img.bad
EDIT: 20241114: so I'm not the sharpest knife in the drawer - initramfs is generated as a post-install script, not downloaded. Presumably something led that script to generate something without LVM
I just installed voidlinux from the base ISO. I installed the video drivers and kde-plasma + kde-baseapps. I installed SDDM and, when I clicked to enable the service, SDDM automatically appeared. The mouse doesn't work to select anything, and the keyboard doesn't work to type the password. When I restart the system, it remains the same and I can't do anything, it's as if SDDM was frozen. I did some research and they suggest starting the system from the tty, but I'm not able to access the tty using CTRL+ALT+F any number. I don't know what to do. Could someone help me?
What I did: Followed the docs from top to bottom, no spelling mistake. Linked dbus to /var/service (which was initially, a file and not a directory) and then linked NetworkManager in /etc/sv/NetworkManager to /var/service. Tried sv status, sv start/up and everything, but all it returned was the supervise/ok file was missing
Hey guys. Need some guide installing kernel headers on my void machine. This is the first time I'm foiythis so a bit confused
Heya! I've been trying to get into linux but for some reason no matter what I do I can't seem to get Nvidia (nouevau) drivers to work properly, when playing games I'll always encounter lower FPS than when using windows or see graphical glitches;
I've tried following the steps on the wiki to the best of my ability and looking things up on reddit/general interwebs but haven't been able to get it to work properly so I finally decided I'd just ask for help
Oh, also, my GPU is an Nvidia GeForce 210; If there's any info I've forgotten to include/missed please do tell me because I'd really like to fully switch to linux but my inability to properly play games on it has stopped me from doing so
*** Solved ***
Hi everyone, I'm new to void - moved here from Arch LOL - and am loving it so far, but...
Private Internet Access...
I've found the article
https://www.reddit.com/r/voidlinux/comments/ot3du9/how_to_install_private_internet_access_on_void/
and followed that - but I get "We couldn't establish the connection to the VPN server."
pia-daemon & pia-client are both running, and I log into my PIA account without issue.
Any help would be appreciated. Thanks in advance.
Hello there! Recently I've been trying to setup steam in my void machine. Since I want to keep things separated, I've created a chroot env with xbootstrap exactly like this.
The problem is, after the intial setup, I can't get steam to run for this reason:
/home/lxsteam/.local/share/Steam/steam.sh: line 184: VERSION_ID: unbound variable
/home/lxsteam/.local/share/Steam/steam.sh: line 184: VERSION_ID: unbound variable
steam.sh[28208]: Running Steam on void 64-bit
/home/lxsteam/.local/share/Steam/steam.sh: line 184: VERSION_ID: unbound variable
steam.sh[28208]: STEAM_RUNTIME is enabled automatically
setup.sh[28283]: Steam runtime environment up-to-date!
steam.sh[28208]: Log already open
steam-runtime-check-requirements[28316]: W: Child process exited with code 1: bwrap: No permissions to creating new namespace, likely because the kernel does not allow non-privileged user namespaces. On e.g. debian this can be enabled with 'sysctl kernel.unprivileged_userns_clone=1'.
steam.sh[28208]: Error: Steam now requires user namespaces to be enabled.
This requirement is the same as for Flatpak, which has more detailed
information available:
https://github.com/flatpak/flatpak/wiki/User-namespace-requirements
Error:
Steam now requires user namespaces to be enabled.
This requirement is the same as for Flatpak, which has more detailed
information available:
https://github.com/flatpak/flatpak/wiki/User-namespace-requirements
Press enter to continue:
Since the kernel.unprivileged_userns_clone
parameter doesn't exist, I've checked the user.max_user_namespaces
which is set to 49152
.
Any ideas on how to fix this? Thanks in advance.
Aditional Info: Steam is installed directly from void-repo-nonfree. Linux Kernel version 6.6.59_1.
edit: grammar.
My Chromebook is quite old. Only has 15GB of internal storage, 2GB of RAM. I went with void because I wanted something lightweight and that was still maintained.
I am running out of space. I have an SD Card slot that I am trying to use as a second disk, or just extra storage space, but I don't think that will work.
I don't really understand most of how xbps works, but from what I have found, it doesn't look like there is a way to have xbps packages kept in any other location than root.
I am aware the due to read/write frequency, SD cards are not substitutes for SSDs, but I don't want to trash this Chromebook for what feels like such a dumb reason.
Am I missing a detail here? Is thing just getting too old to support all but the most basic computer functions?
So I’m preparing to upgrade my gpu this year and was wondering is there anything special I need to do to get Nvidia cards to work on void or any other Linux distribution? I’ve never owned one before but am aware they are a pain in the community.
Would just installing the Nvidia package in the void repository be sufficient enough? Thanks in advance!!
Hi there everyone. I am using voidlinux [kde] [glibc] [x64]. Yesterday morning, I tried updating flatpak apps but it got me a big list of errors. and now I have removed flatpaks completely from my system (as much as I could, or at least, as much as I know I could). I rebooted and started from the scratch, installed the package and added flathub source whose outputs is in attached image. I can't reach the solution because I don't understand what's wrong. Please be kind to help me understand that, and if possible, instead of temporary solutions provide me with permanent solutions (if there's any exist). It's best if this gets solved (for me) here and now, otherwise I will stop relying on flatpaks, like I did to snaps; [personal reason, no offense please. Not saying that rudely but genuinely].
Just did a fresh install for Void today (Chose the XFCE Glibc ISO for x86_64), already updated my system, and was about to get to configure the audio. I installed pipewire, wireplumber and pulseaudio (nothing else), however when symlinking while following the documentation, I got an output that the files were already created and that because of it, the symlinking failed it seems. Sending wireplumber as a prompt hangs, sending pulseaudio as a prompt gives this:
E: [pulseaudio] socket-server.c: bind(): Address already in use
E: [pulseaudio] module.c: Failed to load module "module-native-protocol-unix" (argument: ""): initialization failed.
W: [pulseaudio] cli-command.c: stat('/etc/pulse/default.pa.d'): No such file or directory
E: [pulseaudio] main.c: D-Bus name org.PulseAudio1 already taken.
And sending pipewire as a prompt gives this:
[E][00877.060492] mod.protocol-native | [module-protocol-: 784 lock_socket()] server 0x55fec990ef30: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][00877.060741] pw.conf | [ conf.c: 603 load_module()] 0x55fec98cacc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][00877.062044] default | [ pipewire.c: 124 main()] failed to create context: Resource temporarily unavailable
I also tried running the same commands but with "exec" before them, but wireplumber hangs once again, and pipewire alongside pulseaudio crash the terminal. I even enabled the dbus service, but it does nothing.
I tried to reboot anyway to see if it maybe somehow still did something, but all I get is "Dummy Output" instead of my audio devices.
Not quite sure what is happening here, I actually tested the same Void Linux ISO in a VM and the audio worked just fine out of the box as far as I can remember, and I am not sure what to do beyond where I currently am, as I couldn't even find the very same issue when troubleshooting, or did I screw something up with the symlinking or even downloading the packages for all the audio utilities?
EDIT: I guess it's just that my sound card and its drivers don't play too well with Void and/or runit really, but I'm keeping this thread in case someone else's looking for solutions for a similar issue on different hardware, but thanks for the help nonetheless.
[UPDATE: it's now fixed in libcurl hotfix. just update your system and unhold if you did that]
Had this issue yesterday after updating.
https://github.com/curl/curl/issues/15509
If it isn't a fresh installation you can downgrade from the cache. I uploaded mine (temp link 3 days) here https://litter.catbox.moe/5zlx3q.gz
cd /var/cache/xbps
sudo xdowngrade ./curl-8.10.1_1.x86_64.xbps ./libcurl-8.10.1_1.x86_64.xbps
Mark it with hold using sudo xbps-pkgdb -m hold curl libcurl
and unhold them later with sudo xbps-pkgdb -m unhold curl libcurl
after they fix it.
yesterday i made a clean install. and today wanted to install flatpak but got an error:
Edit: Solved in irc! Left a comment with the issue
Hey, this is a bit of a cross post with the #voidlinux channel, (and I'll update here if it gets solved) but just in case there are people here that aren't around there-
I'm trying to set up turnstile to run dbus before login, but haven't had any success. I believe I've followed all of the instructions on https://docs.voidlinux.org/config/services/user-services.html#turnstile and https://docs.voidlinux.org/config/session-management.html#turnstile, but dbus does not seem to be running.
My current /var/service/ directory is
Octal User Date Modified Name
0777 root 10 Jun 16:26 agetty-tty1 -> /etc/sv/agetty-tty1/
0777 root 10 Jun 16:26 agetty-tty2 -> /etc/sv/agetty-tty2/
0777 root 10 Jun 16:26 agetty-tty3 -> /etc/sv/agetty-tty3/
0777 root 10 Jun 16:26 agetty-tty4 -> /etc/sv/agetty-tty4/
0777 root 10 Jun 16:26 agetty-tty5 -> /etc/sv/agetty-tty5/
0777 root 10 Jun 16:26 agetty-tty6 -> /etc/sv/agetty-tty6/
0777 root 17 Aug 12:02 alsa -> /etc/sv/alsa/
0777 root 17 Jan 20:35 avahi-daemon -> /etc/sv/avahi-daemon/
0777 root 30 Jan 16:27 chronyd -> /etc/sv/chronyd/
0777 root 31 Oct 05:17 cronie -> /etc/sv/cronie/
0777 root 28 Oct 18:13 dbus -> /etc/sv/dbus/
0777 root 29 Oct 08:51 emptty -> /etc/sv/emptty/
0777 root 31 Aug 20:36 nanoklogd -> /etc/sv/nanoklogd/
0777 root 2 Jun 05:50 netmount -> /etc/sv/netmount/
0777 root 21 Jan 20:07 NetworkManager -> /etc/sv/NetworkManager/
0777 root 28 Oct 19:26 polkitd -> /etc/sv/polkitd/
0777 root 31 Aug 20:36 socklog-unix -> /etc/sv/socklog-unix/
0777 root 9 Jul 2023 sshd -> /etc/sv/sshd/
0777 root 8 Jan 18:55 tailscaled -> /etc/sv/tailscaled/
0777 root 6 Nov 17:08 turnstiled -> /etc/sv/turnstiled/
0777 root 10 Jun 16:26 udevd -> /etc/sv/udevd/
0777 root 31 Oct 06:37 ufw -> /etc/sv/ufw/
and my ~/.config/service/ directory is
Octal User Date Modified Name
0775 chris 7 Nov 10:47 ./
0775 chris 7 Nov 10:47 ├── dbus/
0777 chris 6 Nov 19:48 │ └── run -> /usr/share/examples/turnstile/dbus.run*
0775 chris 7 Nov 10:47 └── turnstile-ready/
0664 chris 6 Nov 18:24 └── conf
where the conf file is just core_services="dbus"
I've followed the directions for disabling manage_rundir in turnstile, and my .desktop file for starting a session is
[Desktop Entry]
Name=Niri
Comment=A scrollable-tiling Wayland compositor
Exec=ssh-agent niri --session
Type=Application
DesktopNames=niri
I've also set DBUS_LAUNCH=false
for emptty, in case that created a conflict.
If I grep svlogtail for turnstile gets me the following- so it seems to be starting up fine, just not reacting to my user services folder.
2024-11-07T14:54:39.77321 daemon.debug: Nov 7 09:54:39 turnstiled: turnstiled: compact
2024-11-07T14:54:39.77324 daemon.debug: Nov 7 09:54:39 turnstiled: turnstiled: poll
2024-11-07T14:54:39.77327 daemon.debug: Nov 7 09:54:39 turnstiled: turnstiled: check signal
2024-11-07T14:54:39.77334 daemon.debug: Nov 7 09:54:39 turnstiled: turnstiled: term
2024-11-07T14:54:39.77339 daemon.debug: Nov 7 09:54:39 turnstiled: turnstiled: check term
2024-11-07T14:54:56.44883 daemon.info: Nov 7 09:54:56 turnstiled: Initializing turnstiled...
2024-11-07T14:54:56.44929 daemon.debug: Nov 7 09:54:56 turnstiled: turnstiled: init signal fd
2024-11-07T14:54:56.44938 daemon.debug: Nov 7 09:54:56 turnstiled: turnstiled: init control socket
2024-11-07T14:54:56.44939 daemon.debug: Nov 7 09:54:56 turnstiled: socket: bound 10 for /run/turnstiled/control.sock
2024-11-07T14:54:56.44939 daemon.debug: Nov 7 09:54:56 turnstiled: socket: created 10 for /run/turnstiled/control.sock
2024-11-07T14:54:56.44940 daemon.debug: Nov 7 09:54:56 turnstiled: socket: permissions set
2024-11-07T14:54:56.44941 daemon.debug: Nov 7 09:54:56 turnstiled: socket: listen
2024-11-07T14:54:56.44943 daemon.debug: Nov 7 09:54:56 turnstiled: socket: done
2024-11-07T14:54:56.44944 daemon.debug: Nov 7 09:54:56 turnstiled: turnstiled: main loop
2024-11-07T14:54:56.44945 daemon.debug: Nov 7 09:54:56 turnstiled: turnstiled: poll
Is there a step I'm missing? Do I also need to do the first half of per-user services and add a runsvdir?
Thanks for any help you can give me!
I will be building a brand new computer at the end of November (after like 10 years). I have been using a dual boot system of Windows 11 and Artix Linux for 2 years now. The former is used less frequently, pretty much only for gaming, while the latter is used for everything else.
I am probably going to do a similar setup, but I was wondering if maybe I should give Void Linux a try. From what I've seen on the website, they are pretty similar distros with similar use cases. I am not sure what implications this change would have. The init system and package manager seems to be the most obvious ones.
Are there any pros or cons that aren’t immediately obvious? How does the musl build differ from glibc one? Any advice on what to expect would be really helpful.
Hi fellow Void linux users, I've encountered a persistent issue with the shutdown process.
Previously, I've used keybindings in AwesomeWM to execute the shutdown now command, but this no longer seems to work. Now, the only reliable way to shut down my system is by running sudo poweroff and entering my password.
I've tried various methods, including modifying the visudo file, but without success.
Does anyone else have this issue or know a workaround? Any help or advice would be greatly appreciated.
Hello! I'm scared of cloning the xbps-src repo again because of the long time it takes to do that on my 2-core intel-based machine but also want to check for updates to hyprland and the other xbps-src packages. Does the command $ ./xbps-src bootstrap-update
cover this or how do I do the updates? As of now, this is the only thing I need to get familiar with on Void since most issues I had are solved.
I am trying to setup bluetooth headphones but I am unable to do.
I followed this instruction https://docs.voidlinux.org/config/bluetooth.html download both libspa-bluetooth
and bluez-alsa.
I have installed pulseaudio and pipewire.
I have also linkedln -s /etc/sv/bluez-alsa/ /var/service
I am able to connect to my headphones using bluetoothctl or blueman-manager but audio is not comming but wired audio is working fine. Also when I use pavucontrol i don't see my device as output or input source. Please help anybody, i have already tried many soln provided in this subreddit.
I'm having trouble getting PipeWire to work on Void Linux, specifically with GNOME. I've been following the Void documentation for PipeWire, but it’s unclear to me now.
On a fresh install, I did the following:
xbps-install -S gnome gnome-apps xorg wayland pipewire wireplumber elogind
ln -s /etc/sv/gdm /var/service
ln -s /etc/sv/NetworkManager /var/service
ln -s /etc/sv/dbus /var/service
ln -s /usr/share/applications/pipewire.desktop /etc/xdg/autostart/
GNOME and other services are working fine. Also when I check XDG_RUNTIME_DIR
and DBUS_SESSION_BUS_ADDRESS
, they seem to be set up correctly.
The issue is that PipeWire isn’t working. Ive tried many methond for example I tried to start GNOME with dbus-run-session -- gnome-session
, I get an error that a connection to D-Bus can’t be made🤷♀️🤷♀️🤷♀️. how?
Im so tired, pls someone help.
I have created a live usb using ventoy where the void iso 6.6.21_1 x86_64 is located on the largest partition, but even when using ventoy as many has suggested the iso wont boot the kernel. The same goes for burning the iso directly to the usb. This is the only thing I see on the screen. Booting the arch iso from ventoy works with no issues tho... UEFI is enabled in my bios.
Probing EDD (edd=off to disable)... ok
No EFI enviornment detected
early console in extract_kernel
input_data: 0x00000000038eb2c1
input_len: 0x0000000000c68b35
output: 0x0000000001000000
output_len: 0x00000000034fe90c
kernel_total_size: 0x0000000002a2c000
needed_size: 0x0000000003600000
trampoline_32bit: 0x0000000000000000
physical KASLR using RDRAND RDTSC
Virtual KASLR using RDRAND RDTSC
Decompressing Linux... No EFI enviornment detected
Parsing ELF... Performing relocations... done
Booting the kernel (entry_offset: 0x0000000000000080)
I'm new to void. Everything is fine except some wifi issues. I'm using XFCE, and thus NetworkManager. When I start up my PC, the nm-applet doesn't show any WiFi network though it says WiFi is enabled. My WiFi adapter is Broadcom BCM43142. Drivers are installed. However, as soon as I run a scan with iw
by running the command sudo iw dev wlp2s0 scan | less
, nm-applet automatically connects to the wifi. NetworkManager logs:
Before running iw
:
NetworkManager[728]: <info> [1730708024.0975] NetworkManager (version 1.48.10) is starting... (boot:74fa1800-3fe3-4428-9ac9-0180fbf30b48)
NetworkManager[728]: <info> [1730708024.0976] Read config: /etc/NetworkManager/NetworkManager.conf
NetworkManager[728]: <info> [1730708024.2283] manager[0x55cc34660b60]: monitoring kernel firmware directory '/usr/lib/firmware'.
NetworkManager[728]: <info> [1730708024.2324] hostname: hostname: couldn't get property from hostnamed
NetworkManager[728]: <info> [1730708024.2330] hostname: static hostname changed from (none) to ""
NetworkManager[728]: <info> [1730708024.2342] dns-mgr: init: dns=default,systemd-resolved rc-manager=resolvconf (auto)
NetworkManager[728]: <info> [1730708024.2356] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill0) (driver wl)
NetworkManager[728]: <info> [1730708024.2360] manager[0x55cc34660b60]: rfkill: Wi-Fi hardware radio set enabled
NetworkManager[728]: <info> [1730708024.2360] manager[0x55cc34660b60]: rfkill: WWAN hardware radio set enabled
NetworkManager[728]: <info> [1730708024.4212] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/1.48.10/libnm-device-plugin-wifi.so)
accounts-daemon[770]: started daemon version 0.6.55
dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.Accounts'
dbus: dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.Accounts'
NetworkManager[728]: <info> [1730708024.5076] Loaded device plugin: NMWwanFactory (/usr/lib64/NetworkManager/1.48.10/libnm-device-plugin-wwan.so)
NetworkManager[728]: <info> [1730708024.5265] Loaded device plugin: NMBluezManager (/usr/lib64/NetworkManager/1.48.10/libnm-device-plugin-bluetooth.so)
NetworkManager[728]: <info> [1730708024.5299] Loaded device plugin: NMAtmManager (/usr/lib64/NetworkManager/1.48.10/libnm-device-plugin-adsl.so)
NetworkManager[728]: <info> [1730708024.5327] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
NetworkManager[728]: <info> [1730708024.5333] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
NetworkManager[728]: <info> [1730708024.5338] manager: Networking is enabled by state file
dbus-daemon[717]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.6' (uid=0 pid=728 comm="NetworkManager -n") (using servicehelper)
dbus: dbus-daemon[717]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.6' (uid=0 pid=728 comm="NetworkManager -n") (using servicehelper)
NetworkManager[728]: <info> [1730708024.5584] settings: Loaded settings plugin: keyfile (internal)
NetworkManager[728]: <info> [1730708024.6915] dhcp: init: Using DHCP client 'internal'
NetworkManager[728]: <info> [1730708024.6936] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
NetworkManager[728]: <info> [1730708024.7024] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708024.7376] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708024.7444] device (lo): Activation: starting connection 'lo' (bf19f8b2-b760-47f3-926e-9d719e60e777)
NetworkManager[728]: <info> [1730708024.7515] manager: (enp3s0f2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
NetworkManager[728]: <info> [1730708024.8352] settings: (enp3s0f2): created default wired connection 'Wired connection 1'
NetworkManager[728]: <info> [1730708024.8356] device (enp3s0f2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
dbus: dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
kernel: [ 24.803710] RTL8208 Fast Ethernet r8169-0-302:00: attached PHY driver (mii_bus:phy_addr=r8169-0-302:00, irq=MAC)
kernel: [ 24.987878] r8169 0000:03:00.2 enp3s0f2: Link is Down
NetworkManager[728]: <info> [1730708025.1187] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
NetworkManager[728]: <info> [1730708025.1208] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
NetworkManager[728]: <warn> [1730708025.2428] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
NetworkManager[728]: <info> [1730708025.2431] device (wlp2s0): set-hw-addr: set MAC address to 7E:A7:02:0D:CF:D8 (scanning)
dbus-daemon[717]: [system] Activating service name='fi.w1.wpa_supplicant1' requested by ':1.6' (uid=0 pid=728 comm="NetworkManager -n") (using servicehelper)
dbus: dbus-daemon[717]: [system] Activating service name='fi.w1.wpa_supplicant1' requested by ':1.6' (uid=0 pid=728 comm="NetworkManager -n") (using servicehelper)
NetworkManager[728]: <info> [1730708025.2637] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
NetworkManager[728]: <info> [1730708025.3509] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708025.3527] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708025.3537] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708025.3546] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
NetworkManager[728]: <warn> [1730708025.3748] modem-manager: error poking ModemManager: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ModemManager1 was not provided by any .service files
NetworkManager[728]: <info> [1730708025.3968] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708025.3978] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
NetworkManager[728]: <info> [1730708025.4009] device (lo): Activation: successful, device activated.
dbus-daemon[717]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
dbus: dbus-daemon[717]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
NetworkManager[728]: <info> [1730708026.3975] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
NetworkManager[728]: <info> [1730708026.3978] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
NetworkManager[728]: <info> [1730708031.1096] manager: startup complete
elogind-daemon[761]: New session c1 of user lightdm.
dbus-daemon[818]: [session uid=997 pid=816] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=997 pid=811 comm="/usr/bin/lightdm-gtk-greeter")
dbus-daemon[818]: [session uid=997 pid=816] Successfully activated service 'org.a11y.Bus'
elogind-daemon[761]: Removed session c1.
elogind-daemon[761]: New session c2 of user @@@@@
dbus-daemon[876]: [session uid=1000 pid=874] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=1000 pid=854 comm="xfce4-session")
dbus-daemon[876]: [session uid=1000 pid=874] Successfully activated service 'org.a11y.Bus'
dbus-daemon[876]: [session uid=1000 pid=874] Activating service name='org.xfce.Xfconf' requested by ':1.2' (uid=1000 pid=854 comm="xfce4-session")
dbus-daemon[876]: [session uid=1000 pid=874] Successfully activated service 'org.xfce.Xfconf'
dbus-daemon[876]: [session uid=1000 pid=874] Activating service name='org.gtk.vfs.Daemon' requested by ':1.6' (uid=1000 pid=909 comm="xfwm4")
dbus-daemon[876]: [session uid=1000 pid=874] Successfully activated service 'org.gtk.vfs.Daemon'
kernel: [ 63.307531] xfwm4[909]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
dbus-daemon[717]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.15' (uid=1000 pid=932 comm="xfsettingsd") (using servicehelper)
dbus: dbus-daemon[717]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.15' (uid=1000 pid=932 comm="xfsettingsd") (using servicehelper)
dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.UPower'
dbus: dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.UPower'
dbus-daemon[876]: [session uid=1000 pid=874] Activating service name='org.freedesktop.Notifications' requested by ':1.22' (uid=1000 pid=999 comm="xfce4-power-manager")
NetworkManager[728]: <info> [1730708069.7802] agent-manager: agent[50a38beebef5ac76,:1.22/org.freedesktop.nm-applet/1000]: agent registered
NetworkManager[728]: <warn> [1730708438.1957] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
NetworkManager[728]: <info> [1730708438.1968] device (wlp2s0): set-hw-addr: set MAC address to BE:B1:C6:0F:73:30 (scanning)
NetworkManager[728]: <info> [1730708438.2156] device (wlp2s0): supplicant interface state: disconnected -> inactive
dbus-daemon[876]: [session uid=1000 pid=874] Activating service name='org.xfce.Xfconf' requested by ':1.37' (uid=1000 pid=1123 comm="/usr/bin/xfce4-terminal")
dbus-daemon[876]: [session uid=1000 pid=874] Successfully activated service 'org.xfce.Xfconf'
NetworkManager[728]: <warn> [1730708851.2232] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
NetworkManager[728]: <info> [1730708851.2235] device (wlp2s0): set-hw-addr: set MAC address to 3A:6C:6A:B0:94:2E (scanning)
NetworkManager[728]: <info> [1730708851.2373] device (wlp2s0): supplicant interface state: inactive -> disconnected
NetworkManager[728]: <info> [1730708851.2412] device (wlp2s0): supplicant interface state: disconnected -> inactive
After running iw
:
NetworkManager[728]: <info> [1730708904.7391] policy: auto-activating connection 'WiFi-2.4G' (b812866f-cc7f-419e-a284-e0781fcd9cc5)
NetworkManager[728]: <info> [1730708904.7401] device (wlp2s0): Activation: starting connection 'WiFi-2.4G' (b812866f-cc7f-419e-a284-e0781fcd9cc5)
NetworkManager[728]: <info> [1730708904.7403] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
NetworkManager[728]: <info> [1730708904.7409] manager: NetworkManager state is now CONNECTING
NetworkManager[728]: <warn> [1730708904.7428] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
NetworkManager[728]: <info> [1730708904.7432] device (wlp2s0): set-hw-addr: reset MAC address to B8:EE:65:B2:1F:3B (preserve)
NetworkManager[728]: <info> [1730708904.7447] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
NetworkManager[728]: <info> [1730708904.7455] device (wlp2s0): Activation: (wifi) connection 'WiFi-2.4G' requires no security. No secrets needed.
NetworkManager[728]: <info> [1730708904.7455] Config: added 'ssid' value 'WiFi-2.4G'
NetworkManager[728]: <info> [1730708904.7456] Config: added 'scan_ssid' value '1'
NetworkManager[728]: <info> [1730708904.7456] Config: added 'bgscan' value 'simple:30:-65:300'
NetworkManager[728]: <info> [1730708904.7456] Config: added 'key_mgmt' value 'NONE'
NetworkManager[728]: <info> [1730708904.8527] device (wlp2s0): supplicant interface state: inactive -> associating
dbus: bgscan simple: Failed to enable signal strength monitoring
NetworkManager[728]: <info> [1730708904.9610] device (wlp2s0): supplicant interface state: associating -> completed
NetworkManager[728]: <info> [1730708904.9635] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "WiFi-2.4G"
NetworkManager[728]: <info> [1730708904.9666] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
NetworkManager[728]: <info> [1730708904.9677] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
NetworkManager[728]: <info> [1730708905.2036] dhcp4 (wlp2s0): state changed new lease, address=10.200.192.66, acd pending
NetworkManager[728]: <info> [1730708905.3550] dhcp4 (wlp2s0): state changed new lease, address=10.200.192.66
NetworkManager[728]: <info> [1730708905.3586] policy: set 'WiFi-2.4G' (wlp2s0) as default for IPv4 routing and DNS
NetworkManager[728]: <info> [1730708905.3647] dns-mgr: Writing DNS information to /usr/bin/resolvconf
NetworkManager[728]: <info> [1730708905.5657] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
dbus-daemon[717]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.6' (uid=0 pid=728 comm="NetworkManager -n") (using servicehelper)
dbus: dbus-daemon[717]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.6' (uid=0 pid=728 comm="NetworkManager -n") (using servicehelper)
dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
dbus: dbus-daemon[717]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
NetworkManager[728]: <info> [1730708905.6025] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
NetworkManager[728]: <info> [1730708905.6029] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
NetworkManager[728]: <info> [1730708905.6038] manager: NetworkManager state is now CONNECTED_SITE
NetworkManager[728]: <info> [1730708905.6062] device (wlp2s0): Activation: successful, device activated.
NetworkManager[728]: <info> [1730708905.6077] manager: NetworkManager state is now CONNECTED_GLOBAL
Can anybody please help me?
Whenever I want to examine early boot logs I have to compensate for wrong timestamps svlogd assigns to them, early kernel dmesg boot entries appear only after several daemon entries
2024-11-03T09:41:56.20443 listening on /dev/log, gid=99, uid=99, starting.
2024-11-03T09:41:56.20457 daemon.info: Nov 3 09:41:56 dhcpcd[942]: dhcpcd-10.0.10 starting
2024-11-03T09:41:56.20500 daemon.notice: Nov 3 09:41:56 dhcpcd: dhcpcd-10.0.10 starting
2024-11-03T09:41:56.20502 daemon.info: Nov 3 09:41:56 dhcpcd[942]: dev: loaded udev
2024-11-03T09:41:56.20503 daemon.notice: Nov 3 09:41:56 dhcpcd: dev: loaded udev
**** omitting more logs from bluetoothd, elogin, smbd ****
2024-11-03T09:41:57.19977 kern.notice: [ 0.000000] Linux version 6.6.57_1 (voidlinux@voidlinux) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_DYNAMIC Sat Oct 19 21:54:29 UTC 2024
is there any option to shift those earlier logs so they start after linux boots?
How could I install latest thunderbird 1.2.4 on void?
I needed the export to mobile feature which isn't on 1.2.3 which is void current one.
thanks