I went to check the httpd setting in /etc/rc.conf before running sysmerge and was surprised to find that httpd already had been set to NO. I had been imagining that this change happened with sysmerge. But apparently the change happens earlier.
So what I did was follow the advice at the top of /etc/rc.conf to make rc.conf.local. Thus, we now have in /etc:
We already rebooted and seem to be running on a new kernel.
The userland build now is proceeding in a tmux session. @cmeerw If you want to or need to, please feel free to hop into the tmux session. Otherwise I will continue tomorrow.
BTW, I came from a different IP tonight.
I'm now going to sleep with @cmeerw's map of Europe in my mind. Yes, the map is still being served after the reboot.
How do you guys write the grep command in a shorter way, but with the same result? In other words, how do you get rid of the first call to grep showing in the output without needing to call grep a second time?
@cmeerw I'm thinking to clean up a little, get rid of etc-revert if it's still there, some extra backups in /etc/ssh/ and so on. Maybe something I might have dumped in the root directory. I will go ahead with this in a day or two, unless you ask me to wait.
@Not_Oles said: How do you guys write the grep command in a shorter way, but with the same result? In other words, how do you get rid of the first call to grep showing in the output without needing to call grep a second time?
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.
@cmeerw I'm thinking to clean up a little, get rid of etc-revert if it's still there, some extra backups in /etc/ssh/ and so on. Maybe something I might have dumped in the root directory. I will go ahead with this in a day or two, unless you ask me to wait.
"Using a small trick can filter out the grep command itself: ps -ef | grep fo[o]. Look at the last symbol, instead of simple "o", we are using "[o]", which is considered a regular expression. This way the "grep foo" is not included in the results." Nikolay Ivanov Commented Jan 25, 2022 at 13:46
In the daze of yore I seem to remember seeing a solution on . . . was it comp.os.unix? I seem to remember the guy who posted being called a genius. But sadly, I don't remember the solution. I failed to find it on Google's Usenet archive.
Thanks to @Hosteroid for this nice server! Thanks to @cmeerw for lots of sysadmin and other help!
Does anybody else want to hop on? Please read "How To Apply" in the OP.
I haven't yet gone ahead and mentioned the availability of this server to any of the OpenBSD developers. I guess, if one or more of the OpenBSD developers wanted to join LES and hop aboard, that might be okay.
@Not_Oles said: I haven't yet gone ahead and mentioned the availability of this server to any of the OpenBSD developers. I guess, if one or more of the OpenBSD developers wanted to join LES and hop aboard, that might be okay.
Perhaps FreeBSD attracts many people, OpenBSD less, and NetBSD least of the three.
I'm not at all an expert, but, to me, NetBSD seems to offer simplicity, versatility, and a polite and welcoming community.
@cmeerw Does it seem too crazy to change hlcs to NetBSD and, if not many people here want to jump on, ask NetBSD people to join both LES and you and me on hlcs?
Would anyone here at LES want to join @cmeerw and me on hlcs if we reinstalled hlcs with some other OS? We have tried Debian and we have tried OpenBSD. Maybe there is another OS that would be magic? If we could get even two or three more people. . . .
Since hlcs is wide open inside, I prefer not to change the requirements from the How To Apply section of the OP.
"Every so often I think about random things, and today's random thing was how our environment might look if it was rebuilt from scratch as a modern style greenfield development. One of the obvious assumptions is that it'd involve a lot of use of containers, which led me to wondering how you handle traditional Unix style login servers. This is a relevant issue for us because we have such traditional login servers and somewhat to our surprise, they still see plenty of use." -- Chris Siebenmann, please see also https://lobste.rs/s/ktd0ss/people_still_use_our_old_fashioned_unix
Thanks to Hosteroid for our nice LES community server! Really! Thanks also to @cmeerw for helping so much!
@Not_Oles said: @cmeerw Does it seem too crazy to change hlcs to NetBSD and, if not many people here want to jump on, ask NetBSD people to join both LES and you and me on hlcs?
The only thing here is that I wasn't successful when I tried NetBSD on hlcs. But we can certainly try again.
@Not_Oles said: @cmeerw Does it seem too crazy to change hlcs to NetBSD and, if not many people here want to jump on, ask NetBSD people to join both LES and you and me on hlcs?
The only thing here is that I wasn't successful when I tried NetBSD on hlcs. But we can certainly try again.
What about just reinstalling NetBSD across the entire disk?
We still could go back to Debian or or OpenBSD or whatever else any time by wiping the NetBSD install.
Or maybe you know of another approach you want to try? Whatever you want is fine with me. Of I could try the NetBSD install if that's your preference. If you want to do it, okay to go ahead any time, without further notice.
Thanks to @Hosteroid for our nice LES Community Server! Which might be about to get NetBSD!
@Not_Oles said: @cmeerw Does it seem too crazy to change hlcs to NetBSD and, if not many people here want to jump on, ask NetBSD people to join both LES and you and me on hlcs?
The only thing here is that I wasn't successful when I tried NetBSD on hlcs. But we can certainly try again.
I am going to briefly switch back to Debian to prepare for NetBSD.
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 keyboard device to send the keystrokes ("American Megatrends Inc. (0x046b) Virtual Keyboard and Mouse (0xff10), rev 1.10/1.00, addr 2, iclass 3/1"). So I compiled a new kernel with the PC keyboard device disabled and tried again. This then resulted in a kernel panic in the ukbd_set_leds_task - that's just a small task to flash the keyboard leds. After disabling that, the keyboard started working. It was then just a matter of figuring out what the partition is named in NetBSD to set the correct root device (it's ld0g for the fourth primary partition).
BTW, I have incremented the port for sshd again, and copied the SSH authorized keys from OpenBSD.
NetBSD 11.0_BETA (GENERIC) #0: Fri Aug 8 16:37:51 UTC 2025
Welcome to NetBSD!
This is a beta release of NetBSD for testing.
Bug reports: https://www.NetBSD.org/support/send-pr.html
Donations to the NetBSD Foundation: https://www.NetBSD.org/donations/
We recommend that you create a non-root account and use su(1) for root access.
hlcs#
Comments
I went to check the httpd setting in
/etc/rc.conf
before running sysmerge and was surprised to find that httpd already had been set to NO. I had been imagining that this change happened with sysmerge. But apparently the change happens earlier.So what I did was follow the advice at the top of
/etc/rc.conf
to makerc.conf.local
. Thus, we now have in/etc
:Next, I ran
sysmerge
and refreshed the devices.Now hoping to see what sysmerge changed in login.conf before rebooting. . . .
I hope everyone gets the servers they want!
Here's the story on the change to
login.conf
by sysmerge. The change seems reminiscent of an issue we hit earlier in this thread.It seems okay to reboot, so
Last, but not least, I can see https://hlcs.cmeerw.net/europe/ ! Yaaay!!!
Thanks to @Hosteroid for our lovely LES Community Server!
Thanks to @cmeerw for awesome help! 
Anybody else want to join @cmeerw and @Not_Oles (me)? It's free! Please check "How To Apply" in the OP. Thanks again!
I hope everyone gets the servers they want!
Good point - completely missed that!
hi @Not_Oles
long time no see
btw how are you, are you fine?
Hi @ExAjiMag! All good here! How are you?
I hope everyone gets the servers they want!
i'm fine
@ExAjiMag What have you been doing recently?
I hope everyone gets the servers they want!
managing my proxmox
Sounds good! Hope you have a good time with Proxmox!
I hope everyone gets the servers they want!
@cmeerw @ExAjiMag
Hope you both are doing great!
I updated the sources and have been following the build steps at https://lowendspirit.com/discussion/comment/216000/#Comment_216000.
We already rebooted and seem to be running on a new kernel.
The userland build now is proceeding in a tmux session. @cmeerw If you want to or need to, please feel free to hop into the tmux session. Otherwise I will continue tomorrow.
BTW, I came from a different IP tonight.
I'm now going to sleep with @cmeerw's map of Europe in my mind. Yes, the map is still being served after the reboot.
Thanks to @Hosteroid for our lovely server!
Best!
Tom
I hope everyone gets the servers they want!
Good morning!
So here we have our fine Hosteroid Low End Spirit Free Community Server ("hlcs"). Thanks so much to @Hosteroid for the donation!
It would be great if a few more LESbianz wanted to join @cmeerw and me! Please review the How To Apply section of the OP!
I hope everyone gets the servers they want!
hosting free vps on discord (node is mine, but not my hosting)
We ought to make a new thread for this, I guess?
What's the difference between the VPSes with 3 digit numbers and the VPSes with 8 digit numbers?
How come so many VPSes and only 2% CPU usage?
I hope everyone gets the servers they want!
3 digits is proxmox and 8 digits is convoy
maybe
@ExAjiMag said:
TIL https://github.com/ConvoyPanel/panel
Okay, if you want to talk more, that's great. How about if you please start the new thread with a link to this post? Thanks!
I hope everyone gets the servers they want!
@cmeerw root is running
make -j 4 build
now in/usr/src
insidetmux
.Tom is going to be sleeping.
Zzzzz! 
Thanks to @Hosteroid for better sleep because of not worrying about the nice server's reliability!
Anybody want to join @cmeerw and me on OpenBSD-current? Love to have you!
I hope everyone gets the servers they want!
Looks like the build successfully completed while I was sleeping!
Later today I will try running sysmerge and MAKEDEV and rebooting.
I hope everyone gets the servers they want!
How do you guys write the grep command in a shorter way, but with the same result? In other words, how do you get rid of the first call to grep showing in the output without needing to call grep a second time?
@cmeerw I'm thinking to clean up a little, get rid of etc-revert if it's still there, some extra backups in /etc/ssh/ and so on. Maybe something I might have dumped in the root directory. I will go ahead with this in a day or two, unless you ask me to wait.
Thanks to @Hosteroid!
Anybody else want to hop on? Please check the How To Apply section in the OP.
Maybe there might be an OpenBSD developer who would want to join @cmeerw and me here?
I hope everyone gets the servers they want!
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.
Sure, go ahead whenever you have time.
In the daze of yore I seem to remember seeing a solution on . . . was it comp.os.unix? I seem to remember the guy who posted being called a genius. But sadly, I don't remember the solution. I failed to find it on Google's Usenet archive.
I hope everyone gets the servers they want!
Thanks to @Hosteroid for this nice server!
Thanks to @cmeerw for lots of sysadmin and other help! 
Does anybody else want to hop on? Please read "How To Apply" in the OP.
I haven't yet gone ahead and mentioned the availability of this server to any of the OpenBSD developers. I guess, if one or more of the OpenBSD developers wanted to join LES and hop aboard, that might be okay.
If nobody comments, I will go ahead and ask.
Thanks everyone!
I hope everyone gets the servers they want!
Perhaps FreeBSD attracts many people, OpenBSD less, and NetBSD least of the three.
I'm not at all an expert, but, to me, NetBSD seems to offer simplicity, versatility, and a polite and welcoming community.
@cmeerw Does it seem too crazy to change hlcs to NetBSD and, if not many people here want to jump on, ask NetBSD people to join both LES and you and me on hlcs?
Would anyone here at LES want to join @cmeerw and me on hlcs if we reinstalled hlcs with some other OS? We have tried Debian and we have tried OpenBSD. Maybe there is another OS that would be magic? If we could get even two or three more people. . . .
Since hlcs is wide open inside, I prefer not to change the requirements from the How To Apply section of the OP.
Thanks to Hosteroid for our nice LES community server!
Really!
Thanks also to @cmeerw for helping so much! 
I hope everyone gets the servers they want!
The only thing here is that I wasn't successful when I tried NetBSD on hlcs. But we can certainly try again.
Thanks @cmeerw!
Oh, yeah, I had forgotten, but now I reviewed https://lowendspirit.com/discussion/comment/214223/#Comment_214223.
What about just reinstalling NetBSD across the entire disk?
We still could go back to Debian or or OpenBSD or whatever else any time by wiping the NetBSD install.
Or maybe you know of another approach you want to try? Whatever you want is fine with me. Of I could try the NetBSD install if that's your preference. If you want to do it, okay to go ahead any time, without further notice.
Thanks to @Hosteroid for our nice LES Community Server!
Which might be about to get NetBSD! 
I hope everyone gets the servers they want!
I can try again in the next few days to see if I have more luck this time.
Whenever you have time, no rush!
I hope everyone gets the servers they want!
I am going to briefly switch back to Debian to prepare for NetBSD.
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 keyboard device to send the keystrokes ("American Megatrends Inc. (0x046b) Virtual Keyboard and Mouse (0xff10), rev 1.10/1.00, addr 2, iclass 3/1"). So I compiled a new kernel with the PC keyboard device disabled and tried again. This then resulted in a kernel panic in the
ukbd_set_leds_task
- that's just a small task to flash the keyboard leds. After disabling that, the keyboard started working. It was then just a matter of figuring out what the partition is named in NetBSD to set the correct root device (it'sld0g
for the fourth primary partition).BTW, I have incremented the port for sshd again, and copied the SSH authorized keys from OpenBSD.
Thanks to @Hosteroid for the lovely server.
@cmeerw Wow! Amazing! Awesome!
I hope everyone gets the servers they want!