e0qdk

joined 2 years ago
[–] e0qdk@reddthat.com 2 points 3 days ago

I found another thread here with a similar issue: https://github.com/ublue-os/bazzite/issues/1016

There's a comment at the bottom from noelmiller that says:

This issue has been plaguing us since the creation of the ISOs. We are aware of this issue and are actively working on a replacement effort for the existing install process. This is unfortunately an upstream issue with Anaconda and until we have a replacement ready, there is not a lot we can do.

Other posters in the thread have said sometimes they got it to work just by trying the process repeatedly. Problem probably isn't you; seems like the installer just isn't very good...

I assume you've probably already seen these pages -- but in case not, and also for my own future reference, here are the installation and install troubleshooting pages:

The 2nd link there has a video of someone switching into terminal mode to work around a similar generic error with the installer.

[–] e0qdk@reddthat.com 2 points 4 days ago (4 children)

Quick search for the command in the error message returns this github issue for a similar looking problem: https://github.com/ublue-os/bazzite/issues/184

Have you already tried the suggestions there? (hook up an ethernet cable, redownload the installer in case it got corrupted, etc.)

[–] e0qdk@reddthat.com 3 points 1 week ago

You can just use the rendered fat as a cooking fat for anything that pairs with the spices you infused it with.

Fried rice might be nice!

[–] e0qdk@reddthat.com 3 points 1 week ago

Trying to decide if I want to stick this out to find out what all the fuss is about or not.

I don't know if you'll enjoy the ride overall, but the show's a roller coaster with a long hill climb. It picks up later.

[–] e0qdk@reddthat.com 14 points 1 week ago (1 children)

I picked an RNG name since my old common username (from reddit, etc) was not available when I started on kbin.social (RIP) and I couldn't think of anything else I wanted to be called. I deliberately kept it short though. Not sure what to make of other RNG names -- esp. long unintelligible ones -- but I've seen at least one account that I think is legit which has a long, bizarre RNG-looking username and a non-English display name, so 🤷️

[–] e0qdk@reddthat.com 3 points 2 weeks ago (1 children)

https://en.wikipedia.org/wiki/Necker_cube

https://en.wikipedia.org/wiki/Klein_bottle

The ice cream block is a sort of optical illusion (Necker cube) with the two handles sticking out of incompatibly orientated sides of the cube. (If you look at it one way, the bottom handle makes sense; if you look at it another, the right handle makes sense -- but not both at once.)

A Klein bottle is another trippy mathematical object.

Basically, I'm pretending their names together are a brand selling ice cream with physically contradictory properties. :-)

[–] e0qdk@reddthat.com 3 points 2 weeks ago (3 children)
[–] e0qdk@reddthat.com 46 points 2 weeks ago (6 children)

Yup, I totally ate the onion on this one. Wait, what do you mean it's not satire!? :p

 

I had some free time this weekend and I've spent some of it trying to learn Go since mlmym seems to be unmaintained and I'd like to try to fix some issues in it. I ran into a stumbling block that took a while to solve and which I had trouble finding relevant search results for. I've got it solved now, but felt like writing this up in case it helps anyone else out.

When running most go commands I tried (e.g. go mod init example/hello or go run hello.go or even something as seemingly innocuous as go doc cmd/compile when a go.mod file exists) the command would hang for a rather long time. In most cases, that was about 20~30 seconds, but in one case -- trying to get it to output the docs about the compile tool -- it took 1 minute and 15 seconds! This was on a relatively fresh Linux Mint install on old, but fairly decent hardware using golang-1.23 (installed from apt).

After the long wait, it would print out go: RLock go.mod: no locks available -- and might or might not do anything else depending on the command. (I did get documentation out after the 1min+ wait, for example.)

Now, there's no good reason I could think of why printing out some documentation or running Hello World should take that long, so I tried looking at what was going on with strace --relative-timestamps go run hello.go > trace.txt 2>&1 and found this in the output file:

0.000045 flock(3, LOCK_SH)         = -1 ENOLCK (No locks available)
25.059805 clock_gettime(CLOCK_MONOTONIC, {tv_sec=3691, tv_nsec=443533733}) = 0

It was hanging on flock for 25 seconds (before calling clock_gettime).

The directory I was running in was from an NFS mount which was using NFSv3 unintentionally. File locking does not work on NFSv3 out of the box. In my case, changing the configuration to allow it to use NFSv4 was the fix I needed. After making the change a clean Hello World build takes ~5 seconds -- and a fraction of a second with cache.

After solving it, I've found out that there are some issues related to this open already (with a different error message -- cmd/go: "RLock …: Function not implemented") and a reply on an old StackOverflow about a similiar issue from one of the developers encouraging people to file a new issue if they can't find a workaround (like I did). For future reference, those links are:

 

What's in the box? WHAT'S IN THE BOX!?

(will post my own drawing as a comment after I get replies from others -- looking forward to seeing what you all come up with!)

 

Has anyone else been getting long page load times (like ~10 or more seconds) frequently but intermittently over the last couple days?

 

Silver Spoon

 
 
 
view more: next ›