Search found 54 matches

by organicchemistry_01
2021/07/03 09:22:51
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: RPM spec file issue
Replies: 2
Views: 2500

RPM spec file issue

I am trying to compile the toml from source but I keep getting: no job control [ 107s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fr5WyY [ 107s] + umask 022 [ 107s] + cd /home/abuild/rpmbuild/BUILD [ 107s] + %goprep [ 107s] /var/tmp/rpm-tmp.fr5WyY: line 33: fg: no job control [ 107s] error: Bad e...
by organicchemistry_01
2021/06/28 10:29:37
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: SOLVED Error compiling glib2-2.58 under CentOS 8.4
Replies: 3
Views: 834

Re: Help! Error compiling glib2-2.58 under CentOS 8.4

I know now the problem, your compilation went smooth because your workstation has glib2 installed. In the cloud server I use, it does not install an older `glib2` which interestingly is needed by `msgmft`
by organicchemistry_01
2021/06/27 10:45:17
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: SOLVED Error compiling glib2-2.58 under CentOS 8.4
Replies: 3
Views: 834

SOLVED Error compiling glib2-2.58 under CentOS 8.4

I am compiling glib2-2.58.3 package from Fedora 29 srpm but could not have it succeed. The log produces an unusual error where `msgfmt` complains of a missing libglib-2.0.so.0 object file: /usr/bin/msgfmt: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No suc...
by organicchemistry_01
2021/06/18 12:00:07
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Sudo -u asking for password even when NOPASSWD: ALL is set
Replies: 1
Views: 687

Sudo -u asking for password even when NOPASSWD: ALL is set

As the title says, the /etc/sudoers is just vanilla while the added a new file in /etc/sudoers.d/username

Code: Select all

username ALL:ALL NOPASSWD: ALL
Then I am running:

Code: Select all

sudo -u username systemctl hibernate
How do I stop this from asking a password?
by organicchemistry_01
2021/06/18 11:48:53
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: RHEL 8.3 BIOS issues chapter 2
Replies: 17
Views: 4076

Re: RHEL 8.3 BIOS issues chapter 2

Kernel and header compatibility is already sorted out in the link I cited. You were just too arrogant to check.
by organicchemistry_01
2021/05/12 19:52:26
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Where is CentOS 9 Stream?
Replies: 1
Views: 1233

Where is CentOS 9 Stream?

In the announcement it was said that it will be available on 2nd Quarter, now 2nd Quarter is almost over. Where to get CentOS 9 Stream?
by organicchemistry_01
2021/05/12 19:51:16
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: [Solved] Install RHEL 8 always does UEFI
Replies: 5
Views: 1924

Re: Install RHEL 8 always does UEFI

When you installed your Windows 10, your bios should already be set in MBR mode prior. You cannot change to MBR midway if you want to dual boot.
by organicchemistry_01
2020/08/16 00:55:34
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: How to set data limit the CentOS 8?
Replies: 0
Views: 314

How to set data limit the CentOS 8?

I use CentOS 8 as my dev environment and also connect to the internet. But I only have several data allocations per day, how do I set a maximum data used by my OS every day?

What application should I install?