You are not logged in.

#1 2016-10-21 12:42:25

pegasusearl
Member
Registered: 2016-08-12
Posts: 8

Failed to create bus connection: No such file or directory.

Right now, I'm in the middle of archlinux installation using the Installation Guide from the wiki.
I'm stuck at the "Timezone" section, set timezone.

I have installed Windows 10 on my GPT partition, UEFI, and going to dualboot it.

Time zone
Set the time zone:

# ln -s /usr/share/zoneinfo/Region/City /etc/localtime

When I run #timedatectl, the output is "Failed to create bus connection: No such file or directory." after #arch-chrood /mnt.
I remembered I can turn on ntp before chroot #timedatectl set-ntp true. Now the output is also , "Failed to create bus connection: No such file or directory."

What does that mean? What's the possible issue?
if I just type...

# ln -sf /usr/share/zoneinfo/<MYzone>/<MySubZone> /etc/localtime

or skip it,  will that be a problem later?
Thank you smile

Last edited by pegasusearl (2016-10-21 12:52:35)

Offline

#2 2016-10-21 13:30:48

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: Failed to create bus connection: No such file or directory.

It says to use ln, not timedatectl

Offline

Board footer

Powered by FluxBB