Back with LMS and still confused!

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Man in a van
Posts: 485
Joined: Sun Aug 25, 2013 2:39 pm
Location: Staffordshire. UK

Re: Back with LMS and still confused!

Post by Man in a van »

jim_lewis1 wrote: Mon Apr 02, 2018 12:47 pm OK, I ran into a limited space issue when dpkg ing the .deb file. It seems I do have Lame and libio already installed. Is there anything I can delete in order to allow this operation to complete? I would much rather have the LMS etc. internal.
My set up is a little different in that I have the Update function enabled in my LMS and when there is a fresh version it is download to the Joggler and I get a message on the LMS web-gui.
On some Linux distributions we provide an automatic download of Logitech Media Server update installers. These currently are available for .rpm and .deb based systems.

Your Logitech Media Server has downloaded the latest installer to the following location:

/var/lib/squeezeboxserver/cache/updates/logitechmediaserver_7.9.1~1519287262_i386.deb

Please execute the following steps to bring your Logitech Media Server installation up to date:

Log in to your server machine using your username and password.
Run the following command to execute the installer
sudo dpkg -i /var/lib/squeezeboxserver/cache/updates/logitechmediaserver_7.9.1~1519287262_i386.deb
I then do sudo apt-get remove logitechmediaserver to make the necessary space and perform the last command as listed above.
Then I do the tidy up.

This is what it looks like in a terminal window (I use Putty on a windows computer).
login as: joggler
joggler@192.168.1.***'s password:
Last login: Fri Mar 30 08:41:40 2018
joggler@openframe:~$ sudo apt-get remove logitechmediaserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libgomp1
Use 'apt-get autoremove' to remove it.
The following packages will be REMOVED:
logitechmediaserver
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 153 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 40683 files and directories currently installed.)
Removing logitechmediaserver (7.9.1~1521438894) ...
Stopping Logitech Media Server.
joggler@openframe:~$ sudo dpkg -i /var/lib/squeezeboxserver/cache/updates/logitechmediaserver_7.9.1~1522249619_i386.deb
Selecting previously unselected package logitechmediaserver.
(Reading database ... 36879 files and directories currently installed.)
Preparing to unpack .../logitechmediaserver_7.9.1~1522249619_i386.deb ...
Unpacking logitechmediaserver (7.9.1~1522249619) ...
Setting up logitechmediaserver (7.9.1~1522249619) ...
changed ownership of ‘/var/lib/squeezeboxserver/Plugins’ from root:root to squeezeboxserver:nogroup
Making sure that Logitech Media Server is not running first: start-stop-daemon: warning: failed to kill 656: No such process
No process in pidfile '/var/run/logitechmediaserver.pid' found running; none killed.
Starting Logitech Media Server.
joggler@openframe:~$ sudo apt-get clean
joggler@openframe:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
joggler@openframe:~$ sudo reboot

Broadcast message from joggler@openframe
(/dev/pts/0) at 10:07 ...

The system is going down for reboot NOW!
joggler@openframe:~$
Going from v7.80.alldeb to v7.9.1.deb is a little different. With v7.8.0 running, if you select the update function then you get the larger all.deb file and using the smaller .deb download saves space.

When you download a new version it is saved to /home/joggler.

This is where your download is now. You can check by

Code: Select all

joggler@openframe:~$ ls
EnhancedDigitalOutput.tar.gz  logitechmediaserver_7.9.1~1522249619_i386.deb
joggler@openframe:~$

So to avoid any confusion, I would suggest that the download is removed using the command line

Code: Select all

sudo rm -r logitechmediaserver_7.9.1~1522249619_i386.deb
Which looks like this
login as: joggler
joggler@192.168.1.***'s password:
Last login: Sat Mar 31 10:08:33 2018
joggler@openframe:~$ wget http://downloads.slimdevices.com/nightl ... 9_i386.deb
--2018-04-02 13:28:36-- http://downloads.slimdevices.com/nightl ... 9_i386.deb
Resolving downloads.slimdevices.com (downloads.slimdevices.com)... 13.32.66.15, 13.32.66.158, 13.32.66.7, ...
Connecting to downloads.slimdevices.com (downloads.slimdevices.com)|13.32.66.15|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 47043792 (45M) [text/plain]
Saving to: ‘logitechmediaserver_7.9.1~1522249619_i386.deb’

