Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)P
Posts
29
Comments
285
Joined
1 yr. ago

  • i am a non-serious gamer, and I really don't care. i'm looking at the game, not the computer or console.

  • VPN or Tailscale

  • alias qr='qrencode -t ansiutf8'

    This makes qr codes in the terminal.

    needs the qrencode package

    Example usage and output:

     
        
    felix@buttsexmachine:~$ qr lemmy.fish
    █████████████████████████████
    █████████████████████████████
    ████ ▄▄▄▄▄ █▄ ██ █ ▄▄▄▄▄ ████
    ████ █   █ █ █▄▀▄█ █   █ ████
    ████ █▄▄▄█ █▄▄▄███ █▄▄▄█ ████
    ████▄▄▄▄▄▄▄█▄▀ █▄█▄▄▄▄▄▄▄████
    ████▄▄▄ █▀▄▀▄▀ █▀▄▀▀   █ ████
    ████▄ ▀▄▀▄▄ ▀▄▄█ ▄▄▄█▀█ ▄████
    ██████▄███▄█▀█ ▄█▄ █▀█▀▄▄████
    ████ ▄▄▄▄▄ ██ ▀▀▀▀▄   ▀█▀████
    ████ █   █ █▀ ▀▄█▀▀▄▄  ▀█████
    ████ █▄▄▄█ █ ▀█ ▀█▀ █▄▄█▀████
    ████▄▄▄▄▄▄▄█▄▄█▄▄▄███▄▄██████
    █████████████████████████████
    █████████████████████████████
    *___*
      
  • what does intel management engine have to do with surveillance

  • I like FreeBSD, OpenBSD, Artix, and Devuan.

  • Hi, thanks for your help! I fixed this with a bios update.

  • hi, a bios revert fixed this issue. thank you for helping!

  • hi, a bios version revert solved the issue. thank you for the help!

  • a bios update revert fixed this. you were correct that it was mobo related.

  • Thank you!

  • Flashing an older bios seemed to succeed! I gave it 14 hours or so before attempting a reboot, and if seemed to reboot without stalling. I'll give it a few more days now and try another, but that seemed to have fixed it.

  • halt -p did nothing different. still hung on shutdown.

  • sudo systemctl reboot did the same. I'm starting to think this is bios related.

  • Agreed, lsmod | grep nouveau returns nothing, so I'm not concerned about nouveau or nvidia being the issue here.

  • sudo dmsetup info returns:

     
        
    Name:              raven--vg-root
    State:             ACTIVE
    Read Ahead:        256
    Tables present:    LIVE
    Open count:        1
    Event number:      0
    Major, minor:      254, 0
    Number of targets: 1
    UUID: LVM-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
    Name:              raven--vg-swap_1
    State:             ACTIVE
    Read Ahead:        256
    Tables present:    LIVE
    Open count:        2
    Event number:      0
    Major, minor:      254, 1
    Number of targets: 1
    UUID: LVM-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
      
  • Yes, I've always made sure to use update-grub and checked cmdline to make sure it has the correct parameters. Regardless of acpi=force or acpi=off, it would still hang.

  • I click the reboot button on cockpit, which issues a shutdown --reboot command as root. I agree that sleep state S5 is powered off. From the acpi docs:

    A computer state where the computer consumes a minimal amount of power. No user mode or system mode code is run. This state requires a large latency in order to return to the Working state. The system’s context will not be preserved by the hardware. The system must be restarted to return to the Working state. It is not safe to disassemble the machine in this state.

    This likely means my system is failing to reach that s5/g2 state.

  • can you elaborate on why you suspect this? The cockpit reboot or shutdown button uses the shutdown command directly along with a --reboot or --poweroff flag.

     
        
        onSubmit(event) {
            const Dialogs = this.context;
            const arg = this.props.shutdown ? "--poweroff" : "--reboot";
            if (!this.props.shutdown)
                cockpit.hint("restart");
    
            cockpit.spawn(["shutdown", arg, this.state.when, this.state.message], { superuser: "require", err: "message" })
                    .then(this.props.onClose || Dialogs.close)
                    .catch(e => this.setState({ error: e.toString() }));
    
            event.preventDefault();
            return false;
        }
    
    
      

    (source)

  • thanks for the suggestion, could you elaborate on what this would do differently from the regular shutdown command that systemctl uses? thanks again

  • Linux @lemmy.ml

    Linux server hangs on shutdown

  • Selfhosted @lemmy.world

    Better music management

  • Linux @lemmy.ml

    What do you guys think about RHEL 10 adopting RDP instead of VNC or Spice?

  • Mildly Infuriating @lemmy.world

    EBay binding arbitration

  • Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    Replacing a shut down apple music downloader

  • Funny @sh.itjust.works

    Who's gonna tell LaGuardia that's not how it works?

  • Mildly Infuriating @lemmy.world

    Roku TV requires internet connection to EDIT THE HOMEPAGE

  • Linux @lemmy.ml

    Modern heads equivalent

    heads.dyne.org
  • Mildly Infuriating @lemmy.world

    This fucking bot is still out there messaging

  • No Stupid Questions @lemmy.world

    Am I stroking it in my sleep?

  • Linux @lemmy.ml

    Can only forward SSH from virtual network, but can't forward jellyfin or nginx.

  • Linux @lemmy.ml

    VM port forwarding issue with iptables

  • Mildly Infuriating @lemmy.world

    New Youtube Web Update Requires HTML5 Canvas

  • Asklemmy @lemmy.ml

    If you could only go to one time zone for the rest of your life, what would it be and why?

  • Mildly Infuriating @lemmy.world

    This guy decided to "redact" his comment which probably solved my issue

  • Open Source @lemmy.ml

    TIL the NSA created SELinux and various other FOSS projects

    code.nsa.gov
  • Linux @lemmy.ml

    Bluetooth issues

  • Linux @lemmy.ml

    Plasma Mobile is really good

  • Technology @beehaw.org

    Garmin GPS Ghost USB Issue

  • Showerthoughts @lemmy.world

    Eureka moment