mkkyah wrote: 
> -Yes, I did start with lms install script, it compiled and installed
> perfectly. My intention was to easily install only LMS on this chroot.
> After not beeing able to start LMS I have run "./soa-install.sh", too. I
> have prepared Arch image with only ssh, no gui or vnc.
> 
> -I tried 192.168.1.237 (ip of U3) no web interface.
> 
> -"systemctl status logitecmediaserver.service" and "systemctl start
> logitecmediaserver.service" both return "Running in chroot, ignoring
> request." message.
> 
> 
> PS:I know that your project is not developed to be installed in Android
> chroot; but if you need it to be tested on full U3 installation, please
> let me know I can  give it a try next week.

Afraid I can't comment on the android chroot - could you try with a full
arch image.  In the case of installing on a normal arch image, once
installed you need to enable the service either manually or via the web
interface:


Code:
--------------------
    
  [root@alarm soa-aur]# systemctl status logitechmediaserver.service
  ● logitechmediaserver.service - Logitech Media Server Daemon
  Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; disabled)
  Active: inactive (dead)
  [root@alarm soa-aur]# systemctl enable logitechmediaserver.service
  ln -s '/usr/lib/systemd/system/logitechmediaserver.service' 
'/etc/systemd/system/multi-user.target.wants/logitechmediaserver.service'
  [root@alarm soa-aur]# systemctl start logitechmediaserver.service
  [root@alarm soa-aur]# systemctl status logitechmediaserver.service
  ● logitechmediaserver.service - Logitech Media Server Daemon
  Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; enabled)
  Active: active (running) since Sat 2014-05-31 05:08:31 MDT; 16s ago
  Main PID: 11726 (slimserver.pl)
  CGroup: /system.slice/logitechmediaserver.service
  └─11726 /usr/bin/perl /opt/logitechmediaserver/slimserver.pl 
--prefsdir /opt/logitechmediaserver/prefs --cachedir /opt/logitechmed...
  
--------------------


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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

Reply via email to