100%[==============================================================================================================================>] 47,043,792 2.05MB/s in 21s

2018-04-02 13:28:57 (2.11 MB/s) - ‘logitechmediaserver_7.9.1~1522249619_i386.deb’ saved [47043792/47043792]

joggler@openframe:~$ sudo rm -r logitechmediaserver_7.9.1~1522249619_i386.deb
joggler@openframe:~$ cd
joggler@openframe:~$ ls
EnhancedDigitalOutput.tar.gz
joggler@openframe:~$
I have done this today, so the version numbers should be the same.

Then just start afresh.

Remove LMS using the previous posting.
Download and install the latest version of LMS.
Open the LMS web gui and check that all your favourites etc are still working.


Ronnie

Before I used "remove" I used "purge" but found out this was also deleting all my preferences, django on the Slim Devices Forum pointed out to me that "remove" is a more gentle operation and "autoremove" will clean up any bits and pieces left behind.

I have done this a few times now and the first time I had to do

Code: Select all

sudo apt-get -f install
at the end of the install, but since that time it has proceeded without any problems
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

OK, I really should read the whole post before doing anything, but...

This is what I did:

Joggler@openframe:~$ sudo apt-get remove logitechmediaserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
logitechmediaserver
0 upgraded, 0 newly installed, 1 to remove and 146 not upgraded.
After this operation, 300 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 21879 files and directories currently installed.)
Removing logitechmediaserver ...
Stopping Logitech Media Server.
joggler@openframe:~$ sudo dpkg -i logitechmediaserver_7.9.1~1522249619_i386.deb
Selecting previously unselected package logitechmediaserver.
(Reading database ... 17324 files and directories currently installed.)
Unpacking logitechmediaserver (from logitechmediaserver_7.9.1~1522249619_i386.deb) ...
dpkg: dependency problems prevent configuration of logitechmediaserver:
logitechmediaserver depends on libgomp1 (>= 4.2.1); however:
Package libgomp1 is not installed.
dpkg: error processing logitechmediaserver (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
logitechmediaserver
joggler@openframe:~$


Is it possible/OK to install libgomp1 or was this just a total snafu and I need to start again?

Sorry for being a numpty and thanks for the help
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

OK, I then went to the joggler itself and under advanced removed LMS and then used the rm command to delete the download as you suggested.

Now I need to reinstall the new version. Can you explain how to do this please?
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

OK, so I redownloaded the.deb pkg and re un pkg ed it. However it ran into the same dependency error regarding libgomp1. So it had room to unpack but isn't happy without this additional pkg
Man in a van
Posts: 485
Joined: Sun Aug 25, 2013 2:39 pm
Location: Staffordshire. UK

Re: Back with LMS and still confused!

Post by Man in a van »

jim_lewis1 wrote: Mon Apr 02, 2018 7:42 pm OK, I really should read the whole post before doing anything, but...
Amen to that :roll: ;) :)

Remember that I have twice said,that if the LMS does not install,
Joggler@openframe:~$ sudo apt-get remove logitechmediaserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
logitechmediaserver
0 upgraded, 0 newly installed, 1 to remove and 146 not upgraded.
After this operation, 300 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 21879 files and directories currently installed.)
Removing logitechmediaserver ...
Stopping Logitech Media Server.
joggler@openframe:~$ sudo dpkg -i logitechmediaserver_7.9.1~1522249619_i386.deb
Selecting previously unselected package logitechmediaserver.
(Reading database ... 17324 files and directories currently installed.)
Unpacking logitechmediaserver (from logitechmediaserver_7.9.1~1522249619_i386.deb) ...
dpkg: dependency problems prevent configuration of logitechmediaserver:
logitechmediaserver depends on libgomp1 (>= 4.2.1); however:
Package libgomp1 is not installed.
dpkg: error processing logitechmediaserver (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
logitechmediaserver
joggler@openframe:~$
run

Code: Select all

sudo apt-get -f install
this will/should install the missing dependency.

It's not about being a numpty, we have all been there, it's just knowing the tricks that are required to get to the end result :D

Remember ER, "see one, do one, teach one"

I don't know your current status, but try just logging in to the Joggler and running the above command, if it doesn't work then start again.
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

when I entered that it REMOVED LMS??? Having just downloaded and un pkg ed the .deb file I thought that command would just fix the dependency issue. Instead it removed LMS?

joggler@openframe:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
logitechmediaserver
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 153 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 21129 files and directories currently installed.)
Removing logitechmediaserver ...
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

