For now, virt-p2v is a no go.
It does not recognize NVMe like /dev/nvme0n1
Posts made by FATeknollogee
-
RE: P2V: Fedora 33 desktop to KVM vm
-
RE: Multi-site "management" of IT infrastructure
@scottalanmiller said in Multi-site management of IT infrastructure:
@FATeknollogee said in Multi-site management of IT infrastructure:
I see a lot asset management/check-in/check-out.
Anyone using this to manage servers, switches etc?I'm not aware of it doing any management, just asset control.
That's what I thought. Just wanted to make sure I wasn't missing anything since someone suggested it as an answer to my OP.
-
RE: Multi-site "management" of IT infrastructure
@scottalanmiller said in Multi-site management of IT infrastructure:
@FATeknollogee said in Multi-site management of IT infrastructure:
What is the FOSS (or OSS) equivalent of this: https://github.com/BronsonMagnan/AdminPortal
That project is already FOSS. Why not just use that?
It's not a management tool, it's a web hub - just a place to list other tools in an easy to find format. Absolutely brilliant idea and super useful, but it doesn't manage or aggregate anything itself. Traditionally we just use a wiki page for that.
I agree it's brilliant & useful.
It is Windows, just trying to use a free o/s & not "burn" a Windows license! -
RE: P2V: Fedora 33 desktop to KVM vm
@JaredBusch said in P2V: Fedora 33 desktop to KVM vm:
@FATeknollogee said in P2V: Fedora 33 desktop to KVM vm:
What's the tool of choice?
I've never done a P2V of a Fedora system.
@FATeknollogee said in P2V: Fedora 33 desktop to KVM vm:
This tool https://libguestfs.org/virt-p2v.1.html ?
This looks like the best tool from 2 minutes on Google.
I was kinda thinking, might be a good time to try it.
Quick look at the docs say the conversion server can be a vm. -
RE: P2V: Fedora 33 desktop to KVM vm
@scottalanmiller said in P2V: Fedora 33 desktop to KVM vm:
virt-manager or cockpit
This tool https://libguestfs.org/virt-p2v.1.html ?
-
RE: P2V: Fedora 33 desktop to KVM vm
@scottalanmiller How do you p2v w both of those tools?
-
RE: Multi-site "management" of IT infrastructure
I see a lot asset management/check-in/check-out.
Anyone using this to manage servers, switches etc? -
Multi-site "management" of IT infrastructure
What is the FOSS (or OSS) equivalent of this: https://github.com/BronsonMagnan/AdminPortal
How are you managing gear in your multiple sites?
-
RE: Fedora 33 is officially here!
I really need to do a clean reinstall, I've been upgrading since F26.
There's a lot of crap I'd like to get rid of. -
RE: Fedora 33 upgrade time
@JaredBusch said in Fedora 33 upgrade time:
@FATeknollogee said in Fedora 33 upgrade time:
Had to switch back to Cinnamon from Deepin - dock issues!
I am giving Gnome (the default) a go. Been a few weeks now on my laptop.
A couple of Gnome plugins related to the status bar and I’m good to go.
I’ve worked out the only major issue I found so far. Which was really not major. Just Flameshot would not work right.
I thought you've always been a Cinnamon guy!
I guess I can always check out Gnome, doesn't hurt! -
RE: Fedora 33 upgrade time
Had to switch back to Cinnamon from Deepin - dock issues!
-
Microsoft Edge for Linux
Anyone else trying this out?
https://blogs.windows.com/msedgedev/2020/10/20/microsoft-edge-dev-linux/
https://www.microsoftedgeinsider.com/en-us/download/?platform=linux-rpm
Fedora
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge sudo mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-dev.repo ## Install sudo dnf install microsoft-edge-dev
Debian/Ubuntu
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list' sudo rm microsoft.gpg ## Install sudo apt update sudo apt install microsoft-edge-dev
-
RE: Tactical RMM
Maybe I'm looking in the wrong place but I don't see any Linux agents?
-
RE: Tactical RMM
@travisdh1 said in Tactical RMM:
@FATeknollogee said in Tactical RMM:
Who's up for using it in "production"?
I don't know about production, but I may just give it a shot for my "friends and family" group.
Sounds like "production" to me!
-
RE: Help setting up routing
@JaredBusch Got it. I now see that it's a 10.202.0.x vs your LAN IP of 10.202.8.x - men, need to put my glasses on!
-
RE: Help setting up routing
@JaredBusch Just curious, what it the /23 on eth3, is that one of your LAN IP blocks from AT&T?
-
RE: Edgerouter: modify config
@JaredBusch Just a reminder for when have some time.
-
Edgerouter: modify config
Edgerouter 4 S2S & Client VPN config files: what's the best way to replace (overwrite) the Public IP address?
set vpn ipsec site-to-site peer 1.2.3.4 authentication mode pre-shared-secret set vpn ipsec site-to-site peer 1.2.3.4 authentication pre-shared-secret "shared-secret" set vpn ipsec site-to-site peer 1.2.3.4 description ipsec
set vpn l2tp remote-access outside-address 5.6.7.8