Migration from debian -> ubuntu
-
I'm currently migrating everything from debian to the same VM using Ubuntu, 'cause z-way handle Ubuntu better than debian!
So here some question about openLuup
1- Having some error on the console about GetNetworkState.sh (can't find file)
2- Is there a reason why openLuup can't handle lua5.3 instead of 5.1 ? -
oh oh... pluto-lzo is a custom vera file compression tool. You will have to either recompile yourself or make sure you have decompressed everything so you never need it again. (That''s what i did)
And yeah luajit is much much faster... I posted in a thread here somewhere.
-
I'm currently migrating everything from debian to the same VM using Ubuntu, 'cause z-way handle Ubuntu better than debian!
So here some question about openLuup
1- Having some error on the console about GetNetworkState.sh (can't find file)
2- Is there a reason why openLuup can't handle lua5.3 instead of 5.1 ?@dest said in Migration from debian -> ubuntu:
1- Having some error on the console about GetNetworkState.sh (can't find file)
The Sonos plugin will attempt to use this script (and
pluto-lzo
) if it fails to detect openLuup. Now, I've never seen it fail to detect openLuup when running on openLuup, but the 5.3 Lua may explain that. -
I'm currently migrating everything from debian to the same VM using Ubuntu, 'cause z-way handle Ubuntu better than debian!
So here some question about openLuup
1- Having some error on the console about GetNetworkState.sh (can't find file)
2- Is there a reason why openLuup can't handle lua5.3 instead of 5.1 ?@dest said in Migration from debian -> ubuntu:
So here some question about openLuup
1- Having some error on the console about GetNetworkState.sh (can't find file)see p.29 of the openLuup User Guide: "code for /usr/bin/GetNetworkState.sh"
2- Is there a reason why openLuup can't handle lua5.3 instead of 5.1 ?
The global function environment is handled totally differently. 5.1 was chosen for compatibility with Vera, but that doesn't matter so much now. It would be a code change, but it could be done. But why? What's the problem with 5.1?
-
@dest said in Migration from debian -> ubuntu:
So here some question about openLuup
1- Having some error on the console about GetNetworkState.sh (can't find file)see p.29 of the openLuup User Guide: "code for /usr/bin/GetNetworkState.sh"
2- Is there a reason why openLuup can't handle lua5.3 instead of 5.1 ?
The global function environment is handled totally differently. 5.1 was chosen for compatibility with Vera, but that doesn't matter so much now. It would be a code change, but it could be done. But why? What's the problem with 5.1?