Re: suppressing DHCP messages

2021-07-19 Thread Siddons, David
...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

Re: suppressing DHCP messages

2021-07-19 Thread Siddons, David
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/

Re: suppressing DHCP messages

2021-07-19 Thread Siddons, David
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

suppressing DHCP messages

2021-07-19 Thread Siddons, David
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

Re: suppressing DHCP messages

2021-07-19 Thread Christian Mauderer
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:*

Re: suppressing DHCP messages

2021-07-19 Thread Heinz Junkes
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