Start-up Hang due to unknown background processing

Post here if you are a new Porteus member and you're looking for some help.
meet
Black ninja
Black ninja
Posts: 88
Joined: 31 Mar 2020, 04:37
Distribution: Porteus 4.0

Start-up Hang due to unknown background processing

Post#16 by meet » 03 May 2020, 12:18

AcnapyxoB wrote:
03 May 2020, 07:39
meet are you using SSD, if yes check this:
viewtopic.php?f=81&t=8447
Hey. No, I am using Pen Drive / Flash drive / USB.

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Start-up Hang due to unknown background processing

Post#17 by AcnapyxoB » 03 May 2020, 12:36

meet You are using USB, but have you HDD on your PC?
Porteus v5.01 KDE x86_64

meet
Black ninja
Black ninja
Posts: 88
Joined: 31 Mar 2020, 04:37
Distribution: Porteus 4.0

Start-up Hang due to unknown background processing

Post#18 by meet » 03 May 2020, 15:30

AcnapyxoB wrote:
03 May 2020, 12:36
meet You are using USB, but have you HDD on your PC?
Yes, a harddisk is present on the laptop that I am using for booting the usb at the moment.
Could that be the reason? That the OS is loading the HD and taking too much time?

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Start-up Hang due to unknown background processing

Post#19 by AcnapyxoB » 03 May 2020, 15:40

meet wrote:
03 May 2020, 15:30
AcnapyxoB wrote:
03 May 2020, 12:36
meet You are using USB, but have you HDD on your PC?
Yes, a harddisk is present on the laptop that I am using for booting the usb at the moment.
I ask because I had similar problem. I change my Disc with SSD and met the problem with lack of enough entropy during boot.
I solve the problem with haveged:
Take haveged from USM or
from https://packages.slackonly.com/pub/pack ... slonly.txz,
convert to module, put it in base folder, then add cliexec=haveged~start in boot/syslinux/porteus.cfg APPEND field and reboot for test!
Porteus v5.01 KDE x86_64

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Start-up Hang due to unknown background processing

Post#20 by beny » 03 May 2020, 16:55

hi meet file system that you use for.....or you have strange file system that the boot have to mount? fdisk -l on konsole or gparted, but only to show the file system of all devices. and if i remeber well haveged is part of slackware core in /a directory

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Start-up Hang due to unknown background processing

Post#21 by beny » 03 May 2020, 17:13

sorry, my mistake only slackware current have this package on a/ directory not 14.2

User avatar
Ed_P
Contributor
Contributor
Posts: 8343
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Start-up Hang due to unknown background processing

Post#22 by Ed_P » 03 May 2020, 20:50

An interesting description.

Code: Select all

PACKAGE DESCRIPTION:
# haveged (A simple entropy daemon)
#
# The haveged project is an attempt to provide an easy-to-use,
# unpredictable random number generator based upon an adaptation of the
# HAVEGE algorithm.  Haveged was created to remedy low-entropy
# conditions in the Linux random device that can occur under some
# workloads, especially on headless servers.
#
How does this solve a slow start-up?
Ed

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Start-up Hang due to unknown background processing

Post#23 by AcnapyxoB » 04 May 2020, 05:47

Ed_P wrote:
03 May 2020, 20:50
An interesting description.

Code: Select all

PACKAGE DESCRIPTION:
# haveged (A simple entropy daemon)
#
# The haveged project is an attempt to provide an easy-to-use,
# unpredictable random number generator based upon an adaptation of the
# HAVEGE algorithm.  Haveged was created to remedy low-entropy
# conditions in the Linux random device that can occur under some
# workloads, especially on headless servers.
#
How does this solve a slow start-up?
The Linux kernel generates entropy from keyboard timings, mouse movements, and IDE timings and makes the random character data available to other operating system processes through the special files /dev/random and /dev/urandom. This capability was introduced in Linux version 1.3.30

