Jump to content


Photo

where is the inadyn plugin?


  • Please log in to reply
27 replies to this topic

#1 ARNOLD65

  • Member
  • 27 posts

0
Neutral

Posted 28 June 2012 - 09:20

hello. i don't find inadyn in the menu of my box wiht open pli. Where is?

thanks

Re: where is the inadyn plugin? #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 28 June 2012 - 10:39

it's not a plugin, it's a linux daemon.

install it from the feed:

opkg update
opkg install inadyn-mt

and adjust /etc/inadyn.conf according to your wishes

Re: where is the inadyn plugin? #3 ARNOLD65

  • Member
  • 27 posts

0
Neutral

Posted 28 June 2012 - 11:05

thanks

Re: where is the inadyn plugin? #4 Multytenne

  • Senior Member
  • 77 posts

0
Neutral

Posted 17 February 2013 - 11:37

dear Pieterg

I have installed inadyn on the dreambox dm800 HD SE as you indicated.
and that was successfully installed.
I have found the inadyn.conf file in /etc
I modified it (with the smae config file that was working on another dreambox).


But it is like the proces is not started ...?
Is there a graphics application icon on openpli where it can be started ?
Or how do I start it ?
I hope I do not have to manually add it into initd ?


THanks,
multytenne.

When I do a ps I do not see the deamon running, it is not in the list.

Edited by Multytenne, 17 February 2013 - 11:39.


Re: where is the inadyn plugin? #5 Multytenne

  • Senior Member
  • 77 posts

0
Neutral

Posted 17 February 2013 - 11:52

My inadyn.conf looks like this :

#!/bin/sh
DAEMON=/usr/bin/inadyn
NAME=inadyn
INADYN_ON=1
INADYN_USERNAME=my-username
INADYN_PASSWORD=my-password
INADYN_ALIAS=my-domainname
UPDATE_PERIOD=600000
FORCED_UPDATE_PERIOD_ON=1
FORCED_UPDATE_PERIOD=6000000
IP_SERVER_NAME_ON=0
IP_SERVER_NAME='checkip.dyndns.org /'
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
if [ $INADYN_ON -ne 0 ]; then
ARGS="-u $INADYN_USERNAME -p $INADYN_PASSWORD -a $INADYN_ALIAS --update_period $UPDATE_PERIOD"
if [ $FORCED_UPDATE_PERIOD_ON = 1 ]; then
ARGS="$ARGS --forced_update_period $FORCED_UPDATE_PERIOD"
fi
if [ $IP_SERVER_NAME_ON = 1 ]; then
ARGS="$ARGS --ip_server_name $IP_SERVER_NAME"
fi
if [ $LOG_FILE_ON = 1 ]; then
ARGS="$ARGS --log_file $LOG_NAME"
fi
if [ $LOG_FILE_ON = 2 ]; then
ARGS="$ARGS --syslog"
fi
if [ $DYN_SYSTEM_ON -ne 0 ]; then
ARGS="$ARGS --dyndns_system $DYN_SYSTEM"
fi
echo -n "starting InaDyn..."
start-stop-daemon -S -b -n $NAME -a $DAEMON -- $ARGS
echo "done."
fi
;;
stop)
echo -n "stopping InaDyn... "
start-stop-daemon -o -K -n $NAME
[ -e $LOG_NAME ] && rm -rf $LOG_NAME
echo "done."
;;
restart)
$0 stop
$0 start
;;
reload)
echo -n "reloading InaDyn... "
killall -HUP $NAME
echo "done."
;;
*)
echo "Usage: $0 {start|stop|restart|reload}"
exit 1
;;
esac
exit 0

Re: where is the inadyn plugin? #6 Multytenne

  • Senior Member
  • 77 posts

0
Neutral

Posted 17 February 2013 - 12:35

ik heb gemerkt dat de inadyn van openpli verschillend is dan die van gemini.
De image is niet dezlefde size en op openpli heet die inadyn-mt

op mijn andere dreambox (gemini) heet ie inadyn

ik heb dus de 2 files van de gemini dreambox gecopieerd naarde openpli dreambox
dus
inadyn naar /usr/bin en chmod van 755 gedaan
en dan de inadyn.sh gecopieerd naar /var/etc/init.d/inadyn.sh en ook een chmod 755

