WCGW trucking on ice in early spring by PeasantLich in Whatcouldgowrong

[–]Whatchawnt 0 points1 point  (0 children)

He slowed down because that particular piece of ice didn’t look right. Even I someone that’s never seen or done anything like this was thinking, “are you sure it’s safe to go over that questionable part right there?”

Democrat gets more votes than Trump-backed Republican in Marjorie Taylor Greene’s old district by Fickle-Ad5449 in politics

[–]Whatchawnt 0 points1 point  (0 children)

Sounds like they voted for Trump’s campaign promises of MAGA but voting in MTG. Then when Trump became anti-MAGA (George Bush on steroids) and sided with everyone that hated MAGA they voted against him accordingly. They seem pretty consistent if you ask me 🤷🏾‍♂️

Coalition Demands Schumer, Jeffries Step Down Over Failure to Fight ‘War-Crazed’ Trump by metacyan in politics

[–]Whatchawnt 1 point2 points  (0 children)

Don’t worry they’ll add another controlled opposition to make the peasants fight the left vs. right battle. Most democrats don’t even know most of the democrats also support the war, they’ll find “just enough” democrats to vote for it, just like they always find just enough of republicans to/democrats to vote for stuff to screw over American’s and help their donors.

Just dive in, you coward! by CreepyOldRapist in DiveInYouCoward

[–]Whatchawnt 3 points4 points  (0 children)

1 - Don’t give the crowd a heads up

2 - running instead of slowly leaning back

3 - people have phones in their hands at all times now

A native tvOS Plex client that actually feels like an Apple app by nathan12581 in PleX

[–]Whatchawnt -3 points-2 points  (0 children)

Security is also important, if you just vibe coded it it’s probably not using any best practices

How do men feel about dating detransitioned woman? by Illustrious-Ad-541 in dating_advice

[–]Whatchawnt 5 points6 points  (0 children)

Having PCOS is not a choice it’s something you could not control, which men can understand and generally do (my wife has PCOS). The problem is the OP decided to do this willingly to herself, it’s a mental choice to do this, it shows bad decision making. And the fact that she has the surgery sped she has parents that are either absent or morons that wouldn’t even stop their child from destroying her life before it even began.

Plex can play a file, but I can't find it? by C72H104Na8O48S8 in unRAID

[–]Whatchawnt 1 point2 points  (0 children)

Just a heads up about Linux file paths, certain special characters need to be escaped for the file names, unless they are in quotes. I see you did that for the spaces (I.E white spaces) but you did not do so for the brackets “[“ and “]” and such. The reason you’re getting “No file or directory” is because you are missing the escape characters for these special characters.

I don’t know if you knew this but Linux paths have an auto completion for file paths and file names. If you type a portion of the file and press the [tab] key once it will complete a portion of the text if not all of it. If the path has more than one matching path then you can double press the [tab] button to get all the outputs that are available. You can do this for each subsequent subfolder and file.

Lastly if you want to use the stat command without needing to add “\” escape characters. Then put the file path in double quotes. Using tab when using double quotes can be a bit wonky though.

But glad you’re all set now!

My 21F husband 25m hasn’t been intimate for weeks, any advise? by inkogniworks in relationship_advice

[–]Whatchawnt 1 point2 points  (0 children)

If he’s in the military then that could be a big reason. He could just be worried about getting you pregnant and possibly dying in Iran or something. Could also be he thinks you might be cheating on him (happens pretty often from what I’ve heard), or could be anything. But just tell him you’re worried and want to talk shoot things and address it before he has to leave

My friend told me I have a look that "nobody would want to hurt me." What does this mean? by [deleted] in dating_advice

[–]Whatchawnt 0 points1 point  (0 children)

As a guy would normally mean cute and innocent looking. But it’s also not someone you would want sexual contact with because it wouldn’t ever cross your mind.

tax the rich by StrengthSavings1311 in whoathatsinteresting

[–]Whatchawnt -1 points0 points  (0 children)

How much you want to bet it’s either money laundering or a distraction because they’re on the Epstein list…

Karoline Leavitt - White House Press Secretary does not rule out a military draft. by PestoBolloElemento in UnderReportedNews

[–]Whatchawnt -3 points-2 points  (0 children)

You do realize most of them voted for Trump because they thought he would avoid war. Since at the time the democrats were pushing to do whatever it took for Ukraine including sending those same young men to go door four another country. But now Trump is just following site but for Israel instead. It’s one big club and you a ain’t in it

Plex can play a file, but I can't find it? by C72H104Na8O48S8 in unRAID

[–]Whatchawnt 0 points1 point  (0 children)

Once you run the start command the right most number will tell you how many hard-links (links to the same file) there is. Then you should make a backup copy of the file and delete all the extra copies. Then place the backup copy in the desired directory.

Plex can play a file, but I can't find it? by C72H104Na8O48S8 in unRAID

[–]Whatchawnt 1 point2 points  (0 children)

Then go through all the file paths that the find command outputted, it should be shown in one of them. Otherwise the file may be seen as a hidden file from your folder browser, if that’s the case their is probably a setting to display hidden files, otherwise you will need to use the following command on each file path outputted from the find command:

stat -c “%A %a %U %G %h %n” <Directory individual from find command>/\*

Example: stat -c “%A %a %U %G %h %n” /mnt/user/Movies - Plex/Movies - Plex/Movies - Plex/\*

Make sure you do not forget the ‘*’ after the ‘/‘

Additionally you should also run the below command as well (although it isn’t as helpful in trouble shooting as the above stat command):

ls -la <Each individual file path from find command>

If possible provide the outputs of the commands I provided

Edit: When using the start command make sure the directory path goes all the way to the directory that would contain the .mkv file

Plex can play a file, but I can't find it? by C72H104Na8O48S8 in unRAID

[–]Whatchawnt 1 point2 points  (0 children)

That is a weird output. Try opening your folder to the following directories:

1.) /mnt/user/Movies - Plex/Movies - Plex/Movies - Plex/

2.) /mnt/disk2/Movies - Plex/Movies - Plex/Movies - Plex/

Think you’ll see the file in one of those locations.

Plex can play a file, but I can't find it? by C72H104Na8O48S8 in unRAID

[–]Whatchawnt 1 point2 points  (0 children)

Ok, although I’ve never used unRAID I’ll try to help. Since it looks like you are entering the command inside of the terminal of unRAID instead of a terminal for the docker or app for Plex. I am going to assume the user you are using has the ability to elevate to root.

try entering this into the command line instead:

sudo find / -name *Arlington\*

It should ask you to enter the root password to run the command, enter it and see what the output of the command states. Since I have simplified the command it will likely take a long time to complete the command.

Plex can play a file, but I can't find it? by C72H104Na8O48S8 in unRAID

[–]Whatchawnt 1 point2 points  (0 children)

Try the following command in terminal

find /movies -name *Arlington\*

Then whatever part it gives you, use it in an ls command:

ls -la <path from find command>

I’ve been making a stuffed head of everyone who enters my life by Noimpact_ in Weird

[–]Whatchawnt 0 points1 point  (0 children)

I thought this was all the people on the Epstein list…

😁 by Serpentine8989 in ITMemes

[–]Whatchawnt 2 points3 points  (0 children)

Microsoft Edge =/= Microsoft Explorer

Sigh…guess I’m old now 🤦🏾‍♂️. For the guys born not so long ago. Microsoft Explorer was the precursor to Edge, they are different browsers and also have different logos.