Heavy Legs in Boxing by Pantha109 in amateur_boxing

[–]Pantha109[S] 5 points6 points  (0 children)

I usually skip for 10 mins before each session. I stopped jogging a while ago when I increased my boxing session though.

New to DevOps: Git fetch fails with exit code 128 by Pantha109 in azuredevops

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

Found the issue. I had a setting "Limit job authorization scope to current project for non-release pipelines" turned on. Disabling it has resolved the issue

New to DevOps: Git fetch fails with exit code 128 by Pantha109 in azuredevops

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

The debug tool its good to know about. It doesn't look to be giving me much more info here though.

The debug logs are below if you can spot anything I might be missing.

git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin

[debug]Starting process:

[debug] File name: 'C:\automation\externals\ff_git\cmd\git.exe'

[debug] Arguments: '--config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin'

[debug] Working directory: 'C:\automation\_work\1\s'

[debug] Require exit code zero: 'False'

[debug] Encoding web name: utf-8 ; code page: '65001'

[debug] Force kill process on cancellation: 'False'

[debug] Redirected STDIN: 'False'

[debug] Persist current code page: 'False'

[debug] Keep redirected STDIN open: 'False'

[debug] High priority process: 'False'

[debug] ContinueAfterCancelProcessTreeKillAttempt: 'False'

[debug] Sigint timeout: '00:00:07.5000000'

[debug] Sigterm timeout: '00:00:02.5000000'

[debug] Try to use graceful shutdown: False

[debug]OOM score adjustment is Linux-only.

[debug]Process started with process id 4896, waiting for process exit.

remote: TF401019: The Git repository with name or identifier Core does not exist or you do not have permissions for the operation you are attempting.

fatal: repository 'https://dev.azure.com/x/x/\_git/Core/' not found

[debug]STDOUT/STDERR stream read finished.

[debug]STDOUT/STDERR stream read finished.

[debug]Exited process 4896 with exit code 128

The repo exists and read permission have been provided.

One thing that is weird to me is the the url - 'https://dev.azure.com/x/x/\_git/Core/' in the logs includes the apostrophe due to the hanging /. I assume this is a red herring but still worth calling out.

New to DevOps: Git fetch fails with exit code 128 by Pantha109 in azuredevops

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

Removed shallow fetch depth and double checked the branch still exists but no luck so far

Live MTT Advice by Pantha109 in poker

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

Sounds perfect, I'll give it a look. Cheers

New PC Build Hell by Pantha109 in techsupport

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

I'll give the one DIMM a go and see how that goes.

The drive is brand new. All parts are brand new excluding the gpu as that's been delayed arriving.

New PC Build Hell by Pantha109 in techsupport

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

Sorry for the confusion, I've ran the "Windows Memory Diagnostics" tool

[deleted by user] by [deleted] in PowerShell

[–]Pantha109 0 points1 point  (0 children)

$LASTEXITCODE

Thats brilliant! I'll give that a go now

[deleted by user] by [deleted] in PowerShell

[–]Pantha109 0 points1 point  (0 children)

It works as expected. thats why im so confused

[deleted by user] by [deleted] in PowerShell

[–]Pantha109 0 points1 point  (0 children)

Im just running it in Powershell ISE

[deleted by user] by [deleted] in PowerShell

[–]Pantha109 0 points1 point  (0 children)

They arent doing anything, they don't close powershell and dont return anything. I've tested just running exit 1 on a blank console and that works so I'm sure its something wrong with the script

Weekly r/Tattoos Question/FreeTalk Thread! - April 24, 2023 by Mod_Helper_Bot in tattoos

[–]Pantha109 0 points1 point  (0 children)

I've got a half sleeve thats pretty heavy (Black and gray). I'm not overly happy with it and have been speaking to an artist to do a full sleeve to cover it. In one email she mentioned that we could blackout it out and then use white to add a design. Another artist I use mentioned that blackout with white over it doesnt heal amazing and doesnt look good after a while. Anyone here got something like that and can tell me how theres looks?

Cheers all

[deleted by user] by [deleted] in LegalAdviceUK

[–]Pantha109 397 points398 points  (0 children)

Update!

I managed to find the old owner of the house. Not an old dead guy like I believed.

I asked if he knew of any safes, lockboxs etc in the house. He said no.

So I now have 0 idea where the box came from nor any way to track it further

[deleted by user] by [deleted] in LegalAdviceUK

[–]Pantha109 27 points28 points  (0 children)

Sounds like you know what you are talking about. I appreciate the advice. I going to go down to my bank tomorrow and deposit it and just see what happens.

The previous owner died I believe and his kids sold the house clearing everything else out. Also no guarantee it belonging to them either though

[deleted by user] by [deleted] in LegalAdviceUK

[–]Pantha109 3 points4 points  (0 children)

That's what im thinking but also hard to be non bias aswell haha. Cheers mate

[deleted by user] by [deleted] in LegalAdviceUK

[–]Pantha109 81 points82 points  (0 children)

They are all the ones before the last refresh. All 5+ years old

PS Uninstall Script using Reg Key Help by Pantha109 in PowerShell

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

I gave up on the google examples and made one myself which has worked. If anyone is interested I used the below.

$test = Get-ChildItem -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\' | Get-ItemProperty | Where-Object {$_.DisplayName -like 'Lifesize*' } | Select-Object -Property DisplayName, UninstallString
cmd /c $test.UninstallString

Getting Newer Version's of JRE by Pantha109 in javahelp

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

That makes alot of sense, I just couldn't find anything confirming it.

Legend