Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - brononius

Pages: [1] 2 3 ... 7
1
Users / SIP account hacked?
« on: March 18, 2016, 04:45:59 am »
Hey,

This morning, i've recieved a mail from my sip provider with a bill of about 300 euro's.
Seems that my server is making a lot of calls towards sierra leone. Of course, i don't know anybody over there (I'm from Belgium).

When I check my call records in linuxmce, I see a lot of calls of about 12 seconds.

Any idea how I can solve this?
For the moment, I've just killed the whole server. :$

2
Installation issues / apt-get issues
« on: January 19, 2016, 07:44:53 am »
Hey,

When I try to do some apt-get upgrades, I've got several fails.
Is this easy to repair or... ?
I've already done an 'apt-get autoremove', but the errors remain.

Quote
dcerouter_1044981:/# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  linux-generic-lts-utopic linux-headers-generic-lts-utopic
  linux-image-generic-lts-utopic lmce-asterisk lmce-cec-adaptor lmce-core
  lmce-md-meta mythtv-common mythtv-frontend mythweb openjdk-7-jre
  openjdk-7-jre-headless pluto-avwizard pluto-boot-scripts
  pluto-confirm-dependencies pluto-xine-player
The following packages will be upgraded:
  lmce-media-identifier
1 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
4 not fully installed or removed.
Need to get 0 B/375 kB of archives.
After this operation, 352 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
WARNING: The following packages cannot be authenticated!
  lmce-media-identifier
Authentication warning overridden.
(Reading database ... 179317 files and directories currently installed.)
Preparing to unpack .../lmce-media-identifier_2.0.0.47.16010531792_i386.deb ...
Unpacking lmce-media-identifier (2.0.0.47.16010531792) over (2.0.0.47.15121131752) ...
dpkg: error processing archive /var/cache/apt/archives/lmce-media-identifier_2.0.0.47.16010531792_i386.deb (--unpack):
 trying to overwrite '/usr/pluto/bin/External_Media_Identifier', which is also in package id-my-disc 1.8.ub1004
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/lmce-media-identifier_2.0.0.47

3
Users / Filter the KNX Motion detection?
« on: January 18, 2016, 08:35:36 am »
Hey,

I've got several motion detector around my house to activate some outside lights. But for the moment, they're triggered a lot by moving trees/plants... Fe i've got 35 times last night that a light went on (and off). Luckily i'm using all 'leds', but nevertheless. I would like to limit this a bit on an intelligent way (=by linuxmce i would like to say?).

I was thinking for example to use an kind of event that needs 2x times a input trigger before it activate the light. But can't find the proper formula for this.

Any tips or examples for it?

4
Users / EIB segmentation fault
« on: December 14, 2015, 01:11:00 pm »
Hey,

Just did some apt-get upgrades, rebooted my server, and my EIB won't start anymore.  :-[
I'm getting a segmentation fault.

Code: [Select]
dcerouter_1044981:/# /usr/bin/eibd -D -T -R -S -i -u --daemon=/var/log/eibd.log ipt:192.168.111.21
   Segmentation fault (core dumped)

Any idea what i'm doing wrong, or what can be done to troubleshoot this?



ps the IP is correct, my core is 192.168.111.1.

5
Users / Weather is using a lot of CPU?
« on: July 01, 2015, 08:43:50 am »
Hey,

Is it normal that the script 'Weather' is using all available cpu resources?
When I check with htop, I can see it's using about 40% of my cpu...
This should be the command that is running:

   
Code: [Select]
/usr/pluto/bin/Weather -d 227 -r localhost -l /var/log/pluto/227_Weather.log

6
Users / Events are missing the 'OR'-function?
« on: June 17, 2015, 11:40:21 am »
Not sure if it's me, or if there's a special reason, but i'm missing a bit a 'or' function in the events.
I just have 'AND' or 'NOT'.

It would be nice if i could say for example:
Code: [Select]
If button1 OR button2 is pushed, THEN...Today, I need to create 2 events for this.

Is this corerct? Or are there workarounds for this?

7
Installation issues / [SOLVED] SIP Phones with 14.04
« on: June 11, 2015, 10:29:58 am »
Hey,

After upgrading to LinuxMCE 1404, i've noticed that my cisco phones (sip) aren't registrating anymore.
The extension number on my phones has a little cross

This solved the issue for me:

Code: ( /etc/asterisk/modules.conf ) [Select]
autoload=no
should be
Code: ( /etc/asterisk/modules.conf ) [Select]
autoload=yes