maar...ik krijg geen log file te zien in /var/log en het proces start ook niet.

Wat doe ik verkeer ?
Het is een copy en paste van de ene linux box naar de andere....zou toch moeten werken dacht ik ?

Edited by Multytenne, 17 February 2013 - 12:36.


Re: where is the inadyn plugin? #7 fotjon

  • Senior Member
  • 162 posts

0
Neutral

Posted 20 February 2013 - 20:58

Its Dyndns plugin and works ok

Xtrend ET-5000 // OpenPli 4


Re: where is the inadyn plugin? #8 Multytenne

  • Senior Member
  • 77 posts

0
Neutral

Posted 21 February 2013 - 18:46

Ik heb de exe en config file van de dreambox waar het wel op werkt (die gemini draait) gecopieerd naar de openpli box.
Maar daar draait het niet op hoor...hij start niet.
Weet niet hoe het komt.

Re: where is the inadyn plugin? #9 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,471 posts

+118
Excellent

Posted 23 February 2013 - 17:42

this is English section!

on the Glassfibre 1GB DVB-C...


Re: where is the inadyn plugin? #10 kermith

  • Senior Member
  • 182 posts

+2
Neutral

Posted 23 May 2013 - 23:05

it's not a plugin, it's a linux daemon.

install it from the feed:

opkg update
opkg install inadyn-mt

and adjust /etc/inadyn.conf according to your wishes

 

Hi,

I'm trying the opkg update, but getting the following:

 

 

Collected errors:
 * opkg_download: Failed to download http://downloads.pli...ty/Packages.gz, wget returned 255.
 * opkg_download: Failed to download http://downloads.pli...ll/Packages.gz, wget returned 255.
 * opkg_download: Failed to download http://dl.dropbox.co...se/Packages.gz, wget returned 255.
 * opkg_download: Failed to download http://dl.dropbox.co...el/Packages.gz, wget returned 255.

 

 
What am I doing wrong?
 
/JJ


Re: where is the inadyn plugin? #11 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 23 May 2013 - 23:50

You're running OpenPLi 2.1. That build is still broken due to a buildserver crash a few days ago.

 

But you have a DM800SE, so you should upgrade to OpenPLi 3.0.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: where is the inadyn plugin? #12 kermith

  • Senior Member
  • 182 posts

+2
Neutral

Posted 24 May 2013 - 00:48

Thanks for your answer. What makes OpenPLi 3.0 better than OpenPLi 2.1?



Re: where is the inadyn plugin? #13 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 24 May 2013 - 11:08

New OE environment, new kernel. Which for example means better (USB) device support.

And it means the latest Enigma, including all fixes and improvements made since we switched to 3.0.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: where is the inadyn plugin? #14 Alex_NL

  • Senior Member
  • 1,953 posts

+10
Neutral

Posted 14 May 2014 - 01:17

Can I use Inadyn for updating no-ip too?
In the inadyn.cfg I can't figure out how.

 

# What kind of host is being updated? Choices are dyndns@dyndns.org, statdns@dyndns.org, custom@dyndns.org

 

So only dyndns?


Dreambox DM920:2x Triple tuner (2x DVB-S2X MIS and DVB-C/T2) Xtrend ET10000: 2x DVB-S2, 2x DVB-C, IPTV Xtrend ET9500 (defect)
Channel Master 120cm offset + Black Ultra LNB (Ku-band): 42°E-37,5°W - 100cm SAB draaibaar: 45.1°E-60°E - 80cm vast: 28.2°E/23.5°E/19.2°E/13°E
DVB-T2 en DAB via een combi VHF/UHF-antenne op zolder gericht op Schoten.


Re: where is the inadyn plugin? #15 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 15 May 2014 - 10:44

Actually, inadyn is outdated, broken and does not support IPv6.

It should be replaced by inadyn-mt.
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390

Re: where is the inadyn plugin? #16 Alex_NL

  • Senior Member
  • 1,953 posts

+10
Neutral

Posted 15 May 2014 - 11:03

Actually, inadyn is outdated, broken and does not support IPv6.

It should be replaced by inadyn-mt.

