cmeerw
cmeerw
Not much happening here, yet.
About
- Username
- cmeerw
- Joined
- Visits
- 14,092
- Last Active
- Roles
- Member
- Thanked
- 611
Comments
-
(Quote) Here is the map of Europe (installed lighttpd as the web server with my FastCGI backend)
-
(Quote) Yes, just need to set up the web server part for that on NetBSD.
-
Tried that tilemaker job, and it ran fine, time -l showed: 7149.09 real 45172.03 user 776.01 sys 29768992 maximum resident set size 0 average shared memory size 0 average unshared data size 0 average unsh…
-
(Quote) Good point, I have actually already adjusted a few settings (mostly based on https://wiki.netbsd.org/tutorials/tuning_netbsd_for_performance/) kern.sbmax=4194304net.inet.tcp.init_win=10net.inet.tcp.init_win_local=10net.inet.tcp.recvbuf_inc=…
-
One thing I'd like to try is how NetBSD fares with tilemaker, but with most of the disk space already occupied by Debian and OpenBSD I'll need to get some more space for NetBSD. One option is to just mount the OpenBSD file system under NetBSD and us…
-
(Quote) Finally managed to get NetBSD installed. Main issue was that the keyboard didn't work in the IPMI console - it looks like NetBSD found a PC keyboard device and tried to only use that for the console, but the console viewer used a USB keyboar…
-
(Quote) I am going to briefly switch back to Debian to prepare for NetBSD.
-
(Quote) Interesting, didn't think there was another way... source is probably here: https://github.com/uBlockOrigin/uBlock-issues/discussions/2977#discussioncomment-13593599 Maybe I now have to figure out how to install UBlock Origin again.
-
My Chromium 139 has now finally disabled any manifest V2 extensions.
-
(Quote) I can try again in the next few days to see if I have more luck this time.
-
(Quote) The only thing here is that I wasn't successful when I tried NetBSD on hlcs. But we can certainly try again.
-
#NetBSD 11.0 has been branched, and the stabilization process now begins. Pre-release snapshots will be available for users to try soon(tm). This will be the first release with RISC-V, C23, and POSIX 2024 support.
-
(Quote) I don't, I just ignore it myself - I am not sure there is a way other than using a script, shell function, or alias to do that. (Quote) Sure, go ahead whenever you have time.
-
Comparing the disk speed tests: (Quote) with: (Quote) Is the VM disk I/O just going to the cache instead of directly to the real disk?
-
(Quote) But is SkyLink really the problem here? I have a VPS with KTS24 (also hosted at SkyLink) and not seeing any network issues.
-
(Quote) Good point - completely missed that! ;)
-
(Quote) Maybe you need to do a make first before you do the make install?
-
(Quote) Although, not sure if that actually helped. I guess we'd need to get the new stdio.h installed into /usr/include, but that didn't do that yet. Maybe also run make includes in /usr/src/include?
-
(Quote) I guess make includes needs to be run in /usr/src/lib (not just /usr/src/lib/libc), maybe even as root as it tries to install the headers as well: $ make includes===> csu===> libagentxcmp -s agentx.h /usr/include/agentx.h || install -…
-
(Quote) Looks good to me.
-
(Quote) This might be relevant: https://www.undeadly.org/cgi?action=article;sid=20250717103345 (Quote)
-
(Quote) Don't think so, just have set up auto-start for my FastCGI tile server, so that should now also start up after a reboot.
-
(Quote) That's interesting - my Europe map is almost BCHS: it runs on OpenBSD, the http backend is written in C++, it uses OpenBSD's httpd, and the map data is actually stored in an SQLite file. I think the OpenBSD hypervisor would be interesting t…
-
(Quote) Not sure there is much I can do here - I did post to the OpenBSD mailing list, but haven't seen any reaction to it.
-
(Quote) That says: (Quote) Aehh, can a default password ever be secure?
-
(Quote) The server once again didn't let me log in via ssh (although it still did respond to pings), so I had to reset it via the console. It did show: hlcs /bsd: pagedaemon: wait_pla deadlock detected! on the console on in dmesg, but seems to ha…
-
(Quote) As it's now already Saturday in central Europe (and you are no longer logged into the machine), I have started the tilemaker job. I'll then check on the server in the morning.
-
Now that we are running OpenBSD current, I think it's a good time to try running that tilemaker job again that crashed the machine last time. Planning to do that next weekend. @Not_Oles let me know if I should avoid running any disruptive jobs durin…
-
(Quote) Can you describe the process of getting the certificate? How long did the audit take, and what did they look at? BTW, can you even get a product certified for ISO 27001? I thought it's usually an organisation that gets certified. And is ISO…
-
(Quote) Sorry, never got around to actually adding that to /etc/sysctl.conf - but I have done that now (so should hopefully be fine on the next reboot) Do you want to run sysctl hw.smt=1 to add smt to the running system?
-
(Quote) As OpenBSD has quite restrictive limits (in particular, maxproc-cur=128 for the default login class), I'd guess it should be fine (unless you change those limits first or run it as root)
-
(Quote) Seems to have finished now.
-
(Quote) I have set the login class for the build user to build now and restarted a make build (Quote) At least we should get the OpenBSD build done before switching to anything else.
-
(Quote) Just having a look at what make build actually does: hlcs# make -n buildumask 007; exec make do-buildhlcs# make -n do-buildif [[ `id -u` -ne 0 ]]; then echo do-build must be called by root >&2; false; ficd /usr/src/share/mk &&…
-
(Quote) Sorry, I meant that just running that llvm-tblgen from the command line worked (but it doesn't seem to work when being run using make) - and I have no idea either why we are seeing that difference.
-
Just tried running that command in a normal shell, and that seems to work. BTW, /usr/bin/time -l reports 31.70 real 29.59 user 2.05 sys 1519720 maximum resident set size 3500 average shared memory size 1166415 aver…
-
(Quote) Could be another case where the ulimit needs to be adjusted? I have done ulimit -d 25165824 in that tmux session and done another make build BTW, to get all 8 threads, sysctl hw.smt=1 is needed (probably need to add that to /etc/sysctl.con…
-
(Quote) Shouldn't the compile steps ideally be done under an unprivileged user, and then only switch to root for make install and reboot?
-
(Quote) Sure.