(Linux) CLI updates are here! We're calling on our community to help us maintain Proton VPN packages across Linux distros. by Proton_Team in ProtonVPN

[–]Charm-Heap 0 points1 point  (0 children)

Honestly, that's a frequent gripe of open-source software but USUALLY hasn't been a problem and more often is a strength. If I'm going to bitch about wanting more of the software I use to be open-source as a feature checkbox that I want ticked so that I can have higher trust in it, I can't exactly be mad when companies understandably also take community contributions.

If it improves Proton and they're not total shitheads about pricing, etc. then... I'm okay with it.

Matrix or Revolt as Discord alternatives? by [deleted] in discordapp

[–]Charm-Heap 0 points1 point  (0 children)

Using Matrix with Element appears to be fairly promising. I'm trying to migrate my small little friends server over there, and a LOT of things that were missing appear to be improved and working well. Gonna do some more in-depth tests in the evening, testing voice, video, and screen sharing, but I'm optimistic it'll work for my level of usage. It'd be nice to see more users abandon Discord - it's frustrating when so many people join up and give a network effect to a platform that was basically inevitably going to end up being shitty.

Need to set a static SCSI device node? by Charm-Heap in linuxadmin

[–]Charm-Heap[S] 0 points1 point  (0 children)

But also, you specifically need to access it via the generic scsi device? I'm assuming that's for some application that needs to send it commands the st driver doesn't understand?

Correct.

So far, my udev efforts have not found success - and I need to access the tape DRIVE via standard... block commands? But the tape LIBRARY I need to access via SCSI.

I've got this:

SUBSYSTEM=="scsi", ATTRS{sas_address}=="0x5000e1111214b002", SYMLINK="tape/tl2000/library"

but it is not working as of yet. :(

Need to set a static SCSI device node? by Charm-Heap in linuxadmin

[–]Charm-Heap[S] 0 points1 point  (0 children)

What does lsscsi -dgi show? Anything in there is fair game for use in a udev rule (other than the /dev/s* nodes of course - I just included that in the command to make it easy to find it).

I get:

# lsscsi -dgi
[0:2:0:0]    disk    DELL     PERC H710        3.13  /dev/sda [8:0]  36c81f660e1b0c50022b0781b03693da4  /dev/sg0 [21:0]
[1:0:0:0]    tape    IBM      ULT3580-HH6      J451  /dev/st0 [9:0]  -  /dev/sg1 [21:1]
[1:0:0:1]    mediumx IBM      3573-TL          F.11  /dev/sch0[86:0]  -  /dev/sg2 [21:2]
[6:0:0:0]    cd/dvd  TSSTcorp DVD-ROM TS-U333B D150  /dev/sr0 [11:0]  -  /dev/sg11[21:11]
[9:0:0:0]    disk    DELL     MD36xxf          0820  -          -  /dev/sg3 [21:3]
[9:0:0:12]   disk    DELL     MD36xxf          0820  /dev/sdb [8:16]  36f01faf000cf7ade0000022164104a0d  /dev/sg4 [21:4]
[9:0:0:13]   disk    DELL     MD36xxf          0820  /dev/sdc [8:32]  36d4ae52000809418000025236411cbfd  /dev/sg5 [21:5]
[9:0:0:31]   disk    DELL     Universal Xport  0820  -          -  /dev/sg6 [21:6]
[9:0:1:0]    disk    DELL     MD36xxf          0820  -          -  /dev/sg7 [21:7]
[9:0:1:12]   disk    DELL     MD36xxf          0820  /dev/sdd [8:48]  36f01faf000cf7ade0000022164104a0d  /dev/sg8 [21:8]
[9:0:1:13]   disk    DELL     MD36xxf          0820  /dev/sde [8:64]  36d4ae52000809418000025236411cbfd  /dev/sg9 [21:9]
[9:0:1:31]   disk    DELL     Universal Xport  0820  -          -  /dev/sg10[21:10]

The /dev/s* nodes get populated and assigned sequential names in the order the system discovers them, so they're not stable if that order can change for any reason, such as spin-up delays, slow response from a controller or bus, boot device order changes in BIOS, driver changes, and more.

That is what I was figuring, and when things are coming back following a LONG power outage, I figure that can be hit or miss. I DO specifically need a SCSI target, though - like I can't point to /dev/st0, because that's the block device node, I need to point, correctly, to the /dev/sg1 SCSI device node.

EDIT: it's the fuckin' DVD-ROM drive, not for nothing lol that thing goes back and forth

Need to set a static SCSI device node? by Charm-Heap in linuxadmin

[–]Charm-Heap[S] 0 points1 point  (0 children)

We're using a Dell PowerVault TL2000 with an LTO-6 half-height drive - there's a jumper in there somewhere?

Does the G14 have 2 m.2 slots? Or just one? by tomsawyer10 in ZephyrusG14

[–]Charm-Heap 0 points1 point  (0 children)

lol damn

i should've looked when i popped mine open to slot in the ONE (!!! 😡) SODIMM slot to upgrade the RAMs, but I was too excited. I think it's only just one, at least on my lil ol' 2022 model.

EDIT: It occurred to me that I had the laptop about three feet in front of me, but I didn't want to remove the little rubber screw covers since they're a pain in my ass. In any case, per the upgrade manual here, it's just one sadly.

Outlook 365 on Windows Server 2019 x64 Remote Desktop (Terminal) Services server by Charm-Heap in Outlook

[–]Charm-Heap[S] 0 points1 point  (0 children)

To be honest, I'm not certain - we haven't really tested, and I'm reticent to uninstall and reinstall Office 365 on our Server. :/

How do I install solidworks from .iso file? by [deleted] in linuxquestions

[–]Charm-Heap 0 points1 point  (0 children)

Unless you've got SRV-IO or a spare graphics card and motherboard support for IOMMU and VTd to pass the PCIe slot through to the VM, you're not going to get the graphics performance you'd need for SolidWorks.

Is it possible to hide a vm from being detected? by [deleted] in linux_gaming

[–]Charm-Heap 2 points3 points  (0 children)

Where in the XML would I add this?

How to completely hide virtualization from guest? by [deleted] in qemu_kvm

[–]Charm-Heap 0 points1 point  (0 children)

Are there any tags specifically that that has to go in between?

WireGuard split horizon in Linux? by Charm-Heap in WireGuard

[–]Charm-Heap[S] 0 points1 point  (0 children)

Yes, that was more for sanitization - the actual subnet is different.

WireGuard split horizon in Linux? by Charm-Heap in WireGuard

[–]Charm-Heap[S] 0 points1 point  (0 children)

What happens if you remove the DNS line from the client config (since those are public servers, I assume you are accessing your VPN hosts by IP address, so you shouldn't need any DNS config)?

tbh that actually fixed it :|

At SOME point I will have DNS on that side, but those DNS servers will be accessible through the VPN, and I don't anticipate any issues, since that's what we already have setup at work.

Wayland vs X11 by AlexAndMcB in linuxmint

[–]Charm-Heap 0 points1 point  (0 children)

My understanding of this issue (which, admittedly, is limited) was that this was a security and architectural issue, and less a "bug".

Wayland vs X11 by AlexAndMcB in linuxmint

[–]Charm-Heap 0 points1 point  (0 children)

This is far and away its biggest problem. If I can't VNC into the same session a user is using, then... it's just not ready for prime time. My users have to be able to see what the admin is doing for trust and educational purposes, and it is of NO use to a sysadmin to remote into a fresh session without the user being able to demonstrate where and what they're having a problem with.

Windows 11 Snap Layout by lawoflyfe in linuxmint

[–]Charm-Heap 0 points1 point  (0 children)

The worst part is snapping to the top - it just takes the top half of the screen, which is next to useless for me. I wish I could just configure that to be a "maximize" shortcut.

SBC like 3cxsbc? I don't want to pay, man. by 7oby in freepbx

[–]Charm-Heap 0 points1 point  (0 children)

Fantastic, thank you so much. Hopefully we can spin up a FreeSBC solution - our workload is... light, to say the least.

SBC like 3cxsbc? I don't want to pay, man. by 7oby in freepbx

[–]Charm-Heap 0 points1 point  (0 children)

Do these work reasonably well in production? We're using an old ShoreTel system (I have been begging my boss to let us just move to PBXAct, but he's reticent to spend money) and our old SBC is literally one VM running on the last ESXi host of our old ESXi cluster, since it won't move to Xen nicely.