https://bugzilla.novell.com/show_bug.cgi?id=787382https://bugzilla.novell.com/show_bug.cgi?id=787382#c0
Summary: 'zypper rm -u' is not thorough enough when dealing
with patterns
Classification: openSUSE
Product: openSUSE 12.2
Version: Final
Platform: x86-64
OS/Version: openSUSE 12.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: yoshi314(a)gmail.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20100101
Firefox/16.0
A simple example to illustate the problem :
------------------------------------------------------------------
a system is installed with no kde4 related patterns.
rpm -qa |grep pattern
patterns-openSUSE-base-12.2-5.5.1.x86_64
patterns-openSUSE-enhanced_base-12.2-5.5.1.x86_64
patterns-openSUSE-fonts-12.2-5.5.1.x86_64
patterns-openSUSE-minimal_base-12.2-5.5.1.x86_64
patterns-openSUSE-sw_management-12.2-5.5.1.x86_64
patterns-openSUSE-yast2_install_wf-12.2-5.5.1.x86_64
patterns-openSUSE-yast2_basis-12.2-5.5.1.x86_64
A command to install kde4 pattern is issued :
~ # zypper in -t pattern kde4
after installation, a command to remove the same pattern is issued :
~ # zypper rm -u patterns-openSUSE-kde4
~ # rpm -qa |grep pattern
patterns-openSUSE-base-12.2-5.5.1.x86_64
patterns-openSUSE-x11-12.2-5.5.1.x86_64
patterns-openSUSE-enhanced_base-12.2-5.5.1.x86_64
patterns-openSUSE-fonts-12.2-5.5.1.x86_64
patterns-openSUSE-non_oss-12.2-5.5.1.x86_64
patterns-openSUSE-minimal_base-12.2-5.5.1.x86_64
patterns-openSUSE-x11_opt-12.2-5.5.1.x86_64
patterns-openSUSE-imaging-12.2-5.5.1.x86_64
patterns-openSUSE-sw_management-12.2-5.5.1.x86_64
patterns-openSUSE-non_oss_opt-12.2-5.5.1.x86_64
patterns-openSUSE-kde4_basis-12.2-5.5.1.x86_64
patterns-openSUSE-yast2_install_wf-12.2-5.5.1.x86_64
patterns-openSUSE-yast2_basis-12.2-5.5.1.x86_64
------------------------------------------------------------------------------
A diff of those two outputs :
--- pre_pattern.txt 2012-10-30 09:58:46.123122931 -0400
+++ post_pattern.txt 2012-10-30 10:09:09.267068467 -0400
@@ -1,7 +1,13 @@
patterns-openSUSE-base-12.2-5.5.1.x86_64
+patterns-openSUSE-x11-12.2-5.5.1.x86_64
patterns-openSUSE-enhanced_base-12.2-5.5.1.x86_64
patterns-openSUSE-fonts-12.2-5.5.1.x86_64
+patterns-openSUSE-non_oss-12.2-5.5.1.x86_64
patterns-openSUSE-minimal_base-12.2-5.5.1.x86_64
+patterns-openSUSE-x11_opt-12.2-5.5.1.x86_64
+patterns-openSUSE-imaging-12.2-5.5.1.x86_64
patterns-openSUSE-sw_management-12.2-5.5.1.x86_64
+patterns-openSUSE-non_oss_opt-12.2-5.5.1.x86_64
+patterns-openSUSE-kde4_basis-12.2-5.5.1.x86_64
patterns-openSUSE-yast2_install_wf-12.2-5.5.1.x86_64
patterns-openSUSE-yast2_basis-12.2-5.5.1.x86_64
Some patterns remain, even though they were just installed as dependencies for
kde4 pattern and should be classified as optional.
Reproducible: Always
Steps to Reproduce:
1. Install a pattern that pulls in other (not yet installed) patterns
2. Uninstall that pattern with zypper rm -u
3. Subpatterns that were installed as dependencies in 1. are still installed.
Actual Results:
Pulled in subpatterns remain installed
Expected Results:
Pulled in subpatterns should be removed if they were not explictly installed by
user and are not depended upon by some other packages
openSUSE 12.2 ;
libzypp 11.6.2-2.1.2.x86_64
zypper-1.7.3-1.2.2.x86_64
--
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=536846
Summary: rebuild RPM DB automatically and silently when
necessary
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: urwald(a)gmx-topmail.de
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.1.2)
Gecko/20090730 SUSE/3.5.2-2.4 Firefox/3.5.2
Sometimes, the RPM database is broken. Than, when you try to install packages
with YaST, you get some complicate error messages like
Subprocess failed. Error: RPM fallido: error: db4 error(-30987) from
dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
error: error(-30987) setting "System/Libraries" records from Group index
error: db4 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page
not found
error: error(-30987) getting "System/Libraries" records from Group index
or
Subprocess failed. Error: RPM fallido: error: db4 error(-30987) from
dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
error: error(-30987) getting "" records from Requireversion index
Executing 'rpm --rebuilddb' fixes the problem, but that's not user friendly.
It would be great if libzypper could the this automatically when it notices
that there are problems with the RPM database.
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=546594
Summary: zypper ignores lock while update
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 8
Platform: All
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: lmuelle(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
zypper ignores existing locks while perfoming an upgrade.
--
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=738050https://bugzilla.novell.com/show_bug.cgi?id=738050#c0
Summary: server:database/mongodb: Failure on db.dropDatabase()
using the RPM version
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: x86-64
OS/Version: SLES 11
Status: NEW
Severity: Normal
Priority: P5 - None
Component: 3rd party software
AssignedTo: asn(a)cryptomilk.org
ReportedBy: patrick.meinusch(a)seitenbau.net
QAContact: opensuse-communityscreening(a)forge.provo.novell.com
Found By: ---
Blocker: ---
to reproduce:
1. install mongodb-2.0.1-5.2.x86_64.rpm from
http://download.opensuse.org/repositories/server:/database/SLE_11_SP1/x86_6…
2. start mongod: /etc/init.d/mongodb start
3. open a mongo shell to localhost:27017
4. use new database: use testdb
(optional) 5. insert document to a collection: db.coll.insert( { "key":"value"
} )
6. try to drop database: db.dropDatabase()
expected: database is dropped without any error
got: database is dropped but getting this error:
in shell:
{
"errmsg" : "exception: assertion db/pdfile.cpp:2158",
"code" : 0,
"ok" : 0
}
in log:
Wed Dec 21 13:31:23 [conn1] dropDatabase newdb
Wed Dec 21 13:31:23 [conn1] removeJournalFiles
Wed Dec 21 13:31:23 [conn1] Assertion failure i <= DiskLoc::MaxFiles
db/pdfile.cpp 2158
0x56ec5e 0x577d4f 0x811b9a 0x8121d8 0x8a0fdc 0x89d661 0x89df85 0x88df2a
0x89071b 0x7f54fa 0x973c3c 0x60c06a 0x7f1841eb45f0 0x7f184065684d
/usr/sbin/mongod(_ZN5mongo12sayDbContextEPKc+0x9e) [0x56ec5e]
/usr/sbin/mongod(_ZN5mongo8assertedEPKcS1_j+0xbf) [0x577d4f]
/usr/sbin/mongod(_ZN5mongo19_applyOpToDataFilesEPKcRNS_6FileOpEbRKSs+0x45a)
[0x811b9a]
/usr/sbin/mongod(_ZN5mongo16_deleteDataFilesEPKc+0xc8) [0x8121d8]
/usr/sbin/mongod(_ZN5mongo15CmdDropDatabase3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0xec)
[0x8a0fdc]
/usr/sbin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x871)
[0x89d661]
/usr/sbin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x565)
[0x89df85]
/usr/sbin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x3a)
[0x88df2a]
/usr/sbin/mongod(_ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1_+0x12eb)
[0x89071b]
/usr/sbin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x6fa)
[0x7f54fa]
/usr/sbin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0xdc)
[0x973c3c]
/usr/sbin/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x29a)
[0x60c06a]
/lib64/libpthread.so.0(+0x75f0) [0x7f1841eb45f0]
/lib64/libc.so.6(clone+0x6d) [0x7f184065684d]
Wed Dec 21 13:31:23 [conn1] command newdb.$cmd command: { dropDatabase: 1.0 }
ntoreturn:1 reslen:99 113ms
When using the binary package from mongodb.org this bug is not reproducible
--
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=731320https://bugzilla.novell.com/show_bug.cgi?id=731320#c0
Summary: server:database/mongodb: mongod does not respect
--noprealloc
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: 3rd party software
AssignedTo: asn(a)cryptomilk.org
ReportedBy: jmatejek(a)suse.com
QAContact: opensuse-communityscreening(a)forge.provo.novell.com
Found By: ---
Blocker: ---
to reproduce:
1. install mongodb
2. edit /etc/mongodb.conf to say "noprealloc = true"
3. optionally, run mongod manually with --noprealloc option
expected result:
mongo starts without preallocating journals
actual result:
mongo does not care.
from mongodb.log:
note: noprealloc may hurt performance in many applications
Fri Nov 18 12:24:02 [initandlisten] MongoDB starting : pid=4902 port=27017
dbpath=/var/lib/mongodb 64-bit host=limetka.suse.cz
Fri Nov 18 12:24:02 [initandlisten] db version v2.0.1, pdfile version 4.5
Fri Nov 18 12:24:02 [initandlisten] git version: nogitversion
Fri Nov 18 12:24:02 [initandlisten] build info: Linux build05 2.6.37.6-0.7-xen
#1 SMP 2011-07-21 02:17:24 +0200 x86_64 BOOST_LIB_VERSION=1_44
Fri Nov 18 12:24:02 [initandlisten] options: { auth: "true", bind_ip:
"127.0.0.1", config: "/etc/mongodb.conf", dbpath: "/var/lib/mongodb", fork:
"true", logappend: "true", logpath: "/var/log/mongodb/mongodb.log",
nohttpinterface: "true", noprealloc: true, quiet: true }
Fri Nov 18 12:24:02 [initandlisten] journal dir=/var/lib/mongodb/journal
Fri Nov 18 12:24:02 [initandlisten] recover : no journal files present, no
recovery needed
Fri Nov 18 12:24:05 [initandlisten] preallocateIsFaster=true 25.86
Fri Nov 18 12:24:07 [initandlisten] preallocateIsFaster=true 25.88
Fri Nov 18 12:24:10 [initandlisten] preallocateIsFaster=true 24.26
Fri Nov 18 12:24:10 [initandlisten] preallocateIsFaster check took 8.42 secs
Fri Nov 18 12:24:10 [initandlisten] preallocating a journal file
/var/lib/mongodb/journal/prealloc.0
well yes, preallocate might as well be "IsFaster=true", but that still doesn't
justify spending extra three minutes at startup and eating 3GB for no good
reason whatsoever in a friggin development environment where performance does
not matter but 3GB of storage do
</frustratedRant>
--
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=663358https://bugzilla.novell.com/show_bug.cgi?id=663358#c0
Summary: [zypper] can not install src rpm available on the
local disk
Classification: openSUSE
Product: openSUSE 11.4
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: ma(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
While
zypper in /tmp/my.rpm
works by creating a temp. repo containing my.rpm,
zypper si /tmp/my.src.rpm
does not work. Probably possible to use the same trick here as for ordinary
rpms.
--
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=804607https://bugzilla.novell.com/show_bug.cgi?id=804607#c0
Summary: wrong plymouth on multimonitor (and not visible
cryptohome passphrase)
Classification: openSUSE
Product: openSUSE Factory
Version: 12.3 Beta 1
Platform: All
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: noga.dany(a)gmail.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101
Firefox/18.0
When booting on two monitors, plymouth animation on second monitor is
displaced. And therefore is not visible request for passphrase for accessing
encrypted disk.
On openSUSE 12.2 is ok.
Primary monitor 1600 x 900, secondary monitor 1920 x 1080
(bug found in update in RC1, but I can't set it here in bug report options)
Reproducible: Always
Steps to Reproduce:
1. Start boot with connected second monitor
Actual Results:
Wrong plymouth animation on second monitor. Is displaced cca about 10% more
left and more down.
Expected Results:
Good position like in openSUSE 12.2
--
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=831921https://bugzilla.novell.com/show_bug.cgi?id=831921#c0
Summary: unison segfaults when I try to choose a local
directory
Classification: openSUSE
Product: openSUSE 12.3
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: ncutler(a)suse.com
QAContact: qa-bugs(a)suse.de
Found By: IS&T
Blocker: ---
I have unison version 2.40.102-2.1.2 installed on openSUSE 12.3 (KDE, fully
updated). When I run it and try to add a profile via the "Profile Creation"
wizard a.k.a. Unison Profile Creation Assistant, it segfaults when I attempt to
choose a local directory. The directory chooser window (which I assume is not a
part of unison) flashes on the screen for a split-second.
/var/log/messages says:
pantograf kernel: [ 649.287711] unison[9180]: segfault at 30 ip
00007ffda011c958 sp 00007fff5cce51a0 error 4 in
libgtk-x11-2.0.so.0.2400.18[7ffd9ff01000+42c000]
and when I run unison in a bash shell, I get the following messages on-screen:
(unison:9217): Gtk-CRITICAL **: gtk_tree_model_filter_get_value: assertion
`GTK_TREE_MODEL_FILTER (model)->priv->stamp == iter->stamp' failed
(unison:9217): GLib-GObject-WARNING **: gtype.c:4204: type id `0' is invalid
(unison:9217): GLib-GObject-WARNING **: can't peek value table for type
`<invalid>' which is not currently referenced
Segmentation fault
Thanks.
Nathan
--
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.suse.com/show_bug.cgi?id=900073
Bug ID: 900073
Summary: AUDIT-0: review the OBS CGIs
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Infrastructure
Assignee: mrueckert(a)suse.com
Reporter: krahmer(a)suse.com
QA Contact: lrupp(a)suse.com
Found By: ---
Blocker: ---
https://github.com/openSUSE/open-build-service
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=805767https://bugzilla.novell.com/show_bug.cgi?id=805767#c0
Summary: huge plymouth theme in initrd
Classification: openSUSE
Product: openSUSE 12.3
Version: RC 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: tittiatcoke(a)gmail.com
ReportedBy: lnussel(a)suse.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
There are 23MB of pylmouth theme files in the initrd. Maybe there is a way to
omit some files to shrink the total size of initrd making boot even faster.
--
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.