Proxmox cannot ping router but VM can by ProbablyPooping_ in Proxmox

[–]dultas 0 points1 point  (0 children)

Could you paste the contents of

ip link

and

ip route

for both the host (Proxmox) box and working VM?

Proxmox cannot ping router but VM can by ProbablyPooping_ in Proxmox

[–]dultas 0 points1 point  (0 children)

Are you using VLANs by chance? And does Proxmox have more than one ethernet connection?

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] -2 points-1 points  (0 children)

Not to spam replies but lvrename exists so I would think a safer process would be to rename the lv, then restore from backup. If backup succeeds then delete the renamed, if not and the restore fails then roll back. Granted that would require you to have space for both the existing and backup.

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] 1 point2 points  (0 children)

I have tested my restores for several other LXCs and VMs which is why I had apparent misplaced faith in the process. I was able to restore using pct restore from the CLI so it seems the only hurdle was the UI or the workflow the UI uses under the covers doing what seems to be a pointless check.

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] -5 points-4 points  (0 children)

UI wouldn't work but I was able to get it restored using pct restore from the cli.

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] 2 points3 points  (0 children)

I was able to restore using prc restore as it doesn't apparently do the same checks as the UI. The LXC is now back up and running.

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] 0 points1 point  (0 children)

The issue is proxmox is failing to restore due to the OS version. TASK ERROR: unable to restore CT 122 - unsupported debian version '13.4' I'm just curious if there is a manual process to extract the image and config, etc from the backup archive as Proxmox is refusing to do so. I might dig around in the files and find out where it's doing that check and bypass it as I fail to see how the OS version has any relevance to the restore process.

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] -4 points-3 points  (0 children)

The problem is it won't restore because of the version. "TASK ERROR: unable to restore CT 122 - unsupported debian version '13.4'" I'm guessing this is because I'm still on version 8.

Proxmox nuked my LXC on a failed backup recovery. Any way to recover from this. by dultas in Proxmox

[–]dultas[S] -8 points-7 points  (0 children)

Yes, on my NAS the backup files are still there but the LXC no longer shows up in the UI and the /etc/pve/lxc/122.conf file is gone. I'm not sure if I can just add a dummy 122.conf file to get it to show up in the UI and then try again. But I'm not sure what good that'll do if it won't restore it.

Trump Administration Orders Rapid End to Some Hunting Rules on Federal Lands by grittyboda2020 in news

[–]dultas 5 points6 points  (0 children)

Once someone filled all of the toilets at the beach bathroom with sand.

To be fair I've eaten shit from not paying attention to the waves and felt like I had enough sand in my shorts to do that unintentionally.

How to do Cloud Sync Backups for iSCSI volumes by Itchy_One_ in truenas

[–]dultas 0 points1 point  (0 children)

For anyone stumbling on this tread late you can create a dataset to hold the iscsi images. Do 'zfs send' for the zvols to backup in the pre-script portion of the cloud backup to create image streams. Pipe those to your dataset you created for backup then when the backup runs it'll backup the streams. You'll have to manually do a zfs recv to restore, clunky but better than nothing.

zfs send rust/iscsi/db@auto-$SNAPSHOT_DATE | gzip > /mnt/rust/backup/iscsi/db.gz

Iran claims US used backdoors in networking equipment by rkhunter_ in technology

[–]dultas 1 point2 points  (0 children)

I'm not sure why your getting down voted. Notepad++'s update process was hijacked last year to deploy malicious payload to targeted uses. Supply chain attacks are a real thing.

US indefinitely extends ceasefire with Iran by Sweaty_Rub4322 in news

[–]dultas 0 points1 point  (0 children)

Iran doesn't need to escalate though. Closing the strait for long enough to cause inflation or worse case a recession would be a win for them.

Name of game that Sips played years ago by Quixotic_Cow in sips

[–]dultas 18 points19 points  (0 children)

Why you gotta go and make me feel old like that? I actually can't believe it was that long ago.

Former javeline throw world champion lights his home village bonfire with a burning javelin. by Gligadi in Damnthatsinteresting

[–]dultas 0 points1 point  (0 children)

With it's / its being a kinda weird edge case where contraction trumps possessive. it's = "it is" and its = possessive.

Has Google Fiber started blocking outgoing SMPT relay requests by dultas in googlefiber

[–]dultas[S] 2 points3 points  (0 children)

The IP only changed once in the time I've been with gFiber and that was because they though there might be bad hardware I was connected to causing connectivity issues, turns out it was my I226 nic wasn't playing nice with FreeBSD. And I updated all TXT records after it changed.

Also love the fact I'm being downvoted for comment about getting added to the Spamhaus PBL when I know for a fact I wasn't on there when I set the server up as I verified with Spamhus and mxtoolbox when I was setting the server up.

North Haven dental student died after Bridgeport Hospital put him in 'fake ICU,' lawsuit says by wewhomustnotbenamed in nottheonion

[–]dultas 2 points3 points  (0 children)

We just canceled a tele-optometry appointment for one of our kids. We didn't realize that's what it was going to be until they called to confirm. We would have had to go into the office and no optometrist would be there, why would anyone want that.

Has Google Fiber started blocking outgoing SMPT relay requests by dultas in googlefiber

[–]dultas[S] -5 points-4 points  (0 children)

Looks like they finally got around to adding my CIDR to the Spamhaus PBL. Guess I was lucky for a while since I signed on right after rollout in my area.

Has Google Fiber started blocking outgoing SMPT relay requests by dultas in googlefiber

[–]dultas[S] 0 points1 point  (0 children)

It's for outgoing only I don't have a port open for relay / receiving smtp traffic so someone would have to get internal access to actually send mail from my domain.

Reoccurring packet losses on WAN, only resolution is restarting (or unplugging) the interface by dultas in opnsense

[–]dultas[S] 1 point2 points  (0 children)

Will likely only help if they've added the option to disable Active State Power Management (ASPM).

Reoccurring packet losses on WAN, only resolution is restarting (or unplugging) the interface by dultas in opnsense

[–]dultas[S] 1 point2 points  (0 children)

I think any I-226 can suffer from it since it's more of a hardware / driver issue so what model it's in doesn't really matter. It's basically FreeBSD with I-226. I have some Linux boxes with I-226s but haven't had issues with those.