Announcement

Collapse
No announcement yet.

Announce: piCorePlayer 8.0.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by Nautilus View Post

    Anyone else experiencing this? Or ideas how to overcome it?
    I'm thinking that all these download problems are caused by the devices clock not getting set properly. The time is shown in the footer of the web page, is it correct?
    piCorePlayer a small player for the Raspberry Pi in RAM.
    Homepage: https://www.picoreplayer.org

    Please donate if you like the piCorePlayer

    Comment


      With the usual apologies if this has been explained elsewhere or this is the wrong thread....

      I've been running pCP fine for years -- great stuff and thanks to all who are responsible for it! I just pulled out a second Pi that has been unused in a while and am doing a fresh install of 8.2.0 (it previously had 6.1.0), but can't get Samba to start.

      I had no problem mounting the USB hard drive (formatted ext4) with my library. I installed support for additional filesystems and *think* I installed support for exFAT (more on that later). LMS installed without a hiccup.

      Samba installation appeared to go okay at first, and I gave it server and workgroup names and set up a couple shares. However, when I go to start it from the pCP web interface the message says "Starting SAMBA...." but then it never loads. The web interface says "Samba is not running" and it still shows the red mark.

      Looking at the Pi via ssh I don't see any smbd or nmbd processes running. The smbd and nmbd executables are there under /usr/local/sbin and the smb.conf file is in the right place. But there's no Samba-related logs such as log.smbd, smbd.log, etc. in /var/log/.

      And, back to the exFAT thing. There is a little strangeness in that after installing exFAT support the button on the interface still says "Install exFAT". And when I push the button again, the message window on the pCP web interface reports:
      exfat-utils is already installed!
      [ INFO ] exFAT file system support loaded.​


      Any ideas on what might be going wrong, or suggestions on where to look for logs that will clue me in on why the Samba launch is failing?

      ​Thanks in advance for any help!
      Main system: SB3 > Emotiva XDA-1 > NAD C 325BEE > Vandersteen 1
      Living room: SB2 > Audioengine HD6
      Kitchen/dining: SB2 > AudioSource AMP 100 > 2-pairs of Polk Audio RC60i in-ceiling speakers
      Deck/patio: SB Receiver > AudioSource AMP 100 > Polk Atrium 45
      Study: SB Radio
      Quiet time: Hifiman Sundara headphones plugged into NAD amp or iPhone + AudioQuest Dragonfly Red DAC/amp
      LMS 8.3 running on a Raspberry Pi3 (piCore), controlled using iPeng, SB Controllers and Squeezepad

      Comment


        Originally posted by aubuti View Post
        With the usual apologies if this has been explained elsewhere or this is the wrong thread....

        I've been running pCP fine for years -- great stuff and thanks to all who are responsible for it! I just pulled out a second Pi that has been unused in a while and am doing a fresh install of 8.2.0 (it previously had 6.1.0), but can't get Samba to start.

        I had no problem mounting the USB hard drive (formatted ext4) with my library. I installed support for additional filesystems and *think* I installed support for exFAT (more on that later). LMS installed without a hiccup.

        Samba installation appeared to go okay at first, and I gave it server and workgroup names and set up a couple shares. However, when I go to start it from the pCP web interface the message says "Starting SAMBA...." but then it never loads. The web interface says "Samba is not running" and it still shows the red mark.

        Looking at the Pi via ssh I don't see any smbd or nmbd processes running. The smbd and nmbd executables are there under /usr/local/sbin and the smb.conf file is in the right place. But there's no Samba-related logs such as log.smbd, smbd.log, etc. in /var/log/.

        And, back to the exFAT thing. There is a little strangeness in that after installing exFAT support the button on the interface still says "Install exFAT". And when I push the button again, the message window on the pCP web interface reports:
        exfat-utils is already installed!
        [ INFO ] exFAT file system support loaded.​


        Any ideas on what might be going wrong, or suggestions on where to look for logs that will clue me in on why the Samba launch is failing?

        ​Thanks in advance for any help!
        Clear the browser's cache and re-enter the password?

        Mine below.

        Click image for larger version

