Account Options

  1. Sign in
Google Groups Home
« Groups Home
ANN: iHook 1.1.1 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andrew Mortensen  
View profile  
 More options Nov 18 2007, 10:20 am
From: Andrew Mortensen <admor...@umich.edu>
Date: Sun, 18 Nov 2007 10:20:17 -0500
Local: Sun, Nov 18 2007 10:20 am
Subject: [Radmind-users] ANN: iHook 1.1.1 released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm pleased to announce the 1.1.1 release of iHook, a Mac OS X frontend
for command-line tools.

This release adds support for running over the loginwindow on Mac OS X
10.5 Leopard. Thanks to Kyle Crawford for the initial patch.

Please visit http://www.ihook.org/ for more information.

Direct download:

<http://rsug.itd.umich.edu/software/ihook/files/iHook-1.1.1.dmg>
[SHA1: 35e984867fa005bcddb713e4acb7f58c1117dfdf]
[RMD160: 4854e4b3482fd108d223df75bc4da9ffe764da4d]
[MD5: 248ea2cc0b7c074b0b5a9cda3e851ecd]

Bug reports and feature requests should be sent to ihook at umich dot edu.

andrew
rsug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHQFgxTVu6ICWzuQoRAoq6AKCGcIz5UG+mBPquYWg6nfIH31+b3QCfRt/A
oX1u2qGrMiBWIeCoRDzCYyg=
=6Suq
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Radmind-users mailing list
Radmind-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/radmind-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Neagle  
View profile  
 More options Nov 19 2007, 1:49 pm
From: Greg Neagle <Greg.Nea...@disneyanimation.com>
Date: Mon, 19 Nov 2007 10:49:34 -0800
Local: Mon, Nov 19 2007 1:49 pm
Subject: Re: [Radmind-users] ANN: iHook 1.1.1 released
Andrew:

Thanks for this update.

I've looked through the release notes and tried various things, but  
still haven't puzzled out how to actually get iHook to work over the  
loginwindow.  I can run it as a login or logout hook, but can't get  
it to run otherwise when the loginwindow is displayed.

iHook[1155] <Warning>: 3891612: (connectAndCheck) Untrusted apps are  
not allowed to connect to or launch Window Server before login.
_RegisterApplication(), FAILED TO establish the default connection to  
the WindowServer, _CGSDefaultConnection() is NULL.
2007-11-19 10:45:48.725 iHook[1155:10b] An uncaught exception was raised
2007-11-19 10:45:48.726 iHook[1155:10b] Error (1002) creating CGSWindow
2007-11-19 10:45:48.727 iHook[1155:10b] *** Terminating app due to  
uncaught exception 'NSInternalInconsistencyException', reason: 'Error  
(1002) creating CGSWindow'

Could you post a script example of how to run iHook over the  
loginwindow?

-Greg

On Nov 18, 2007, at 7:20 AM, Andrew Mortensen wrote:

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Radmind-users mailing list
Radmind-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/radmind-users

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Mortensen  
View profile  
 More options Nov 19 2007, 11:01 pm
From: Andrew Mortensen <admor...@umich.edu>
Date: Mon, 19 Nov 2007 23:01:52 -0500
Local: Mon, Nov 19 2007 11:01 pm
Subject: Re: [Radmind-users] ANN: iHook 1.1.1 released

On Nov 19, 2007, at 1:49 PM, Greg Neagle wrote:

> Andrew:

> Thanks for this update.

> I've looked through the release notes and tried various things, but
> still haven't puzzled out how to actually get iHook to work over the
> loginwindow.  I can run it as a login or logout hook, but can't get
> it to run otherwise when the loginwindow is displayed.

(Apologies to those of you who don't care about iHook. I'm looking to  
move all iHook things to SF.net in the near future, at which point  
discussion of iHook can move to an iHook mailing list.)

The short answer is that you need to create a LaunchAgent for iHook.  
A dummy example can be found here:

<http://www.ihook.org/files/edu.umich.iHook.loginwindow.plist>

Just installing (after local modifications for paths and options)  
this LaunchAgent in /Library/LaunchAgents on Leopard will get you  
something that behaves like running iHook out of cron on pre-10.5  
systems.

I thought it would take more work to get iHook running at arbitrary  
times on Leopard, but that turns out not to be the case. Using  
launchctl, you can force an iHook run:

root# launchctl start edu.umich.iHook.loginwindow.plist

In fact, because you can execute iHook this way, you don't  
necessarily have to rely on the StartCalendarInterval in the  
LaunchAgent to get scheduled runs. Your old scripts, executed by  
periodic or by cron, can simply use the launchctl command.

Getting all of these changes into the Radmind Assistant's bundled  
scripts will take some work. I'd be grateful if someone were able to  
dedicate some time to updating them for the next release while I work  
on the application itself.

andrew
rsug

  smime.p7s
3K Download

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________
Radmind-users mailing list
Radmind-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/radmind-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Neagle  
View profile  
 More options Nov 20 2007, 1:50 pm
From: Greg Neagle <Greg.Nea...@disneyanimation.com>
Date: Tue, 20 Nov 2007 10:50:04 -0800
Local: Tues, Nov 20 2007 1:50 pm
Subject: Re: [Radmind-users] ANN: iHook 1.1.1 released
Thanks, Andrew.

Some clarifications (and apologies that this is technically off-topic  
for radmind-users, but is nonetheless of interest to many radmind  
admins using OS X):

The plist _must_ be placed in /Library/LaunchAgents.  You can then  
either reboot, or do this:

launchctl load -S LoginWindow -D local

which tells launchd to load Agents with a Session type of  
"LoginWindow" from the local domain.
Now the job is loaded.  To actually run the job:

launchctl start edu.umich.iHook.loginwindow

or whatever you've edited the job label to be.

I've noticed that when iHook is running this way, Command-L seems to  
be ignored, so I cannot open the log drawer.  Not a big deal.

-Greg

On Nov 19, 2007, at 8:01 PM, Andrew Mortensen wrote:

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Radmind-users mailing list
Radmind-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/radmind-users

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »