http://bugzilla.novell.com/show_bug.cgi?id=506831
Summary: /etc/init.d/sshd: incorrect usage of daemonstartproc ?
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Other
AssignedTo: anicka(a)novell.com
ReportedBy: puzel(a)novell.com
QAContact: qa(a)suse.de
Found By: Development
# /etc/init.d/sshd restart
Shutting down SSH daemon
Starting SSH daemonstartproc: option -p does not work in force mode
sshd daemon seems to work OK, though.
reproducible: always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=500134
Summary: on checksumm errors yast2 software management produces
non-informative message
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: i686
OS/Version: openSUSE 11.1
Status: NEW
Severity: Minor
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: grey-olli(a)ya.ru
QAContact: jsrain(a)novell.com
Found By: ---
Created an attachment (id=289482)
--> (http://bugzilla.novell.com/attachment.cgi?id=289482)
1st time the problem found
User-Agent: Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1
On start of software management repository refresh is started. If checksumm is
wrong for a file related to the repository the resulting message doesn't inform
to which repository it relates. So if you've a few repositories installed the
message is non-informative.
Reproducible: Always
Expected Results:
Should at least tell to which repository the problem relates.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=502531
Summary: bsd-games-2.17-81.44: undefined code
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: openSUSE 11.1
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 build Factory package bsd-games-2.17-81.44
and the build said
monop/cards.c:138: warning: operation on "dp->last_card" may be undefined
The source code is
dp->last_card = ++(dp->last_card) % dp->num_cards;
I agree with the compiler. Better code would be
dp->last_card = (dp->last_card + 1) % dp->num_cards;
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=505546
User Winfrid.Tschiedel(a)ts.fujitsu.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=505546#c500322
Summary: Grub fails to write bootrecord on dmraid disk (GPT
labeled)
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 1
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: Winfrid.Tschiedel(a)ts.fujitsu.com
QAContact: jsrain(a)novell.com
Found By: ---
Created an attachment (id=293215)
--> (http://bugzilla.novell.com/attachment.cgi?id=293215)
saved installation logs
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC
1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.04506.648; .NET CLR 3.5.21022; MS-RTC LM 8; InfoPath.2)
I tried to install openSUSE 11.2 Milestone 1 on Fujitsu Primergy RX220
( Promise FastTrak TX 150 S4 ), one disk with RAID0, GPT labeled
( Same problem exists also on Fujitsu Primergy rx200s4 with ESB2 (LSI Firmware)
and one disk RAID0. Installation works until the boot record should be written.
In case of rx220 the boot record should be written to the root partition.
Beside the error 22: No such partition also the MBR was destroyed.
Reproducible: Always
Steps to Reproduce:
1. Installed openSUSE 11.2 on fake raid with GPT
Actual Results:
No boot redord was written
Expected Results:
Correct operation, install a system which can be booted afterwards
In the latest release of fedora 11 (Preview) almost everything works out of the
box, which means only manual interaction for the following items is needed :
mklabel gpt (no botton for writing new partition table!)
mkinitrd on distribution is in error
for details please read #500322 (bugzilla.redhat.com)
I tried to write a new bootrecord with fedora 11 - which worked -
but openSUSE 11.2 cannot handle this bootrecord - so chainloading failed .
Next I tried to load the openSUSE boot menu with
configfile /boot/grub/menu.lst
So I could start openSUSE 11.2, but boot fails because root partition is not
found. This seems to be similar to #500979 - with one difference
that at that time (SLED 11) only the problem on ESB2 occurred.
There is also a second difference, in the previous edition (openSUSE 11.1,SLED
11) there was a problem with GPT and dmraid, which ended up, that the RAID
information was destroyed (please see #436825 )
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=508574
Summary: calling 'rcacpid probe' results in syntax error
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jens.grabinger(a)lse.eei.uni-erlangen.de
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.10)
Gecko/2009042700 SUSE/3.0.10-1.1.1 Firefox/3.0.10
After modifying the acpid config, I called 'rcacpid probe', which resulted in
the following error:
$ rcacpid probe
/usr/sbin/rcacpid: line 116: test: -nt: unary operator expected
Reproducible: Always
Steps to Reproduce:
I was able reproduce this error on three different machines (both i386 and
x86_64 platforms), regardless whether the config actually had changed or not.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=508511
Summary: grep: sbin/conf.d/SuSEconfig.gdm: No such file or
directory
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: gp(a)novell.com
QAContact: qa(a)suse.de
Found By: Product Management
I just added GNOME to a FACTORY system that originally was installed
with KDE only, and saw the following flow by in YaST:
Downloading gdm (download size 717.00 kB)
Installing gdm-2.26.1-2.1.x86_64.rpm (installed size 2.13 MB)
Additional rpm output:
grep: sbin/conf.d/SuSEconfig.gdm: No such file or directory
Let's not try to grep a file before checking whether it exits...
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=508139
Summary: kpdf crashes with SIGFPE
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: KDE3
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: bugs(a)singvogel.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9
(like Gecko) SUSE
Download the user manual for the "Eumex 504PC SE" ISDN box from
http://hilfe.telekom.de (URL see below)
Opening the user manual for the Eumex 504PC SE. The manual is displayed for
real short moment and kpdf crahses then with SIGFPE.
This happens on my Eee PC, running openSUSE-11.1 with latest fixes applied.
Using my Laptop with openSUSE-11.0 (i386) or my workstation with openSUSE-11.0
(x86_64), the crash does NOT happen. In any case I'm starting the kpdf as local
user. I used also the root account, to make sure it's not an issue in the
environment (configuration files). kpdf crashes with any account.
I don't know, if this security related, therefore I suggest to add security
team into CC: field too.
Reproducible: Always
Steps to Reproduce:
1. Download http://hilfe.telekom.de/dlp/eki/downloads/Eumex Serie/Eumex 504PC
SE/bedanl_eumex504se_cdversion_10.03.pdf
2. open it: kpdf bedanl_eumex504se_cdversion_10.03.pdf
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=508041
Summary: wpa_supplicant.log grows without limit(?)
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: i386
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: gp(a)novell.com
QAContact: qa(a)suse.de
Found By: Product Management
This is my 11.2 FACTORY partition, upgraded from 11.0:
% ll /var/log/wpa_supplicant.log | cut -d\ -f5
80445434
And this is my 11.1 partition:
% ll /11.1/var/log/wpa_supplicant.log | cut -d\ -f5
44544820
80MB and 44MB are a tad large, and it seems logfile rotation and
compression is missing here? (I know I can set that up manually,
but NetworkManager, messages, zypper, etc are handled by default,
just wpa_supplicant seems missing.)
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=507839
Summary: virtualbox' X.org driver not compatible
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: i586
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: bnc-team-xorg-bugs(a)forge.provo.novell.com
ReportedBy: wolfgang(a)rosenauer.org
QAContact: xorg-maintainer-bugs(a)forge.provo.novell.com
Found By: Beta-Customer
xorg-x11-driver-virtualbox-ose-2.2.2 is not compatible with Factory's X.
SaX.log following
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=507835
Summary: vboxadd fails to start
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: i586
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: wolfgang(a)rosenauer.org
QAContact: qa(a)suse.de
Found By: Beta-Customer
rcvboxadd start
failed
Cannot change owner vboxadd:1 for device /dev/vboxadd
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.