[luau] Testimonial Solicitation

2003-03-21 Thread R. Scott Belford
We would like to make our www.hosef.org site a better portal for those interested in Linux but having no idea where to start. This will include links to articles, our own essays and experiences, and the testimonials of those who we have helped. It occurs to me that one way to humanize the open

[luau] server question

2003-03-21 Thread Charles Lockhart
Hello, I've got an embedded device on which I need to run a small server program. It basically provides a client with access to some custom hardware. What I've been doing is telnetting in to the device, then starting the server. What I'd like to do is integrate the server more tightly with

Re: [luau] server question

2003-03-21 Thread Vince Hoang
On Fri, Mar 21, 2003 at 11:42:18AM +, Charles Lockhart wrote: > I've got an embedded device on which I need to run a small > server program. It basically provides a client with access to > some custom hardware. What I've been doing is telnetting in to > the device, then starting the server. Wha

Re: [luau] server question

2003-03-21 Thread Robert Green
--- Vince Hoang <[EMAIL PROTECTED]> wrote: > I am not sure what you mean by a daemon vs. rc.local. Adding > something to rc.local is a quick hack, but you might want to > add a script to /etc/init.d and offering start/stop services > so things run more cleanly. > > -Vince I didn't have the origi

Re: [luau] server question

2003-03-21 Thread Vince Hoang
On Fri, Mar 21, 2003 at 02:34:44PM -0800, Robert Green wrote: > I didn't have the original question, but I do something similar > using rc.local to start a game server on bootup. Is there a > pointer or reference or example on how to do a start/stop > services script like this? Here is a template.

RE: [luau] Testimonial Solicitation

2003-03-21 Thread Kevin Goad
Have the main menu follow throughout the site instead of jumping back and forth from the home page to a link and back to the homepage for another link. The way it is set up now has too much redundancy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R. S

Re: [luau] server question

2003-03-21 Thread Warren Togami
Robert Green wrote: I am not sure what you mean by a daemon vs. rc.local. Adding something to rc.local is a quick hack, but you might want to add a script to /etc/init.d and offering start/stop services so things run more cleanly. -Vince I didn't have the original question, but I do something