F-Error problems
24 Mar 2020 13:31 - 24 Mar 2020 15:55 #161348
by Clive S
I had to delete these lines in the file
auto eth0
iface etho inet dhcp
As it kept adding eno0
Now the ping times are better I have done this on an exact same PC as I have on the plasma machine.
So now I will go and do the same on the other machine. Edit: On the Plasma machine I am now getting 0.113 range
But still getting following errors
Replied by Clive S on topic F-Error problems
That means eno1 is not the name of you Ethernet device...
What does
ip a
report?
I had to delete these lines in the file
auto eth0
iface etho inet dhcp
As it kept adding eno0
Now the ping times are better I have done this on an exact same PC as I have on the plasma machine.
So now I will go and do the same on the other machine. Edit: On the Plasma machine I am now getting 0.113 range
But still getting following errors
Attachments:
Last edit: 24 Mar 2020 15:55 by Clive S.
Please Log in or Create an account to join the conversation.
24 Mar 2020 18:07 #161360
by PCW
Replied by PCW on topic F-Error problems
Can you plot the hm2_[your_card_name].0.dpll.phase-error-us in halscope?
I wonder if the distribution you are running uses systemd-timesyncd instead of ntpd
This has been shown to cause issues on RPI4 systems and would likely
cause the same here.
systemctl status systemd-timesyncd.service
should show if timesyncd is running
I wonder if the distribution you are running uses systemd-timesyncd instead of ntpd
This has been shown to cause issues on RPI4 systems and would likely
cause the same here.
systemctl status systemd-timesyncd.service
should show if timesyncd is running
Please Log in or Create an account to join the conversation.
25 Mar 2020 15:01 #161448
by Clive S
Does this help.
.
cnc@Brix:~/Desktop$ systemctl status systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: active (running) since Wed 2020-03-25 14:28:22 GMT; 29min ago
Docs: man:systemd-timesyncd.service(8)
Main PID: 575 (systemd-timesyn)
Status: "Synchronized to time server 178.79.160.57:123 (0.debian.pool.ntp.org)."
Tasks: 2 (limit: 4915)
CGroup: /system.slice/systemd-timesyncd.service
└─575 /lib/systemd/systemd-timesyncd
cnc@Brix:~/Desktop$
Replied by Clive S on topic F-Error problems
.Can you plot the hm2_[your_card_name].0.dpll.phase-error-us in halscope?
I wonder if the distribution you are running uses systemd-timesyncd instead of ntpd
This has been shown to cause issues on RPI4 systems and would likely
cause the same here.
systemctl status systemd-timesyncd.service
should show if timesyncd is running
Does this help.
.
cnc@Brix:~/Desktop$ systemctl status systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: active (running) since Wed 2020-03-25 14:28:22 GMT; 29min ago
Docs: man:systemd-timesyncd.service(8)
Main PID: 575 (systemd-timesyn)
Status: "Synchronized to time server 178.79.160.57:123 (0.debian.pool.ntp.org)."
Tasks: 2 (limit: 4915)
CGroup: /system.slice/systemd-timesyncd.service
└─575 /lib/systemd/systemd-timesyncd
cnc@Brix:~/Desktop$
Please Log in or Create an account to join the conversation.
25 Mar 2020 15:39 #161462
by PCW
Replied by PCW on topic F-Error problems
Yep, timesyncd is running
I _think_ just installing ntpd will fix this:
$ sudo apt-get install ntp
I _think_ just installing ntpd will fix this:
$ sudo apt-get install ntp
Please Log in or Create an account to join the conversation.
26 Mar 2020 16:08 #161578
by Clive S
After installing sudo apt-get install ntp - I get this:-
.
cnc@Brix:~/Desktop$ systemctl status systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendo
Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: inactive (dead)
Condition: start condition failed at Thu 2020-03-26 16:00:12 GMT; 3min 23s ago
└─ ConditionFileIsExecutable=!/usr/sbin/ntpd was not met
Docs: man:systemd-timesyncd.service(8)
lines 1-8/8 (END)
cnc@Brix:~/Desktop$ ^C
Replied by Clive S on topic F-Error problems
Yep, timesyncd is running
I _think_ just installing ntpd will fix this:
$ sudo apt-get install ntp
After installing sudo apt-get install ntp - I get this:-
.
cnc@Brix:~/Desktop$ systemctl status systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendo
Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: inactive (dead)
Condition: start condition failed at Thu 2020-03-26 16:00:12 GMT; 3min 23s ago
└─ ConditionFileIsExecutable=!/usr/sbin/ntpd was not met
Docs: man:systemd-timesyncd.service(8)
lines 1-8/8 (END)
cnc@Brix:~/Desktop$ ^C
Please Log in or Create an account to join the conversation.
26 Mar 2020 16:20 #161579
by PCW
Replied by PCW on topic F-Error problems
A dead timesyncd is a good timesyncd...
Now the question is whether ntpd is running (to keep you clock/date correct)
ps -aux | grep ntpd
should answer that
Now the question is whether ntpd is running (to keep you clock/date correct)
ps -aux | grep ntpd
should answer that
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
Time to create page: 0.124 seconds