Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Less Fat Luke
May 23, 2003

Exciting Lemon
I used s3sync in the past instead of rsync/fuse. It's not maintained now but it still works like a champ.

Adbot
ADBOT LOVES YOU

Less Fat Luke
May 23, 2003

Exciting Lemon

Bob Morales posted:

If I type it in by hand it works fine. So I think it has to do with the fact that I'm cutting+pasting from a web page.
Paste it into Notepad first, then copy it again. It looks like the terminal is pasting it as encoded text.

Less Fat Luke
May 23, 2003

Exciting Lemon

Corvettefisher posted:

Alright running Centos 6.2, for some reason or another can not figure out how to enable/make sure TRIM is on for my ssd
You can mount your file systems with the discard option. If you're using LVM as well you may have to update your lvm.conf file to allow discards to be passed to the underlying physical devices as well.

Less Fat Luke
May 23, 2003

Exciting Lemon

Sulla-Marius 88 posted:

The frustrating thing about using the shell is copy-pasting commands or code in.. if it's anything longer than 100 chars, it gets really frustrating to get stuff across from webpages or code snippets etc. That's why I prefer VNC or a server GUI to be able to bulk-add text.. how do you guys get around that? Do you just add the code to a file on your local machine and transfer from there, or what?
What are you using to paste things? I never run not those problems with Putty.

Less Fat Luke
May 23, 2003

Exciting Lemon

BattleMaster posted:

Debian is easily the most boring Linux distro by a long shot but I don't think that's a bad thing. Debian Stable is actually super stable. The only problems I've ever had with it are when I've deliberately went out of my way to do something boneheaded, like back when I experimented with network mounting /usr.

I guess if you're actually going to be playing games you want to use backports or a distro that is more bleeding edge though.
I've been using Steam on an nvidia card (w/ binary drivers) on Debian Stable for a while now, works great! You'll want to use the Flatpak version of Steam but I've run into basically no issues including with performance monsters like Cyberpunk. I think the only backport package I have is btop cause it looks cool.

Less Fat Luke fucked around with this message at 23:40 on Apr 25, 2023

Less Fat Luke
May 23, 2003

Exciting Lemon
The only offensive thing in that image to me is the amount of noise that must be in that room lol. Otherwise, pretty nice setup!

Edit: And do you find heat a problem? I'm in the middle of moving my workstation/gaming PC behind a wall since I'm wasting so much AC this spring cooling the room it's in.

Less Fat Luke
May 23, 2003

Exciting Lemon
The 4090 doesn't have nvlink so if your ML tasks can be split memory-wise between a 4090 and 3090 in batches then that combo will be great; if you rely on the combined GPU memory of two 3090s though then you'll be out of luck.

Less Fat Luke
May 23, 2003

Exciting Lemon
Send help I've gone down the rabbit-hole of i3

Less Fat Luke
May 23, 2003

Exciting Lemon

VostokProgram posted:

there are 3 paths to enlightenment:
1. tiling wm, vi expert, playing the keyboard like mozart on coke
2. big de, fancy language servers, sublime or vs code or something else from this millenium
3. emacs

but the true path is a teletype + ed

I don't fit in your box (since I use vim with LSP)

Edit: For real though I have lots of RSI pain in my right arm from decades of mousing I guess, and the more I don't have to move my arm the better.

Less Fat Luke
May 23, 2003

Exciting Lemon
Wow I literally forgot Advogato existed.

Less Fat Luke
May 23, 2003

Exciting Lemon
LOL drat, I saw a great write up of that a couple months ago:
https://cohost.org/cathoderaydude/post/1228730-taking-the-deepest-p

Less Fat Luke
May 23, 2003

Exciting Lemon

Hadlock posted:

Does anybody actually daily drive vanilla Gnome 3 besides the people who actively develop on the project? Just seems like a huge pile of bad design decisions

I wasn't sure what GUI I had previously installed in 2020 and accidentally installed Gnome 3 instead of KDE, but it was glaringly obvious when the start button went missing, as did the minimize/maximize buttons

