Search results

  1. P

    FreeBSD Desktop for PineBook Pro

    Why don't you send your changes to reviews.freebsd.org?
  2. P

    Flashing an LSI 9211-8i from IR to IT firmware

    I'm trying to flash my card from FreeDOS. I already erased it (level 6), but during flashing operation, it's stuck: C:\FDSETUP>SAS2FLSH.EXE -o -f 2118IT.BIN LSI Corporation SAS2 Flash Utility Version 20.00.00.00 (2014.09.18) Copyright (c) 2008-2014 LSI Corporation. All rights reserved...
  3. P

    EFI features

    I think Coreboot alone has much bigger marketshare because of Chromebooks.
  4. P

    EFI features

    I recommend everyone to use Coreboot - it works with BSD, although it may be a hassle to install. Fun fact: it seems OpenBSD works much better with Coreboot than FreeBSD.
  5. P

    Installing GOG.com Linux games (via mojosetup)

    I also play games from GoG. When I use the Linux version, I just run: $ tar xvvf game.sh It works.
  6. P

    Solved Creating of DSA Key in /etc/ssh is disabled?

    But /etc/rc.conf isn't overwritter on upgrades.
  7. P

    Solved Creating of DSA Key in /etc/ssh is disabled?

    You can manually put: sshd_dsa_enable="yes" to /etc/rc.conf. That should be enough to generate the host key with the script.
  8. P

    Which is your desktop environment?

    I'm actually considering switching to dwm or other tilling WM.
  9. P

    Solved If I use freebsd-update, do I still need svn to get source?

    You don't need to use SVN to update the source if you update with freebsd-update. Remember that when the kernel is patched, you need to rebuild it yourself, since you'll get GENERIC installed with freebsd-update.
  10. P

    Wifi & lan router os?

    I'd say more - just because you use FreeBSD it probably means you're badly protected. It's good that HardenedBSD is trying to fix FreeBSD and it's bad that some FreeBSD developers don't want to merge HardenedBSD's improvements. I hope this is not the beginning of shitstorm.
  11. P

    Wifi & lan router os?

    The best bet is either separating AP and router or putting them together. In the 1st case you should look at what is supported by https://github.com/freebsd/freebsd-wifi-build. I guess your best bet is TP-Link Archer C7 v2, although the Wifi doesn't work (the Wifi card is AFAIK mPCI-e, you can...
  12. P

    Trying to a Linux binary and getting ELF interpreter error 2

    You need Linux version of libXrender. Install x11/linux-c6-xorg-libs.
  13. P

    Trying to a Linux binary and getting ELF interpreter error 2

    Do: $ make -C /usr/ports/emulators/linux_base-c6 -V LINUX_DEFAULT If the result is c6 put DEFAULT_VERSIONS=linux=c6_64 into /etc/make.conf and reinstall Linux ports. Alternatively, you can put DEFAULT_VERSIONS=linux=c7_64 and use the newer CentOS 7 layer.
  14. P

    Trying to a Linux binary and getting ELF interpreter error 2

    The binary seems to be compiled for amd64. Do you use amd64-aware Linux compatibility layer? If you installed from packages, AFAIK they are for i386 only.
  15. P

    Is 12.0-CURRENT "slower" compaired to say 11.0-CURRENT?

    https://svnweb.freebsd.org/base/head/UPDATING?view=co
  16. P

    bhyve passthrough

    Does your system support VT-d? You can check whether it does with acpidump -t | grep DMAR . There should be a DMAR table.
  17. P

    Solved Server doesn't answer to anything

    It seems to be a memory problem after all. Thanks for help.
  18. P

    Solved Server doesn't answer to anything

    Isn't it possible to do it from FreeBSD? I have lots of things running on my server, including my email :/ I see there are some memtest* ports...
  19. P

    Solved Server doesn't answer to anything

    Thanks for some ideas. I'm currently at work so I need to wait around 10hrs until I get back :(
Back
Top