gnump3d not starting

View: New views
6 Messages — Rating Filter:   Alert me  

gnump3d not starting

by Michael Allen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I recently built a newer ubuntu server and started gnump3d (v 1.18) up on it.
It was working fine for a few weeks, until today, when I attempted to include an IP in the allowed_clients = list. (appending a semicolon and the ip to the current list).

I backed out that change and set it back to only allow my local network ips in:
allowed_clients = 192.168.1.0/8

I may well have screwed up the configuration file, but can't get it working again.  The odd thing is that it even has a process id (see below).
Using the older config file results in the same behavior.

I run a restart of the daemon and it indicates that it wasn't running in the first place:
$sudo /etc/init.d/gnump3d restart
Restarting gnump3d: start-stop-daemon: warning: failed to kill 17689: No such process
gnump3d.

I can confirm that it didn't start with this bit of bash (which returns no results):
$ps -A|grep gnump3d

If I run just a start, i get this output, but again gnump3d doesn't actually start:
$sudo /etc/init.d/gnump3d start
Starting gnump3d: gnump3d.

Any help would be greatly appreciated

_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Parent Message unknown Fwd: gnump3d not starting

by Samuel Baldwin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/8/15 Michael Allen <michael.allen.e@...>:
> I recently built a newer ubuntu server and started gnump3d (v 1.18) up on

Any reason you're using 1.18 when the latest is 3.0?
http://www.gnu.org/software/gnump3d/download.html

3.0 has the same configuration option, and 'allowed clients =
192.168.1.0/8' should work fine (it's commented out as an example in
the default configuration file).

--
Samuel 'Shardz' Baldwin
Shardz's Igloo: staticfree.info/~samuel/
Registered GNU/Linux User #410639


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: gnump3d not starting

by Michael Allen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Correction, I'm using version 3.0-2.

On Fri, Aug 15, 2008 at 10:42 AM, Michael Allen <michael.allen.e@...> wrote:
Hi,

I recently built a newer ubuntu server and started gnump3d (v 1.18) up on it.
It was working fine for a few weeks, until today, when I attempted to include an IP in the allowed_clients = list. (appending a semicolon and the ip to the current list).

I backed out that change and set it back to only allow my local network ips in:
allowed_clients = 192.168.1.0/8

I may well have screwed up the configuration file, but can't get it working again.  The odd thing is that it even has a process id (see below).
Using the older config file results in the same behavior.

I run a restart of the daemon and it indicates that it wasn't running in the first place:
$sudo /etc/init.d/gnump3d restart
Restarting gnump3d: start-stop-daemon: warning: failed to kill 17689: No such process
gnump3d.

I can confirm that it didn't start with this bit of bash (which returns no results):
$ps -A|grep gnump3d

If I run just a start, i get this output, but again gnump3d doesn't actually start:
$sudo /etc/init.d/gnump3d start
Starting gnump3d: gnump3d.

Any help would be greatly appreciated


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

gnump3d not starting

by Michael Allen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sent this a few weeks ago, but am still in the same spot.
Any help on this problem would be greatly appreciated.

On Fri, Aug 15, 2008 at 10:42 AM, Michael Allen <michael.allen.e@...> wrote:
Hi,

I recently built a newer ubuntu server and started gnump3d (v 3.0) up on it.
It was working fine for a few weeks, until today, when I attempted to include an IP in the allowed_clients = list. (appending a semicolon and the ip to the current list).

I backed out that change and set it back to only allow my local network ips in:
allowed_clients = 192.168.1.0/8

I may well have screwed up the configuration file, but can't get it working again.  The odd thing is that it even has a process id (see below).
Using the older config file results in the same behavior.

I run a restart of the daemon and it indicates that it wasn't running in the first place:
$sudo /etc/init.d/gnump3d restart
Restarting gnump3d: start-stop-daemon: warning: failed to kill 17689: No such process
gnump3d.

I can confirm that it didn't start with this bit of bash (which returns no results):
$ps -A|grep gnump3d

If I run just a start, i get this output, but again gnump3d doesn't actually start:
$sudo /etc/init.d/gnump3d start
Starting gnump3d: gnump3d.

Any help would be greatly appreciated


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: gnump3d not starting

by Ingo Schmitt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Michael,

I'd suggest to get back to the default config and restart from scratch.

cheers
catfish

On Fri, August 29, 2008 23:31, Michael Allen wrote:

> Sent this a few weeks ago, but am still in the same spot.
> Any help on this problem would be greatly appreciated.
>
> On Fri, Aug 15, 2008 at 10:42 AM, Michael Allen
> <michael.allen.e@...>wrote:
>
>> Hi,
>>
>> I recently built a newer ubuntu server and started gnump3d (v 3.0) up on
>> it.
>> It was working fine for a few weeks, until today, when I attempted to
>> include an IP in the allowed_clients = list. (appending a semicolon and
>> the
>> ip to the current list).
>>
>> I backed out that change and set it back to only allow my local network
>> ips
>> in:
>> allowed_clients = 192.168.1.0/8
>>
>> I may well have screwed up the configuration file, but can't get it
>> working
>> again.  The odd thing is that it even has a process id (see below).
>> Using the older config file results in the same behavior.
>>
>> I run a restart of the daemon and it indicates that it wasn't running in
>> the first place:
>> $sudo /etc/init.d/gnump3d restart
>> Restarting gnump3d: start-stop-daemon: warning: failed to kill 17689: No
>> such process
>> gnump3d.
>>
>> I can confirm that it didn't start with this bit of bash (which returns
>> no
>> results):
>> $ps -A|grep gnump3d
>>
>> If I run just a start, i get this output, but again gnump3d doesn't
>> actually start:
>> $sudo /etc/init.d/gnump3d start
>> Starting gnump3d: gnump3d.
>>
>> Any help would be greatly appreciated
>>
> _______________________________________________
> Gnump3d-users mailing list
> Gnump3d-users@...
> http://lists.gnu.org/mailman/listinfo/gnump3d-users
>




_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: gnump3d not starting

by Brandon Kuczenski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 29 Aug 2008, Michael Allen wrote:

> Sent this a few weeks ago, but am still in the same spot.
> Any help on this problem would be greatly appreciated.
>

Try running with the --debug switch.


> On Fri, Aug 15, 2008 at 10:42 AM, Michael Allen
> <michael.allen.e@...> wrote:
>       Hi,
>
>       I recently built a newer ubuntu server and started gnump3d (v
>       3.0) up on it.
>       It was working fine for a few weeks, until today, when I
>       attempted to include an IP in the allowed_clients = list.
>       (appending a semicolon and the ip to the current list).
>
>       I backed out that change and set it back to only allow my
>       local network ips in:
>       allowed_clients = 192.168.1.0/8
>
>       I may well have screwed up the configuration file, but can't
>       get it working again.  The odd thing is that it even has a
>       process id (see below).
>       Using the older config file results in the same behavior.
>
>       I run a restart of the daemon and it indicates that it wasn't
>       running in the first place:
>       $sudo /etc/init.d/gnump3d restart
>       Restarting gnump3d: start-stop-daemon: warning: failed to
>       kill 17689: No such process
>       gnump3d.
>
>       I can confirm that it didn't start with this bit of bash
>       (which returns no results):
>       $ps -A|grep gnump3d
>
>       If I run just a start, i get this output, but again gnump3d
>       doesn't actually start:
>       $sudo /etc/init.d/gnump3d start
>       Starting gnump3d: gnump3d.
>
>       Any help would be greatly appreciated
>
>
>
>

_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users