search for: ignit

Displaying 20 results from an estimated 59 matches for "ignit".

Did you mean: init
2017 Feb 21
2
Copeland Engineering Dockmaster
...port for relaying its internal timers and state. hid-generic 0003:04D8:0500.0001: hiddev0,hidraw0: USB HID v1.10 Device [Copeland Engineering, LLC Dock Master] on usb-0000:00:10.4-3.3/input0 I'm able to configure usbhid-ups, but it doesn't seem to detect the state of the power (between ignition-on and ignition-off). I do have access to the Windows-based configuration utility. I'm not quite sure how to tell usbhid-ups how the data is formatted. How can I get this device working with nut? -- Drew from Zhrodague drew at zhrodague.net "Yeah, yeah, yeah!" - Rob Zombie
2009 Mar 12
2
Timeout for Queue
...omatically disconnected? I tried looking through the code directly, but I humbly admit my programming skills are lax. I'm running Asterisk 1.2.31 on CentOS 4.7. Thanks. Cheers, [cid:image001.jpg at 01C9A33E.72349BC0] Darrin Henshaw | IT Administrator | MCTS: Exchange 2007 | MCSE 2003 | LPIC Ignition Support Center | www.ignition.bm<http://www.ignition.bm/> Bermuda (441) 496-4319 | Cayman (345) 947-4357 | Halifax (902) 482-1288 Atlanta | Bermuda | Cayman | Halifax ________________________________ This email and its attachments may be confidential and are intended solely for the use o...
2017 Feb 23
2
Copeland Engineering Dockmaster
Thank you - I have included the capture, and attached it here. USB is new to me. I am a good sysadmin, but terrible programmer. I was able to use the usbhid-dump utility using -e stream, the last octet will report the state of the detected power (1/2 for ignition on, 3 for ignition off, 0 for powered-off). 4th one seems to be voltage, and the 5th and 6th I believe are timers: 003:002:000:STREAM 1487878974.229138 80 11 03 51 FF FF A3 00 003:003:000:STREAM 1487879404.657687 00 11 00 55 FF FF A3 01 003:003:000:STREAM...
2006 Apr 13
10
Code Igniter
Hi all, I was just made aware of this: <http://www.codeigniter.com> I wonder where the inspiration comes from? Lots of very similar concepts there ;) I''ve only watched the intro movie so far, but very interesting. jt
2017 Mar 02
0
Copeland Engineering Dockmaster
...dague.net> wrote: > > Thank you - I have included the capture, and attached it here. USB is new to me. I am a good sysadmin, but terrible programmer. > > I was able to use the usbhid-dump utility using -e stream, the last octet will report the state of the detected power (1/2 for ignition on, 3 for ignition off, 0 for powered-off). 4th one seems to be voltage, and the 5th and 6th I believe are timers: > > 003:002:000:STREAM 1487878974.229138 > 80 11 03 51 FF FF A3 00 > > 003:003:000:STREAM 1487879404.657687 > 00 11 00 55 FF FF A3 01 &gt...
2009 Jan 08
1
Goto Question
...ed to strip the fist digit from the call and send it back into that same extension. Is this possible? I haven't tried it before, and am not sure if it will work. Thanks. Cheers, [cid:image001.jpg at 01C97187.D1841DF0] Darrin Henshaw | IT Administrator | MCTS: Exchange 2007 | MCSE 2003 | LPIC Ignition Support Center | www.ignition.bm<http://www.ignition.bm/> Bermuda (441) 496-4319 | Cayman (345) 947-4357 | Halifax (902) 482-1288 Atlanta | Bermuda | Cayman | Halifax ________________________________ This email and its attachments may be confidential and are intended solely for the use o...
2009 May 26
2
Converting Cisco 7961 to SIP
...to go through all of it manually? Thanks. Cheers, Darrin Henshaw This email and its attachments may be confidential and are intended solely for the use of the individual or parties' to whom it is addressed. All comments are solely those of the author and do not necessarily represent those of Ignition. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. Thanks for considering the environmental impact before p...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello, I'm running HP-UX 11i on an rp74xx. It's 64-bit. C compiler is as follows: B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3913DB C.03.30.02 HP aC++ Compiler (S800) /usr/bin/cc: LINT B.11.11.02 CXREF B.11.11.02 HP92453-01 B.11.11.02 HP C Compiler $ Sep 8 2000 23:13:51 $ I have successfully compiled rsync 2.6.2 and it
2020 Jun 12
2
Is it possible to configure libvirt's MAC generation?
...Bootstrap VM requests an IP address via DHCP. <====== ****** Step 4b is problematic in this environment. Because of routing and firewall rules, I really need the bootstrap VM to have a predictable IP address. It is possible to configure a static IP address on the bootstrap VM via the CoreOS ignition file, and we've successfully done this, but ... RHCOS requests an IP address via DHCP *before* it processes the ignition file. If this fails, it appears to simply give up. So we need to have our DHCP server provide an address to the bootstrap VM, even if it isn't ever used. And of co...
2009 Jan 20
1
Setting up an outgoing trunk group
Hi All, I'm confused! My Asterisk system has a Zap trunk and three SIP trunks. I'd like to configure the dialplan to route via the first trunk in a list and if that's not available or it's busy, fall over to the second, then to the third, etc. AIUI Dial(Zap/1&SIP/out1&SIP/out2/${EXTEN}) rings all the trunks in the list and bridges to the first to answer. Unfortunately,
2012 Apr 04
5
Simple code dosn't work
I think you have a syntactical error on the line thats throwing the error, you state: > j.even?should be true #throws an error on j == 2, j == 4 should this line not read as: j.even?.should be true -- Posted via http://www.ruby-forum.com/.
2011 May 05
7
Draw a nomogram after glm
Hi all R users I did a logistic regression with my binary variable Y (0/1) and 2 explanatory variables. Now I try to draw my nomogram with predictive value. I visited the help of R but I have problem to understand well the example. When I use glm fonction, I have a problem, thus I use lrm. My code is: modele<-lrm(Y~L+P,data=donnee) fun<- function(x) plogis(x-modele$coef[1]+modele$coef[2])
2007 Apr 10
10
Could eBay be built with Rails?
...very close model of the same concept. My friend seems to think that maybe in fact, it could not be done. What are your thoughts? Could an eBay clone be built using only Ruby on Rails? What do you think would be the pitfalls of doing it? We are both pretty new to Rails, but the topic did certainly ignite me to do some thinking and searching into how it would be built and how it could be done. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to ru...
2010 Jan 13
28
New ZFS Intent Log (ZIL) device available - Beta program now open!
The DDRdrive X1 OpenSolaris device driver is now complete, please join us in our first-ever ZFS Intent Log (ZIL) beta test program. A select number of X1s are available for loan, preferred candidates would have a validation background and/or a true passion for torturing new hardware/driver :-) We are singularly focused on the ZIL device market, so a test environment bound by synchronous writes
2012 Feb 21
6
Jazzing up the Task Views index page
A little while ago here we had a short discussion about Task Views - I think ignited by someone saying 'how many times do I have to say "have you read the Optimisation Task View?"?' and I poured some fuel on that fire by saying "Task Views" was a stupid name. Anyway, I did say that Task Views were rather brilliant, but were let down by their hidden po...
2017 Feb 23
0
Copeland Engineering Dockmaster
...its internal timers and state. > > hid-generic 0003:04D8:0500.0001: hiddev0,hidraw0: USB HID v1.10 Device [Copeland Engineering, LLC Dock Master] on usb-0000:00:10.4-3.3/input0 > > I'm able to configure usbhid-ups, but it doesn't seem to detect the state of the power (between ignition-on and ignition-off). I do have access to the Windows-based configuration utility. > > I'm not quite sure how to tell usbhid-ups how the data is formatted. How can I get this device working with nut? I won't have a chance to look at the data for a few days, but can you grab some...
2020 Jun 12
0
Re: Is it possible to configure libvirt's MAC generation?
...ss via DHCP. <====== ****** > > Step 4b is problematic in this environment. Because of routing and > firewall rules, I really need the bootstrap VM to have a predictable IP > address. > > It is possible to configure a static IP address on the bootstrap VM via > the CoreOS ignition file, and we've successfully done this, but ... > > RHCOS requests an IP address via DHCP *before* it processes the ignition > file. If this fails, it appears to simply give up. So we need to have > our DHCP server provide an address to the bootstrap VM, even if it isn't &g...
2007 Sep 18
1
Chan_SCCP vs. Chan_Skinny
...between 1.2 and 1.4, and even more in the later 1.4.X releases. I am curious as to which features/functions that chan_skinny might be lacking compared to chan_sccp. We (the community) now have a small, but active, group of volunteers working on the chan_skinny code. I'm not interested in re-igniting the flame-wars of the past about these channel drivers, but I would like to know what else needs to be addressed in chan_skinny before it users of chan_sccp would consider using it. Thanks, Dan
2008 May 05
0
FW: [Red5] Open-source SIP phone with Red5 and Flex3
Thought this might also interest some people on the asterisk list as well. http://www.igniterealtime.org/community/blogs/ignite/2008/05/05/flashbas ed-audio-in-openfire-part-ii Cheers, Dean > -----Original Message----- > From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On Behalf Of > Dele Olajide > Sent: Monday, 5 May 2008 11:22 AM > To: red5 at...
2009 Jun 10
1
External PRI Appliance
...evice? I'm interested in success/horror stories on it. Thanks. This email and its attachments may be confidential and are intended solely for the use of the individual or parties' to whom it is addressed. All comments are solely those of the author and do not necessarily represent those of Ignition. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. Thanks for considering the environmental impact before p...