[opensuse] zypper dup fails on tumbleweed update
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch The way it failed was that it was doing the install, and stalled at installing this package when it was 92% installed. It sat there for a looooong time... I noticed the partition was full up to its reserve requirement, so I increased it with tune2fs -m 1 /dev/sda2 This freed up space, but the installation of this would not proceed. So I finally hit ctrl-c to kill it (maybe that was a bad idea?)... and it killed it, but most of the distribution upgrade is already installed, so I cannot reboot on this partition... BTW, I am not even using btrfs; I am using ext4, so I don't know why TW wants me to have this package in the first place, but that is another issue... back to the issue at hand... I am stuck with a partially installed distribution upgrade, and so I cannot reboot, but I also cannot complete the upgrade. When I try to reinstall it, I get this: after many package checks... In cache patterns-gnome-gnome_office-20180321-11.2.x86_64.rpm (1746/1747), 17.9 KiB ( 58 B unpacked) In cache patterns-gnome-gnome_imaging-20180321-11.2.x86_64.rpm (1747/1747), 17.9 KiB ( 59 B unpacked) Checking for file conflicts: ..................................................................................................................................................................[done] ( 1/1765) Removing btrfsmaintenance-0.4.2-1.1.noarch .......................................................................................................................................[error] Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable) Abort, retry, ignore? [a/r/i] (a): r So I removed that file, and tried again, and got this: Abort, retry, ignore? [a/r/i] (a): r Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: warning: waiting for exclusive lock on /var/lib/rpm/Packages error: cannot get exclusive lock on /var/lib/rpm/Packages error: cannot open Packages index using db4 - Operation not permitted (1) error: cannot open Packages database in /var/lib/rpm Abort, retry, ignore? [a/r/i] (a): r This is where I am stuck. It seems the problem is the exclusive lock. I tried undeleting the /var/lib/rpm/.rpm.lock file, and it still did the same thing. Any help please? I don't want to have to reinstall the whole OS, but that is about the only thing I will know how to do next if I can't get this to work. -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [02-20-19 15:10]:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
The way it failed was that it was doing the install, and stalled at installing this package when it was 92% installed. It sat there for a looooong time... I noticed the partition was full up to its reserve requirement, so I increased it with tune2fs -m 1 /dev/sda2
This freed up space, but the installation of this would not proceed. So I finally hit ctrl-c to kill it (maybe that was a bad idea?)... and it killed it, but most of the distribution upgrade is already installed, so I cannot reboot on this partition...
so don't reboot, restart the dup
BTW, I am not even using btrfs; I am using ext4, so I don't know why TW wants me to have this package in the first place, but that is another issue...
back to the issue at hand... I am stuck with a partially installed distribution upgrade, and so I cannot reboot, but I also cannot complete the upgrade. When I try to reinstall it, I get this:
after many package checks... In cache patterns-gnome-gnome_office-20180321-11.2.x86_64.rpm
(1746/1747), 17.9 KiB ( 58 B unpacked) In cache patterns-gnome-gnome_imaging-20180321-11.2.x86_64.rpm
(1747/1747), 17.9 KiB ( 59 B unpacked) Checking for file conflicts: ..................................................................................................................................................................[done] ( 1/1765) Removing btrfsmaintenance-0.4.2-1.1.noarch .......................................................................................................................................[error] Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable)
Abort, retry, ignore? [a/r/i] (a): r
So I removed that file, and tried again, and got this:
Abort, retry, ignore? [a/r/i] (a): r Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: warning: waiting for exclusive lock on /var/lib/rpm/Packages
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db4 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
Abort, retry, ignore? [a/r/i] (a): r
This is where I am stuck. It seems the problem is the exclusive lock. I tried undeleting the /var/lib/rpm/.rpm.lock file, and it still did the same thing.
Any help please? I don't want to have to reinstall the whole OS, but that is about the only thing I will know how to do next if I can't get this to work.
delete the lock files and do: zypper -v dup -d;zypper -v dup the first instance will download all in advance and the second will do the install. then, if you still want, do "zypper -v rm btrfsmaintenance" -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2/20/19 2:32 PM, Patrick Shanahan wrote:
* George from the tribe <tech@reachthetribes.org> [02-20-19 15:10]:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
The way it failed was that it was doing the install, and stalled at installing this package when it was 92% installed. It sat there for a looooong time... I noticed the partition was full up to its reserve requirement, so I increased it with tune2fs -m 1 /dev/sda2
This freed up space, but the installation of this would not proceed. So I finally hit ctrl-c to kill it (maybe that was a bad idea?)... and it killed it, but most of the distribution upgrade is already installed, so I cannot reboot on this partition... so don't reboot, restart the dup
BTW, I am not even using btrfs; I am using ext4, so I don't know why TW wants me to have this package in the first place, but that is another issue...
back to the issue at hand... I am stuck with a partially installed distribution upgrade, and so I cannot reboot, but I also cannot complete the upgrade. When I try to reinstall it, I get this:
after many package checks... In cache patterns-gnome-gnome_office-20180321-11.2.x86_64.rpm
(1746/1747), 17.9 KiB ( 58 B unpacked) In cache patterns-gnome-gnome_imaging-20180321-11.2.x86_64.rpm
(1747/1747), 17.9 KiB ( 59 B unpacked) Checking for file conflicts: ..................................................................................................................................................................[done] ( 1/1765) Removing btrfsmaintenance-0.4.2-1.1.noarch .......................................................................................................................................[error] Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable)
Abort, retry, ignore? [a/r/i] (a): r
So I removed that file, and tried again, and got this:
Abort, retry, ignore? [a/r/i] (a): r Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: warning: waiting for exclusive lock on /var/lib/rpm/Packages
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db4 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
Abort, retry, ignore? [a/r/i] (a): r
This is where I am stuck. It seems the problem is the exclusive lock. I tried undeleting the /var/lib/rpm/.rpm.lock file, and it still did the same thing.
Any help please? I don't want to have to reinstall the whole OS, but that is about the only thing I will know how to do next if I can't get this to work. delete the lock files and do: zypper -v dup -d;zypper -v dup
Ok, I was able to get it to work. It seems like it was only the time of waiting for awhile after removing the lock file. Thanks! -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [02-20-19 19:50]:
On 2/20/19 2:32 PM, Patrick Shanahan wrote:
[...]
delete the lock files and do: zypper -v dup -d;zypper -v dup
Ok, I was able to get it to work. It seems like it was only the time of waiting for awhile after removing the lock file. Thanks!
a suggestion (works well for me): in the future do (or something similar) zypper -v ref ; zypper -v dup -d && zypper -v dup -y that is three operations update software database download all pkgs in advance, will display packages and you can stop the process here if it is doing something you don't want install downloaded packages w/o asking and occasionally do: zypper clean if a download hangs or a package install hangs, kill the process and restart it. if the second operation asks questions, answer, but then the final operation (install) will fail and you need to drop the "-y" and repeat as: zypper -v dup if a package is being changed and you do not want it changed, zypper al <package-name> al is add lock zypper ll will list locks across five local computers, I have 2 locks ONLY because I want those packages from a particular repo. gud luk -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 21/02/2019 02.10, Patrick Shanahan wrote:
a suggestion (works well for me): in the future do (or something similar) zypper -v ref ; zypper -v dup -d && zypper -v dup -y
that is three operations update software database download all pkgs in advance, will display packages and you can stop the process here if it is doing something you don't want install downloaded packages w/o asking
Or: /etc/zypp/zypp.conf: commit.downloadMode = DownloadInAdvance And the 2 and 3 ops above can be done as a single "zypper -v dup". The 1 is automatic normally. Related: repo.refresh.delay = 10 -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On 2/20/19 8:31 PM, Carlos E. R. wrote:
On 21/02/2019 02.10, Patrick Shanahan wrote:
a suggestion (works well for me): in the future do (or something similar) zypper -v ref ; zypper -v dup -d && zypper -v dup -y
that is three operations update software database download all pkgs in advance, will display packages and you can stop the process here if it is doing something you don't want install downloaded packages w/o asking Or:
/etc/zypp/zypp.conf:
commit.downloadMode = DownloadInAdvance
And the 2 and 3 ops above can be done as a single "zypper -v dup".
The 1 is automatic normally. Related:
repo.refresh.delay = 10
Ok I have changed this one also to download in advance. Thanks. -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hi, George: On 2/20/19 12:09 PM, George from the tribe wrote:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
Yes, I had the same problem, and like you, I do not use BTRFS. What I did: First, because it was so far into the upgrade, I did not want to lose what it had done. I crossed my fingers and used Alt-SysRq-SUB to reboot (If SysRq is not marked on your keyboard, it is also the PrintScreen key). Thankfully, it was late enough in the install that it booted back up just fine, right into the desktop. YaST will not run, yet, as it is missing a dependency. However, zypper works just fine. I then used zypper se btrfs to get a list of the BTRFS junk (I, too, use ext4, so do not need the BTRFS stuff), then used zypper rm to get rid of the above package and one or two others. After, I added zypper al to lock those packages. I had to re-install GParted, and tell it to "break GParted by ignoring dependency", but that will be no problem. All that happens with GParted as a result is that it cannot create or work on BTRFS file system. Other functions work fine. I then finished up by repeating zypper dup. Everything is working great. -- -Gerry Makaro openSUSE Member openSUSE Global Moderator openSUSE Contributor YaST Contributor aka Fraser_Bell on the Forums, OBS, IRC, and mail at openSUSE.org Fraser-Bell on Github -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Fraser_Bell <Fraser_Bell@openSUSE.org> [02-20-19 16:42]:
Hi, George:
On 2/20/19 12:09 PM, George from the tribe wrote:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
Yes, I had the same problem, and like you, I do not use BTRFS.
What I did: First, because it was so far into the upgrade, I did not want to lose what it had done. I crossed my fingers and used Alt-SysRq-SUB to reboot (If SysRq is not marked on your keyboard, it is also the PrintScreen key).
Thankfully, it was late enough in the install that it booted back up just fine, right into the desktop. YaST will not run, yet, as it is missing a dependency.
However, zypper works just fine.
I then used zypper se btrfs to get a list of the BTRFS junk (I, too, use ext4, so do not need the BTRFS stuff), then used zypper rm to get rid of the above package and one or two others.
After, I added zypper al to lock those packages.
I had to re-install GParted, and tell it to "break GParted by ignoring dependency", but that will be no problem. All that happens with GParted as a result is that it cannot create or work on BTRFS file system.
Other functions work fine.
I then finished up by repeating zypper dup.
Everything is working great.
yes, you were able to reboot, but what if he cannot? -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2/20/19 3:40 PM, Fraser_Bell wrote:
Hi, George:
On 2/20/19 12:09 PM, George from the tribe wrote:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
Yes, I had the same problem, and like you, I do not use BTRFS.
What I did: First, because it was so far into the upgrade, I did not want to lose what it had done. I crossed my fingers and used Alt-SysRq-SUB to reboot (If SysRq is not marked on your keyboard, it is also the PrintScreen key).
Thankfully, it was late enough in the install that it booted back up just fine, right into the desktop. YaST will not run, yet, as it is missing a dependency.
However, zypper works just fine.
I then used zypper se btrfs to get a list of the BTRFS junk (I, too, use ext4, so do not need the BTRFS stuff), then used zypper rm to get rid of the above package and one or two others.
After, I added zypper al to lock those packages.
I had to re-install GParted, and tell it to "break GParted by ignoring dependency", but that will be no problem. All that happens with GParted as a result is that it cannot create or work on BTRFS file system.
Other functions work fine.
I then finished up by repeating zypper dup.
Everything is working great.
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this: zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies... The following package is going to be REMOVED: btrfsmaintenance 1 package to remove. After the operation, 51.4 KiB will be freed. Continue? [y/n/...? shows all options] (y): y (1/1) Removing btrfsmaintenance-0.4.2-1.2.noarch ........................................................................................[done] Additional rpm output: Removed /etc/systemd/system/timers.target.wants/btrfs-trim.timer. Removed /etc/systemd/system/timers.target.wants/btrfs-balance.timer. Removed /etc/systemd/system/timers.target.wants/btrfs-scrub.timer. Removed /etc/systemd/system/multi-user.target.wants/btrfsmaintenance-refresh.service. Removed /etc/systemd/system/multi-user.target.wants/btrfsmaintenance-refresh.path. There are some running programs that might use files deleted by recent upgrade. You may wish to check and restart some of them. Run 'zypper ps -s' to list these programs. tribaltrekker:/home/george # zypper ps -s The following running processes use deleted files: PID | PPID | UID | User | Command | Service -----+------+------+--------+-------------+-------- 3889 | 3881 | 1000 | george | kwin_x11 | 3894 | 1 | 1000 | george | krunner | 3896 | 1 | 1000 | george | plasmashell | First - no repositories defined? My repositories are all there. Is this a bug? Second, kwin_x11, krunner, and plasmashell are all using btrfsmaintenance in the background? I have noticed recently that making any simple changes to zypper, like an upgrade to a file, or anything, comes out with zypper saying these 3 programs are using deleted files. I can't back that up, because the last couple of times I thought it was normal. But now seeing that it seems to always say this, it makes me suspicious. -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2/21/19 9:18 AM, George from the tribe wrote:
On 2/20/19 3:40 PM, Fraser_Bell wrote:
Hi, George:
On 2/20/19 12:09 PM, George from the tribe wrote:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
Yes, I had the same problem, and like you, I do not use BTRFS.
What I did: First, because it was so far into the upgrade, I did not want to lose what it had done. I crossed my fingers and used Alt-SysRq-SUB to reboot (If SysRq is not marked on your keyboard, it is also the PrintScreen key).
Thankfully, it was late enough in the install that it booted back up just fine, right into the desktop. YaST will not run, yet, as it is missing a dependency.
However, zypper works just fine.
I then used zypper se btrfs to get a list of the BTRFS junk (I, too, use ext4, so do not need the BTRFS stuff), then used zypper rm to get rid of the above package and one or two others.
After, I added zypper al to lock those packages.
I had to re-install GParted, and tell it to "break GParted by ignoring dependency", but that will be no problem. All that happens with GParted as a result is that it cannot create or work on BTRFS file system.
Other functions work fine.
I then finished up by repeating zypper dup.
Everything is working great.
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies...
The following package is going to be REMOVED: btrfsmaintenance
1 package to remove. After the operation, 51.4 KiB will be freed. Continue? [y/n/...? shows all options] (y): y (1/1) Removing btrfsmaintenance-0.4.2-1.2.noarch ........................................................................................[done] Additional rpm output: Removed /etc/systemd/system/timers.target.wants/btrfs-trim.timer. Removed /etc/systemd/system/timers.target.wants/btrfs-balance.timer. Removed /etc/systemd/system/timers.target.wants/btrfs-scrub.timer. Removed /etc/systemd/system/multi-user.target.wants/btrfsmaintenance-refresh.service. Removed /etc/systemd/system/multi-user.target.wants/btrfsmaintenance-refresh.path.
There are some running programs that might use files deleted by recent upgrade. You may wish to check and restart some of them. Run 'zypper ps -s' to list these programs. tribaltrekker:/home/george # zypper ps -s The following running processes use deleted files:
PID | PPID | UID | User | Command | Service -----+------+------+--------+-------------+-------- 3889 | 3881 | 1000 | george | kwin_x11 | 3894 | 1 | 1000 | george | krunner | 3896 | 1 | 1000 | george | plasmashell |
First - no repositories defined? My repositories are all there. Is this a bug?
Second, kwin_x11, krunner, and plasmashell are all using btrfsmaintenance in the background? I have noticed recently that making any simple changes to zypper, like an upgrade to a file, or anything, comes out with zypper saying these 3 programs are using deleted files. I can't back that up, because the last couple of times I thought it was normal. But now seeing that it seems to always say this, it makes me suspicious.
After thinking it over, I might not get rid of the btrfs utilities, as one day I might want to switch over. Just not at the moment. -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [02-21-19 10:30]: {[...]
Second, kwin_x11, krunner, and plasmashell are all using btrfsmaintenance in the background?
look and see, ps aux |grep btrfsmaintenance but I doubt it.
I have noticed recently that making any simple changes to zypper, like an upgrade to a file, or anything, comes out with zypper saying these 3 programs are using deleted files. I can't back that up, because the last couple of times I thought it was normal. But now seeing that it seems to always say this, it makes me suspicious.
a newer version of zypper and company. trying to help those who fail to check. zypper ps zypper help ps
After thinking it over, I might not get rid of the btrfs utilities, as one day I might want to switch over. Just not at the moment.
if you install btrfs, it will surely pull in that package. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 21/02/2019 16.18, George from the tribe wrote:
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Huh? -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]:
On 21/02/2019 16.18, George from the tribe wrote:
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Huh?
obviously miss-quoted. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 21/02/2019 20.08, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]:
On 21/02/2019 16.18, George from the tribe wrote:
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Huh?
obviously miss-quoted.
Can't be. I assume he copypasted. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 15:00]:
On 21/02/2019 20.08, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]:
On 21/02/2019 16.18, George from the tribe wrote:
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Huh?
obviously miss-quoted.
Can't be. I assume he copypasted.
really? -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 21/02/2019 21.23, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 15:00]:
On 21/02/2019 20.08, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]:
On 21/02/2019 16.18, George from the tribe wrote:
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Huh?
obviously miss-quoted.
Can't be. I assume he copypasted.
really?
of course. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On 2/21/19 2:29 PM, Carlos E. R. wrote:
On 21/02/2019 21.23, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 15:00]:
On 21/02/2019 20.08, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]:
On 21/02/2019 16.18, George from the tribe wrote:
Thanks, all good info. Here is an interesting thing that happened - I went to remove the offending package, and I get this:
zypper rm btrfsmaintenance Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Huh? obviously miss-quoted. Can't be. I assume he copypasted. really? of course.
yes, it was a copy-paste. That is what my system gave me - on my desktop. Haven't tried it on my laptop. I am wondering where that comes from. I haven't run a zypper dup on my desktop in a long time - maybe I will try that now. -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [02-21-19 17:04]:
On 2/21/19 2:29 PM, Carlos E. R. wrote:
On 21/02/2019 21.23, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 15:00]:
On 21/02/2019 20.08, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]:
On 21/02/2019 16.18, George from the tribe wrote:
> Thanks, all good info. Here is an interesting thing that happened - I > went to remove the offending package, and I get this: > > zypper rm btrfsmaintenance > Loading repository data... > Warning: No repositories defined. Operating only with the installed > resolvables. Nothing can be installed. Huh? obviously miss-quoted. Can't be. I assume he copypasted. really? of course.
yes, it was a copy-paste. That is what my system gave me - on my desktop. Haven't tried it on my laptop. I am wondering where that comes from. I haven't run a zypper dup on my desktop in a long time - maybe I will try that now.
it appears you somehow ran zypper as some elevated user (s/b root) and the repos (/etc/zypp/repos.d/*) were not available to that user. to confirm your repos zypper lr (list repos) I don't know now how yast works with packages as I have not used it since zypper became available. I prefer commandline and zypper is easy and dependable and understandable. but part of that comes with use. personally I disable zypper auto update repos and use the three part commandline stanza I presented previously. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2/21/19 4:15 PM, Patrick Shanahan wrote:
* George from the tribe <tech@reachthetribes.org> [02-21-19 17:04]:
On 2/21/19 2:29 PM, Carlos E. R. wrote:
On 21/02/2019 21.23, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 15:00]:
On 21/02/2019 20.08, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]: > On 21/02/2019 16.18, George from the tribe wrote: > >> Thanks, all good info. Here is an interesting thing that happened - I >> went to remove the offending package, and I get this: >> >> zypper rm btrfsmaintenance >> Loading repository data... >> Warning: No repositories defined. Operating only with the installed >> resolvables. Nothing can be installed. > Huh? obviously miss-quoted. Can't be. I assume he copypasted. really? of course.
yes, it was a copy-paste. That is what my system gave me - on my desktop. Haven't tried it on my laptop. I am wondering where that comes from. I haven't run a zypper dup on my desktop in a long time - maybe I will try that now. it appears you somehow ran zypper as some elevated user (s/b root) and the repos (/etc/zypp/repos.d/*) were not available to that user.
to confirm your repos zypper lr (list repos)
I don't know now how yast works with packages as I have not used it since zypper became available. I prefer commandline and zypper is easy and dependable and understandable. but part of that comes with use.
personally I disable zypper auto update repos and use the three part commandline stanza I presented previously.
Yes, kind of weird... here I have copied and pasted a full zypper ref, zypper lr, and then a command for an operation, you can see what is at the bottom... but after this I am doing a zypper dup, so we will see if that clears it up # zypper ref Repository 'downloads' is up to date. Repository 'Education_Repo' is up to date. Repository 'Visual Studio Code' is up to date. Repository 'google-chrome' is up to date. Repository 'libdvdcss' is up to date. Repository 'nvidia' is up to date. Repository 'packman' is up to date. Repository 'repo-debug' is up to date. Repository 'repo-non-oss' is up to date. Repository 'repo-oss' is up to date. Repository 'repo-update' is up to date. Repository 'skype (stable)' is up to date. All repositories have been refreshed. tribaltrekker:/home/george # zypper lr Repository priorities in effect: (See 'zypper lr -P' for details) 90 (raised priority) : 1 repository 99 (default priority) : 11 repositories # | Alias | Name | Enabled | GPG Check | Refresh ---+------------------+--------------------+---------+-----------+-------- 1 | Downloads | downloads | Yes | ( p) Yes | Yes 2 | Education | Education_Repo | Yes | (r ) Yes | Yes 3 | code | Visual Studio Code | Yes | (r ) Yes | Yes 4 | google-chrome | google-chrome | Yes | (r ) Yes | Yes 5 | leap15oss | leap15oss | No | ---- | ---- 6 | leap15update | leap15update | No | ---- | ---- 7 | libdvdcss | libdvdcss | Yes | (r ) Yes | Yes 8 | nvidia | nvidia | Yes | (r ) Yes | Yes 9 | packman | packman | Yes | (r ) Yes | Yes 10 | repo-debug | repo-debug | Yes | (r ) Yes | Yes 11 | repo-non-oss | repo-non-oss | Yes | (r ) Yes | Yes 12 | repo-oss | repo-oss | Yes | (r ) Yes | Yes 13 | repo-src-non-oss | repo-src-non-oss | No | ---- | ---- 14 | repo-src-oss | repo-src-oss | No | ---- | ---- 15 | repo-update | repo-update | Yes | (r ) Yes | Yes 16 | skype-stable | skype (stable) | Yes | (r ) Yes | Yes tribaltrekker:/home/george # zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies... The following 3 packages are going to be REMOVED: btrfsprogs gparted gparted-lang 3 packages to remove. After the operation, 11.2 MiB will be freed. Continue? [y/n/...? shows all options] (y): -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [02-21-19 18:12]:
On 2/21/19 4:15 PM, Patrick Shanahan wrote:
* George from the tribe <tech@reachthetribes.org> [02-21-19 17:04]:
On 2/21/19 2:29 PM, Carlos E. R. wrote:
On 21/02/2019 21.23, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-21-19 15:00]:
On 21/02/2019 20.08, Patrick Shanahan wrote: > * Carlos E. R. <robin.listas@telefonica.net> [02-21-19 13:02]: > > On 21/02/2019 16.18, George from the tribe wrote: > > > > > Thanks, all good info. Here is an interesting thing that happened - I > > > went to remove the offending package, and I get this: > > > > > > zypper rm btrfsmaintenance > > > Loading repository data... > > > Warning: No repositories defined. Operating only with the installed > > > resolvables. Nothing can be installed. > > Huh? > obviously miss-quoted. Can't be. I assume he copypasted. really? of course.
yes, it was a copy-paste. That is what my system gave me - on my desktop. Haven't tried it on my laptop. I am wondering where that comes from. I haven't run a zypper dup on my desktop in a long time - maybe I will try that now. it appears you somehow ran zypper as some elevated user (s/b root) and the repos (/etc/zypp/repos.d/*) were not available to that user.
to confirm your repos zypper lr (list repos)
I don't know now how yast works with packages as I have not used it since zypper became available. I prefer commandline and zypper is easy and dependable and understandable. but part of that comes with use.
personally I disable zypper auto update repos and use the three part commandline stanza I presented previously.
Yes, kind of weird... here I have copied and pasted a full zypper ref, zypper lr, and then a command for an operation, you can see what is at the bottom... but after this I am doing a zypper dup, so we will see if that clears it up
# zypper ref Repository 'downloads' is up to date. Repository 'Education_Repo' is up to date. Repository 'Visual Studio Code' is up to date. Repository 'google-chrome' is up to date. Repository 'libdvdcss' is up to date. Repository 'nvidia' is up to date. Repository 'packman' is up to date. Repository 'repo-debug' is up to date. Repository 'repo-non-oss' is up to date. Repository 'repo-oss' is up to date. Repository 'repo-update' is up to date. Repository 'skype (stable)' is up to date. All repositories have been refreshed. tribaltrekker:/home/george # zypper lr Repository priorities in effect: (See 'zypper lr -P' for details) 90 (raised priority) : 1 repository 99 (default priority) : 11 repositories
# | Alias | Name | Enabled | GPG Check | Refresh ---+------------------+--------------------+---------+-----------+-------- 1 | Downloads | downloads | Yes | ( p) Yes | Yes 2 | Education | Education_Repo | Yes | (r ) Yes | Yes 3 | code | Visual Studio Code | Yes | (r ) Yes | Yes 4 | google-chrome | google-chrome | Yes | (r ) Yes | Yes 5 | leap15oss | leap15oss | No | ---- | ---- 6 | leap15update | leap15update | No | ---- | ---- 7 | libdvdcss | libdvdcss | Yes | (r ) Yes | Yes 8 | nvidia | nvidia | Yes | (r ) Yes | Yes 9 | packman | packman | Yes | (r ) Yes | Yes 10 | repo-debug | repo-debug | Yes | (r ) Yes | Yes 11 | repo-non-oss | repo-non-oss | Yes | (r ) Yes | Yes 12 | repo-oss | repo-oss | Yes | (r ) Yes | Yes 13 | repo-src-non-oss | repo-src-non-oss | No | ---- | ---- 14 | repo-src-oss | repo-src-oss | No | ---- | ---- 15 | repo-update | repo-update | Yes | (r ) Yes | Yes 16 | skype-stable | skype (stable) | Yes | (r ) Yes | Yes tribaltrekker:/home/george # zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies...
The following 3 packages are going to be REMOVED: btrfsprogs gparted gparted-lang
3 packages to remove. After the operation, 11.2 MiB will be freed. Continue? [y/n/...? shows all options] (y):
1. why remove gparted? -lang is ok if you only need English 2. run "zypper verify" just to make sure 3. you said tumbleweed but have leap15 repos NO-NO-NO-NO-NO that's really NO-NO and equals broken system! ALL YOUR REPOS SHOULD POINT TO TUMBLEWEED, including packman baseurl=http://packman.inode.at/suse/openSUSE_Tumbleweed http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ http://ftp.halifax.rwth-aachen.de/packman/suse/openSUSE_Tumbleweed/ baseurl=http://download.opensuse.org/tumbleweed/repo/oss/ http://ftp.ussg.iu.edu/linux/opensuse/tumbleweed/repo/oss/ http://distro.ibiblio.org/opensuse/tumbleweed/repo/oss/ http://suse.mobile-central.org/tumbleweed/repo/oss/ http://ftp.uni-erlangen.de/opensuse/tumbleweed/repo/non-oss/ http://ftp5.gwdg.de/pub/opensuse/tumbleweed/repo/oss/ and that is the explanation for: Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 22/02/2019 00.10, George from the tribe wrote:
Yes, kind of weird... here I have copied and pasted a full zypper ref, zypper lr, and then a command for an operation, you can see what is at the bottom... but after this I am doing a zypper dup, so we will see if that clears it up
Please do zypper lr --details > somefile.txt and then attach that file to the reply here. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On 2/21/19 9:17 PM, Carlos E. R. wrote:
On 22/02/2019 00.10, George from the tribe wrote:
Yes, kind of weird... here I have copied and pasted a full zypper ref, zypper lr, and then a command for an operation, you can see what is at the bottom... but after this I am doing a zypper dup, so we will see if that clears it up
Please do
zypper lr --details > somefile.txt
and then attach that file to the reply here.
Yes, thanks Patrick for noticing that on the leap15 repos - I have removed them now. Fortunately they were disabled, but they are completely gone now. So here I have attached the file with the repos and their details, and below is the pasted output from a couple of zypper rm commands. Note that I am not actually removing any of these - this is only to show that the output of zypper rm is saying that I have no repositories defined. # zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies... # zypper rm kcalc Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies... The following 2 packages are going to be REMOVED: kcalc kcalc-lang So it looks like the maintainer of zypper forgot to make that warning a conditional warning, and it is showing up on every zypper remove command now. I will submit a bug report. I wonder if anyone else is noticing this on zypper rm? -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB
On 22/02/2019 19.06, George from the tribe wrote:
On 2/21/19 9:17 PM, Carlos E. R. wrote:
Please do
zypper lr --details > somefile.txt
and then attach that file to the reply here.
Yes, thanks Patrick for noticing that on the leap15 repos - I have removed them now. Fortunately they were disabled, but they are completely gone now.
So here I have attached the file with the repos and their details,
The repo list seems correct.
and below is the pasted output from a couple of zypper rm commands. Note that I am not actually removing any of these - this is only to show that the output of zypper rm is saying that I have no repositories defined.
# zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
A "zypper dup" should fail with that error there... You could try "zypper clean ; zypper ref" -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
* Carlos E. R. <robin.listas@telefonica.net> [02-22-19 13:36]:
On 22/02/2019 19.06, George from the tribe wrote:
On 2/21/19 9:17 PM, Carlos E. R. wrote:
Please do
zypper lr --details > somefile.txt
and then attach that file to the reply here.
Yes, thanks Patrick for noticing that on the leap15 repos - I have removed them now. Fortunately they were disabled, but they are completely gone now.
So here I have attached the file with the repos and their details,
The repo list seems correct.
and below is the pasted output from a couple of zypper rm commands. Note that I am not actually removing any of these - this is only to show that the output of zypper rm is saying that I have no repositories defined.
# zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
A "zypper dup" should fail with that error there...
You could try "zypper clean ; zypper ref"
and then provide the contents of "Downloads", dir:/home/george/Downloads which you show in your repo list a non-standard or errant package there might be causeing problems. and the result of: rpm -q zypper -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2/22/19 2:35 PM, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-22-19 13:36]:
On 22/02/2019 19.06, George from the tribe wrote:
On 2/21/19 9:17 PM, Carlos E. R. wrote:
Please do
zypper lr --details > somefile.txt
and then attach that file to the reply here.
Yes, thanks Patrick for noticing that on the leap15 repos - I have removed them now. Fortunately they were disabled, but they are completely gone now.
So here I have attached the file with the repos and their details, The repo list seems correct.
and below is the pasted output from a couple of zypper rm commands. Note that I am not actually removing any of these - this is only to show that the output of zypper rm is saying that I have no repositories defined.
# zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. A "zypper dup" should fail with that error there... Yes, I would have thought that also, but it didn't. I ran the full zypper dup on my desktop with that error and it upgraded without a problem.
You could try "zypper clean ; zypper ref" # zypper clean; zypper ref All repositories have been cleaned up. Retrieving repository 'downloads' metadata ..............................................................................................[done] Building repository 'downloads' cache ...................................................................................................[done] Repository 'Education_Repo' is up to date. Repository 'Visual Studio Code' is up to date. Repository 'google-chrome' is up to date. Repository 'libdvdcss' is up to date. Repository 'nvidia' is up to date. Repository 'packman' is up to date. Repository 'repo-debug' is up to date. Repository 'repo-non-oss' is up to date. Repository 'repo-oss' is up to date. Repository 'repo-update' is up to date. Repository 'skype (stable)' is up to date. All repositories have been refreshed. tribaltrekker:/home/george/Downloads # zypper rm kcalc Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies...
and then provide the contents of "Downloads", dir:/home/george/Downloads which you show in your repo list
a non-standard or errant package there might be causeing problems.
it's still saying "no repositories defined" tribaltrekker:/home/george/Downloads # ls AASyncToDell Gnome opensuse alien-8.81-1.1.x86_64.rpm Google opus-tools-0.1.7-1.1.x86_64.rpm alkitab.zip GoogleEarth OracleSQL AndroidIDE google-talkplugin_current_x86_64.rpm pdftohtml AnkiFlashCards health PeaZip ASUSandroid httrack-3.44.1.tar.gz peazip-4.5.LINUX.Qt-1.i386.rpm ASUSboard keepnote peazip_portable-4.5.LINUX.GTK2 ASUSboard_office Kindle playonlinux ASUSE4465Board kiyut-alkitab-modules-downloader.nbm PowerSupply audacity-macosx-intel-1.2.5.dmg kmail.pdf Rosetta Stone Philippine (Tagalog) - Level 1, 2 Avira4Windows kompozer Samsung bibleanalyzer_4.1-0_all.deb kupdateapplet-0.9.18-3.6.x86_64.rpm Scrivener bootinfoscript-061 kupdateapplet-packagekit-0.9.18-3.6.x86_64.rpm smpppd-1.60.56-5.1.1.x86_64.rpm bootinfoscript-061.tar.gz Lame_Library_v3.98.2_for_Audacity_on_OSX.dmg storebackup Chrome large-plastic-water-tanks.jpg technical csv2odf LibreOfficeExt Thumbs.db D820_A10.EXE MasterPDF Thumbs.db:encryptable .directory MinecrafterSq TicketToRide dropbox MSIboard UBCD Engineering MSI_motherboard Ubuntu epson Multiboot_live updategrub-1.8.3-5.1.src.rpm fatattr-1.0.1-3.12.x86_64.rpm NetgearFirmware WebTemplates FirefoxExt nixnote WindowsDnlds flash-plugin-11.2.202.243-release.x86_64.rpm nvidia wine FoxconnBoardTech nVidiaRAID.pdf wineusr-guide.pdf gdisk OandaForex georgereminders.ics openssl-1.0.0e-34.1.2.x86_64.rpm
and the result of: rpm -q zypper
# rpm -q zypper zypper-1.14.25-1.1.x86_64 -- George Box: 42.3 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: TW | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: TW | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [02-23-19 10:26]:
On 2/22/19 2:35 PM, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [02-22-19 13:36]:
On 22/02/2019 19.06, George from the tribe wrote:
On 2/21/19 9:17 PM, Carlos E. R. wrote:
Please do
zypper lr --details > somefile.txt
and then attach that file to the reply here.
Yes, thanks Patrick for noticing that on the leap15 repos - I have removed them now. Fortunately they were disabled, but they are completely gone now.
So here I have attached the file with the repos and their details, The repo list seems correct.
and below is the pasted output from a couple of zypper rm commands. Note that I am not actually removing any of these - this is only to show that the output of zypper rm is saying that I have no repositories defined.
# zypper rm btrfsprogs Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. A "zypper dup" should fail with that error there... Yes, I would have thought that also, but it didn't. I ran the full zypper dup on my desktop with that error and it upgraded without a problem.
You could try "zypper clean ; zypper ref" # zypper clean; zypper ref All repositories have been cleaned up. Retrieving repository 'downloads' metadata ..............................................................................................[done] Building repository 'downloads' cache ...................................................................................................[done] Repository 'Education_Repo' is up to date. Repository 'Visual Studio Code' is up to date. Repository 'google-chrome' is up to date. Repository 'libdvdcss' is up to date. Repository 'nvidia' is up to date. Repository 'packman' is up to date. Repository 'repo-debug' is up to date. Repository 'repo-non-oss' is up to date. Repository 'repo-oss' is up to date. Repository 'repo-update' is up to date. Repository 'skype (stable)' is up to date. All repositories have been refreshed. tribaltrekker:/home/george/Downloads # zypper rm kcalc Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies...
it's still saying "no repositories defined"
and then provide the contents of "Downloads", dir:/home/george/Downloads which you show in your repo list
a non-standard or errant package there might be causeing problems. tribaltrekker:/home/george/Downloads # ls AASyncToDell Gnome opensuse alien-8.81-1.1.x86_64.rpm Google opus-tools-0.1.7-1.1.x86_64.rpm alkitab.zip GoogleEarth OracleSQL AndroidIDE google-talkplugin_current_x86_64.rpm pdftohtml AnkiFlashCards health PeaZip ASUSandroid httrack-3.44.1.tar.gz peazip-4.5.LINUX.Qt-1.i386.rpm ASUSboard keepnote peazip_portable-4.5.LINUX.GTK2 ASUSboard_office Kindle playonlinux ASUSE4465Board kiyut-alkitab-modules-downloader.nbm PowerSupply audacity-macosx-intel-1.2.5.dmg kmail.pdf Rosetta Stone Philippine (Tagalog) - Level 1, 2 Avira4Windows kompozer Samsung bibleanalyzer_4.1-0_all.deb kupdateapplet-0.9.18-3.6.x86_64.rpm Scrivener bootinfoscript-061 kupdateapplet-packagekit-0.9.18-3.6.x86_64.rpm smpppd-1.60.56-5.1.1.x86_64.rpm bootinfoscript-061.tar.gz Lame_Library_v3.98.2_for_Audacity_on_OSX.dmg storebackup Chrome large-plastic-water-tanks.jpg technical csv2odf LibreOfficeExt Thumbs.db D820_A10.EXE MasterPDF Thumbs.db:encryptable .directory MinecrafterSq TicketToRide dropbox MSIboard UBCD Engineering MSI_motherboard Ubuntu epson Multiboot_live updategrub-1.8.3-5.1.src.rpm fatattr-1.0.1-3.12.x86_64.rpm NetgearFirmware WebTemplates FirefoxExt nixnote WindowsDnlds flash-plugin-11.2.202.243-release.x86_64.rpm nvidia wine FoxconnBoardTech nVidiaRAID.pdf wineusr-guide.pdf gdisk OandaForex georgereminders.ics openssl-1.0.0e-34.1.2.x86_64.rpm
and the result of: rpm -q zypper # rpm -q zypper zypper-1.14.25-1.1.x86_64
nothing obvious stands out, but quite a collection of non openSUSE packages, any of which may be causing your problem. but there is definitely something amiss. a starting step to trouble shoot might entail uninstalling everything from your repo "Downloads", should not remove your configurations and data (make a backup of these items as I cannot say for sure they will not be affected), disable the repo "Downloads". then do zypper verify zypper -vv dup -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 23/02/2019 17.20, Patrick Shanahan wrote:
* George from the tribe <> [02-23-19 10:26]:
nothing obvious stands out, but
quite a collection of non openSUSE packages, any of which may be causing your problem. but there is definitely something amiss.
a starting step to trouble shoot might entail uninstalling everything from your repo "Downloads", should not remove your configurations and data (make a backup of these items as I cannot say for sure they will not be affected), disable the repo "Downloads".
I would for sure disable that repo "Downloads", and if needed, I would use "Local Repo" or some such name, where I would place only rpms that I want to install locally. And a text file describing why for each one and where they came from. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
George from the tribe composed on 2019-02-23 09:23 (UTC-0600): ... Maybe now is a good time for attempting some cruft removal? zypper pa --unneeded should show stuff just taking up space and wasting bandwidth at upgrade times. zypper --no-refresh se -si | grep 'tem Pac' | grep -v plication will show packages either not up-to-date or not available in any currently enabled repo. I have a one line script that remembers it for me, zypseo. -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 20/02/2019 21.09, George from the tribe wrote:
So, I am trying to do zypper dup on tumbleweed, and it failed at this package: btrfsmaintenance-0.4.2-1.1.noarch
The way it failed was that it was doing the install, and stalled at installing this package when it was 92% installed. It sat there for a looooong time... I noticed the partition was full up to its reserve requirement, so I increased it with tune2fs -m 1 /dev/sda2
This freed up space, but the installation of this would not proceed. So I finally hit ctrl-c to kill it (maybe that was a bad idea?)... and it killed it, but most of the distribution upgrade is already installed, so I cannot reboot on this partition...
BTW, I am not even using btrfs; I am using ext4, so I don't know why TW wants me to have this package in the first place, but that is another issue...
Ok...
back to the issue at hand... I am stuck with a partially installed distribution upgrade, and so I cannot reboot, but I also cannot complete the upgrade. When I try to reinstall it, I get this:
...
Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable)
Abort, retry, ignore? [a/r/i] (a): r
So I removed that file, and tried again, and got this:
Abort, retry, ignore? [a/r/i] (a): r Removal of (98296)btrfsmaintenance-0.4.2-1.1.noarch(@System) failed: Error: Subprocess failed. Error: RPM failed: warning: waiting for exclusive lock on /var/lib/rpm/Packages error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db4 - Operation not permitted (1) error: cannot open Packages database in /var/lib/rpm
Abort, retry, ignore? [a/r/i] (a): r
This is where I am stuck. It seems the problem is the exclusive lock. I tried undeleting the /var/lib/rpm/.rpm.lock file, and it still did the same thing.
Any help please? I don't want to have to reinstall the whole OS, but that is about the only thing I will know how to do next if I can't get this to work.
Ok, remove the lock, and use the rpm command to remove that pesky package. Make sure (ps -afxu | less) that there is no rpm/zypper/yast/packagekit running first. rpm --erase btrfsmaintenance -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
participants (5)
-
Carlos E. R.
-
Felix Miata
-
Fraser_Bell
-
George from the tribe
-
Patrick Shanahan