Chunkywizard wrote: 
> One question, if I don't want to start from scratch with the new image
> (as I will lose my cache) is sudo yum update equivalent? Or is it better
> to save the cache, reimage and then put the cache back?

You need to re-image. Before you do....


Code:
--------------------
    
  sudo systemctl stop squeezeboxserver
  cd /var/lib
  sudo tar zcvf /home/fedora/squeezeboxserver.tgz squeezeboxserver
  
--------------------


If you scp the squeezeboxserver.tgz archive to your PC, and then after
re-image, and before enable and start squeezeboxserver service, scp
archive back onto the device and put the files back.


Code:
--------------------
    
  sudo tar zxvf squeezeboxserver.tgz -C /var/lib
  sudo systemctl enable squeezeboxserver
  sudo systemctl start squeezeboxserver
  
--------------------


Chunkywizard wrote: 
> When I'm up to date I can test the file systems web page, I have a
> couple of mounts (USB and mmc2) I can test with.
> 

JackOfAll wrote: 
> The final piece of the puzzle, the Web-GUI dealing with the
> mounting/partitioning/formatting/dir layout of USB drives and the
> mounting of remote shares, I still have a couple of bugs to sort out,
> before releasing it.


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

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

Reply via email to