<div dir="ltr">My team recently updated from 2.5 to 2.7 but we also had an operational issue where the database partition filled up (while running SW 2.5) and postgres came to a halt.  Since that time we have experienced a few issues although the upgrade to 2.7 went smoothly.<div><br></div><div>One of them is that the Web UI shows packages available (and I can download them from within the Web UI), but our clients cannot see the same packages even if I remove /var/cache/yum, yum clean all, etc. on the client.  I am trying to determine how to clean up the database and package repository such that the clients see exactly what is shown in the Web UI.  We have tried iterations of spacewalk-data-fsck to no avail.</div><div><br></div><div>Second, we have the following database errors when we try removing one of our admins:</div><div><div>2017-10-12 15:11:14.752 EDT ERROR:  could not read block 0 of relation base/16384/22380: read only 0 of 8192 bytes<br></div><div>2017-10-12 15:11:14.752 EDT STATEMENT:  SELECT <a href="http://wce.id">wce.id</a> AS ID,</div><div>               wce.login,</div><div>               wce.login_uc,</div><div>               UI.last_logged_in</div><div>          FROM rhnWebContactEnabled wce</div><div>                inner join rhnUserInfo UI on UI.user_id = <a href="http://wce.id">wce.id</a></div><div>         WHERE wce.org_id = $1</div><div>        ORDER BY wce.login_uc</div><div>2017-10-12 15:11:14.752 EDT ERROR:  current transaction is aborted, commands ignored until end of transaction block</div><div>2017-10-12 15:11:14.752 EDT STATEMENT:  select 'c3p0 ping' from dual</div><div>2017-10-12 15:11:27.458 EDT ERROR:  could not read block 0 of relation base/16384/22380: read only 0 of 8192 bytes</div><div>2017-10-12 15:11:27.458 EDT STATEMENT:  SELECT ugm.user_id</div><div>             FROM rhnUserGroupMembers ugm</div><div>             JOIN rhnwebcontactenabled wce on <a href="http://wce.id">wce.id</a> = ugm.user_id</div><div>            WHERE ugm.user_group_id = (SELECT id</div><div>                                         FROM rhnUserGroup</div><div>                                        WHERE org_id = $1</div><div>                                          AND group_type = (SELECT id FROM</div><div>                  rhnUserGroupType WHERE label = 'org_admin'))</div><div>              AND wce.read_only = 'N'</div><div>             ORDER BY ugm.user_id</div><div>2017-10-12 15:11:27.458 EDT ERROR:  current transaction is aborted, commands ignored until end of transaction block</div><div>2017-10-12 15:11:27.458 EDT STATEMENT:  select 'c3p0 ping' from dual</div><div><br></div></div><div>How can we go about fixing these two issues?</div><div><br></div><div>Thank you for any assistance!</div><div><br></div><div>/Brian/</div><div><br></div></div>