惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
IT之家
IT之家
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research

LowEndSpirit

Hardware for sale | Arista switches, Dell hardware buy all gets a good deal. C-Servers Announces Becoming Platform-Independent NYC Ryzen 9000 2GB RAM @ $3.50/mo | 1TB Storage VPS @ $3.50/mo | 4GB Ryzen @ $6.00/mo | Unmetered BW Does anyone know affordable VPS Hosting in Asia? LES - Progress Update - 19th July 2026 LES - Progress Update - 19th June 2026 KVM VPS in LA, New Jersey & Frankfurt | 10 Gbps | Free Upgrade Included Has anyone used mailporter.io ? above.com - experiences? Dedicated Servers from $39/mo| Instant Setup | ForumPay Now Available 🚀 PanstarCloud 618 Launch Offer|Recurring Coupons, One-click App Deployment & VM Marketplace drServer.net ||| SSD KVM VPS starting at $7/mo recurring drServer.net ||| cPanel Shared Hosting | CloudLinux | SSD | MariaDB | JetBackup... drServer.net ||| Affordable US SSD Dedicated Servers | Speedy Provisioning | Unmetered AI Tools That Have Saved You The Most Time HostDare VPS Sale - Limited Time Offer! Our New Discount coupons ! Dedicated Server Request KVM VPS from €1.84/mo — NVMe SSD · IPv4+IPv6 · DDoS Protection · Instant Setup | mycheap.host 2GB VPS 5$ & 4GB RAM VPS 10$ Recurring 50% Discount - Unlimited BW (HMLTD) Hetzner prices going up (Again) VPS backup size comparison -- Alpine binary only base vs *BSD-current with sources, self-compiled Oracle free tier changing, be careful? (Confirmed) Oracle free tier changing. LES - New Feature - "LES Ignore User" NYC Ryzen 9000 2GB RAM @ $3.50/mo | 1TB Storage VPS @ $3.50/mo | 4GB Ryzen @ $6.00/mo | Unmetered BW Tier.net Dedicated Servers from $59.95 | 64GB RAM, SSDs, 10GigE - Plus Custom Builds Developers - How much Bandwidth is reasonable Little bit of an update on LES Little bit of an update on LES - day 2 - 12th June 2026 Cheap $12 per year VPS
More NetBSD-current fun at Linveo!
Not_Oles · 2025-02-21 · via LowEndSpirit

Hello!

  • VPS Share

Would anybody be interested in sharing my free Linveo AMD Ryzen 9 9950X NetBSD VPS in Arizona? It's open to friends who want to help me learn.

  • Goals

Tonight I decided to (1) try some method of rolling release updates of NetBSD pkgsrc. For example, please see pkg_rolling-replace (mailing list, 2008 introduction), please see also the man page. I could use help figuring out the best method of rolling updates with pkgsrc.

Also, I think it might be fun to (2) see whether I can get 9vx working. I could use help with the code and the compiling on 64 bit NetBSD of the vx32 sandboxing library used by 9vx.

Maybe I could (3) try the X Windows installation from pkgsrc instead of the xsrc version, but I haven't looked into pkgsrc X, very much as yet.

  • Procedure

I'm beginning by wiping and reinstalling my NetBSD-current VPS at Linveo. <3 The reinstall is from Linveo vmcontrol, which offers @cmeerw's <3 NetBSD 10.1 image.

The process is installing NetBSD 10.1, then, with changes appropriate for 10.1, following the simple NetBSD 10 to NetBSD-current steps in Quick Recipe For Self-Compiled NetBSD-current On A Linveo VPS.

linveo# ftp -o - https://cdn.netbsd.org/pub/NetBSD/NetBSD-10.1/amd64/binary/sets/comp.tar.xz | progress -z tar xpf - -C /
linveo# which gcc
/usr/bin/gcc
linveo# cd /usr
linveo# mkdir obj src tools
linveo# mkdir /home
linveo# useradd -m -G wheel tom
linveo# passwd tom
Changing password for tom.
New Password:
Retype New Password:
linveo# chown tom obj src tools
linveo# su tom
linveo# 
linveo$ pwd
/usr
linveo$ export CVSROOT="[email protected]:/cvsroot"
linveo$ export CVS_RSH="ssh"
linveo$ cvs checkout -A -P src
linveo$ cd src
linveo$ nohup ./build.sh -j 2 -O ../obj -T ../tools -U distribution && \
> nohup ./build.sh -j 2 -O ../obj -T ../tools -U kernel=GENERIC

I like nohup because it gives me a full transcript of all the terminal output and because I don't have to stay connected. Back in the old days I used to start a NetBSD-current build and then sleep. I don't remember a build which failed to complete, but there might have been one.

I will post again, later, or maybe tomorrow, about whether this build completes.