Posts

How to Disable users in Bugzilla

Image
Users in Bugzilla cannot be deleted Bugzilla users cannot ( and shouldn't ) be deleted. This is a Bugzilla feature to avoid database corruption. However,   users can be disabled   so they don't show up on the drop-down menus (assign/cc, etc) to avoid confusion. Disable them in Bugzilla: Login to Bugzilla > Administration > click Users > Search for user ('real name' and typing lastname) > Click on user email ('Edit user...' column) > Type something on the 'Disable Text' box > Update After this they shouldn't show in the drop-down menus.

Cannot install NodeJs: /usr/bin/env: node: No such file or directory

​Solution:  Doing a symlink solves the issue:   ln -s /usr/bin/nodejs /usr/bin/node   ​

Error in OBIS1 after restart and repository is empty

Image
Error in OBIS1 after restart and repository is empty Detect a problem I needed to restart OBIEE server. I restarted it by  commands -  sh /oracle/product/fmw1221/user_projects/domains/bi/bitools/bin/stop.sh sh /oracle/product/fmw1221/user_projects/domains/bi/bitools/bin/start.sh After that one of OBIEE process didn't work. Name            Type            Machine                   Status         ----            ----            -------                   ------         AdminServer     Server          lnxru0240vg701            RUNNING         bi_server1      Server          lnxru0240vg701            RUNNING         obips1          OBIPS           lnxru0240vg701            RUNNING         obijh1          OBIJH           lnxru0240vg701            RUNNING         obiccs1         OBICCS          lnxru0240vg701            RUNNING         obisch1         OBISCH          lnxru0240vg701            RUNNING         obis1           OBIS            lnxru0240vg701            SHUTDOWN lu...

ERROR: "libpmi18n.so => not found; libpmdec.so => not found; libpmasrt.so => not found; libpmcuti.so => not found; libpmser.so => not found; libpmuti.so => not found; libpmodl.so => not found; libpmlicense.so => not found"

Image
Error: [root@ip-172-31-26-136 ~]# ldd /opt/Informatica/9.5.1/server/bin/libpmora8.so         linux-vdso.so.1 =>  (0x00007ffd2d1c8000)         libdl.so.2 => /lib64/libdl.so.2 (0x00007fabb469c000)         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fabb447f000)         libclntsh.so.10.1 => /u01/app/oracle/product/ 12.1.0.2/db_1/lib/libclntsh.so.10.1 (0x00007fabb14c0000)         libpmi18n.so => not found         libpmdec.so => not found         libpmasrt.so => not found         libpmcuti.so => not found         libpmser.so => not found         libpmuti.so => not found         libpmodl.so => not found         libpmlicense.so => not found         libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fabb11b5000)         libm.so.6 => /lib64/libm.so.6 (0x00007fabb0eb3000)         libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fabb0c9c000)         libc.so.6 => /lib64/libc.so.6 (0x00007fabb08d9000)         /lib64/ld-linux-x86-64.so.2 (0x00005615b4...

Enable AWS EC2 RHEL Optional/Supp Repo

Get the Repo ID: [root@ip-172-31-28-250 ~]# yum repolist all Loaded plugins: amazon-id, rhui-lb, search-disabled-repos repo id                                                     repo name                                       status rhui-REGION-client-config-server-7/x86_64                   Red Hat Update Infrastructure 2.0 Client Config enabled:      1 rhui-REGION-rhel-server-debug-extras/7Server/x86_64         Red Hat Enterprise Linux Server 7 Extra Debug ( disabled rhui-REGION-rhel-server-debug-optional/7Server/x86_64       Red Hat Enterprise Linux Server 7 Optional Debu disabled rhui-REGION-rhel-server-debug-rh-common/7Server/x86_64      Red Hat Enterprise Linux Server 7 RH Common Deb disabled rhui-REGION-rhel-server-debug-rhscl/7Server/x86_64          Red Hat Enterprise Linux Server 7 RHSCL Debug ( disabled rhui-REGION-rhel-server-debug-supplementary/7Server/x86_64  Red Hat Enterprise Linux Server 7 Supplementary disabled rhui-REGION-rhel-server-extras/7Server/x86_64            ...

Docker Engine fails to restart - Base Device UUID and Filesystem verification failed

Error:- graphdriver] prior storage driver "devicemapper" failed: devmapper: Base Device UUID and Filesystem verification failed.devicemapper: Error running deviceCreate (ActivateDevice) dm_task_run failed Solution:- ** # rm -rf /var/lib/docker ** # reboot