I guess Cinnamon and Mint are the successors to Gnome 2
I just tried the latest Debian package of Gnome on a throwaway VM and... they literally removed the feature where the taskbar of the desktop shows multiple apps. Like, you have to now click Activities then click the window you want to switch to if you're using maximized or non-overlapping apps. What the gently caress?

And not only that, to get multiple running apps showing they walk you through installing a browser plugin that can in turn install Gnome shell extensions, goddamn. I feel like I'm being trolled.

Edit:

Look at all the empty space that could still be showing the running apps LOL.

Less Fat Luke fucked around with this message at 21:35 on Jun 27, 2023

Less Fat Luke
May 23, 2003

Exciting Lemon

Computer viking posted:

Or press the windows/meta key. IIRC you can also start typing in that view to search for applications you want to launch, so the "win, start typing" muscle memory from windows works (albeit with very different visuals). It's kind of nice when you get used to it.
Yeah I know there's workarounds but I'm using i3 and just wanted a throwaway VM and didn't expect you know, the basic tenet of a taskbar to be different after a couple decades. Nested meta keys also aren't super fun so back to xfce4 for this task. It's still strange to me the most conservative DE is still so quick to drop basic functions like this.

Less Fat Luke
May 23, 2003

Exciting Lemon
The two main files to look at when troubleshooting VNC server issues are "xstartup" and the log file in the "~/.vnc" directory. xstartup has the commands to start when VNC starts, my XFCE4 one looks like this:
code:
xrdb "$HOME/.Xresources"
xsetroot -solid grey
export GDK_SCALE=1
dbus-launch xfce4-session
Can you paste yours, and take a look at the log file to see what failed?

Less Fat Luke
May 23, 2003

Exciting Lemon
When I was playing with KDE Plasma and Wayland they had an environment variable to choose which card to use.

Fake edit: Yeah KWIN_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0 (from Reddit)

Less Fat Luke
May 23, 2003

Exciting Lemon
Since you're mentioning it I may as well ask, is there a way in nixos using that configuration to specify versions or have some kind of lock file? I always see these configuration examples but a new machine built would have all different versions of those things and I'd like to have one captured snapshot (like a Gemfile.lock or whatever JS uses now)

Less Fat Luke
May 23, 2003

Exciting Lemon
Interesting! I do a bunch of contract work and keep each company's data in a different VM and it'd be super nice to build the VMs using this and be able to rollback whenever nvidia fucks up their drivers around ML stuff. This looks great, thanks!

Less Fat Luke
May 23, 2003

Exciting Lemon
Eh it is what it is. Right now under Debian things are pretty rock solid day to day on the CUDA side of things but the newer Windows drivers added this insane poo poo where they overflow GPU memory into system memory and I'm trying to get ahead of that appearing in the Linux driver. It's workaroundable but also, jesus christ the whole reason for using a GPU is because it's 1000x faster than the CPU, what an insane feature.

I'd love to use AMD or anything else if they stepped up their game but it's loving laughable at this point.

VVV very on-topic, goddamn

Less Fat Luke fucked around with this message at 02:31 on Nov 9, 2023

Less Fat Luke
May 23, 2003

Exciting Lemon

ziasquinn posted:

ofc the week I'm evangelizing Nixos I end up back on arch, my mother-distro
I've been all in on nix since you recommended it, even without touching flakes and NixOS yet just having nix-shell and home-manager has made managing a bazillion different projects way more easy, thanks! Probably my two only real complaints is the EVE Online-like learning curve (which is fine since I played that) and the fact that the Mac version now only supports the multiuser mode with the daemon which seems to sometimes poo poo itself but nothing insurmountable.

So.. thanks!

Less Fat Luke
May 23, 2003

Exciting Lemon
rsync doesn't have any caching but it definitely sounds like there is something weird with your case as it's quite a common usage.

Less Fat Luke
May 23, 2003

Exciting Lemon
Can you paste the relevant paths from the output of `mount` for us?

