for cliexec the ~ denotes a space.. so the real command is "haveged start" ..
Start-up Hang due to unknown background processing
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Start-up Hang due to unknown background processing
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Start-up Hang due to unknown background processing
So just to be clear, cliexec=haveged~start and cliexec="haveged start" are the same and either format will work in the APPEND statement?
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Start-up Hang due to unknown background processing
no. cliexec=haveged~start is for the APPEND statement and haveged start is what you use in a terminal.
basicly the cliexec= cheat does not take spaces(same with guiexec=)
cheatcodes.txt says:
Code: Select all
cliexec=my_script
cliexec=my_script;reboot
... Execute specified command(s) in runlevel 3 (before logging
in to a graphical interface).
Use semicolons (;) as command separators with no spaces.
... If you need to use spaces in the command line, replace them
with '~'. For example, 'cliexec=echo~Shutting~power;poweroff'
will echo your text with spaces instead of '~'.
NOTE: to start graphical applications please use 'guiexec='
cheatcode instead.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Start-up Hang due to unknown background processing
Thank you ncmp

I'm amazed I haven't encountered this before.