Not_Oles
Not_Oles
About
- Username
- Not_Oles
- Joined
- Visits
- 13,750
- Last Active
- Roles
- Member, Hosting Provider, Content Writer
- Thanked
- 3425
Comments
-
Close to what I got for BF, at I think the same price, about €5.50, and with a US$5.00 coupon: root@manassas:~# nproc6root@manassas:~# free -h total used free shared buff/cache availableMem: 7.7Gi …
-
Today is January 28th, the last Tuesday of the month. chronos@penguin:~$ ncal -b January 2025 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 chronos@pengui…
-
Thanks @cmeerw! <3 Much appreciated! <3 root@hlcs:/var/log/apt# less history.log [ . . . ]Start-Date: 2025-01-26 20:29:16Commandline: apt-get dist-upgradeRequested-By: cmeerw (1000)Install: linux-image-6.1.0-30-amd64:amd64 (6.1.124-1, autom…
-
When I tried etcupdate previously, I had seen, if I remember correctly, Section 35.1.4 of the NetBSD Guide. Section 35.1.4 says: (Quote) So I think I might have gone ahead and tried /usr/sbin/etcupdate -s /usr/src. What seemed to happen might have…
-
Now, etcupdate itself. linveo# wc -l $(which etcupdate) 855 /usr/sbin/etcupdatelinveo# (Spoiler)
-
etcupdate has a man page which isn't too long. linveo# nroff -man /usr/share/man/man8/etcupdate.8 | wc -l 234linveo# Here is the full etcupdate(8) man page, if you want to take a peek under the spoiler. NetBSD also has its man pages online. …
-
Looks like there currently are a lot of directories and files in /etc. linveo# ls -lR /etc | wc -l 831linveo# If you want to look under the spoiler at the top level ls -l listing, Jan 10 was the date of the most recent rebuild and reinstall. …
-
(Quote) NetBSD's etcupdate is a shell script written in the POSIX version of the Bourne shell "sh" programming language. etcupdate is called after an update, rebuild, and reinstall of NetBSD from source code on a running system. The idea …
-
Okay, networking seems to work after I asked the installer to run dhcp. openbsd# ping -c 2 1.1.1.1PING 1.1.1.1 (1.1.1.1): 56 data bytes64 bytes from 1.1.1.1: icmp_seq=0 ttl=255 time=47.517 ms64 bytes from 1.1.1.1: icmp_seq=1 ttl=255 time=45.687 ms-…
-
Hello! I got the OpenBSD installer running inside Qemu running on a Linux server. My goal for now was just to make sure I could boot the installer, so I did not (yet) make a qcow2 file for a persistent installation. Instead, I stopped when I reache…
-
@JDMcPea Congrats! Good luck!
-
(Quote) Thanks so much! <3 Debian is great, of course, and Debian also is very widely adopted. That's why, originally, I asked @Hosteroid <3 for Debian, since I thought Debian would be the most appreciated OS by the majority here at LES. Howe…
-
(Quote) Sounds great! No rush. :star: As I said, I'm working on the filesystem stuff on another server, for a little while. To be clear, my main concern is staying fair with Hosteroid. If at least somebody has an upcoming use for the Community Ser…
-
Hello! I got another server temporarily so that I can mess with LVM without risk of causing disruption here. More on LVM in a little while. If I understand right, @quangthang wants to try running Nix on ARM architecture, and our server is Intel. @…
-
Hacker News discussion (258 comments): https://news.ycombinator.com/item?id=42694596
-
Already found a mistake! :) I needed to run postinstall. In the output of the successful install, it says: (Spoiler) And here's what happened when I ran the suggested fix: (Spoiler)
-
I installed all the newly compiled userland binaries, and then rebooted again. It seems to have worked. I'm cautiously optimistic! Install (Spoiler) Reboot (Spoiler) Now we seem to be running NetBSD-current on our newly updated and self-compiled…
-
In case anyone is interested, there is more information related to this post in the LES BSD thread.
-
Here is a page about the Neoverse N-1 CPU used in the Netcup G11 VPS: https://developer.arm.com/Processors/Neoverse%20N1 Quoting from the linked page, it seems like this CPU includes some 8.3+ extensions, but apparently not all the extensions need…
-
(Quote) I had a 258 line discussion with Google Gemini on the basis of which I think I might have received a few helpful hints about the answers to the questions I asked above. Here it is, in case anybody might be interested: (Spoiler)
-
(Quote) I've been trying to understand. It's complicated. For example, how should I understand "really added"? At https://developer.arm.com/documentation/102142/0100/Nested-virtualization it says, "Before the release of Armv8.3-A, it…
-
Welp, what do you think? Did the reboot work? Rebuilding and updating NetBSD-current seems more suspense-filled than I remember from the old days. . . . Here is moving the new kernel into place: (Spoiler) And here is . . . what . . . happened . .…
-
(Quote) @cmeerw Excellent! Thanks for letting us know!
-
(Quote) When I installed bashvm I wasn't sure where to put it. I wanted everybody to be able to read it, but I didn't want to change the root $PATH or the user $PATH. What I did was put bashvm in /usr/local. root@hlcs:~/.ssh# cd /usr/localroot@hlc…
-
If it's okay with @cmeerw, maybe @quangthang might like to try installing NixOS on the entire bare metal server? The server has an HTML5 IPMI available. We could then keep going with NixOS or change back to Debian or to something else later. Whateve…
-
Well . . . I did build the kernel again. . . . I'm not sure whether having the "-x" flag in the kernel build changes anything. But it might. Tomorrow, maybe we will see if the VPS reboots with the newly updated and recompiled kernel. Th…
-
Okay, done with the X Window System enabled distribution build. I think I wouldn't have to rebuild the kernel again, right? ===> Successful make distribution===> build.sh ended: Fri Jan 10 04:18:03 UTC 2025===> Summary of results: …
-
(Quote) build.sh command: ./build.sh -j 2 -O ../obj -r -T ../tools -U distribution Nope! :) I forgot the -x flag to add X Windows! So, probably, something like build.sh command: ./build.sh -j 2 -O ../obj -r -T ../tools -U -x distribution …
-
Here is the Summary of the kernel rebuild. ===> Summary of results: build.sh command: ./build.sh -j 2 -O ../obj -T ../tools -U kernel=GENERIC build.sh started: Fri Jan 10 01:06:48 UTC 2025 NetBSD version: 10.99…
-
Hi again @quangthang! I got a chance to read your posts and to look up a few things. I've never used NixOS, so I don't have anything to add to what you and @cmeerw already have said. I hope you go ahead on the server and have a lot of fun! Best! &…
-
I updated the NetBSD-current sources on my @linveo VPS. Thanks @linveo! linveo# datelinveo# cd /usr/srclinveo# export CVS_RSH="ssh"linveo# cvs update -A -dPlinveo# cd ../xsrclinveo# cvs update -A -dPlinveo# cd /usr/srclinveo# less UPDATIN…