https://bugzilla.novell.com/show_bug.cgi?id=225463
Summary: at: strange scheduling
Product: openSUSE 10.2
Version: RC 5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jengelh(a)gmx.de
QAContact: qa(a)suse.de
atd always renices tasks based on their queue
queue -> nice
'a' -> 1
'b' -> 3
'c' -> 5
This is inherently bad -- a task can never be scheduled at the
normal nice level 0 or any even (2, 4, ...) level.
This patch fixes this, and implicitly changes the meaning of
the queue names ('a' is not 1 anymore, but 0), but a < b still
holds true.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=346194
Summary: prevent hard and dvd drive from unnecessary spinups
Product: openSUSE 10.3
Version: Final
Platform: i686
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: estellnb(a)gmail.com
QAContact: qa(a)suse.de
Found By: Community of Practice
On a system with two hard disks the second disk /dev/sdb spins up from time to
time although no file or swap partition is mounted fromout of that drive. This
is ala long not good for the physics of that drive and can be very annoying
because /dev/sdb is quite noisy; hdparm -Y /dev/sdb helps up to the next spinup
(openSuse 10.3; smartctl already mentions a worsened spinup time; maybe because
of continuing multiple unnecessary spinups).
Similarely on a notebook under Suse10.1 a cdrom is spinned up multiple times
during the boot process, if any is inserted, although there is no reason to
access the cd during boot time (noisy, slows the boot process down).
There should not be any program accessing a drive without mounted partitions.
Is there any?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=341415#c334167
Summary: Logwatch does not process Apache2 logs
Product: openSUSE 10.3
Version: Final
Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: David.Walker(a)ucop.edu
QAContact: qa(a)suse.de
Found By: ---
As I mentioned in Bug #334167, logwatch does not process Apache2 logs, as they
are not properly mentioned in logwatch's configuration files, and the archives
are created with .bz2 compression.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=348026
Summary: Kdump not working on fenberry with 2.6.24-rc4 kernel
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
AssignedTo: sassmann(a)novell.com
ReportedBy: bwalle(a)novell.com
QAContact: qa(a)suse.de
CC: olh(a)novell.com
Found By: Development
Kernel version: 2.6.24-rc5-20071211230003-ppc64
------------------------
fenberry login: SysRq : Emergency Remount R/O^M
SysRq : Trigger a crashdump
Sending IPI to other cpus...
------------------------
Then nothing happens.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=246142
Summary: Corruption in ZMD updater Icon in System Tray with
further repercussion of NO visual update tool available.
Product: openSUSE 10.2
Version: Final
Platform: i386
OS/Version: SuSE Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Update Problems
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: alpha096(a)tpg.com.au
QAContact: jsrain(a)novell.com
Background: General available update applied 3 days ago - all o.k
System Stable, nothing happening out of ordinary. Have AUTO Hibernate turned on
after 61Mins. Sometimes after recovery from Hibernate I am asked to input
screen saver code and other not. Sometimes after Hibernate - error "Suspend
Failed - ok"
after which system seems to be functioning correctly. I have no issue nor
concern about Hibernate - This is just background info!!!!!!!!!!!!!!!!!! No
errors have been reported by any application nor has O/S issues any notable
error.
This morning I re-booted PC and ZMD icon appeared as a red X and right click
options grayed out. Hovering over Icon == "ZMD Not Running" - See Attached.
Cold-Boot PC - same incorrect display of Icon.
Opened YAST>System>System Services - locate ZMD service - See Attached.
Swapped to Expert Mode and started Service - service started without error of
any type. - See Attached
On Closing System Services Major error from ZMD - See attached
After closing error Window, Zen Icon disappears from System tray - See Attached
Re-Boot PC - exactly same scenario will occur without exception
Attaching Screen shots then ZMD logs - Please advise if you require Yast logs
as well
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=341385
Summary: vlock-1.4-19: missing expression in return statement
Product: openSUSE 10.3
Version: Final
Platform: All
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: dcb314(a)hotmail.com
QAContact: qa(a)suse.de
Found By: ---
I just tried to compile package vlock-1.4-19
The compiler said
sysrq.c:32: warning: 'return' with no value, in function returning non-void
sysrq.c:53: warning: 'return' with no value, in function returning non-void
The source code is
int disable_sysrq(void) {
sysrq_file = fopen(SYSRQ_PATH, "r+");
if (!sysrq_file) {
fprintf(stderr, "Warning: couldn't open '%s': %s\n", SYSRQ_PATH,
strerror(errno));
return;
Suggest add expression to return statement.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=350980
Summary: The system stops doing things till I press a key or move
the mouse: every things halts.
Product: openSUSE 10.3
Version: Final
Platform: i686
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
AssignedTo: kernel-maintainers(a)forge.provo.novell.com
ReportedBy: robin.listas(a)telefonica.net
QAContact: qa(a)suse.de
Found By: ---
This is very weird. Sometimes, the system simply stops "working". Doesn't
crash, simply all tasks seems stopped. Nothing refreshes in the display. The
clock stops. A script running a loop in a console:
#!/bin/bash
while true ; do
# date +"%T" | tee -a /home/cer/marca.log
date +"%T" >> /home/cer/marca.log
sleep 1
done
stops as well. Then, as soon as I move the mouse or touch a key (shift, for
instance) everything continues and the clock jumps some seconds or minutes to
the correct time.
I have tried several things, as discussed in the "opensuse" mail list
(<http://lists.opensuse.org/opensuse/2007-12/msg01780.html>). No effect.
- check the desktop for powersave features - nothing, and there is nothing
configurable that would kick in in seconds of no user activity.
- pass cpufreq=no as a boot argument --> no good.
- Recompile the kernel with "NO_HZ" --> even worse (this is the current
state). I will recompile again to undo.
And more things I forgot, but you can read the whole story in the mail list
or the link above.
Sometimes, very random, the system stops completely and does not respond to
keyboard, but it awakes when I boot another PC, which I think tries to connect
or ask for a service (ntp or dns).
My current hack is to leave my router continuously pinging me. My guess is that
the pings cause the network card to interrupt the kernel, so it keeps awake.
Keyboard or mouse also provokes interrupts. I'm not sure about usb activity.
This might be related to other bugs reported by me, I don't know (spamd
timeout?)
I have been "playing" with the clock (Bug 344356 and a new one not reported
yet). The thing is that the kernel defaults to using "acpi_pm" clock and this
one misses whole minutes. I have to force use "tsc" (which kernel disabled at
boot). jiffies crashes.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=214568
Summary: Fully Virtualized openSUSE 10.2 guest will not install
Product: openSUSE 10.2
Version: Alpha 5 plus
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Xen
AssignedTo: cgriffin(a)novell.com
ReportedBy: lbendixs(a)novell.com
QAContact: jdouglas(a)novell.com
CC: cgriffin(a)novell.com
Using a Os 10.2 installation source I cannot install on either a oS10.2 dom0 or
a SLES10 dom0. The last line on the VM as it is trying to begin the install
says something about loading isolinux.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=335172
Summary: yast2-product-creator: useless files
Product: openSUSE 10.3
Version: Final
Platform: PowerPC
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: pczanik(a)genesi-usa.com
QAContact: jsrain(a)novell.com
Found By: ---
/boot/i386 and /boot/x86_64 have no use on PPC and occupy a lot of space (over
two hundred megabytes, or one third of a CD). /boot/ppc should be enough.
Tested on PPC using openSUSE 10.3 final FTP version.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.