Latest activity

  • B
    I'm a ThinkPad collecter, but most of my collection is back home and it includes an X201 and X220. But I'm currently using 2 X61's a W520 and an X1 Gen1. I would lke to install 8GB of ram in one of them since Middleton is supposed to allow...
  • Espionage724
    I have done this on the X61, although I tested it with linux using hdparm to test performance, it definitely worked. And I remember also dmesg reports the 3 Gb/s interface when the drive is initialised, although that's not really a test. It's...
  • B
    balanga replied to the thread drm-kmod.
    I only have old hardware so just want to install which works for me. I'd like to install the one which works best and uses least space.
  • tembun
    tembun replied to the thread Solved Carriage Return.
    termios is very useful here too. It helped me a lot when I wrote a text editor in C, because for such programs most of the default behaviour should be turned off (it's called to enter a raw terminal mode).
  • tembun
    tembun reacted to covacat's post in the thread Solved Carriage Return with Like Like.
    stty onlcr or ioctl ONLCR
  • B
    balanga replied to the thread bootable hard drive cloner.
    What errors do you get when using dd? Is this a FreeBSD version? I'm guessing that there are differences between different dd's.
  • B
    balanga replied to the thread drm-kmod.
    I didn't realise that 'latest' was actually the name. I thought it was simply short for a later one who's name I don't recall...
  • B
    balanga replied to the thread bootable hard drive cloner.
    I always wonder why there isn't a FreeBSD equivalent of this. Much of the work is done by shell scripts AFAICS.
  • H
    From the beginning I liked tcl mainly because of: a) Its simplicity and coherence, not bloated and easy to learn syntax. b) The way it separately denote variable names and variable values that allows to construct strings in an intuitive way...
  • SirDice
    Does it have an LSI/Broadcom RAID card? Not sure if this is still an issue but for some controllers FreeBSD will attach mfi when it should be using mrsas. There's a range of cards that causes the system to crash with mfi. Using...
  • JLAIP
    JLAIP replied to the thread bootable hard drive cloner.
    No, generally, the destination drive is same type, but larger. I'm looking for something like this Inateck HDD Cloner, but that is able to actually produce a bootable FreeBSD drive (the Inateck doesn't)..
    • inateck hdd cloner.jpg
  • JLAIP
    JLAIP replied to the thread bootable hard drive cloner.
    I think I've got pretty good command-line for dd (dd if=/dev/source_disk of=/dev/target_disk bs=1M conv=sync), but, as I mentioned above, I'm looking for a more fool-proof option that easier for me to handle and that can be run via hardware or...
  • B
    balanga replied to the thread bootable hard drive cloner.
    With dd. I can never figure out what happens when if and of are different sizes.
  • B
    balanga replied to the thread bootable hard drive cloner.
    With dd. I can never figure out what happens when if and of are different sizes.
  • B
    balanga replied to the thread bootable hard drive cloner.
    Are you using identical devices?
  • Aknot
    Yes, always! 👍 :)
  • Aknot
    sort , uniq
  • JLAIP
    JLAIP replied to the thread bootable hard drive cloner.
    Thanks, but I need to be able to run the cloner unattended and when the system's not running. And I should probably clarify my needs/reasoning: I'm a senior and I don't trust my command-line accuracy. I've twice fouled-up backups with dd - once...
  • JLAIP
    JLAIP posted the thread bootable hard drive cloner in General.
    I'm looking for a hard drive cloner that produces a bootable clone of a BSD system. I have both software hard drive cloners and a hardware device that'll clone any running Windows system hard drive over to a new/blank hard drive (i.e., old style...
  • Aknot
    Oh no, I just saw that it deletes entries since last time it they were added to the table, that would mean all of the addresses o_O 😁
  • B
    balanga replied to the thread drm-kmod.
    You say 61, 66 or latest, how do I know which is the latest? Also how can I tell what hardware I have? Will pciconf show me that ? I get a bit lost with all the modules installed and don't really understand what they are for.
  • Aknot
    You don't have to block permanently all ips that scans your web server. They are too many anyway. They are already some botnet controller list provided by some organization for NGFW which you can use if you want to filter and reduce some of those...
  • Aknot
    It has been really difficult to tune fail2ban as there are so many different IP addresses, it catches a few, but far from them all, and max-src-conn-rate too, due to all unique addresses. I saw there was expire function in pf: pfctl -t ddos -T...
  • ShelLuser
    Are you aware that tkinter is tk with the whole tcl inside python? Why python with the whole tcl inside if you can do the same with tcl? And I do not think installing is a problem, more interesting would be a short introduction to python, or...
  • MG
    The appeal to graphical environmennts doesn't make much sense anyway. What's different if you install everything independently? If crucial things are missing, the central KDE management should explain what's the problem. FreeBSD has not so much...
  • S
    I'm using a USB stick to install on a HPE DL-380 G9 server. Stick is read installer starts and the server reboots. Repeats everytime. On the same server using a FreeBSD 14.3 stick, the installer runs and completes. No issues. I've used the...
  • R
    You must have been socialized in the Linux world, where it is "our way or the highway". Added to my ignore list.
  • Espionage724
    Confirming with dry-run before actual run to confirm safety (and be patient to wait for pkg repo is really up-to-date, in-sync) would be a good habit.
  • dvl@
    Comparing with a snapshot: [22:16 r730-01 dvl /.zfs/snapshot/autosnap_2026-04-14_00:00:14_daily/usr/local/sbin] % elfctl -l grub-bhyve Known features are: noaslr Disable ASLR noprotmax Disable implicit PROT_MAX nostackgap...
  • dvl@
    I'm probably wrong, but are you sure that /usr/local/sbin/grub-bhyve has the wxneeded feature enabled?
  • dvl@
    I see. :rolleyes: It is an ugly lenghty commandline and bhyve is quite picky and not very verbose. What you could do, if that "vm" is simply a shell script, run it after inserting "set -v -x", then it should somewhere print that commandline. But...
  • dvl@
    From what I understand, the vm-bhyve is a convenience layer. So does it start without vm-bhyve? Anther approach could be to look into the source what might trigger the rc=4 - that could be enlightening, or it could be devastating. ;) I for my...
  • dvl@
    Found it: [22:12 r730-01 dvl ~] % elfctl -l /usr/local/sbin/grub-bhyve Known features are: noaslr Disable ASLR noprotmax Disable implicit PROT_MAX nostackgap Disable stack gap wxneeded Requires W+X mappings la48...
  • S
    scottro replied to the thread Installing Xorg.
    Stefan2 me too. I had overlooked the left hand search box. I get the correct result on the right hand search box, but nothing on the left.
  • dvl@
    I don't know and searching for that term doesn't help me answer your question, so: [22:07 r730-01 dvl ~] % ls -l /usr/local/sbin/grub-bhyve -r-xr-xr-x 1 root wheel 1081496 2026.02.09 03:11 /usr/local/sbin/grub-bhyve [22:07 r730-01 dvl ~] % file...
  • Espionage724
    Espionage724 replied to the thread Installing Xorg.
    When reading the handbook starting out 14.1 I clicked the X Windowing System category; I didn't skip to it but read the handbook to get to that part. Same process still works today 15.0/1 and 16.0-CURRENT (pkg install xorg drm-#-kmod), and xlibre...
  • Espionage724
    Espionage724 reacted to OpenFreeNet's post in the thread Installing Xorg with Like Like.
    The left box works with "x.org".
  • Espionage724
    I was on 15.1-PRE yesterday, ran pkg update from a script, ignored a mismatch version warning and updated a bunch of stuff (thought it was from pkg32 wine 😅), rebooted and froze at next boot. I was testing filesystem stuff too and figured that...
  • dvl@
    > So does it start without vm-bhyve? I am happy to try that if someone shows me how. I see the options listed above. Can it be that easy. From what I know, byhve does get started, as shown in the logs. Looking at your script, that's probably...
  • R
    rrsum replied to the thread Updating to 15.0 with source.
    For upgrating the second machine, I had the src directory mounted read only. I switched the mount to rw and it completed 'make -j4 buildworld' without stopping. However, the file /etc/rc.subr exhibited the same problem as the first machine. I...
  • D
    drhowarddrfine replied to the thread Installing Xorg.
    Stefan2 Same here. A PR needs to be sent.
  • S
    I said, to me it makes sense to have a (sub)forum for AI of its own. I wanted to get all the general pro & con AI stuff and above all the garbage out of the rest. I reconsidered it in the last days, and to me it makes no difference if we had a...
  • B
    balanga replied to the thread drm-kmod.
    I wish I understood what I was supposed to do with this instruction. Do I need to install ports to get my graphics working properly?
  • D
    drhowarddrfine replied to the thread drm-kmod.
    .
  • D
    drhowarddrfine replied to the thread Installing Xorg.
    MG That's not his problem. The problem is that when he enters "xorg" he doesn't get any results.
  • MG
    MG replied to the thread Installing Xorg.
    xorg and x11 aren't really good search words because they aren't in the text, apparently. The search seems only about the index. "graphics" works.
  • cracauer@
    Just for the record, ZFS is supposed to be safe against this. It carefully orders writes so that a termination of the queue writes at any point in time doesn't lead to inconsistencies. The usual explanation/excuse for this happening anyway is...
  • MG
    MG replied to the thread Installing Xorg.
    Chapter 5: The X window system?
  • S
    scottro replied to the thread Installing Xorg.
    I'm sorry, I misunderstood. Somehow I thought you meant a web search. However, going to the FreeBSD handbook front page, https://docs.freebsd.org/en/books/handbook/ and typing xorg in the search box shows me...
  • MG
    MG replied to the thread Solved Carriage Return.
    What does stty cbreak? Or: system("stty cbreak"); for the stdout of a C program.
Back
Top