bpa wrote: 
> What is the current LMS Settings/Player/<sbrx>/Audio/Power on Resume ?
Thanks @bpa
'Pause at power off / Resume at power on'

I'm not sure the SB Radios playing when they booted was the surprise -
it was that they connected with the local LMS at all that blew me away
given the flat refusal to connect to the local LMS by wifi over the past
few days.  The SB Boom is also now happy on wifi...

I was hoping to post some meaningful logs but I find that the  logs in
the Radios are not preserved across boots, so anything that might have
show any different now to what went before is gone.

And, most frustratingly, I can't get anything out of LMS because the
container build seems to have been denuded of any useful comms or
diagnostic tools.  (I have a few suggestions for the container build up
my sleeve by now, but that's another story.)


Code:
--------------------
    
  [admin@frontserver ~]$ sudo podman exec -itu root -w /root/ community-lms 
/bin/bash
  [sudo] password for admin: 
  root@7b2a0a9f7337:~# whoami
  root
  root@7b2a0a9f7337:~# pwd
  /root
  root@7b2a0a9f7337:~# cd /var/log
  root@7b2a0a9f7337:/var/log# ls
  apt  btmp  dpkg.log  faillog  lastlog  wtmp
  root@7b2a0a9f7337:/var/log# cat apt
  cat: apt: Is a directory
  root@7b2a0a9f7337:/var/log# ls -lh
  total 352K
  drwxr-xr-x. 1 root root   60 Dec 21 06:22 apt
  -rw-rw----. 1 root utmp    0 Dec 20 00:00 btmp
  -rw-r--r--. 1 root root  31K Dec 21 06:22 dpkg.log
  -rw-r--r--. 1 root root  32K Dec 21 06:22 faillog
  -rw-rw-r--. 1 root utmp 286K Dec 21 06:22 lastlog
  -rw-rw-r--. 1 root utmp    0 Dec 20 00:00 wtmp
  root@7b2a0a9f7337:/var/log# cat lastlog
  root@7b2a0a9f7337:/var/log# less lastlog
  bash: less: command not found
  root@7b2a0a9f7337:/var/log# more lastlog
  ... ... ...
  ...skipping 1 line
  root@7b2a0a9f7337:/var/log# ping google.com
  bash: ping: command not found
  root@7b2a0a9f7337:/var/log# scp -v
  bash: scp: command not found
  root@7b2a0a9f7337:/var/log# 
  exit
  [admin@frontserver ~]$ sudo podman exec -itu root -w /root/ community-lms 
/bin/bash
  [sudo] password for admin: 
  root@7b2a0a9f7337:~# whoami
  root
  root@7b2a0a9f7337:~# ifconfig
  bash: ifconfig: command not found
  root@7b2a0a9f7337:~# ip -a
  bash: ip: command not found
  root@7b2a0a9f7337:~# ssh -v
  bash: ssh: command not found
  root@7b2a0a9f7337:~# apt install inetutils-traceroute
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  E: Unable to locate package inetutils-traceroute
  root@7b2a0a9f7337:~# apt install inetutils-ping
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  E: Unable to locate package inetutils-ping
  root@7b2a0a9f7337:~# apt install inetutils*
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  E: Unable to locate package inetutils*
  E: Couldn't find any package by glob 'inetutils*'
  root@7b2a0a9f7337:~# apt install iputils-ping
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  E: Unable to locate package iputils-ping
  root@7b2a0a9f7337:~#
  
--------------------


All and any suggestions received with thanks.
Morgan.


------------------------------------------------------------------------
pseud's Profile: http://forums.slimdevices.com/member.php?userid=41902
View this thread: http://forums.slimdevices.com/showthread.php?t=115872

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to