This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

replace inetd with xinetd - readahead boot speedup

chep

Vu+ Newbie
i had to replace inetd with xinetd on the blackhole image and add some kernel modules for ipv6.
Now the Box runs perfectly with ipv6 and ipv4.
btw please remove inetd and replace it with xinetd in future images.
i use a init.d read-ahead daemon built in busybox to load some modules at boot a bit faster maybe a few seconds but i didn't had time to trace any start file of enigma2...
i also tried to use preload, but the code runs buggy on the kernel

"
while read -r p; do readahead $p; done < /etc/preload-list
"
 
i had to replace inetd with xinetd on the blackhole image and add some kernel modules for ipv6.
Now the Box runs perfectly with ipv6 and ipv4.
btw please remove inetd and replace it with xinetd in future images.
i use a init.d read-ahead daemon built in busybox to load some modules at boot a bit faster maybe a few seconds but i didn't had time to trace any start file of enigma2...
i also tried to use preload, but the code runs buggy on the kernel

"
while read -r p; do readahead $p; done < /etc/preload-list
"

Post your request (replace inetd) directly to Vu+ (www.vuplus.com)
 
Back
Top