Displaying 16 results from an estimated 16 matches for "sched_4bsd".
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really 
annoying issues with jerky mouse movement and skipping sound.  This 
seems to be similar to:
Re: SCHED_4BSD in RELENG_7 disturbs workflow
This happens both with 4BSD and ULE.
I seems to happen when I'm compiling ports and a new cc/bzip2/sh 
process fires off (I'm just watching top), I'll get the 
skip/freezeup.
This behavior is pretty pronounced, as I'm installing gutenprint right 
now....
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
...hild -- 37126 was 
(v)forked to launch a compiler or some such and remains stuck in between 
(v)fork and exec somewhere...
The OS is: FreeBSD 7.0-STABLE/amd64 from Sat Jul 26, 2008 and the box is 
otherwise perfectly functional. The scheduling-related options are set 
as such:
    options         SCHED_4BSD              # 4BSD scheduler
    options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B
    real-time extensions
Let me know, what else I can do to help fix this bug -- I'm going to 
reboot the machine tonight... Should I switch to SCHED_ULE as a 
work-around? Thanks! Yours,
    -mi
2009 Feb 22
2
The machdep.hyperthreading_allowed & ULE weirdness in 7.1
Hi Jeff,
I have a single-CPU system with P4 HTT-enabled processor 
(7.1-RELEASE-p3), kernel compiled with SCHED_ULE.
Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
         The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.1-RELEASE-p3 #0:
2008 Jul 22
4
"sleeping without queue" ?
Hello!
My attempt to build openoffice.org-3 seems to be hanging. Pressing 
Ctrl-T produces:
    load: 0.11  cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k
(tcsh is used by OOo's build-script). What is this "sleeping without 
queue" state, and why is process in it for so long?
This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is 
currently in use and
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
...(counted
from AGP slot on) made things clear, but using both NICs together
(either additional fxp0 or the new em0) remains the systems completely
unstable.
In FreeBSD 5.1-RELEASE-p2 and especially in FreeBSD 5.1-CURRENT this
'gambling' seems to reach its climax. My kernel is built up with
SCHED_4BSD because SCHED_ULE and ADAPTIVE_MUTEXES crashes immediately
the same way as described (running a while, then coredumping or freeze
at the stage after the amr0-RAID showed up in the kernel boot messages,
see the dmesg output below).
I'm not an hardware expert, but all this wierd stuff looks like...
2008 Oct 11
3
6.4-PRELEASE sporadically panicking with fatal trap 12
...p = (struct proc *) 0xc6bef860
	td = (struct thread *) 0x6
#14 0xc06ffb0c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208
No locals.
(kgdb)
(kgdb) thread apply all bt
Thread 175 (Thread 100290):
#0  sched_switch (td=0xc7172000, newtd=0xc6bea780, flags=1) at /usr/src/sys/kern/sched_4bsd.c:959
#1  0xc0555eef in mi_switch (flags=1, newtd=0x0) at /usr/src/sys/kern/kern_synch.c:420
#2  0xc0573ff9 in sleepq_switch (wchan=0x0) at /usr/src/sys/kern/subr_sleepqueue.c:464
#3  0xc05741a1 in sleepq_wait_sig (wchan=0xc6d20010) at /usr/src/sys/kern/subr_sleepqueue.c:560
#4  0xc055592e in m...
2008 Jun 03
0
ALTQ and cpufreq(4)
...BEEBLEBROX
maxusers        32
# To statically compile in device wiring instead of /boot/device.hints
#hints          "GENERIC.hints"         # Default places to look for devices.
makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
options         SCHED_4BSD              # 4BSD scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking
#options        INET6                   # IPv6 communications protocols
options         FFS                     # Berkeley Fast Filesyste...
2003 Aug 21
3
un-stable to build a stable machine
i trust i am still new in freebsd, after go through all mail and book, =
now seem to be more close, i got 3 server and a notebook to play with, =
install no problem. cvsup not problem.make buildworld not problem. make =
build kernel become,every machine i got different error code 1,=20
1-one got system full=20
2-one showing this sometime=20
>
anyone know the best way to be one time success,not
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
...# Requires NFSCLIENT and NFS_ROOT
options         BOOTP_NFSROOT   # NFS mount root filesystem using BOOTP info
options         BOOTP_NFSV3     # Use NFS v3 to NFS mount root
options         BOOTP_COMPAT    # Workaround for broken bootp daemons.
options		HZ=1000
options 	SCHED_4BSD		# 4BSD scheduler
options 	INET			# InterNETworking
options 	FFS			# Berkeley Fast Filesystem
options 	MD_ROOT			# MD is a potential root device
options 	NFSCLIENT		# Network Filesystem Client
options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
options 	PROCFS			# Process filesystem (requires...
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of  
the problems was that some people would like to use freebsd-update but  
can't as they are using a custom kernel. With all the kernel modules  
we provide, the need for a custom kernel should be small, but on the  
other hand, we do not provide a small kernel-skeleton where you can  
load just the modules you need.
2009 Apr 08
1
watchdog timeout
...Regards
Xer
----------kernel config -----------
xer:/root# cat /usr/src/sys/i386/conf/ASUS
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.18 2008/07/28 02:20:29 
yongari Exp $
#
# custom kernel ASUS 01.15.2009
machine         i386
cpu             I686_CPU
ident           ASUS
options         SCHED_4BSD              # 4BSD scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking
options         INET6                   # IPv6 communications protocols
options         FFS                     # Berkeley Fast Filesyste...
2008 Sep 30
1
wpi driver freeze on boot
...el (mostly generic):
#cpu		I486_CPU
#cpu		I586_CPU
cpu		I686_CPU
ident		ARUCARD
# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.
#makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	SCTP			# Stream Control Transmission Protocol
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft update...
2008 Nov 18
3
High system in %system load .
...CPU #3 Launched!
SMP: AP CPU #2 Launched!
Trying to mount root from ufs:/dev/ar0s1a
bge0: link state changed to UP
-------------------------------------------------------------------
 cat ./KERNEL-4BSD | grep -v "^#"
cpu             HAMMER
ident           KERNEL-4BSD
options         SCHED_4BSD              # 4BSD scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking
options         INET6                   # IPv6 communications protocols
options         SCTP                    # Stream Control Transmis...
2008 Apr 16
4
umass causes panic on 7 amd64
On Tue, Apr 15, 2008 at 12:20 PM, Roland Smith <rsmith@xs4all.nl> wrote:
> On Tue, Apr 15, 2008 at 11:34:31AM -0700, Steve Franks wrote:
>  > Being a naturally curious guy, with your pointers, I've located the following:
>  >
>  > [steve@dystant /var/crash]$ sudo cat info.2
>
>  Yep. This is what you need.
>
>
>  > Dump header from device
2008 Aug 10
1
IPMI Console: No luck once OS is booted
...d64/conf/GENERIC,v 1.475 2007/04/10 21:40:12 pjd Exp $
cpu		HAMMER
ident		BORG
# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.
makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
#options 	SCHED_4BSD		# 4BSD scheduler
options 	SCHED_ULE 		# ULE scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options...
2006 Mar 17
1
Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)
this is 6.0-STABLE as for Mar 17.
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006
    vlad@host:/usr/src/sys/amd64/compile/DEF_WEB
Timecounter