...sorry, that file is an EPICS file. Talking to two lists simultaneously is
confusing!
Pete.
From: Siddons, David
Sent: Monday, July 19, 2021 3:26 PM
To: Christian Mauderer ; Heinz Junkes
Cc: rtems-us...@rtems.org
Subject: Re: suppressing DHCP messages
Hi
Junkes
Cc: rtems-us...@rtems.org
Subject: Re: suppressing DHCP messages
Hello Pete,
not entirely sure how EPICS initializes dhcpcd. But I would expect that
your application creates a /dev/dhcpcd.conf somewhere. You can add the
"quiet" option to that file:
https://urldefense.com/
dentifier = 172.16.0.201
BTW, this is EPICS 7.0.6
Pete.
From: Heinz Junkes
Sent: Monday, July 19, 2021 11:42 AM
To: Siddons, David
Cc: rtems-us...@rtems.org
Subject: Re: suppressing DHCP messages
FYI,
Pete is a EPICS - User…
Hello Pete,
in modules/libcom/RTEMS/posix/rtems_init.c in
line
My application uses dhcp, and the system issues a screenfull of messages every
time the lease is renewed. Is there a way to stop that?
Pete.
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
ll out ---> new_broadcast_address = 172.16.255.255
all out ---> new_dhcp_lease_time = 600
all out ---> new_dhcp_message_type = 5
all out ---> new_dhcp_server_identifier = 172.16.0.201
BTW, this is EPICS 7.0.6
Pete.
*From:* Heinz Junkes
*Sent:* Monday, July 19, 2021 11:42 AM
*To:* Siddons, David
*Cc:*
FYI,
Pete is a EPICS - User…
Hello Pete,
in modules/libcom/RTEMS/posix/rtems_init.c in
line 1008 (before sc = rtems_bsd_initialize();) there is a / should be a
line with
rtems_bsd_set_vprintf_handler(rtems_bsd_vprintf_handler_mute);
That should suppress all output from the network intitialization