OK, on the joggler itself the info about LMS is now there. I have the options to update/install/remove LMS. HOwever, when I try to access via the server ip:9000 there's nothing found, so I can't tell whether it's installed or not.
If I select install on the joggler will I end up with 7.8 again?
Jeez, i'd forgotten how tedious all this is. Chromecast I wish you'd work!
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

ok, on joggler I selected install/update LMS. However, still no joy when going to the IP:9000 page.

I've no idea where I'm at in the install sequence. From having a working 7.8 set up I now have no working LMS server.

Shit
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

ok, i get no joy with the

sudo apt-get -f install

it just removes LMS
Man in a van
Posts: 485
Joined: Sun Aug 25, 2013 2:39 pm
Location: Staffordshire. UK

Re: Back with LMS and still confused!

Post by Man in a van »

Jim

I have just spent ten minutes typing a reply and lost it before posting.

So I'll be brief, especially as you find it all tedious.

Just start again.

If you are asked a question in the command line [Y/n] use the correct case in your answer.

If you don't want to be asked a question [Y/n] just insert [-y] without the brackets into the initial text, for example

Code: Select all

sudo dpkg -i -y logitechmediaserver...........
or

Code: Select all

sudo apt-get -f install -y
And please remember that this help is given in good faith, all I am doing is detailing what I have done myself, and learned from the same mistakes that are happening to you.

Good luck

Ronnie
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

Sorry, I do appreciate you taking time to help, it's the impenetrability of knowing why these actions fail and why the solutions don't work that is frustrating.

I have repeated the dpkg instruction, with the same outcome. Fails due to dependency. The further instruction removes LMS even when I enter 'Y'.

I attempted dpkg using -y and -Y switch, both returned that this was not a recognised option for the command.

When you say start again, how far back in the process should I go and how do I 'reset' the joggler as such to give greatest chance of success?

Obviously LMS is removed after the last command, so dpkg the .deb file should reinstate it, but do I seem to need to go further back than this, but I don't know what that would involve.

Thank you again for your time.

Jim
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

OK I gave up with the joggler that had run LMS previously. Ran through the instrucitons and whilst it threw some errors, it was eventually able to install and is now running LMS. I even got Spotty up and going, on that machine.

However, now the weirdness begins.

I have named my Jogglers with numbers and names eg, 1 Lounge, 2 Bedroom, 3 Lounge.

Despite having a Joggler in the Kitchen when I go that machine it is called '3 Lounge' trying to choose another player I am presented with the choice of '3 Lounge' TWICE?!?
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

sorry, I mean I installed LMS to a different Joggler than it had been on previously
Man in a van
Posts: 485
Joined: Sun Aug 25, 2013 2:39 pm
Location: Staffordshire. UK

Re: Back with LMS and still confused!

Post by Man in a van »

I can't help regarding the Joggler name problem, it might be a networking glitch. When I have had the same name twice it is mostly the Old library getting listed along with the new library.

Just choosing one and trying to play something normally sorts the problem.

With regard to the Joggler that wont install LMS, which version of Squeezeplay are you running?

I did ask but you never told me.

I use v 3.03 Openframe 1 Internal memory.

I also don't know why certain actions fail, but I have long ago resigned myself to just keep trying different lines of code to skin the cat.

When you say start again, how far back in the process should I go and how do I 'reset' the joggler as such to give greatest chance of success?

