You are not logged in.
Hello,
I've just installed the package opendias built from the AUR. But I'm facing 2 problems:
1) I cannot start the service using systemctl. The binary starts fine by running it directly.
2) I also have issues finding the scanner that works properly using SANE.
My user was added to the opendias group. Any idea on how to solve this? Thank you in advance.
[paulo@SonyVaio ~]$ systemctl status opendias.service -l
● opendias.service - OpenDIAS (Document Imaging Archive System)
Loaded: loaded (/usr/lib/systemd/system/opendias.service; enabled)
Active: failed (Result: start-limit) since Sáb 2014-05-10 23:24:05 WEST; 1min 32s ago
Process: 3005 ExecStart=/usr/bin/opendias (code=exited, status=1/FAILURE)
Mai 10 23:24:05 SonyVaio systemd[1]: Failed to start OpenDIAS (Document Imaging Archive System).
Mai 10 23:24:05 SonyVaio systemd[1]: Unit opendias.service entered failed state.
Mai 10 23:24:05 SonyVaio systemd[1]: opendias.service holdoff time over, scheduling restart.
Mai 10 23:24:05 SonyVaio systemd[1]: Stopping OpenDIAS (Document Imaging Archive System)...
Mai 10 23:24:05 SonyVaio systemd[1]: Starting OpenDIAS (Document Imaging Archive System)...
Mai 10 23:24:05 SonyVaio systemd[1]: opendias.service start request repeated too quickly, refusing to start.
Mai 10 23:24:05 SonyVaio systemd[1]: Failed to start OpenDIAS (Document Imaging Archive System).
Mai 10 23:24:05 SonyVaio systemd[1]: Unit opendias.service entered failed state.
[paulo@SonyVaio ~]$ whereis opendias
opendias: /usr/bin/opendias /usr/lib/opendias /etc/opendias /usr/etc/opendias /usr/share/opendiasLast edited by BullGates (2014-05-11 00:11:19)
Offline
Update: service start solved. the database and the log files were set as root, after fixing it to the user opendias it works fine.
Regarding 2) when I use scanimage -L, the output is:
[paulo@SonyVaio ~]$ scanimage -L
device `epkowa:net:192.168.1.67:1865' is a Epson Stylus NX330/SX430W/TX430W/ME OFFICE 570W Series flatbed scannerbut if I issue a command sane-find-scanner it doesn't seem to find the scanner. Seems like a problem from opendias
Offline
Problem 2) also solved. Seems like a limitation on the closed source driver I am using. Using the SANE on works fine.
[paulo@SonyVaio ~]$ scanimage -L
device `epkowa:net:192.168.1.67:1865' is a Epson Stylus NX330/SX430W/TX430W/ME OFFICE 570W Series flatbed scanner
device `epson2:net:192.168.1.67' is a Epson PID 0880 flatbed scannerOffline