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

Simple install script for helper adds
http://forums.linhes.org/viewtopic.php?f=3&t=14399
Page 3 of 6

Author:  thornsoft [ Sun May 13, 2007 2:25 pm ]
Post subject: 

Too Many Secrets wrote:
Any way to get the needed pineapple?

I expect you can look at the script and figure it out. Should be the same.

Is ChrisJ not included in the new release testing? That would be helpful, I'd think.

Author:  chrisj [ Sun May 13, 2007 7:17 pm ]
Post subject: 

I was not happy with my post ...

so I removed its original content :wink:

Author:  tjc [ Sun May 13, 2007 7:26 pm ]
Post subject: 

ChrisJ - Please go back and edit that information. Cecil has been quite clear that we are to tread lightly on this topic. There is a reason that the BBS software filters it to a harmless word.

Author:  Too Many Secrets [ Sun May 13, 2007 8:17 pm ]
Post subject: 

thornsoft wrote:
Too Many Secrets wrote:
Any way to get the needed pineapple?

I expect you can look at the script and figure it out. Should be the same.

Is ChrisJ not included in the new release testing? That would be helpful, I'd think.


OK, I must be a wigit or something, but I don't understand... I was able to figure it out, took me way too long, but done.

As for the ChrisJ script included? I can't find with a "locate", is it really there?

Author:  thornsoft [ Sun May 13, 2007 9:56 pm ]
Post subject: 

Too Many Secrets wrote:
As for the ChrisJ script included? I can't find with a "locate", is it really there?

No, it isn't included. By design, you wget it each time, so that it's always fresh. See his original post. You CAN download it to a file for examination, of course.

Author:  Too Many Secrets [ Sun May 13, 2007 10:11 pm ]
Post subject: 

thornsoft wrote:
Too Many Secrets wrote:
As for the ChrisJ script included? I can't find with a "locate", is it really there?

No, it isn't included. By design, you wget it each time, so that it's always fresh. See his original post. You CAN download it to a file for examination, of course.


OK, I understand now. thanks for your help.

Author:  simonf [ Thu May 17, 2007 6:38 am ]
Post subject:  My fudge for r5f1

hi all,

my fudge for r5f1

***Warning Dont blame me if this pooches your box I will admit I don't know the impications of doing this for all the apps. It worked for me !!! ***

download the script using

Code:
http://www.chrisjoyce.id.au/mythtv/webinstall.sh


open it with editor

Code:
editor webinstall.sh


remove the exit 1 as detailed below . this is the bit that errors when running r5f1

Code:
    # KnoppMyth R5E50
   
    case $VERSION in
      KnoppMyth\ R5E50) VERSION=KnoppMyth\ R5E50;;
   *) echo "Sorry, you have an unsupported KnoppMyth-version ($VERSION) ..."
    exit 1;;
    esac


then run the script

Code:
webinstall.sh


and install your pineaple

this worked for me for torrentflux xine and pineapple.

Simon[/b]

Author:  chrisj [ Thu May 17, 2007 8:25 am ]
Post subject: 

could someone do the following command for me please .. I still don't have a new myth box setup yet :-(

Code:
cat /etc/KnoppMyth-version


So I can update the script to work with the new version.

Thanks

I have done a temp update
Code:
v1.91 - Removed version stop

Author:  simonf [ Thu May 17, 2007 9:50 am ]
Post subject:  KnoppMyth-version

Code:
cat /etc/KnoppMyth-version

Will do soon as i get home


Simon

Author:  spideyk21 [ Thu May 17, 2007 10:52 am ]
Post subject: 

Code:
cat /etc/KnoppMyth-version
yields:
KnoppMyth R5F1

Author:  Girkers [ Fri May 18, 2007 5:33 am ]
Post subject: 

I just finished running your script on R5F1 and everything has appeared to work alright. I didn't run all of the scripts, but I have to say what a great script, easy to use, well commented so you know exactly what you are doing.

thanks ChrisJ

Author:  jmairs [ Fri May 18, 2007 5:30 pm ]
Post subject: 

I ran the script twice once from alt-x window from the mythbox and 2nd time from putty from Windows laptop.

Both times I got the following

Sorry, I have not been tested on your version of KnoppMyth (KnoppMyth R5F1) ...
This dose not mean that things will not work, I just don't know
you should use at your own risk

Then nothing. Eventually I get a cmd prompt back. I understand its not officially setup for R5F1 but it sounded like other folks got a menu and it worked.


