Do any of you understand how MarisaG has my Synchronet BBS setup? The web seems to be on a seperate Apache server. Anyway I just want the Web pages to from Synchronet BBS to work from where I have SBBS setup on her servers. Is it possible to do that?
Do any of you understand how MarisaG has my Synchronet BBS setup? The web seems to be on a seperate Apache server. Anyway I just want the Web pagesto
from Synchronet BBS to work from where I have SBBS setup on her servers. Is it possible to do that?
configure it however I want. Are you unable to do that with MarisaG's hosting service?
Yes, the joomla website runs in apache. However you didn't want to use the apache at all so must have reenabled it unintentionally.
Yes he does, and he always has issues when making the changes himself :/
configure it however I want. Are you unable to do that with MarisaG's hosting service?
Yes he does, and he always has issues when making the changes himself :/
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src
./cleanall.sh RELEASE=1
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
chown -R bbsowner:bbsowner /sbbs
reboot
Re: Synchronet Web
By: HusTler to Marisag on Thu Oct 31 2019 06:37 am
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src
./cleanall.sh RELEASE=1
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
chown -R bbsowner:bbsowner /sbbs
reboot
Is this the correct way to update Havens BBS or Not?? !!!!!
Mortifis wrote to HusTler <=-
Re: Synchronet Web
By: HusTler to Marisag on Thu Oct 31 2019 06:37 am
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src
./cleanall.sh RELEASE=1
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
chown -R bbsowner:bbsowner /sbbs
reboot
Is this the correct way to update Havens BBS or Not?? !!!!!
Seems about right, but, I don't believe you need to reboot your
system after rebuilding sbbs; at least I never have
Mortifis wrote to HusTler <=-
Re: Synchronet Web
By: HusTler to Marisag on Thu Oct 31 2019 06:37 am
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src
./cleanall.sh RELEASE=1
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
chown -R bbsowner:bbsowner /sbbs
reboot
Is this the correct way to update Havens BBS or Not?? !!!!!
Seems about right, but, I don't believe you need to reboot your
system after rebuilding sbbs; at least I never have
He's using Ubuntu (remotely), and it may be that step is there
because it's the easiest way to get the BBS restarted (the joys of 'systemd').
He's using Ubuntu (remotely), and it may be that step is there
because it's the easiest way to get the BBS restarted (the joys of 'systemd').
Mortifis wrote to Gamgee <=-
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src
./cleanall.sh RELEASE=1
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
chown -R bbsowner:bbsowner /sbbs
reboot
Is this the correct way to update Havens BBS or Not?? !!!!!
Seems about right, but, I don't believe you need to reboot your
system after rebuilding sbbs; at least I never have
He's using Ubuntu (remotely), and it may be that step is there
because it's the easiest way to get the BBS restarted (the joys of 'systemd').
Though it is not 'wrong' to reboot, it is best practice to: (From http://wiki.synchro.net/install:dev)
"Step 1
Shutdown the BBS
Stop all instances of sbbs, scfg, sbbsctrl, sbbsntsvcs, jsexec,
umonitor, echocfg, etc. from running.
We want to avoid problems with copying or over-writing files that
may be in-use when BBS processes are running."
So, before you do your Step 1 (on Ubuntu)
sudo systemctl stop sbbs
... and instead of 'reboot'
sudo systemctl start sbbs
I have to read all this systemd shit just to edit a startup file? I obviously bit off more then I can chew signing up for this. I have no
I have to read all this systemd shit just to edit a startup file? I obviously bit off more then I can chew signing up for this. I have no interest in learning Ubuntu Server. I only wanted to learn and understand Synchronet BBS software. Man, I took the bait along with the hook lineand
sinker. I'm sure I can get all the answers I want for the right price.
On 11-03-19 14:53, Mortifis wrote to Gamgee <=-
Though it is not 'wrong' to reboot, it is best practice to: (From http://wiki.synchro.net/install:dev)
"Step 1
Shutdown the BBS
Stop all instances of sbbs, scfg, sbbsctrl, sbbsntsvcs, jsexec,
umonitor, echocfg, etc. from running.
We want to avoid problems with copying or over-writing files that may
be in-use when BBS processes are running."
So, before you do your Step 1 (on Ubuntu)
sudo systemctl stop sbbs
... and instead of 'reboot'
sudo systemctl start sbbs
On 11-03-19 17:58, HusTler wrote to Mortifis <=-
Re: Re: Update
By: Mortifis to Gamgee on Sun Nov 03 2019 02:53 pm
He's using Ubuntu (remotely), and it may be that step is there
because it's the easiest way to get the BBS restarted (the joys of 'systemd').
I have to read all this systemd shit just to edit a startup file? I obviously bit off more then I can chew signing up for this. I have no interest in learning Ubuntu Server. I only wanted to learn and
understand Synchronet BBS software. Man, I took the bait along with the hook line and sinker. I'm sure I can get all the answers I want for the right price. Thanks for everyone's input.
On 11-03-19 16:19, Gamgee wrote to Mortifis <=-
But... the dude (Hustler) clearly doesn't know jack about using
Linux - do you think he knows how to do this? It is not covered
in the Wiki that this should be done. He doesn't even know what
'systemd' is, much less how to use it... Just sayin...
I have to read all this systemd shit just to edit a startup file? II would think the /etc/init.d/synchronetbbs script is just there to start
If you've never administrated or used a linux system before, then learning Synchronet on a Windows based system.
Re: Re: Update
By: Mortifis to Gamgee on Sun Nov 03 2019 02:53 pm
He's using Ubuntu (remotely), and it may be that step is there
because it's the easiest way to get the BBS restarted (the joys of 'systemd').
I have to read all this systemd shit just to edit a startup file? I obviously bit off more then I can chew signing up for this. I have no interest in learning Ubuntu Server. I only wanted to learn and understand Synchronet BBS software. Man, I took the bait along with the hook line and sinker. I'm sure I can get all the answers I want for the right price. Thanks for everyone's input.
I am unsure what you mean by bait, hook line and sinker or answers for the right price. And I am certainly not part of any of the trash talk some people are posting. Personally I run SBBS on my own servers, 100% free of
Tony Langdon wrote to Gamgee <=-
But... the dude (Hustler) clearly doesn't know jack about using
Linux - do you think he knows how to do this? It is not covered
in the Wiki that this should be done. He doesn't even know what
'systemd' is, much less how to use it... Just sayin...
Systemd isn't a part of SBBS, and the documentation would rightly
assume that sysops know their OS.
However, it would be good to
have a resource somewhere with basic information for getting SBBS
to start automatically using various methods like systemd (common
these days), SysV init (common in older distros) and other
methods like cron I use, because it covers both startup
and restarting on non systemd distros).
On 11-04-19 07:46, Gamgee wrote to Tony Langdon <=-
Systemd isn't a part of SBBS, and the documentation would rightly
assume that sysops know their OS.
Understood, and agreed. I was just saying that because of what
Mortifis had said, which made it sound like the Wiki described all
that stuff...
Sure, no doubt about that. There *IS* some info on this in the
Wiki, but could be tweaked:
http://wiki.synchro.net/install:nix#running
My method is quite simple... In a terminal, in the /sbbs/exec
directory, I type: "sudo -E ./sbbs syslog" and press Enter.
I also have other terminals open which are "tailing" various logs,
and one displaying 'umonitor'.
Works for me! :-)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 409 |
Nodes: | 16 (2 / 14) |
Uptime: | 56:56:09 |
Calls: | 8,572 |
Calls today: | 2 |
Files: | 13,223 |
Messages: | 5,929,690 |