Mailinglist Archive: opensuse-commit (1650 mails)

< Previous Next >
commit aaa_base
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 11 Oct 2008 16:10:50 +0200
  • Message-id: <20081011141050.C3C4F67816B@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package aaa_base
checked in at Sat Oct 11 16:10:50 CEST 2008.


--------
--- aaa_base/aaa_base.changes 2008-10-02 15:37:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2008-10-10
00:12:19.777467000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 10 00:11:33 CEST 2008 - garloff@xxxxxxx
+
+- Remove SCHED_MINTIMESLICE/MAXTIMESLICE from sysconfig.kernel,
+ it's been dysfunctional for a while.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.Z12141/_old 2008-10-11 16:10:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Z12141/_new 2008-10-11 16:10:25.000000000 +0200
@@ -28,7 +28,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv udev net-tools
AutoReqProv: on
Version: 11.1
-Release: 1
+Release: 2
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -150,6 +150,9 @@
%defattr(-,root,root)

%changelog
+* Fri Oct 10 2008 garloff@xxxxxxx
+- Remove SCHED_MINTIMESLICE/MAXTIMESLICE from sysconfig.kernel,
+ it's been dysfunctional for a while.
* Thu Oct 02 2008 werner@xxxxxxx
- Do not set TEXINPUTS to make luatex work (bnc#429345)
- Use /bin/grep in profile.csh (bnc#429336)







++++++ sysconfig_parts.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/sysconfig_parts/sysconfig.kernel
new/sysconfig_parts/sysconfig.kernel
--- old/sysconfig_parts/sysconfig.kernel 2007-08-10 13:29:14.000000000
+0200
+++ new/sysconfig_parts/sysconfig.kernel 2008-10-10 00:11:06.000000000
+0200
@@ -50,37 +50,6 @@
# bugzilla.kernel.org so that the root cause of the issue will get fixed.
ACPI_DSDT=""

-## Type: integer(1000:50000)
-## Default: 1000
-#
-# Length of the shortest timeslice a process (with lowest priority / maximum
-# niceness) will be running on a CPU. Time is given in microseconds (us).
-# This time should be much shorter than SCHED_MAXTIMESLICE to keep the
-# nice values meaningful. The values can only be specified up to a accuracy
-# of 1/HZ s, i.e. 10000us on a HZ=100 system, 1000us if HZ=1000.
-# Note that the boot script (boot.sched) does scale the values if the
-# MINTIMESLICE is below the minimum for the timer interrupt frequency (HZ
-# value) of the booted kernel.
-# For interactive desktop use, SCHED_MINTIMESLICE/SCHED_MAXTIMESLICE values
-# of 1000 and 30000 are recommended. For non-interactive use, multiply both
-# values by 10 or 20.
-#
-SCHED_MINTIMESLICE=""
-
-## Type: integer(20000:1000000)
-## Default: 40000
-#
-# Length of the longest timeslice a process (with highest priority / minimum
-# niceness) will be running on a CPU. Time is given in microseconds (us).
-# This time should be much longer than SCHED_MINTIMESLICE to keep the
-# nice values meaningful. (The boot.sched script will not accept the value
-# if there's less than a factor of three in between them, default is 30.)
-# For interactive desktop use, SCHED_MINTIMESLICE/SCHED_MAXTIMESLICE values
-# of 1000 and 30000 are recommended. For non-interactive use, multiply both
-# values by 10 or 20.
-#
-SCHED_MAXTIMESLICE=""
-
## Type: string(yes)
## Default: ""
#


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread