Skip to main content

All Questions

1 vote
0 answers
114 views

SCP silently ignored on the remote machine

When I'm trying to copy a file using scp (in whatever direction), there's no error displayed (although the returned $? code is 1), all I can see is the message that normally the REMOTE machine prints ...
Ethouris's user avatar
  • 111
0 votes
0 answers
306 views

PAM updates for mounting an encrypted user's home at login (GNOME 40.4.0)

I would like to decrypt my LUKS encrypted /home directory at login on Rocky Linux 9.1. I have been trying to adapt this Arch Linux guide (https://wiki.archlinux.org/title/Dm-crypt/Mounting_at_login; ...
Mitch's user avatar
  • 1
1 vote
1 answer
440 views

REDHAT machine + rsyslogd eating up 10+ GB

we notice about this problem recently we found that rsyslog service is eating memory and some times its up to 10G we have different kind of redhat machines as version 7.6 and 7.9 is it possible to ...
King David's user avatar
0 votes
0 answers
80 views

I see screen on centos 7 after i change resolution

I need to your help emergency .after change resolution my system , restart it , after login its stuck in black screen . . i dont know which part of system change it . plz help me. pc with 4k monitor ...
Russell's user avatar
0 votes
1 answer
598 views

In a new rocky9 vm, LVM2 does NOT see the newly attached PVs under LUKS

In a new rocky9 vm, LVM2 does NOT see the newly attached PVs under LUKS. === The end goal is to migrate a simple "repo" server (that holds iso files) from centos8 to rocky9. I have a freshly ...
mr22st821's user avatar
1 vote
2 answers
740 views

Accidentally removed python3-dateutil from RHEL 8

I was trying to fix a setup issue related to airflow and accidentally I removed python3-dateutil from the machine (RHEL 8) using sudo yum remove python3-dateutil this also lead to the removal of ...
atultherajput's user avatar
0 votes
0 answers
43 views

Linux create a new user that shares everything of another user

A little background first, since I know this question seems very random. I am using vagrant to help orchestrate a RedHat virtual machine. Vagrant is great in just about every way, however it forces ...
E.S.'s user avatar
  • 231
2 votes
1 answer
4k views

yum + skip broker or exclude rpms

during yum update on one of our rhel 7.6 server we get the following error --> Finished Dependency Resolution Error: Package: libtirpc-devel-0.2.4-0.6.el7.x86_64 (installed) Requires: ...
King David's user avatar
0 votes
2 answers
859 views

Can I install redhat rpm on centos?

Can I install the Red Hat 6 version of the Openssl.rpm on the Centos6? I am trying to backup and install an old version that can no longer be found in current repository. I found the centos package ...
hid's user avatar
  • 1
0 votes
1 answer
3k views

How to encrypt/decrypt text on CentOs/RHEL in FIPS mode?

To encrypt and decrypt text I am using: echo test | openssl enc -e -a -A -aes-256-cbc -pbkdf2 -iter 1234 -k <passphrase> echo <encrypted text> | openssl enc -d -a -A -aes-256-cbc -pbkdf2 -...
Josh M.'s user avatar
  • 1,518
0 votes
1 answer
900 views

How to set user/group/mode for directory created with `install -D`

When installing a file with the -D option to include creation of parent directories, how do you specify the user, group, and mode to use for the created directories? This is in the context of an RPM ...
Josh M.'s user avatar
  • 1,518
0 votes
0 answers
222 views

Default Gateway is not detected in Rhel server after ifdown of primary network interface

I'm working on RHEL 7.6 server. I've configured network using bonding with active backup mode. So the eno1 is the primary interface of bond0 and eno4 is the slave of bond0. this is the configuration ...
user6624302's user avatar
0 votes
1 answer
283 views

Centos/RHEL 7 - MBR with an extended partition > 2T

Studying for the RHCSA and I've been trying to find an answer to a question thats been stuck in my head... My understanding is for MBR you can have a total of 4 partitions which each cant be > 2TiB......
Strad's user avatar
  • 3
1 vote
1 answer
91 views

What happens to the unused packages after an ISO install?

I am making a Red Hat ISO that boots off a kickstart configuration file. To do this, I have been following these instructions over at Server Fault. The ISO that I want to edit, which will eventually ...
peachykeen's user avatar
2 votes
0 answers
43 views

auto mount by service + service not mount the folder automatically

we create the following service on redhat version 7.2 more nfsshare.mount [Unit] Description=nfs mount script Requires=network-online.target After=network-online.service [Mount] What=...
King David's user avatar

15 30 50 per page