Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: NewUser on September 19, 2019, 11:26:41 PM

Title: Where are messages generated during boot kept?
Post by: NewUser on September 19, 2019, 11:26:41 PM
I just installed TinyCorePure64 on a thumbdrive today, then booted successfully. Then I installed various programs; acpid, alsa, flax, etc. The next time I rebooted, following "Loading extensions", I see a list of error messages. The boot completes.

Where may I find those error messages?  I'm hoping one will explain why flaxpdf.tcz does not work. Thanks.
Title: Re: Where are messages generated during boot kept?
Post by: Juanito on September 20, 2019, 12:42:22 AM
How did you install the extensions - using the apps gui, using "tce-load" or?

If you are using the "syslog" boot code, you might see some useful error messages in /var/log/messages.

If you open a terminal window and enter the command "flaxpdf", what error messages so you get?
Title: Re: Where are messages generated during boot kept?
Post by: curaga on September 20, 2019, 12:59:16 AM
They are not logged, but add the "pause" bootcode, and you can scroll up with shift-pageup.
Title: Re: Where are messages generated during boot kept?
Post by: NewUser on September 20, 2019, 04:25:51 PM
All were installed with the Apps GUI. Thanks, curaga, I'll return with the messages.
Title: Re: Where are messages generated during boot kept?
Post by: NewUser on September 20, 2019, 05:32:21 PM
All were installed with the Apps GUI. Thanks, curaga, I'll return with the messages.

Here is the message:
udevd[133]: unknown key 'RUN(program)' in /etc/udev/rules.d/73-seat-late.rules:17

All messages are the same.

Your help is appreciated.

P.S.   I tried to start acpid manually (it is installed) and acpid fails to remain started. dbus is the same, though I'm not sure the mesages relate
Title: Re: Where are messages generated during boot kept?
Post by: NewUser on September 20, 2019, 11:00:47 PM
All were installed with the Apps GUI. Thanks, curaga, I'll return with the messages.

Here is the message:
udevd[133]: unknown key 'RUN(program)' in /etc/udev/rules.d/73-seat-late.rules:17

All messages are the same.

Your help is appreciated.

P.S.   I tried to start acpid manually (it is installed) and acpid fails to remain started. dbus is the same, though I'm not sure the mesages relate

Sorry, that should have been:
Code: [Select]
udevd[133]: unknown key 'RUN(program)' in /etc/udev/rules.d/73-seat-late.rules:17
Title: Re: Where are messages generated during boot kept?
Post by: Juanito on September 21, 2019, 12:11:16 AM
What did you do to start the dbus daemon and how do you know that it is not running?
Title: Re: Where are messages generated during boot kept?
Post by: NewUser on September 21, 2019, 10:42:19 AM
What did you do to start the dbus daemon and how do you know that it is not running?
It was just a test. I used the Services app in the Control Panel. But is that just a symptom of the messages I posted above?
Title: Re: Where are messages generated during boot kept?
Post by: Juanito on September 21, 2019, 10:47:22 AM
If you want to check if it’s working do this:
Code: [Select]
$ sudo /usr/local/etc/init.d/dbus start
$ ps aux | grep dbus
Title: Re: Where are messages generated during boot kept?
Post by: NewUser on September 21, 2019, 01:48:09 PM
I'll do that. What are your thoughts about the error messages I listed above?
Title: Re: Where are messages generated during boot kept?
Post by: Juanito on September 21, 2019, 01:49:57 PM
The message is probably irrelevant.