[Bug 680123] New: smoltSendProfile doesnt work - upgraded system 11.1 step-by-step until 11.4
https://bugzilla.novell.com/show_bug.cgi?id=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c0 Summary: smoltSendProfile doesnt work - upgraded system 11.1 step-by-step until 11.4 Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: abittner@stud.fh-heilbronn.de QAContact: qa@suse.de Found By: --- Blocker: --- created after reply to my smolt-bug comment at: https://bugzilla.novell.com/show_bug.cgi?id=675403#c10 ------------- my original comment there: i have an upgrades system (opensuse 11.1 via 11.2 via 11.3) to 11.4. smoltSendProfile crashes with python errors. smoltSendProfile was working all the time in the recent opensuse version all up til the 11.3 system. after upgrade to 11.4 via x86 download dvd iso image it fails. --------------- # smoltSendProfile Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 35, in <module> import smolt File "/usr/share/smolt/client/smolt.py", line 44, in <module> import simplejson ImportError: Bad magic number in /usr/share/smolt/client/simplejson/__init__.pyc --------- # rpm -aq | grep -i pyth python-kde4-4.6.0-3.2.i586 python-2.7-8.2.i586 python-gobject-cairo-2.26.0-5.1.i586 python-cairo-1.8.10-2.1.i586 python-gobject-2.26.0-5.1.i586 python-urlgrabber-3.1.0-188.1.noarch python-numpy-1.5.1-3.1.i586 dbus-1-python-0.83.2-2.1.i586 python-xml-2.7-8.4.i586 libxml2-python-2.7.8-15.1.i586 python-sip-4.12.1-3.1.i586 libpython2_7-1_0-2.7-8.4.i586 python-base-2.7-8.4.i586 python-simplejson-2.1.1-2.1.i586 python-qt4-4.8.3-3.2.i586 python-gtk-2.22.0-4.1.i586 ------------ # rpm -aq | grep -i smol smolt-gui-1.4.2.2-5.1.noarch smolt-1.4.2.2-5.1.noarch ksmolt-0.2.3-9.1.noarch ---------- machine runs runlevel3 nongraphics only, thats why i would like to continue using ncurses/textmode/commandline smolt. thanks. ---------- meanwhile there was apparently only for a brief period an update to the smolt packages via updates for 11.4 so i am having # rpm -aq | grep -i smolt smolt-gui-1.4.2.2-6.5.1.noarch smolt-1.4.2.2-6.5.1.noarch ksmolt-0.2.3-9.1.noarch at the moment. ---------- still getting error: # smoltSendProfile Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 35, in <module> import smolt File "/usr/share/smolt/client/smolt.py", line 44, in <module> import simplejson ImportError: Bad magic number in /usr/share/smolt/client/simplejson/__init__.pyc ------- about this python stuff and how it works internally, i think i used to have extreme problems with some pythong based apps in the past when upgrading opensuse to next releases when also python changed from 2.4 to 2.6 or such stuff, dont remember the details any more, but i think it was the denyhost package in suse/opensuse that went mad back then. i somehow figured that python compiled some of its files and created bytecode-like stuff in the /usr/share/..../ directories, and some path stuff was messed up or whatever it was. back with denyhosts i think i needed to completely uninstall the package and clean up everything and reinstall the denyhosts on the then-current suse system once from scratch. so maybe something went bad with smolt packages as well in relation to python and pathnames or whatever. here is my directory of that user/share/smolt.... /usr/share/smolt/client # ls -lart total 213 -rw-r--r-- 1 root root 2693 Mar 19 2010 uuiddb.py -rw-r--r-- 1 root root 1811 Mar 19 2010 software.py -rw-r--r-- 1 root root 992 Mar 19 2010 smolt_config.py -rwxr-xr-x 1 root root 12407 Mar 19 2010 smoltGui.py -rw-r--r-- 1 root root 46028 Mar 19 2010 smolt.py -rwxr-xr-x 1 root root 10787 Mar 19 2010 sendProfile.py -rw-r--r-- 1 root root 3948 Mar 19 2010 scan.py -rw-r--r-- 1 root root 1761 Mar 19 2010 privacypolicy.py -rw-r--r-- 1 root root 4585 Mar 19 2010 os_detect.py -rw-r--r-- 1 root root 1508 Mar 19 2010 i18n.py -rw-r--r-- 1 root root 4075 Mar 19 2010 gui.py -rw-r--r-- 1 root root 2388 Mar 19 2010 gate.py -rw-r--r-- 1 root root 5364 Mar 19 2010 fs_util.py -rwxr-xr-x 1 root root 3588 Mar 19 2010 deleteProfile.py -rw-r--r-- 1 root root 774 Mar 19 2010 __init__.py drwxr-xr-x 2 root root 176 Mar 8 19:57 simplejson -rw-r--r-- 1 root root 2624 Mar 10 18:56 uuiddb.pyc -rw-r--r-- 1 root root 3488 Mar 10 18:56 scan.pyc -rw-r--r-- 1 root root 4515 Mar 10 18:56 fs_util.pyc -rw-r--r-- 1 root root 640 Mar 10 19:57 i18n.pyc -rw-r--r-- 1 root root 1620 Mar 10 19:57 software.pyc -rw-r--r-- 1 root root 391 Mar 10 19:57 smolt_config.pyc -rw-r--r-- 1 root root 35577 Mar 10 19:57 smolt.pyc -rw-r--r-- 1 root root 5802 Mar 10 19:57 os_detect.pyc -rw-r--r-- 1 root root 2054 Mar 10 19:57 gate.pyc drwxr-xr-x 4 root root 96 Mar 11 16:04 .. lrwxrwxrwx 1 root root 20 Mar 14 10:37 config.py -> /etc/smolt/config.py drwxr-xr-x 2 root root 192 Mar 14 10:37 icons -rw-r--r-- 1 root root 589 Mar 14 10:37 config.pyc drwxr-xr-x 4 root root 872 Mar 14 10:37 . ---------- please notice the date of march 2010 of a great many number of files at the beginning. maybe there is some clue in that. i havent tried yet to clean/re-/-move/-install smolt completely yet. maybe the whole suse/phython/packages-upgrade mechanisms could/should be re-considered and enhanced if this is some fundamental problem when upgrading suse systems. hope this helps a bit. # uname -a Linux ra 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 athlon i386 GNU/Linux # rpm -aq | grep -i pyth python-kde4-4.6.0-3.2.i586 python-2.7-8.2.i586 python-gobject-cairo-2.26.0-5.1.i586 python-cairo-1.8.10-2.1.i586 python-gobject-2.26.0-5.1.i586 python-urlgrabber-3.1.0-188.1.noarch python-numpy-1.5.1-3.1.i586 dbus-1-python-0.83.2-2.1.i586 python-xml-2.7-8.4.i586 libxml2-python-2.7.8-15.1.i586 python-sip-4.12.1-3.1.i586 libpython2_7-1_0-2.7-8.4.i586 python-base-2.7-8.4.i586 python-simplejson-2.1.1-2.1.i586 python-qt4-4.8.3-3.2.i586 python-gtk-2.22.0-4.1.i586 thanks for helping. regards. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c1 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #1 from Marcus Meissner <meissner@novell.com> 2011-03-16 12:36:39 UTC --- likely the hal dependency from bug 675403 a release of smolt without hal dep is planned -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c2 --- Comment #2 from andreas bittner <abittner@stud.fh-heilbronn.de> 2011-03-22 11:27:48 UTC --- today came a new smolt update, but i am still getting: #smoltSendProfile Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 39, in <module> import smolt File "/usr/share/smolt/client/smolt.py", line 46, in <module> import simplejson ImportError: Bad magic number in /usr/share/smolt/client/simplejson/__init__.pyc ------- rpm -aq | grep -i smol smolt-gui-1.4.3-1.6.1.noarch smolt-1.4.3-1.6.1.noarch ksmolt-0.2.3-9.1.noarch rpm -aq | grep -i pyth python-kde4-4.6.0-3.2.i586 python-2.7-8.2.i586 python-gobject-cairo-2.26.0-5.1.i586 python-cairo-1.8.10-2.1.i586 python-gobject-2.26.0-5.1.i586 python-urlgrabber-3.1.0-188.1.noarch python-numpy-1.5.1-3.1.i586 dbus-1-python-0.83.2-2.1.i586 python-xml-2.7-8.4.i586 libxml2-python-2.7.8-15.1.i586 python-sip-4.12.1-3.1.i586 libpython2_7-1_0-2.7-8.4.i586 python-base-2.7-8.4.i586 python-simplejson-2.1.1-2.1.i586 python-qt4-4.8.3-3.2.i586 python-gtk-2.22.0-4.1.i586 ------------ /usr/share/smolt/client # ls -lart total 257 -rw-r--r-- 1 root root 2693 Jan 11 16:25 uuiddb.py -rw-r--r-- 1 root root 1811 Jan 11 16:25 software.py -rw-r--r-- 1 root root 7135 Jan 11 16:25 smolt_mythtv.py -rw-r--r-- 1 root root 992 Jan 11 16:25 smolt_config.py -rwxr-xr-x 1 root root 12474 Jan 11 16:25 smoltGui.py -rw-r--r-- 1 root root 55147 Jan 11 16:25 smolt.py -rwxr-xr-x 1 root root 10974 Jan 11 16:25 sendProfile.py -rw-r--r-- 1 root root 3948 Jan 11 16:25 scan.py -rw-r--r-- 1 root root 1761 Jan 11 16:25 privacypolicy.py -rw-r--r-- 1 root root 4828 Jan 11 16:25 os_detect.py -rw-r--r-- 1 root root 1508 Jan 11 16:25 i18n.py -rw-r--r-- 1 root root 4075 Jan 11 16:25 gui.py -rw-r--r-- 1 root root 2483 Jan 11 16:25 gate.py -rw-r--r-- 1 root root 5364 Jan 11 16:25 fs_util.py -rw-r--r-- 1 root root 4616 Jan 11 16:25 devicelist.py -rwxr-xr-x 1 root root 3588 Jan 11 16:25 deleteProfile.py -rw-r--r-- 1 root root 774 Jan 11 16:25 __init__.py -rw-r--r-- 1 root root 5126 Jan 11 16:25 MultipartPostHandler.py drwxr-xr-x 2 root root 176 Mar 8 19:57 simplejson -rw-r--r-- 1 root root 2624 Mar 10 18:56 uuiddb.pyc -rw-r--r-- 1 root root 3488 Mar 10 18:56 scan.pyc -rw-r--r-- 1 root root 4515 Mar 10 18:56 fs_util.pyc -rw-r--r-- 1 root root 4605 Mar 16 17:32 hwdata.py drwxr-xr-x 4 root root 96 Mar 16 17:32 .. drwxr-xr-x 4 root root 184 Mar 22 12:22 distros lrwxrwxrwx 1 root root 20 Mar 22 12:22 config.py -> /etc/smolt/config.py drwxr-xr-x 2 root root 192 Mar 22 12:22 icons -rw-r--r-- 1 root root 1620 Mar 22 12:22 software.pyc -rw-r--r-- 1 root root 391 Mar 22 12:22 smolt_config.pyc -rw-r--r-- 1 root root 38707 Mar 22 12:22 smolt.pyc -rw-r--r-- 1 root root 6035 Mar 22 12:22 os_detect.pyc -rw-r--r-- 1 root root 640 Mar 22 12:22 i18n.pyc -rw-r--r-- 1 root root 2178 Mar 22 12:22 gate.pyc -rw-r--r-- 1 root root 589 Mar 22 12:22 config.pyc drwxr-xr-x 5 root root 1032 Mar 22 12:22 . --------- /usr/share/smolt/client/simplejson # ls -lart total 41 -rw-r--r-- 1 root root 2470 Aug 24 2010 scanner.pyc -rw-r--r-- 1 root root 11768 Aug 24 2010 encoder.pyc -rw-r--r-- 1 root root 9715 Aug 24 2010 decoder.pyc -rw-r--r-- 1 root root 10841 Aug 24 2010 __init__.pyc drwxr-xr-x 2 root root 176 Mar 8 19:57 . drwxr-xr-x 5 root root 1032 Mar 22 12:22 .. ------------ /usr/bin # ls -lart smoltSendProfile lrwxrwxrwx 1 root root 36 Mar 22 12:22 smoltSendProfile -> ./share/smolt/client/sendProfile.py --------- /etc/smolt # ls -lart total 18 -rw-r--r-- 1 root root 37 Dec 16 2008 hw-uuid -rw-r--r-- 1 root root 973 Jan 11 16:25 config.py drwxr-xr-x 2 root root 104 Mar 22 12:22 . drwxr-xr-x 117 root root 10176 Mar 22 12:22 .. ---------- help?!?! still nonworking :((( thanks. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |puzel@novell.com |ovo.novell.com | -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED Status Whiteboard| |smolt -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c3 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|puzel@novell.com |jmatejek@novell.com --- Comment #3 from Petr Uzel <puzel@novell.com> 2011-04-14 10:02:32 UTC --- (In reply to comment #2)
#smoltSendProfile Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 39, in <module> import smolt File "/usr/share/smolt/client/smolt.py", line 46, in <module> import simplejson ImportError: Bad magic number in /usr/share/smolt/client/simplejson/__init__.pyc
Jan, could you please look into this? -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c4 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |abittner@stud.fh-heilbronn. | |de --- Comment #4 from Jan Matejek <jmatejek@novell.com> 2011-04-14 15:22:32 UTC ---
ImportError: Bad magic number in /usr/share/smolt/client/simplejson/__init__.pyc simplejson shouldn't be there.
Andreas, please post results of the following: rpm -qf /usr/share/smolt/client/simplejson file /usr/share/smolt/client/simplejson/__init__.pyc rpm -V python-simplejson rpm -V smolt -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c5 andreas bittner <abittner@stud.fh-heilbronn.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|abittner@stud.fh-heilbronn. | |de | --- Comment #5 from andreas bittner <abittner@stud.fh-heilbronn.de> 2011-04-14 15:51:53 UTC --- # rpm -qf /usr/share/smolt/client/simplejson file /usr/share/smolt/client/simplejson is not owned by any package # file /usr/share/smolt/client/simplejson/__init__.pyc /usr/share/smolt/client/simplejson/__init__.pyc: python 2.6 byte-compiled and both times, no output at all for: # rpm -V python-simplejson # rpm -V smolt is that possible? thanks. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c6 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #6 from Jan Matejek <jmatejek@novell.com> 2011-04-14 16:26:49 UTC --- yes, that is possible and AFAICT exactly right. your problem should be fixed by deleting /usr/share/smolt/client/simplejson directory. marking as invalid, because the problematic files do not belong to the distro. (they're probably artifacts from some not-completely-clean upgrade, but i'm afraid that we will never be able to trace it back) feel free to reopen if this doesn't help -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c7 --- Comment #7 from andreas bittner <abittner@stud.fh-heilbronn.de> 2011-04-14 16:45:09 UTC --- yay..... # smoltSendProfile ===================================================== Smolt has collected four types of information: General Default run level: 3 OS: openSUSE 11.4 Language: POSIX ... shows up after deleting the simplejson directory with its content. weird. i never had any smolt packages installed from other linux distributions or other means than just the included smolts from all those upgraded opensuse version. maybe someone ought to check if simplejson directory is part of any the more recent opensuse distributions and then fix the upgrade process in the new smolt packages accordingly that they should delete the simplejson directory if present. the file dates of simplejson were august 2010, so it ought to be somewhere in the past few opensuse releases. thanks anyways. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c8 --- Comment #8 from Jan Matejek <jmatejek@novell.com> 2011-04-14 17:00:33 UTC --- you're technically right - but, supposed that the simplejson directory was part of an openSUSE package at some point in the past, its own uninstall/upgrade process should have removed the files. this is something that RPM itself should handle, and in majority of cases does. special-casing a directory like this would be bad practice. i'll try to reproduce the problem, but my guess is that it will work correctly. just one of those things, i guess -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c9 --- Comment #9 from andreas bittner <abittner@stud.fh-heilbronn.de> 2011-04-18 11:20:25 UTC --- about this simplejson stuff. over the weekend i had an older box 11.0 x86 upgraded all the way to 11.4 x86. when i was in the middle of the process, at about 11.2, i already experienced the python errors. right now i have another box still with 11.1 x86 and have checked: # rpm -qf /usr/share/smolt/client/simplejson smolt-1.1.1.1-56.1 # rpm -aq | grep -i smolt smolt-1.1.1.1-56.1 /usr/share/smolt/client/simplejson # ls -lart total 100 -rw-r--r-- 1 root root 2009 Mar 8 2008 scanner.py -rw-r--r-- 1 root root 1662 Mar 8 2008 jsonfilter.py -rw-r--r-- 1 root root 13023 Mar 8 2008 encoder.py -rw-r--r-- 1 root root 8840 Mar 8 2008 decoder.py -rw-r--r-- 1 root root 10787 Mar 8 2008 __init__.py -rw-r--r-- 1 root root 2470 Aug 19 2010 scanner.pyc -rw-r--r-- 1 root root 11768 Aug 19 2010 encoder.pyc -rw-r--r-- 1 root root 9715 Aug 19 2010 decoder.pyc -rw-r--r-- 1 root root 10841 Aug 19 2010 __init__.pyc drwxr-xr-x 2 root root 4096 Aug 19 2010 tests drwxr-xr-x 3 root root 4096 Aug 19 2010 . drwxr-xr-x 4 root root 4096 Aug 19 2010 .. # cat /etc/SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 # uname -a Linux tux 2.6.27.56-0.1-pae #1 SMP 2010-12-01 16:57:58 +0100 i686 athlon i386 GNU/Linux and smolt still works normally on this 11.1 x86 box. i will be upgrading this other box to higher opensuse versions as well, and i suppose it will be once again already after the upgrade step to 11.2 when smolts starts failing with those python errors and leaving behind the old outdated and unused simplejson directory and its contents. maybe someone ought to add it to the annoying bugs or know errata or something and maybe prevent these things from happening in all packages for the futures. thanks and regards. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c10 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P5 - None Status|RESOLVED |REOPENED CC| |jmatejek@novell.com Resolution|INVALID | AssignedTo|jmatejek@novell.com |puzel@novell.com Severity|Normal |Minor --- Comment #10 from Jan Matejek <jmatejek@novell.com> 2011-04-19 15:31:02 UTC --- aaaaand i see the problem now. -rw-r--r-- 1 root root 10787 Mar 8 2008 __init__.py -rw-r--r-- 1 root root 10841 Aug 19 2010 __init__.pyc notice the different dates? that's because smolt's package didn't contain the pyc files and python created them when you first ran smolt as root. obviously, the uninstall process wouldn't remove them and they would cause all kinds of havoc. throwing back at smolt maintainer. Petr, please make sure that our smolt package now ships with compiled bytecode. (and if you find this important enough, you could mention the problem in some upgrade notes on the wiki or something like that...) -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c11 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|REOPENED |ASSIGNED --- Comment #11 from Petr Uzel <puzel@novell.com> 2011-04-19 16:00:56 UTC --- OK, I will fix it. Thanks for looking into this. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c12 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Petr Uzel <puzel@novell.com> 2011-05-05 12:26:24 UTC --- Fix submitted to Factory. -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c13 --- Comment #13 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-05-05 15:00:09 CEST --- This is an autogenerated message for OBS integration: This bug (680123) was mentioned in https://build.opensuse.org/request/show/69700 Factory / smolt -- 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=680123 https://bugzilla.novell.com/show_bug.cgi?id=680123#c14 Jan Matejek <jmatejek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scalpel4k@gmail.com --- Comment #14 from Jan Matejek <jmatejek@suse.com> 2012-03-15 15:51:37 UTC --- *** Bug 736981 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=736981 -- 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.
participants (1)
-
bugzilla_noreply@novell.com