more G-Labs products

Author Topic: TESTING RELEASE  (Read 196272 times)

November 23, 2015, 07:54:45 PM
Reply #690

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
I followed the 3 steps to update mono and got an error.  I'll try again and post the error in case someone with more Linux experience can help.

November 25, 2015, 04:08:45 AM
Reply #691

kevin1

  • *****
  • Information
  • Hero Member
  • Posts: 330
r503 feedback...
after backup, uninstall, install 503, restore...

-restore seems to work much better/faster, clearly finishes
-HG seems to load more reliably (I was seeing >75% fails and had to open another browser tab)
-still no x10 for me
-temperature unit setting ignored on various systems (chrome iPad at the moment)
-widgets still not refreshing on some remote systems

« Last Edit: November 25, 2015, 01:27:36 PM by kevin1 »

November 25, 2015, 03:24:30 PM
Reply #692

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Hi Gene,

R503 installed, Got always issue with accent on html Browser with HG installed on RasPI.
At the first if we correct the accent letter in the module parameter, the widget  is OK. But when calling refresh the two ?? appear again in place of every accent  letter.

Cheers
Dani

November 25, 2015, 04:02:32 PM
Reply #693

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi dani you've to set correct locale on your raspberry (eg, fr_FR.UTF-8).



g.

November 25, 2015, 05:02:43 PM
Reply #694

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Hi Gene,

That is doing long time ago, you mean with raspi-config.
I'am sure it is correct because when I connect to it by ssh, at the exit it told me in french Déconnexion.

November 25, 2015, 05:14:11 PM
Reply #695

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi dani,

then I don't know how to fix it...it is working in ubuntu though. just tried on pi and got the issue so perhaps it is a mono-arm related issue.
This is my /etc/default/locale file in ubuntu:
Code: [Select]
LANG="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LANGUAGE="it:en_US:en"

didn't try this on pi yet (because it would require a reboot and don't wanna do it now).

g.
« Last Edit: November 25, 2015, 05:18:46 PM by Gene »

November 25, 2015, 05:30:01 PM
Reply #696

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Thank's Gene, I will Check on RasPI

November 25, 2015, 05:32:33 PM
Reply #697

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hey dani,

just checked the above settings and after a reboot it worked on pi too!
I had to rename the module again because it was saved with "? ? ? ?".

Cheers,
g.

November 25, 2015, 05:43:32 PM
Reply #698

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
About the last line of the file you know the utility of the translation if -> en
LANGUAGE="it:en_US:en"

November 25, 2015, 05:53:58 PM
Reply #699

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Sorry Gene after modify that file with my locale value, I got same issue.
At first it seems to work. Until the next complete refresh of the UI. Then all accent letter are replace  by "??"

November 25, 2015, 06:26:40 PM
Reply #700

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Well, that's what I did to get it working and it works refreshing too.

On the terminal check if settings are right using the locale command:

Code: [Select]
$ locale
LANG=it_IT.UTF-8
LANGUAGE=it:en_US:en
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC=it_IT.UTF-8
LC_TIME=it_IT.UTF-8
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY=it_IT.UTF-8
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER=it_IT.UTF-8
LC_NAME=it_IT.UTF-8
LC_ADDRESS=it_IT.UTF-8
LC_TELEPHONE=it_IT.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=it_IT.UTF-8
LC_ALL=

consider also that HG runs as "root" user, so ensure that settings are also applied to the root profile.

g.

November 25, 2015, 06:52:41 PM
Reply #701

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Here my result of locale as root user.

November 25, 2015, 07:49:00 PM
Reply #702

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
hey dani,

please check startup.sh file, ensure it does NOT have the LC_ALL variable set.
Also, what mono version are you running?

Code: [Select]
$ mono --version
Mono JIT compiler version 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:45:14 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. [url=http://www.mono-project.com]www.mono-project.com[/url]
TLS:           __thread
SIGSEGV:       normal
Notifications: epoll
Architecture:  armel,vfp+hard
Disabled:      none
Misc:          softdebug
LLVM:          supported, not enabled.
GC:            sgen

November 25, 2015, 07:53:08 PM
Reply #703

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
One more thing. Did you change the name of the modules again? Because otherwise you will get "? ? ?" from previous update. Module name must be updated again.

g.

November 26, 2015, 09:06:35 AM
Reply #704

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Yes of course I modify the text every time but same aI say, it's appear ok in every groups until I make a complete refresh. In the modules.xml file the letter is saved with 2 "?" .

On my PC Debian Mono is in :
Code: [Select]
daniel@PCDM-2007:~$ mono --version
Mono JIT compiler version 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. [url=http://www.mono-project.com]www.mono-project.com[/url]
TLS:           __thread
SIGSEGV:       altstack
Notifications: epoll
Architecture:  amd64
Disabled:      none
Misc:          softdebug
LLVM:          supported, not enabled.
GC:            sgen
daniel@PCDM-2007:~$

But on my RasPI under Wheezy :
Code: [Select]
pi@HG-LAna ~ $ mono --version
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4+rpi1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. [url=http://www.mono-project.com]www.mono-project.com[/url]
TLS:           __thread
SIGSEGV:       normal
Notifications: epoll
Architecture:  armel,vfp+hard
Disabled:      none
Misc:          softdebug
LLVM:          supported, not enabled.
GC:            sgen
pi@HG-LAna ~ $

What I can do for update RasPI with mono 4.0.4. Pass it on Jessie or change sources.lst ?

Cheers
Dani

« Last Edit: November 26, 2015, 09:08:08 AM by dani »