Obviously LMS is removed after the last command, so dpkg the .deb file should reinstate it, but do I seem to need to go further back than this, but I don't know what that would involve.
OK, I don't have an Openframe 1 here with me but I do have an Openframe 2 (OS version Openframe 2 Internal Memory). Apart from looks the only other difference is that the latter has a 2gb memory so it has plenty of room to install a new version over the previous old version. But for this exercise I'll treat it like an OpenFrame1.

If I ssh in and run [df -h} I can find how much space I have
joggler@openframe:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 1.9G 1000M 803M 56% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 245M 4.0K 245M 1% /dev
none 192M 32K 192M 1% /tmp
tmpfs 50M 632K 49M 2% /run
none 5.0M 0 5.0M 0% /run/lock
none 248M 0 248M 0% /run/shm
none 100M 0 100M 0% /run/user
none 256M 52M 205M 21% /var/cache/apt
none 256M 129M 128M 51% /var/lib/apt/lists
none 16M 1.1M 15M 7% /var/log
/dev/mmcblk0p1 31M 11M 20M 37% /boot
192.168.1.104:Squeezebox 1.8T 33G 1.8T 2% /srv/media
joggler@openframe:~$
So I then have run all the instructions from post # 16 (I had to count from the 1st) but have added [-y] to some of the lines.

Here is copy for you to read. I have highlighted the relevant lines. The only incorrect use of [-y] is for the [dpkg -i] instruction (sorry about that, it was an incorrect idea on my part).
But even with the wrong instruction the reinstall completes.
login as: joggler
joggler@192.168.1.109's password:
Last login: Thu Mar 29 16:11:25 2018
joggler@openframe:~$ sudo apt-get -y remove logitechmediaserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libgomp1
Use 'apt-get autoremove' to remove it.
The following packages will be REMOVED:
logitechmediaserver
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 153 MB disk space will be freed.
(Reading database ... 40683 files and directories currently installed.)
Removing logitechmediaserver (7.9.1~1522249619) ...
Stopping Logitech Media Server.
joggler@openframe:~$ sudo apt-get autoremove -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libgomp1
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 98.3 kB disk space will be freed.
(Reading database ... 36877 files and directories currently installed.)
Removing libgomp1:i386 (4.8.4-2ubuntu1~14.04.4) ...
Processing triggers for libc-bin (2.19-0ubuntu6.5) ...
joggler@openframe:~$ sudo sed -i.bak 's/ubuntu.datahop.net/archive.ubuntu.com/g' /etc/apt/sources.list
joggler@openframe:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:2 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]
Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Get:4 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:5 http://archive.ubuntu.com trusty-updates/main Sources [415 kB]
Get:6 http://archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]
Get:7 http://archive.ubuntu.com trusty-updates/universe Sources [199 kB]
Get:8 http://archive.ubuntu.com trusty-updates/multiverse Sources [7,368 B]
Get:9 http://archive.ubuntu.com trusty-updates/main i386 Packages [1,006 kB]
Get:10 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [17.1 kB]
Get:11 http://archive.ubuntu.com trusty-updates/universe i386 Packages [444 kB]
Get:12 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [15.0 kB]
Get:13 http://archive.ubuntu.com trusty-updates/main Translation-en [525 kB]
Get:14 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]
Get:15 http://archive.ubuntu.com trusty-updates/restricted Translation-en [4,024 B]
Get:16 http://archive.ubuntu.com trusty-updates/universe Translation-en [243 kB]
Get:17 http://archive.ubuntu.com trusty-backports/main Sources [9,709 B]
Get:18 http://archive.ubuntu.com trusty-backports/restricted Sources [28 B]
Get:19 http://archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]
Get:20 http://archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]
Get:21 http://archive.ubuntu.com trusty-backports/main i386 Packages [13.3 kB]
Get:22 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
Get:23 http://archive.ubuntu.com trusty-backports/universe i386 Packages [43.2 kB]
Get:24 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,551 B]
Get:25 http://archive.ubuntu.com trusty-backports/main Translation-en [7,503 B]
Get:26 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]
Get:27 http://archive.ubuntu.com trusty-backports/restricted Translation-en [28 B]
Get:28 http://archive.ubuntu.com trusty-backports/universe Translation-en [36.8 kB]
Get:29 http://archive.ubuntu.com trusty-security/main Sources [153 kB]
Get:30 http://archive.ubuntu.com trusty-security/restricted Sources [4,931 B]
Get:31 http://archive.ubuntu.com trusty-security/universe Sources [70.9 kB]
Get:32 http://archive.ubuntu.com trusty-security/multiverse Sources [3,185 B]
Get:33 http://archive.ubuntu.com trusty-security/main i386 Packages [671 kB]
Get:34 http://archive.ubuntu.com trusty-security/restricted i386 Packages [13.9 kB]
Get:35 http://archive.ubuntu.com trusty-security/universe i386 Packages [216 kB]
Get:36 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [4,951 B]
Get:37 http://archive.ubuntu.com trusty-security/main Translation-en [391 kB]
Get:38 http://archive.ubuntu.com trusty-security/multiverse Translation-en [2,564 B]
Get:39 http://archive.ubuntu.com trusty-security/restricted Translation-en [3,546 B]
Get:40 http://archive.ubuntu.com trusty-security/universe Translation-en [123 kB]
Get:41 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:42 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
Get:43 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
Get:44 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
Get:45 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:46 http://archive.ubuntu.com trusty/main i386 Packages [1,348 kB]
Get:47 http://archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:48 http://archive.ubuntu.com trusty/universe i386 Packages [5,866 kB]
Get:49 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:50 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:51 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:52 http://archive.ubuntu.com trusty/restricted Translation-en [3,457 B]
Get:53 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
Fetched 24.9 MB in 1min 49s (228 kB/s)
Reading package lists... Done
joggler@openframe:~$ sudo apt-get install libio-socket-ssl-perl -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
libio-socket-ssl-perl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 202 not upgraded.
joggler@openframe:~$ sudo apt-get install lame -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
lame is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 202 not upgraded.
joggler@openframe:~$ wget http://downloads.slimdevices.com/nightl ... 9_i386.deb
--2018-04-03 18:04:41-- http://downloads.slimdevices.com/nightl ... 9_i386.deb
Resolving downloads.slimdevices.com (downloads.slimdevices.com)... 13.32.66.85, 13.32.66.15, 13.32.66.158, ...
Connecting to downloads.slimdevices.com (downloads.slimdevices.com)|13.32.66.85|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 47043792 (45M) [text/plain]
Saving to: ‘logitechmediaserver_7.9.1~1522249619_i386.deb’

