I found this error mesg on wordpress log.
After check files. it should be fixed like this:
https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-add_filter
Beyond The Data
I found this error mesg on wordpress log.
After check files. it should be fixed like this:
https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-add_filter
Running Solaris Studio on EL7/ JDK8.
1 2 3 4 5 |
$ solstudio Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=64m; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=400m; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /opt/oracle/solarisstudio12.4/lib/solstudio/solstudio/modules/ext/lib/Linux-amd64/libbase.so which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. |
to fix the warning:
1 2 |
# yum install /usr/bin/execstack # execstack -c /opt/oracle/solarisstudio12.4/lib/solstudio/solstudio/modules/ext/lib/Linux-amd64/libbase.so |
It’s a weird issue:
EL7, yum update abort.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[root@t430z suse]# yum install screen Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.vastspace.net * epel: mirror01.idc.hinet.net * extras: mirror.vastspace.net * updates: mirror.vastspace.net Traceback (most recent call last): 55% [=============================- ] 49 kB/s | 2.1 MB 00:00:35 ETA File "/usr/libexec/urlgrabber-ext-down", line 75, in <module> main() File "/usr/libexec/urlgrabber-ext-down", line 61, in main fo = PyCurlFileObject(opts.url, opts.filename, opts) 55% [=============================- ] 42 kB/s | 2.1 MB 00:00:42 ETA File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1258, in __init__ self._do_open() File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1589, in _do_open self._do_grab() File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1723, in _do_grab self._do_perform() File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1517, in _do_perform raise KeyboardInterrupt KeyboardInterrupt |
checked, it should be :
Bug 1099101 – 7.0 RC Regression: urlgrabber terminates yum upon connection interruption thinking it’s been aborted
Bug 1091740 – yum stack-traces and interrups
Waiting for a fix on: python-urlgrabber-3.10-5.el7
On my repo. after #yum update.
new kernel cannot get reboot because of initramfs failed to generate.
1 2 3 4 5 6 |
@ Non-fatal POSTTRANS scriptlet failure in rpm package @ kernel...... @ E: Failed to install /usr/lib64/libfreebl3.chk @ mkinitrd failed @ warning: %posttrans(kernel......x86_64) scriptlet @ failed, exit status 1 |
If this time reboot the os, kernel will fail anyway.
because /usr/lib64/libfreebl3.chk is not yet provided in new kernel.
Temp fix is to use old version nss-softokn-freebl for now.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
workaround: 1) manually download RPMs from uln: nss-softokn-3.14.3-18.el6_6.i686.rpm nss-softokn-3.14.3-18.el6_6.x86_64.rpm nss-softokn-freebl-3.14.3-18.el6_6.i686.rpm nss-softokn-freebl-3.14.3-18.el6_6.x86_64.rpm unpack: for i in nss*rpm do rpm2cpio ${i} |cpio -idmv done 2) check current packages: nss-softokn-freebl-3.14.3-19.el6_6.i686 nss-softokn-3.14.3-19.el6_6.x86_64 nss-softokn-3.14.3-19.el6_6.i686 nss-softokn-freebl-3.14.3-19.el6_6.x86_64 delete these files by force: # rpm -qa| grep softokn|xargs rpm -e --nodeps 3) copy all files generate in step 1) to orig. # as rpm cmd will fail. 4) as we already have those dependency files. re-run rpm inst install nss-softokn-freebl-3.14.3-18* # rpm -ivh nss* --force --nodeps --nosignature 5) after this step, to ensure the changes. reinstall the 2 packs, which will refresh the local db. # yum reinstall nss-softokn-freebl nss-softokn # yum reinstall kernel-2.6.32-504.3.3.el6.x86_64 6) Don't run #yum update for now before a fix. or , add these packages into exclude list: #vi /etc/yum.conf exclude=nss-softokn* |
update: Mon Jan 19 14:23:26 CST 2015
I filed oracle bug#20369394, CentOS bug#0008083
For upStream bug#
Bug 1182297 – nss-softokn prevents dracut from building the initrd
Waiting for a fix in
1 |
nss-softokn-freebl-3.14.3-20 |
=======================================================
update: Fri Jan 30 17:07:57 CST 2015
Bug Fix Advisory nss-softokn bug fix update
Bug is now fixed in : nss-softokn-freebl-3.14.3-22.el6_6.x86_64.rpm
Also oracle has new el-errata
[El-errata] ELBA-2015-0110 Oracle Linux 6 nss-softokn bug fix update
I was trying to inst Remmina 1.1 on EL7.
www.shisaihua.com/build-remmina-rpm-for-el7/
It worked for a few while, but often coredumps when connection remote Windows.(Not on rdesktop, but remmina-plugin issue)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
*** Error in `remmina': double free or corruption (fasttop): 0x00007fe1e006aa60 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7d19d)[0x7fe2141de19d] /lib64/libfreerdp-cache.so.1.1(glyph_cache_put+0x52)[0x7fe1fad6a052] /lib64/libfreerdp-cache.so.1.1(update_gdi_cache_glyph+0x85)[0x7fe1fad6a145] /lib64/libfreerdp-core.so.1.1(update_recv_secondary_order+0xee)[0x7fe1feb1e87e] /lib64/libfreerdp-core.so.1.1(+0x44cce)[0x7fe1feb2bcce] /lib64/libfreerdp-core.so.1.1(fastpath_recv_updates+0x9c)[0x7fe1feb2c0dc] /lib64/libfreerdp-core.so.1.1(+0x43eae)[0x7fe1feb2aeae] /lib64/libfreerdp-core.so.1.1(transport_check_fds+0xb0)[0x7fe1feb2e230] /lib64/libfreerdp-core.so.1.1(freerdp_check_fds+0x27)[0x7fe1feb1f0e7] /usr/lib64/remmina/plugins/remmina-plugin-rdp.so(+0x8c21)[0x7fe1fed64c21] /usr/lib64/remmina/plugins/remmina-plugin-rdp.so(+0x900a)[0x7fe1fed6500a] /lib64/libpthread.so.0(+0x7df3)[0x7fe215495df3] /lib64/libc.so.6(clone+0x6d)[0x7fe2142571ad] ======= Memory map: ======== 00400000-0044b000 r-xp 00000000 fd:01 136483296 /usr/bin/remmina 0064b000-0064c000 r--p 0004b000 fd:01 136483296 /usr/bin/remmina 0064c000-0064f000 rw-p 0004c000 fd:01 136483296 /usr/bin/remmina |
Im trying to update remmina upto 1.2.
Preparations:
1 2 |
remmina-1.2.0-0.1.rcgit.1.fc22.src.rpm freerdp-1.2.0-0.4.beta.1.fc22.src.rpm |
Before the update:
1 2 3 4 5 6 7 8 |
[root@t430z x86_64]# rpm -qa| grep -E 'remmina|freerdp' freerdp-devel-1.1.0-0.12.beta.2013071101.el7.centos.x86_64 freerdp-libwinpr-1.1.0-0.12.beta.2013071101.el7.centos.x86_64 remmina-1.1.1-2.git.efb7b5f.el7.centos.x86_64 freerdp-libs-1.1.0-0.12.beta.2013071101.el7.centos.x86_64 remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.centos.x86_64 remmina-plugins-vnc-1.1.1-2.git.efb7b5f.el7.centos.x86_64 freerdp-1.1.0-0.12.beta.2013071101.el7.centos.x86_64 |
Build freerdp, the update RPM using –nodeps option, as remmina packages still has deps. on old freerdp.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[root@t430z x86_64]# rpm -Uvh freerdp-devel-1.2.0-0.4.beta.1.el7.centos.x86_64.rpm libwinpr-devel-1.2.0-0.4.beta.1.el7.centos.x86_64.rpm freerdp-libs-1.2.0-0.4.beta.1.el7.centos.x86_64.rpm freerdp-1.2.0-0.4.beta.1.el7.centos.x86_64.rpm libwinpr-1.2.0-0.4.beta.1.el7.centos.x86_64.rpm --nodeps Preparing... ################################# [100%] Updating / installing... 1:libwinpr-1:1.2.0-0.4.beta.1.el7.c################################# [ 11%] 2:freerdp-libs-1:1.2.0-0.4.beta.1.e################################# [ 22%] 3:libwinpr-devel-1:1.2.0-0.4.beta.1################################# [ 33%] 4:freerdp-devel-1:1.2.0-0.4.beta.1.################################# [ 44%] 5:freerdp-1:1.2.0-0.4.beta.1.el7.ce################################# [ 56%] Cleaning up / removing... 6:freerdp-devel-1:1.1.0-0.12.beta.2################################# [ 67%] 7:freerdp-1:1.1.0-0.12.beta.2013071################################# [ 78%] 8:freerdp-libs-1:1.1.0-0.12.beta.20################################# [ 89%] 9:freerdp-libwinpr-1:1.1.0-0.12.bet################################# [100%] |
Build remmina.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[root@t430z workspace]# rpm -qa| grep remmina remmina-1.1.1-2.git.efb7b5f.el7.centos.x86_64 remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.centos.x86_64 remmina-plugins-vnc-1.1.1-2.git.efb7b5f.el7.centos.x86_64 [root@t430z x86_64]# rpm -Uvh remmina-1.2.0-0.1.rcgit.1.el7.centos.x86_64.rpm remmina-plugins-rdp-1.2.0-0.1.rcgit.1.el7.centos.x86_64.rpm remmina-plugins-vnc-1.2.0-0.1.rcgit.1.el7.centos.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:remmina-1.2.0-0.1.rcgit.1.el7.cen################################# [ 17%] 2:remmina-plugins-rdp-1.2.0-0.1.rcg################################# [ 33%] 3:remmina-plugins-vnc-1.2.0-0.1.rcg################################# [ 50%] Cleaning up / removing... 4:remmina-plugins-vnc-1.1.1-2.git.e################################# [ 67%] 5:remmina-plugins-rdp-1.1.1-2.git.e################################# [ 83%] 6:remmina-1.1.1-2.git.efb7b5f.el7.c################################# [100%] |
Done.
1 2 3 4 5 6 7 |
[suse@t430z workspace]$ rpm -qa| grep -E 'remmina|freerdp' remmina-plugins-vnc-1.2.0-0.1.rcgit.1.el7.centos.x86_64 freerdp-1.2.0-0.4.beta.1.el7.centos.x86_64 freerdp-libs-1.2.0-0.4.beta.1.el7.centos.x86_64 remmina-plugins-rdp-1.2.0-0.1.rcgit.1.el7.centos.x86_64 freerdp-devel-1.2.0-0.4.beta.1.el7.centos.x86_64 remmina-1.2.0-0.1.rcgit.1.el7.centos.x86_64 |