Jump to content


Photo

Openpli-5 (still next master)


  • Please log in to reply
1177 replies to this topic

Re: Openpli-5 (still next master) #901 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 2 February 2017 - 12:24

From a quick comparison of the vsftpd recipes on oe-a and pli gits, I notice that it comes with less config files on PLi.

vsftpd normally has a config file with users that are not allowed to login via ftp (I would guess in default builds that would include root) and a config file listing users that are allowed to chroot.
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: Openpli-5 (still next master) #902 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 4 February 2017 - 00:55

After the latest updates vusolo2 ok

dm8000 does not rise after the flash to stop logo



Re: Openpli-5 (still next master) #903 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 09:57

Try in meta-dream/recipes-bsp/linux/linux-dreambox.inc

 

to change  line 64 :

 

from:

 

FILES_kernel-vmlinux = ""

 

into:

 

FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"

 

causes by commit:

 

http://git.openembed...242ac6e01a5fcb4

 

That should do the trick.


Edited by Beeker, 4 February 2017 - 09:59.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #904 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 4 February 2017 - 11:25

Try in meta-dream/recipes-bsp/linux/linux-dreambox.inc
 
to change  line 64 :
 
from:
 
FILES_kernel-vmlinux = ""
 
into:
 
FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"
 
causes by commit:
 
http://git.openembed...242ac6e01a5fcb4
 
That should do the trick.


Please create a PR for master-next if possible.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Openpli-5 (still next master) #905 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 4 February 2017 - 11:28

tx.Beeker. :)



Re: Openpli-5 (still next master) #906 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 11:30

Thanks for reporting, i'll create PR this afternoon.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #907 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 4 February 2017 - 11:50

still it remains to stop boot with ip address



Re: Openpli-5 (still next master) #908 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 4 February 2017 - 12:06

still it remains to stop boot with ip address

I think that after You did such a change You must :

 

build from scratch (all) or if You remove some things using the bitbake -b <link to concerned .bb file> -c clean , the bitbake <image you are using> -c cleanall , then rebuild with bitbake <image you are using> it should work . point is to find first which packages apart from the base linux core self which have to be cleaned first. But by erasing all You're previous build frech clone then correct with patch off Beeker then build You're image from scratch it will work also. But then You gone for about 2 hours of build



Re: Openpli-5 (still next master) #909 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 12:13

Confirmed. It didn't work with applying the patch afterwards.

 

but just change line in

 

FILES_kernel-vmlinux = "boot/"

 

It will work afterwards. Tested now with fresh git clone of today.

 

But it probably increase the image size with 2MB. So

 

FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"

 

should be better.


Edited by Beeker, 4 February 2017 - 12:13.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #910 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 4 February 2017 - 12:15

build new patched but does not boot now I try to throw the tmp folder and try again



Re: Openpli-5 (still next master) #911 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 12:40

Starting a build from stratch with patch.

 

To see if

 

FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"  works in morty branch. It works in master branch of openembedded.

 

Or we just have to use.

 

FILES_kernel-vmlinux = "boot/"

 

for morty branch.I must know it for sure before creating PR.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #912 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 4 February 2017 - 12:48

What do you mean exactly by "from scratch" (as there are various scenarious that would fit this description)


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Openpli-5 (still next master) #913 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 12:53

What do you mean exactly by "from scratch" (as there are various scenarious that would fit this description)

 

Delete the entire build directory.

 

I did a fresh clone of https://github.com/O...pli-oe-core.git

 

this morning. Only that patch applied.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #914 daimon

  • Senior Member
  • 220 posts

+5
Neutral

Posted 4 February 2017 - 12:58

OK    FILES_kernel-vmlinux = "boot/" :)

 

so he started running but the nfi increased by 4mb



Re: Openpli-5 (still next master) #915 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 14:13

Build ready..but

 

FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"

 

Doesn't work in morty branch(yet). In master of openembedded-core ok last time , but morty branch need the kernel version hardcoded.

FILES_kernel-vmlinux = "boot/vmlinux-3.2-${MACHINE}.gz"

Looking at kernel.bbclass line 145.

export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE", True) or "ttyS0"}"

KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}"

KERNEL_LOCALVERSION ?= ""

:(

 

Size image is BTW 85.8 MB


Edited by Beeker, 4 February 2017 - 14:13.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #916 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 14:22

Any idea wich is the best option?

 

FILES_kernel-vmlinux = "boot/vmlinux-3.2-${MACHINE}.gz"

 

or

 

FILES_kernel-vmlinux = "boot/"

 

With last option image is 87,7MB..So 2,2MB smaller.


Edited by Beeker, 4 February 2017 - 14:23.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #917 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 14:24

Sorry 2,1 Bigger.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #918 Beeker

  • PLi® Contributor
  • 1,594 posts

+203
Excellent

Posted 4 February 2017 - 14:48

Probably this ?..Is not in morty.

 

http://git.openembed...50fa105bb66892e

 

Anyway ...I create PR.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Openpli-5 (still next master) #919 satwalker

  • Member
  • 23 posts

0
Neutral

Posted 4 February 2017 - 15:01

hi friends can any one share the latest fresh version open pli 5.0 for vu+duo2,or where can i download it.

 

thanks to you


Samsung LE-40F8000 & VUDUO2+SANDISK SSD-480GB & VISIOSAT BIG-BISAT Multi-Beam Antenna & Linksys WAG360N


Re: Openpli-5 (still next master) #920 dirocca

  • Senior Member
  • 1,667 posts

+59
Good

Posted 4 February 2017 - 17:26

hi friends can any one share the latest fresh version open pli 5.0 for vu+duo2,or where can i download it.

 

thanks to you

you can´t. ;)

 

grtz Philip


vuduo2 openpli6.1 1TB HDD 2xdualS2tuner

av receiver denon - samsung 4k hdr+ 65inch UE65MU7000 - bose accoustimas 7.1 :rolleyes:

tvv kaart & schotel(64cm), duo lnb, OSCAM

logitech harmony ultimate

 

 

 



40 user(s) are reading this topic

0 members, 40 guests, 0 anonymous users