Re: [CentOS] CentOS box images at Vagrant Cloud give 404

2024-01-10 Thread Fabian Arrotin

On 10/01/2024 17:11, Fabian Arrotin wrote:

On 10/01/2024 10:49, Kees Bakker via CentOS wrote:

Hi,

At Vagrant Cloud there are "box" images for stream8 and stream9 [1]. 
At least they are supposed to be there.
The download links on the detail pages, for example for stream9 
20230727.1 [2] are redirected to cloud.centos.org, however they give 
an 404 error.
Possibly the centos Vagrant Cloud page is not kept up to date with the 
actual box images that are now present on cloud.centos.org.


Do we know who is maintaining this centos account at Vagrant Cloud? 
Can someone update the centos entries overthere?


[1] https://app.vagrantup.com/centos/
[2] https://app.vagrantup.com/centos/boxes/stream9/versions/20230727.1



For visibility purposes it would be probably better to send mail to 
centos-devel list instead.
And/or a Jira ticket (see https://wiki.centos.org/ReportBugs.html for 
the direct link to correct category/project) :-)




FWIW, I asked and was pointed to existing ticket 
https://issues.redhat.com/browse/CS-1749 so you can follow discussion there


--
Fabian Arrotin
The CentOS Project | https://www.centos.org
gpg key: 17F3B7A1 | @arrfab[@fosstodon.org]



OpenPGP_signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] No suspend after update

2024-01-10 Thread Michael B Allen
Just updated CentOS 9 Stream on a Lenovo T17 Gen 4 Intel and not it
won't suspend with the following error:

[   52.604998] Restarting kernel threads ... done.
[   52.605111] OOM killer enabled.
[   52.605111] Restarting tasks ... done.
[   52.606604] random: crng reseeded on system resumption
[   52.616014] thermal thermal_zone9: failed to read out thermal zone (-61)
[   52.791625] PM: suspend exit
[   52.791733] PM: suspend entry (s2idle)
[   52.797260] Filesystems sync: 0.005 seconds
[   52.797579] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   52.799127] OOM killer disabled.
[   52.799128] Freezing remaining freezable tasks ...
[   72.805437] Freezing of tasks failed after 20.006 seconds (1 tasks
refusing to freeze, wq_busy=0):
[   72.805450] task:NFSv4 callback  state:I stack:0 pid:2191
ppid:2  flags:0x4000
[   72.805453] Call Trace:
[   72.805454]  
[   72.805456]  __schedule+0x21b/0x550
[   72.805463]  schedule+0x2d/0x70
[   72.805466]  nfs41_callback_svc+0x186/0x190 [nfsv4]
[   72.805508]  ? __pfx_autoremove_wake_function+0x10/0x10
[   72.805512]  ? __pfx_nfs41_callback_svc+0x10/0x10 [nfsv4]
[   72.805536]  kthread+0xdd/0x100
[   72.805538]  ? __pfx_kthread+0x10/0x10
[   72.805539]  ret_from_fork+0x29/0x50
[   72.805543]  

Kernel:

  5.14.0-404.el9.x86_64

How do I boot the previous kernel?

Holding Shift down does nothing.

Pressing escape brings up some kind of emergency screen that has no
options other than to "Press any key to exit".

Is CentOS 9 Stream considered stable enough to use as an everyday desktop?

Mike
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] no video with Aspeed (ast module) and latest kernel

2024-01-10 Thread Gianluca Cecchi
On Wed, Jan 10, 2024 at 5:15 PM Gianluca Cecchi 
wrote:

> Hello,
> I have a CentOS Stream 9 server.
> It is an Intel D50DNP1SBB one with:
>
> 02:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics
> Family (rev 52) (prog-if 00 [VGA controller])
> DeviceName: ASPEED AST2600
> Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
> Flags: medium devsel, IRQ 16, NUMA node 0, IOMMU group 42
> Memory at 9400 (32-bit, non-prefetchable) [size=16M]
> Memory at 9500 (32-bit, non-prefetchable) [size=256K]
> I/O ports at 1000 [size=128]
> Capabilities: [40] Power Management version 3
> Capabilities: [50] MSI: Enable- Count=1/4 Maskable- 64bit+
> Kernel driver in use: ast
> Kernel modules: ast
>
> Under kernel 5.14.0-386.el9.x86_64 I'm able to connect via bmc without any
> problem both in text mode (multi-user.target) and graphical
> (graphical.target).
> Both with and without Wayland enabled in /etc/gdm/custom.conf
>
> This morning I updated the system and the kernel is now
> 5.14.0-404.el9.x86_64, and I'm not able to see the console in any of the 3
> configurations above in my bmc kvm remote terminal. Ssh connection to the
> system is ok without problem.
>

