Koozali.org: home of the SME Server

sme6admin update for sme7

cyr

sme6admin update for sme7
« on: October 04, 2005, 12:18:19 PM »
We made an update for our contrib sme6admin for sme 7.0.
Go to http://firewall-services.com

Cyr

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
sme6admin update for sme7
« Reply #1 on: October 07, 2005, 05:41:43 AM »
One of the issues I'm experiencing with 6.5RC1 is that after I install sme6admin (excellent BTW), I started getting these types of messages and disconnecting many times a day:
Bogus PPPoE length field (1494)

What could it be?

cyr

sme6admin update for sme7
« Reply #2 on: October 07, 2005, 10:19:16 AM »
Hi

This is the first time I see this type of bug, but actually I nerver tested sme6admin on sme6.5, but I will make some test and see what append.

Cyr

wa4bro

Re: sme6admin update for sme7
« Reply #3 on: October 17, 2005, 05:49:17 AM »
Quote from: "cyr"
We made an update for our contrib sme6admin for sme 7.0.
Go to http://firewall-services.com

Cyr


I installed according to your excellent HowTo and all went well but clicking sme6admin in manager yeilds the following error:

Software error:
Can't call method "value" on an undefined value at /etc/e-smith/web/panels/manager/cgi-bin/sme6admin line 182.

For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.


Any Ideas ?

Dan

Offline mdo

  • *
  • 355
  • +0/-0
sme6admin update for sme7
« Reply #4 on: October 17, 2005, 10:41:34 AM »
I just tried a test install and have exactly the same error as Dan.

Michael
...

Offline mdo

  • *
  • 355
  • +0/-0
sme6admin update for sme7
« Reply #5 on: October 17, 2005, 10:50:04 AM »
Additional info:
My test is on a SME7b5 "server only" installation (1 NIC only) but line 182 looks like it wants to read an "external IP" is not possible with a server only installation.
Michael
...

cyr

sme6admin update for sme7
« Reply #6 on: October 17, 2005, 11:32:29 AM »
hi,

Yes in server only for the moment the contrib doesn't work but we are working on a real update of the contrib with additionnal features and a better integration.

So be patient :-)

Offline mdo

  • *
  • 355
  • +0/-0
sme6admin update for sme7
« Reply #7 on: October 17, 2005, 11:42:53 AM »
No problem - thanks for your work with the contrib and your fast reply.

Michael
...

wa4bro

sme6admin update for sme7
« Reply #8 on: October 17, 2005, 07:19:15 PM »
Quote from: "cyr"
hi,

Yes in server only for the moment the contrib doesn't work but we are working on a real update of the contrib with additionnal features and a better integration.

So be patient :-)


Yes my install was also 7b5 and server only (1 Nic)
I will watch for your uptates.

Dan

johnnysme

sme6admin update for sme7
« Reply #9 on: February 11, 2006, 04:53:02 PM »
just go to /etc/e-smith/web/panels/manager/cgi-bin with winscp and edit the file sme6admin and comment out line 181 & 182 with a hash(#) at the begining,
Code: [Select]
# $record = $smedb->get("ExternalIP");
# $ExternalIP =$record->value;

this stops the error and allows the admin panel to function although you don't get the graphs to do with the external IP stuff (you don't have 1 anyway!!). all the other stuff works great.
this may not be the correct file to edit as expanding of templates somewhere might break this (i'm new to e-smith and how it handles templates and then expands them into /etc) if anyone could point me in the right direction i'd be glad to go & have a read.
im running smeserver 7.0b8

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
sme6admin update for sme7
« Reply #10 on: February 11, 2006, 06:48:35 PM »
Quote from: "cyr"
Hi

This is the first time I see this type of bug, but actually I nerver tested sme6admin on sme6.5, but I will make some test and see what append.

Cyr

I discovered later that this was due to a bad adsl filter, sorry for any confusion.

@johnnysme

I have it running on Pre1 without any modifications and graphing all interfaces. Check http://firewall-services.com

johnnysme

sme6admin update for sme7
« Reply #11 on: February 12, 2006, 12:34:35 AM »
Quote from: "stuntshell"

@johnnysme
I have it running on Pre1 without any modifications and graphing all interfaces. Check http://firewall-services.com

the above is only intended for those who install sme in server only mode... so yes yours will work

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
sme6admin update for sme7
« Reply #12 on: February 12, 2006, 01:27:22 AM »
:hammer:
Stupid me!!!