LinuxMCE Forums
June 19, 2013, 04:07:58 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 ... 3 4 [5] 6 7 ... 10
61  LinuxMCE / Users / Re: LinuxMCE community, lets talk. on: November 09, 2012, 07:53:49 pm
Hey...

there is still a lot of things to learn and explore for me ... and i'm still a LinuxMCE trainee i guess ;-)
I like the way it works and the features it offers. To me, the install process has never been as easy as today .... great job!

What it does for me:
- LiveTV
- play audio & video
- watch pictures
- door camera (EasyN IP Camera)
- Airprint
- Airplay
- recording TV shows
- Radio

What i want to have or improve:
- a stable running system.
- a rock solid GUI for qOrbiter. My Mom should be able to understand and play with it in minutes.... Don't care about George W.
- I want MythTV to work rock solid! For me the most annoying thing. Radomly throwing errors like "irrecoverable recorder error", "Frame buffering something failed" or quit unexpected while switch between channels.
- Improve the lmce-admin. Currently i had no time to dig in deeper how lmce-admin is done, but i guess it needs to be completely rewritten to get a better user experience.   Undecided
- my flatmate to be a more helpful in reporting issues.  Grin
- VPN

I saw so many improvements for me over the past year. I'm really looking forward to the next year(s) ...

cheers,
ochorocho - almost addicted
62  LinuxMCE / Users / Re: qOrbiter Skin - first design on: November 06, 2012, 11:20:49 am
purps, sounds good  .... :-)

I'll try to write a list of needed Buttons and their sizes.
I can offer my current PSD file for download if you want.

What else do you need?

Thanks.

ochorocho
63  LinuxMCE / Users / Re: No VPN Connection on 10.04 on: November 05, 2012, 02:18:59 pm
It is the "Can connect to VPN" setting, yes.

br,
sambuca

thanks.

regards,
ochorocho
64  LinuxMCE / Users / Re: No VPN Connection on 10.04 on: November 05, 2012, 11:17:49 am
Note: Currently you need to re-enable the user and change his username after any change to the Network settings page as the files are rewritten

first, how can i re-enable users?
I did some changes to php.ini (i think, cant remember exactly) and i was able to check "can connect to VPN" and save within webadmin.

Thanks.

ochorocho
65  LinuxMCE / Users / Re: qOrbiter add stylesheet.qss on: November 05, 2012, 01:43:49 am
Is there some other qml issues you are having defining the style?

nope .... not right now. :-)

Thanks
66  LinuxMCE / Developers / Re: qOrbiter Skin Development: Data on: November 04, 2012, 05:53:12 pm
looks good!
Hope to get my first screen done this week :-)
67  LinuxMCE / Users / Re: qOrbiter Loading component Failed on: November 04, 2012, 05:35:33 pm
DOH! ....

READ FIRST BEFORE YOU POST "OCHOROCHO" ...!

Sorry... there is another components/qmldir file!!!!!!

:-)

ochorocho
68  LinuxMCE / Users / Re: qOrbiter add stylesheet.qss on: November 04, 2012, 05:33:57 pm
sounds good! thanks.

ochorocho
69  LinuxMCE / Users / Re: qOrbiter Loading component Failed on: November 04, 2012, 05:31:09 pm
ok ... future skinning stuff in Dev.


Tried to add the file to qmldir

W/Qt      (22285): http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_1.qml:37:9: Clockdate is not a type
W/Qt      (22285): http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_1.qml:37:9: Clockdate is not a type
W/Qt      (22285): http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_1.qml:37:9: Clockdate is not a type


Paths i tried to set in qmldir:
Clockdate Clockdate.qml
Clockdate /components/Clockdate.qml
Clockdate /components/Clockdate.qml
Clockdate ./components/Clockdate.qml

i guess a path issues because of loading skin from core??

Thanks.

ochorocho
70  LinuxMCE / Users / qOrbiter add stylesheet.qss on: November 04, 2012, 05:09:32 pm
Hey,

i read about adding a stylesheet to Qt Apps.
http://www.qtcentre.org/threads/12454-how-to-apply-stylesheet-defined-in-qss-file-to-qt-application

This would be really useful/handy for me when it comes to orientation change, and little adjustments depending on the device.

How can i load a stylesheet into qOrbiter?

Thanks

ochorocho
71  LinuxMCE / Users / qOrbiter Loading component Failed on: November 04, 2012, 05:04:46 pm
I'm editing the *.qml files using Qt Creator on Mac via Samba.
My Tablet is a Acer Iconia A210. Skins are located on the Core (is given by qOrbiter, i guess).

