Re: Error when starting NetBSD

2024-09-02 Thread Martin Neitzel
> Below is my /var/log/messages. > Why do I get: > Sep 1 08:02:20 gandalf ntpd[817]: error resolving pool > 2.netbsd.pool.ntp.org: Temporary failure in name resolution (2) Your /var/log/messages filtered down using grep -E 'ntpd|dhcp' shows more clearly what happens. First signs of

Re: Fix current time

2024-09-02 Thread Steve Rikli
A couple ways; earlier I mentioned sysinst -- again, the Utilities menu has an option to select a timezone, e.g. either a "regional" setting like "America/New_York" or one of the mnemonic's like "EDT". The NetBSD Guide (section 3.13. System configuration) shows what this might look like during an

Re: Fix current time

2024-09-02 Thread Todd Gruhn
So I ent to /etc ,and looked. localtime -> /usr/share/zoneinfo/UTC That was set by system on Mar 28 -- I upgraded the system. The current mess happened when I was playing with ntpdate / ntpd . So how do I fix it?? On Mon, Sep 2, 2024 at 4:08 PM Steve Rikli wrote: > > On Mon, Sep 02, 2024 at 03:

Re: Fix current time

2024-09-02 Thread Steve Rikli
On Mon, Sep 02, 2024 at 03:13:30PM +, Todd Gruhn wrote: > I reset time to 13:10 -- my current time for EST is about > 11:10 . > > How do I reset this back to this time, and at in EST Timezone is set by the /etc/localtime file, which is typically a symlink pointing to a time zone definition f

Fix current time

2024-09-02 Thread Todd Gruhn
I reset time to 13:10 -- my current time for EST is about 11:10 . How do I reset this back to this time, and at in EST

Re: Error when starting NetBSD

2024-09-02 Thread pl
Todd Gruhn wrote: > No > > > I have 'ntpd=YES' > > Do I need both; or just one? > According to manpages ntpd runs continously, regularly synchronizing time while ntpdate updates it only once. Neither is needed; Time can be always updated manually. It's rather a convenience tool to keep time c

Re: Slow TCP throughput/Out of Order Packets in NetBSD 10.0

2024-09-02 Thread Greg Troxel
Kevin Bowling writes: > I have noted slow TCP performance to distant hosts on NetBSD 10.0. > For instance cloning pkgsrc-wip from git is 4-8KBps on an > unconstrained system and network that should be capable of MBps. > Taking a look at netstat -s, I noticed a lot of out of order packets > which

Re: Error when starting NetBSD

2024-09-02 Thread Todd Gruhn
What about: Sep 2 08:00:19 gandalf ntpd[821]: error resolving pool 2.netbsd.pool.ntp.org: Temporary failure in name resolution (2) I have a file called '/etc/resolv.conf' -- is it still needed? On Mon, Sep 2, 2024 at 7:51 AM Todd Gruhn wrote: > > No > > > I have 'ntpd=YES' > > Do I need both;

Re: Error when starting NetBSD

2024-09-02 Thread Todd Gruhn
No I have 'ntpd=YES' Do I need both; or just one? On Sun, Sep 1, 2024 at 10:57 PM John McCue wrote: > > On Sun, Sep 01, 2024 at 08:19:02AM +, Todd Gruhn wrote: > >Below is my /var/log/messages. > >Why do I get: > > Sep 1 08:02:20 gandalf ntpd[817]: error resolving pool > > 2.net

Re: Error when starting NetBSD

2024-09-02 Thread pl
Todd Gruhn wrote: > Below is my /var/log/messages. > Why do I get: > Sep 1 08:02:20 gandalf ntpd[817]: error resolving pool > 2.netbsd.pool.ntp.org: Temporary failure in name resolution (2) > > Can it be fixed? Yer box tries to contact 2.netbsd.pool.ntp.org and fails to. As [it seem