Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-15 Thread Roland0
Some hints: - Listing users ("users" only lists logged in ones): Code: grep -v "nologin\|false\|:[[:digit:]]:" < /etc/passwd|cut -f1 -d: - If you don't know the password, use Code: su - username as

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-15 Thread milk
Hi, Its worth reading the 'Users and groups' (https://wiki.archlinux.org/index.php/users_and_groups) page. You can list existing users with Code: users You can list existing groups with Code: groups

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread milk
Bit awkward. Looks like you can't do this as root, but you have run git clone as root so you might have to change the permissions also. Might be easiest to delete the LMS repository and clone it again as a normal user. It might be you have to add a user account if root is the default. I'm going

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
root@wandboard ~]# git clone https://aur.archlinux.org/logitechmediaserver.git Cloning into 'logitechmediaserver'... remote: Enumerating objects: 61, done. remote: Counting objects: 100% (61/61), done. remote: Compressing objects: 100% (48/48), done. remote: Total 61 (delta 14), reused 58 (delta

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread milk
Try the next step. I don't think you need to actually compile anything with LMS. The errors look like bad URLs, might be just down or possibly out of date. milk's Profile:

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
Try this and it downloaded a load of packages but I forgot to record the output. Just tried again and got the following root@wandboard ~]# pacman -S --needed base-devel :: There are 26 members in group base-devel: :: Repository core 1) autoconf 2) automake 3) binutils 4) bison 5) fakeroot

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread milk
If this works, in future you can update by entering the git repository and pull in any updates Code: cd logitechmediaserver git pull makepkg -si milk's Profile:

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread milk
Maybe Roland0 can confirm but I think you have to... Code: pacman -S --needed base-devel git clone https://aur.archlinux.org/logitechmediaserver.git cd logitechmediaserver makepkg -si

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
Thanks guys, although this is getting complicated (at least for my little brain). I’ve read the maketecheasier post and looked at the AUR page but I am not sure how to get the .deb. Looks like the snapshot is a .tar.gz and in the example it uses Chrome to download but my wandboard is headless so

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread milk
Try what Roland is suggesting. milk's Profile: http://forums.slimdevices.com/member.php?userid=65884 View this thread: http://forums.slimdevices.com/showthread.php?t=109699 ___

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Roland0
Chunkywizard wrote: > I can stop the service from the SoA page. So I guess I just need to > install the new download. I’m guessing I do this with Pacman -S, is that > right? See 'here' (https://www.maketecheasier.com/install-deb-package-in-arch-linux/) A pkgbuild for LMS 'is available'

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
I can stop the service from the SoA page. So I guess I just need to install the new download. I’m guessing I do this with Pacman -S, is that right? CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
Download went ok, but couldn’t stop the service root@wandboard ~]# wget http://downloads-origin.slimdevices.com/nightly/7.9/sc/cf2920cf3d108ed1e5dd3e5cb3bd5a18b28c8d39/logitechmediaserver_7.9.2~1541869104_arm.deb --2018-11-14 20:43:30--

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
Aha, after a bit of search I am meant to use Pacman instead... *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen | TrackStat *Remote:* iPhone5/iPad Air running

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-14 Thread Chunkywizard
root@wandboard ~]# man dpkg No manual entry for dpkg [root@wandboard ~]# dpkg -bash: dpkg: command not found [root@wandboard ~]# Guess it’s not installed... *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-13 Thread milk
Hi CW, The robust correct answer for installing the latest LMS on Arch is to create a 'PKGBUILD' (https://wiki.archlinux.org/index.php/PKGBUILD) script for it or better still to search the 'Arch User Repository' (https://wiki.archlinux.org/index.php/Arch_User_Repository) for a one the community

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread milk
It might be worth upgrading LMS http://downloads-origin.slimdevices.com/nightly/index.php?ver=7.9 I think you want logitechmediaserver_7.9.2~1541869104_arm.deb The changelog shows... Perl 5.24 modules for Linux on ARM and i386 systems have been added.

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread milk
If you feeling adventurous you could try one of the 'other distributions' (https://www.wandboard.org/downloads/). I notice there is a fairly recent version of Ubuntu available which you might find a little more accessible. I would not suggest wiping what you have rather try it in parallel.

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
A reboot fixed the login, here's what your link did root@wandboard ~]# sudo pacman -Scc Cache directory: /var/cache/pacman/pkg/ :: Do you want to remove ALL files from cache? [y/N] y removing all files from cache... Database directory: /var/lib/pacman/ :: Do you want to remove unused

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
Oops, with this tinkering I seem to have broken my access to the wand board via Putty. I was just using the IP address (which is static) and port 22 with root/root, which used to work. It now doesn’t. Any idea what I have done? CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
Good find! I’ll try this tomorrow Cheers for all your help CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen | TrackStat *Remote:* iPhone5/iPad Air running

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread milk
See 'this thread' (https://archlinuxarm.org/forum/viewtopic.php?f=57=7355) milk's Profile: http://forums.slimdevices.com/member.php?userid=65884 View this thread: http://forums.slimdevices.com/showthread.php?t=109699

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread milk
Glad you have backed up :D Part 1: No problems there, -0 loaded units listed-, is a good sign when listing failed units. Part 2: I don't think there is any major concern, it's a little difficult to tell as the output is truncated. The section [-Nov 12 09:58:05-06 wandboard kernel:-] has

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
It all seems to have worked, but after a reboot, I still get the message Spotty requires the Perl module IO::Socket::SSL. You can NOT use Spotty without this module. Please use your operating system's package manager to install it. Any ideas? CW *Squeezebox:* Boom x2 (Kitchen and Office),

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
[root@wandboard ~]# sudo pacman -S perl-io-socket-ssl resolving dependencies... looking for conflicting packages... Packages (3) perl-net-ssleay-1.85-2 perl-uri-1.74-2 perl-io-socket-ssl-2.060-1 Total Download Size: 0.40 MiB Total Installed Size: 1.46 MiB :: Proceed with installation?

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
Just found an update page on the SoA web interface. I pressed update and got the following so I think that might have done the same job *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL Playlist |

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
part 3: (by the way, I took disk images of the 2x SD cards before starting this so should be able to get everything back if it goes pear shaped n [root@wandboard ~]# sudo pacman -Syu :: Synchronising package databases... core 216.6 KiB 637K/s 00:00

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-12 Thread Chunkywizard
Part 1: [root@wandboard ~]# systemctl --failed 0 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'. [root@wandboard ~]# systemctl list-unit-files UNIT FILE STATE

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-11 Thread Chunkywizard
Thanks milk! I’ll have a go tomorrow morning and let you know how I get on Cheers CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen | TrackStat *Remote:*

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-11 Thread milk
Cool, I belive the package you need is 'perl-io-socket-ssl' (https://www.archlinux.org/packages/extra/any/perl-io-socket-ssl/http://) Before installing it's probably a good idea to update your system. 'The wiki' (https://wiki.archlinux.org/index.php/System_maintenance) talks of doing a few

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-11 Thread Chunkywizard
I’ve done some more diggin and I guess I need to install this https://www.archlinux.org/packages/extra/any/perl-io-socket-ssl/ Not sure how to though CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists |

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-11 Thread Chunkywizard
Hi Milk, That’s for coming back to me! I haven’t got any further as I was hoping someone here might be able to help me. The wiki you posted is good but as I don’t really know what I’m doing I am reticent to tinker in case I break my installation. Looking like I should be using pacman to install

Re: [SlimDevices: Unix] Old Squeeze on Arch/Wandboard Server needs updating to run Spotty

2018-11-11 Thread milk
Hi, I'm no Linux guru and it's been a long time since I've used Arch. I'm only answering because no-one else has and really I'm only going to suggest trying what you can readily find on the 'Arch Wiki' (https://wiki.archlinux.org/index.php/Main_page). But, before any of that, it's been a while