https://bugzilla.novell.com/show_bug.cgi?id=635303https://bugzilla.novell.com/show_bug.cgi?id=635303#c0
Summary: dump version incompatible with ext4
Classification: openSUSE
Product: openSUSE 11.3
Version: Final
Platform: x86-64
OS/Version: openSUSE 11.3
Status: NEW
Severity: Blocker
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: cilantro05(a)comcast.net
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
How can you possibly provide dump-0.4b41 on the OpenSuSE 11.3 download page,
when that version does not support the filesystem of your default installation,
ext4? I am a longtime SuSE (and dump) user, and it never would have occurred
to me to check this. OK, my mistake -- but I just lost a whole day's work
because my careully made backup was trash. Dump 0.4b42 does claim ext4
support... At the very lease, a prominent warning should be added to the
result of a search for dump on software.opensuse.org.
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=571841http://bugzilla.novell.com/show_bug.cgi?id=571841#c0
Summary: dump/restore version from oss fails when ext4
filesystem is used
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: All
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Maintenance
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: deligeo(a)physics.uoc.gr
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6)
Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6
Attempting to use the dump/restore backup tool (Version 0.4b41-161.1 x86_64)
from oss repository to backup and restore /home the resulting files where
corrupted.
This is a known issue upstream and is corrected in version 0.4b42.
See bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511651 for more
details.
Reproducible: Always
Steps to Reproduce:
1.use dump to backup an ext4 filesystem
2.move into a different computer
3.attempt to restore in an ext3 filesystem
Actual Results:
Files produced are not identical to original files. Several text files are now
reported as binary.
Expected Results:
Should produce a correct image of initial files in the new filesystem.
Or at the very least dump should NOT allow ext4 filesystems to be used until it
is properly working on them.
The main issue is that dump will not complain about ext4 partitions being
dumped. Thus the problem is encountered later (too late) on when one attempts
to restore the filesystem.
Version 0.4b42 should resolve this issue by dealing with ext4 filesystems
correctly thus restoring dump/restore functionality.
--
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.
https://bugzilla.novell.com/show_bug.cgi?id=719207https://bugzilla.novell.com/show_bug.cgi?id=719207#c0
Summary: bsd-games: setgid games removed
Classification: openSUSE
Product: openSUSE 12.1
Version: Factory
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: nadvornik(a)suse.com
ReportedBy: lnussel(a)suse.com
QAContact: qa(a)suse.de
CC: prusnak(a)suse.com
Found By: ---
Blocker: ---
bsd-games has one or more binaries with setgid 'games' in level
'easy'. Since we dont know whether we will ever see a fix for bug
429882 and the setgid bits are ugly anyways we will remove them.
For most affected binaries this will break storing local highscore
files. You may want to check whether the affected binaries can
cope with that situation gracefully.
--
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=719206https://bugzilla.novell.com/show_bug.cgi?id=719206#c0
Summary: rocksndiamonds: setgid games removed
Classification: openSUSE
Product: openSUSE 12.1
Version: Factory
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: nadvornik(a)suse.com
ReportedBy: lnussel(a)suse.com
QAContact: qa(a)suse.de
CC: prusnak(a)suse.com
Found By: ---
Blocker: ---
rocksndiamonds has one or more binaries with setgid 'games' in level
'easy'. Since we dont know whether we will ever see a fix for bug
429882 and the setgid bits are ugly anyways we will remove them.
For most affected binaries this will break storing local highscore
files. You may want to check whether the affected binaries can
cope with that situation gracefully.
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=529135
Summary: openvas-client-2.0.1-1.33: 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.1-1.33
For source code file openvas-client-2.0.1/nessus/comm.c
around line 870 is the source code for the
function comm_send_file.
I notice the following line of code
fd = open(fname, O_RDONLY);
but I notice that close is only called on failure.
Suggest add a call to close at the end of the routine,
for the return success case. Like
network_gets(context->socket, buff, sizeof(buff) - 1);
fclose( fd);
return 0;
--
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=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.
https://bugzilla.novell.com/show_bug.cgi?id=784760https://bugzilla.novell.com/show_bug.cgi?id=784760#c0
Summary: NTP after restart does not change the time
Classification: openSUSE
Product: openSUSE 12.2
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: bluedzins(a)wp.pl
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101
Firefox/14.0.1
I have OS 12.2 installed (properly) and also Windows 7 (quick & dirty, I am
still in progress of installing and configuring things -- one thing which is
not configured is my timezone, thus I see some weird time).
Reproducible: Always
Steps to Reproduce:
1. start my Windows 7
2. observe time changes to incorrect one
3. restart to OS 12.2
4. the time will remain as set by Windows 7
Actual Results:
NTP client should automatically after network connection established, update
the time. It does not.
Manually NTP update works and sets the time to correct one.
Expected Results:
Updating time by NTP client to correct one.
--
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=782060https://bugzilla.novell.com/show_bug.cgi?id=782060#c0
Summary: ntpq is very slow
Classification: openSUSE
Product: openSUSE 12.2
Version: Final
Platform: x86-64
OS/Version: openSUSE 12.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: bwiedemann(a)suse.com
QAContact: qa-bugs(a)suse.de
CC: varkoly(a)suse.com
Found By: Development
Blocker: ---
# time ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
127.127.1.0 .LOCL. 10 l 54m 64 0 0.000 0.000 0.000
*5.9.55.149 130.133.1.10 2 u 162 256 377 4.528 0.075 1.051
-176.28.8.111 187.95.28.233 3 u 64 256 377 13.549 -11.302 1.331
+38.229.71.1 172.16.32.4 2 u 137 256 377 117.416 1.492 2.391
+199.167.198.163 128.4.1.1 2 u 141 256 377 94.616 -2.757 0.575
real 0m0.900s
user 0m0.780s
sys 0m0.088s
strace -o /tmp/ntpq.strace ntpq -pn
grep "Active Measurement Protocol" /tmp/ntpq.strace|wc -l
64
So for some reason it is reading /etc/services 64 times.
while
strace -o /tmp/getent.strace getent services ntp
shows that it just reads the file once.
--
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.