Search results

  1. osprey

    bad gateway error 502

    I can't say where there issue arises, but the output on screen here is nearly always "Host error"
  2. osprey

    Solved Suddenly Can't Visit Linux.org On my Laptop (No problems with my Android phone)

    There has been a bit of that "Error" lately. Perhaps see here: https://linux.org/threads/bad-gateway-error-502.49967/
  3. osprey

    VPN Help

    @InvaderSumo, you may be tempting fate with your sources.list including foreign repos. That is where the errors are in the output. Perhaps check out: https://wiki.debian.org/DontBreakDebian There's no need to have the foreign repos in the sources.list to download deb packages that can be...
  4. osprey

    I'm having issues rendering PDF files in Firefox

    Firefox 126.0 renders pdf files normally here, including that sample pdf in post #1. The firefox I use is from the tarball: firefox-126.0.tar.bz2, so it's not a flatpak or a snap or a distro repository version. That should not make a difference, but I mention it just in case.
  5. osprey

    not so good code/examples

    This thread on cat may be of interest: https://linux.org/threads/todays-article-is-really-a-beginners-type-of-article.47505
  6. osprey

    Need help, dwm is killing itself when clicking URLs or links

    It looks like there's a clutch of problems @Reverzed. Dealing with one problem at a time is probably the best way to go. I think you've established that dwm and firefox are okay. I'm reluctant to make suggestions that could mess around unpredictably to the system. Here are some thoughts...
  7. osprey

    initramfs question

    Files can become damaged or put in disorder for a number of reasons including the main ones like: power failure, or any interruption to the system that occurs without the proper unmounting of filesystems; and, hardware faults, like problems with the moving parts or controller in rotating disks...
  8. osprey

    Need help, dwm is killing itself when clicking URLs or links

    It's not looking good at the moment. You've probably eliminated a few possible causes though with your work. Now that you've mentioned the homebrew repos, I'm wondering about how they may be implicated. I cannot say though since I've only ever used homebrew on a Macbook some time ago using...
  9. osprey

    Are you using Private AI yet?

    Different AI engines can produce different answers or responses which sometimes are complementary and sometimes quite different approaches to the issue of interest. This has happened here using ChatGPT, Gemini, Copilot and Perplexity. On coding issues, different alternatives become available...
  10. osprey

    Need help, dwm is killing itself when clicking URLs or links

    Looks like a few issues to untangle here. The dwm "fatal error" suggests an investigation of dwm ... as suggested in post #8, might be worth trying a patch-free dwm. The libva issues looks to be about video acceleration, so it may be worth having that turned off in firefox where the setting is...
  11. osprey

    Need help, dwm is killing itself when clicking URLs or links

    No need for sorry ... it's an unusual problem so far as I can see. I wonder if the dwm patches are implicated. It may be worth trying to just build another dwm with no patches and see if that makes a difference. The dwm 6.5 here has no patches and receives focus immediately it's run. Just a...
  12. osprey

    Need help, dwm is killing itself when clicking URLs or links

    Thanks for the video. The click doesn't get a blank screen, but rather a return to the login screen, but the problem is clear. Before I saw the video I wrote out a proposal to check firefox and dwm, which was the following: To check whether dwm or firefox is a problem, it may be worth trying...
  13. osprey

    Need help, dwm is killing itself when clicking URLs or links

    The problem is a little unclear to me. Are you experiencing "Screen turns black" when clicking links in firefox when running dwm, but when running cinnamon, firefox runs properly? Normally the window manager, or desktop environment, will not alter the functioning of a web browser like firefox.
  14. osprey

    ffmpeg not playing sound correctly

    @truckerDave , perhaps try: ExecStart=/bin/bash -c /usr/doorbell.sh
  15. osprey

    bad gateway error 502

    The problem of outage of the linux.org website has been much greater than the claimed "overall uptime" of ~99.6%. That 99.6% would suggest that the website has only been down for around 6 minutes in a day, but that simply is not the case here where it's been down for as long as 10 minutes...
  16. osprey

    Question on practice test

    At Red Hat, they mention the following: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/managing_software_with_the_dnf_tool/index Old timers, perhaps :) , who were used to typing yum under the fingers, may still use it, but it's clearly no disadvantage in...
  17. osprey

    Change CPU frequency in Linux

    @wolly , perhaps have a look at this thread: https://linux.org/threads/how-to-change-laptop-power-management-from-powersave-to-performance.47469/#post-209971 In some distros cpufrequtils has been replaced by cpupower from the package: linux-cpupower.
  18. osprey

    Sudo problems

    Note that firmware and drivers are separate items, both of which are needed for the device to operate. For the intel wifi, the package: firmware-iwlwifi needs to be installed, as well as the iwlwifi driver which is in the kernel in this case. If a wifi driver isn't in the kernel, it has to be...
  19. osprey

    Sudo problems

    If Debian is the user's name, then you can, as root, amend the file: /etc/sudoers by adding: Debian ALL = (ALL: ALL) ALL That will give user Debian permission to execute any command. To alter the /etc/sudoers file one usually uses the "visudo" command, as root, whilst in the /etc directory...
  20. osprey

    dpkg error code 1 every time installing with apt

    To check the installed status of the linux images and linux headers and lynis, you can run commands like: dpkg -l | grep linux-image dpkg -l | grep linux-headers dpkg -l | grep lynis and if the output lines begin with ii, it means that according to the system, they have been successfully...
Top