ɴꙩᴍᴀᴅ
You can also try to build programs via ports. Not recommended at all for big programs like web browsers but small utilities and such can be installed easily that way
Anonymous
Hi.... Update
Anonymous
Pkg always gets stuck here.. what to do?
I think the problem is not with pkg
Anonymous
Anything I need to do from internet from the terminal hangs... I was now installing lynx browser from ports.. but it also hung there
Anonymous
Here
Anonymous
Although ping pkg.freebsd.org(or any other address) works fine
Denis
What is your internet connection?
Denis
Also, show "printenv | grep -i http" output
Anonymous
Sorry.. i moved to debian😂
Anonymous
Wifi? Cable? Show ifconfig output
It was usb tethering though. My wifi card was not detected
Anonymous
Atheros QCA9377
Denis
Do have ethernet cable part? Try to switch to it.
Anonymous
Anonymous
Anonymous
usb-tethering
That I was already using.
Prakash
Hi, I have upgraded from 12.2 to 13.0. Using a Gnome desktop. Problem is, after shutting down, within a second or two, the system reboots. Any leads.
Anonymous
Hi, I have upgraded from 12.2 to 13.0. Using a Gnome desktop. Problem is, after shutting down, within a second or two, the system reboots. Any leads.
After shutting down, the system reboots? you mean it doesn't shutdown and instead reboots when told to shutdown?
Anonymous
No. System shuts down and after a second, reboots.
what command do you use for shutdown?
Prakash
It is a Gnome 40 desktop. So, I use the shutdown button from the menu.
Anonymous
It is a Gnome 40 desktop. So, I use the shutdown button from the menu.
You probably should ask someone here or somewhere who uses gnome, I don't use gnome and shutdown from the command-line so I can't help you
Prakash
I tried shutdown -p now (which probably is what Gnome shutdown also will do). But, it results in reboot just like it was before.
Anonymous
-h is a hard shutdown
ɴꙩᴍᴀᴅ
which version? I'm on 3.19 and I cannot reproduce that
ɴꙩᴍᴀᴅ
Which pkg branch are you looking at? Also which Fbsd version?
Krond
Ports have 3.1.9 and you better be updated, as this is the minimum version that would work in a few weeks.
ɴꙩᴍᴀᴅ
You can change your pkg branch to latest from quarterly and get the latest version
ɴꙩᴍᴀᴅ
1. Copy /etc/pkg/FreeBSD.conf to /usr/local/etc/pkg/repos/FreeBSD.conf 2. Edit the copied file changing word quarterly on url param to latest: url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", 3. Run pkg update -f to update from the new repository metadata.
ɴꙩᴍᴀᴅ
(: anytime
🇵🇸🍉
So freebsd, openbsd and netbsd Are different kernels but they bsd kernel forks that release 1995 right?
ɴꙩᴍᴀᴅ
Being OpenBSD a fork from NetBSD
Badugar
Being OpenBSD a fork from NetBSD
Funny to see Solaris on that graph I consider it Oracle'd to death...
swodig
it seems like being a nerd was more fun back then
Badugar
But also more difficult as a programmer since some proprietary Unixes had a lot of quirks. GNU automake still checks for them if you run ./configure (as far as I know)
Badugar
I've read that binaries on HP-UX failed and crashed often
swodig
and you couldn't just download stuff you needed. you actually had to order CDs
Δαρθ
Being OpenBSD a fork from NetBSD
how come that linux inherited from GNU (which unix is that btw? :)) when it is not?
Badugar
how come that linux inherited from GNU (which unix is that btw? :)) when it is not?
GNU's a recursive acronym, "GNU is not Unix" GNU was based on the same principles but its own code and didn't share any (at first?) with Unix
Anonymous
GNU's a recursive acronym, "GNU is not Unix" GNU was based on the same principles but its own code and didn't share any (at first?) with Unix
> at first to my knowledge it still doesn't contain code from any of the original and certified UNIXes
Anonymous
how come that linux inherited from GNU (which unix is that btw? :)) when it is not?
Linux didn't inherit anything from GNU, distributions used GNU as userland
Anonymous
how come that linux inherited from GNU (which unix is that btw? :)) when it is not?
also GNU was supposed to be a complete libre-software implementation of UNIX it reached its goal in userland, but stagnated on kernel-side with GNU hurd
Δαρθ
also GNU was supposed to be a complete libre-software implementation of UNIX it reached its goal in userland, but stagnated on kernel-side with GNU hurd
so what that picture is about? Userlands? or kernels? if the latter, linux has nothing to do with either GNU as userland or even hurd
Δαρθ
yes some was borrowed (APIs I think) from minix but that's all
Δαρθ
There are examples like kFreeBSD in debian or linux emualtors in BSDs that show a clear margin between userspace and kernel. So the question what is the operating system still persists :)
Anonymous
so what that picture is about? Userlands? or kernels? if the latter, linux has nothing to do with either GNU as userland or even hurd
The first block of gnu refers to the whole project, after Linux came it refers to the GNU OS which uses Hurd
Anonymous
yes some was borrowed (APIs I think) from minix but that's all
And MINIX probably borrowed them from research UNIX
Δαρθ
I don't feel like borrowed API means any inheritance. Yet maybe I'm wrong.
Lunokjod
anyone has build a router with freebsd? I have troubles with routing (amateur)
Lunokjod
as the handbook says, I have exactly the same scenario ISP ROUTER <=> freeBSD router <=> internal network
Lunokjod
but... (I think is a route problem) cannot ping the ISP router from internal network
Lunokjod
(and obiously, cannot acces to WAN)
Lunokjod
the freeBSD router have wifi AP + eth with a bridge and dhcpd
Lunokjod
the dhcp and wifi parts (seems) works fine, assigning the address, setting correct DNS and gateway....
XS
And nat configured ?
Lunokjod
y you mean gateway_enable="YES" on rc.conf, yes
Lunokjod
And nat configured ?
this is one of my questions... is needed to do a nat ? (don't want by now map ports) only "share" internet
Lunokjod
must be add a static route ?
Krond
Routes can be propagated via dhcp.
Lunokjod
Routes can be propagated via dhcp.
yes, and seems be correct, pointing to <freeBSD router>
Krond
subnet 172.29.1.0 netmask 255.255.255.0 { option routers 172.29.1.1; }
Lunokjod
How would your ISP router able to reply to your ping without a NAT in ipv4 ?
I don't know about that, this explains my presence here 😅
Krond
Or, in case of ipv6, you can just offload all that stuff to dhcpcd.
Lunokjod
subnet 172.29.1.0 netmask 255.255.255.0 { option routers 172.29.1.1; }
thats ok :) I use: subnet 192.168.11.0 netmask 255.255.255.0 { range 192.168.11.100 192.168.11.130; option routers 192.168.11.1; }
Lunokjod
the dhcpd part seems work fine
Lunokjod
is a some kind of routing mess
Krond
For dhcpd there's no actual need for range, it tries to evade static IPs.
XS
You need some firewall rules
Lunokjod
You need some firewall rules
that is! you have all my atention :)
Krond
Oh yeah, that's where the fun starts.