https://github.com/O...e7164225efe18bc
already integrated in develop
OpenPLi-py3
Re: OpenPLi-py3 #841
Re: OpenPLi-py3 #842
Re: OpenPLi-py3 #843
Re: OpenPLi-py3 #844
Posted 3 March 2023 - 09:16
This
<?xml version="1.0" ?>
<timers>
<timer timertype="autostandby" begin="1677685485" end="1677685485" repeated="0" afterevent="nothing" disabled="0" autosleepinstandbyonly="no" autosleepdelay="30" autosleeprepeat="repeated" autosleepwindow="False" autosleepbegin="1677606469" autosleepend="1677606529"
Edited by Mr.Yoshi!, 3 March 2023 - 09:20.
Re: OpenPLi-py3 #845
Re: OpenPLi-py3 #846
Re: OpenPLi-py3 #847
Posted 3 March 2023 - 21:28
Is there anyone who wants to test the DNS fix?
/usr/lib/enigma2/python/Components/Network.py
/usr/lib/enigma2/python/Screens/NetworkSetup.py
new version:
opkg install openresolv
old:
opkg remove openresolv
Edited by Dimitrij, 3 March 2023 - 21:31.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenPLi-py3 #848
Re: OpenPLi-py3 #849
Posted 3 March 2023 - 22:00
The nameserver settings screen is still present. and there is no option to enter DNS adresses in the interface screen?
edit: Ok, you've left the seperate screen, but did use the seperate interface-level DNS definitions.
Looks like it works fine if I switch from wired to wireless and back.
Only remark: if you're using DHCP ( + the DNS assigned by DHCP), at unix level it works fine, but in the interface screen, you can't see the nameserver assigned (both Primary and Secondary are 0.0.0.0).
Edited by neo, 3 March 2023 - 22:05.
Re: OpenPLi-py3 #850
Re: OpenPLi-py3 #851
Posted 3 March 2023 - 23:28
Is there anyone who wants to test the DNS fix?
Re: OpenPLi-py3 #852
Re: OpenPLi-py3 #853
Re: OpenPLi-py3 #854
Re: OpenPLi-py3 #855
Posted 4 March 2023 - 09:07
I already thought it
ok I checked myself everything ok so everything fits! my friend has the problem with more sat like astra Eutelsat hotbird so I think it's more because of diseqc! when he does switch, the message no tuner comes up from time to time! but a few seconds later the picture is back! So with the http patch everything is ok! tested myself! But he will check all cables, this message only comes in pli dev and pli 8.3 with others not! Mfg kittybua
Re: OpenPLi-py3 #856
Posted 4 March 2023 - 09:07
Maybe I'm missing something, but why is there an option without openresolv?Even if you remove openresolv, it does not change the fact that after restart the /etc/resolv.conf file is replaced by link.
simple
def writeNameserverConfig(self): if not self.openresolv: + try: + self.console.ePopen('rm -f /etc/resolv.conf') + except: + pass fp = open('/etc/resolv.conf', 'w') for nameserver in self.nameservers: if nameserver != [0, 0, 0, 0]: fp.write("nameserver %d.%d.%d.%d\n" % tuple(nameserver)) fp.close()
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenPLi-py3 #857
Posted 4 March 2023 - 09:10
Only remark: if you're using DHCP ( + the DNS assigned by DHCP), at unix level it works fine, but in the interface screen, you can't see the nameserver assigned (both Primary and Secondary are 0.0.0.0).
Did it ever work?
Even if I add this, these dns cannot be changed.
For information only.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenPLi-py3 #858
Posted 4 March 2023 - 12:34
Edited by Taapat, 4 March 2023 - 12:34.
Re: OpenPLi-py3 #859
Posted 4 March 2023 - 12:37
Plugin hider and menu sort are standard options in our image a plugin for it will not work
i am able to install plugin hider and working.
it is available in software managment also
but where to find menu sort?
standard options?sorry did not understand ur reply...dont mind
Re: OpenPLi-py3 #860
Posted 4 March 2023 - 12:40
I don't want to use openresolv.
It automatically adds the gateway as a nameserver in /etc/resolv.conf when use DHCP.
And
When using two interfaces, all dns servers automatically write in /etc/resolv.conf.
Edited by Dimitrij, 4 March 2023 - 12:43.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users