this post was submitted on 17 Nov 2023
38 points (97.5% liked)

Linux

47342 readers
1617 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Kubuntu 23.10 connects to wifi, but only after all other startup programs have run.

I'm just curious as to why that is. And what controls this startup behavior.

I've had to change some startup scripts for rclone, to wait until a network connection is present before starting. Other than that it's not a problem.

you are viewing a single comment's thread
view the rest of the comments
[–] TxTechnician@lemmy.ml 2 points 10 months ago (1 children)

I don't know what that means. Mind explaining?

[–] bjoern_tantau@swg-empire.de 4 points 10 months ago (1 children)

In the Networkmanager you can set that a connection is either available to all users or just yourself. If you set it to "all users" its configuration will be saved somewhere in /etc/Networkmanager (I'm too lazy to look up the real path) and will therefore be available for Networkmanager on boot. If you just make it available for yourself Networkmanager will only attempt to connect after you log in.

I think the default is to make it only available to yourself, because then you don't have to enter your sudo password when you set it up or want to change something. The downside is of course what you describe in your post.

[–] TxTechnician@lemmy.ml 1 points 10 months ago

Perfect, thank you!