RHEL

Compiling tcpsplice on a 64-bit machine

一个人想着一个人 提交于 2019-12-13 03:37:47
问题 I am trying to compile a small utility called tcpslice. It's the typical GNU C application. When I run ./configure , here is the output: checking build system type... Invalid configuration `x86_64-pc-linux-gnuoldld': machine `x86_64-pc' not recognized configure: error: /bin/sh ./config.sub x86_64-pc-linux-gnuoldld failed It appears to not support compilation as a 64-bit Linux application. So I have a few questions: Is it possible to set some flags to compile the application as 32-bit AND be

Does Nexus 3 support container image signing?

馋奶兔 提交于 2019-12-12 20:05:34
问题 Does Nexus 3 private docker registry support container image signing? The RHEL documentation here suggests not, but I'd like confirmation. 回答1: In the sense that Nexus supports the v2 Registry API, it should be able to handle signed images. I don't believe Nexus supplies a Notary service though which is where most of the signing operations occur and image/key information is stored. The Nexus docco mentions nothing about signing. You can delegate trust for your Nexus repo to a local Notary

Sybase 15.7 on Red Hat Enterprise Linux Server release 6.4 (Santiago)

梦想的初衷 提交于 2019-12-12 04:40:35
问题 I am migrating to Red Hat from Solaris. Previously on Solaris, we connected to Sybase datasources through Java by passing an interfaces file location to a JDBC library. When I checked the Sybase documentation, they only list interfaces files as an option for UNIX and Windows... Does anyone know what the equivalent is for Linux? I know our datasources have been transfered over, because when i connect with: isql -S <server> -U <user> -P <password> I can connect to the database. Unfortunately

CKAN distribution not found error while trying to serve CKAN from apache

青春壹個敷衍的年華 提交于 2019-12-12 04:18:01
问题 I am trying to configure datapusher for ckan 2.7 and as a prerequisite i have installed datastore and apache http server. apache httpd version: Apache/2.4.25 (Unix) mod_wsgi package installed 4.5.15 the permissions for the conf files are as specified in the ckan documentation http://docs.ckan.org/en/latest/maintaining/installing/deployment.html contents of ckan_default.conf are WSGIScriptAlias / /etc/ckan/default/apache.wsgi WSGIPassAuthorization On WSGIDaemonProcess ckan_default display-name

Dependency error while installing MariaDB10.1 on RHEL 7.1

坚强是说给别人听的谎言 提交于 2019-12-12 03:58:11
问题 I am trying to install MariaDB 10.1 on RHEL 7.1 using following link https://downloads.mariadb.org/mariadb/repositories/#mirror=Fibergrid&distro=RedHat&distro_release=rhel7-amd64--rhel7&version=10.1 I am Getting following error while installing --> Running transaction check ---> Package MariaDB-server.x86_64 0:10.1.20-1.el7.centos will be installed --> Processing Dependency: libsystemd.so.0(LIBSYSTEMD_209)(64bit) for package: MariaDB-server-10.1.20-1.el7.centos.x86_64 --> Processing

how to impersonate in linux

扶醉桌前 提交于 2019-12-11 12:40:34
问题 I have developed a multi-platform desktop application in python and PyQt and in it i want to implement the concept of impersonation. I have a requirement where user selects a file and the the application will check for naming conventions and other things. If everythin is fine then it copies the file in a server where only impersonate user lets say (user123) has full permissions other has only read permissions. I could able to achieve this in windows by using win32security and win32con TO

ORA-08102 index key的错误恢复

我只是一个虾纸丫 提交于 2019-12-11 10:45:40
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 一 总体描述 自己的实验虚拟数据库中的 alert 不停的报下面的错误.alert日志刷的闹心. Sun Jun 10 23:44:42 2012 Error s in file /u01/app/ oracle /product/10.2.0/db_1/admin/testb/bdump/testb_j000_4944.trc: ORA-00604: error occurred at recursive SQL level 1 ORA-08102: index key not found, obj# 239, file 1, block 1674 (2) ORA-12012: error on auto execute of job 21 ORA-08102: index key not found, obj# 239, file 1, block 1674 (2) 二 操作环境 OS $cat / etc /redhat-release Red Hat Enterprise Linux Server release 5.6 (Tikanga) $ uname -a Linux stu00 2.6.18-238.el5 #1 SMP Tue Jan 4 15:24:05 EST 2011 i686 i686

erlang is no longer supported by Red Hat Enterprise Linux?

情到浓时终转凉″ 提交于 2019-12-11 04:36:07
问题 I'm trying installing Erlang on my REHL7.2, but unfortunately I failed. I tried two approaches First I tried downloading a RPM package from official site of erlang (in fact the rpm package is for CentOS, but there's no RPM package for RHEL anyway), but error: Failed dependencies: libwx_baseu-2.8.so.0()(64bit) is needed by esl-erlang-19.0-1.x86_64 libwx_baseu-2.8.so.0(WXU_2.8)(64bit) is needed by esl-erlang-19.0-1.x86_64 Then I tried $ wget http://packages.erlang-solutions.com/erlang-solutions

Installing/building git-svn for RHEL 6

对着背影说爱祢 提交于 2019-12-10 21:27:13
问题 I do not have access to the RHEL6 repo, so what wouold be the best approach to building and/or installing the git-svn tool on RedHat Enterprise Linux 6? Managed to install git & git-svn 1.7.9 by uninstall the existing one (yum erase git) and make installing the latest one from source. Worked on 64-bit too. 回答1: A possible solution would be to rebuild locally (ie in a directory within your home directory) everything: git and its dependencies svn and its dependencies perl and ruby (used by git

RPM spec %post doesn't execute in rpmbuild

邮差的信 提交于 2019-12-10 19:35:47
问题 Given the minimal RPM spec file, that should only execute a %post stanza: $ cat ~/RPMBUILD/SPECS/test.spec Name: None Version: 1.0 Release: 1 Summary: Bla License: Proprietary %description Bla %prep %build %install %clean %post echo ">>> Inside post <<<" %files However, the echo from the %post is not executed: $ rpmbuild -v -bb ~/RPMBUILD/SPECS/test.spec Executing(%prep): /bin/sh -e /home/ronbarak/RPMBUILD/tmp/rpm-tmp.IvhCZs + umask 022 + cd /home/ronbarak/RPMBUILD/BUILD + LANG=C + export