Edit: Tested this locally on both MacOS and Linux w/ ZFS, this is the output from the Mac:
code:
luke@Lukes-MBA-2022  ~ #  rsync -vi -auh ~/Test/source ~/Test/dest
sending incremental file list
cd+++++++++ source/
>f+++++++++ source/CCCS-13847751_2022-01-01.pdf
>f+++++++++ source/CCCS-13847751_2022-02-01.pdf
>f+++++++++ source/CCCS-13847751_2022-03-01.pdf
>f+++++++++ source/CCCS-13847751_2022-04-01.pdf
>f+++++++++ source/CCCS-13847751_2022-05-01.pdf
>f+++++++++ source/CCCS-13847751_2022-06-01.pdf
>f+++++++++ source/CCCS-13847751_2022-07-01.pdf
>f+++++++++ source/CCCS-13847751_2022-08-01.pdf
>f+++++++++ source/CCCS-13847751_2022-09-01.pdf
>f+++++++++ source/CCCS-13847751_2022-10-01.pdf
>f+++++++++ source/CCCS-13847751_2022-11-01.pdf
>f+++++++++ source/CCCS-13847751_2022-12-01.pdf

sent 1.05M bytes  received 248 bytes  2.11M bytes/sec
total size is 1.05M  speedup is 1.00
luke@Lukes-MBA-2022  ~ #  rsync -vi -auh ~/Test/source ~/Test/dest
sending incremental file list

sent 342 bytes  received 17 bytes  718.00 bytes/sec
total size is 1.05M  speedup is 2,930.51
Definitely something is hosed with the timestamps. If I touch one file in source I get:
code:
sending incremental file list
>f..t...... source/CCCS-13847751_2022-11-01.pdf

Less Fat Luke fucked around with this message at 01:40 on Dec 20, 2023

Less Fat Luke
May 23, 2003

Exciting Lemon

Klyith posted:

The exfat source is also using MS Bitlocker, maybe that's the problem?
Whoaah I missed this, what? I had no idea you could mount Bitlocker-protected filesystems. Whatever is doing that mounting is probably at fault.

Less Fat Luke
May 23, 2003

Exciting Lemon
I believe they're doing rsync on two local filesystems where checksumming will not happen at all in the first place.

Less Fat Luke
May 23, 2003

Exciting Lemon
That's interesting, TIL. And yeah as far as I know there's no delta transfers for local rsync, it should always do the full file.

I wonder if it could be something as simple as the Windows partition having the timestamps stored in the wrong timezone or something (related to Linux having the hardware clock in UTC versus Windows) but I have no idea at this point, sorry. Plus you said you've manually checked the timestamps in Linux so that should rule that out.

Less Fat Luke
May 23, 2003

Exciting Lemon

Tad Naff posted:

Any Synergy users here? First day of work today and somehow it was fully broken on my main machine (Fedora 39). Luckily I had the previous version's RPM lying around but I spent a long time today trying to figure out the issue, never did. Broken version is 3.0.78.1, working version 3.0.77.2. The only clues I found were references to gdm. The packages from Symless say they're for Fedora 38, did something change around gdm for 39?
I can't help with your specific problem but after a lot of bullshit with Synergy I switched to Input Leap and it's been working solid for like a year now between my Windows and Linux PCs.

Less Fat Luke
May 23, 2003

Exciting Lemon

Anarchy Stocking posted:

I play a board game with a liberally illustrated 800 page rulebook and xpdf handles it swimmingly on my 10 year old elite book.

I need to know what board game this is, thanks

Less Fat Luke
May 23, 2003

Exciting Lemon
That distribution choice seems pretty rough for a first timer, I'd suspect you'll have a much easier time with Ubuntu as it's still the gold-standard for "works out of the box".

Less Fat Luke
May 23, 2003

Exciting Lemon

Volguus posted:

Well, I've got a nvidia card and not had a problem. For more than 20 years now. "Not yet" - would be due any day now.
Yeah same under Debian primarily; I need to use it for CUDA stuff but I also play a lot of games with the binary drivers on Debian, no real issues other than the usual Linux bullshit occasionally. That being said I would buy anything else if I didn't need it for work since their GPUs are so goddamned expensive.

Less Fat Luke
May 23, 2003

Exciting Lemon
What in the gently caress

Less Fat Luke
May 23, 2003

