Dear #FreeBSD and #Qemu community... I am trying to organize a school visit in Munich Germany for next week. I have reached the end of other options and am looking for someone in or around Munich that might help me. Please DM if you can help. Thanks!
@ngortheone I like to do anything that is challenging. Sysadmin skills are my bread and butter. And I donโt know why whenever I went outside C all other languages just didnโt make any sense to me. Refreshing my Lua knowledge is the next target as we have that in FreeBSD base now.
@gbergling Those cannot be ordered. Those are only available during the RIPE Meetings or the Regional Internet Registry meetings sometimes operated under the jurisdiction of RIPE regions.
Hi everyone I am up for a new challenge again and looking forward for long/short term remote/hybrid contracts on #freebsd or #Automation or #networking
@Tatuze2@vermaden@kaevans91@Xxvalen Now on another note normally FreeBSD maintains the compatibility during the lifetime of a major version but I just don'e know exactly what are failing to build or work on 13.2 that builds on 13.1. But entirely the work is not as easy as it seems to be for now.
@Tatuze2@vermaden@kaevans91@Xxvalen We have multiple major versions of supported release and different versions has multiple architectures. So how does a host know where to pull the pkg from? If you look into pkg.conf you will see a variable named ABI is expanded which results to something like FreeBSD:12:amd64.
@Tatuze2@vermaden@kaevans91@Xxvalen Now on the other hand as we never put minor versions in this tag there is no easy way for a web server to distinguish whether a 13.1 is asking for resources or a 13.2 is asking for resources. Hence we cannot serve the files.
@Tatuze2@vermaden@kaevans91@Xxvalen Or FreeBSD:13:aarch64. This is also set in our web server configuration and that's how the web server knows where to serve the file from.
@vermaden@kaevans91@Xxvalen The underlying problem is not tiny itself. We will need to rewrite pkg. If you try to search a plg meta info you will see that plg has FreeBSD:13:amd64 which is the ABI. Currently there is mo easy way to fix this.