Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

jadedwench

@jadedwench@lemmy.world

She/They

This profile is from a federated server and may be incomplete. Browse more on the original instance.

jadedwench , to linuxmemes in Props to Alpine and Kali for disabling this bullshit out of the box

I had to change mine to mac address naming on my proxmox server after the second time the name changed due to a GPU or SSD being added. It was kind of like, so what, if an SSD dies suddenly or I have some issue with a device you are going to rename my fucking nic card again while I am trying to troubleshoot? Absolutely deranged.

jadedwench , to Selfhosted in NIC goes dark when Proxmox kernel loads after GPU install (works again if GPU removed)

Sorry, didn't make it home until today and not sure if you get notifications on edits. You will need a monitor and keyboard hooked up to your server as you will not have ssh access until the network config is "fixed". I would do the below with the GPU removed, so you know 100% that your networking config is correct before mucking about further.

Step 1 - Create 99-default.link file

Add a /etc/systemd/network/99-default.link with the below contents.

# SPDX-License-Identifier: MIT-0
 #
 # This config file is installed as part of systemd.
 # It may be freely copied and edited (following the MIT No Attribution license).
 #
 # To make local modifications, one of the following methods may be used:
 # 1. add a drop-in file that extends this file by creating the
 #    /etc/systemd/network/99-default.link.d/ directory and creating a
 #    new .conf file there.
 # 2. copy this file into /etc/systemd/network or one of the other paths checked
 #    by systemd-udevd and edit it there.
 # This file should not be edited in place, because it'll be overwritten on upgrades.

 [Match]
 OriginalName=*

 [Link]
 NamePolicy=mac
 MACAddressPolicy=persistent

Step 2 - Reboot and find new name of NIC that will be based on MAC

I forget if you have to reboot, but I am going to assume so. At this point, you can get the new name of your nic card and fix your network config.

  1. ip link should list all of your nic devices, both real and virtual. Here is how mine looks like for reference, with the MAC obfuscated:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enxAABBCCDDEEFF: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
    link/ether AA:BB:CC:DD:EE:FF brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether AA:BB:CC:DD:EE:FF brd ff:ff:ff:ff:ff:ff

Step 3 - Fix your network config and restart network manager

You will need to edit your /etc/network/interfaces file so the correct card is used.

  1. Make a copy of /etc/network/interfaces, just in case you mess something up.
  2. sudo vim /etc/network/interfaces (or whatever text editor makes you happy)
    It will need to look something like below. I have to have DHCP turned on for mine, so your config likely uses static. Really all you need to do is change wherever it says enp yada yada to the enxAABBCCDDEEFF you identified above.
 source /etc/network/interfaces.d/*

 auto lo
 iface lo inet loopback

 iface enxAABBCCDDEEFF inet manual

 auto vmbr0
 iface vmbr0 inet dhcp
 #iface vmbr0 inet static
 #address 192.168.5.100/20
 #gateway 192.168.0.1
     bridge-ports enxAABBCCDDEEFF
     bridge-stp off
     bridge-fd 0
  1. Restart your networking service. You shouldn't need to reboot.
    sudo systemctl restart networking.service

Step 4 - Profit?

Hopefully at this point you have nework access again. Check the below, do some ping tests, and if it doesn't work, double check that you edited the interfaces file correctly.

  1. sudo systemctl status networking.service will show you if anything went wrong and hopefully show that everything is working correctly
  2. ip -br addr show should show that the interface is up now.
lo               UNKNOWN        127.0.0.1/8 ::1/128
enxAABBCCDDEEFF  UP
vmbr0            UP             192.168.5.100/20 

At this point, if all is well, I would reboot anyways, just to make sure. If you add any GPUs, sata drives, other PCI device, disable/enable wifi/bt in the BIOS, or anything else that changes the PCI numbering, you don't have to worry about your NIC changing.

jadedwench , to Selfhosted in NIC goes dark when Proxmox kernel loads after GPU install (works again if GPU removed)

I am not at home, but what I did was change the 99-default.link file. I found this from the two pages below.
https://wiki.debian.org/NetworkInterfaceNames#CUSTOM_SCHEMES_USING_.LINK_FILES
https://wiki.debian.org/NetworkInterfaceNames

Basically, by doing this, your nic cards will be forcibly named using the mac address:

#/etc/systemd/network/99-default.link
 [Match]
 OriginalName=*

 [Link]
 NamePolicy=mac
 MACAddressPolicy=persistent

Afterwards, you will need to reboot and then update your network config file to use the correct names. I don't ever change the network config with the GUI in proxmox as it has wrecked it too many times. I will update this reply again later with some more information on what to do.

jadedwench , to Selfhosted in NIC goes dark when Proxmox kernel loads after GPU install (works again if GPU removed)

I changed my settings to name nic cards by mac address instead of the enumeration as I got sick of the name changing when I would add/remove pci devices.

jadedwench , to Comic Strips in Origin Story

In all of chihuahuas I have met, only one was a psychotic rage monster. The rest totally tracks. Now Pomeranians...those things drive me insane. I absolutely love dogs, but I cannot stand Pomeranians. WHERE IS THE OFF SWITCH.

jadedwench , to Technology in The Internet Archive is under a DDoS attack

I know right? It sucks having a curved screen with a case as it pushes my thumb in the exact worst spot on the side of the screen. I accidentally do things all the time. I rest my thumb on the case edge to try and avoid it, but if I barely tilt, it touches the oversensitive touchscreen. First world problems.

jadedwench , to Technology in Mozilla is adding tab grouping, vertical tabs, profile management, and local AI features to Firefox

Same. I had to uninstall due to the battery drain issues. Pixel 6 Pro. Battery life is not something I am willing to compromise on.

jadedwench , to Memes in Just use Firefox

Thank you. I admit I don't use Firefox right now due to issues I ran in to during my trial run earlier this year. Once the battery drain issues are fixed on the Android client I can at least switch back to it on my phone.

My company surprised me last week as we did an install and things didn't work right in Firefox for the customer. My boss and the team are committed to fixing it and doing better on browser testing. There was not a moment of hesitation on this decision. We of course told them to use Edge, Safari, or Chrome in the meantime, but by no means are we throwing it on the bottom of the "fix" pile. Team is almost done and ready to send to QA. Super proud.

jadedwench , to Mildly Infuriating in Lots of times the restaurants won't even have milk

In a similar train of thought, have you tried having (good) orange juice with Mexican food? I used to love having it once in a while when we brought home Rosa's. Never did at a restaurant. Not a complete heathen. 😁

jadedwench , to 196 in Boeing training rule

No worries! I am on mobile, so I get tired of typing things sometimes. Thank you for going into more detail as all my eloquent points are spent for the day. I sent my favorite Shake Hands With Danger safety video to the software guys yesterday. I hope at least one of them watches it.

jadedwench , to 196 in Boeing training rule

Couple things. Fall prevention training. Part of that is knowing how to rescue yourself if you do fall, what to do if your only option is to wait for help, and how to help someone else. There are training sites that will push you off a wall...

Fall arrest systems are meant to save your life when you fall. You don't hang in the air with them all day. That is a different type of harness. If you fall, you can't just get up and continue like nothing happened. Fall arrest part of the harness has to be replaced. The rest of the harness has to be fully inspected, if not replaced as well.

Hanging in a harness can kill you as the straps will cut off the circulation in your legs. To prevent that, there are these little pouches on a line that you can deploy from your harness that are basically stirrups. You can put your feet in them and "stand" up while waiting for rescue. If someone is in a harness and unable to rescue themselves, this becomes problematic. Gravity is a bitch and waits for nobody.

I figure it is just a display, but I guess they could go through the effort of shoving people off. Probably safer than the plane. Especially when you are responsible for inspecting your own safety equipment every single time you use it.

jadedwench , to Technology in Dell warns of data breach, 49 million customers allegedly affected

Sames. They make sweet monitors.

jadedwench , to linuxmemes in Look what they need to mimic a fraction of our unshittified experience

I never considered old DOS games until now. Thank you!

jadedwench , to linuxmemes in Look what they need to mimic a fraction of our unshittified experience

I think I vaguely remember something about that, but I would be pretty upset if the keyboard navigation was unusable. It is almost as bad as the stupid mouse enabled BIOSs that never work. It doesn't even work on the Dell laptop I have for work. The keyboard navigation is always extra special in those cases and involves a lot of button mashing to get to the correct thing, if I can figure it out at all.

I don't use wired mice either and had to dig the old gaming mouse out recently so I could get to some menus on a new machine to pair the mouse. I have done the mouse pairing thing through console and it isn't the best experience, especially if you are trying to figure out if things are working in the first place. For me, I could figure it out. For a new user, you are asking a lot.

Just give me an old school OS installer with simple menus, easy keyboard navigation, and the bare minimum guidance needed to not entirely fuck it up.

jadedwench , to linuxmemes in Man pages bad

The best was on arch because I had no idea how to use pacman, which I needed to install man, when I needed how to use pacman. I will have to take a look at tldr. I mostly use Debian without a desktop environment, but have an Arch VM for gaming here and there. Works out.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • All magazines