edit...hmm I tried a 3rd time and I hit enter after the message above and I got a menu. Must have been my fault or slow IP back to Down Under.
Thanks,

John

Author:  tonymuka [ Tue May 29, 2007 9:44 pm ]
Post subject: 

Just wanted to post some feedback from R5F1... this was the output for MoBlock
----------------------------------------

--23:46:13-- http://www.chrisjoyce.id.au/mythtv/mobl ... rig.tar.gz
=> `moblock_0.8.orig.tar.gz'
Resolving www.chrisjoyce.id.au... 203.47.51.203
Connecting to www.chrisjoyce.id.au|203.47.51.203|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19,723 (19K) [application/x-tar]

100%[==============================================================================================================================================>] 19,723 4.66K/s ETA 00:00

23:46:18 (4.66 KB/s) - `moblock_0.8.orig.tar.gz' saved [19723/19723]

moblock-0.8/
moblock-0.8/Makefile
moblock-0.8/rbt.c
moblock-0.8/README
moblock-0.8/MoBlock.c
moblock-0.8/Changelog
moblock-0.8/MoBlock-ipq.sh
moblock-0.8/COPYING
moblock-0.8/MoBlock-nfq.sh
moblock-0.8/Changelog~
gcc -Wall -O2 -march=i586 -mtune=i686 -fomit-frame-pointer -ffast-math -D_GNU_SOURCE -DNFQUEUE -L/usr/include/libipq -c -o MoBlock.o MoBlock.c
MoBlock.c:46:52: error: libnetfilter_queue/libnetfilter_queue.h: No such file or directory
MoBlock.c:377: warning: 'struct nfq_data' declared inside parameter list
MoBlock.c:377: warning: its scope is only this definition or declaration, which is probably not what you want
MoBlock.c:377: warning: 'struct nfgenmsg' declared inside parameter list
MoBlock.c:377: warning: 'struct nfq_q_handle' declared inside parameter list
MoBlock.c: In function 'nfqueue_cb':
MoBlock.c:384: warning: implicit declaration of function 'nfq_get_msg_packet_hdr'
MoBlock.c:384: warning: assignment makes pointer from integer without a cast
MoBlock.c:386: error: dereferencing pointer to incomplete type
MoBlock.c:387: warning: implicit declaration of function 'nfq_get_payload'
MoBlock.c:389: error: dereferencing pointer to incomplete type
MoBlock.c:392: warning: implicit declaration of function 'nfq_set_verdict'
MoBlock.c: In function 'netlink_loop':
MoBlock.c:497: warning: implicit declaration of function 'nfq_open'
MoBlock.c:497: warning: assignment makes pointer from integer without a cast
MoBlock.c:503: warning: implicit declaration of function 'nfq_unbind_pf'
MoBlock.c:508: warning: implicit declaration of function 'nfq_bind_pf'
MoBlock.c:514: warning: implicit declaration of function 'nfq_create_queue'
MoBlock.c:514: warning: assignment makes pointer from integer without a cast
MoBlock.c:520: warning: implicit declaration of function 'nfq_set_mode'
MoBlock.c:520: error: 'NFQNL_COPY_PACKET' undeclared (first use in this function)
MoBlock.c:520: error: (Each undeclared identifier is reported only once
MoBlock.c:520: error: for each function it appears in.)
MoBlock.c:525: warning: implicit declaration of function 'nfq_nfnlh'
MoBlock.c:525: warning: assignment makes pointer from integer without a cast
MoBlock.c:526: warning: implicit declaration of function 'nfnl_fd'
MoBlock.c:529: warning: implicit declaration of function 'nfq_handle_packet'
MoBlock.c:533: warning: implicit declaration of function 'nfq_destroy_queue'
MoBlock.c:534: warning: implicit declaration of function 'nfq_close'
make: *** [MoBlock.o] Error 1
install -m 755 moblock /usr/bin
install: cannot stat `moblock': No such file or directory
make: *** [install] Error 1

Press ENTER to continue...

Author:  sinspot1 [ Sat Jun 02, 2007 12:24 pm ]
Post subject: 

I love this tool Chris thanks alot for doing it but I think IMDB might have changed something again. I get everything to pull down but the directors name. Are you also having this issue.


Thank again.

Author:  tophee [ Sat Jun 23, 2007 12:51 pm ]
Post subject: 

I noticed pinapple version 3 is available. You might want to consider adding that.

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