docsis-server 3.5 | docsis.org

You are here

docsis-server 3.5

8 posts / 0 new
Last post
tmihalicek
docsis-server 3.5

Hi

I know that there was a lots of posts regarding the docsis-server 3.5. I wonder what happened that the DHCP part of the server keeps crashing. Was the source updated lately? Is it possible that someone sends me a version that works, i tried to compile it on centos 5.8 and debian 6, in both cases same result... when the CM boots dhcp crashes

t.

husamaga
download dhcp server version

download dhcp server version 3.0 you can find it here: http://www.dmasoftlab.com/cont/download/dhcpd-3.0.tgz
also check the tftp server is configuerd good?
dont forget to install docsis 0.9.6 all that should work on cent os 6.2
or you can paste your config here (dhcp, modem, tftp & cmts)

regards

PaulO
Compile Time Optimizations

I found that removing -O2 from the Makefile in the src directory gave me a better build. I only got it working in my lab yesterday, but things seem to be going Ok so far. I was having the same problem, I would start the docsis_server and when it received the first DHCP request the process would segfault and crash.

I'm working on a complete set of build instructions for Debian 6 from bare-metal through working docsis_server that I will be posting here in the comeing days.

schirrmeister
Hi,

Hi,

I'm working on some additions to docsis_server and there are some additional scripts at: https://github.com/bschirrmeister/docsis_server
I also changed the directory from /tmp to /home/docsis and added some Mysql-examples.

The crashing issue might also be fixed by

export CFLAGS="-fno-stack-protector"
make
make install

To get the cause of that solved it may help if you could start docsis_server with

strace -f doscis_server

regards,
Benedikt

husamaga
docsis-.server

i tryed your docsis-server version but have an error, how to fix that?
checking for mysql_config... /usr/libexec/mysql_config
configure: error: You need at least mysql 4.0.0, get it at http://www.mysql.com

i already have mysql 5.1 installed.

regards

schirrmeister
please have a look at this

please have a look at this file:

https://github.com/bschirrmeister/docsis_server/blob/master/scripts_and_...

you need to install libmysqlclient-dev to solve this dependecy.

regards,
Benedikt

husamaga
fixed the problem

Thanks, that fixed the problem and now its installed.
regards

ShinSeiki
try compile in x64

try compile in x64
(inteta compilar en 64bis, actualmente lo tengo funcionando bien en una ISP)

sorry my english

Log in or register to post comments