telldus-core 2.1.2 coredump on debian

Moderator: Telldus

Post Reply
fillemanjong
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am

telldus-core 2.1.2 coredump on debian

Post by fillemanjong »

Hi,

I recently bought a tellstick DUO. I installed telldus-core UNSTABLE on debian. Unfortunately I get a coredump when telldusd starts.
I'm running on a OpenRd client which has Marvell Kirkwood CPU. (Same as Sheevaplug)

Core was generated by `/usr/sbin/telldusd'.
Program terminated with signal 11, Segmentation fault.
#0 0xffe153a8 in ?? ()
(gdb) bt
#0 0xffe153a8 in ?? ()
#1 0x000152ee in _start ()

I downloaded the source from GIT and compiled, then it works, at least there is no core dump.
But the GIT repo does not support debian.

I tried to apt-get the source, but failed.

root@server1:~# sudo apt-get --compile source telldus-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Skipping already downloaded file 'telldus-core_2.1.2-1.dsc'
Skipping already downloaded file 'telldus-core_2.1.2.orig.tar.gz'
Need to get 7,025 B of source archives.
Err http://download.telldus.com/debian/ unstable/main telldus-core 2.1.2-1 (diff)
404 Not Found
Failed to fetch http://download.telldus.com/debian/pool ... ian.tar.gz 404 Not Found
E: Failed to fetch some archives.

Why is there no telldus-core_2.1.2-1.debian.tar.gz ?

BR
Anders
patrikg
Posts: 122
Joined: Fri Mar 17, 2023 9:45 am
Location: Stockholm/Sweden

Re: telldus-core 2.1.2 coredump on debian

Post by patrikg »

I have tried this before on a GuruPlug and it's worked ok.
Then telldus maked compiled versions i use them now.

Code: Select all

root@GuruPlug:~# uname -a
Linux GuruPlug 2.6.32-5-kirkwood #1 Tue Sep 24 15:11:05 UTC 2013 armv5tel GNU/Linux

root@GuruPlug:~# tdtool --v
tdtool 2.1.1

Copyright (C) 2011 Telldus Technologies AB

Written by Micke Prag <micke.prag@telldus.se>
root@GuruPlug:~# 
To make your own
http://developer.telldus.com/wiki/TellS ... tionSource

To take there complied versions.

Code: Select all

nano /etc/apt/sources.list
# Telldus Tellstick
deb http://download.telldus.com/debian/ stable main
wget -q http://download.telldus.se/debian/telldus-public.key -O- | apt-key add -
apt-get update
apt-get -y install telldus-core
Jack02
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am

Re: telldus-core 2.1.2 coredump on debian

Post by Jack02 »

I have googled and searched the forum a couple of days now without finding an answer. How can I enable live-support on my TelldusCenter on my Raspberry Pi?
Post Reply