solved addin at the end of GRUB_CMDLINE_LINUX line in /etc/default/grub
rdblacklist=ast ast.modeset=0
and then
grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
reboot
Gianluca
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] no video with Aspeed (ast module) and latest kernel

2024-01-10 Thread Gianluca Cecchi
Hello,
I have a CentOS Stream 9 server.
It is an Intel D50DNP1SBB one with:

02:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics
Family (rev 52) (prog-if 00 [VGA controller])
DeviceName: ASPEED AST2600
Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
Flags: medium devsel, IRQ 16, NUMA node 0, IOMMU group 42
Memory at 9400 (32-bit, non-prefetchable) [size=16M]
Memory at 9500 (32-bit, non-prefetchable) [size=256K]
I/O ports at 1000 [size=128]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/4 Maskable- 64bit+
Kernel driver in use: ast
Kernel modules: ast

Under kernel 5.14.0-386.el9.x86_64 I'm able to connect via bmc without any
problem both in text mode (multi-user.target) and graphical
(graphical.target).
Both with and without Wayland enabled in /etc/gdm/custom.conf

This morning I updated the system and the kernel is now
5.14.0-404.el9.x86_64, and I'm not able to see the console in any of the 3
configurations above in my bmc kvm remote terminal. Ssh connection to the
system is ok without problem.
Inside the remote kvm console I see the grub menu, I see the scrolling
kernel boot sequence (I removed rhgb quiet options), but at the end my
remote kvm display square disappears.
How can I debug? Can I disable DRM for the ast kernel module? or start with
vesa in any way?

screenshot with 5.14.0-386.el9.x86_6:
https://drive.google.com/file/d/1VoDYAYLOIrErOGVNXgR8wNypzxyjd7k8/view?usp=sharing

screenshot with 5.14.0-404.el9.x86_64:
https://drive.google.com/file/d/1UClBOXHIjxc4rqiKW0wbMwIYKlrB_kGn/view?usp=sharing

Thanks in advance,
Gianluca
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS box images at Vagrant Cloud give 404

2024-01-10 Thread Fabian Arrotin

On 10/01/2024 10:49, Kees Bakker via CentOS wrote:

Hi,

At Vagrant Cloud there are "box" images for stream8 and stream9 [1]. At 
least they are supposed to be there.
The download links on the detail pages, for example for stream9 
20230727.1 [2] are redirected to cloud.centos.org, however they give an 
404 error.
Possibly the centos Vagrant Cloud page is not kept up to date with the 
actual box images that are now present on cloud.centos.org.


Do we know who is maintaining this centos account at Vagrant Cloud? Can 
someone update the centos entries overthere?


[1] https://app.vagrantup.com/centos/
[2] https://app.vagrantup.com/centos/boxes/stream9/versions/20230727.1



For visibility purposes it would be probably better to send mail to 
centos-devel list instead.
And/or a Jira ticket (see https://wiki.centos.org/ReportBugs.html for 
the direct link to correct category/project) :-)


--
Fabian Arrotin
The CentOS Project | https://www.centos.org
gpg key: 17F3B7A1 | @arrfab[@fosstodon.org]



OpenPGP_signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS box images at Vagrant Cloud give 404

2024-01-10 Thread Kees Bakker via CentOS

Hi,

At Vagrant Cloud there are "box" images for stream8 and stream9 [1]. At 
least they are supposed to be there.
The download links on the detail pages, for example for stream9 
20230727.1 [2] are redirected to cloud.centos.org, however they give an 
404 error.
Possibly the centos Vagrant Cloud page is not kept up to date with the 
actual box images that are now present on cloud.centos.org.


Do we know who is maintaining this centos account at Vagrant Cloud? Can 
someone update the centos entries overthere?


[1] https://app.vagrantup.com/centos/
[2] https://app.vagrantup.com/centos/boxes/stream9/versions/20230727.1

--
Kees Bakker

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos