make: [GNUmakefile:238: install] Error 1 (ignored)
Where does this 'shared-drives' come from? Not something I recognize.
Also, I went back throuigh the compile and there were several warnings. A lot of them concerned "js_static_assert##" (where ## is a number) locally defined but
not used
You can ignore those.
--
digital man (rob)
I recompiled sbbs and there were 2 lines at the end that show something must be wrong (or I did something wrong)
chown: cannot access '/home/sbbs/shared-drives': Permission denied
make: [GNUmakefile:238: install] Error 1 (ignored)
Also, I went back throuigh the compile and there were several warnings. A lot of them concerned "js_static_assert##" (where ## is a number) locally defined but not used
bove is what I am getting wrote to Digital Man <=-
OK, so that problem was fixed after I recompiled. Apparently I
missed something in the required files. Anyway, now, when I type
./sbbs, it starts. I was thinking I would have a GUI as on
windows, but all I get is a line saying web server started and a
line below it showing threads,sockets, clients, etc One question
I have now is where/how do I set the sbbsctrl environment
variable?
Anyway, now, when I type ./sbbs, it
starts. I was thinking I would have a GUI as on windows, but all I get is a line saying web server started and a line below it showing threads,sockets, clients, etc
One question I have now is where/how do I
set the sbbsctrl environment variable?
Do some research on setting Linux environment variables. Depending on before trying to use SBBS on Linux" advice comes in to play...
Do some research on setting Linux environment variables. Depending on
the Linux distro you're using, it's probably done in either /home/user/.profile , or /home/user/.bash_profile . The "user" there in
those examples is of course your actual username.
etc
As was mentioned earlier in this thread, GTKMonitor is the GUI monitor for Linux for Synchronet. I think the main reason sbbs itself in Linux doesn't have a GUI
is
set the sbbsctrl environment variable?
Setting an environment variable is basic Linux knowledge. You can do it with this command (and of course, change the directory to where it actually is on your
system):
export SBBSCTRL=/home/sbbs/sbbs
Thanks. I appreciate your assistance. I know it may be bothersome, and I am looking up most of the questions I have online. That being said, I have a book coming, but it is not available locally so I have to wait till it arrives.
Re: recompile
By: bove is what I am getting to Nightfox on Sat Oct 01 2022 02:54 pm
Is your username really "bove is what I am getting"?
Nightfox
Re: recompile
By: Digital Man to Ghost on Fri Sep 30 2022 09:52 pm
make: [GNUmakefile:238: install] Error 1 (ignored)
Where does this 'shared-drives' come from? Not something I recognize.
Also, I went back throuigh the compile and there were several warnings. A lot of them concerned "js_static_assert##" (where ## is a number) locally defined but not used
You can ignore those.
--
digital man (rob)
OK, so that problem was fixed after I recompiled. Apparently I missed something in the required files. Anyway, now, when I type ./sbbs, it starts. I was thinking I would have a GUI as on windows, but all I get is a line saying web server started and a line below it showing threads,sockets, clients, etc
One question I have now is where/how do I set the sbbsctrl environment variable?
One question I have now is where/how do I set the sbbsctrl environment variable?
https://wiki.synchro.net/config:env
--
digital man (rob)
Nightfox wrote to bove is what I am getting <=-
Re: recompile
By: bove is what I am getting to Nightfox on Sat Oct 01 2022
02:54 pm
Thanks. I appreciate your assistance. I know it may be bothersome, and I am looking up most of the questions I have online. That being said, I have a book coming, but it is not available locally so I have to wait till it arrives.
Is your username really "bove is what I am getting"?
Re: recompile
By: Digital Man to bove is what I am getting on Sun Oct 02 2022 02:21 pm
One question I have now is where/how do I set the sbbsctrl environment variable?
https://wiki.synchro.net/config:env
Thanks, Rob. But now I have another question. I have searched for an answer but have had no luck locating one. I tried to open GTKmonitor and it opens but I get an environment error and have not been able to figure out what I need to fix it. Any help is appreciated.
Thanks, Rob. But now I have another question. I have searched for an answer but have had no luck locating one. I tried to open GTKmonitor and it opens but I get an
environment error and have not been able to figure out what I need to fix it. Any help is appreciated.
What's the environment error?
--
digital man (rob)
Is your username really "bove is what I am getting"?
Pretty sure that was once the Subject Line ("The above is what I am getting"). It's got to be related to his quoting/composing/sending skillz... something got copy/pasted wrong is my guess.
Re: recompile
By: Digital Man to bove is what I am getting on Sun Oct 02 2022 08:29 pm
Thanks, Rob. But now I have another question. I have searched for an answer but have had no luck locating one. I tried to open GTKmonitor and it opens but I get an environment error and have not been able to figure out what I need to fix it. Any help is appreciated.
What's the environment error?
That's the problem. All the popup says is "environment error" I think I have that fixed (somewhat) but now GTK monitor is running extremely slow.
Well, I have SBBSCTRL=/sbbs/ctrl in environment, which fixed my other problem I was having. I am getting a different error today on GTKmonitor. "Cannot create .ini file" Since I don't know where it is trying to create it, I'm not sure what to do about it. I will check online for a solution to this problem when I get done here.What's the environment error?
That's the problem. All the popup says is "environment error" I think I have that fixed (somewhat) but now GTK monitor is running extremely slow.
I didn't write it, but gtkmonitor does appear to contain this code with that error message, but a bit more detail that should've been displayed as well:
if(!isdir(ctrl_dir)) {
display_message("Environment Error",
"SBBSCTRL does not point to a directory","gtk-dialog-error");
return(-1);
Ghost wrote to Digital Man <=-h
Re: recompile
By: Digital Man to Ghost on Mon Oct 03 2022 10:48 am
What's the environment error?
That's the problem. All the popup says is "environment error" I think I
ave that fixed (somewhat) but now GTK monitor is running
extremely slow.
I didn't write it, but gtkmonitor does appear to contain this code with that
error message, but a bit more detail that should've been
displayed as well:
if(!isdir(ctrl_dir)) {
display_message("Environment Error",
"SBBSCTRL does not point to a directory","gtk-dialog-error");
return(-1);
Well, I have SBBSCTRL=/sbbs/ctrl in environment, which fixed my
other problem I was having. I am getting a different error today
on GTKmonitor. "Cannot create .ini file" Since I don't know where
it is trying to create it, I'm not sure what to do about it. I
will check online for a solution to this problem when I get done
here.
Re: recompile
By: Digital Man to Ghost on Mon Oct 03 2022 10:48 am
What's the environment error?
That's the problem. All the popup says is "environment error" I think I have that fixed (somewhat) but now GTK monitor is running extremely slow.
I didn't write it, but gtkmonitor does appear to contain this code with that error message, but a bit more detail that should've been displayed as well: if(!isdir(ctrl_dir)) {Well, I have SBBSCTRL=/sbbs/ctrl in environment, which fixed my other problem I was having. I am getting a different error today on GTKmonitor. "Cannot create .ini file" Since I don't know where it is trying to create it, I'm not sure what to do about it. I will check online for a solution to this problem when I get done here.
display_message("Environment Error",
"SBBSCTRL does not point to a directory","gtk-dialog-error");
return(-1);
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 87:03:15 |
Calls: | 7,895 |
Calls today: | 1 |
Files: | 12,968 |
Messages: | 5,792,152 |