Jump to content


Photo

OpenPLi 3.0: new alpha experimental images!


  • This topic is locked This topic is locked
369 replies to this topic

Re: OpenPLi 3.0: new alpha experimental images! #221 blzr

  • PLi® Core member
  • 2,270 posts

+118
Excellent

Posted 3 July 2012 - 22:43

P.S.: Thanks to having fixed the softcam automatic starts, but SSH and impossible to change password bugs are still there.

hmm, seems that's just your 'local' issue /?/,
both ssh and passwd work (and always worked) fine here on 3.0...
(although on vuduo, but don't think it's 'box specific'; moreover, no /?/ other etxx user reported such bugs)
True sarcasm doesn't need green font...

Re: OpenPLi 3.0: new alpha experimental images! #222 rotarum

  • Senior Member
  • 58 posts

0
Neutral

Posted 4 July 2012 - 06:51

"GRAB SCREENSHOT" is not showing screenshot.jpg on web-browser although its stored in the /tmp/ folder ...

Re: OpenPLi 3.0: new alpha experimental images! #223 littlesat

  • PLi® Core member
  • 57,117 posts

+698
Excellent

Posted 4 July 2012 - 09:59

In openpli /tmp is forwarded to /var/volatile/tmp... probably this is different in openpli3.0...so the file could not be found???

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: OpenPLi 3.0: new alpha experimental images! #224 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 4 July 2012 - 13:14

@blzr,

About passwd bug, I have defined a default password the first time it is set and it is working then I upgrade the image several time. Now if I try to change it again it no longer works.

root@ET-SALON:~# passwd
Changing password for root
Enter the new password (minimum of 5, maximum of 8 characters)
Please use a combination of upper and lower case letters and numbers.
New password:
Re-enter new password:
passwd: password changed.

It states the the password is properly changed, logoff/login again new password doesn't work, fortunatelly the old one is still the one.
So passwd states that it is working but it is not.

 ls -Fal /etc/passwd
-rw-r--r--    1 root	 root		   904 Jan  1  1970 /etc/passwd

ls -Fal /etc/shadow
-r--------    1 root	 root		   574 Jul  4 14:09 /etc/shadow

I chmod 644 the file /etc/shadow and try to use passwd, same problem.

About SSH I just discover that in fact the problem is that the passwd command is changing the password for SSH access only!
So when connecting with root in SSH I need to use the new password... when connecting from telnet I need to use the old password.

So my root gets now 2 differents password, one for telnet and another one for SSH.

Any hint to fix this strange behavior?

Pr2

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: OpenPLi 3.0: new alpha experimental images! #225 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 4 July 2012 - 14:49

Probably ssh is using /etc/shadow, telnet is using /etc/passwd (or the other way around)

if you change the password, does it end up in /etc/shadow, or in /etc/passwd?
You should not change the /etc/shadow rights, if the rights are too loose, the system might refuse to use it.

Re: OpenPLi 3.0: new alpha experimental images! #226 littlesat

  • PLi® Core member
  • 57,117 posts

+698
Excellent

Posted 4 July 2012 - 14:51

With 3.0 and autorestore/install I can login via telnet via the box with the usual password... but not with ssh.... For ssh I login with telnet and change the password again with passwd... then ssh is fine again. I do not know if this is shadow related... it is just my observation....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: OpenPLi 3.0: new alpha experimental images! #227 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 4 July 2012 - 17:22

Hi,

The date of /etc/passwd doesn't change while the one from /etc/shadow did.

I do:

mv /etc/passwd /etc/passwd.bak

And now I unable to connect with telnet (no login prompt) so telnet probably use the file: /etc/passwd

So problem is: why the passwd command doesn't update the /etc/passwd file but only update /etc/shadow file.

I try to replace the file passwd with the passwd- so I retrieve a system without any password for root.
I try again passwd command, no luck password is not set into /etc/passwd

Since I was already able to set a password with passwd and Openpli 3.0 this is probably a bug coming for a recent release.

@littlesat

Please try to change your password with something totally new.
I guess that you will be able to connect via telnet with the old password and with SSH with the new password.
Can you please try this and confirm it?
Can I also ask you on which hardware you try it?

Thanks,

Pr2

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: OpenPLi 3.0: new alpha experimental images! #228 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 4 July 2012 - 17:29

mv /etc/passwd /etc/passwd.bak


you should not do that, as passwd is still needed, even if passwords are shadowed.

So problem is: why the passwd command doesn't update the /etc/passwd file but only update /etc/shadow file.


that's the point, when using shadowed passwords.

Re: OpenPLi 3.0: new alpha experimental images! #229 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 4 July 2012 - 20:13

Hi,

Of course I mv the passwd file just to perform a test, I place it back now. :-)

Pr2

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: OpenPLi 3.0: new alpha experimental images! #230 jooe

  • Senior Member
  • 31 posts

+1
Neutral

Posted 7 July 2012 - 12:37

Can't play any flac music file on Vu+Ultimo with OpenPli 3.0 .

Here is a log

Please fix it if possible