100%[===================================================================================================================================================>] 47,043,792 8.19MB/s in 5.5s

2018-04-03 18:04:47 (8.18 MB/s) - ‘logitechmediaserver_7.9.1~1522249619_i386.deb’ saved [47043792/47043792]

joggler@openframe:~$ sudo dpkg -i logitechmediaserver_7.9.1~1522249619_i386.deb -y
Selecting previously unselected package logitechmediaserver.
(Reading database ... 36874 files and directories currently installed.)
Preparing to unpack logitechmediaserver_7.9.1~1522249619_i386.deb ...
Unpacking logitechmediaserver (7.9.1~1522249619) ...
dpkg: error processing archive -y (--install):
cannot access archive: No such file or directory
dpkg: dependency problems prevent configuration of logitechmediaserver:
logitechmediaserver depends on libgomp1 (>= 4.2.1); however:
Package libgomp1:i386 is not installed.

dpkg: error processing package logitechmediaserver (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
-y
logitechmediaserver
joggler@openframe:~$ sudo apt-get -f install -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libgomp1
The following NEW packages will be installed:
libgomp1
0 upgraded, 1 newly installed, 0 to remove and 202 not upgraded.
1 not fully installed or removed.
Need to get 25.0 kB of archives.
After this operation, 98.3 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 i386 4.8.4-2ubuntu1~14.04.4 [25.0 kB]
Fetched 25.0 kB in 0s (250 kB/s)
Selecting previously unselected package libgomp1:i386.
(Reading database ... 40680 files and directories currently installed.)
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_i386.deb ...
Unpacking libgomp1:i386 (4.8.4-2ubuntu1~14.04.4) ...
Setting up libgomp1:i386 (4.8.4-2ubuntu1~14.04.4) ...
Setting up logitechmediaserver (7.9.1~1522249619) ...
changed ownership of ‘/var/lib/squeezeboxserver/Plugins’ from root:root to squeezeboxserver:nogroup
Making sure that Logitech Media Server is not running first: start-stop-daemon: warning: failed to kill 681: No such process
No process in pidfile '/var/run/logitechmediaserver.pid' found running; none killed.
Starting Logitech Media Server.
Processing triggers for libc-bin (2.19-0ubuntu6.5) ...

So I don't understand why you are having a repeated problem, if you have enough space (you don't now get the error reply) then it should work.

