On 09/08/2016 04:31 AM, Tom Horsley wrote:
On Thu, 08 Sep 2016 10:44:59 +0100
Timothy Murphy wrote:
I don't understand why dnf (and yum before it)
don't give any idea what is happening during this pause,
which as you say can be quite long.
I also often wonder what the heck it is doing during
Thank you all for you advice on this matter. I did wait for 35 minutes
where the program finally executed to completion. I looked at cat
/var/log/dnf.log but did not find an error but I do believe it is
snapper that is causing the delay. I removed snapper and the program
seems to execute within
On Thu, Sep 8, 2016 at 7:27 AM, maderios wrote:
> On 09/08/2016 01:31 PM, Tom Horsley wrote:
>
>> I also often wonder what the heck it is doing during that
>> long pause. I see the CPU hit 100% while it is doing it,
>> but have no idea what might be going on in there.
>
> You'll find answer doing
On 09/08/2016 01:31 PM, Tom Horsley wrote:
I also often wonder what the heck it is doing during that
long pause. I see the CPU hit 100% while it is doing it,
but have no idea what might be going on in there.
You'll find answer doing
cat /var/log/dnf.log
--
Maderios
--
users mailing list
users@
On Thu, 08 Sep 2016 10:44:59 +0100
Timothy Murphy wrote:
> I don't understand why dnf (and yum before it)
> don't give any idea what is happening during this pause,
> which as you say can be quite long.
I also often wonder what the heck it is doing during that
long pause. I see the CPU hit 100% w
stan wrote:
> How long are you waiting? dnf does some sort of checks after the
> transaction is over, and those can take quite a while. Wait at least
> 10 or 20 minutes.
I don't understand why dnf (and yum before it)
don't give any idea what is happening during this pause,
which as you say can
You could run strace dnf install, and capture the hanging part to attach to
a bug report.
You could first do a dnf clean all. It's sort of a hammer but...
Chris Murphy
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.o
On Wed, 7 Sep 2016 15:49:41 -0700
Reynold DeMarco Jr wrote:
> When I run an install with dnf the program downloads the packages
> runs through transaction checks and begins the installation. When it
> is done with the installation it just freezes. In the past it would
> run through a verification
When I run an install with dnf the program downloads the packages runs
through transaction checks and begins the installation. When it is done
with the installation it just freezes. In the past it would run through
a verification and clean up and then return to command prompt. Any ideas
on corr