Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 07:14:45 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Fatemeh Mehdizadeh <mehdizadeh.fatemeh@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: remove messages at boot time
Message-ID:  <20180628071445.347aa0a0.freebsd@edvax.de>
In-Reply-To: <CAJjCBpMOe0EwWndpr=PBeL78-Y7fKZTfzbxiE3-RyUz_sv4c6g@mail.gmail.com>
References:  <CAJjCBpMOe0EwWndpr=PBeL78-Y7fKZTfzbxiE3-RyUz_sv4c6g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Jun 2018 15:06:03 +0430, Fatemeh Mehdizadeh wrote:
> Hi all.
> my system show this message at startup "syms=[-
> /boot/kernel/geom_eli.ko size 0x35ff8 at 0x1c17000 ".
> 
> How can I remove this message?

There is a compile-time preprocessor macro named ELF_VERBOSE
having an effect in /usr/src/sys/boot/common/load_elf.c, but
the message you see seems to be written to the console when
ELF_VERBOSE is _not_ set. You could change that file and
recompile + reinstall the corresponding parts of the OS to
hide the (harmless) diagnostic message.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180628071445.347aa0a0.freebsd>