Haven't had any success with my previous post (about Trojita not sending emails) but maybe I'll get more responses with my other Porteus problem:
Whenever I start up Porteus, it gets to this line:
Triggering udev events: /sbin/udevadm trigger --action=add
then stalls for about 30 seconds, then loads normally.
I have searched online, and found that with other users this udevadm issue has prevented Porteus starting at all, but that is not my problem, as it eventually does start up OK.
I have tried renaming the udevadm file, and Porteus did not like it, and just renaming it back again did not work: my Porteus was completely broken and I had to re-install.
I have lived with this issue for some time, as it's only a minor inconvenience, but it'd be good if there was a solution...
Delay involving udevadm [Solved]
-
- White ninja
- Posts: 6
- Joined: 12 Jun 2016, 18:58
- Distribution: Porteus 3.1 LXQT
- Location: UK
Delay involving udevadm [Solved]
Last edited by Johnny Blue on 08 Jul 2016, 09:31, edited 1 time in total.
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Delay involving udevadm
Hello Johnny Blue,
Perhaps you cuold edit /etc/rc.d/rc.S and change from:
to:
You must have persistence enabled or use rootcopy for modified rc.S.
Perhaps you cuold edit /etc/rc.d/rc.S and change from:
Code: Select all
/sbin/udevadm settle --timeout=120
Code: Select all
/sbin/udevadm settle --timeout=3
Please add [Solved] to your thread title if the solution was found.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Delay involving udevadm
^^^ Cinnamon rc4 Boot from HD 
Edit
Without edit 12 seconds; with edit, did not get to time it, as start of pause not discernible.
Edit used:

Edit
Without edit 12 seconds; with edit, did not get to time it, as start of pause not discernible.
Edit used:
Code: Select all
sed -i '/settle/s/120/3/' /etc/rc.d/rc.S
Last edited by Bogomips on 07 Jul 2016, 18:19, edited 2 times in total.
Reason: Timing
Reason: Timing
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
-
- White ninja
- Posts: 6
- Joined: 12 Jun 2016, 18:58
- Distribution: Porteus 3.1 LXQT
- Location: UK
Re: Delay involving udevadm
Thanks, fanthom, that's fixed it! Brilliant, total boot time now much faster!