[Bug 627116] New: Clock always wrong at boot
http://bugzilla.novell.com/show_bug.cgi?id=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c0 Summary: Clock always wrong at boot Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: Other OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: albert.passalacqua@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.8) Gecko/20100723 SUSE/3.6.8-0.1.1 Firefox/3.6.8 Hello, I installed 11.3 in Italy, and then moved to US, changing time zone in YaST (Hardware clock set to localtime). Then I corrected the time in YaST. The following reboot, the time was wrong of 7 hours (the difference between Italy and US). So I followed some suggestion given to me on IRC: - Set time with date - Sync hwclock to system time - Delete /etc/adjtime When the system is on, both the clocks are fine, but at the following reboot the problem is there again. I then found this post: http://forums.opensuse.org/english/get-help-here/install-boot-login/437966-s... where the proposed solution is the same as above, but with the addition of running mkinitrd at the end. It worked, however it is not clear to me why I should run mkinitrd to change the time, and I think it is a bug. Thanks 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c1 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |jsuchome@novell.com InfoProvider| |werner@novell.com --- Comment #1 from Jiří Suchomel <jsuchome@novell.com> 2010-08-11 08:45:08 UTC --- This is strange. The system is already installed and configure, clock is running in localtime. Thus YaST changes hwclock using hwclock --set --localtime. And I assume hardware clock is updated correctly (*). So, why should be mkinitrd called this time? Why is system clock different than hw clock when there's localtime set in /etc/sysconfig/clock? (*) Alberto: what does the call of 'hwclock' say after such reboot? Is it different than 'date'? -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |varkoly@novell.com InfoProvider|werner@novell.com | --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2010-08-11 09:20:53 UTC --- Ahmm ... if this laptop uses Linux only, then *please* use UTC (Coordinated Universal Time). With this you do not need to change the hardware clock. Only the file /etc/localtime has to changed to change the time zone. This can be done by using zic(8) with its option -l ... no date(1) nor hwclock(8) has to be executed nor the system has to rebooted. Btw: /etc/adjtime is not used if localtime is used for the hardware clock as this makes no sense at all. Furthermore the system clock of the kernel is always in UTC. This is the reason *why* we have to inform the kernel about the localtime in the hardware clock. If you insist using localtime in the hardware clock you have to make sure that if you're using date(1), hwclock(8), and zic(8) to make sure that the CMOS/HW clock is running in localtime *and* the kernels system clock stays in UTC as the time e.g. shown by date(1) is determined on the information found in /etc/localtime and the system time. This can be done very simple as /etc/localtime provides the time zone offset and time zone rules (e.g. DTS) in comparision to the Coordinated Universal Time. IMHO we should not support localtime in HW/CMOS anymore. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c3 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|yast2-maintainers@suse.de |jsuchome@novell.com --- Comment #3 from Jiří Suchomel <jsuchome@novell.com> 2010-08-11 09:53:20 UTC --- OK, so the answer is, we need to call mkinitrd from YaST. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c4 --- Comment #4 from Peter Varkoly <varkoly@novell.com> 2010-08-11 13:01:59 UTC --- Not every time. Only if hwclock is set to localtime. In this case you have to make following changes: 1. Write /etc/localtime 2. mkinitrd 3. Set hwclock Do not use "date" to set the time! "date" corrects the kernel time, but this is every time in UTC!!! the best way is to set the hwclock to localtime. In this case you can make a trip around the world without setting the time. You only have to set the right time zone and all tools show the correct time immediately. The time does not change if you are in an other time zone only the presentation. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c5 --- Comment #5 from Jiří Suchomel <jsuchome@novell.com> 2010-08-11 13:22:34 UTC --- (In reply to comment #4)
Not every time. Only if hwclock is set to localtime.
In this case you have to make following changes:
1. Write /etc/localtime 2. mkinitrd 3. Set hwclock
Do not use "date" to set the time! "date" corrects the kernel time, but this is every time in UTC!!!
YaST does not use date to set the time, it uses hwclock command, see comment 1
the best way is to set the hwclock to localtime.
You mean UTC. But this is the advice for user, and we already know that. But not every user uses UTC in HW clock, so we must somehow live with it. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c6 --- Comment #6 from Peter Varkoly <varkoly@novell.com> 2010-08-11 13:33:08 UTC --- Sorry, of course I've meant hwclock uses UTC. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c7 --- Comment #7 from Alberto Passalacqua <albert.passalacqua@gmail.com> 2010-08-11 15:03:58 UTC --- In answer to comment #1 : yes, hwclock gives a different time from date after reboot. The laptop uses localtime because it has a dual boot with Windows 7. Best, Alberto -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c8 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |varkoly@novell.com --- Comment #8 from Jiří Suchomel <jsuchome@novell.com> 2010-08-11 15:37:40 UTC --- (In reply to comment #4)
Not every time. Only if hwclock is set to localtime.
In this case you have to make following changes:
1. Write /etc/localtime 2. mkinitrd 3. Set hwclock
what i'm doing 1. /usr/sbin/zic -l timezone 2. hwclock --set 3. mkinitrd hwclock call need to be before mkinitrd, as mkinitrd call takes some time and correct time would not be known after it but after reboot, my system time still is not the same as hw clock. Does the kernel take into consideration current timezone? i manually changed the time to something different than in selected time zone... or what else could be wrong? -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c9 --- Comment #9 from Jiří Suchomel <jsuchome@novell.com> 2010-08-11 15:38:29 UTC --- btw, i'm testing it in vmware -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c10 --- Comment #10 from Jiří Suchomel <jsuchome@novell.com> 2010-08-12 08:58:53 UTC --- BTW, is mkinitrd call really needed each time time is changed? Kernel should know that HW clock runs in localtime from the first time it was configured, which was during the installation... -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c11 Alberto Passalacqua <albert.passalacqua@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|varkoly@novell.com | --- Comment #11 from Alberto Passalacqua <albert.passalacqua@gmail.com> 2010-08-12 17:21:19 UTC --- Yes, I have to use mkinitrd every time I change date and/or time, or I have a problem at the next reboot. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c12 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |varkoly@novell.com --- Comment #12 from Jiří Suchomel <jsuchome@novell.com> 2010-08-13 06:37:06 UTC --- 1. Alberto, could you please test new yast2-country package from https://build.opensuse.org/package/binaries?package=yast2-country&project=home%3Ajsuchome&repository=openSUSE_11.3 and see if it does enough for changing the time? 2. Peter, see comments 8 & 10: Is kernel using timezone for setting the time, so I cannot set arbitrary clock value? Why mkinitrd call is needed every time, when kernel should already know that HW clock is using local time? -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c13 --- Comment #13 from Peter Varkoly <varkoly@novell.com> 2010-08-13 09:45:45 UTC --- Please remember the kernel time is always UTC. #10 is mkinitrd call really needed each time time is changed? No, only if the time zone or the hwclock state (UTC or localtime) is changed The process is by booting following: The system reads the hwclock and take a look at /etc/sysconfig/clock for hwclock state. Is it UTC sets the hwclock time to kernel time. Is it localtime calculates the UTC from hwclock time using the time zone given in /etc/localtime and sets the so calculated UTC to the kernel time. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c14 --- Comment #14 from Jiří Suchomel <jsuchome@novell.com> 2010-08-13 09:57:11 UTC --- (In reply to comment #13)
The process is by booting following: The system reads the hwclock and take a look at /etc/sysconfig/clock for hwclock state. Is it UTC sets the hwclock time to kernel time. Is it localtime calculates the UTC from hwclock time using the time zone given in /etc/localtime and sets the so calculated UTC to the kernel time.
And what is the mkinitrd call for? During boot, you already know that hwclock is in localtime (this is written in /etc/sysconfig/clock) and /etc/localtime was set by YaST after changing the time zone. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c15 Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|varkoly@novell.com | --- Comment #15 from Peter Varkoly <varkoly@novell.com> 2010-08-13 13:51:20 UTC --- (In reply to comment #14)
(In reply to comment #13)
The process is by booting following: The system reads the hwclock and take a look at /etc/sysconfig/clock for hwclock state. Is it UTC sets the hwclock time to kernel time. Is it localtime calculates the UTC from hwclock time using the time zone given in /etc/localtime and sets the so calculated UTC to the kernel time.
And what is the mkinitrd call for? To save /etc/sysconfig/clock and /etc/localtime in to initrd During boot, you already know that hwclock is in localtime (this is written in /etc/sysconfig/clock) and /etc/localtime was set by YaST after changing the time zone. Setting the time is happened before the / is mounted.
-- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c16 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |albert.passalacqua@gmail.co | |m --- Comment #16 from Jiří Suchomel <jsuchome@novell.com> 2010-08-16 06:35:56 UTC --- Well, so... Alberto, could you test with the package above? (comment 12) -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c17 Alberto Passalacqua <albert.passalacqua@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|albert.passalacqua@gmail.co | |m | --- Comment #17 from Alberto Passalacqua <albert.passalacqua@gmail.com> 2010-08-16 14:29:16 UTC --- Done. Seems to work. -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c18 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #18 from Jiří Suchomel <jsuchome@novell.com> 2010-08-17 08:15:43 UTC --- Thanks for testing. I'll create new version of package for Factory: 2.20.0 -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c19 --- Comment #19 from Alberto Passalacqua <albert.passalacqua@gmail.com> 2010-08-17 14:38:34 UTC --- Please, submit it for openSUSE 11.3 updates too: it just came out ;-) Thanks, Alberto -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c20 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #20 from Jiří Suchomel <jsuchome@novell.com> 2010-08-17 14:41:22 UTC --- .. so, -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c21 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #21 from Jiří Suchomel <jsuchome@novell.com> 2010-08-17 14:42:18 UTC --- update for 11.3? -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c22 Alberto Passalacqua <albert.passalacqua@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|maintenance@opensuse.org | --- Comment #22 from Alberto Passalacqua <albert.passalacqua@gmail.com> 2010-08-17 15:14:03 UTC --- Hmm, this bug was reported against openSUSE 11.3, so I guess a patch should be submitted there. The product lifecycle is 18 months and it is one month old. I doubt users want to stay with a clock behaving crazily for so long ;-) I asked to explain how on the -factory IRC channel, and darix provided the following link http://old-en.opensuse.org/Build_Service/Concepts/Maintenance which should explain how to submit updates to openSUSE. If you need further info, let me know. I'll dig it out :) Thanks, Alberto -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c23 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #23 from Jiří Suchomel <jsuchome@novell.com> 2010-08-18 05:59:24 UTC --- First step is to asking the maintenance team -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c25 Pedro Gomes <pcgomes@ig.com.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pcgomes@ig.com.br --- Comment #25 from Pedro Gomes <pcgomes@ig.com.br> 2010-08-28 13:17:23 UTC --- Additional note: I had the same issue moving from Brazilian timezone to Swedish timezone. If you need any help to test the fix, get in contact. -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c26 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:35561:low --- Comment #26 from Swamp Workflow Management <swamp@suse.com> 2010-08-30 13:04:03 UTC --- The SWAMPID for this issue is 35561. This issue was rated as low. Please submit fixed packages until 2010-09-27. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/35561 -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c27 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|maintenance@opensuse.org | --- Comment #27 from Christian Dengler <cdengler@novell.com> 2010-08-30 13:04:34 UTC --- No one against, so update started... -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c28 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED Summary|Clock always wrong at boot |Clock wrong at boot when hw | |clock is in localtime --- Comment #28 from Jiří Suchomel <jsuchome@novell.com> 2010-08-31 09:55:25 UTC --- Patchinfo is here: https://swamp.suse.de/webswamp/swamp/template/DisplayWorkflow.vm/workflowid/... Package with the change is yast2-country-2.19.19, submitting to openSUSE:11.3:Update:Test -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c29 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:35561:low |maint:running:35561:low | |maint:released:11.3:35575 --- Comment #29 from Swamp Workflow Management <swamp@suse.com> 2010-09-07 13:29:05 UTC --- Update released for: yast2-country, yast2-country-data Products: openSUSE 11.3 (i586, 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.
https://bugzilla.novell.com/show_bug.cgi?id=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:35561:low |. |maint:released:11.3:35575 | -- 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=627116 https://bugzilla.novell.com/show_bug.cgi?id=627116#c30 --- Comment #30 from Jean Delvare <jdelvare@novell.com> 2010-09-09 11:11:05 UTC --- Jiri, can you please attach the patch that was applied to yast2-country to fix the issue? I need to backport the fix to an older product. -- 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=627116 http://bugzilla.novell.com/show_bug.cgi?id=627116#c32 --- Comment #32 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (627116) was mentioned in https://build.opensuse.org/request/show/45660 Factory / yast2-country -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com