Search found 5 matches

by daru
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: SHARED LIBRARY ARCH LINUX
Replies: 7
Views: 11264

Re: SHARED LIBRARY ARCH LINUX

spandex wrote:SOLVED

Everything was installed...

Just needed


export LD_LIBRARY_PATH=/usr/local/lib
Yeah. Works for me too. But not after reboot. Howto make this permanent?
by daru
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: SHARED LIBRARY ARCH LINUX
Replies: 7
Views: 11264

Re: SHARED LIBRARY ARCH LINUX

micke.prag wrote:Add the path in /etc/ld.so.conf and run

Code: Select all

sudo ldconfig
Thanks. Found that and other ways to do it but was unsure what the preferred way was.
by daru
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: How to autostart telldusd daemon Arch Linux ARM?
Replies: 4
Views: 9727

How to autostart telldusd daemon Arch Linux ARM?

Have not figured this out yet. Tried to add it to daemons array in rc.conf but after reboot it aint running?
by daru
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: How to autostart telldusd daemon Arch Linux ARM?
Replies: 4
Views: 9727

Re: How to autostart telldusd daemon Arch Linux ARM?

Oh, OK. Starts up and all with code below. But get the: Turning on device 2, Outdoor - TellStick not found And /var/log/messages.log says: Jul 3 19:37:58 darupi telldusd: telldusd daemon starting up Jul 3 19:38:23 darupi telldusd: Trying to execute action, but no controller found. Rescanning USB por...
by daru
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: How to autostart telldusd daemon Arch Linux ARM?
Replies: 4
Views: 9727

Re: How to autostart telldusd daemon Arch Linux ARM?

Yepp! Changed the group in tellstick udev rules from plugdev to users and now it works when starting up the daemon. Thanks for the support.