Forums

Skip to content

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

Search found 512 matches

Go to advanced search

Advanced search
Search found 512 matches
  • Page 1 of 21
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • Next
by miket
Wed Nov 26, 2025 4:08 am
Forum: Networking & Security
Topic: OpenVPN and overeager DHCP [solved]
Replies: 5
Views: 10932

I would suggest installing net-dns/openresolv or, if using systemd, enabling the resolvconf USE on sys-apps/systemd.

dhcpcd will look for and use resolvconf if present.

Then, your OpenVPN scripts can use the resolvconf command to update /etc/resolv.conf without conflict like in this article ...
  • Jump to post
by miket
Wed Nov 12, 2025 4:10 pm
Forum: Networking & Security
Topic: OpenVPN and overeager DHCP [solved]
Replies: 5
Views: 10932

What does the clobbered /etc/resolv.conf look like?

Typically dhcpcd's job should be long done by the time that you connect to the VPN, so I'm hoping for some evidence from the clobbered file.

- John

Before connecting: # Generated by dhcpcd from wlan0.dhcp, wlan0.dhcp6, wlan0.ra
# /etc/resolv ...
  • Jump to post
by miket
Wed Nov 12, 2025 2:53 am
Forum: Networking & Security
Topic: OpenVPN and overeager DHCP [solved]
Replies: 5
Views: 10932

OpenVPN and overeager DHCP [solved]

I've been having lots of "fun" setting up remote access for my brother's shiny new NAS. Though it is possible to set up a VPN server in a Docker container on the NAS, it would make me nervous to set up such a busy internet-exposed endpoint on the same machine that hosts his files. The only other ...
  • Jump to post
by miket
Mon May 05, 2025 2:40 am
Forum: Portage & Programming
Topic: emerge --sync error with gatech mirror
Replies: 5
Views: 2234

I'm fairly certain this is not an IP or DNS problem. I'm connecting to the gatech server just fine. It's the server that's rejecting me. See my initial post.
It seems that both are true. I tested rsync with both the rsync3.us.gentoo.org and www.gtlib.gatech.edu domains and with various rsync paths ...
  • Jump to post
by miket
Mon May 05, 2025 12:13 am
Forum: Portage & Programming
Topic: emerge --sync error with gatech mirror
Replies: 5
Views: 2234

Anyways, when I plug in the rsync://rsync3.us.gentoo.org/gentoo-portage uri into my repos.conf, I still get the same failure.
See https://bugs.gentoo.org/946124 for more info on this error.

Yes, I can see where you would get the wrong address--but I also see in your bug report that it appears ...
  • Jump to post
by miket
Sun May 04, 2025 4:51 pm
Forum: Portage & Programming
Topic: emerge --sync error with gatech mirror
Replies: 5
Views: 2234

You had me worried for a bit: I use Geogia Tech's mirror as my primary mirror. Just now I tried an emerge --sync with it just now and it worked fine.

Your report made me suspect that Gentoo's mirror configuration (at https://www.gentoo.org/downloads/mirrors/ ) for that mirror changed, but I see ...
  • Jump to post
by miket
Sat Apr 26, 2025 8:03 pm
Forum: Desktop Environments
Topic: Session Menu Blocking Login
Replies: 1
Views: 11174