Ronnie.

I don't have a lot of time for the rest of today and I'm busy tomorrow for most of the day. I'll check back when I can.

Ronnie
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

under settings/advanced/about it says 7.7.2 r9710 is this the SqPOS version number or do I find it some other way?

Also, something I've not previously noticed called 'don't stop the music' has appeared as an option. What does this do?

Thanks

As I now have a working Joggler running LMS i'm much less concerned about resolving the failed install on the other one.

(and wouldn't you know that the Chromecasts have seemingly also decided to return to normal working, although having the Jogglers back is a nice fallback/additional source of info for sleeve art and next playing etc.)
castalla
Posts: 860
Joined: Wed May 29, 2013 10:33 am

Re: Back with LMS and still confused!

Post by castalla »

Just jumping in here - that 7.7.2 is the version of squeezeplay used to give the menu layout and audioplayer features. The latest sqPOS is 3.03, I believe.

DSTM plugin adds a feature to continue playing similar music after your playlist finishes - don't use it myself.

I'm sure MinVan will expand and correct if necessary.

Any reason why you are installing on internal memory rather than use the usb setup?
jim_lewis1
Posts: 179
Joined: Wed Mar 26, 2014 4:44 pm

Re: Back with LMS and still confused!

Post by jim_lewis1 »

Internal installation just for the convenience/neatness really. (They're not pretty with a USB stick out of the side)

Despite the concern re space and reliability of the internal memory chips the Jogglers have generally not caused issues due to corruption.

I mean, they have occasionally in the last 10 (? is it that long?) years. But once set up and running they have been pretty solid for the most part.

As you say, I presume my SqPOS is 3.03 given the last update was 2015.
User avatar
roobarb!
Posts: 1746
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: Back with LMS and still confused!

Post by roobarb! »

jim_lewis1 wrote: Thu Apr 05, 2018 8:35 pmInternal installation just for the convenience/neatness really. (They're not pretty with a USB stick out of the side)
I use a SanDisk Cruzer Fit on one of my Jogglers. Very inconspicuous - and you can get even smaller ones that take microSD cards. :)
BirdsLikeWires - Get fresh builds of Debian Bullseye and Bookworm for OpenFrame with the latest 5.10 and 6.1 kernels! 8-)
User avatar
hawsey
Posts: 2069
Joined: Sun May 22, 2011 11:23 pm
Location: Northumberland

Re: Back with LMS and still confused!

Post by hawsey »

Second that Roobarb , I've got two Jogglers with bust internal that I use tiny usb sticks for , you can hardly see the black ones at all .
Also if you have ethernet available they can be installed in place of the wireless card internally as well .

Sent from my Moto G (4) using Tapatalk

Happy Joggling
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: Back with LMS and still confused!

Post by pete »

You can start by trying:
sudo dpkg --remove squeezeboxserver
sudo apt-get remove --purge squeezeboxserver
sudo apt-get autoremove

Then look here for may be left over files:

http://wiki.slimdevices.com/index.php/L ... u_.3E12.04

and use WinSCP via a windows box to remove these files.
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
Post Reply