Search found 6 matches

by espenri
Monday 23 November 2015 14:22
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [Solved] 404 when opening web interface
Replies: 0
Views: 2539

[Solved] 404 when opening web interface

Hi,

I've gotten domoticz up and running on my Ubuntu 12.04 server, but if I try to connect to the web interface I get 404. This happens both on localhost and on remote computer.

I've added the "-verbose 1" flag at startup, and this is what gets written to the log file, as you can see it registers ...
by espenri
Monday 23 November 2015 13:56
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Ubuntu - Clean install gives "Segmentation fault"
Replies: 6
Views: 3378

Re: Ubuntu - Clean install gives "Segmentation fault"

Ok, another update, sorry for the spam.

Removed the static linking to openssl, and compiled once again. And now I'm able to start domoticz. I do have a different issue, but I'l create another thread about it.

I suppose it is not that important to use the SSL, and rather VPN into my network when ...
by espenri
Monday 23 November 2015 12:37
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Ubuntu - Clean install gives "Segmentation fault"
Replies: 6
Views: 3378

Re: Ubuntu - Clean install gives "Segmentation fault"

FYI; tried settings up on Ubuntu 14.04 in virtualbox, no issues, so there is most likely something with the 12.04 version that does not work, I wold presume its either the openssl or the libboost compiling.

No one else has this running on Ubuntu 12.04?

/Espen
by espenri
Sunday 22 November 2015 13:40
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Ubuntu - Clean install gives "Segmentation fault"
Replies: 6
Views: 3378

Re: Ubuntu - Clean install gives "Segmentation fault"

ThinkPad wrote:Have you tried this tutorial: http://domoticz.com/wiki/Linux ? Works fine here with Ubuntu Server
I followed this guide in the wiki:

https://www.domoticz.com/wiki/Install.txt

But as far as i can see they seem to be identical for the linux / compiling parts...
by espenri
Sunday 22 November 2015 13:37
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Ubuntu - Clean install gives "Segmentation fault"
Replies: 6
Views: 3378

Re: Ubuntu - Clean install gives "Segmentation fault"

Please try to compile in debug mode, you can more details for the crash

also try starting domoticz from it's folder

cd domoticz
./domoticz

do you see something ?

Starting domoticz from the folder gives same result, no output in terminal, but seg fault in syslog

Nov 22 13:31:45 filserver ...
by espenri
Friday 20 November 2015 23:24
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Ubuntu - Clean install gives "Segmentation fault"
Replies: 6
Views: 3378

[SOLVED] Ubuntu - Clean install gives "Segmentation fault"

Hi,

I'm running Ubuntu 12.04:

uname -a
Linux filserver 3.2.0-44-generic-pae #69-Ubuntu SMP Thu May 16 18:50:07 UTC 2013 i686 athlon i386 GNU/Linux


I've finally gotten around to install domoticz on my ubuntu filserver. Some notes on what I had to do during installation that deviated from the ...