command line upgrade from 42.2 to 42.3

I’m trying to upgrade from leap 42.2 to 42.3.

Using YAST/Software-Repositories, I changed all the URLs 42.2 to 42.3

Then I did


sudo zypper verify
sudo zypper ref 
sudo zypper dup

which downloaded and installed ~700 items.

Then I did a


 
rcrpmconfigcheck                                                                                         
                    

which resulted in


Searching for unresolved configuration files                                                                                                                                                                        done
Please check the following files (see /var/adm/rpmconfigcheck):                                                                                                             
    /etc/plymouth/plymouthd.conf.rpmnew                                                                                                                                     
    /etc/postfix/main.cf.rpmnew                                                                                                                                             
    /etc/postfix/master.cf.rpmnew                                                                                                                                           
    /etc/sddm.conf.rpmnew                                                                                                                                                   
    /etc/sysconfig/SuSEfirewall2.rpmnew                         

and then I did


journalctl --verify

which produced alot of output that looks like



000000: Invalid tail monotonic timestamp                                                                                                                                    
File corruption detected at /var/log/journal/55250210f075675e2a72e00e58dfd7ed/user-1000@d45ac4a8ba104278804940c7b7eb15fe-000000000000aa9f-000567547b7e4467.journal:604550 (of 8388608 bytes, 75%).
FAIL: /var/log/journal/55250210f075675e2a72e00e58dfd7ed/user-1000@d45ac4a8ba104278804940c7b7eb15fe-000000000000aa9f-000567547b7e4467.journal (Bad message)
PASS: /var/log/journal/55250210f075675e2a72e00e58dfd7ed/user-1000.journal      


Are these tiny details or is this a big problem?

Thank you

Does your 42.3 run to satisfaction?

And please post your list of repos so that people can check what you have.

zypper lr -d

It boots and everything seems fine.



linux-rtdp:/home/david # zypper lr -d
Repository priorities are without effect. All enabled repositories share the same priority.

#  | Alias                               | Name                                    | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                                   | Service
---+-------------------------------------+-----------------------------------------+---------+-----------+---------+----------+--------+---------------------------------------------------------------------------------------+--------
 1 | http-download.opensuse.org-0107239a | KDE:KDE3                                | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Leap_42.3/               |        
 2 | http-download.opensuse.org-061694ca | utilities                               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/utilities/openSUSE_Leap_42.3/               |        
 3 | http-download.opensuse.org-1f3733ee | home:feuler:mpich-3.2                   | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/home:/feuler:/mpich-3.2/openSUSE_Leap_42.2/ |        
 4 | http-download.opensuse.org-46018192 | network:vpn                             | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/network:/vpn/openSUSE_Leap_42.3/            |        
 5 | http-download.opensuse.org-56f549b7 | openSUSE:Leap:42.3                      | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/leap/42.3/repo/oss/                         |        
 6 | http-download.opensuse.org-8a26459a | home:Friseer                            | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/home:/Friseer/openSUSE_Leap_42.2/           |        
 7 | packman                             | packman                                 | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://packman.inode.at/suse/openSUSE_Leap_42.3/                                      |        
 8 | repo-debug                          | openSUSE-Leap-42.3-Debug                | No      | ----      | ----    |   99     | yast2  | http://download.opensuse.org/debug/distribution/leap/42.3/repo/oss/                   |        
 9 | repo-debug-non-oss                  | openSUSE-Leap-42.3-Debug-Non-Oss        | No      | ----      | ----    |   99     | yast2  | http://download.opensuse.org/debug/distribution/leap/42.3/repo/non-oss/               |        
10 | repo-debug-update                   | openSUSE-Leap-42.3-Update-Debug         | No      | ----      | ----    |   99     | rpm-md | http://download.opensuse.org/debug/update/leap/42.3/oss/                              |        
11 | repo-debug-update-non-oss           | openSUSE-Leap-42.3-Update-Debug-Non-Oss | No      | ----      | ----    |   99     | rpm-md | http://download.opensuse.org/debug/update/leap/42.3/non-oss/                          |        
12 | repo-non-oss                        | openSUSE-Leap-42.3-Non-Oss              | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/leap/42.3/repo/non-oss/                     |        
13 | repo-oss                            | openSUSE-Leap-42.3-Oss                  | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/leap/42.3/repo/oss/                         |        
14 | repo-source                         | openSUSE-Leap-42.3-Source               | No      | ----      | ----    |   99     | yast2  | http://download.opensuse.org/source/distribution/leap/42.3/repo/oss/                  |        
15 | repo-source-non-oss                 | openSUSE-Leap-42.3-Source-Non-Oss       | No      | ----      | ----    |   99     | yast2  | http://download.opensuse.org/source/distribution/leap/42.3/repo/non-oss/              |        
16 | repo-update                         | openSUSE-Leap-42.3-Update               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/42.3/oss/                                    |                                                                                                                                                                                                                              
17 | repo-update-non-oss                 | openSUSE-Leap-42.3-Update-Non-Oss       | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/42.3/non-oss/               



You need to remove repos #3 & #6.