Proposing a solution used to be more straightforward, but nowadays there are preliminary questions to answer:
What init system are you using? Typically the answers on Gentoo are either OpenRC or systemd.
What is your choice of display server? The choices here are Xorg or Wayland. (Unlike the ...
  • Jump to post
by miket
Thu Apr 03, 2025 12:31 pm
Forum: Gentoo Forums Feedback
Topic: Spam
Replies: 5
Views: 31189

Ah--my mistake was not scrolling down when I read the pinned announcement. If I had done that, I'd see that I should have seen that spam reports should be listed as replies to that message. Sorry about that.
  • Jump to post
by miket
Thu Apr 03, 2025 12:27 pm
Forum: Networking & Security
Topic: [SOLVED] laptop does not rejoin wifi
Replies: 11
Views: 5182

I switched from scan_ssid=1 to ap_scan=1 at the global level and that did not seem to work. This morning, my machine did have an ip address, so scan_ssid at the ssid level did appear to work.
It seems to be a question of what hardware you have and what its driver will do. You've hit on what works ...
  • Jump to post
by miket
Thu Apr 03, 2025 12:24 pm
Forum: Gentoo Forums Feedback
Topic: Spam
Replies: 5
Views: 31189

Spam

User Danigeade seems to be a spammer. There are two messages so far from this user in Russian linking to a site about car rental.
  • Jump to post
by miket
Thu Apr 03, 2025 5:16 am
Forum: Networking & Security
Topic: [SOLVED] laptop does not rejoin wifi
Replies: 11
Views: 5182

It's taken a pretty good dive into the wpa_supplicant source code, but now I've got an answer.

Yes, you want ap_scan=1 . This setting instructs wpa_supplicant to do the scanning; the other legal values, 0 and 2 , leave the scanning to the driver. Many drivers (including evidently yours) do not have ...
  • Jump to post
by miket
Wed Apr 02, 2025 5:58 pm
Forum: Networking & Security
Topic: [SOLVED] laptop does not rejoin wifi
Replies: 11
Views: 5182

Try the easy things first. Is wpa_supplicant configured to scan for networks? Be sure this line is near the top of /etc/wpa_supplicant/wpa_supplicant.conf:

Code: Select all

ap_scan=1
I can tell you I don't get an automatic connection unless I specify that directive.
  • Jump to post
by miket
Mon Mar 31, 2025 10:34 pm
Forum: Networking & Security
Topic: dhcpcd loosing carrier on wifi
Replies: 2
Views: 6999

I suppose you followed the man pages for wpa_supplicant and wpa_supplicant.conf--this is to say that you have Read The (ahem) Friendly Manual. I'm sad to report that in this case it's more like Reference The Forgetful Manual. It seems to be not quite up to date.

I refer to the network block of your ...
  • Jump to post
by miket
Sat Mar 22, 2025 2:17 am
Forum: Portage & Programming
Topic: Two odd ebuild questions
Replies: 4
Views: 2440

...Regarding 1, you can also set exactly one of condition, but I don't know where/if there is documentation for that, but certainly there are ebuilds which terminate if more than one of a set of use flags is set or if one requires another, which is not set. Documentation for all of the dependency ...
  • Jump to post
by miket
Fri Mar 21, 2025 3:20 pm
Forum: Portage & Programming
Topic: Two odd ebuild questions
Replies: 4
Views: 2440

Two odd ebuild questions

I have two questions about ebuilds that I don't see in the documentation. I could try some ad-hoc approaches, but I'd like to hear about what what would be the best approach.

1. Configuring a package where a --with/--without option which depends on more than one USE flag. Specifically, in src ...
  • Jump to post
by miket
Tue Jan 14, 2025 9:19 pm
Forum: Portage & Programming
Topic: Rust binary rust-bin, binary-free, binary chains experience
Replies: 18
Views: 16390

I had a surprise when updating a system after a few months and so dev-lang/rust was multiple versions behind: emerge took a good bit of time in doing dependency resolution in order to stage updates to each of the slotted versions in turn. Yikes!!

It was then I saw to my great relief that chromium ...
  • Jump to post
by miket
Wed Nov 13, 2024 6:31 am
Forum: Gentoo Chat
Topic: Looking for asciidoc viewer or wysiwyg editor
Replies: 10
Views: 41106

The Firefox extension works well enough, so I can use it to verify that the written document doesn't contain any syntax errors. Eventually, I think, I can live without any preview... since, like it's name suggests, it should be human readable in raw and rendered form.
Funny, just in the last few ...
  • Jump to post
by miket
Tue Sep 17, 2024 8:12 pm
Forum: Gentoo Chat
Topic: Living in a tty
Replies: 24
Views: 20984

But yes, you can browse and watch videos on the frambuffer console. Only browsing will be a bit strange. I used to use links and even lynx back in the days.
I bet you didn't know about www-client/netsurf with the fbcon USE flag. I was surprised lately when using a minimal Linux distribution ...
  • Jump to post
by miket
Sat Aug 03, 2024 4:32 pm
Forum: Kernel & Hardware
Topic: WTF moment with linux-firmware
Replies: 8
Views: 11390

I took a look at various packages that are adjacent to automagic boot setup: grub, genkernel, dracut, and plymouth (I had never emerged any of the last three of these). Guess what? None of these install anything into /boot!

One attribute of the boot directory/partition is the wide diversity of ...
  • Jump to post
by miket
Sat Aug 03, 2024 1:54 am
Forum: Kernel & Hardware
Topic: WTF moment with linux-firmware
Replies: 8
Views: 11390

There's already a topic about your exact scenario and an Intel CPU. There are other threads in general about the changes to installkernel. I saw a news item about installkernel. I hadn't been aware of it and since I never run make install for the kernel, I've never used installkernel unknowingly. I ...
  • Jump to post
by miket
Fri Aug 02, 2024 11:20 pm
Forum: Kernel & Hardware
Topic: WTF moment with linux-firmware
Replies: 8
Views: 11390

WTF moment with linux-firmware

While getting set up for building a kernel, I noticed a Strange Thing. I suppose that some people in this section of the forums might have a use for it, but it sure has me scratching my head.

I did a quick ls of my /boot directory to see if I had the boot partition mounted and was surprised by what ...
  • Jump to post
by miket
Thu Aug 01, 2024 2:46 am
Forum: Portage & Programming
Topic: Importing bin packages [SOLVED]
Replies: 9
Views: 14725

- PKGDIR isn't really supposed to be meddled with manually, so there might be other stuff missing or incorrect (e.g. the Packages index file, don't know if this is actually required these days. Check `emaint binhost` for that).
- make sure you didn't explicitly use --binpkg-respect-use=y when ...
  • Jump to post
by miket
Tue Jul 30, 2024 1:27 pm
Forum: Portage & Programming
Topic: gpkg to xpak conversion? (solved)
Replies: 4
Views: 10548

I couldn't sleep, so I have written your script. Completely untested. For starters, the mapping from the chosen compression method to archive extension only works with XZ.

Thank you very much, bstaletic, for your hints as to how to approach the problem and your sample script. I about never have ...
  • Jump to post
by miket
Sat Jul 27, 2024 9:41 pm
Forum: Portage & Programming
Topic: gpkg to xpak conversion? (solved)
Replies: 4
Views: 10548

gpkg to xpak conversion? (solved)

I had a nice game plan for moving to profile 23.0 with minimal pain: start a fresh build root on my build host with a profile 23.0 stage tarball, edit the parent file of my custom profile to point to the needed 23.0 profile, emerge my world set, and have an easy transition on my client machines ...
  • Jump to post
by miket
Sun Jun 09, 2024 8:39 pm
Forum: Gentoo Chat
Topic: OpenRC : split-usr or merged-usr ?
Replies: 14
Views: 68942

In /var/db/repos/gentoo/profiles/releases/23.0/profile.bashrc the detection whether the profile is with a split or merged usr is based on the simple test of a split-usr substring within the directory path of the profile.
This is simply imposing a supplementary assertion on custom profiles which ...
  • Jump to post

Search found 512 matches
  • Page 1 of 21
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • 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