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=535926
Summary: openvas-client-2.0.4-1.3: bad call to close
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 had a look at factory package openvas-client-2.0.4-1.3
For source code file openvas-client-2.0.4/libnessus/rand.c
around line 60, function nessus_init_random
is the following code
if ((fd = open(EGD_PATH, O_RDWR)) >= 0)
but the matching call to close is
close(s);
which looks wrong. Maybe
close( fd);
would be better.
--
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=544454
Summary: openvas-client-2.0.4-1.6: missing call to close
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 had a look at factory package openvas-client-2.0.4-1.6
source code file openvas-client-2.0.4/nessus/read_target_file.c
function target_file_to_list
local variable fd
I notice the following code
HANDLE fd = open(filename, O_RDONLY);
but I fail to find a matching call to close. This looks like a resource
leak to me. Suggest add call to close near the end of the function.
--
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=546843
User mvyskocil(a)novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=546843#c546468
Summary: gkeytool lack a support for ECC certificates
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Basesystem
AssignedTo: matz(a)novell.com
ReportedBy: mvyskocil(a)novell.com
QAContact: qa(a)suse.de
Found By: Development
gkeytool fails on read ECC certificate - this is also in openjdk, but the fix
adds a support for Elliptic Curve Cryptography already exists in upstream, but
I did not find similar for gcc java. I read a commit log, asked on
#openjdk(a)irc.oftc.net, where many openjdk and gcj developers are, but noone
answered me yet.
see bnc#546468 for details about openjdk
The java-1_5_0-gcj-compat fails on keystore creation:
+ for key in '/etc/ssl/certs/*.pem'
+ yes
++ basename /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
+ gkeytool-4.4 -import -keystore cacerts -file
/etc/ssl/certs/COMODO_ECC_Certification_Authority.pem -storepass '' -alias
COMODO_ECC_Certification_Authority.pem
keytool error: java.security.cert.CertificateException
error: Bad exit status from /var/tmp/rpm-tmp.cYvDZ9 (%prep)
I'm going to workaround it in java-1_5_0-gcj-compat by skipping those
certificates during keystore creation, to provide a fix immediately to make
OpenOffice.org build immediately. But it'd be nice to have gcj with ECC support
enabled.
--
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=551014
Summary: one click install: error ccoured while initializing
the software repository
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: Other
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: suse-beta(a)cboltz.de
QAContact: jsrain(a)novell.com
Found By: Beta-Customer
Created an attachment (id=324701)
--> (http://bugzilla.novell.com/attachment.cgi?id=324701)
y2logs
(11.2 repo from today, probably near RC2)
I tried to install YaBSC from the openSUSE:Tools repo using one click install.
After entering the root password, YaST showed an error dialog:
An error ccoured while initializing the software repository.
Details:
Try again?
[Ja] [Nein] (= Yes / No)
Yes, the line after "Details:" was really empty. Therefore this bug has two
parts:
- the missing information about details in the error dialog
- maybe the failure itsself is also a bug
The last lines from y2log when the error dialog was open:
2009-10-29 15:48:16 <1> geeko(26435) [zypp]
RepoManager.cc(init_knownRepositories):557 end construct known repos
2009-10-29 15:48:16 <3> geeko(26435) [Pkg] Source_Create.cc(RepositoryAdd):449
alias openSUSE:Tools already exists
[That's probably the disabled 11.1 version of the openSUSE:tools repo]
2009-10-29 15:48:16 <1> geeko(26435) [Pkg]
OneClickInstallWorkerFunctions.ycp:113 Pkg Builtin called: SourceRefreshNow
2009-10-29 15:48:16 <3> geeko(26435) [Interpreter]
OneClickInstallWorkerFunctions.ycp:113 Parameter 1 is nil, Integer is required
2009-10-29 15:48:16 <1> geeko(26435) [Pkg]
OneClickInstallWorkerFunctions.ycp:116 Pkg Builtin called: LastError
2009-10-29 15:48:16 <1> geeko(26435) [ui] YPushButton.cc(setFunctionKey):183
Guessing button role YOKButton for YPushButton "Ja" at 0x18fb1b8 from
function key F10
2009-10-29 15:48:16 <1> geeko(26435) [ui] YPushButton.cc(setFunctionKey):183
Guessing button role YCancelButton for YPushButton "Nein" at 0x198aac
8 from function key F9
The full y2logs are attached. Search for [cb] in y2log - I have marked when
the error dialog popped up.
BTW: After answering the dialog with yes (= try again) and confirming the repo
details, the installation worked.
--
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=549849
Summary: Eclipse doesn't accept mouse clicks on buttons
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: x86
OS/Version: openSUSE 11.2
Status: NEW
Severity: Major
Priority: P5 - None
Component: Development
AssignedTo: pth(a)novell.com
ReportedBy: davor.cengija(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3
As described on Beta and Pre-release forum,
http://forums.opensuse.org/pre-release-beta/424021-eclipse-doesnt-accept-mo…
I just downloaded the newest Eclipse, just to be sure, but I had the same
problem with some older version.
Start Eclipse, and for example try to create a new project. Enter the project's
name and click Next. The button recognizes that it's being clicked (e.g. gets
focus, changes color etc) but nothing happens. Pressing enter works (as the
button has focus now). The same thing happens on the next screen with the
Finish button.
Reproducible: Always
Steps to Reproduce:
1. Start Eclipse
2. Click File>New>Java Project
3. Enter project's name, click Next - nothing happens
4. Press Enter button - wizard advances to next step, as expected
It seems that this problems is easiliy reproducible, and is related to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288909
However, it is quite serios, almost a showstopper for a number of users.
If you need additional details, don't hesitate to ask, I'm more than willing to
assist here.
--
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=551640
Summary: cat: /sys/class/net/eth1/device/prod_id4: No such
device on ifdown / ifup eth1
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 2
Platform: x86
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: casualprogrammer(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4)
Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4
On issuing ifdown eth1 / ifup eth1 the following output is seen:
# ifdown eth1
cat: /sys/class/net/eth1/device/prod_id4: No such device
eth1 device: Lucent Technologies
WaveLAN/IEEE
Version 01.01
# ifup eth1
cat: /sys/class/net/eth1/device/prod_id4: No such device
eth1 device: Lucent Technologies
WaveLAN/IEEE
Version 01.01
eth1 warning: WPA configured but may be unsupported
eth1 warning: by this device
eth1 starting wpa_supplicant
Starting DHCP4 client on eth1. . . . . . . .
eth1 DHCP4 continues in background
Not sure what the significance is, it doesn't seem to cause any malfunction,
but somehow doesn't look right.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
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=550951
Summary: [maintenance] Cherrypick fixes from f-spot 0.6.1.4
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: vuntz(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
Stéphane mentions it's a nice bug fix release, so we probably want at least
some of this as a maintenance update.
--
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=550874
Summary: Region is US, on Danish installation
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: i686
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE4 Workspace
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: martin.schlander(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; da-DK; rv:1.9.0.14)
Gecko/2009090900 SUSE/3.0.14-0.1.2 Firefox/3.0.14
I installed i686 kde4 livecd (build 337).
During installation I select Danish language and keyboard layout. But on first
boot the KDE region is US - make dates, times, currencies etc. wrong.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
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.