Name:	samba.jpg
Views:	526
Size:	106.5 KB
ID:	1627281
        Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)

        Lounge - DAC32 - AudioEngine B2
        Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
        Bedroom - Echo Show 8

        Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers

        Comment


          Thanks for the response. Unfortunately in this case that seems to be a catch-22: you can't enter the password unless Samba is already running. Nevertheless, I tried clearing the browser cache and refreshing the Samba configuration page, but still can't get Samba to start.

          Click image for larger version

Name:	image.png
Views:	518
Size:	37.4 KB
ID:	1627298
          Main system: SB3 > Emotiva XDA-1 > NAD C 325BEE > Vandersteen 1
          Living room: SB2 > Audioengine HD6
          Kitchen/dining: SB2 > AudioSource AMP 100 > 2-pairs of Polk Audio RC60i in-ceiling speakers
          Deck/patio: SB Receiver > AudioSource AMP 100 > Polk Atrium 45
          Study: SB Radio
          Quiet time: Hifiman Sundara headphones plugged into NAD amp or iPhone + AudioQuest Dragonfly Red DAC/amp
          LMS 8.3 running on a Raspberry Pi3 (piCore), controlled using iPeng, SB Controllers and Squeezepad

          Comment


            Start samba from the ssh session. There is a start/stop script in /usr/local/etc/init.d
            piCorePlayer a small player for the Raspberry Pi in RAM.
            Homepage: https://www.picoreplayer.org

            Please donate if you like the piCorePlayer

            Comment


              Thanks, that gives some insights on why it's not launching, though I have no idea why I'd be missing libtalloc.so.2 on a fresh install.

              Code:
              [email protected]:/usr/local/etc/init.d$ ./samba4 start
              Need to run as root.
              [email protected]:/usr/local/etc/init.d$ sudo ./samba4 start
              Starting SAMBA...
              /usr/local/sbin/smbd: error while loading shared libraries: libtalloc.so.2: cannot open shared object file: No such file or directory
              /usr/local/sbin/nmbd: error while loading shared libraries: libtalloc.so.2: cannot open shared object file: No such file or directory​
              Main system: SB3 > Emotiva XDA-1 > NAD C 325BEE > Vandersteen 1
              Living room: SB2 > Audioengine HD6
              Kitchen/dining: SB2 > AudioSource AMP 100 > 2-pairs of Polk Audio RC60i in-ceiling speakers
              Deck/patio: SB Receiver > AudioSource AMP 100 > Polk Atrium 45
              Study: SB Radio
              Quiet time: Hifiman Sundara headphones plugged into NAD amp or iPhone + AudioQuest Dragonfly Red DAC/amp
              LMS 8.3 running on a Raspberry Pi3 (piCore), controlled using iPeng, SB Controllers and Squeezepad

              Comment


                Originally posted by paul- View Post

                I'm thinking that all these download problems are caused by the devices clock not getting set properly. The time is shown in the footer of the web page, is it correct?
                Thanks a lot Paul,
                this solved my download problems.

                Comment


                  Originally posted by paul- View Post

                  I'm thinking that all these download problems are caused by the devices clock not getting set properly. The time is shown in the footer of the web page, is it correct?
                  Not having any problems, but I'm not seeing the current time reported on on my piCorePlayer webGUI webpages footer. I'm sure I'm looking in the wrong places. Help point me in the right direction. thanks.
                  Home: Pi4B-8GB/pCP8.2.x/4TB>LMS 8.3.x>Transporter, Touch, Boom, Radio (all ethernet)
                  Cottage: rPi4B-4GB/pCP8.2.x/4TB>LMS 8.3.x>Touch>Benchmark DAC I, Boom, Radio w/Battery (Radio WIFI)
                  Office: Win11(64)>foobar2000
                  The Wild: rPi3B+/pCP7.x/4TB>LMS 8.1.x>hifiberry Dac+Pro (LMS & Squeezelite)
                  Controllers: iPhone14Pro & iPadAir5 (iPeng), CONTROLLER, Material Skin, or SqueezePlay 7.8 on Win10(64)
                  Files: Ripping: dBpoweramp > FLAC; Post-rip: mp3tag, PerfectTunes, TuneFusion; Streaming: Spotify

                  Comment


                    I believe we removed it years ago.

                    It was slowing things down and until the time was synced it would show the wrong time.

                    I'm still looking for a report or log that shows the time!!

                    Comment


                      Sorry for my previous short and misleading post.
                      I had followed Paul's hint and, without seeing the actual time, renewed the timezone string on the Tweaks page.
                      This was how Paul solved my download problem.

                      Comment


                        Originally posted by Greg Erskine View Post
                        I believe we removed it years ago.

                        It was slowing things down and until the time was synced it would show the wrong time.

                        I'm still looking for a report or log that shows the time!!
                        You are correct Greg, we went to a static footer for the user experience/speed. Something for the todo list, so that time setting problems are somewhat detected/and shown to the user.
                        piCorePlayer a small player for the Raspberry Pi in RAM.
                        Homepage: https://www.picoreplayer.org

                        Please donate if you like the piCorePlayer

                        Comment


                          I am getting the below error in LMS plugins page. I want to add Spotty to my list of plugins. Can someone help me.

                          Code:
                          Bad repository https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml - Can't connect to https URL lack of IO::Socket::SSL: https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml
                          This is my first time enabling LMS in piCorePlayer. For many years I have been using Max2Play without any issues.

                          Full error logs:
                          Code:
                          [23-01-21 21:46:41.4293] Slim::Networking::Repositories::get (137) Falling back to plain text http lack of IO::Socket::SSL: https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml
                          [23-01-21 21:46:42.4883] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch http://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml: Can't connect to https URL lack of IO::Socket::SSL: https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml
                          [23-01-21 21:46:43.9163] Slim::Networking::Discovery::getFakeVersion (131)
                          You're using a SB Radio with a buggy firmware not recognizing this version of Logitech Media Server.
                          Please consider patching it. Until then we'll try to play nice and return a fake version number...
                          
                          See https://github.com/Logitech/slimserver/blob/public/8.0/README.md#sb-radio-and-logitech-media-server-8.
                          [23-01-21 22:00:49.9700] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch http://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml: Can't connect to https URL lack of IO::Socket::SSL: https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml
                          ​

                          Comment


                            Originally posted by satish_appasani View Post
                            I am getting the below error in LMS plugins page. I want to add Spotty to my list of plugins. Can someone help me.
                            That should not be possible when running pCP.
                            It implies that something fundamental has been removed from the image.
                            So - first step - can you confirm that you booted pCP and which version it is ... and if you can also been using the "Extensions" from the main page in pCP.
                            Paul Webster
                            Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
                            and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin

                            Comment


                              For whatever reason LMS seems to be missing support for https. Can you post installation details from Settings/Information?
                              Michael

                              "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
                              (LMS: Settings/Information)

                              Comment


                                I believe following are the details you are looking for

                                Logitech Media Server Status
                                Logitech Media Server Version: 8.3.0 - 1667251155 @ Fri 04 Nov 2022 09:19:49 AM CET
                                Hostname: pCP
                                Server IP Address: 192.168.1.11
                                Server HTTP Port Number: 9000
                                Operating system: piCore - EN - utf8
                                Platform Architecture: armv7l-linux
                                Perl Version: 5.32.1 - arm-linux-gnueabihf-thread-multi-64int
                                Audio::Scan: 1.06
                                IO::Socket::SSL: Nothing
                                Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
                                Total Players Recognized: 1​

                                piCorePlayer
                                Player Model: SqueezeLite
                                Player Type: squeezelite
                                Firmware: v1.9.9-1392-pCP
                                Player IP Address: 192.168.1.11
                                Player MAC Address: b8:27:eb:46:db:92​

                                Comment

                                Working...
                                X