i tried to add a file under compontents/*
Therefore "Clock.qml" to "Clockdate.qml"in components/

Added this code to Screen_1qml
Code:
        Clockdate{
            id:screen1date
            anchors.right: parent.right
            anchors.rightMargin: scaleX(40)
            anchors.verticalCenter: headerbg.verticalCenter
        }

while Loading qOrbiter, a "./adb logcat" debug information from the device gives me:
Code:
D/Qt      ( 4504): finishing load
D/Qt      ( 4504): screenScreen_1.qml loaded.
D/Qt      ( 4504): Starting timecode...
D/Qt      ( 4504): opening connection to  "192.168.80.1:12000"
W/Qt      ( 4504): http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_1.qml:47:9: Clockdate is not a type
D/Qt      ( 4504): Starting timecode...
D/Qt      ( 4504): Time code running, moving on.
D/Qt      ( 4504): "Starting screen switch"
D/Qt      ( 4504): "About to call screenchange()"
D/Qt      ( 4504): "Done call to screenchange()"
D/Qt      ( 4504): "20:44:43::DCERouter Responded to Register with OK"
D/Qt      ( 4504): loading page from network
D/Qt      ( 4504): finishing load
D/Qt      ( 4504): screenScreen_205.qml loaded.
D/Qt      ( 4504): Starting timecode...
D/Qt      ( 4504): Time code running, moving on.
D/Qt      ( 4504): Screen Changed:http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_205.qml
D/Qt      ( 4504): setFullScreen true
D/Qt      ( 4504): setFullScreen true
D/NetdConnector(  186): RCV <- {601 limit alert globalAlert wlan0}
D/NetdConnector(  186): SND -> {bandwidth setglobalalert 2097152} {null}
D/NetdConnector(  186): RCV <- {200 Bandwidth command succeeeded}
D/NetdConnector(  186): RSP <- {200 Bandwidth command succeeeded}
D/Qt      ( 4504): "Starting screen switch"
D/Qt      ( 4504): "About to call screenchange()"
D/Qt      ( 4504): "Done call to screenchange()"
W/Qt      ( 4504): http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_1.qml:47:9: Clockdate is not a type
D/Qt      ( 4504): Command to change to:Screen_1.qml failed!
D/Qt      ( 4504): Screen Changed:http://192.168.80.1/lmce-admin/skins/android/tablet/default/screens/Screen_x.qml
V/Sensors (  186): void cb_onMotion(uint16_t)
W/ActivityManager(  186): Activity destroy timeout for ActivityRecord{410cfea0 org.linuxmce.qorbiter/org.kde.necessitas.origo.QtActivity}


How can i add a qml to the components folder and load it?

Thanks for your help.

ochorocho
72  LinuxMCE / Users / Re: No VPN Connection on 10.04 on: November 02, 2012, 07:35:09 pm
Hey...
tried to setup everything as showed in the ticket http://svn.linuxmce.org/trac.cgi/ticket/1598

cant connect with my macbook, iphone.

i cant find a fix for this:
Code:
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [RFC 3947] method set to=115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike] meth=114, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-08] meth=113, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-07] meth=112, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-06] meth=111, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-05] meth=110, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-04] meth=109, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02_n] meth=106, but already using method 115
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: ignoring Vendor ID payload [FRAGMENTATION 80000000]
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: received Vendor ID payload [Dead Peer Detection]
Nov  2 18:53:15 dcerouter pluto[29818]: packet from 192.168.80.131:500: initial Main Mode message received on XX.XXX.XXX.XXX:500 but no connection has been authorized with policy=PSK

Thanks.

ochorocho

EDIT:
output of /var/log/auth.log while restarting ipsec:
Code:
Nov  2 20:38:31 dcerouter pluto[30482]: Using Linux 2.6 IPsec interface code on 2.6.32-42-generic (experimental code)
Nov  2 20:38:31 dcerouter pluto[30484]: using /dev/urandom as source of random entropy
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_register_enc(): Activating aes_ccm_8: Ok (ret=0)
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_register_enc(): Activating aes_ccm_12: FAILED (ret=-17)
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_register_enc(): Activating aes_ccm_16: FAILED (ret=-17)
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_register_enc(): Activating aes_gcm_8: FAILED (ret=-17)
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_register_enc(): Activating aes_gcm_12: FAILED (ret=-17)
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
Nov  2 20:38:31 dcerouter pluto[30482]: ike_alg_register_enc(): Activating aes_gcm_16: FAILED (ret=-17)
Nov  2 20:38:31 dcerouter pluto[30482]: added connection description "L2TP-PSK-NAT"
Nov  2 20:38:31 dcerouter pluto[30482]: added connection description "L2TP-PSK-noNAT"
Nov  2 20:38:31 dcerouter pluto[30482]: listening for IKE messages
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface ppp0/ppp0 80.143.122.134:500
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface ppp0/ppp0 80.143.122.134:4500
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface eth0/eth0 192.168.80.1:500
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface eth0/eth0 192.168.80.1:4500
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface lo/lo 127.0.0.1:500
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface lo/lo 127.0.0.1:4500
Nov  2 20:38:31 dcerouter pluto[30482]: adding interface lo/lo ::1:500
Nov  2 20:38:31 dcerouter pluto[30482]: loading secrets from "/etc/ipsec.secrets"
Nov  2 20:38:31 dcerouter pluto[30482]: ERROR "/etc/ipsec.secrets" line 11: index "%defaultroute" illegal (non-DNS-name) character in name
73  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: November 02, 2012, 03:26:58 pm
I'll see if i can work something out next week...

i assume you know howto write a plugin. Would you mind you share your knowledge?
I would like to help to write a plugin.

ochorocho
74  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: November 01, 2012, 05:29:24 pm
That's exactly my point. It is just a web page. What do I need a web page as a status overview page. This is information that is useful on the Orbiter imho.

Can you describe a way to make the data available on the whole LMCE system?
My plan would be to focus on getting and storing data. Afterwards, i might think of integrating it.

thanks.
75  LinuxMCE / Feature requests & roadmap / Re: Status / overview page? on: November 01, 2012, 02:57:52 pm
* posde currently fails to see the integration into the Orbiter for this.

Sorry, what means Orbiter integration?
Can you explain or show me a wiki page?

Currently its a shell skript gathering data for graphs, the rest is HTML, PHP, JS ...

thx.
Pages: 1 ... 3 4 [5] 6 7 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!