LinHES Forums
http://forum.linhes.org/

Display Caller ID info on LinHES R6.02
http://forum.linhes.org/viewtopic.php?f=24&t=20981
Page 1 of 1

Author:  jzigmyth [ Mon Apr 05, 2010 5:49 pm ]
Post subject:  Display Caller ID info on LinHES R6.02

I wrote a Wiki Howto for displaying Caller ID on R6.02
Here's the link:
http://linhes.org/bugs/projects/linhes/ ... HES_screen

Author:  alien [ Tue Apr 06, 2010 1:53 am ]
Post subject: 

Hey, a new wiki! That's great! I have often thought that the old one needed a fresh start.

I don't know who started the wiki, but it might be good publish it a bit better. I see people are still using the old one.

(Nice "how to")

Author:  jzigmyth [ Tue Apr 06, 2010 5:56 am ]
Post subject: 

alien wrote:
it might be good to publish it a bit better.
Either the wiki is so new that google hasn't found it yet, or else google isn't crawling it for some reason.
Even with a site specific search on the oldest documents there, nothing shows up.

Author:  mihanson [ Tue Apr 06, 2010 7:57 am ]
Post subject: 

jzigmyth: You should not need those finish scripts if the run script process is being held in the foreground. Have you tried without them? Also, I assume ncid depends on ncidd? If so, you can add something like this after you source /etc/rc.d/functions in /etc/sv/ncid/run:

Code:
svwaitup 3 /var/service/ncidd || exit 1
This will cause ncid to wait for ncidd to be running at least 3 seconds before it attempts to start.

You may also want to look here for the "Arch/LinHES way" to build a package:

http://knoppmyth.net/phpBB2/viewtopic.php?t=19849

Glad to see your effort paid off in the end! :D

Author:  jzigmyth [ Tue Apr 06, 2010 9:36 am ]
Post subject: 

I haven't tried it without the finish scripts, but I will, and modify the wiki if they aren't needed. I'm not really very linux literate yet, so because the finish scripts were already in place before I even started looking into this, I assumed that someone thought they were needed.

Thanks for the tips, mihanson.

Author:  jzigmyth [ Tue Apr 06, 2010 2:21 pm ]
Post subject: 

mihanson wrote:
Code:
svwaitup 3 /var/service/ncidd || exit 1

Adding the above did not work, but after googling svwaitup I figured out the -s was missing:
Code:
svwaitup -s 3 /var/service/ncidd || exit 1
Also, seems to work fine without finish files.

Author:  mihanson [ Tue Apr 06, 2010 4:32 pm ]
Post subject: 

jzigmyth wrote:
mihanson wrote:
Code:
svwaitup 3 /var/service/ncidd || exit 1

Adding the above did not work, but after googling svwaitup I figured out the -s was missing:
Code:
svwaitup -s 3 /var/service/ncidd || exit 1


Sorray about that. What I get for doing things from memory. :wink:

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/