Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 83:58:21 |
| Calls: | 12 |
| Files: | 12,941 |
| Messages: | 97,107 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
From Newsgroup: alt.bbs.synchronet
Hello!
I am completely new to Synchronet and I want to set it up on Slackware
for test purposes. Main goal is to have a web interface for certain newsgroups.
I tried to build from the tarballs:
sbbs@localhost:~/src/sbbs3$ ls ~
3rdp/ ctrl/ docs/ exec/ install/ install-sbbs.mk node1/ src/ srun320d.tgz ssrc320d.tgz text/ web/ webv4/ xtrn/
sbbs@localhost:~/src/sbbs3$ SBBSEXEC=/sbbs/exec make symlinks setcap
fatal: not a git repository (or any of the parent directories): .git
make: *** [targets.mk:150: git_hash.h] Error 128
sbbs@localhost:~/src/sbbs3$
Did I do anything wrong?
El 9/6/25 a las 11:00, Marco Moock (VERT) escribió:As of right now, Digital Man's linux server appears to have hung again
From Newsgroup: alt.bbs.synchronet
Hello!
I am completely new to Synchronet and I want to set it up on
Slackware for test purposes. Main goal is to have a web interface
for certain newsgroups.
I tried to build from the tarballs:
sbbs@localhost:~/src/sbbs3$ ls ~
3rdp/ ctrl/ docs/ exec/ install/ install-sbbs.mk node1/ src/
srun320d.tgz ssrc320d.tgz text/ web/ webv4/ xtrn/ sbbs@localhost:~/src/sbbs3$ SBBSEXEC=/sbbs/exec make symlinks
setcap fatal: not a git repository (or any of the parent
directories): .git make: *** [targets.mk:150: git_hash.h] Error 128 sbbs@localhost:~/src/sbbs3$
Did I do anything wrong?
I recommens that just clone the repo (main branch)
https://gitlab.synchro.net/main/sbbs.git
then
cd src/sbbs3
make
---
■ Synchronet ■ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
From Newsgroup: alt.bbs.synchronet
Hello!
I am completely new to Synchronet and I want to set it up on Slackware
for test purposes. Main goal is to have a web interface for certain newsgroups.
I tried to build from the tarballs:
sbbs@localhost:~/src/sbbs3$ ls ~
3rdp/ ctrl/ docs/ exec/ install/ install-sbbs.mk node1/ src/ srun320d.tgz ssrc320d.tgz text/ web/ webv4/ xtrn/ sbbs@localhost:~/src/sbbs3$ SBBSEXEC=/sbbs/exec make symlinks setcap
fatal: not a git repository (or any of the parent directories): .git
make: *** [targets.mk:150: git_hash.h] Error 128
sbbs@localhost:~/src/sbbs3$
Did I do anything wrong?
Yes, the command line you're invoking is supposed to be run from the src/sbbs3 directory. What instructions are you reading?
From Newsgroup: alt.bbs.synchronet
On 10.06.2025 22:03 Uhr Digital Man wrote:
Yes, the command line you're invoking is supposed to be run from the src/sbbs3 directory. What instructions are you reading?
I was reading https://wiki.synchro.net/install:nix#tarball_build_method
Although, I now used the git way and have compilation errors. I will investigate and maybe open a new thread here.