Search results

  1. D

    search what port/package provides file "x"

    SirDice isn't very nice either 🤷
  2. D

    13.0-RELEASE -- setting mtu in rc.conf causes kernel panic?

    Setting the MTU via the command line works just fine. The other server, the G6, still runs 12.1 and is working just fine. Using either: create_args_mlxen0="up mtu 9000" or create_args_mlxen0="mtu 9000" does not actually change the MTU. On the flip side, it doesn't crash the kernel either lol. I...
  3. D

    13.0-RELEASE -- setting mtu in rc.conf causes kernel panic?

    Hello everyone, I have a freshly upgraded 13.0-RELEASE running on an old HP Proliant DL380 G5. /boot/loader.conf: security.bsd.allow_destructive_dtrace=0 vfs.root.mountfrom="zfs:zroot/ROOT/default" kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" opensolaris_load="YES"...
  4. D

    Solved upgrade 12.2 to 13.0 kernel panic

    Seems the mlx_load="YES" in /boot/loader.conf driver was causing some issues. If I upgrade without that module it works just fine.
  5. D

    Solved upgrade 12.2 to 13.0 kernel panic

    Hello everyone, I have an old Proliant DL380 G5 running 12.2-RELEASE with a MBR (BIOS) partition scheme, no swap, no 4k sectors and raiz1 with 6 disks. Upgrading to 13.0-RELEASE results in the following kernel panic: I've spent close to half a day trying to figure out what's going on or how...
  6. D

    Other Looking for HP SmartArray/SmartHBA RAID controller users...

    Actually, it is. I've run it while I worked in the VFX industry and we had tons of clients all over germany connecting to the same server, blades, LDAP + home dirs, etc. No issues whatsoever. 1 word, ceph. for really high usability and performance, ceph. Yes, the ZFS port on linux is an...
  7. D

    Other Looking for HP SmartArray/SmartHBA RAID controller users...

    All the companies I've worked at in the past 15 years that had FreeBSD (hence my employment) have since switched to Linux. The project is in a deplorable state, there simply aren't any strong selling points. And don't get me started on the "why don't you take things into your own hands" stuff...
  8. D

    Ebay & port scanning

    well, f**k. not so nice s**t to read about your employer ....
  9. D

    Solved hpacucli

    Nevermind, I'm an idiot -> https://forums.freebsd.org/threads/how-to-add-lib32-after-installing-freebsd.67512/ had to: fetch ftp://ftp-archive.freebsd.org/pub/FreeBSD/releases/amd64/12.1-RELEASE/lib32.txz tar -C / -xvpf lib32.txz Works now! PS: the base mfiutil doesn't work
  10. D

    Solved hpacucli

    Has anyone managed to get hpacucli working on 12-RELEASE? I get ELF interpreter /usr/libexec/ld-elf.so.1 not found, error 8 Abort trap and it seems the latest version we have in the ports is 7.50_4 I'm trying to enable the write cache without a BBU
  11. D

    how to set "usbconfig set_config 1" at boot?

    I have this: ugen1.4: <TP-LINK USB 10/100 LAN> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (100mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0210 bDeviceClass = 0x0000 <Probed by interface class> bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000...
  12. D

    how to set "usbconfig set_config 1" at boot?

    12.0-RELEASE and I'm struggling to find a way to do usbconfig set_config 1 at boot. Besides having a script that runs every time the servers comes up, what's the proper way of doing this?
  13. D

    11.2-RELEASE boot -> bootpool/boot issues

    so again, can you please tell me where I can find the mlx4en pre-compiled module?
  14. D

    11.2-RELEASE boot -> bootpool/boot issues

    So SirDice? How's that module coming along?
  15. D

    11.2-RELEASE boot -> bootpool/boot issues

    [root@xxx 3:11pm] ~/>ls -lahd /boot lrwxr-xr-x 1 root wheel 13B Jun 22 07:37 /boot -> bootpool/boot [root@xxx 3:11pm] ~/>ls -lahd /bootpool/ drwxr-xr-x 2 root wheel 2B Oct 2 13:38 /bootpool/ [root@xxx 3:11pm] ~/>ls -lahd /bootpool/boot ls: /bootpool/boot: No such file or directory
  16. D

    11.2-RELEASE boot -> bootpool/boot issues

    kldload mlx4en kldload: can't load mlx4en: No such file or directory
  17. D

    11.2-RELEASE boot -> bootpool/boot issues

    kldload mlx4 kldload: can't load mlx4: No such file or directory
  18. D

    11.2-RELEASE boot -> bootpool/boot issues

    ok so let me rephrase: I create loader.conf, compile and install a module from /usr/src, reboot the machine and see no module loaded.
  19. D

    11.2-RELEASE boot -> bootpool/boot issues

    Dude, I did not mention rebuilding the whole kernel :D I do not want to do that. I just need a handful of modules that I load at boot. Back to the point now. Sadly mlx4 is not included in GENERIC so yeah, there's that. But to my initial question, something changed between 11.1-RELEASE and...
  20. D

    11.2-RELEASE boot -> bootpool/boot issues

    WHAT?!?!?!? please explain then where I can find the .ko file for the mlx4 kernel module. Am I missing something here? I didn't mention a kernel config file and I'm NOT recompiling the whole kernel; I don't see any point in doing so.
Back
Top