clemens fischer | 10 Jul 2010 18:18
Favicon

Re: Error installing leafnode

Benjamin Esham wrote:

> With a little bit of ingenuity (a.k.a. "blind luck") I managed to get
> Leafnode working with Fink on Mac OS X 10.6.  I don't have the
> expertise to become the official maintainer of the Leafnode package
> for Fink, but perhaps my notes can help someone else to create
> a package.

Might as well post the _version_ of leafnode you got  8-)

clemens

Benjamin Esham | 11 Jul 2010 07:55
Picon
Gravatar

Re: Error installing leafnode

clemens fischer wrote:

> Benjamin Esham wrote:
> 
> > With a little bit of ingenuity (a.k.a. "blind luck") I managed to get
> > Leafnode working with Fink on Mac OS X 10.6.  I don't have the expertise
> > to become the official maintainer of the Leafnode package for Fink, but
> > perhaps my notes can help someone else to create a package.
> 
> Might as well post the _version_ of leafnode you got  8-)

Well, I *suppose* so ;-)  I installed leafnode-1.10.0.rel, which is the
version currently offered by Fink.  Checking the Leafnode site I see that
this is not the latest version possible; perhaps I'll try to create a Fink
version for 1.11.8.

Cheers,
-- 
Benjamin D. Esham   |   bdesham <at> gmail.com
“War is God’s way of teaching Americans geography.”
                        — Ambrose Bierce, The Devil’s Dictionary

--

-- 
_______________________________________________
leafnode-list mailing list
leafnode-list <at> dt.e-technik.uni-dortmund.de
https://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/
Matthias Andree | 13 Jul 2010 10:51
Picon
Picon

Re: Error installing leafnode

Am 11.07.2010, 07:55 Uhr, schrieb Benjamin Esham:

> clemens fischer wrote:
>
>> Benjamin Esham wrote:
>>
>> > With a little bit of ingenuity (a.k.a. "blind luck") I managed to get
>> > Leafnode working with Fink on Mac OS X 10.6.  I don't have the  
>> expertise
>> > to become the official maintainer of the Leafnode package for Fink,  
>> but
>> > perhaps my notes can help someone else to create a package.
>>
>> Might as well post the _version_ of leafnode you got  8-)
>
> Well, I *suppose* so ;-)  I installed leafnode-1.10.0.rel, which is the
> version currently offered by Fink.

Euh, not good. That one is six years old and has two security
vulnerabilities that have been fixed since - and probably also some nasty
bugs that have been fixed since...

> Checking the Leafnode site I see that
> this is not the latest version possible; perhaps I'll try to create a  
> Fink version for 1.11.8.

Please do.

Could someone help me out with a patch that adds the .xml file, and
instructions, that I can then include in future releases?
(Continue reading)

Christian Ebert | 11 Jul 2010 09:47
X-Face
Picon
Gravatar

Re: Error installing leafnode

* clemens fischer on Saturday, July 10, 2010 at 18:18:56 +0200
> Benjamin Esham wrote:
>> With a little bit of ingenuity (a.k.a. "blind luck") I managed to get
>> Leafnode working with Fink on Mac OS X 10.6.  I don't have the
>> expertise to become the official maintainer of the Leafnode package
>> for Fink, but perhaps my notes can help someone else to create
>> a package.
> 
> Might as well post the _version_ of leafnode you got  8-)

This works for both leafnode 1 and 2. I am using leafnode 2 since
quite some time now - just with different paths because I
compiled myself.

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
free movies      --->>> http://www.blacktrash.org/underdogma/
http://itunes.apple.com/podcast/underdogma-movies/id363423596
--

-- 
_______________________________________________
leafnode-list mailing list
leafnode-list@...
https://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/

Christian Ebert | 11 Jul 2010 09:54
X-Face
Picon
Gravatar

Re: Error installing leafnode

* Benjamin Esham on Friday, July 09, 2010 at 22:59:03 -0400
> [cross-posted to fink and leafnode lists]
> 
> With a little bit of ingenuity (a.k.a. "blind luck") I managed to get
> Leafnode working with Fink on Mac OS X 10.6.  I don't have the expertise to
> become the official maintainer of the Leafnode package for Fink, but perhaps
> my notes can help someone else to create a package.
> 
> The current Leafnode package was developed for OS X 10.4, when xinetd was
> being used.  The package built without error, but when Fink tried to install
> it I got the message
> 
> ln: creating symbolic link `/etc/xinetd.d/leafnode': No such file or directory
> 
> To counter this, I just created the directory (i.e. "sudo mkdir
> /etc/xinetd.d").  Fink then installed the package without complaining.
> 
> Instead of using xinetd, we need to use launchd; using the instructions at
> [1], I came up with this /Library/LaunchDaemons/de.netzallee.leafnode.plist:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
>    "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
>    <key>Label</key>
>    <string>de.netzallee.leafnode</string>
>    <key>ProgramArguments</key>
>    <array>
>        <string>/sw/sbin/leafnode</string>
(Continue reading)


Gmane