• 1
  • 255
  • 256
  • 257(current)
  • 258
  • 259
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Just to let you know that build 1208 works perfectly fine with my USB SPDIF optical output. Build 1210 has no options anymore to select the ALSA Audio Advantage Micro II S/PDIF options.

Going back to 1208 and the options are there.

I take it that this is a result of.....

Drop ALSA/Pulse patch - this may require current audio device to be re-selected. Patch will return once fixed.

Any ideas how long the fix could take, I'll just keep to 1208 until I see it mentioned that it is included. I would be grateful if mentioning its inclusion could be done when it's ready. Thanks
(2017-12-11, 09:00)Milhouse Wrote:
(2017-12-11, 08:45)MikeKL Wrote: Screengrabs of settings assigned to root for storage & .cache folder for info
Thanks but it's the permissions on the /storage folder as Linux sees it that I was after - you'd have to mount the SD card in a Linux PC, I think. Duff permissions (as sshd can be very picky about that sort of thing, quite rightly) is about the only thing I can think of right now that would prevent sshd from working. If you have Samba enabled you can access your logfiles in the Logfiles share - open the latest zip and inside you'll have dmesg and journalctl logfiles which might give a clue as to what is wrong (upload the zip to dropbox and post the link if you don't get anywhere).    
I have not attempted to delete shadow files yet via samba and Windows PC to regain access and controil via ssh (both files then reboot?)

Image

and not sure what to look for in log files for clues on why I get access denied when trying to login via ssh, here is dropbox link to latest logfile zip

Thanks for help/advice.
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
(2017-12-11, 18:05)misiuzeb Wrote: I have sound card  usb  PCM2704 in last builds i cant configure this card, works only audio from hdmi Sad

Which is the last of these test builds when it worked correctly?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-12-11, 19:51)Vimes Wrote: Any ideas how long the fix could take, I'll just keep to 1208 until I see it mentioned that it is included.

Not at this time - there are changes still going on around Audio Engine and ALSA. Hopefully sooner than later, though.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-12-12, 00:59)MikeKL Wrote: I have not attempted to delete shadow files yet via samba and Windows PC to regain access and controil via ssh (both files then reboot?)

Yes both files (shadow- is a backup of the original shadow file prior to any modification, but there's no benefit to be had from keeping it).

(2017-12-12, 00:59)MikeKL Wrote: and not sure what to look for in log files for clues on why I get access denied when trying to login via ssh
I can see sshd is running, and I see two failed password attempts in the latest journalctl:
Code:
Dec 11 22:23:02 LibreELEC sshd[1072]: Failed password for root from 192.168.1.35 port 54113 ssh2
Dec 11 22:23:17 LibreELEC sshd[1072]: Failed password for root from 192.168.1.35 port 54113 ssh2
so it looks like you are entering an incorrect password. Have you tried entering both the old ("libreelec") and new passwords?

I don't know what ssh client you are using, but I'm using PuTTY (Windows app) and when I enter an incorrect password it shows "Permission denied", so it's entirely possible your "Access denied" error is actually an incorrect password, possibly because the shadow file contains garbage, or it's changed back to the default.

You could try viewing the shadow file - it should look similar to the following (which is the default - your "root" line will be different if you've changed the password):
Code:
systemd-network:*:::::::
root:$6$sY7aGbTxcU2ZeqDN$Rlb40DOjy8JbyvH052FGYMTcWWRFZaPvvdFiqFeYgGBklDGxivnDBGeW2fia94RzyYZbyXpBLwltV/JaDc7Op/:::::::
nobody:*:::::::
dbus:*:::::::
system:*:::::::
avahi:*:::::::

Try deleting the shadow file - it will be recreated with the default "libreelec" password.

I have just submitted another PR so that LibreELEC will always overwrite the shadow file with default settings if it appears that the shadow file contains garbage (ie. is missing the entry for root), and this will be in #1212. This should fix your issue, restoring the default password, assuming your shadow file has become corrupted after the power loss.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #1211: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: bef3e766705c4ad5220b7019dcdcee82de2ebfa33d4194300b9777f12d18ef2e (RPi)
SHA256 Checksum: 75cda5cf9fe06a19d99af14980762c957f049292bbffc342d6ecb781cb789193 (RPi2)

Code:
# uname -a
Linux rpi512 4.14.4 #1 Mon Dec 11 23:11:20 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Dec  1 2017 16:20:32
Copyright (c) 2012 Broadcom
version 38ac72569d7fbd7cf75754d9f14c2495416aaee7 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171211230952-#1211-gde76520 [Build #1211]

# Kodi version
(18.0-ALPHA1 Git:d790c26). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (de76520, changelog) and tip of XBMC master (d790c26, changelog) with the following modifications: Build Highlights:
  1. [videoplayer][PVR] Make next/previous chapter work for PVR recordings
  2. Cmake cpp14
Build Details:
  1. LibreELEC.tv:
    • linux: rebuild when config or patches changes (PR:2313, 1 commit, 1 file changed)
    • libamcodec: update to latest revision (PR:2309, 1 commit, 1 file changed)
    • Add a possibility to create multi-image device tree blobs for Amlogic (PR:2286, 3 commits, 5 files changed)
    • fontconfig: add kodi font folder to a search list (PR:2301, 1 commit, 2 files changed)
  2. XBMC:
    • [videoplayer][PVR] Make next/previous chapter work for PVR recordings (PR:13164, 1 commit, 1 file changed)
    • X11 fixes (PR:13161, 3 commits, 5 files changed)
    • added: action to toggle between monospaced and variable spaced font in text viewer dialog (PR:13097, 1 commit, 5 files changed)
    • added: ability to update info tag for currently playing item from python (PR:13124, 1 commit, 2 files changed)
    • AESinkALSA: change name to ALSA (PR:13170, 1 commit, 1 file changed)
    • AE: drop null sink (PR:13169, 1 commit, 4 files changed)
    • fix typo (*VAApi()->VAApi*()) and function signature of VAAPIRegister (PR:13173, 1 commit, 1 file changed)
    • WinSystems: Use EqualsNoCase which is wanted for identifying sinks (PR:13171, 1 commit, 3 files changed)
    • [windows] fix test suite after 40b368c8ec (PR:13172, 1 commit, 1 file changed)
  3. pvr.hdhomerun:
    • code cleanup (PR:69, 17 commits, 8 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-12-12, 03:20)Milhouse Wrote:
(2017-12-12, 00:59)MikeKL Wrote: I have not attempted to delete shadow files yet via samba and Windows PC to regain access and controil via ssh (both files then reboot?)

Yes both files (shadow- is a backup of the original shadow file prior to any modification, but there's no benefit to be had from keeping it).
(2017-12-12, 00:59)MikeKL Wrote: and not sure what to look for in log files for clues on why I get access denied when trying to login via ssh
I can see sshd is running, and I see two failed password attempts in the latest journalctl:
Code:
Dec 11 22:23:02 LibreELEC sshd[1072]: Failed password for root from 192.168.1.35 port 54113 ssh2
Dec 11 22:23:17 LibreELEC sshd[1072]: Failed password for root from 192.168.1.35 port 54113 ssh2
so it looks like you are entering an incorrect password. Have you tried entering both the old ("libreelec") and new passwords?

I don't know what ssh client you are using, but I'm using PuTTY (Windows app) and when I enter an incorrect password it shows "Permission denied", so it's entirely possible your "Access denied" error is actually an incorrect password, possibly because the shadow file contains garbage, or it's changed back to the default.

You could try viewing the shadow file - it should look similar to the following (which is the default - your "root" line will be different if you've changed the password):
Code:
systemd-network:*:::::::
root:$6$sY7aGbTxcU2ZeqDN$Rlb40DOjy8JbyvH052FGYMTcWWRFZaPvvdFiqFeYgGBklDGxivnDBGeW2fia94RzyYZbyXpBLwltV/JaDc7Op/:::::::
nobody:*:::::::
dbus:*:::::::
system:*:::::::
avahi:*:::::::

Try deleting the shadow file - it will be recreated with the default "libreelec" password.

I have just submitted another PR so that LibreELEC will always overwrite the shadow file with default settings if it appears that the shadow file contains garbage (ie. is missing the entry for root), and this will be in #1212. This should fix your issue, restoring the default password, assuming your shadow file has become corrupted after the power loss.      
 I am using putty on Win10 pc and see "Access denied" message when tryin original/modified passwords..
checked and String is different in shadow and shadow- files.
Will wait for #1212 to see if the change in build fixes ssh password issue. (rather than taking easy delete shadow files)

Thanks Blush

-----Edited/Updated to add text currently contained in my shadow & shadow- files respectively------
Code:
shadow

systemd-network:*:::::::
root:$6$z8jJHXgpm5BRy9RU$5E4O3J7J8Ov/sQm57uye5fDe9LbbC3Sja65nAdntjHTZwLliMy2jfoZ3swp7Wig.aASshhYhSsIaz/Ui.YcBW1:17509::::::
nobody:*:::::::
dbus:*:::::::
system:*:::::::
avahi:*:::::::

shadow-

systemd-network:*:::::::
root:$6$AVREFJHZGs0IhP2h$.8oO5xuhJQohEoV9FhfV3wZCONoDqvnAml4NV7f02edBmV2EbMzwsRnhXLyLo7O6lUN7aBo/oy84zm3A5XCEq/:::::::
nobody:*:::::::
dbus:*:::::::
system:*:::::::
avahi:*:::::::
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
(2017-12-12, 02:18)Milhouse Wrote:
(2017-12-11, 18:05)misiuzeb Wrote: I have sound card  usb  PCM2704 in last builds i cant configure this card, works only audio from hdmi Sad

Which is the last of these test builds when it worked correctly? 
1208 works
(2017-12-12, 17:19)misiuzeb Wrote:
(2017-12-12, 02:18)Milhouse Wrote:
(2017-12-11, 18:05)misiuzeb Wrote: I have sound card  usb  PCM2704 in last builds i cant configure this card, works only audio from hdmi Sad

Which is the last of these test builds when it worked correctly? 
1208 works

Try tonight's build when the ALSA/Pulseaudio patch is restored.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-12-12, 02:20)Milhouse Wrote:
(2017-12-11, 19:51)Vimes Wrote: Any ideas how long the fix could take, I'll just keep to 1208 until I see it mentioned that it is included.

Not at this time - there are changes still going on around Audio Engine and ALSA. Hopefully sooner than later, though.

I'll hopefully spot when it is added in the notes for updates. Using the update function within the Kodi client for these build you only get the minimum amount of information on what has changed.

I was more concerned that the support for ALSA and my USB audio stick had been dropped.

Thanks for letting me know.I
Hallo,

I'm having problems with playing some DVD's
Directly after starting the play it stops.

Attached the part from the logfile, please tell me when more is needed.

Was reading somewhere it could be connected with regioset. In Kodi setitngs I set it up to 2. Is there something also like this: Regioset - Ubuntu?
Please use pastebin sites for entire logfiles - don't paste snippets directly to the forum.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Just to ask if there is a thread, section, GIT or something that I could follow for updates to the ALSA and audio engine updates.?
Thanks
(2017-11-18, 19:12)Huey Wrote:
(2017-11-15, 19:37)paulyz Wrote:
(2017-11-14, 01:59)Milhouse Wrote: These issues are really hard to identify. I'd be very surprised if it's anything specific to these test builds, and that it should affect all platforms, so you may be better off filing a ticket on track.kodi.tv and/or starting a new thread in the OS Independent sub-forum. 

but test builds kodi-17 worked without problems.


I can confirm that I have noticed this at well. In shows it shows really well: it seems like setting current show to watched, toggles previous to unwatched. But in MySQL dB status is watched so a sync set status back to correct settings. Not sure when this behavior has started, but I think 101x ish. Just updated again, will try to keep an eye out.


Think it was import entries in the advancedsettings.xml, removed them and all seems well now.
Any idea when shadertoy will be back in the build?
  • 1
  • 255
  • 256
  • 257(current)
  • 258
  • 259
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24