View previous topic :: View next topic |
Author |
Message |
RichardGatinho -
Joined: 25 Jan 2008 Posts: 5
|
Posted: Fri Jan 25, 2008 5:01 pm Post subject: Abyss Web Server for Linux -> Closing on startup. |
|
|
I installed Abyss Web Server for Linux (version 2.5) on a Debian-based system, with help of alien.
But, I can't start Abyss. It shows the welcome message, and closes...
If Abyss normally acts as this, I can't connect to both console and website (connection refused).
# ./abyssws
Abyss Web Server X1 (v 2.5)
Copyright (C) Aprelium Technologies - 2001-2007
# echo $?
0
# ps aux | grep abyssws
root 3574 5.0 1.3 2076 804 pts/1 S+ 13:59 0:00 grep abyssws
# |
|
Back to top |
|
|
canoedf -
Joined: 25 Oct 2004 Posts: 13 Location: Colorado
|
Posted: Sat Jan 26, 2008 10:14 am Post subject: |
|
|
Check those permissions on the abyss files ! Especially set abyss.conf and run it the first time as non root user. It will complain about the port 80. See if the console works. Then shut the app down and try again using root to run the webserver - don't forget the command line switch -r
I just fired my X2 up on a new box and forgot everything..... working fine on debian etch,
Dan _________________ Dan |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sat Jan 26, 2008 2:39 pm Post subject: Re: Abyss Web Server for Linux -> Closing on startup. |
|
|
RichardGatinho wrote: | I installed Abyss Web Server for Linux (version 2.5) on a Debian-based system, with help of alien.
But, I can't start Abyss. It shows the welcome message, and closes...
If Abyss normally acts as this, I can't connect to both console and website (connection refused).
# ./abyssws
Abyss Web Server X1 (v 2.5)
Copyright (C) Aprelium Technologies - 2001-2007
# echo $?
0
# ps aux | grep abyssws
root 3574 5.0 1.3 2076 804 pts/1 S+ 13:59 0:00 grep abyssws
# |
Have you tried starting abyss with the -d switch?
http://www.aprelium.com/data/doc/2/abyssws-linux-doc-html/commandline.html
Edit: is there a abyssws.pid file in abyssws/log/ ? _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jan 27, 2008 5:31 pm Post subject: Re: Abyss Web Server for Linux -> Closing on startup. |
|
|
RichardGatinho,
Are you starting the server using your root account? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
RichardGatinho -
Joined: 25 Jan 2008 Posts: 5
|
Posted: Wed Jan 30, 2008 1:59 pm Post subject: |
|
|
Yes. I tried on another Debian-based (it comes only with root and defaults to it), and the same thing gets on the way.
EDIT: According to some docs, only root can listen to lower ports (<1024). |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Wed Jan 30, 2008 10:47 pm Post subject: |
|
|
RichardGatinho wrote: | Yes. I tried on another Debian-based (it comes only with root and defaults to it), and the same thing gets on the way.
EDIT: According to some docs, only root can listen to lower ports (<1024). |
What is the default user abyss switches to when its run as root?
Does that user have permission to write to the log folder?
Edit: and abyss.conf _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
RichardGatinho -
Joined: 25 Jan 2008 Posts: 5
|
Posted: Thu Jan 31, 2008 12:11 am Post subject: |
|
|
I can't understand.
Permissions are OK. |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
|
Back to top |
|
|
RichardGatinho -
Joined: 25 Jan 2008 Posts: 5
|
Posted: Thu Jan 31, 2008 4:26 pm Post subject: |
|
|
I will chown the files. Hold on...
EDIT:
chown -R richard:richard . -> NOTHING done.
chmod -R 777 . -> NOTHING done.
Console -> NOTHING done. |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jan 31, 2008 5:14 pm Post subject: |
|
|
RichardGatinho wrote: | I will chown the files. Hold on...
EDIT:
chown -R richard:richard . -> NOTHING done.
chmod -R 777 . -> NOTHING done.
Console -> NOTHING done. |
Could you please do what is suggested in http://www.aprelium.com/forum/viewtopic.php?p=69589#69589 and send us the resulting file to help us understand what's going on? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
RichardGatinho -
Joined: 25 Jan 2008 Posts: 5
|
Posted: Fri Feb 01, 2008 3:21 pm Post subject: |
|
|
...
-bash: strace: command not found
I don't know if strace is installable via apt-get. |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Feb 05, 2008 6:04 pm Post subject: |
|
|
RichardGatinho wrote: | ...
-bash: strace: command not found
I don't know if strace is installable via apt-get. |
Yes, it is. Install it using the synaptics package manager (if you're on Ubuntu) or execute:
Code: | sudo apt-get install strace |
This should work on any Debian/Ubuntu based Linux distribution. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
|