Koozali.org: home of the SME Server

[Announce] Geneweb

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: [Announce] Geneweb
« Reply #15 on: April 13, 2008, 04:09:24 PM »
Hi Christian
just re read your reply and note you ask to remove the PublicAccess=global variable

how would I do that ?

thanks
Jim
Regards
Jim C

Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
Re: [Announce] Geneweb
« Reply #16 on: April 13, 2008, 06:52:27 PM »
ps -ef | grep gw shows
root      5208  5173  0 15:02 pts/0    00:00:00 grep gw


Your Geneweb service is not running per Mary's suspicion.

If you type
Code: [Select]
config show gwdIt is probably empty. If so then try:
Code: [Select]
config set gwd service status enabled
/etc/init.d/gwd restart

then retry the ps command; you should see gwd and gwsetup running under user geneweb.

Christian
« Last Edit: April 13, 2008, 06:58:13 PM by christian »
SME since 2003

Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
Re: [Announce] Geneweb
« Reply #17 on: April 13, 2008, 06:55:31 PM »
just re read your reply and note you ask to remove the PublicAccess=global variable

how would I do that ?

If you type config on the command line it will give you all the options. But to get you there quickly:
Code: [Select]
config delprop geneweb PublicAccess
verify it was properly deleted via:
Code: [Select]
config show geneweb
Christian
SME since 2003

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: [Announce] Geneweb
« Reply #18 on: April 13, 2008, 07:37:39 PM »
yes the Geneweb service was not running after the
signal-event post-upgrade
reboot

now have

config show gwd
gwd=service
    status=enabled


geneweb=service
    TCPPort=2317
    access=public
    only=192.168.3.33
    status=enabled

ps -ef | grep gw
geneweb   8017     1  0 18:33 pts/0    00:00:00 ../gw/gw/gwd -log /var/log/gwd.log -daemon -hd ../gw/gw -setup_link
geneweb   8019     1  0 18:33 pts/0    00:00:00 ../gw/gw/gwsetup -daemon -gd ../gw/gw


afraid to say still no web access though
Regards
Jim C

Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
Re: [Announce] Geneweb
« Reply #19 on: April 13, 2008, 11:25:02 PM »
You should be ok.

Are you sure your port forwarding is working?

I assume you are testing this from outside your network and not trying to do this from within your network. Port forwarding won't work within the same network.

SME since 2003

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: [Announce] Geneweb
« Reply #20 on: April 13, 2008, 11:34:44 PM »
well just power cycled my router and it is now working  :D

strange , but thanks very much for your help and patience.

best regards

Jim
Regards
Jim C