kernel

  1. P

    linuxkpi query

    Dear all, I am a complete newb, coming from years of Linux use, who is going to put some time aside over the summer (or just after) when my coding commitments finish, and really give FreeBSD (and its excellent handbook) a good look through. My query regarding the ongoing linuxkpi work is that...
  2. D

    Can't mount fdescfs to /dev/fd

    Hello I can't mount fdesc,here is the output root@nshost2:~ # mount -t fdescfs fdesc /dev/fd mount: fdesc: Operation not supported by device And here is the output of dmesg root@nshost2:~ # dmesg | grep fdesc KLD fdescfs.ko: depends on kernel - not available or version mismatch And kldstat...
  3. JBlake

    Blacklist kernel module ?

    Hello, I've some troubles with Bluetooth module ng_ubt on FreeBSD 10.3 . It is automatically loaded at boot, despite ng_ubt_load="NO" put in /boot/loader.conf. Even if I manually unload with kldunload ng_ubt it reloads itself back(?!), as shown by kldstat. This module turns on bluetooth device...
  4. Will Crooks

    Sun 501-6522-07

    I have three Sun 501-6522-07 cards in a Dell Poweredge 2850 and they are recognized and configurable inside FreeBSD 10.3 however no traffic is sent out or received by the NICs. I have checked /boot/kernel and if_cas.ko wasn't there. Am I correct to assume that file needs to be loaded into the...
  5. fnoyanisi

    Solved Cannot compile simple kernel module

    Hi there, Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple.... ~/code/memstat % cat Makefile # Source files for kernel module SRCS=memstat_kmod.c # Declare Name of the kernel module KMOD=memstat # Include kernel module makefile .include...
  6. B

    Troubles with calling kern_execve from kthread_create

    Hello, Everyone. I'm loading kernel module by kldload... I'm trying to call kern_execve() from kthread_create(): if I call kern_execve() directly from start() - everything works fine, but if I call kthread_create() from start() and then call kern_execve() from the created child - I'm getting...
  7. Chris_H

    Has anyone ever scripted a solution that returns on board hardware?

    Apologies for the long title. But I couldn't think of a more concise version. I've been meaning to cobble up something that say; greps all the hardware detected by the kernel (from /var/run/dmesg.boot), and returns the results in such a way, that it better facilitates the creation of a KERNCONF...
  8. kakawkaization

    Bhyve: build kernel with vmm

    Hello, I'm build kernel with options for Bhyve: device if_bridge device tap device nmdm It's ok and it works. But, I can't find anywhere option for vmm like: device vmm. With this option kernel can't build. My configuration for bhyve works when I add to /boot/loader.conf vmm_load="YES" But...
  9. P

    Toggling between remote KGDB and local DDB within a debugging session

    Hello. I think the title says it all!! :) I would like to know if there is indeed a way to toggle between gdb and ddb while debugging a remote kernel. I am already at the gdb (or rather kgdb :rolleyes:) prompt. From here how do I switch to local ddb on the debugged machine?? My kernel...
  10. Kubitz

    eMMC booting (installing to and booting FreeBSD from eMMC)

    Hello everyone, I recently purchased an Acer Aspire One "cloudbook" that has a 64gb Hynix eMMC part as it's internal disk. My goal is to make this a lightweight FreeBSD-only machine for travel and daily mobile computing. When trying an install of 10.1-RELEASE the eMMC device was not found and...
  11. P

    Some quirky things about building the kernel

    Hello. I created the config file as a non-privileged user and then as a root user, soft linked this file into /usr/src/sys/amd64/conf. Later on, I compiled the kernel with make buildkernel KERNCONF='name-of-new-conf-file'. It went straight ahead without flagging any error or anything. As...
  12. P

    Solved Cannot see virtual serial port in Workstation VM

    Hello I am trying to add a virtual serial port (as a named pipe) on two FreeBSD 10 VMs in workstation. One end, I am keeping it as the server (the one VM which will actually be having the virtual serial port) and the other VM will connect to the other end. MY host is Windows 8.1. However when...
  13. S

    High interrupt rate!

    Hi, We've been using FreeBSD-10 for video streaming website where FreeBSD serves static content (mp4, jpg) over Nginx+php-fpm & performs FFmpeg encoding for users uploaded videos. Server is utilizing 2Gbps realtime port (2 x 1Gbps LACP) and under load we examined bit high percentage of...
  14. J

    Running a jail with sysvipc_allow="YES"

    Hi, I have to run many instances of PostgreSQL in different jails. And it seems it's not currently possible to run PostgreSQL in a jail without setting sysvipc_allow="YES" in the jail config. (Or is it? I stumbled onto this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=48471 where someone...
  15. Kalero

    sysctl compat.linux.osrelease

    Hi! According to the FreeBSD handbook, before installing the emulators/linux_base-c6 port/package in order to enable Linux compatibility, you should do sysctl compat.linux.osrelease=2.6.18 but, if I am right, the latest emulators/linux_base-c6 port/package is based on a newer Linux kernel...
  16. Kalero

    Drivers setup for Intel GMA 950

    Hi! I want to install FreeBSD 10.2 release on a netbook (Sony VPCW12J1E) and I don't know exactly how to set up the proper driver for its graphics card (Intel GMA 950). Should I just install the x11-drivers/xf86-video-intel port/package and then install Xorg or should I also load some kernel...
  17. j4ck

    FreeBSD's monolithic kernel

    I'm studying operating systems and kernel types. In all references that I have read, monolithic kernels are known for being cumbersome, difficult to maintain, difficult to debug, coding in kernel is very challenging, a faulty part of kernel can bring down the whole system and so on ... . On the...
  18. macfreek

    Solved Compile i386 kernel on amd64 CPU fails

    Hi, I'm trying to compile a 10.2-RELEASE kernel for my Soekris i386 1 GByte memory system (the target system). Due to it's slowness, I'm compiling the kernel on a AMD64 system (the build system). Unfortunately, I'm getting compile errors, and I wonder if I might have done some silly. This is...
  19. F

    CURRENT kernel fails to build

    Hello everyone, I'm trying to build latest CURRENT snapshot from svn, but make kernel fails to build with error messages like no member 'command' in ... -- like when some headers are missing or something. But am I wrong in my assumption that any given snapshot is supposed to build?
  20. G

    Solved Kernel panic twice in 24 hours. Hardware failure, or bug?

    Hello, In short: root@datacore_tmp:~ # uname -a FreeBSD datacore_tmp.deltanews.lan 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 /GENERIC amd64 I'm using it with istgt for iSCSI storage. It's fresh...
Back
Top