Exciting Lemon
It would also be nice to have any modern gaming-capable GPU not cover like 3 freakin PCI slots.

Less Fat Luke
May 23, 2003

Exciting Lemon
Avahi is the usual mDNS provider - fun fact I spent like an hour trying to figure out why websockets won't work connecting to .local addresses yesterday with Wireshark (with multiple apps!) and ended up giving the targets actual hostnames to get it to work. First time in years I've had issues with .local.

Less Fat Luke
May 23, 2003

Exciting Lemon

Framboise posted:

...okay.

I can suspend without a loving problem on Kubuntu. It's not my GPU at all, it's whatever was going on with EOS that didn't want to play along.

It boots up slower than EOS does, apt feels slower and it seems like I'll need to use whatever snaps are to get certain apps working, but it works for now. I'll take it.
Awesome to hear that your GPU isn't hosed!

Less Fat Luke
May 23, 2003

Exciting Lemon
I spent all day trying to figure out why my Debian install (and various live CDs) would *not* initialize a new AMD GPU correctly - installing backport kernels, firmware from the kernel git, custom building a kernel, a million different things. Eventually I found a setting in my BIOS named "BME DMA Mitigation" that immediately made it work even with the stock Debian stable kernel. Goddamnit computers.

Less Fat Luke fucked around with this message at 22:31 on Mar 5, 2024

Less Fat Luke
May 23, 2003

Exciting Lemon
Hm kinda seems like rasdaemon itself is crashing using it's own database; I would probably stop the daemon (systemctl stop rasdaemon) and clear out the db; on Debian it's /var/lib/rasdaemon/ras-mc_event.db and then start it again (systemctl start rasdaemon).

Less Fat Luke
May 23, 2003

Exciting Lemon
Pretty weird, what distribution? I would probably reboot and force a filesystem check and maybe run memtest for a few passes.

Less Fat Luke
May 23, 2003

Exciting Lemon
I'm using it on a 32 core Threadripper with no issue so I don't think it's just simply "too many cores"

Less Fat Luke
May 23, 2003

Exciting Lemon
64 entries there. What's the processor model you're using?

Less Fat Luke
May 23, 2003

Exciting Lemon
Even the most boring distributions like Debian let you compile and use your own kernel; they provide tools to help or you can just do it yourself. It shouldn’t be an issue but check your distros docs.

Less Fat Luke
May 23, 2003

Exciting Lemon
Also this kernel version chat made me remember to try a newer kernel on Debian 12 to get AMD p_states going so I went to 6.8.1 and it literally dropped my wall-power usage in half when idling - cores drop to 400mhz now instead of 1800mhz. Worked great for a few hours til I tried to launch a Steam game and of course ZFS is currently broken with that kernel, lol.

Edit: Also cool graph porn:


Double-edit: Turns out the "stable" 6.7.10 kernel is what I wanted, AMD p-states and a functional copy_file_range for ZFS.

Less Fat Luke fucked around with this message at 00:54 on Mar 20, 2024

Adbot
ADBOT LOVES YOU

Less Fat Luke
May 23, 2003

Exciting Lemon

hifi posted:

I am on Team Fedora :tipshat:
APT is for advanced persistent threat, not the apt package manager ;)

Edit: there's all kinda extra legwork this person or entity did, this is from HN (ugh):

quote:

Fascinating. Just yesterday the author added a `SECURITY.md` file to the `xz-java` project.

> If you discover a security vulnerability in this project please report it privately. *Do not disclose it as a public issue.* This gives us time to work with you to fix the issue before public exposure, reducing the chance that the exploit will be used before a patch is released.
And:

quote:

Out of curiosity I looked at the list of followers of the account who committed the backdoor.

Randomly picked https://github.com/Neustradamus and looked at all their contributions.

Interestingly enough, they got Microsoft to upgrade ([0],[1]) `vcpkg` to liblzma 5.6.0 3 weeks ago.

[0] https://github.com/microsoft/vcpkg/issues/37197

[1] https://github.com/microsoft/vcpkg/pull/37199

Less Fat Luke fucked around with this message at 02:44 on Mar 30, 2024

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply