-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
69-mixxx-usb-uaccess.rules causes long boot time Ubuntu 24.04 #13290
Comments
Hi @mrbrico , I haven't yet moved to 24.04 (waiting for the July SP). |
Hi Antoine,
I certainly do not mind running any tests and grabbing the logs for you...
I can un comment the udev rule... would you just like the system log?
Thanks for all your hard work on mixxx
|
log_messages_udev_disabled.log with the 1 min delay between the following when the rule is enabled |
Thanks for the logs and the kind words. I'm not sure there is enough info to narrow down this bug. Could you try the following:
In the meantime, I have just checked on my end (PopOS 22.04) with
I will look if I can fix that! |
Journalctl boot log with the rule enabled... This error is what lead me to comment out the line in the rule... |
Yeah, this rule seems to be quite out of date, but that warning should block the system. I can see you've started the reboot at |
The delay is still there when the rule is enabled, its about 1 min delay now though... if I disable boot quiet in grub I can see systemd just stop for about 1 min before continuing. I could not find anything obvious in the logs and just went through errors I saw that may have affected boot time, plymouth / app amour /network manager until I tried the udev error above.. The system log shows the delay but not why, like it just stops for 1 min I use A&H k2 controllers or NI x1 controllers, also testing with serato dvs.. I never had the pioneer xdj 1000 mk2's working |
Thanks for the details. |
Can confirm this happens in Ubuntu 24.04, and Mixxx 2.4.1. Note that it has impacts further than boot, as it stalled any systemd action by 60s too, like restarting NetworkManager, changing it's config in the GUI too, or using 'systemctl daemon-reload'. |
Bug Description
After upgrading to Ubuntu 24.04 boot times increased to around 4 minutes, I tracked this down to the above, commenting out KERNEL=="hiddev*", NAME="usb/%k", GROUP="uaccess" fixed the extremely long boot times.
By default this is enabled in the udev rule /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules
Only some distribuions require the below
KERNEL=="hiddev*", NAME="usb/%k", GROUP="uaccess"
Maybe default this should be commented out and enabled if needed...?
Version
2.4.1
OS
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: