| Summary: | mgaapplet crashed "mkdir /var/cache/urpmi: Permission denied" | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Eric Petit <surfzoid> |
| Component: | RPM Packages | Assignee: | Mageia tools maintainers <mageiatools> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | 8 | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | mgaonline-3.31-1.1.mga8 | CVE: | |
| Status comment: | |||
|
Description
Eric Petit
2022-06-07 15:42:04 CEST
*** Bug 30520 has been marked as a duplicate of this bug. *** *** Bug 30519 has been marked as a duplicate of this bug. *** Thank you Eric for the report/s (one would have sufficed). /usr/share/perl5/vendor_perl/urpm.pm From https://bugs.mageia.org/show_bug.cgi?id=30520#c8 https://bugs.mageia.org/show_bug.cgi?id=30520#c7 a loop at line 292: $urpm->{$_} = $h{$_} foreach keys %h; create_var_lib_rpm($urpm, %h); at line 307: sub create_var_lib_rpm { my ($urpm, %h) = @_; require File::Path; File::Path::mkpath([ $h{statedir}, (map { "$h{cachedir}/$_" } qw(partial rpms)), dirname($h{config}), "$urpm->{root}/var/lib/rpm", "$urpm->{root}/var/tmp", ]); } Assigning to the mageiatools people. Summary:
mgaapplet crashed =>
mgaapplet crashed "mkdir /var/cache/urpmi: Permission denied" |