OpenStreetMap.org is currently offline due to network outage. We are investigating. UPDATE 11:30am UTC/GMT. Website returning read-only on backup infrastructure. The outage affecting our primary services continues. UPDATE: All up and running again (17 Dec 2024 13:45 UTC/GMT)
Search
OpenStreetMap Currently Down (Now read-only)
The whole site is down and I can't upload any changesets. It doesn't appear maintenance related.
You can see some stats here:
https://en.osm.town/@osm_tech/113654874274344902
Hopefully this is not another purposeful attack on OSM.
Edit: Site is up now, but the database is read-only. See: https://en.osm.town/@osm_tech/113656639378201391
Edit 2: Everything may be operational as of Tuesday evening (Europe)
Edit 3: Everything's back.
Follow / Browse Lemmy Community from Friendica?
I read in many places that this should be supported, but either I'm doing it wrong or it is not working.
I just signed up in my-place.social which seems to proclaim federation with over 1000 instances including Lemmy ones.
I put !fediverse in the search bar, but this community does not come up.
What am I doing wrong? Is there a friendica account I can tag to ask about this, or a group I can post in for support?
Need help understanding what “destination mobilière” means
I am trying to understand a machine translation of legal text. The phrase “destination mobilière” is littered throughout the law so much that I cannot get around understanding what it means.
Here is a sample:
La soumission d'une offre de crédit est obligatoire pour un crédit hypothécaire avec une destination immobilière ainsi que pour le crédit hypothécaire avec une destination mobilière qui s'accompagne de la constitution d'une sûreté hypothécaire.
Translation:
The submission of a credit offer is mandatory for a mortgage credit with a real estate destination as well as for the mortgage credit with a mobile destination that is accompanied by the creation of a mortgage security.
When I use reverso.net, “destination mobilière” most commonly translates to “security” -- which seems even more off. The rules surrounding home loans would not likely apply to stocks. And a mortgage tends to only apply to homes in my experience.
So I am wondering if “destination mobiliè
Posts from a lemmy.ml account seem to not be federating to remote instances right now
EDIT: Looks like this is resolved now. For future reference, I had checked !support@lemmy.world, but I didn't think to check the announcements community, !lemmyworld@lemmy.world. I'll try to remember to check that space next time before posting. Thanks for chiming in, everyone!
ORIGINAL ISSUE:
I've noticed the last two game day threads on !caps@lemmy.world have not federated from my home instance (.ml) to either of the remote instances I've checked so far (https://lemmy.world/c/caps and https://lemm.ee/c/caps@lemmy.world).
The .ml posts' URLs are https://lemmy.ml/post/22823350 (from two days ago) and https://lemmy.ml/post/22885345 (from less than an hour ago).
The fact it's affecting multiple remote instances suggests that maybe there's some issue specific to .ml.
Searching recent support posts, I came across [this federation health checker site](https://grafana.lem.rocks/d/cdfzs0dwal3pca/federation-health-time-behind?orgId=1&var-instance=lemmy.ml&var-remote_softwa
What is causing the voice inputs for my keyboards to intermittently stop working in GrapheneOS?
EDIT 4 - FINAL EDIT - Dec 3: I'm marking this issue Resolved now that it's been about a week since I've last had this issue. Thanks to all who chimed in in the comments.
EDIT 3 - Nov 26: It's working again as of this morning, so what I've observed over the last week is that it intermittently stops working in the afternoons when I want to actually use it, then magically starts working again when I test it in the mornings. This on again, off again is driving me mad. Does anyone have any idea why it stops working at random points throughout the day and then starts working again in the mornings? Sigh...
EDIT 2 - Nov 25: Aaaand it's stopped working again. 😢 Double checked the mic availability in quick settings, restarted my device, no dice. When I tested this morning, it worked, but whenever I want to actually use it, it doesn't work—so frustrating. If anyone has any ideas what could cause intermittently stop transcribing, I would greatly appreciate it.
EDIT 1 - Nov 25:
Federation issues with lemmy.ml
We're aware of ongoing federation issues for activities being sent to us by lemmy.ml.
We're currently working on the issue, but we don't have an ETA right now.
Cloudflare is reporting 520 - Origin Error when lemmy.ml is trying to send us activities, but the requests don't seem to properly arrive on our proxy server. This is working fine for federation with all other instances so far, but we have seen a few more requests not related to activity sending that seem to occasionally report the same error.
Right now we're about 1.25 days behind lemmy.ml.
You can still manually resolve posts in lemmy.ml communities or comments by lemmy.ml users in our communities to make them show up here without waiting for federation, but this obviously is not something that will replace regular federation.
We'll update this post when there is any new information available.
Update 2024-11-19 17:19 UTC:
~~Federation is resumed and we're down to less than 5 hours lag, the remainder should be c
Network access while building a derivation?
edit: for the solution, see my comment below
I'm trying to package a go application (beszel) that bundles a bunch of html stuff built with bun (think, npm).
The html is generated by running bun install
and bun run
and then embedded in the go binary with //go:embed
.
Being completely ignorant of the javascript ecosystem, my first idea was to just replicate what they do in the Makefile
nix
postConfigure = '' bun install --cwd ./site bun run --cwd ./site build ''
but, since bun install
downloads dependencies from the net, that fails.
I guess the "clean" solution would be to look for buildNpmPackage
or similar (assuming that exists) and let nix manage all the dependencies, but... it's some 800+ dependencies (at least, bun install ... --dry-run
lists 800+ things) so that's a hard pass.
I then tried to look at how buildGoPackage
handles the vendoring of dependencies, with the idea of replicating that (it dowloads what's n
Help with haskell package that lives in a subdirectory of src
edit: for the solution, see my comment below
I need/want to build aeson and its subproject attoparsec-aeson from source (it's a fork of the "official" aeson), but I'm stuck... can you help out?
The sources of attoparsec-aeson live in a subdirectory of the aeson ones, so I have the sources:
nix
aeson-src = fetchFromGitHub { ... };
and the "main" aeson library:
nix
aeson = haskellPackages.mkDerivation { pname = "aeson"; src = aeson-src; ... };
When I get to attoparsec-aeson however I run into a wall: I tried to follow the documentation about sourceRoot
:
undefined
attoparsec-aeson = haskellPackages.mkDerivation { pname = "attoparsec-aeson"; src = aeson-src; sourceRoot = "./attoparsec-aeson"; # maybe this should be "${aeson-src}/attoparsec-aeson"? # (it doesn't work either way) ... };
but I get ``
massive issues with installing open SUSE
I was interested in trying out openSUSe and tried to install it on my third drive:
on my first and second attempt the install failed with an error that the creation of the efi Boot partition failed
something along the lines of:
execution of command /usr/sbin/shim-install failed no space left on device
(i tried both manual and automatic partitioning)
i then tried to install fedora on that disk, just to see if something is wrong with the disk (or my skill) and it worked without a hinch.
after that i tried it again with tumbleweed and it seemed to install just fine.
but when i tried to boot it didn't work,
it just showed a black screen with a blinking - for about a minute before rebooting.
i gave up after that.
is there something that i might have missed during my install,
i thought that openSUSE has a great reputation.
system is a ryzen 7 with an rtx 2060,
on an ASRock mainboard with secure bo
Federation with sh.itjust.works
I've posted the same thing twice to !raining@sh.itjust.works and it doesn't federate back.
I posted it again from my lemmings.world account and itjust.works 😉.
I can't see the instances on either block list, is there a problem here or is automod striking again? (btw, I still have problems with large posts not coming through from !lemmydirectory@lemmy.dbzer0.com)
Requesting !fountainpens@lemmy.world
The current solitary mod of !fountainpens@lemmy.world (@qua) has not responded after 21 days of our reaching out to them. They have not been active on Lemmy.world since August 22, 2023.
Please reassign the community to myself (@ericjmorey@lemmy.world) and @vext01@lemmy.sdf.org.
Thank you!
Invalid search results. (images in comments)
Edit: I can now post and view cat pics. Yay!
Searching for "cat" or "cats" yields cat@lemmy.world with Connect, but not from web. "cat" is an invalid community.
cats@lemmy.world should be correct community and listed in search results.
PSA: OSM is currently down—the Ops Team are working on resolving it
Useful links for tracking this issue:
- Mastodon thread started by @geospacedman
- Mastodon thread started by OSM Ops Team
- Down for Everyone or Just Me
Edit: Viewing and editing functionality seem to be restored.
Correct Anycubic R_E_R_F filename?
Edit: Just copy the original filename, Chinese and all, to a custom RERF file. It tested fine with the factory tests and also custom test parts I made. I didn't test with only "R_E_R_F.px6s" as the filename as I proved the original filename works fine with custom models.
Edit2: I had the motivation to check the file today without that Chinese and it works fine as well.
Just got a new Anycubic Photon Mono X 6Ks and the RERF file on the included USB has Chinese characters in the name. ("R_E_R_Fchch.px6s" / ch being Chinese characters...) Does the printer require those characters for custom RERF test prints, or is it actually just "R_E_R_F.px6s"?
The documentation is unclear and online searching is jumbled with several issues regarding this filename across different printer models.
lemmyverse.net looks to be unmaintained and is becoming increasingly less useful
As you may have noticed, the crawler at https://lemmyverse.net isn't picking up anything from instances on versions 0.19.4 or 0.19.5.
The Issue itself is easily fixed, and there's already a PR for it from lemm.ee's admin, but there's been no response from the lemmyverse developer.
Does anyway have any other ways of contacting him?
If this continues (I realise 2 weeks isn't that long), is anyone interested in forking the code and hosting it on a new domain?
Thanks.
Is anybody else having issues with DuckDuckGo and StartPage?
EDIT: looks like they're back.
The plastic cylinder in my soap dispenser is loose and the soap no longer pumps. What's the best way to fix this? Super glue didn't hold.
EDIT: I ended up using epoxy. Thank you for the help.
Cannot Reconnect With Static IP
I have a Raspberry Pi 02W running Pi-Hole and ordinarily things work perfectly, but I've got something in my house tripping my fuse box which I'm unable to locate. The tripper, not the fuse box. Anyway, what it means is occasionally, I lose power and so my router and my Pi-Hole go down.
I've configured my /etc/dhcpcd.conf
so that my RPi02W can have a static IP
undefined
interface wlan0 static ip_address=192.168.1.100/24 static routers=192.168.1.1 static domain_name_servers=194.168.4.100 194.168.8.100
And have rebooted to confirm it's fine, and it's fine.
However when the router goes down and I bring everything back up, the Pi-Hole can't reconnect to the router. I can log in to the router and see it connect briefly, but it's only briefly and then nothing. I even try enabling DHCP on the router and it still refuses to reconnect. Ultimately the only way to get it to reconnect is to factory reset the router, change the password back to my usual password, wait for the RPi02W to connect
After updating through both APT and the Software Store, I can't play mp4 videos with VLC anymore. The screen goes blank for a second or two then the audio starts playing without the video..
I'm using Debian 12, Ryzen 7 5700X processor, and Radeon HD 5450 graphics card. I have tried uninstalling and reinstalling VLC but it didn't resolve the issue. Here's an excerpt from the VLC's log file:
glconv_vaapi_x11 error: vaDeriveImage: operation failed
main error: video output creation failed
main error: failed to create video output
avcodec info: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding
How do I resolve this issue?
Weird Permission Problem
This morning I was going through my usual routine of doing a docker pull and I saw that Paperless had an update. Upon checking the Github, I noticed that my version was a lot older than what's currently available. After a bit of digging, I realised that Linux Server deprecated their repository. Cool, no worries, let me switch to the new repository. I delete my Paperless and run the installer on the official repository and all was going perfectly. But I had a power cut. No worries, I go to the fuse box, reset the tripped switch and then manually pull in the Paperless directory to finish the installation. Only problem, I can't get it to work. I assume that something fucked up and so delete everything and try again. Only now, when it gets to creating the yaml files it says "no permission". I check the permissions and they're the same as everything else. Anyone got any idea of what's happening or how to fix it?