As mentioned in message #2 I have installed inadyn-mt.
Still don't know how to set it up for no-ip. Other plugin that updates to no-ip is OK too.

Dreambox DM920:2x Triple tuner (2x DVB-S2X MIS and DVB-C/T2) Xtrend ET10000: 2x DVB-S2, 2x DVB-C, IPTV Xtrend ET9500 (defect)
Channel Master 120cm offset + Black Ultra LNB (Ku-band): 42°E-37,5°W - 100cm SAB draaibaar: 45.1°E-60°E - 80cm vast: 28.2°E/23.5°E/19.2°E/13°E
DVB-T2 en DAB via een combi VHF/UHF-antenne op zolder gericht op Schoten.


Re: where is the inadyn plugin? #17 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 15 May 2014 - 11:26

As mentioned in message #2 I have installed inadyn-mt.
Still don't know how to set it up for no-ip. Other plugin that updates to no-ip is OK too.

inadyn-mt reads /etc/inadyn-mt.conf not /etc/inadyn.conf

Well, unless it was patched to ...

It's quite hard to follow a thread with a mixture of languages :)


Besides that, the only other possible problem that comes to my mind is the multi-service patch:
inadyn was originally made for exactly one (1) service.

In order to support updates to multiple services inside just one config file a patch to inadyn-mt exists which uses this trick:
As soon as you specifiy a new service name, it's considered to be the beginning of a new section ...

On the other hand, dyndns.org is compiled in as default service ...

This means:
With the multi-service-patch, you are configuring dyndns.org until you specify no-ip.com as service.
Without the multi-service-patch, the whole file is considered just one section and a postfix dyndns_system settings gets applied to previous settings ...

To keep things clean, simply always start with the service, that way it works with and without the patch.

So it should work this way:
background 
log_file /var/log/inadyn.log 
dyndns_system default@no-ip.com 
alias <Your no-ip Hostname>
username <blah>
password <blubb>
update_period_sec 60 
forced_update_period 86400 
Note that "dyndns_system default@no-ip.com" appears before any setting for it.

Edited by SpaceRat, 15 May 2014 - 11:27.

1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390

Re: where is the inadyn plugin? #18 Pr2

  • PLi® Contributor
  • 6,075 posts

+257
Excellent

Posted 15 May 2014 - 12:05

Hi,

 

Here is the content of my inadyn.conf on Openpli4.

 

--username XXXXXXXXXXXXX
--password XXXXXXXXXXXX
--alias XXXXXXXXXXXXXXXX
--dyndns_server_name XXXXXXXXXXX
--dyndns_server_url /nic/update?
--log_file /tmp/inadyn.log
--verbose 5
--background

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: where is the inadyn plugin? #19 Alex_NL

  • Senior Member
  • 1,953 posts

+10
Neutral

Posted 16 May 2014 - 13:38

I have used Inadyn in the past on my DM800HD. At that time I had also a no-ip account.
When the plugin wasn't available anymore I switched to Dyndns.
Now that Dyn has forced me to change again I hoped to use Inadyn again.
I understand that I have to edit inadyn.cfg (there is no inadyn-mt.cfg) but didn't know what to change to make it work for no-ip.

So I simply replace the default@dyndns.com for default@no-ip.org ?
Even though my domainname is zapto.org?

Dreambox DM920:2x Triple tuner (2x DVB-S2X MIS and DVB-C/T2) Xtrend ET10000: 2x DVB-S2, 2x DVB-C, IPTV Xtrend ET9500 (defect)
Channel Master 120cm offset + Black Ultra LNB (Ku-band): 42°E-37,5°W - 100cm SAB draaibaar: 45.1°E-60°E - 80cm vast: 28.2°E/23.5°E/19.2°E/13°E
DVB-T2 en DAB via een combi VHF/UHF-antenne op zolder gericht op Schoten.


Re: where is the inadyn plugin? #20 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 16 May 2014 - 13:42

So I simply replace the default@dyndns.com for default@no-ip.org ?

Basically, yes.

Even though my domainname is zapto.org?

See
alias <Your no-ip Hostname>

So it would be
dyndns_system default@no-ip.com
alias <blah>.zapto.org

plus your username and pasword of course ...
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users