I'm not sure if this is heyu specific, but I thought I'd ask. I want the heyu relay and engine to automatically start on bootup, so I wrote the following...
On Sun, 02 Sep 2007 04:23:43 -0000 ... The message "starting heyu_relay" indicates that the relay was never started by your script in the first place. Where is...
On Tue, 04 Sep 2007 01:58:55 -0000 ... I assume the file you 'touch' has the current date and time, so you know your script is actually being run. Check...
... Each Linux distribution has its own "official" methods of startup instantiation -- so it would probably help to mention what distribution and version of...
i have the following error : RI serial line may be stuck. RI serial line may be stuck. when running heyu from crontab it's heyu 2.1.0 on OpenBSD 4.2-beta/i386...
Charles: Yes, I touch the file in my home directory so that I can confirm the last time that the "start" case in my script is run. I can confirm that it's run...
I start my scripts via /etc/rc.local This executes and runs the daemon as root so this may not be want you want I use the Ubuntu 7.04 Not that I'm a expert on...
... Based on this, then, and the descriptions of the symptoms, I'd surmise that it's a path issue... Have you tried specifying the full path to heyu or...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the heyu_users group. File :...
heyu_users@yahoogroup...
Sep 4, 2007 10:49 pm
1875
On Tue, 04 Sep 2007 20:08:39 +0200 ... Julien, The RI (Ring Indicator) serial line on some serial ports, usually USB->Serial adapters with an older Prolific...
I can add some corroboration. I noticed the same problem recently. My versions: OpenBSD 4.1-stable (RAID) #0: Thu Jun 7 19:29:46 PDT 2007 lulu:doug$ uname...
... /usr/bin/local/heyu to /usr/bin/heyu I modified my script to call $(which heyu) start, but it still doesn't work. I also removed my script from startup...
... path. ... Yes, I know. /usr/local/bin is already in my path. $ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games...
I think what folks are trying to say is that you may not have /usr/local/bin/ in the path established in /etc/profile or whatever your particular system uses. ...
... your ... Ahhh. There we go. It would seem that the path was updated with /usr/local/bin in my ~/.profile, meaning that at the time my script was running,...
I'm having a strange script problem... I've written the following simple script: SCRIPT away_mode off night :: heyu on J6,7 where away_mode follows the armed...
On Fri, 07 Sep 2007 00:33:26 -0000 ... Andrew, I tried it on my system and it works OK. (Different addresses, since I'm using housecodes O and J for other...
On Fri, 07 Sep 2007 03:11:03 -0000 ... Andrew, Very weird!!! You've been successfully launching other scripts, right? Does the script launch if you leave out...
I just discovered heyu a few days ago and I am psyched ! I have a new Mac with USB only. I picked up a Belkin USB to Serial adapter to connect to my CM11A. It...
... But it will drop a character from time to time in most cases. The Belkin is based on the Prolific 2303 chip, aka a pl2303, and support for this chip is ...
Gene Heskett
gene.heskett@...
Sep 14, 2007 10:42 pm
1890
On Fri, 14 Sep 2007 17:24:32 -0500 ... I've learned that whenever you see an electronic device with the name "Belkin" on it, the best thing to do is turn...
Thanks Gene. On Mac OS X there 298 devices in /dev but only 2 have "USB" or "usb" in their names: /dev$ ls -l | grep -i usb crw-rw-rw- 1 root wheel 9, 9...
... And I missed it that you were on a MAC, which is a variant of BSD. So the device names could indeed be different. My apologies. ... [...] -- Cheers, Gene ...
Gene Heskett
gene.heskett@...
Sep 15, 2007 10:44 am
1893
Hello, I have a problem with Heyu on my Xubuntu : eric@zotesa:~/heyu-2.1.1$ heyu info starting heyu_relay HEYU: Can't open tty line. Check the permissions. ...