How do I edit the Startup for Havens BBS hosted on Synchronetbbs.org??
How do I edit the Startup for Havens BBS hosted on Synchronetbbs.org??
What do you mean by "the Startup"?
Nightfox
HusTler wrote to Nightfox <=-
How do I edit the Startup for Havens BBS hosted on Synchronetbbs.org??
What do you mean by "the Startup"?
Widnows has startup file. It loads all the drivers, software
blah blah. What is the equivelent on Ubuntu server? I want to
edit whatever MarisaG has loading and running. She claims I
restarted Joomla/Apache. I want to view the startup file(s) that
start the server and BBS.
What do you mean by "the Startup"?
Widnows has startup file. It loads all the drivers, software blah blah. What is the equivelent on Ubuntu server? I want to edit whatever MarisaG has loading and running. She claims I restarted Joomla/Apache. I want to view the startup file(s) that start the server and BBS.
Widnows has startup file. It loads all the drivers, software blah blah. What is the equivelent on Ubuntu server? I want to edit whatever MarisaGhas
loading and running. She claims I restarted Joomla/Apache. I want to view the startup file(s) that start the server and BBS.
Sounds like you need to learn about 'systemd'. Google is your
friend.
In Linux, things that run in the background are often known as "services"or
"deamons". Depending on the Linux distribution used on her servers, the location of those might be different. One common location is /etc/init.d . You might ask her about that and how she has it configured to start up.
HusTler wrote to Gamgee <=-
Sounds like you need to learn about 'systemd'. Google is your
friend.
Ok thanks. I've heard alot Linux guys bithin about system.d
and creating flavors that don't use it. I'll have read more about
it. Anyway system.d is resonible for starting they system?
Thanks for the heads up.
Ok here is a directory listing of /etc/init.d I'm going to guess that synchronetbbs has something to do with the BBS startup.
Here's what the file synchronetbbs looks like
!/usr/bin/perl
### BEGIN INIT INFO
# Provides: synchronetbbs
# Required-Start: $local_fs $remote_fs $network $syslog
if ($running ne "running")
{
print "Starting SBBS...\n";
if (-f "$SBBSDIR/nostart
and it goes on and on...
Am I on the track?
Yes, there are a fair number of folks (including me) that don't
care much for 'systemd'. Note that that is the correct spelling,
it's not "system.d".
For Ubuntu, and many other Linux distros, systemd is indeed the mechanism/process for how a system starts up. It still involves
numerous scripts and ".service" files, and I don't know much more
about it than that, as I don't use it myself. There is a command
For Ubuntu, and many other Linux distros, systemd is indeed the mechanism/process for how a system starts up. It still involves
numerous scripts and ".service" files, and I don't know much more
about it than that, as I don't use it myself. There is a command
called 'systemctl' that is the interface used to control the
startup process. Will require some reading to get a handle on it
all.
Yes, it looks like you're on the right track. That looks like a Perlscript
to start up Synchronet - I've seen posts from Marisa G about some Linux
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 369 |
Nodes: | 16 (2 / 14) |
Uptime: | 98:35:49 |
Calls: | 7,897 |
Files: | 12,968 |
Messages: | 5,793,561 |