Ticket #164 (closed defect: worksforme)
igdaemon will not start
| Reported by: | joebauer | Owned by: | jdunn |
|---|---|---|---|
| Priority: | low | Component: | Software |
| Version: | Severity: | blocker | |
| Keywords: | Cc: |
Description
I have installed the latest irdriver, but used the /usr/local prefix. When I try to fire up igdaemon:
joeduo /usr/lib: igdaemon --driver-dir=/usr/local/lib64 -v -v -v -n Nov 19 17:51:43 2009 DEBUG: Parameters: Nov 19 17:51:43 2009 DEBUG: recvTimeout: 1000 Nov 19 17:51:43 2009 DEBUG: sendTimeout: 1000 Nov 19 17:51:43 2009 ERROR: failed to find an loadable driver layer.
strace shows that the library is loaded, however:
open("/usr/local/lib64/iguanaIR.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib64/libiguanaIR.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\25\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=23911, ...}) = 0 close(4) = 0 getdents(3, /* 0 entries */, 32768) = 0 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0 write(2, "Nov 19 17:52:37 2009 ERROR: fail"..., 69Nov 19 17:52:37 2009 ERROR: failed to find an loadable driver layer. ) = 69 exit_group(0) = ?
System is Ubuntu karmic, uname is Linux joeduo 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux
Regards, Johannes
