Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDTClient Remove .NET 8.0 | Add .NET 9.0 #413

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

MickLesk
Copy link
Member

@MickLesk MickLesk commented Nov 21, 2024

Description

Remove .NET 8 in CT.sh | Add .NET 9.0 in CT.sh
Change .NET Install to 9.0 in INSTALL.sh

Fixes #399

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

@MickLesk MickLesk requested a review from a team as a code owner November 21, 2024 08:49
@github-actions github-actions bot added the update script A change that updates a script label Nov 21, 2024
@havardthom
Copy link
Contributor

@newzealandpaul newzealandpaul merged commit a38ddef into main Nov 21, 2024
4 checks passed
@MickLesk MickLesk deleted the rdtclient_dotnet9.0 branch November 22, 2024 08:07
@jwmann
Copy link

jwmann commented Nov 25, 2024

I ran this update and it at first failed. (ran update in LXC)
I ran it again and it was successful.

Now my rdt-client no longer works.
Rebooted the LXC and still doesn't work.
When I go to :6500, it says "Refused to Connect"

when I run dotnet --info it shows 8.0.10

I didn't do anything else besides run this update

jwm-2024-11-25@1334

@jwmann jwmann mentioned this pull request Nov 25, 2024
2 tasks
@MickLesk
Copy link
Member Author

How do you have updated?

@jwmann
Copy link

jwmann commented Nov 25, 2024

How do you have updated?

I ran update within the LXC Shell

/usr/bin/update

This is what update points to:

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/rdtclient.sh)"

@havardthom
Copy link
Contributor

What's the output if you run dpkg-query -W dotnet-sdk-8.0 in LXC console?

@jwmann
Copy link

jwmann commented Nov 25, 2024

dpkg-query -W dotnet-sdk-8.0

No packages found

jwm-2024-11-25@1442

@jwmann
Copy link

jwmann commented Dec 11, 2024

I ended up having to completely delete my container and start fresh to get my client working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update script A change that updates a script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDTClient update breaks web front end
4 participants