data talk:Dcache/195/server
From Dgiref
| trouble: | rpm -ihv dcache-srmclient-1.9.5-3.noarch.rpm error: Failed dependencies: java >= 1.5 is needed by dcache-srmclient-1.9.5-3.noarch But the java version is >=1.5 |
| identification: | Problem with Java dependencies |
| solution: | yum install java-1.6.0-sun-compat |
| trouble: | createuser -U postgres --no-superuser --no-createrole --createdb --pwprompt srmdcache
createuser: could not connect to database postgres: FATAL: Ident authentication failed for user "postgres" |
| identification: | User is not allow connect to the DB |
| solution: | tail /var/lib/pgsql/data/pg_hba.conf # "local" is for Unix domain socket connections only #local all all ident sameuser local all all trust # IPv4 local connections: #host all all 127.0.0.1/32 ident sameuser host all all 127.0.0.1/32 trust # IPv6 local connections: #host all all ::1/128 ident sameuser host all all ::1/128 trust |
| trouble: | /opt/d-cache/libexec/chimera/chimera-nfs-run.sh start /opt/d-cache/libexec/chimera/chimera-nfs-run.sh: line 18: /opt/d-cache/config/dCacheSetup: No such file or directory |
| identification: | |
| solution: |