• MBSE 1.07 - trying to compile

    From Dane Beko@1:114/201 to All on Wed Apr 5 17:23:00 2017
    I'm not a complete Linux newbie but fairly close.

    I'm trying to compile MBSE 1.07 in a Linux Lite x86 VM.


    i've installed the prerequisites (xinetd, etc.) with no issues. I've
    ran the SETUP.SH file with no issues. Compiling is the problem.

    =====
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ make install

    Hm, looks good...

    Must be root to install! Makefile:39: recipe for target 'install' failed

    make: *** [install] Error 3

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install

    [sudo]
    [sudo] password for mbse:
    mbse is not in the sudoers file. This incident will be reported. ==============

    I'm stuck at this stage. Thanks.
    --- MultiMail/Win32 v0.49
    * Origin: The BABBLE BBS * babblebbs.no-ip.org * Tucson * (1:114/201)
  • From Bill McGarrity@1:266/404 to Dane Beko on Thu Apr 6 01:57:00 2017
    Dane Beko wrote to All on 04-05-17 17:23 <=-


    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install

    [sudo]
    [sudo] password for mbse:
    mbse is not in the sudoers file. This incident will be reported. ==============

    If you don't know the password for mbse and can get to root, then type sudo passwd mbse. This will allow you to set mbse' password. If it asks you for it's old password, then use the -d switch and try over.


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    === MultiMail/Win32 v0.50
    --- SBBSecho 3.00-Win32
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
  • From Vince Coen@2:250/1 to Dane Beko on Thu Apr 6 15:28:51 2017
    Hello Dane!

    Some one pointed out to adjust your system so you can log in as root.


    Some systems do NOT allow for this so the trick is to use sudo (assuming you have this set up one way or another) :=

    sudo su
    [enter password ]

    continue with defined steps as outlined in the doc.


    Bye the bye as you did not mention it you need to have run :

    ./configure first before
    make > build.log 2>build.err

    ls -la build.*

    if .err is NOT zero look at it using less build.err

    before going to next step.

    If you have Errors sort them out and if warning and assuming only a few fix them if you can other continue. [Some warning are more important than others]

    Vince


    Wednesday April 05 2017 17:23, you wrote to All:

    I'm not a complete Linux newbie but fairly close.

    I'm trying to compile MBSE 1.07 in a Linux Lite x86 VM.


    i've installed the prerequisites (xinetd, etc.) with no issues. I've
    ran the SETUP.SH file with no issues. Compiling is the problem.

    =====
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ make install

    Hm, looks good...

    Must be root to install! Makefile:39: recipe for target 'install'
    failed

    make: *** [install] Error 3

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install

    [sudo]
    [sudo] password for mbse:
    mbse is not in the sudoers file. This incident will be reported. ==============

    I'm stuck at this stage. Thanks.


    Vince

    --- Mageia Linux v5/Mbse v1.0.6.15/GoldED+/LNX 1.1.501-b20150715
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From Vince Coen@2:250/1 to Dane Beko on Thu Apr 6 15:35:25 2017
    Hello Dane!

    Wednesday April 05 2017 17:23, you wrote to All:

    I'm not a complete Linux newbie but fairly close.

    Almost forgot - if you have it, use echo MBSE as we the programmers and users keep an eye on that area. You might get a quicker response.

    Vince


    --- Mageia Linux v5/Mbse v1.0.6.15/GoldED+/LNX 1.1.501-b20150715
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From Vince Coen@2:250/1 to Dane Beko on Thu Apr 6 15:28:51 2017
    Hello Dane!

    Some one pointed out to adjust your system so you can log in as root.


    Some systems do NOT allow for this so the trick is to use sudo (assuming you have this set up one way or another) :=

    sudo su
    [enter password ]

    continue with defined steps as outlined in the doc.


    Bye the bye as you did not mention it you need to have run :

    ./configure first before
    make > build.log 2>build.err

    ls -la build.*

    if .err is NOT zero look at it using less build.err

    before going to next step.

    If you have Errors sort them out and if warning and assuming only a few fix them if you can other continue. [Some warning are more important than others]

    Vince


    Wednesday April 05 2017 17:23, you wrote to All:

    I'm not a complete Linux newbie but fairly close.

    I'm trying to compile MBSE 1.07 in a Linux Lite x86 VM.


    i've installed the prerequisites (xinetd, etc.) with no issues. I've
    ran the SETUP.SH file with no issues. Compiling is the problem.

    =====
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ make install

    Hm, looks good...

    Must be root to install! Makefile:39: recipe for target 'install'
    failed

    make: *** [install] Error 3

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install

    [sudo]
    [sudo] password for mbse:
    mbse is not in the sudoers file. This incident will be reported. ==============

    I'm stuck at this stage. Thanks.


    Vince

    --- Mageia Linux v5/Mbse v1.0.6.15/GoldED+/LNX 1.1.501-b20150715
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From Vince Coen@2:250/1 to Dane Beko on Thu Apr 6 15:35:25 2017
    Hello Dane!

    Wednesday April 05 2017 17:23, you wrote to All:

    I'm not a complete Linux newbie but fairly close.

    Almost forgot - if you have it, use echo MBSE as we the programmers and users keep an eye on that area. You might get a quicker response.

    Vince


    --- Mageia Linux v5/Mbse v1.0.6.15/GoldED+/LNX 1.1.501-b20150715
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From mark lewis@1:3634/12.73 to Dane Beko on Thu Apr 6 12:38:54 2017
    * Originally in linux_bbs
    * Crossposted in mbse

    On 2017 Apr 05 17:23:00, you wrote to All:

    I'm not a complete Linux newbie but fairly close.

    I'm trying to compile MBSE 1.07 in a Linux Lite x86 VM.

    i know this is your second attempt at getting help on this but i have to ask why you didn't post it in the MBSE support echo?

    i've cross posted this message there so they can see your question and maybe provide you with an answer... hopefully they will remember to change the To: field to Dane Beko so you can get it ;)


    [EDIT] oops! i see tha vince and others have responded to you and also pointed you to the MBSE echo... [/EDIT]


    i've installed the prerequisites (xinetd, etc.) with no issues. I've
    ran the SETUP.SH file with no issues. Compiling is the problem.

    =====
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ make install

    Hm, looks good...

    Must be root to install! Makefile:39: recipe for target 'install' failed

    make: *** [install] Error 3

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install

    [sudo]
    [sudo] password for mbse:
    mbse is not in the sudoers file. This incident will be reported. ==============

    I'm stuck at this stage. Thanks.
    --- MultiMail/Win32 v0.49
    * Origin: The BABBLE BBS * babblebbs.no-ip.org * Tucson * (1:114/201)



    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... My hard disk is full... OOPS! ...not any more...
    ---
    * Origin: (1:3634/12.73)
  • From mark lewis@1:3634/12.73 to Dane Beko on Thu Apr 6 12:38:54 2017
    * Originally in linux_bbs
    * Crossposted in mbse

    On 2017 Apr 05 17:23:00, you wrote to All:

    I'm not a complete Linux newbie but fairly close.

    I'm trying to compile MBSE 1.07 in a Linux Lite x86 VM.

    i know this is your second attempt at getting help on this but i have to ask why you didn't post it in the MBSE support echo?

    i've cross posted this message there so they can see your question and maybe provide you with an answer... hopefully they will remember to change the To: field to Dane Beko so you can get it ;)


    [EDIT] oops! i see tha vince and others have responded to you and also pointed you to the MBSE echo... [/EDIT]


    i've installed the prerequisites (xinetd, etc.) with no issues. I've
    ran the SETUP.SH file with no issues. Compiling is the problem.

    =====
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ make install

    Hm, looks good...

    Must be root to install! Makefile:39: recipe for target 'install' failed

    make: *** [install] Error 3

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install

    [sudo]
    [sudo] password for mbse:
    mbse is not in the sudoers file. This incident will be reported. ==============

    I'm stuck at this stage. Thanks.
    --- MultiMail/Win32 v0.49
    * Origin: The BABBLE BBS * babblebbs.no-ip.org * Tucson * (1:114/201)



    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... My hard disk is full... OOPS! ...not any more...
    ---
    * Origin: (1:3634/12.73)
  • From Dave Vandermeer@1:229/275 to Dane Beko on Mon Apr 17 16:35:22 2017
    On 04/05/17, Dane Beko said the following...

    I'm not a complete Linux newbie but fairly close.

    I'm trying to compile MBSE 1.07 in a Linux Lite x86 VM.


    I posted a detailed tutorial on how to compile MBSE BBS in my message areas
    on my BBS. You have to follow specific instructions or it will fail to
    install every time.

    ---
    Dave Vandermeer (Night Stalker)
    Internal Dimension - idbbs.dlinkddns.com:59

    --- Mystic BBS v1.12 A31 (Raspberry Pi)
    * Origin: internal dimension ≈ idbbs.dlinkddns.com ≈ port 59 (1:229/275)
  • From Dave Vandermeer@1:229/275 to Bill McGarrity on Mon Apr 17 16:37:42 2017
    On 04/06/17, Bill McGarrity said the following...

    Dane Beko wrote to All on 04-05-17 17:23 <=-


    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install


    There is your problem right there. you cannot use sudo to make install you
    have to use the 'su' command

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ su
    <enter password for root>
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ make install
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ exit

    Make sure you do not clear the shell (do not use su -) or it will also lose
    the variables where to put stuff when getting ready to install

    --- Mystic BBS v1.12 A31 (Raspberry Pi)
    * Origin: internal dimension ≈ idbbs.dlinkddns.com ≈ port 59 (1:229/275)
  • From Bill McGarrity@1:266/404 to Dave Vandermeer on Tue Apr 18 01:48:00 2017
    Dave Vandermeer wrote to Bill McGarrity on 04-17-17 16:37 <=-

    On 04/06/17, Bill McGarrity said the following...

    Dane Beko wrote to All on 04-05-17 17:23 <=-


    mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install


    There is your problem right there. you cannot use sudo to make install
    you have to use the 'su' command

    mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ su
    <enter password for root>
    mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ make install mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ exit

    Make sure you do not clear the shell (do not use su -) or it will also lose the variables where to put stuff when getting ready to install

    it's not me who needed the info... It was Dane Beko...


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    === MultiMail/Win32 v0.50
    --- SBBSecho 3.00-Win32
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
  • From Dave Vandermeer@1:229/275 to Bill McGarrity on Wed Apr 19 23:55:37 2017
    On 04/18/17, Bill McGarrity said the following...


    it's not me who needed the info... It was Dane Beko...


    Oh I'm sorry.. my bad.. ah well.. the info was posted so the person that requires it should still read it :) Guess I need to pay a bit better
    attention to who is the sender :D

    --- Mystic BBS v1.12 A31 (Raspberry Pi)
    * Origin: internal dimension ≈ idbbs.dlinkddns.com ≈ port 59 (1:229/275)
  • From Bill McGarrity@1:266/404 to Dave Vandermeer on Thu Apr 20 11:32:00 2017
    Dave Vandermeer wrote to Bill McGarrity on 04-19-17 23:55 <=-

    On 04/18/17, Bill McGarrity said the following...


    it's not me who needed the info... It was Dane Beko...


    Oh I'm sorry.. my bad.. ah well.. the info was posted so the person
    that requires it should still read it :) Guess I need to pay a bit
    better attention to who is the sender :D

    Not a problem.... we all learn something new everyday... :)


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    === MultiMail/Win32 v0.50
    --- SBBSecho 3.00-Win32
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
  • From Dane Beko@1:114/201 to Dave Vandermeer on Thu Apr 20 18:12:00 2017
    On 19 Apr 117 23:55:0, Dave Vandermeer wrote to Bill Mcgarrity:

    Oh I'm sorry.. my bad.. ah well.. the info was posted so the person
    that requires it should still read it :) Guess I need to pay a bit
    better attention to who is the sender :D

    No worries, I got the information and it helped me get MBSE compiled.
    :-) Just working on get the BBS configured and working now.
    --- MultiMail/Win32 v0.50
    * Origin: The BABBLE BBS * babblebbs.no-ip.org * Tucson * (1:114/201)
  • From Dave Vandermeer@1:229/275 to Dane Beko on Sun Apr 23 02:42:10 2017
    On 04/20/17, Dane Beko said the following...

    No worries, I got the information and it helped me get MBSE compiled.
    :-) Just working on get the BBS configured and working now.


    Any problems or questions I'm pretty knowledgeable about MBSE .. I've built
    and configered it several dozen times lmao .. it's got a buttload of features that need to be configured.. prepare yourself :)

    --- Mystic BBS v1.12 A31 (Raspberry Pi)
    * Origin: internal dimension ≈ idbbs.dlinkddns.com ≈ port 59 (1:229/275)