Questions tagged [rhel8]

219 questions
0
votes
1 answer

svn: symbol lookup error: /lib64/libldap_r-2.4.so.2: undefined symbol: ber_sockbuf_io_udp on redhat

Red Hat Enterprise Linux release 8.2 (Ootpa) Our linux admins installed subversion - not sure which version- assuming latest. When running svn (just typed svn nothing else), I get the following error: svn: symbol lookup error:…
Tom Elmer
  • 1
  • 1
  • 1
0
votes
1 answer

CentOS8/RHEL8 nodejs 4.9.1 "operation not permitted" when running as non-root user

I'm left with an age old NodeJS code written and compatible with modules and NodeJS v4.9.1. It's hosted on RHEL6 and it works fine. Now I'm asked move the code to RHEL8 machine. Got ton of errors when executed tried launching app with both NodeJS 10…
FairDinkum82
  • 167
  • 2
  • 11
0
votes
2 answers

npm install -g apiconnect fails in Docker container (RHEL8)

I need to build a container based on RHEL 8 and then install LoopBack and IBM ApiConnect. Run a container with the RedHat Enterprise Linux 8 docker run -it --name api-framework-rhel8 -v ~/api-framework-rhel8:/api-framework-rhel8…
0
votes
1 answer

How to add harbor registry in containerd

Does anyone know how can we add harbor registry to containerd cri . I have added it as insecure registry but kubernetes is not able to pull harbor images . image for the error that i am facing
vamsi
  • 1
  • 1
0
votes
1 answer

How do I execute a script with Cloudinit, using the nocloud data source

I am trying to automate provisioning of linux machines (rhel8) using cloudinit. For this purpose I created an ISO with the following content: [root@]# tree rhel82test1/ rhel82test1/ ├── meta-data ├── network-config ├── scripts │   └──…
Krist van Besien
  • 481
  • 4
  • 12
0
votes
1 answer

systemctl Myservice.service not found

When I keep my Myservice.service file in /etc/systemd/system/Myservice.service. I get not-found error. systemctl status Myservice ● Myservice.service Loaded: not-found (Reason: Unit Myservice.service not found.) Active: failed (Result:…
red5pider
  • 351
  • 1
  • 9
  • 24
0
votes
1 answer

udev rule doesn't not work, someone claim iface prior to me

My device is :16c0:05dc ''''> $ lsusb Bus 002 Device 005: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor Bus 002 Device 007: ID 1cbe:00fd Luminary Micro Inc. In-Circuit Debug Interface Bus 002 Device 006: ID 16c0:05dc Van …
0
votes
2 answers

Why is rhel8 aws systemd service throws No such file or directory error even when file exists?

I have a systemd service define on rhel8 [Unit] Description=Apache Kafka -…
md1980
  • 319
  • 1
  • 8
  • 21
0
votes
1 answer

reboot: error while loading shared libraries: libip4tc.so.2: cannot open shared object file: No such file or directory

I am getting this error while reboot the machine:"reboot: error while loading shared libraries: libip4tc.so.2: cannot open shared object file: No such file or directory" please let me know how to resolve above an error.....
0
votes
1 answer

How to tell vsftpd which ssl to use

I already have vsftp set up with an SSL which is working fine. The issue is that the SSL is for the server's host name and not one of my client's. This client has to be PCI compliant, so when the PCI scan takes place it checks the FTP ports and…
James
  • 3,765
  • 4
  • 48
  • 79
0
votes
1 answer

Copy a bash associative array using eval statement

Before we get into the question, I know there are answers SIMILAR to this on stack overflow already. However this one is unique in it's use of the eval statement with associative arrays. ( Believe me I've read them all ). Okay now into the…
Andrew Costanzo
  • 97
  • 1
  • 1
  • 6
-1
votes
1 answer

How to re-create .bashrc

I accidently deleted .bashrc from my user. Is there any way to create it again. I used command touch .bashrc to create the file again and also given the required data inside the file. But it is not working. Can anyone tell me how to recreate the…
Rudra
  • 1
  • 1
-1
votes
1 answer

SELinux problem during RPMS repository configuration with Ansible

I am using this Ansible task to deploy an rpm package to an RHEL8 server: - name: Add the shibboleth Repository configuration yum_repository: name: security_shibboleth description: Shibboleth (CentOS_7) setype: rpm-md mirrorlist:…
elster
  • 13
  • 3
-1
votes
1 answer

Qt dialog re-launching after accept/reject

I've been implementing a dirty hack for a "panic" keyboard shortcut in a RHEL 8.4 environment to kill our application in the event that it hangs because we use a Mutter environment which prevents the user from being able to interact with the OS and…
Darin Beaudreau
  • 375
  • 7
  • 30
-1
votes
1 answer

Compile Wireshark with man pages

I am trying to compile wireshark 3.6.6 from source on a rhel8 server; but, can not seem to get the man pages installed. I downloaded the source tarball from wireshark.org. untarred it. Changed into the wireshark-3.6.6 directory. Issued the…
Garnet
  • 121
  • 7
1 2 3
14
15