search for: kernconf

Displaying 20 results from an estimated 52 matches for "kernconf".

2005 May 17
4
HOW TO Enable IPSec for FreeBSD.......???
...ys/i386/conf/MYKERNEL Then, I added the following three lines to the options section of /usr/src/sys/i386/conf/MYKERNEL: options IPSEC options IPSEC_ESP options IPSEC_DEBUG After that I recompile the kernel with the following command: # cd /usr/src # make buildkernel KERNCONF=IPSEC && make installkernel KERNCONF=IPSEC And also installed IKE support on my system with the following command using racoon: cd /usr/ports/security/racoon make install clean Afterall completion of build, still IPSec support is not appearing in the system. Suggest me,is there any confi...
2003 Apr 18
1
4.8-STABLE cvsup & kernel compilation
...on 4.8-STABLE running. i've just update my stable-supfile and building, recompiling my custom kernel, my question is: if im going to cvsup my stable-supfile again, and compile the customed kernel again, do i have to: make buildworld, make installworld, mergemaster again or just make buildkernel KERNCONF & make install KERNCONF? hoping for your reply guys, thanks. FreeBSD IS THE WAY ;> __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com
2007 Nov 12
11
Various FreeBSD bits...
I just drudged through a bit of the archives and see a FreeBSD bits floating in there that are of some value, but aren''t on the wiki. I posted a few bits on the wiki regarding some FreeBSD cobbling that I''ve done recently and hope that folk find it of use (and start posting their useful bits there as well). http://reductivelabs.com/trac/puppet/wiki/PuppetFreeBSD The
2009 Apr 25
1
installing crossbuilds
Back before the 7.0 Release I used to install cross builds by NFS-mounting /usr/src and /usr/obj of the build machine on the target machine and running: # cd /usr/src # env MAKEOBJDIRPREFIX=/usr/obj/<stuff> make installkernel KERNCONF=<kernconf> ... This doesn't work any more because all the installation tools are built for the architecture of the build system. The alternative to mount the whole fstab structure of the target machine into the build server and installing with DESTDIR works, but feels pretty clumsy in...
2003 Apr 18
1
Please help, updated to 4.8 serious issues
...lost is that I can't login, when I try to login as the root or a regular user it says: pam_authanticate: permission denied so, I went ahead and re-updated my box from the very beginning, including unnecessary at this point cvsup. I used this command: make buildworld && make buildkernel KERNCONF=mykern && make installkernel KERNCONF=mykern && reboot so, everything went OK, but at the end when it was almost done with kernel, it gave me error code 1, it reads: Please see attachment, screenshot What am I doing now, I'm scared ;-) Big Thanks Best Regards, Anton
2013 Feb 26
1
[releng_9 tinderbox] failure on arm/arm
...-26 22:36:42 - SRCCONF=/dev/null TB --- 2013-02-26 22:36:42 - TARGET=arm TB --- 2013-02-26 22:36:42 - TARGET_ARCH=arm TB --- 2013-02-26 22:36:42 - TZ=UTC TB --- 2013-02-26 22:36:42 - __MAKE_CONF=/dev/null TB --- 2013-02-26 22:36:42 - cd /src TB --- 2013-02-26 22:36:42 - /usr/bin/make -B buildkernel KERNCONF=AVILA >>> Kernel build for AVILA started on Tue Feb 26 22:36:42 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making de...
2003 Jul 08
4
Hardening production servers
Greetings, Apologies if this is not the appropriate list, but my questions are about best practices in maintaining production servers (so I believe I can justify a post in -stable, short of a -release list :) I maintain a modest installation of 6 FreeBSD servers. They're CVSUP'd to RELENG_4_8 (I make buildworld on each individually) and I portupgrade ports as necessary. In an attempt to
2003 Jun 22
2
Stable#1
Got a pretty stupid question... My kernel is now 4.8 Stable#1 but when does the number change when i do makeworld and the other things? or where can i see that?
2003 Aug 09
28
[releng_4 tinderbox] failure on alpha/alpha
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha TB --- 2003-08-09 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1 TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree TB ---
2008 Jun 25
3
Problem with /boot/loader
Hello, I have a problem with loader. I recently upgraded from 6_rel to 7_rel. Now when I install world there is a problem booting. Here is what I do: cd /usr/src make buildworld make buildkernel KERNCONF=BLACK make installkernel KERNCONF=BLACK At this point I can reboot and all is good. After boot I install the new world: cd /usr/src mergemaster -p reboot into single user mode cd /usr/src make installworld mergemaster Now when I reboot there is a problem. I get an error that the system cannot bo...
2013 Nov 29
1
kernel "mismatch" on r256420
I installed FreeBSD 10 from a BETA cd-rom. I chose 'experimental ZFS on root - mirror'. The FreeBSD firewall will not load. Any suggestions? This is from 'dmesg': KLD ipfw.ko: depends on kernel - not available or version mismatch linker_load_file: Unsupported file type This is from 'ls -l' of /boot drwxr-xr-x 2 root wheel 1.5K Nov 28 21:55 kernel/ This is from
2003 Aug 09
18
[releng_4 tinderbox] failure on i386/i386
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for i386/i386 TB --- 2003-08-09 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1 TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree TB ---
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
...e partition a from ''unused'' to ''4.2BSD'' newfs -O1 /dev/md0s1a # UFS, because pygrub doesn''t grok UFS2 # Mount up the image and do the installation mount /dev/md0s1a /media # Perform the installation to the disk image. cd /usr/src make -s DESTDIR=/media KERNCONF=XEN installworld make -s DESTDIR=/media KERNCONF=XEN installkernel make -s DESTDIR=/media KERNCONF=XEN distribution # Set up the ttys(5) file so the VM will use Xen''s console. cat >>/media/etc/ttys <<EOF # Xen Console xc0 "/usr/libexec/getty Pc" vt100...
2003 Jun 20
3
su: no directory
...t su -l <someone> an my client machine. $ su -l admin su: no directory i can login locally, login via ssh, su -l root without any problems. SERVER: FreeBSD4.8 stabel (~ 1 week ago last cvs update) runs NIS, NFS, DNS, FTP, SAMBA, NTP CLIENT> FreeBSD5.1 release (rebuild kernel using KERNCONF=SMP) i didn't had problems with have no problems with the following clients: FreeBSD 5.0 (GENERIC), OpenBSD 3.2/3.3, Linux (Suse 8.1/8.2) what do i miss? below you see some infos from my client machine. cheers $ ls -ld / drwxr-xr-x 17 root wheel 512 Jun 20 22:46 / $ ls -ld /home lrwxr-xr...
2003 Apr 14
1
updating from 4.8-RELEASED to 4.8-STABLE
hi to all FreeBSD user. i have a problem about updating from 4.8-RELEASED to 4.8-STABLE, here's exactly what i did: first: cvsup -g -L 2 stable-supfile, where my stable-supfile is located at /root. 2nd: cd /usr/src; make buildworld; make buildkernel KERNCONF=BUFDAEMON; make installkernel KERNCONF=BUFDAEMON 3rd: reboot; mergemaster -p; make installworld; mergemaster; reboot. after rebooting: i execute uname -a FreeBSD dvd.ripped.com 4.8-RC FreeBSD 4.8-RC #1: Tue Apr 18 17:47:27 PHT 2023 ken@dvd.ripped.com:/usr/obj/usr/src/sys/BUFDAEMON i386 AS...
2003 Jul 04
1
Asus onboard sound problem
Hi! I have a Asus P4C800 Deluxe motherboard with an onboard sound card. According to the mb. spec it's a ADI AD1985 SoundMAX 6-channel CODEC, AC'97 chipset. I'm running FreeBSD 5.1R and have device pcm in my kernconf. The only thing I see in dmesg output related to the card is pci0: <multimedia, audio> at device 31.5 (no driver attached) Full dmesg output available at http://kore.hack.se/dmesg.txt I have no idea if this card is supported, maybe im missing something? Any comments on this one...
2003 Sep 16
2
buildworld tries to write to DESTDIR?
Hi! I'm trying to cross-compile 4.8-STABLE world to install it over NFS later. I have ./make.conf: # start of file CPUTYPE=i486 KERNCONF?=CONS MODULES_WITH_WORLD=true DESTDIR=/mnt/cons # end of file I run: dir=`pwd` make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log It fails: ===> gnu/usr.bin/groff/contrib ===> gnu/usr.bin/groff/contrib/mm sh /usr/src/tools/install.sh -o root -g wheel -m 444 /dev/nul...
2008 Sep 16
1
recent MFC of soreceive_dgram breaks kernels without INET6 option
Hello, I just csup'd this morning and now I cannot build a kernel that does not include INET6. I can send my KERNCONF, but it is sufficient to create a kernel config with: include GENERIC nooption INET6 Here's the error during kernel compilation of a kernel config without "options INET6" in the kernel config: /usr/src/sys/netinet/udp_usrreq.c: In function 'udp_inpcb_init': /usr/src/sys/net...
2003 Jul 27
4
Sound Driver Via
Hi, im a newbie to freebsd. I just installed 5.1, but my sound isnt working, im not sure if I have to install the alsa sound drivers or not. the integrated sound I have with my shuttle mv42n board is Via AC97 sound, and when I go into kde i get the error message Sound server informational message: Error while initializing the sound driver: device /dev/dsp can't be opened (No such file or
2009 Mar 22
2
Lock enabling onboard lan (Attansic L1 GbE) on 7.1-PRERELEASE
Any news about that? http://lists.freebsd.org/pipermail/freebsd-stable/2009-January/047527.html