Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python 3 checksum regression from 8341c4e #408

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

Googulator
Copy link
Collaborator

@Googulator Googulator commented Jan 12, 2024

The Linux kernel won't autocreate /dev/shm inside devtmpfs.
Without it, semaphores won't work properly in Python.

Previously, /dev/shm was set up in populate_device_nodes, but we no longer run that after booting into Linux.

The Linux kernel won't autocreate /dev/shm inside devtmpfs.
Without it, semaphores won't work properly in Python.

Previously, /dev/shm was set up in populate_device_nodes, but we
no longer run that after booting into Linux.
@Googulator Googulator changed the title Quick fix for Python 3 checksum regression from 8341c4e Fix Python 3 checksum regression from 8341c4e Jan 12, 2024
@fosslinux fosslinux merged commit f714453 into fosslinux:master Jan 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants