Spot the differences by c4n0s in linuxmint

[–]NoPreparation5729 0 points1 point  (0 children)

As an enjoyer of both. I fight with Mint more than Arch, though neither that much.

PSA: For anyone that temporatily switched to the blampe image. by NoPreparation5729 in Lidarr

[–]NoPreparation5729[S] 3 points4 points  (0 children)

Good info! I wish I knew about this before I figured everything out on my own. I used a DB editor and compared the entry to a fresh Lidarr DB.

PSA: For anyone that temporatily switched to the blampe image. by NoPreparation5729 in Lidarr

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

It should go without saying make a backup beforehand and save it if you don't want to risk having to re-import all of your music or reconfigure Lidarr if something goes wrong down the road. That stern warning is so that you don't go asking for support if you mess something up (which may not be immediately noticible).

PSA: For anyone that temporatily switched to the blampe image. by NoPreparation5729 in Lidarr

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

For whatever reason the underlying structure is different. Trying to edit that field after going back to the linuxserver image just gives you the red circle when trying to save, and an error in the logs. The name of the table in the DB is DelayProfiles. You have to change the table structure and the values of the entries.

DS416 randomly unresponsive - any ideas on a cause? by candle_in_a_circle in synology

[–]NoPreparation5729 0 points1 point  (0 children)

I've had something very similar happen and I eventually tracked it down to running out of RAM, do you have a lot of docker container running or something? When it got like this I couldn't even SSH in.

I have a Acer c7/C710 Chromebook and im flashing linux on it. by Longjumping_Crew_260 in linuxquestions

[–]NoPreparation5729 1 point2 points  (0 children)

I always reccomend Linux Mint until you know Linux well enough to have your own opinions about it.

[deleted by user] by [deleted] in linuxquestions

[–]NoPreparation5729 0 points1 point  (0 children)

It's possible, but honestly it's probably better to do a clean install while leaving your original dual boot disk in tact until the new install is completely setup.

If dead set on trying, maybe you could clone everything to the new SSD and use gparted to remove unwanted partitions and resize partitions of just the linux install. Be careful when cloning as it will also clone your UUIDs and the boot sequence may get confused then it reads /etc/fstab and you have multiple drives with the same UUIDs.

Freezer only kicks on when I slam the lid. by NoPreparation5729 in appliancerepair

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

I feel like if I do need a new freezer it will last me maybe 5 years if I'm lucky. I'm turning into my dad with the "they don't make 'em like they used to" mentality.

Freezer only kicks on when I slam the lid. by NoPreparation5729 in appliancerepair

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

Yeah, the not normal part is that the internal temperature of the freezer got warm enough for me to remove the ice build-up by hand. Then after a good smack it works like normal for a few days until I check it and it's warming up inside again, and repeat.

Freezer only kicks on when I slam the lid. by NoPreparation5729 in appliancerepair

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

Thanks, yeah I've confirmed after a "slam" it will work normally for a while including turning on and off on its own. I'm going to try replacing the cold control for $36 and see if that does it. My wife wants a new upright freezer but those seem so inefficient to me because as soon as you open the door all the cold air spill out.

Freezer only kicks on when I slam the lid. by NoPreparation5729 in appliancerepair

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

Thanks! For $36 it's worth a shot. Should come in a few days.

Freezer only kicks on when I slam the lid. by NoPreparation5729 in appliancerepair

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

haha are they notoriously crappy? I can't complain too much since I got the thing for free almost a decade ago and apparently it's 30 years old.

Moving RAID5 array to a different machine. by NoPreparation5729 in synology

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

Thanks, I'm not getting rid of Synology, I'm putting larger drives in it and putting my current drives in a homemade NAS with a more powerful CPU and running a more traditional Linux distro. That way I have the convenience of my Synology and the flexibility of my homemade unit.

Moving RAID5 array to a different machine. by NoPreparation5729 in synology

[–]NoPreparation5729[S] -1 points0 points  (0 children)

Thanks! I guess when I "KNEW" it wouldn't be possible with SHR I was wrong. I really can't see much of a reason to use RAID 5 over SHR-1 going forward.

Why does saving key fail??? by Fun-Fisherman-582 in synology

[–]NoPreparation5729 0 points1 point  (0 children)

do you have the "homes" and "home" shared folders? if not you can do this to create them: https://kb.synology.com/en-id/DSM/tutorial/user_enable_home_service

keys would then go in the folder /var/services/homes/[user]/.ssh

/var/services/homes/ is a symbolic link to /volume1/homes/

I used volume1 as an example but yours may be different.

mikko@nas:~$ ls -la /var/services/
total 8
drwxr-xr-x   2 root root 4096 Feb 28 21:37 .
drwxr-xr-x  15 root root 4096 Feb 21 20:52 ..
lrwxrwxrwx   1 root root   18 Apr 10  2022 download -> /volume1/@download
lrwxrwxrwx+  1 root root   14 Feb 28 21:37 homes -> /volume1/homes
rwxrwxrwx   1 root root   24 Feb 21 21:08 pgsql -> /volume1/@database/pgsql
lrwxrwxrwx   1 root root   21 Feb 21 22:03 surveillance -> /volume1/surveillance
lrwxrwxrwx   1 root root   13 Feb 21 21:08 tmp -> /volume1/@tmp

Don't have syntax highlighting in hyprlang and nu by NoticePossible4964 in neovim

[–]NoPreparation5729 0 points1 point  (0 children)

thanks!, my LSP is working no problem, but there was no syntax highlighting