freebsd 11.0

  1. S

    Add a new system call at FreeBSD-11 for calculating sum of two values

    Hello, I am a beginner in FreeBSD. I installed FreeBSD-11.0-RELEASE-amd64 on VM. I want to add first new system call that it is for calculating sum of two values. I read a sample in https://www.nostarch.com/rootkits.htm. struct sc_example_args { char *str; }; static int sc_example(struct thread...
  2. S

    svn: E120106: ra_serf: The server sent a truncated HTTP response body

    Hello, I am a beginner. I installed FreeBSD-11.0-RELEASE-amd64 on VM. I installed kernel sources by: svnlite co https://svn.freebsd.org/base/releng/11.0 /usr/src/ I get: svn: E120106: ra_serf: The server sent a truncated HTTP response body. And now: # ll /usr/src/ total 62 drwxr-xr-x 4...
  3. S

    A simple new system call in FreeBSD-11.0-RELEASE-amd64

    I am a newbie in FreeBSD. I installed FreeBSD-11.0-RELEASE-amd64 on VM. I want to add first new system call. I find this link. I Did: cd /usr/src/sys/kern ee mykern.c #include <sys/sysproto.h> #include <sys/proc.h> #include <sys/types.h> #include <sys/systm.h> #ifndef _SYS_SYSPROTO_H_...
  4. M

    sysctl -a hanging

    Dear Forumers, I have been battling all day with a problem I can find very little information about and I was hoping you could give me a hand. I'm putting this issues in this forum only because I only did a fresh new install today and have been trying to resolve the issue basically the better...
  5. S

    A simple new system call

    Hello, I am a newbie in FreeBSD. I installed FreeBSD-11.0-RELEASE-amd64 on VMware. I want to add first new system call. I find this link: http://beefchunk.com/documentation/sys-programming/os-freebsd/addsystemcall.html and: http://crypto.ee.ntu.edu.tw/~thyeh/html/syscall.html They are a little...
  6. S

    freebsd kernel module writing

    Hello, I am a newbie in FreeBSD. I installed FreeBSD-11.0-RELEASE-amd64 on VMware. I want to write first FreeBSD kernel module. I find this link: How to write a FreeBSD Kernel Module and now I have some errors in my file, first.c. cc first.c: in file included from first.c:3...
  7. HL1234

    Installing new kernel FreeBSD 11.0 runs into a mountroot>

    Hello, after make installkernel I got a lot of messages "kldxref: unknown metadata record 4 in file". But I have ignored that. Then I do like it was described in the handbook: shutdown now mount -u / mount -a -t ufs swapon -a cp -Rpv /etc /home/etc-170128 mergemaster -p but it has merged...
  8. A

    X server dies starting kde

    kdm ... X server died during startup... X server for display :0 cannot be started, session disabled It used to work fine on 10.3, but since upgraded to 11.0 I get only the above message. What to do?
  9. asys

    Dual-booting Windows 10 alongside FreeBSD 11.0-RELEASE

    How do I go about having Windows 10 alongside FreeBSD 11.0-RELEASE on a same physical hard drive? Freebsd handbook is excellent(reason for choosing FreeBSD), but I can't seem to find the way to do this. A little bit of background, I did dual-boot my older machine with Windows 7 alongside...
  10. P

    Solved can't load 'kernel' - FreeBSD 11.0 with encrypted ZFS (RAID-10) and boot environments

    Hi, I like to install FreeBSD 11.0 with encrypted ZFS root and boot environments using four disks (stripped and mirrored). After the first reboot I got the following error: BTX loader 1.00 BTX version is 1.02 Consoles: internal video/keyboard BIOS drives C: is disk0 BIOS drives D: is disk1...
  11. camerongray

    Solved CARP preemption not working (FreeBSD 11.0)

    I'm trying to set up a pair of FreeBSD 11.0 machines as a redundant pair of routers with failover provided by CARP and PFSync. A slightly simplified version of what I'm doing: 2 machines - "Router A" and "Router B" Each machine has 3 interfaces - One dedicated to PFSync, another has a single...
  12. E

    Internet connection problems FreeBSD 11

    Hi people, I'm trying to set up internet connection on FreeBSD 11.0-RELEASE running at VMware VM but, when I try to ping google IPs, I get a 100% loss. Here is my rc.conf. I use default (for vmware) NAT connection and try to route traffic trought gateway ip (192.168.149.2). Please tell me...
  13. E

    Random system freezes

    Hi, I just upgraded from 10.3-RELEASE to 11.0-RELEASE using freebsd-update a couple of days ago. All was fine after the upgrade process, but like 3 hours later the system freezes. No messages on logs or console. Since then it keeps freezing randomly, sometimes after boot, sometimes it lasts...
  14. Manuel Solis

    Solved Trying to install FreeBSD 11 on Laptop Samsung NP300V4A

    Dear FreeBSD Support Team: Last year I upgraded the hardware in this Samsung NP300V4A by adding a 500 GB SSD and 12 GB RAM. So I decided to install FreeBSD 10.3, in that try I had problems installing it from the USB due to display errors at the moment of enter option 1 in the splash screen of...
  15. T

    OpenVPN broken after upgrade to 11.0-RELEASE

    After the upgrade to 11.0-RELEASE my openvpn setup seems to be broken. I'm using OpenVPN with the topology subnet config directive, which should make it possible for clients to ping each other. My setup worked fine in 10.2-RELEASE. The first client can connect and send traffic. Subsequent...
Back
Top