
Not_Oles
Not_Oles
About
- Username
- Not_Oles
- Joined
- Visits
- 11,946
- Last Active
- Roles
- Member, Hosting Provider, Content Writer
- Thanked
- 3221
Comments
-
Definitely I can add good words for Linveo! I've been using one of the Linveo Arizona VPSes since October. Linveo supports a wider than usual selection of Linux distributions. In addition to Linux, Linveo has added the major BSD images to its inst…
-
Commandline: apt-get dist-upgradeRequested-By: cmeerw (1000)Install: linux-image-6.1.0-31-amd64:amd64 (6.1.128-1, automatic)Upgrade: linux-image-amd64:amd64 (6.1.124-1, 6.1.128-1), linux-libc-dev:amd64 (6.1.124-1, 6.1.128-1)End-Date: 2025-02-08 20:…
-
https://en.m.wiktionary.org/wiki/ziz
-
(Quote) Hi @sh97! Sorry to hear that you dropped your ASN! I still would like to get one, but I haven't yet. When I get started, you are more than welcome to 100 shares of stock in the ASN corporation. Meanwhile, free bounce for your BuyVM transfer.…
-
(Quote) I'm not an expert on this, but bashvm is installed on our Community Server. We can use grep to see that bashvm.sh uses virsh. root@hlcs:/usr/local/bashvm# grep virsh bashvm.sh virsh list --all v…
-
(Quote) Hi @cainyxues! Yes, it does seem that integrating bashvm with FOSSBilling might work. I haven't tried it myself yet. I haven't looked at the current status of the Proxmox integration with FOSSBilling, so I can't say how that is doing. I n…
-
Hi Everyone! We've got this nice, free Hosteroid LES Community Server waiting for some of us to use it! If you are interested, please take a careful look at the How to Apply section in the OP. Thanks! Special thanks to @cmeerw for sysadmin help! …
-
I found a nice post from 2001 by Martti Kuparinen, the author of NetBSD's etcupdate. I like the post because it provides examples. Of course, etcupdate has changed since 2001. (Quote) ~~~ Now I seem to have got through a run of etcupdate -av on ou…
-
Hi @lukast__ ! I'm really glad to see your review! Thanks for posting! I definitely will take a look at Layer 7, and maybe I can buy something from them. One thing which especially impressed me from your review was your positive comment about Layer…
-
Hi James! Delighted to meet you! Thanks for your reply! (Quote) Since you did not say that you want more questions from me, I will not ask any more questions. Best wishes! Tom
-
(Quote) Dotdotnetworks is a brand under which we sell hosting services, while our parent company is Turing Group Limited, registered in New Zealand with company registration number 8458548. You can verify this information through the official websit…
-
Hi @dotdotnetworks! Welcome to LES! Here are a few questions, which perhaps it might be helpful to your sales if you could please clarify. Creation date (Quote) whois seems to say: Creation Date: 2024-04-03T07:00:00Z May I please ask, how the …
-
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)