I'm sorry to bother everyone with seemingly the same video. But I've reflimed this today in order to improve the quality of the video. Thank you to JM for pointing this out to me. Have a good day/night everyone.
@Super61a Жыл бұрын
i was able to follow along. i have an old ibm t41 to tinker with and wanted to learn a little about open bsd and your videos were the ticket.
@marciomaiajr3 жыл бұрын
Awesome tutorial. Thanks for sharing your knowledge with us.
@teetechtm3 жыл бұрын
I'm glad it helped you Marcio and thank you for watching my videos!
@paul_264 Жыл бұрын
Thanks really helpful video! 😄
@teetechtm Жыл бұрын
Thanks for watching Paul and I'm glad to hear my video helped you.
@telealotstm31882 жыл бұрын
Thank u thats very helpful
@teetechtm2 жыл бұрын
Hi tele. I'm glad I was able to help you and thank you for watching my videos!
@reh00042 жыл бұрын
Sir when I tried to add pkg it gives me an error no address associated with name?!
@teetechtm2 жыл бұрын
Hi Reh. I would check two things in this case. Make sure your OpenBSD has a working network configuration meaning an IP Address, Subnet Mask, Default route, Valid DNS Servers. If that is all working correctly. I would then check in the file "/etc/installurl" It should when configured properly contain the URL of a package mirror. In some cases this file can get misconfigured during the install like when you don't configure the network or if you choose to install the sets from local media as opposed to the Internet. If the file is blank here is a list of mirrors to choose from. www.openbsd.org/ftp.html Here is a working one make sure to add the path to where the packages are stored on the mirror server. As an example you might place this in the /etc/installurl file. "cdn.openbsd.org/pub/OpenBSD/7.0/packages/amd64/" You have to of course customize this for your system. This one is for an amd64/x86_64 bit CPU and the OpenBSD 7.0 release. As I said though the exact package URL your system needs may vary. Hope that helps and thank you for watching my videos!