Coder Social home page Coder Social logo

modify new user prompts about lbbs HOT 9 CLOSED

interlinked1 avatar interlinked1 commented on May 26, 2024
modify new user prompts

from lbbs.

Comments (9)

lostfile1 avatar lostfile1 commented on May 26, 2024

my bbs server should be up now try sshing into it using port 224

from lbbs.

lostfile1 avatar lostfile1 commented on May 26, 2024

himm it keeps crashing as soon as i log out of it i will send you a log file of that when i get a chance

from lbbs.

InterLinked1 avatar InterLinked1 commented on May 26, 2024

If it's crashing, I need a backtrace: you can get one by running scripts/bbs_dumper postdump and attaching the output (sanitizing as needed). You'll want to ensure there's actually a core file in your running directory before you run that.

from lbbs.

lostfile1 avatar lostfile1 commented on May 26, 2024

./bbs_dumper.sh: line 18: gdb: command not found

from lbbs.

InterLinked1 avatar InterLinked1 commented on May 26, 2024

You'll need to install gdb first: apt-get install gdb

from lbbs.

lostfile1 avatar lostfile1 commented on May 26, 2024

got it

from lbbs.

lostfile1 avatar lostfile1 commented on May 26, 2024

it also says i dont have the core file
/var/lib/lbbs/scripts/core: No such file or directory.

from lbbs.

InterLinked1 avatar InterLinked1 commented on May 26, 2024

You need to run the script from the directory in which the BBS was started (e.g. /usr/src/lbbs).

Also make sure you start with the -g option, e.g. lbbs -gc.

If you can't find the core file and it's easy to reproduce the issue, you can also start the BBS again and reproduce; make sure not to change directories, and there should be a core file in your current directory.

from lbbs.

InterLinked1 avatar InterLinked1 commented on May 26, 2024

You should be able to disable all the fields you mentioned except for email, which is still required.

You'll need to modify the database schema, which previously required certain columns to be non-NULL:

ALTER TABLE bbs.users MODIFY COLUMN phone varchar(512) NULL, MODIFY COLUMN zip varchar(512) NULL, MODIFY COLUMN gender char(1) NULL;

from lbbs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.