I am installing an rpm package and it appears to be skipping certain files without giving me any notice as to what the issue is.
When I execute
rpm -ivh package_name.rpm
the rpm provides me with no indication that the installation failed.
After executing this, I verify the installation:
rpm -V package_name
And I see that some files are reported as missing
missing /path/to/some/crucial/file
When I look into my / directory, I see that a few files were created which start with u2dtmp*. These are the files which do not get created.
I have attempted to remove old locks from my rpm installation and cleaned the database rpm --rebuilddb, but nothing seems to allow these files to be installed successfully.
This issue only appears on a single machine. It installs successfully on other linux machines which have the same os.