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 root to switch to that user (or "passwd username" to change the
password)
- no need to check out again, use

Code:

chown -R username logitechmediaserver

 as root and move the logitechmediaserver folder to the user's home dir

- if you don't want to mess around with git, your "wget
https://aur.archlinux.org/cgit/aur.git/snapshot/logitechmediaserver.tar.gz;
will work as well



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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



There might be an existing non user you can use on the system already,
it will probably have a password if you don't know what it is or there
are no other users then you need to add one. 
If you have to add a user it can be done like this (adding a using
called wiz)
Code:

useradd -m wiz
  passwd wiz



When you login with putty you can prepend the IP address with your
username eg wiz@192.168.1.66

The above might not be enough, you might need to be in certain groups
and possibly be in sudoers too.

Off to work will check in again this evening



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 to check out for the night, falling asleep. Search users and
groups on the wiki.



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 13)
Unpacking objects: 100% (61/61), done.
Checking connectivity... done.
[root@wandboard ~]# cd logitechmediaserver
[root@wandboard logitechmediaserver]# makepkg -si
==> ERROR: Running makepkg as root is not allowed as it can cause
permanent,
catastrophic damage to your system.
[root@wandboard logitechmediaserver]#



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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  6) file
7) findutils  8) flex  9) gawk  10) gcc  11) gettext  12) grep  13)
groff
14) gzip  15) libtool  16) m4  17) make  18) pacman  19) patch  20)
pkgconf  21) sed  22) sudo  23) systemd  24) texinfo  25) util-linux
26) which

Enter a selection (default=all):
resolving dependencies...
looking for conflicting packages...

Packages (39) archlinuxarm-keyring-20140119-1  audit-2.8.4-2  gc-7.6.8-1
gcc-libs-8.2.0-2  glibc-2.28-4  guile-2.2.4-1  libatomic_ops-7.6.6-1
libcroco-0.6.12+4+g9ad7287-1  libelf-0.174-1 
libidn2-2.0.5-1  libmpc-1.1.0-1  linux-api-headers-4.17.11-1 
pcre2-10.32-1
autoconf-2.69-5  automake-1.16.1-1  binutils-2.31.1-3 
bison-3.2-1  fakeroot-1.23-1  file-5.35-1  findutils-4.6.0-4.1 
flex-2.6.4-2
gawk-4.2.1-1  gcc-8.2.0-2  gettext-0.19.8.1-3  grep-3.1-2 
groff-1.22.3-8  gzip-1.9-2  libtool-2.4.6+42+gb88cebd5-1  m4-1.4.18-2
make-4.2.1-3  pacman-5.1.1-1  patch-2.7.6-4 
pkgconf-1.5.4-1  sed-4.5-1  sudo-1.8.25.p1-1  systemd-239.300-1 
texinfo-6.5-2
util-linux-2.33-2  which-2.21-3

Total Download Size: 0.43 MiB
Total Installed Size:  375.62 MiB
Net Upgrade Size:  247.50 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages ...
file-5.35-1-armv7h   216.2
KiB   655K/s 00:00
[] 100%
error: failed retrieving file 'patch-2.7.6-4-armv7h.pkg.tar.xz' from
mirror.archlinuxarm.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed retrieving file
'libcroco-0.6.12+4+g9ad7287-1-armv7h.pkg.tar.xz' from
mirror.archlinuxarm.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
[root@wandboard ~]#



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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




milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 you need to do this from the command line.

So do I wget
https://aur.archlinux.org/cgit/aur.git/snapshot/logitechmediaserver.tar.gz

And then just 'makepkg'? Or do I need to do something else ie point at
where the package downloads or say what package to make?

I really appreciate all the help, I’m learning slowly!

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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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'
(https://aur.archlinux.org/packages/logitechmediaserver/). I'd try this
approach ("Installing via the AUR") first.



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 Playlist | Music Information Screen |
TrackStat
*Remote:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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-- 
http://downloads-origin.slimdevices.com/nightly/7.9/sc/cf2920cf3d108ed1e5dd3e5cb3bd5a18b28c8d39/logitechmediaserver_7.9.2~1541869104_arm.deb
Resolving downloads-origin.slimdevices.com
(downloads-origin.slimdevices.com)... 54.208.89.159
Connecting to downloads-origin.slimdevices.com
(downloads-origin.slimdevices.com)|54.208.89.159|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 43415846 (41M) [text/plain]
Saving to: 'logitechmediaserver_7.9.2~1541869104_arm.deb'

logitechmediaserver_7.9.2~1541869104_
100%[=>]
41.40M   645KB/s   in 58s

2018-11-14 20:44:28 (734 KB/s) -
'logitechmediaserver_7.9.2~1541869104_arm.deb' saved
[43415846/43415846]

[root@wandboard ~]# sudo service logitechmediaserver stop
sudo: service: command not found
[root@wandboard ~]#



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 | SQL Playlist | Music Information Screen |
TrackStat
*Remote:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 has already written.

However, given you have a back up there is perhaps no harm in trying out
*'dpkg' (https://aur.archlinux.org/packages/dpkg/)* to install the .deb
directly. 

I'm not 100% sure dpkg is installed by default but looking at it's man
pages should both confirm and provide insight to what it does

Code:

man dpkg


And then...

Code:

wget 
http://downloads-origin.slimdevices.com/nightly/7.9/sc/cf2920cf3d108ed1e5dd3e5cb3bd5a18b28c8d39/logitechmediaserver_7.9.2~1541869104_arm.deb
  sudo service logitechmediaserver stop 
  sudo service logitechmediaserver status # just to check, should be inactive
  sudo dpkg -i logitechmediaserver_7.9.2~1541869104_arm.deb
  sudo service logitechmediaserver status # just to check, should be active
  



No guarantees this won't blow up you system, burn down your house and
steel your car.



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 repositories? [Y/n] y
removing unused sync repositories...
[root@wandboard ~]# sudo pacman -S perl perl-digest-sha1
perl-io-socket-ssl perl-net-ssleay perl-uri perl-xml-parser
warning: perl-io-socket-ssl-2.060-1 is up to date -- reinstalling
warning: perl-net-ssleay-1.85-2 is up to date -- reinstalling
warning: perl-uri-1.74-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: logitechmediaserver-7.9-cpan: requires perl<5.21
:: logitechmediaserver-7.9-lms: requires perl<5.21



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 and
Bedroom)
*Server:* 7.8 for Wandboard Dual
*Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen |
TrackStat
*Remote:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 errors related
to wifi and what looks like a camera, I don't think its a major worry
unless it starts coming up a lot. I'm guessing you don't actually have a
camera conected and your wifi is generally behaving?

The section [-Nov 12 09:58:18-19 wandboard nmbd[378]/smbd[381]:-] relate
to 'Samba' (https://wiki.archlinux.org/index.php/samba) which allows
Linux and Windows to talk over a network. Again if you are not noticing
any major problems with whatever file sharing you are doing I would not
worry too much. Most of this section is trucated to it's difficult to
tell without seeing the missing bits.

The last entry [-Nov 12 09:58:21 wandboard kernel]-] Is trucated but I
belive it reads -"imx-ipuv3 imx-ipuv3.0: WARNING: adapt panel end blank
lines"- not sure but I think this relates to a problem with HDMI. 

Part 3: It says you have a conflict with ca-certificates-cacert. Digging
around it looks like this might be a bug in Arch (not sure). 

Part 4: Installing perl-io-socket-ssl looks like it went fine.
Unfortunately it has not helped :(  I notice there is another version of
this package in the -testing- repository. It might be worth trying that
one.

Sorry I've not really helped.



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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), 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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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? [Y/n] Y
:: Retrieving packages ...
perl-net-ssleay-1.8...   198.4 KiB  1527K/s 00:00
[##] 100%
perl-uri-1.74-2-any   78.4 KiB   560K/s 00:00
[##] 100%
perl-io-socket-ssl-...   136.1 KiB   619K/s 00:00
[##] 100%
(3/3) checking keys in keyring
[##] 100%
(3/3) checking package integrity  
[##] 100%
(3/3) loading package files   
[##] 100%
(3/3) checking for file conflicts 
[##] 100%
(3/3) checking available disk space   
[##] 100%
(1/3) installing perl-net-ssleay  
[##] 100%
(2/3) installing perl-uri 
[##] 100%
(3/3) installing perl-io-socket-ssl   
[##] 100%
[root@wandboard ~]#



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 | Music Information Screen |
TrackStat
*Remote:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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
[##] 100%
extra  2.2 MiB  1721K/s 00:01
[##] 100%
community  4.9 MiB  4.14M/s 00:01
[##] 100%
alarm112.1 KiB   386K/s 00:00
[##] 100%
aur5.2 KiB   174K/s 00:00
[##] 100%
soa-repo   2.1 KiB  0.00B/s 00:00
[##] 100%
:: Starting full system upgrade...
:: Replace ca-certificates-cacert with core/ca-certificates? [Y/n] Y
:: Replace damageproto with extra/xorgproto? [Y/n] Y
:: Replace fixesproto with extra/xorgproto? [Y/n] Y
:: Replace fuse with extra/fuse2? [Y/n] Y
:: Replace inputproto with extra/xorgproto? [Y/n] Y
:: Replace kbproto with extra/xorgproto? [Y/n] Y
:: Replace libdbus with core/dbus? [Y/n] Y
:: Replace libx264 with extra/x264? [Y/n] Y
:: Replace linux-wandboard with core/linux-armv7? [Y/n] Y
:: Replace mesa-libgl with extra/mesa? [Y/n] Y
:: Replace recordproto with extra/xorgproto? [Y/n] Y
:: Replace renderproto with extra/xorgproto? [Y/n] Y
:: Replace xextproto with extra/xorgproto? [Y/n] Y
:: Replace xf86vidmodeproto with extra/xorgproto? [Y/n] Y
:: Replace xproto with extra/xorgproto? [Y/n] Y
resolving dependencies...
:: There are 5 providers available for libgl:
:: Repository extra
1) libglvnd
:: Repository alarm
2) imx-gpu-viv-dfb  3) imx-gpu-viv-fb  4) imx-gpu-viv-wl  5)
imx-gpu-viv-x11

Enter a number (default=1): 1
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: ca-certificates and ca-certificates-cacert are in conflict
(ca-certificates-cacert<=20140824-4)
[root@wandboard ~]#



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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
proc-sys-fs-binfmt_misc.automount  static
dev-hugepages.mountstatic
dev-mqueue.mount   static
proc-fs-nfsd.mount static
proc-sys-fs-binfmt_misc.mount  static
sys-fs-fuse-connections.mount  static
sys-kernel-config.mountstatic
sys-kernel-debug.mount static
tmp.mount  static
var-lib-nfs-rpc_pipefs.mount   static
systemd-ask-password-console.path  static
systemd-ask-password-wall.path static
session-c1.scope   static
session-c2.scope   static
auth-rpcgss-module.service static
autovt@.servicedisabled
avahi-daemon.service   disabled
avahi-dnsconfd.service disabled
blk-availability.service   disabled
brcm43xx-firmware.service  disabled
brcm43xx.service   disabled
console-getty.service  disabled



*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 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 checks before this.

Namely a quick look to see if any services have failed.

Code:

$ systemctl --failed

 

And a quick peek at the logs to look for glaring errors.

Code:

journalctl -p 3 -xb



If you see anything funny with the last two commands post it here before
continuing.

It also suggests backing up but if you have not actually done much to
the system then I would personally take the risk and just update. 

Code:

sudo pacman -Syu



Keep a look out for any alerts during the above and again post here if
it is not obvious what to do.
If you have not done this before it might take a while and it will be
worth rebooting afterwards.

Install the required package

Code:

sudo pacman -S perl-io-socket-ssl



Try to install Spotty again. It might thow up another missing
dependency.



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 | SQL Playlist | Music Information Screen |
TrackStat
*Remote:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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
Perl, but I don’t know the right nomenclature and also how to find the
right package.

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:* iPhone5/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 since you posted and have you
got anywhere since?



milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix