" Pinging host names is giving me error: # ping google.com => ping: UDP connect: No route to host "
As the err msg says UDP and not ICMP , its a name lookup issue with DNS probably.
Ping utility cant convert...
Thank you everyone!
Found some information this morning about IPv6, and that the problem could be related to FreeBSD preferring v6 over v4.
So I tried the following:
$ ping -4 google.com
PING google.com (172.217.19.238): 56 data bytes
64...
Sure. With informed customers and sellers.
And this will not change, the industry needs an ET fiasco every now and then, which turns one big company belly up. So people learn that they have the power of the purse.
When it is said that you get what you pay for, you should also be able to say that you only pay for what you get.
They want it that way? Ok. They don't want my money. Oh they do want it, but I'm not willing to part with that amount for what I...
This is what I have in boot/loader.conf
splash="boot/images/bootimage.png"
shutdown_splash="/boot/images/shutdownimage.png"
I just noticed that I have a difference for splash and shutdown_splash file paths, with the latter leading with the / and...
I would like to thank you for your guidance; I must now take my leave due to the pain in my legs (paraparesis) and transverse myelitis.
My best regards and apologies.
That's a problem. You need to know how filename wildcards work.
/dev/iic? is all devices that start with iic + a 1-digit number or character but not only iic without anything else.
/dev/icc* is all files in /dev that start with iic. It can be...
Your first ls shows iic0 to iic6 while iic only doesn't exist...
It looks like some initialization of the same is stacking up while there's only 1 iic device.
There isn't an easy ways to have both version being available (aka 24.x, and the current one), not to mention that we have mesa-devel as well.
It has been years since we are stuck with an older mesa stack, if we always wait for the oldest...
Yes, I was thinking of such a use case (snapshot and send full/incremental relevant datasets from the production server, receive on the standby server).
Or, perhaps a better option is to use a specialized filesystem mirroring tool (easier to set...
Something is deactivating it?
Never had this device, but can you "raw" listen to any touch actions?
Throw device input data per byte to the console: stdbuf -o 0 cat <device name>
(end the terminal when it goes bad of control characters inside the...
Well today 8/24/26 all the nvidia-drm-xxx-kmod & nvidia_kmod binariry blobs in the latest repo are for 15.0-release.
indicated by the 1500068 tag below.
nvidia-drm-515-kmod-595.91.07.1500068 NVIDIA DRM Kernel Module...
I'm lost!
I have replaced my last configuration to use DMZ instead, and everything "seems" to be working, except one thing, I can't ping and resolv hostnames from the gateway itself.
I need to be able to update and install on the...
Kernel isn't always updated. So REVISION from newvers.sh might not match with your installed/running kernel.
# 2. Get local version
LOCAL_VER=$(freebsd-version -k)
Should be:
# 2. Get local version
LOCAL_VER=$(freebsd-version -u)
Because the...
Now this brings in a lot of things, which apparently are not needed on this host. I say that because all seems fine without them:
[11:25 zuul dvl ~] % sudo pkg install FreeBSD-set-lib32
Updating FreeBSD-base repository catalogue...
FreeBSD-base...
It is a custom repository, I forgot to mention that. This is the output from pkg repos
FreeBSD-ports: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly",
enabled : no,
priority : 0...
If you search for problems you're going to find problems. People that don't have issues typically don't post about it.
https://en.wikipedia.org/wiki/Selection_bias
I no longer have his contact information, but yes, it was a long time ago. I haven't seen him on any tech forum in years. I know he was working on some sort of medical testing idea that he had hopes for. (He was a real doctor, I don't know if...
I had
attach 100 {
<------>match "device-name" "ue0";
<------>action "/sbin/dhclient ue0";
};
which worked originally but no longer does so.
I'll try changing it to see if it works.
A few minutes later....
It does work, so I'm mystified why...
After upgrading to pkg 2.8.4 I get this message when upgrading packages:
me@server ~ $ mdo pkg upgrade 11:10
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.