Displaying 5 results from an estimated 5 matches for "pretran".
2010 Jun 03
2
lapply or data.table to find a unit's previous transaction
...nd", TranID)
UnitID<- substr(TranID, 1, nchar(n))
TranDt<- substr(TranID, nchar(n)+2, nchar(n)+11)
Data<- data.frame(TranID= TranID, UnitID= UnitID, TranDt= as.Date(TranDt))
#First I create a list of all the previous transactions by unit
TranList<- as.matrix(Data$TranID, ncol= 1)
PreTran<- lapply(TranList,
??function(x) (with(Data,
??Data[
??UnitID== substr(x, 1, nchar(n))&
??TranDt< Data[TranID== x, "TranDt"], ]
??))
??)
#I do get warnings about missing data because some transactions have
no predecessor.
#Some transactions have no previous transactions, others...
2018 Jul 05
3
upgrade 7.4 --> 7.5: dbus broken
After a manual fix I have that, too. Point is that for historic
hosts this symlink doesn't exist. The upgrade fails due to dbus
becoming unavailable. And the next reboot fails, too, because
the symlink is not created automatically.
Can you confirm this?
Regards
Harri
2019 Sep 24
0
Interesting update problem
....7, so I reinstalled it from scratch and applied all the 7.6 updates, then attempted the 7.7 upgrade again. It failed with the same errors. I'm wondering where the problem is?
# yum update
...
[hundreds of lines of the next line]
warning: Unable to get systemd shutdown inhibition lock
Error in PRETRANS scriptlet in rpm package 1:java-1.8.0-openjdk-headless-1.8.0.222.b10-1.el7_7.x86_64
Error in PRETRANS scriptlet in rpm package 1:java-11-openjdk-headless-11.0.4.11-1.el7_7.x86_64
Error in PRETRANS scriptlet in rpm package kmod-kvdo-6.1.2.41-5.el7.x86_64
mesa-libEGL-devel-18.3.4-5.el7.x86_64 was su...
2019 Mar 03
2
RPM Transaction Failure
..., 4:02, 1 user, load average: 0.00, 0.04, 0.08
Is this ok [y/N]: y
Downloading Packages:
java-1.7.0-openjdk-1.7.0.201-2.6.16.0.el6_10.x86_64.rpm
| 27 MB 00:02
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Error in PRETRANS scriptlet in rpm package
1:java-1.7.0-openjdk-1.7.0.201-2.6.16.0.el6_10.x86_64
error: lua script failed: /usr/libexec/copy_jdk_configs.lua:272: attempt
to index global 'file' (a nil value)
Verifying : 1:java-1.7.0-openjdk-1.7.0.201-2.6.16.0.el6_10.x86_64...
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
...oc/nodejs010-nodejs-are-we-there-yet-1.0.4
+ exit 0
Finding Provides: /usr/lib/rpm/nodejs010.prov
Finding Requires(interp):
Finding Requires(rpmlib):
Finding Requires(verify):
Finding Requires(pre):
Finding Requires(post):
Finding Requires(preun):
Finding Requires(postun):
Finding Requires(pretrans):
Finding Requires(posttrans):
Finding Requires: /usr/lib/rpm/nodejs010.req
Provides: nodejs010-nodejs-are-we-there-yet = 1.0.4-1.el7.centos
nodejs010-npm(are-we-there-yet) = 1.0.4
Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFil...