I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused. I set it up with no security. I followed these directions: http://www.thievingmagpie.org/ogosuse82-en.html Any thoughts on where to start looking? Also, will this work on 64-bit SuSE? Thanks, Tom -- ---------------------------- Tom Nielsen Neuro Logic Systems, Inc. 805.389.5435 x18 www.neuro-logic.com ----------------------------
Hi I'm evaluating too, but I'm 2 steps ahead of you ;-> I have followed the same guide and ran into the same problem! There are two things that I had to change: 1. I found the recommend (in green) access rights in pg_hba.conf was to strict and added host all all 127.0.0.1 255.255.255.255 trust to make it work.. 2. Take a look in /var/log/ogo.log you are properbly missing som libraries. See this post from the OGo maillinglist: http://mail.opengroupware.org/pipermail/users/2004-June/009734.html /Christian Bjørnbak On Monday 30 August 2004 06:41, Tom Nielsen wrote:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused. I set it up with no security. I followed these directions: http://www.thievingmagpie.org/ogosuse82-en.html
Any thoughts on where to start looking?
Also, will this work on 64-bit SuSE?
Thanks, Tom -- ---------------------------- Tom Nielsen Neuro Logic Systems, Inc. 805.389.5435 x18 www.neuro-logic.com ----------------------------
* Tom Nielsen <tom@neuro-logic.com> [08-29-04 23:44]:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused.
do you have webmin/usermin installed? usermin uses port 20000 https://localhost:20000/ -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/photos
On Monday 30 August 2004 8:47 am, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [08-29-04 23:44]:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused.
do you have webmin/usermin installed? usermin uses port 20000 https://localhost:20000/ I have webmin installed, which uses port 10000, but not usermin.
-- Tom Nielsen Neuro Logic Systems, Inc. 1.805.389.5435 x18 www.neuro-logic.com
Tom Nielsen wrote:
On Monday 30 August 2004 8:47 am, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [08-29-04 23:44]:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused.
do you have webmin/usermin installed? usermin uses port 20000 https://localhost:20000/
I have webmin installed, which uses port 10000, but not usermin.
What version of SuSE are you using? I just downloaded and installed OpenGroupWare on SuSE 9.1. Did you verify that it was running via ps and netstat or just from the init script? The script kept telling me it was started when it was not. The log, /var/log/ogo.log, complained about missing libraries. I had to make a bunch of symlinks to remedy this. Then it stopped logging errors but still wasn't running. I tried to run the command manually, "opengroupware:~> WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware" and got "Floating point exception". The beginning of the script said you had to do this for Redhat 9 and the OpenGroupware FAQ said you had to do if for distributions using NPTL: "opengroupware:~> export LD_ASSUME_KERNEL=2.4.1" Then running it manually worked great and I am able to connect via browser. Jason Joines =================================
Sorry about the direct email Jason. You came across in 2 places....my SuSE folder and my Inbox. Tom On Tuesday 31 August 2004 9:50 am, Jason Joines wrote:
Tom Nielsen wrote:
On Monday 30 August 2004 8:47 am, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [08-29-04 23:44]:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused.
do you have webmin/usermin installed? usermin uses port 20000 https://localhost:20000/
I have webmin installed, which uses port 10000, but not usermin.
What version of SuSE are you using? I just downloaded and installed OpenGroupWare on SuSE 9.1. Did you verify that it was running via ps and netstat or just from the init script? The script kept telling me it was started when it was not. The log, /var/log/ogo.log, complained about missing libraries. I had to make a bunch of symlinks to remedy this. Then it stopped logging errors but still wasn't running. I tried to run the command manually, "opengroupware:~> WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware" and got "Floating point exception". The beginning of the script said you had to do this for Redhat 9 and the OpenGroupware FAQ said you had to do if for distributions using NPTL: "opengroupware:~> export LD_ASSUME_KERNEL=2.4.1" Then running it manually worked great and I am able to connect via browser.
Jason Joines =================================
-- Tom Nielsen Neuro Logic Systems, Inc. 1.805.389.5435 x18 www.neuro-logic.com
On Tuesday 31 August 2004 09:50 am, Jason Joines wrote:
"opengroupware:~> export LD_ASSUME_KERNEL=2.4.1" Then running it manually worked great and I am able to connect via browser. Did that and it worked.
Do I need to be opengroupware user to start it all the time? Do I need to use the startup script all the time also? Kind of a pain....but hey, it's working. It also dies on me afterwards. Tom -- ---------------------------- Tom Nielsen Neuro Logic Systems, Inc. 805.389.5435 x18 www.neuro-logic.com ----------------------------
Tom Nielsen wrote:
On Tuesday 31 August 2004 09:50 am, Jason Joines wrote:
"opengroupware:~> export LD_ASSUME_KERNEL=2.4.1" Then running it manually worked great and I am able to connect via browser.
Did that and it worked.
Do I need to be opengroupware user to start it all the time? Do I need to use the startup script all the time also? Kind of a pain....but hey, it's working. It also dies on me afterwards.
Tom
I'm using this as ~opengroupware/.profile # OpenGroupware.org user profile # new files can be read/written by the opengroupware user. umask 007 #remove the comment in front of the next line if you're #on RedHat9/FC1/FC2 any RHEL3 flavour or SUSE 9.1 export LD_ASSUME_KERNEL=2.4.1 . /opt/opengroupware.org/OpenGroupware.org.sh export SASL_PATH="${GNUSTEP_USER_ROOT}/Library/Plugins/Plain.plugin/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO" export PYTHONPATH=${GNUSTEP_USER_ROOT}/Tools export PILOTPORT="net:any:14238" and this as /etc/init.d/opengroupware #! /bin/sh # # /etc/init.d/opengroupware # # and symbolic its link # # /usr/sbin/rcopengroupware # ### BEGIN INIT INFO # Provides: opengroupware # Required-Start: $network $postgresql # Required-Stop: # Default-Start: 3 5 # Default-Stop: # Description: Start the OpenGroupWare Server ### END INIT INFO # Configuration section OGO_DIR=/opt/opengroupware.org OGO_BIN=$OGO_DIR/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware OGO_ARGS="-WOPort 20000 -WOHttpAllowHost localhost -OGoMinimumActiveSessionCount 0" PID_FILE=/var/run/ogo.pid LOG=/var/log/ogo.log # end configuration section # Source function library. # Use the funtions provided by Red Hat or use our own if [ -f /etc/rc.d/init.d/functions ] then . /etc/rc.d/init.d/functions else function action { echo "$1" shift $@ } function success { echo -n "Success" } function failure { echo -n "Failed" } fi [ -x $OGO_BIN ] || exit 0 case "$1" in start) echo -n "Starting OpenGroupware: " pushd $OGO_DIR > /dev/null # log separator echo "----------------------------------------------------------------------"
$LOG
# run as a user 'opengroupware': if [ "`uname -s`" = "Linux" ]; then env -i su - opengroupware -c "$OGO_BIN $OGO_ARGS"
$LOG 2>&1 & elif [ "`uname -s`" = "FreeBSD" ]; then env -i su -l opengroupware -c "$OGO_BIN $OGO_ARGS" $LOG 2>&1 & fi
echo $! > $PID_FILE popd > /dev/null success "Starting OpenGroupware" echo ;; stop) echo -n "Shutting down OpenGroupware: " if test -f "$PID_FILE" ; then PID=`cat $PID_FILE` if kill $PID >> $LOG 2>&1 ; then /bin/rm $PID_FILE success "Shutting down OpenGroupware" else echo "" echo "Could not kill process $PID named in $PID_FILE. Check tail of $LOG." failure "Shutting down OpenGroupware" fi else echo "" echo "No OpenGroupware pid file found. Looked for $PID_FILE." failure "No OpenGroupware pid file found. Looked for $PID_FILE." fi echo ;; restart) $0 stop $0 start ;; *) echo "Usage: opengroupware {start|stop|restart}" exit 1 esac exit 0 Jason =================================
Jason - I managed to get it working!! Thanks for the help! I ran into a several other problems but managed to fix them. Boy am I proud of myself. Now, where is the documentation so that I can figure out how to get a user to use this? Thanks again, Tom On Tuesday 31 August 2004 09:50 am, Jason Joines wrote:
Tom Nielsen wrote:
On Monday 30 August 2004 8:47 am, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [08-29-04 23:44]:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused.
do you have webmin/usermin installed? usermin uses port 20000 https://localhost:20000/
I have webmin installed, which uses port 10000, but not usermin.
What version of SuSE are you using? I just downloaded and installed OpenGroupWare on SuSE 9.1. Did you verify that it was running via ps and netstat or just from the init script? The script kept telling me it was started when it was not. The log, /var/log/ogo.log, complained about missing libraries. I had to make a bunch of symlinks to remedy this. Then it stopped logging errors but still wasn't running. I tried to run the command manually, "opengroupware:~> WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware" and got "Floating point exception". The beginning of the script said you had to do this for Redhat 9 and the OpenGroupware FAQ said you had to do if for distributions using NPTL: "opengroupware:~> export LD_ASSUME_KERNEL=2.4.1" Then running it manually worked great and I am able to connect via browser.
Jason Joines =================================
-- ---------------------------- Tom Nielsen Neuro Logic Systems, Inc. 805.389.5435 x18 www.neuro-logic.com ----------------------------
Tom Nielsen wrote:
Jason -
I managed to get it working!! Thanks for the help! I ran into a several other problems but managed to fix them. Boy am I proud of myself.
Now, where is the documentation so that I can figure out how to get a user to use this?
Thanks again, Tom
I'm still looking for documentation myself. I suggest newsgroups under gmane.comp.cms.opengroupware on news.gmane.org as a starting place. One of the threads there mentioned checking the Skyrix manuals at skyrix.com. Jason =================================
On Thursday 02 September 2004 8:57 am, Jason Joines wrote:
Tom Nielsen wrote:
Jason -
I managed to get it working!! Thanks for the help! I ran into a several other problems but managed to fix them. Boy am I proud of myself.
Now, where is the documentation so that I can figure out how to get a user to use this?
Thanks again, Tom
I'm still looking for documentation myself. I suggest newsgroups under gmane.comp.cms.opengroupware on news.gmane.org as a starting place. One of the threads there mentioned checking the Skyrix manuals at skyrix.com.
Jason =================================
Thanks for the newsgroup info Jason. I'll check it out. I *think* I figured it out. OGW needs to have at least one user using the program for it to remain open and active....normally, I believe, this is root. While as root I created a user tom. I then logged in to the localhost:20000, in another browser window, and boom! up popped a username and password request. I logged in as tom and created a calendar appt. I included root on the appt and when I refreshed root, there was the appt. This is all taking place on my little home system, but I'm going to try to see what happens when I use my laptop, with a different IP, to connect while OGW is running. I imagine this should work. One thing that I had to do was to change the owner properties of the documents folder under the OGW directory. I can't remember the exact structure, but it was set as root:root and after I made it opengroupware:skyrix, everything worked. I hope this might help you also. Once I can get another user connected (like my laptop) I'm going to try to get Outlook working....but I think I might have to buy it from Skyrix.....from what I read. -- Tom Nielsen Neuro Logic Systems, Inc. 1.805.389.5435 x18 www.neuro-logic.com
On Monday, 30 of August 2004 06:41, Tom Nielsen wrote:
I installed it on my home machine for testing and while everything will start up, I can't connect to http://localhost:20000/OpenGroupware/. I keep getting connection refused. I set it up with no security. I followed these directions: http://www.thievingmagpie.org/ogosuse82-en.html
Any thoughts on where to start looking?
Tom, FYI: I have installed today egroupware. No problems at all with this install bin and then setup.php http://www.egroupware.org/ Regards, -- Marek Chlopek
participants (5)
-
Christian Bjørnbak
-
Jason Joines
-
Marek Chlopek
-
Patrick Shanahan
-
Tom Nielsen