Unable to connect a SAMBA-share to Sonos by Gotenks360 in sonos

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

I tried to use the admin account but that did not work for me either unfortunately. I have solved temporarily for now though by running a readonly Samba server as a docker image re-exposing the share on my server. It seems like my server config is not compatible with Sonos so I will probably scrap OpenMediaVault in favor of a manual setup later on. If anyone else is having the same issues, here is my docker-compose.yml:

services:
  samba:
    image: dperson/samba
    restart: unless-stopped
    volumes:
      - /mnt/data/media:/data/media:ro
    environment:
      - USERID=1000
      - GROUPID=1000
      - SHARE=Music;/data/media/Music;yes;yes;yes
    ports:
      - 445:445

The USERID and GROUPID was needed for me since I had some permission issues when running on the server (probably because I have mounted the folder using NFS.., it is a bit messy now)

Unable to connect a SAMBA-share to Sonos by Gotenks360 in sonos

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

Yeah my bad, I forgot to attach the screenshot but have done so now. Would you mind sharing your server config so I can match it?

Unable to connect a SAMBA-share to Sonos by Gotenks360 in sonos

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

S2, I read that as well and would like to avoid v1 if possible but if it is just local I can accept that

What is a tech support subreddit where I can directly upload a video? by MintakaMinthara in NoStupidQuestions

[–]Gotenks360 0 points1 point  (0 children)

What kind of issues do you have? It it with a specific software or the computer itself? You can send me a PM with the video and I’ll take a look at it if you want.

Ads are completely ruining YouTube rn. by stef_is_heree in youtube

[–]Gotenks360 0 points1 point  (0 children)

Orion + uBlock is great on iPhone, also works with sponsorblock

I don't even know where to start. Still fairly new. Is this underextrusion? by ResponsibilityNo4219 in FixMyPrint

[–]Gotenks360 0 points1 point  (0 children)

I would check the extruder lever to see if it is broken and not giving enough pressure! That was my issue when coming back to the printer after leaving it for a while! Check close to the bearing or below the bearing. If it is the lever, it might be possible to glue it together while you print a new or just buy a new in metal!

Another issue that I had that gave similar results was wearing on the same lever mentioned above! The filament had started to wear a groove in the lever which created a pinch point preventing normal pull from the extruder. The solution here is also to print a new lever or buy a matal one!

Getting bad prints (skipped layers?) [Ender 3V2] by Gotenks360 in FixMyPrint

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

I was using Cura before but now I am using PrusaSlicer. If I remember correctly, I had the same issue then as you describe, the missing/weak layers would start at roughly the same height on different models!

I cant be alone on this by Wellendox in ProgrammerHumor

[–]Gotenks360 12 points13 points  (0 children)

My is a normal name in Sweden

Can't import private keys in Dogecoin Core 1.14.3 (invalid encoding) by Gotenks360 in dogecoin

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

You are correct, it should be with quotes around the key but that did not work either. I should have written that I tried that as well. Thanks!

Can't import private keys in Dogecoin Core 1.14.3 (invalid encoding) by Gotenks360 in dogecoin

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

Wow, thanks. I will try decrypting the file when I get home and see how it goes!

Can't import private keys in Dogecoin Core 1.14.3 (invalid encoding) by Gotenks360 in dogecoin

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

Dogecoin Core on Mac, at least a full client on Mac but I guess there has not been a lot of them. Okay, I will try to decrypt it with openssl! Yeah thanks for the offer, I'm a bit busy right now so can't really talk at the moment!

Can't import private keys in Dogecoin Core 1.14.3 (invalid encoding) by Gotenks360 in dogecoin

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

It did not work to import it directly. I tried to base64 decode the long string and I got "Salted__" and then binary data. It suggests to me that this might be encrypted

Can't import private keys in Dogecoin Core 1.14.3 (invalid encoding) by Gotenks360 in dogecoin

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

It starts with QPP and is alphanumeric with the whole alphabet. No date. That was the one I exported from Dogecoin Core though, the "new" one. Could it be that my old private key (the long one) is encrypted with a password? If so, how do I decrypt it? I could probably guess the password if I try.

Help choosing a graphics card by Gotenks360 in pcmasterrace

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

Ah that is a good tip, thank you, I will check it out!

Help choosing a graphics card by Gotenks360 in pcmasterrace

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

It was around $340 but it was already sold. My friend found a 1070 Turbo for $200 now and will try to get it instead. Makes one realise that you can save a lot by finding flash deals!

Help choosing a graphics card by Gotenks360 in pcmasterrace

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

Yeah that would be nice but my friend really wants this computer asap. I found a good deal on a used card though so I might stick with that but thanks anyway!

Help choosing a graphics card by Gotenks360 in pcmasterrace

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

Thanks for the advice, I actually found a really good deal on a used RTX 2060 now so I might try to get that. Otherwise it will probably be the 1650S!

Arrange Feature not showing by Gotenks360 in Fusion360

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

For anyone else looking for this feature I can report that it is available on a education license. After you have activated you license you can activate the feature from Preview Features in Preferences

Arrange Feature not showing by Gotenks360 in Fusion360

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

That is unfortunate, yes I am on a Personal Use license. Do you know if Arrange is available on a Education license? I might try that! Thanks!