Welcome, Guest. Please login or register.

Author Topic: AMITCP/Genesis trouble  (Read 2652 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: AMITCP/Genesis trouble
« on: September 09, 2010, 09:17:05 AM »
To check whether another TCP/IP stack is running, open a shell window and enter

version bsdsocket.library full

If it replies "object not found", then no other stack is running. If it returns some version information, then the information should give a hint which other stack it is.

To check whether Genesis is installed correctly, enter

assign exists amitcp:

If the command returns without output, then the assign does not exist. If it outputs a path, check if the path points to Genesis.

If the assign does not exist or if it points to the wrong directory, edit s:user-startup and make sure that there is exactly one section which creates an AmiTCP: assign and that this assign points to Genesis.

Offline Thomas

Re: AMITCP/Genesis trouble
« Reply #1 on: September 10, 2010, 08:53:20 PM »
And what about the status command? Is AmiTCP running? Can you stop it with the Break command? Does Genesis run after you stopped AmiTCP?

Offline Thomas

Re: AMITCP/Genesis trouble
« Reply #2 on: September 11, 2010, 07:21:14 PM »
Enter status. Check if AmiTCP is among the processes. Remember its process number. Enter break n, where n is the process number. Enter status again and check if AmiTCP is gone. Now try Genesis again.