There are some Linux kernel patches allowing one to use more entropy sources. The audio_entropyd project, which is included in some operating systems such as Fedora, allows audio data to be used as an entropy source. Also available are video_entropyd which calculates random data from a video-source and entropybroker which includes these three and can be used to distribute the entropy data to systems not capable of running any of these (e.g. virtual machines). Furthermore, one can use the HAVEGE algorithm through haveged to pool entropy. In some systems, network interrupts can be used as an entropy source as well.
https://en.wikipedia.org/wiki/Entropy_(computing)
Porteus v5.01 KDE x86_64

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Start-up Hang due to unknown background processing

Post#24 by AcnapyxoB » 04 May 2020, 05:54

In my case the system was not enough entropy after changing the HDD (rotating disk drive) with SSD!
Porteus boot on black screen, without loading DE (have to move mouse or touch keyboard to generate entropy) :(

Respectively solved with haveged-1.9.2, as I describe above.
Porteus v5.01 KDE x86_64

User avatar
Ed_P
Contributor
Contributor
Posts: 8343
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Start-up Hang due to unknown background processing

Post#25 by Ed_P » 05 May 2020, 04:41

AcnapyxoB wrote:
03 May 2020, 15:40
Take haveged from USM or
from https://packages.slackonly.com/pub/pack ... slonly.txz,
convert to module, put it in base folder, then add cliexec=haveged~start in boot/syslinux/porteus.cfg APPEND field and reboot for test!
Would putting cliexec=haveged~start in /etc/rc.d/rc.local work also?
Ed

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Start-up Hang due to unknown background processing

Post#26 by AcnapyxoB » 05 May 2020, 04:55

Ed_P May be it's posible, but porteus.cfg seems like more flexible solution!
Porteus v5.01 KDE x86_64

User avatar
Ed_P
Contributor
Contributor
Posts: 8343
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Start-up Hang due to unknown background processing

Post#27 by Ed_P » 05 May 2020, 06:43

Not in my world.

Code: Select all

menuentry " Porteus 4.0 ISO - changes="       --class slackware   --class icon-porteus  {

     set boot_parms="volume=33 reboot=cold $extramods$linux_folder/Modules noload=cinnamon changes=EXIT:$linux_folder/changes/porteussave.dat cliexec=haveged~start"

     search -f $iso --set=root
     loopback loop $iso
     linux  (loop)/boot/syslinux/vmlinuz from=$iso $boot_parms
     initrd (loop)/boot/syslinux/initrd.xz
     }
Ed

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3925
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Start-up Hang due to unknown background processing

Post#28 by ncmprhnsbl » 05 May 2020, 08:27

somehow i don't think this is an entropy problem in this case, since the lag happens after the DE(kde in this case) loads ..
might be worth trying noauto cheatcode to stop internal drives from mounting at boot time to eliminate (something going on with that) from the equation..
tend to think of baloo search indexer when it comes to kde lag.. less drives to index might help..
the other thing to try is "Always Fresh" ie. without changes or added modules and see if the lag occurs there..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

meet
Black ninja
Black ninja
Posts: 88
Joined: 31 Mar 2020, 04:37
Distribution: Porteus 4.0

Start-up Hang due to unknown background processing

Post#29 by meet » 06 May 2020, 04:03

ncmprhnsbl wrote:
05 May 2020, 08:27
the other thing to try is "Always Fresh" ie. without changes or added modules and see if the lag occurs there..
I deleted the save file and re-made it from a fresh boot. And now the lag is gone, at least in Cinnamon. I haven't checked in KDE though. Probably the same thing will work on that too.

Just to put it, the save file wasn't full. I hardly had 50 MB worth data in the 1.5 GB save file. But we need to find out why it happened, so that I can avoid it from happening again.

The files that I had on save.dat are back again. I have copied them again I mean. Just the setting files and my modifications in the config files are not done and hence are not present in the save.dat

User avatar
Ed_P
Contributor
Contributor
Posts: 8343
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Start-up Hang due to unknown background processing

Post#30 by Ed_P » 06 May 2020, 05:19

I think your save.dat file is too big meet and loading it from the USB drive is slow. Try a save.dat of 512MG or less. Mine is 393 MB and I have about 120 MB free and have been using it for a long time.

BTW in the cliexec=haveged~start command mentioned above is the ~start part to be taken literally? Usually parms are preceeded by a - or /.
Ed

Post Reply