I use Virtualmin GPL for my web hosting panel, so I thought I'd try integrating
it with the MBSE setup on this node. I had to delete mbse and my users, and
the bbs group temporarily, then delete the domain in Virtualmin and recreate
it, then recreate the MBSE users and group, but everything seems to be working
so far, at least for mail, after I fixed some permission. Still working on the
web server and ftp setup, but that doesn't look like much of a problem. I do
have $MBSE_ROOT=/home/mbse, and linked Virtualmin's homes directory to /home/mbse/home.
I use Virtualmin GPL for my web hosting panel, so I thought I'd try integrating
it with the MBSE setup on this node. I had to delete mbse and my
users, and the bbs group temporarily, then delete the domain in
Virtualmin and recreate it, then recreate the MBSE users and group,
but everything seems to be working so far, at least for mail, after I
fixed some permission. Still working on the web server and ftp setup,
but that doesn't look like much of a problem. I do have $MBSE_ROOT=/home/mbse, and linked Virtualmin's homes directory
to /home/mbse/home.
Anyone else tried this?
Hello James!^^^^
Sunday April 08 2018 17:06, you wrote to All:
I use Virtualmin GPL for my web hosting panel, so I thought I'd try integrating
it with the MBSE setup on this node. I had to delete mbse and my
^^^^^^^^^^^^^^^users, and the bbs group temporarily, then delete the domain in Virtualmin and recreate it, then recreate the MBSE users and group,
but everything seems to be working so far, at least for mail, after I fixed some permission. Still working on the web server and ftp setup, but that doesn't look like much of a problem. I do have $MBSE_ROOT=/home/mbse, and linked Virtualmin's homes directory
to /home/mbse/home.
Anyone else tried this?
For interest to all :
If using the althernative install directory such as using ./configure --PREFIX=/home/mbse
The bbs will install into that directory BUT the SETUP.sh script is not changed
and will be wrong and so you will have to manually change the path used e.g., MHOME=/opt/mbse
to =/home/mbse
You must do this before using otherwise the users created will have incorrect
settings and will have to manually change the mbse, bbs users that it creates.
Would be nice if the configure script does this but . . .
Vince
--- Mageia Linux v5.1/Mbse v1.0.7.6/GoldED+/LNX 1.1.501-b20150715
* Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
For interest to all :
If using the althernative install directory such as using ./configure --PREFIX=/home/mbse
The bbs will install into that directory BUT the SETUP.sh script is
not changed and will be wrong and so you will have to manually change
the path used e.g., MHOME=/opt/mbse to =/home/mbse
You must do this before using otherwise the users created will have incorrect settings and will have to manually change the mbse, bbs
users that it creates.
Would be nice if the configure script does this but . . .
Would be nice if the configure script does this but . . .
I will look into this. However, from my initial reading of the SETUP.sh, it
will require more than just replacing the MHOME value at the top of the script. I'll have to experiment on a test system to see if I can figure out
what else will break in these cases.
Andrew
Would be nice if the configure script does this but . . .
I will look into this. However, from my initial reading of the
SETUP.sh, it will require more than just replacing the MHOME value
at the top of the script. I'll have to experiment on a test system
to see if I can figure out what else will break in these cases.
Andrew
That's all I did and everything seems to be working fine. MBSE on
CentOS 6.9 + Virtualmin, Apache, Postfix, Dovecot, Proftpd, etc.
Haven't tried on any other OS.
Finally found the hg repository and now running the latest snapshot.
Kept getting errors trying to clone it, so downloaded the zip.
Hello James!
22 Apr 18 18:46, you wrote to me:
Would be nice if the configure script does this but . . .
I will look into this. However, from my initial reading of the
SETUP.sh, it will require more than just replacing the MHOME value
at the top of the script. I'll have to experiment on a test system
to see if I can figure out what else will break in these cases.
Andrew
That's all I did and everything seems to be working fine. MBSE on CentOS 6.9 + Virtualmin, Apache, Postfix, Dovecot, Proftpd, etc. Haven't tried on any other OS.
OK. I haven't had the chance to actually test it yet. On my own systems leave MBSE in the default /opt/mbse location.
Finally found the hg repository and now running the latest snapshot. Kept getting errors trying to clone it, so downloaded the zip.
Thanks for reminding me; I need to check and see if the Git repository is up
to date. To this point, the Hg repository has been the primary development
repository. At some point in the near future, I will probably be switching to
Git as primary.
Andrew Leary wrote to Vince Coen:
Would be nice if the configure script does this but . . .
I will look into this. However, from my initial reading of the
SETUP.sh, it will require more than just replacing the MHOME value
at the top of the script. I'll have to experiment on a test system
to see if I can figure out what else will break in these cases.
Andrew
That's all I did and everything seems to be working fine. MBSE on
CentOS 6.9 + Virtualmin, Apache, Postfix, Dovecot, Proftpd, etc.
Haven't tried on any other OS.
There are other instances of /opt being used and I suggest that a new variable
be setup say $HOMEROOT set as =/opt
With all the scripts vars using /opt changed to use HOMEROOT.
So now we have two vars near the beginning that need to be changed when the
--prefix param is used in configure somehow.
If that is done then the SETUP script will work.
Just a question of working out how :)
.. and now I do not know how configure work in order to try it.
Any one volunteering ?
Vince
Looking at the script SETUP.sh the obvious one is ths HOME setting but There are other instances of /opt being used and I suggest that a new variable
be setup say $HOMEROOT set as =/opt
With all the scripts vars using /opt changed to use HOMEROOT.
So now we have two vars near the beginning that need to be changed when the
--prefix param is used in configure somehow.
If that is done then the SETUP script will work.
Just a question of working out how :)
.. and now I do not know how configure work in order to try it.
Any one volunteering ?
Vince
Looking at the script SETUP.sh the obvious one is ths HOME setting but There are other instances of /opt being used and I suggest that a new variable
be setup say $HOMEROOT set as =/opt
With all the scripts vars using /opt changed to use HOMEROOT.
So now we have two vars near the beginning that need to be changed when the
--prefix param is used in configure somehow.
If that is done then the SETUP script will work.
Just a question of working out how :)
.. and now I do not know how configure work in order to try it.
Any one volunteering ?
Vince
Vince Coen wrote to James Digriz:
The initial MBSE setup could be redone to make things easier for packagers.
Wasn't somebody doing a .deb? Wonder how they handled it? Have to look.
James Digriz wrote to Vince Coen:
Vince Coen wrote to James Digriz:
The initial MBSE setup could be redone to make things easier for packagers.look.
Wasn't somebody doing a .deb? Wonder how they handled it? Have to
I was and have been but have not had a chance to work on it for awhile. (see https://github.com/ftnapps/mbsebbs for instance.) What I do recall is
that using /opt/mbse is hardcoded in quite a few places and that should really
be fixed.
I also have had (and have been testing) a separately named test project that
has that all changed (mostly<g>, since it's not working properly) but haven't
been able to work on that recently either.
Rj Clay wrote to James Digriz:
I also have had (and have been testing) a separately named test project that
has that all changed (mostly<g>, since it's not working properly) but haven't been able to work on that recently either.
I'll be interested to see that.
I only have it running on my laptop... (It's a test system, after all...)
Hello Rj!
13 Jun 2018 06:16, Rj Clay wrote to James Digriz:
I only have it running on my laptop... (It's a test system, after all...)
it says me that mbse needs more linux fixing if it needs symlinks
and i need to provide more gentoo stable ebuilds for husky, work in slow progress here, current is done from cvs, where all fails :)
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,018 |
Nodes: | 17 (0 / 17) |
Uptime: | 36:29:26 |
Calls: | 503,137 |
Files: | 228,109 |
D/L today: |
17,442 files (3,433M bytes) |
Messages: | 440,140 |