Hi,

I want to use the LMS Announce plugin which requires a Text2Speak engine
installed. So I moved to the running LMS container via

Code:
--------------------
    docker exec -it --user root lms bash
--------------------


and tried to install espeak via 
Code:
--------------------
    apt-get install espeak
--------------------

but I am getting these errors:

Code:
--------------------
    
  Fetched 4221 kB in 3s (1664 kB/s)
  debconf: delaying package configuration, since apt-utils is not installed
  tar: ./control: Cannot utime: Operation not permitted
  tar: ./md5sums: Cannot utime: Operation not permitted
  [...]
  
--------------------


Sounds like a permission issue, any idea how to resolve it?
Thanks!


------------------------------------------------------------------------
Rothaar's Profile: http://forums.slimdevices.com/member.php?userid=71905
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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

Reply via email to