action -> OkCancelActions ok
playing 4097:0:0:0:0:0:0:0:0:0:/media/net/DISKSTATION/Brian Simpson - 2010 - South Beach/01. South Beach.flac
eServiceMP3::construct!
eServiceMP3::playbin2 uri=file:///media/net/DISKSTATION/Brian%20Simpson%20-%202010%20-%20South%20Beach/01.%20South%20Beach.flac
eServiceMP3::starting pipeline
gst_element_query_position failed in getPlayPosition
new service started! trying to download cuts!
download failed, no cuesheet interface
resolved to PLAY
gst_element_query_position failed in getPlayPosition
gst_element_query_position failed in getPlayPosition
gst_element_query_position failed in getPlayPosition
gst_element_query_position failed in getPlayPosition
eServiceMP3::state transition NULL -> READY
Gstreamer error: The autoaudiosink element is not working. (4) from playsink0
[__evUpdatedInfo] title 1 of 0 (South Beach)
[__evUpdatedInfo] title 1 of 0 (South Beach)
Gstreamer error: GStreamer encountered a general stream error. (1) from flacparse0


Edited by jooe, 7 July 2012 - 12:40.


Re: OpenPLi 3.0: new alpha experimental images! #231 guirigui

  • Senior Member
  • 297 posts

0
Neutral

Posted 7 July 2012 - 17:35

I have been trying to mount the HDD so that the recording; timeshift and EPG be possible(ET6000).
I have tried many internal or external way through FTP(DCC-E2)..it is not possible to changes HDD basic directories or recording paths...On the HDD it is not possible to remove "usb" or add new directory without "USB"...same thing in the recording paths: not possible to change it with "USB"...
On the HDD it is only possible to add repertories but the path is allways through /media/usb/
Is it a bug, I don't know??
ET6000 mounted in triple tuners with DVB-S2 Anysee E7 S2 + DVB-T Twintech UT30

Re: OpenPLi 3.0: new alpha experimental images! #232 kecal

  • Senior Member
  • 34 posts

0
Neutral

Posted 7 July 2012 - 21:13

dreambox 500 hd ok sometimes the sound drops.good work

Edited by Frenske, 8 July 2012 - 09:06.
I moved your post from the Dutch to the english section. Please try to post in the right section.


Re: OpenPLi 3.0: new alpha experimental images! #233 guirigui

  • Senior Member
  • 297 posts

0
Neutral

Posted 7 July 2012 - 22:39

Thanks to Pr2, I could fix the recording path problem....

Honestly, presently, I guess there is room for improvment in the USB HDD recording/timeshift and EPG location in the ET6000 image...

By the way, the USB HDD initialisation process seems OK now althought there is an error message at the end almost entirely masked by a black square....it is thus difficult to read it...
ET6000 mounted in triple tuners with DVB-S2 Anysee E7 S2 + DVB-T Twintech UT30

Re: OpenPLi 3.0: new alpha experimental images! #234 nisse69

  • Senior Member
  • 147 posts

0
Neutral

Posted 8 July 2012 - 11:38

Hi !

I did a clean install on my vuplus ultimo (pli3.0) and now there are problems with hdd and usb stick.

Can't see usb stick in mediaplayer, if you unplug usb and plug it in again then you see it again, But if you resatart the box it is gone again.

rgrds
Dm8000HD SSSS DVD 1.5TB HDD : Dm500HD x2 : 0.8w 4.8e 13e 19.2e

Re: OpenPLi 3.0: new alpha experimental images! #235 2boom

  • Senior Member
  • 100 posts

+17
Neutral

Posted 12 July 2012 - 12:32

1. Automatic file permissions assigment doesn't work after copying to reciever via ftp(644, 755)
2. keys not working in midnightcommander (F5, F6 ...)

Re: OpenPLi 3.0: new alpha experimental images! #236 claude

  • Senior Member
  • 38 posts

0
Neutral

Posted 13 July 2012 - 10:21

Today I've installed OpenPLi-3.0-beta-dm8000-20120713 on my DM8000, but no success to set internal wlan :(
Should I find the way or wait for a next release?

Thank you a lot! :wub:

claude

Re: OpenPLi 3.0: new alpha experimental images! #237 littlesat

  • PLi® Core member
  • 57,117 posts

+698
Excellent

Posted 13 July 2012 - 10:52

What did you try to get Wlan?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: OpenPLi 3.0: new alpha experimental images! #238 claude

  • Senior Member
  • 38 posts

0
Neutral

Posted 13 July 2012 - 12:21

Simply in setup/system/network i can't find how to set wlan...

Thank you

Re: OpenPLi 3.0: new alpha experimental images! #239 claude

  • Senior Member
  • 38 posts

0
Neutral

Posted 14 July 2012 - 12:31

So it seems i'm the only one who cannot keep a cable running across home to connect dreamox to router.... :(
I wait confident for a new release! ;)

claude

Re: OpenPLi 3.0: new alpha experimental images! #240 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 14 July 2012 - 13:10

So it seems i'm the only one who cannot keep a cable running across home to connect dreamox to router.... :(
I wait confident for a new release! ;)

claude


Probably install the firmware and driver for you wlan.

(Xtrend and VU+ work out of the box and dreambox you need to install manual)
XP1000, Clarketech CT9000 and a VU+ duo


18 user(s) are reading this topic

0 members, 18 guests, 0 anonymous users