Search found 775 matches
- 2023/01/03 22:19:09
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: latex library for centos
- Replies: 5
- Views: 334
Re: latex library for centos
According to the last section of http://gnuplot.info/docs/latex_demo.pdf, gnuplot's latex terminal has been deprecated. There isn't even a configure option to enable it, you need to edit the code.
- 2022/12/29 18:35:02
- Forum: 8 /8-Stream / 9-Stream - Security Support
- Topic: X-forwarding for non root user
- Replies: 2
- Views: 603
Re: X-forwarding for non root user
You are not supposed to set DISPLAY after logging in to the linux machine. Ssh takes care of that when X forwarding is enabled. It will be something like localhost:10.0, so the value you set is totally wrong (it's for a direct X connection without ssh forwarding X).
- 2022/11/15 21:27:24
- Forum: CentOS 7 - General Support
- Topic: Upgrade or Downgrad Centos 7.9 to be compatible with DOCA SDK for NVIDIA BlueField-2 DPU
- Replies: 6
- Views: 380
Re: Upgrade or Downgrad Centos 7.9
is it about this: https://en.wikipedia.org/wiki/Nvidia_BlueField? This is pre-release hardware. If you have access to it, you also have access to the software. And if you are wondering how to get the software installed ...
- 2022/10/24 19:26:01
- Forum: CentOS 7 - General Support
- Topic: No updates since Oct 6
- Replies: 4
- Views: 347
Re: No updates since Oct 6
No, this is not an "official" statement. Just my observation of the current situation and its anticipated development.
- 2022/10/24 19:00:16
- Forum: CentOS 7 - General Support
- Topic: No updates since Oct 6
- Replies: 4
- Views: 347
- 2022/08/29 15:12:26
- Forum: CentOS 7 - General Support
- Topic: Supermicro Ultra SuperServer SYS-220U-MTNR
- Replies: 7
- Views: 960
Re: Supermicro Ultra SuperServer SYS-220U-MTNR
According to Intel this VROC stuff is supported ootb in 7.5 and later. But you have to install the OS in UEFI mode. VROC is not available in Legacy mode.
- 2022/08/22 17:06:10
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: kernel reports little free memory in dmesg, but not true
- Replies: 2
- Views: 784
Re: kernel reports little free memory in dmesg, but not true
This is from early boot (see timestamp) where linux uses a simple memory allocator that does not necessarily deal with all of your RAM. So the number to the left of the slash is what's remaining from what linux does bookkeeping for (at this stage). This and the untouched rest is handed over to the r...
- 2022/07/29 18:33:58
- Forum: CentOS 7 - Security Support
- Topic: RHSA-2022:5698 - availability java-1.8.0-openjdk-1.8.0.342.b07
- Replies: 6
- Views: 1484
Re: RHSA-2022:5698 - availability java-1.8.0-openjdk-1.8.0.342.b07
If you regularly have to ping people for doing what you think they should be doing anyway, you know it's over.
- 2022/07/27 17:38:55
- Forum: CentOS 7 - Security Support
- Topic: RHSA-2022:5698 - availability java-1.8.0-openjdk-1.8.0.342.b07
- Replies: 6
- Views: 1484
Re: RHSA-2022:5698 - availability java-1.8.0-openjdk-1.8.0.342.b07
While RH said CentOS 7 will be supported until EOL of RHEL 7, I don't expect any real effort in this respect. Rebuilds are now always delayed for a considerable time, often for a month or more. I suspect the delay will be constantly increasing until the point rebuilds are always scheduled for the fu...
- 2022/06/13 17:43:01
- Forum: CentOS 7 - Hardware Support
- Topic: Not using > 1TB Ram
- Replies: 6
- Views: 2152
Re: Not using > 1TB Ram
Linux relies on e820, other tools may resort to other means.
Did you follow the memory population rules from the manual? My guess is that you now have 20 DIMMs @64GB each. There is only one correct way to install them.
Did you follow the memory population rules from the manual? My guess is that you now have 20 DIMMs @64GB each. There is only one correct way to install them.