And restart asterik...
Code: [Select]
/etc/init.d/asterisk restart

See http://forum.linuxmce.org/index.php?topic=14086.msg101767#msg101767 for a better solution...

8
Installation issues / Delayed events not working
« on: June 05, 2015, 08:41:53 am »
Hey,

For several lights, I built in an event that delayed some minutes, and power off the lights. (fe cellar, attick, outside lights triggered by sonar...).
But with version 14.04 / 12.04, it seems that the delay isn't working anymore? I inserted the exact same command as in 8.10, but my lights keep on.
Any idea how/where I could solve this?

9
Installation issues / 14.04 Firewall / Port forwarding
« on: June 04, 2015, 03:04:10 pm »
Is it possible that there's an issue with the port forwarding in the firewall part?
When I add a rule to forward port 10100 towards 192.168.111.100:80 , it's not being added.

It doesn't show up in my iptables either...


Code: [Select]
dcerouter_1044981:~# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
MASQUERADE  all  --  192.168.111.0/24    !192.168.111.0/24 

10
Installation issues / eibd/knx in 14.04
« on: April 27, 2015, 08:03:14 pm »
Not sure if I can mention issues with the latest linuxMCE 14.04 here.  :-[
Can you point me else to the correct place?


I was trying to link my eibd/knx installation, and if I follow the wiki for EBI.
The default interface (template 2195) with lights (template 37) should work out of the box from 10.04 or higher.
But it isn't. :$
The lights aren't responding.

I installed the bcusdk package with apt-get, added the route and started eibd.
And I can control my lights through CLI.
But still not through the GUI.

I then just copy the file /usr/pluto/bin/EIB from the old server to the new server, and restarted LinuxMCE.
And the GUI also works.


Let me know if I can test/do anything else...


11
Installation issues / LinuxMCE 14.04 on ESXi?
« on: April 24, 2015, 08:42:03 am »
Hey,

Finally came to a point that I can give 14.04 a test run.
I want to do this on ESXi since most of my home machines run on there, and it's a great way to split the resources/risks/...

But when i try to install the "LMCE­ 1404­ 20150326121­930361.iso", it starts to install linux, and it gets stuck on the desktop. Everything has been copied and so, but i'm getting the kubuntu destktop, without any icons or so.
Any hints?


ps Is there any way to install it as an 'application' instead of full system?

12
Users / Android Orbiter 16:9 fails to show the bottom menu
« on: March 11, 2015, 11:08:28 am »
Hey,

Not sure what went wrong during my last restore. But seems that I can't get my android orbiter properly configured.

When I generate the orbiter with 4:3, it's working great. Except that the screen of my mobile isn't filled completely.
But when I generate it with 16:9, i'm missing my bottom menu (where you can select the rooms, users...), I just have the first icon.  And when I click on a 'scenario', the screen goes black. Nothing else.

Any idea how I could solve this?

13
Installation issues / No incoming phone calls?
« on: January 08, 2015, 02:19:41 pm »
Hey,

After a reinstallation of 1004, my incoming calls aren't working anymore.
I can call outside, I can call internally, but when you try to dial in, i'm directly forwarded to the voicemail.

When I check my phone devices, all phones are in there, but they're not registred? Not sure if that's normal?

Any clue what I can check?

I did an import of my old databases (pluto & asterisk).
I needed also to rename the files /usr/pluto/bin/configure_cisco79xx.pl since they crash my installation completely. My sql-database went crazy, and in my processes, a lot of these scripts were running.

14
Installation issues / Installing 12.04
« on: December 13, 2014, 05:59:18 pm »
Hey,

I'm trying to install the 12.04 with the 'oh crap the dvd did not work for me' way.
      http://wiki.linuxmce.org/index.php/Installing_1204

But once i've downloaded the script, i encounter issues to download the soft:

Quote
root@corius:~# ./mce-install.sh
za dec 13 17:56:46 CET 2014 - Logging initiatilized to /var/log/LinuxMCE_Setup.log
za dec 13 17:56:46 CET 2014 - Performing an update and an upgrade to all components
Pakketlijsten worden ingelezen...
Boom van vereisten wordt opgebouwd...
De status informatie wordt gelezen...
0 pakketten opgewaardeerd, 0 pakketten nieuw geïnstalleerd, 0 te verwijderen en 0 niet opgewaardeerd.
za dec 13 17:56:57 CET 2014 - Synchronizing time with an online server
13 Dec 17:57:03 ntpdate[8790]: adjust time server 91.189.94.4 offset 0.060955 sec
za dec 13 17:57:03 CET 2014 - APT preference on number of retries already set 
za dec 13 17:57:03 CET 2014 - APT preference on number of retries set
za dec 13 17:57:03 CET 2014 - Installing necessary prep packages
Pakketlijsten worden ingelezen...
Boom van vereisten wordt opgebouwd...
De status informatie wordt gelezen...
debconf-utils is reeds de nieuwste versie.
dpkg-dev is reeds de nieuwste versie.
makedev is reeds de nieuwste versie.
0 pakketten opgewaardeerd, 0 pakketten nieuw geïnstalleerd, 0 te verwijderen en 0 niet opgewaardeerd.
za dec 13 17:57:03 CET 2014 - Creating necessary package files
dpkg-scanpackages: info: Wrote 0 entries to output Packages file.
za dec 13 17:57:04 CET 2014 - Configuring sources.list for MCE install
sed: expressie #1, teken 8: onbekende opdracht: 'u'
za dec 13 17:57:04 CET 2014 - Repository file:/usr/pluto/deb-cache/ubuntu-utopic-i386 ./ already active, moved to top
OK
W: Ophalen van http://deb.linuxmce.org/ubuntu/dists/utopic/main/binary-i386/Packages is mislukt  404  Not Found

E: Sommige indexbestanden konden niet worden opgehaald. Deze zijn genegeerd, of oude versies zijn gebruikt.
An error (Exit code 100) occured during the last action
apt-get update


Any clue?

15
Installation issues / Qorbiter creates a lot of Generic Proxy Orbiter?
« on: September 22, 2014, 05:58:09 pm »
Finally found the time to get my phones (android) back up with LinuxMCE.

When I add an qorbiter following http://wiki.linuxmce.org/index.php/Android_Orbiter, my linuxMCE goes nuts (I think). In no time, I've got about 20 'Generic Proxy Orbiters'. Not sure why he does that, or if it's normal. And when I try to connect with my phone, I keeps on saying 'please wait'.

I've got also the feeling that when I do a regen or full regen on the server, it's done in about 1 sec. So I don't think that it's doing a lot.


In the logs, i've got:


Quote from: more /var/log/pluto/668_LaunchProxy_Orbiter.sh.log
== ATTEMPT FRESH START ==
1   09/22/14 17:52:19   /usr/pluto/bin/Spawn_Device.sh 668 (spawning-device)   7678 Dev: 668; Already Running list: 15,16,18,19,29,30,180,385,398,400,402,404,587,606,607,608,611,612,659,660,66
1,662,663,664,665,666,667,
== FRESH START ==
1   09/22/14 17:52:19   /usr/pluto/bin/Spawn_Device.sh 668 (spawning-device)   device: 668 ip: localhost cmd_line: LaunchProxy_Orbiter.sh
0   09/22/14 17:52:19   668 (spawning-device)   Entering 668
========== NEW LOG SECTION ==========
1   09/22/14 17:52:19   668 (spawning-device)   Starting... 1
1   09/22/14 17:52:19   668 (spawning-device)   Found /usr/pluto/bin/LaunchProxy_Orbiter.sh
05   09/22/14 17:52:19.934      Connection for client socket reported NEED RELOAD IP=::ffff:127.0.0.1, device 668 last error 2 <0xb77d6740>
05   09/22/14 17:52:19.938      void ClientSocket::Disconnect() on this socket: 0x98c9d88 (m_Socket: 6) <0xb77d6740>
Return code: 2
2   09/22/14 17:52:19   668 (spawning-device)   Device requests restart... count=1/50 dev=668
Mon Sep 22 17:52:19 CEST 2014 Restart
========== NEW LOG SECTION ==========
1   09/22/14 17:52:27   668 (spawning-device)   Starting... 1
1   09/22/14 17:52:27   668 (spawning-device)   Found /usr/pluto/bin/LaunchProxy_Orbiter.sh
05   09/22/14 17:52:28.056      Connection for client socket reported NEED RELOAD IP=::ffff:127.0.0.1, device 668 last error 2 <0xb76e0740>
05   09/22/14 17:52:28.060      void ClientSocket::Disconnect() on this socket: 0x866ad88 (m_Socket: 6) <0xb76e0740>
Return code: 2
2   09/22/14 17:52:28   668 (spawning-device)   Device requests restart... count=1/50 dev=668
Mon Sep 22 17:52:28 CEST 2014 Restart
.........



And help is much appreciated!

Pages: [1] 2 3 ... 7