[SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-01-24 Thread mrMuppet
I finally get a build of LMS via ports to work (you have to disable the tests in the LMS options), but i still have problems with the server. Even when the installation process is much easier than 'before ' (http://forums.slimdevices.com/showthread.php?104122-How-to-Installing-LMS-7-9-nightly-in-a

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
Ok. I reset the radio, and was able to overtake it from mysqueezebox to my local server. But now it is in a kind of meta stadium: I can send songs to it from my servers ui and they are played on the radio, but the radio itself doesn't recognize it: when I go to "my music" it shows me I should down

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
Roland0 wrote: > This most likely means that the platform detection has an issue, and/or > that there are no defaults for this platform. Check which platform LMS > thinks it's running on (see Slim/Utils/OSDetect.pm and > Slim/Utils/OS/*.pm) Thanks for your advice. Now I've looked in these files

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
Roland0 wrote: > Compare the Slim/Utils/OS/ directories of both versions. Any > differences? > There is a "Custom.pm" in the iocage but not in the warden one. Without the file, LMS doesn't start Error: "mkdir /usr/local/share/logitechmediaserver/Logs: Permission denied at /usr/local/share/logit

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
i found out that the both starting scripts (don't know the right term) are very diffrent: 'warden' (https://pastebin.com/5rzjH6V2) 'iocage with ports' (https://pastebin.com/hFv3Cem1) don't know if it has something to do with it... --

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
Roland0 wrote: > change Custom.pm line 42 from > > Code: > > } elsif ($dir eq 'strings' || $dir eq 'revision') { > > > to > > Code: > > } elsif ($dir =~ /^(?:strings|revision|repositories)$/) { > > Th

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
I remember that i had problems with autodiscovery with my logitech (!) Harmony system in connection with this iocage thing. Maybe 'this' (https://github.com/Pmant/ioBroker.harmony/issues/20) has something to do with it? mrM

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-01 Thread mrMuppet
New Errors appear: Code: [18-02-01 21:44:11.1042] Slim::Utils::Misc::msg (1250) Warning: [21:44:11.1040] Use of uninitialized value $name in hash element at /usr/local/share/logitechmediaserver/CPAN/arch/5.24/amd64-freebsd-thread-multi/Template/Context.pm line 100.

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-02 Thread mrMuppet
Roland0 wrote: > > > The autodiscovery iocage issue does seem relevant. > > So if you do not use autodiscovery, can any of your devices connect > without mysqueezebox? > You should install squeezelite somewhere and use it for testing, if you > enable logging, you will get a lot more informatio

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-03 Thread mrMuppet
Roland0 wrote: > Settings>Advanced>Networking>Remote Libraries > Thats working! I just didn't know (feels like i have checked those menus 1000 times...) I can connect to the iocage server with the ip! Roland0 wrote: > > This shows that manually specifying the server works - what about auto >

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-02-03 Thread mrMuppet
epoch1970 wrote: > igb0 is a bridge member. > Why does it have an IP address when bridge0 has none? > > I would remove the IP address from ibg0 and give it bridge0. Thants interresting. I'm not so deep in network settings and i can't find any bridge or so in the freenas setup. Perhaps i have to

Re: [SlimDevices: SqueezeCenter] Problems with LMS on Freenas 11.1 U1 (FreeBSD11.1/iocage)

2018-03-01 Thread mrMuppet
If i create the jail with vnet iocage create -n "jailname" -r 11.1-RELEASE ip4_addr="vnet0|192.168.1.100/24" defaultrouter="192.168.1.1" vnet="on" allow_raw_sockets="1" boot="on" autodetect does work! mrMuppet's Profile: ht