• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle









  • No worries.

    For those who were wondering:

    On the security updates:

    Yes they’ll provide some security updates for some time even out of contract. No time frame given, only in relative release numbers:

    Our naming convention for releases is: <major>.<minor>.<patch>.

    Version -2 of currently released minor version goes EOL. The cadence is not explicitly provided

    On not renewing or renewing later:

    Yes, jump in any time.






  • I was an avid Reddit user but dropped it like a stone in the kerfuffle - it took a while but Lemmy has now replaced that 90%

    I’d love to see a content propagation analysis.

    My sense is that a ton of new memes are first shared on Lemmy then shared across to other social media.

    …Ok, so the niche forums don’t have critical mass yet, and you’d have to post to some general thread to get any response - but all the cool and thoughtful people are here, so the level of general discourse is higher, I love it.



  • Wsl seems to be installed since it responded to the command to set it to version 2.

    But it doesn’t sound like it ever installed Ubuntu properly since it shows no installed distributions.

    Quick search shows that you need to enable the following windows features:

    Virtual Machine Platform And Windows Hypervisor Platform

    Are these enabled?

    Edit:

    Someone already answered the same thing but I didn’t see it before posting this. Well done and glad it’s working.


  • It’s quite possible you’re running wsl 1 - some.versions of windows 10 never upgraded that subsystem - not sure why.

    But it might need wsl 2.

    Open PowerShell as Administrator and run: wsl --set-default-version 2

    That should upgrade the Virtual environment subsystem but not the ubuntu installation - you can delete it and start again.

    Or you can try and upgrade it.

    Run this in your PowerShell. wsl.exe -l -v

    It should show you the Ubuntu install, the state, and the version.

    It should say 1, under version, if my assumption is correct.

    If so you need to upgrade it to 2 also.

    Copy the exact Name - it might say Ubuntu-20.04 or just Ubuntu etc .

    If it says “Running” and not Stopped terminate it like so: wsl -t Distro-Name

    Then run the command below (again, replace name with your exact name).

    wsl --set-version distro-name 2

    Then try to start it from its shortcut again.

    Let me know if that worked.