http://bugzilla.novell.com/show_bug.cgi?id=523443
Summary: blender-2.48a-2.97: possible 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 blender-2.48a-2.97
For source code blender-2.48a/source/blender/blenkernel/intern/packedFile.c,
around line 390 is the source code for the
function checkPackedFile.
I notice a call to open for local variable file,
but no matching calls to close.
This looks like a resource leak to me. Suggest add a call
to close near the end of the routine.
--
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=523357
Summary: mt does not recognise tape density 0x1A (DLT 20Gb)
(and several others)
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: per.jessen(a)enidan.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.6)
Gecko/20070730 SUSE/2.0.0.6-25 Firefox/2.0.0.6
# mt -f /dev/st0 status
drive type = Generic SCSI-2 tape
drive status = 436207616
sense key error = 0
residue count = 0
file number = 0
block number = 0
Tape block size 0 bytes. Density code 0x1a (unknown).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
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=523355
Summary: argus-client-3.0.0-1.72: possible resource leak
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 argus-client-3.0.0-1.72
For source code file argus-clients-3.0.0/clients/ranonymize.c,
around line 1460 is the source code for the
function RaNonParseResourceFile.
I notice a call to fopen, some calls to fgets,
but no calls to fclose.
Suggest add something like
fclose( fd);
at about line 1713 to prevent a resource leak.
--
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=523346
Summary: at-3.1.8-1073.8: possible missing call to closedir ?
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
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: dcb314(a)hotmail.com
QAContact: qa(a)suse.de
Found By: ---
I just had a look at factory package at-3.1.8-1073.8
For source code file at-3.1.8/at.c,
around line 545 is the source code for the function
list_jobs.
I notice a call to opendir, some calls to readdir, but
no call to closedir. Suggest add one, to prevent a resource
leak.
--
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=523301
Summary: zoo-2.10-1000.2: 2 * bad calls 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 zoo-2.10-1000.2
For source code file zoo/bilf.c, around line 102 is
the source code
close (infile); close (outfile);
but
infile = fopen (inname, "r");
and
outfile = fopen (outname, "w");
Suggest replace two calls to close with calls to fclose.
--
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=523006
Summary: amanda user group changed to disk
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 3
Platform: Other
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: lnussel(a)novell.com
ReportedBy: mseben(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
Hello
in 11.2, amanda user will be member of group "tape" instead of "disk", (due to
dev/nst* group name change by udev in 11.2)
so would by possible change group name for amanda binaries from "disk" to
"tape" in permissions.* files ?
thanks
--
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=522742
Summary: NetworkManager is missing /sbin/iptables
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: per(a)osbeck.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.1.0)
Gecko/20090623 SUSE/3.5.0-7.2 Firefox/3.5
When using NM-0.7 ConnectionSharing, NM tries to execute /sbin/iptables
iptables is installed in /usr/sbin/iptables so the ConnectionSharing fails:
Jul 16 17:09:12 myhost NetworkManager: <info> Executing: /sbin/iptables
--table nat --delete POSTROUTING --source 10.42.44.0/255.255.255.0
--destination ! 10.42.44.0/255.255
255.0 --jump MASQUERADE
Jul 16 17:09:12 myhost NetworkManager: <info> Error executing command: (8)
Failed to execute child process "/sbin/iptables" (No such file or directory)
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=522279
User mt(a)novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=522279#c522225
Summary: openvpn starts too early
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: mt(a)novell.com
ReportedBy: mt(a)novell.com
QAContact: qa(a)suse.de
CC: mt(a)novell.com, kukuk(a)novell.com, cdengler(a)novell.com
Found By: Development
+++ This bug was initially created as a clone of Bug #522225 +++
openvpn needs a "network-remotefs" in Required/Should-Start,
so it is started after the WLAN, ... interfaces are up.
--
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=522025
Summary: Broken X output with Factory Live-CD in VirtualBox
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: X.Org
AssignedTo: bnc-team-xorg-bugs(a)forge.provo.novell.com
ReportedBy: binner(a)kde.org
QAContact: xorg-maintainer-bugs(a)forge.provo.novell.com
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.0)
Gecko/20090623 SUSE/3.5.0-2.1 Firefox/3.5
Testing
http://download.opensuse.org/factory/iso/openSUSE-KDE4-LiveCD-i586-i686-Bui…
in VirtualBox, X comes up but only distorted pixels in top tenth of the screen
are shown and rest stays black. The X session seems to start fine though, one
can hear the KDE login sound.
KDE4 Build 149 worked fine in VirtualBox.
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=521357
Summary: Missing dependencies for preload functionality
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: bugzilla(a)go4more.de
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.0)
Gecko/20090623 SUSE/3.5.0-4.1 Firefox/3.5
I don't know how exactly the "preload" functionality in openSUSE is supposed to
work, so this bug report might be misleading. All pages in the wiki concerning
"preload" are obviously outdated.
Problem:
As long as neither the packages "blktrace" nor "systemtap-runtime" are
installed, obviously nothing is done concerning preloading (no changes in
/var/cache/preload). Both packages are installed by default, but as they are
not required by the "preload"-RPMs, they can be deinstalled by the user.
Which I did, as I did not recognize any necessity for this packages, disabling
the "preload"-functionality (?) without me noticing it. Only a mysterious small
error message in the boot protocol gave me a hint.
Solution:
IMHO the dependencies should be changed in order to require these packages for
preload.
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.