View previous topic :: View next topic |
Author |
Message |
kq6ea
Joined: 27 Feb 2006 Posts: 11 Location: SoCal
|
Posted: Mon Feb 27, 2006 9:49 am Post subject: Radmrouted won't start |
|
|
Hello, all.
I'm having trouble getting the radmrouted deon to start. I've re-built things sevral times, carefully following the guides, and was finally able to get clean builds with no errors. Vpinstall and and vpconfig appear to work correctly, but when I try and start wview, it never gets beyond the first lines in the script where it tries to start the radmounted process.
This is the error message I get:
Starting wview daemons:
radmrouted: invalid arguments:
USAGE: [prefix]/radmrouted [radSystemID] [workingDirectory]
radSystemID 1-255, same system ID used by other processes in this group
workingDirectory where to store FIFO and pid files for radmrouted
startproc: exit status of parent of /usr/local/bin/radmrouted: 1
/usr/local/bin/radmrouted failed
I built and installed everything in the default directories, and have Mysql up and running. I've searched the forum here, and it's a bit frustrating. I'm running SUSE 10.0 on Intel hardware.
TIA!
Jim |
|
Back to top |
|
|
kq6ea
Joined: 27 Feb 2006 Posts: 11 Location: SoCal
|
Posted: Mon Feb 27, 2006 10:04 am Post subject: OOOPS! |
|
|
Don't know how I missed the similar post below this one. Must need my moring coffee!
Anyway...I don't understand the "1 /var/wview" response. My start script has these lines in it:
RUN_DIRECTORY=/var/wview
...and
RADROUTER_BIN=$WVIEW_INSTALL_DIR/radmrouted
Should the first line have a "1" in it?
Sorry to be so dense. Time to go fire up the coffee pot!
Jim |
|
Back to top |
|
|
bhnb
Joined: 28 Nov 2005 Posts: 127
|
Posted: Tue Feb 28, 2006 5:50 am Post subject: |
|
|
Hi Jim
I've just looked at the startup script for wview SUSE and I think it's missing a couple of arguments.
Line 119 of wview-3.1.4/examples/SuSE/wview is
Code: | /sbin/startproc -v -t 1 $RADROUTER_BIN |
I think it needs to be
Code: | /sbin/startproc -v -t 1 $RADROUTER_BIN 1 $RUN_DIRECTORY |
Please make a backup copy before editing just in case I'm wrong as I've never used SuSE or the startproc method before.
Regards
Jon |
|
Back to top |
|
|
kq6ea
Joined: 27 Feb 2006 Posts: 11 Location: SoCal
|
Posted: Tue Feb 28, 2006 8:41 am Post subject: |
|
|
Thanks, Jon.
I'll try that tonight when I get home.
Jim |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Tue Feb 28, 2006 9:19 pm Post subject: |
|
|
Yes Jon, that would be the solution. Hmmm, surprised I missed that when adding radmrouted to the SuSE start script...
Mark |
|
Back to top |
|
|
kq6ea
Joined: 27 Feb 2006 Posts: 11 Location: SoCal
|
Posted: Tue Feb 28, 2006 9:24 pm Post subject: YAHOO!!! |
|
|
Hah! Now when I ssue the command I see it go through the startup!
Here's what I see:
spock:/home/jim # /etc/init.d/wview start
Starting wview daemons:
9168
9172
9176
9181
startproc: exit status of parent of /usr/local/bin/wvalarmd: 2
startproc: exit status of parent of /usr/local/bin/wvcwopd: 2
startproc: exit status of parent of /usr/local/bin/wvwunderd: 2
startproc: exit status of parent of /usr/local/bin/wviewftpd: 2
startproc: exit status of parent of /usr/local/bin/wviewsshd: 2
done
spock:/home/jim # ps aux |grep wv
root 9167 0.0 0.0 3856 1388 ? Ss 03:22 0:00 /usr/local/bin/radmrouted 1 /var/wview
root 9168 0.0 0.0 3856 1308 ? S 03:22 0:00 /usr/local/bin/radmrouted 1 /var/wview
root 9171 0.0 0.0 6792 1464 ? Ss 03:22 0:00 /usr/local/bin/wviewd
root 9172 0.0 0.0 6792 1148 ? S 03:22 0:00 /usr/local/bin/wviewd
root 9180 0.0 0.0 6756 1344 ? Ss 03:22 0:00 /usr/local/bin/wviewsqld
root 9181 0.0 0.0 6756 1140 ? S 03:22 0:00 /usr/local/bin/wviewsqld
root 9196 0.0 0.0 2732 672 pts/1 R+ 03:23 0:00 grep wv
spock:/home/jim #
Thanks a TON, guys! Now I have to figure out the html stuff (which I haven't called yet), and see what it looks like.
-Jim |
|
Back to top |
|
|
kq6ea
Joined: 27 Feb 2006 Posts: 11 Location: SoCal
|
Posted: Wed Mar 01, 2006 12:02 am Post subject: WAAAAY COOL! |
|
|
This is really neat! I just point my browser at the wview "img/index" file, and there it is!
Thank you very much for making this available to the Linux community. I know it's a lot of work, and you're to be commended for it!
-Jim |
|
Back to top |
|
|
|