dida110
Posts: 8
Joined: Mon Sep 24, 2018 8:42 am

Can't install NTP

Fri Oct 26, 2018 9:42 am

My problem is if I want to install NTP with this command:

Code: Select all

sudo apt-get -y install ntp
This is the result:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libopts25
Suggested packages:
  ntp-doc
The following NEW packages will be installed:
  libopts25 ntp
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 609 kB of archives.
After this operation, 1,826 kB of additional disk space will be used.
0% [Connecting to raspbian.raspberrypi.org (192.168.255.1)]
It stuck with 0% I think this IP-adress. 192.168.255.1 is a private and can't be right isn't it?
My network connections is working without any problems on my Raspberry I can ping without problems:

Code: Select all

PING mirrordirector.raspbian.org (93.93.128.193) 56(84) bytes of data.
64 bytes from 93.93.128.193 (93.93.128.193): icmp_seq=1 ttl=53 time=51.2 ms

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Can't install NTP

Fri Oct 26, 2018 9:48 am

dida110 wrote:
Fri Oct 26, 2018 9:42 am
My problem is if I want to install NTP with this command:

Code: Select all

sudo apt-get -y install ntp
This is the result:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libopts25
Suggested packages:
  ntp-doc
The following NEW packages will be installed:
  libopts25 ntp
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 609 kB of archives.
After this operation, 1,826 kB of additional disk space will be used.
0% [Connecting to raspbian.raspberrypi.org (192.168.255.1)]
It stuck with 0% I think this IP-adress. 192.168.255.1 is a private and can't be right isn't it?
My network connections is working without any problems on my Raspberry I can ping without problems:

Code: Select all

PING mirrordirector.raspbian.org (93.93.128.193) 56(84) bytes of data.
64 bytes from 93.93.128.193 (93.93.128.193): icmp_seq=1 ttl=53 time=51.2 ms

Code: Select all

sudo apt update
sudo apt install ntp
Though there has been some issues with the Raspberry Pi Servers:

viewtopic.php?f=62&t=225541
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

dida110
Posts: 8
Joined: Mon Sep 24, 2018 8:42 am

Re: Can't install NTP

Fri Oct 26, 2018 10:15 am

Even apt update does not work...

Could be, maybe I have to wait.

Return to “Troubleshooting”