Maybe you want to complete the upgrade from failsafe mode, or at least install some terminal or some other minimal desktop environment. But let's try something else, when you press Ctrl+Alt+Backspace, can you select any other desktop session? Check https://wiki.mageia.org/en/Display_Mana ... _SelectionFred01 wrote:Hi Doctor
Got upgrade through mgaonline update tool notifying me of new release and normally accessed, run and finished all.... / said it was successfull.
Prblem is that I don't find no option to open a terminal anywhere....
Can I run from failsave as root...?
Fred01 wrote:Also what is at that point to be typed as command to eg. open 'draksec' ..?
draksec
[doktor5000@Mageia3 ~]$ sudo cat /etc/polkit-1/rules.d/51-draksec.rules
// This file is written by draksec. Do not edit.
var drakToolAuth = function(tool){switch (tool){
case 'drakrpm-update': return polkit.Result.YES;
}return polkit.Result.NOT_HANDLED;};
Fred01 wrote:and ik done that way, do I than see what password is there now // and can I just overwrite - or need to do some special to get it changed...?
doktor5000 wrote:To solve this, you could run draksec as root and, check what password is expected for MCC, change it to something else or none,
then save, and afterwards run it again and set it to what you expect.
urpmi --replacefiles --auto-update --auto
// This file is written by draksec. Do not edit.
var drakToolAuth = function(tool){switch (tool){
case 'drakconf': return polkit.Result.YES;
}return polkit.Result.NOT_HANDLED;};
[doktor5000@Mageia3 ~]$ sudo ls -al /etc/polkit-1/rules.d/51-draksec.rules
-rw-r--r-- 1 root root 228 Feb 7 11:19 /etc/polkit-1/rules.d/51-draksec.rules
urpmi --auto-update
""sudo ls -al /etc/polkit-1/rules.d/51-draksec.rules""
""-rw-r--r-- 1 root root 228 Feb 7 11:19 /etc/polkit-1/rules.d/51-draksec.rules""
but system comes back with
"bash: -rw-r--r--: command not found"
[fred@localhost ~]$ su
Password:
[root@localhost fred]# urpmi --auto-update
medium "Core Release" is up-to-date
medium "Core Updates" is up-to-date
medium "Nonfree Release" is up-to-date
medium "Nonfree Updates" is up-to-date
medium "Tainted Release" is up-to-date
medium "Tainted Updates" is up-to-date
Packages are up to date
[root@localhost fred]#
Fred01 wrote:Hi Doctor
Have opened Dracsec andpasted your code and saved // than in terminal typed
- Code: Select all
""sudo ls -al /etc/polkit-1/rules.d/51-draksec.rules""
ls -al /etc/polkit-1/rules.d/51-draksec.rules
Fred01 wrote:followed by
- Code: Select all
""-rw-r--r-- 1 root root 228 Feb 7 11:19 /etc/polkit-1/rules.d/51-draksec.rules""
but system comes back with
"bash: -rw-r--r--: command not found"
rpm -qa | grep -c -e mga2 -e mga3
rpm -qa | grep -c mga4
[fred@localhost ~]$ rpm -qa | grep -c -e mga2 -e mga3
146
[fred@localhost ~]$
========================================
fred@localhost ~]$ rpm -qa | grep -c mga4
2217
[fred@localhost ~]$
=========================================
ps aux | grep polkit
rpm -qa | grep polkit | sort
[fred@localhost ~]$ su
Password:
[root@localhost fred]# ps aux | grep polkit
polkitd 790 0.1 0.7 62152 11028 ? Ssl 17:58 0:01 /usr/lib/polkit-1/polkitd --no-debug
root 5024 0.0 0.0 6404 848 pts/0 S+ 18:19 0:00 grep --color polkit
[root@localhost fred]#
[root@localhost fred]# rpm -qa | grep polkit | sort
libmate-polkit1_0-1.6.1-2.mga4
libpolkit-gir1.0-0.112-2.mga4
libpolkit-qt-agent-1_1-0.103.0-3.mga4
libpolkit-qt-core-1_1-0.103.0-3.mga4
libpolkit1_0-0.112-2.mga4
mate-polkit-1.6.1-2.mga4
polkit-0.112-2.mga4
polkit-desktop-policy-0.112-2.mga4
polkit-kde-agent-1-0.99.0-6.mga4
[root@localhost fred]#
Fred01 wrote:Hi Doctor
Thanks for remind about one topic at the time - true.
Still want to mention that I've looked at the provided links - but seems not much use as when checking MCC /Boot mngr. it clearly shows
tham only Gnome and XDM is available as choice -- not KDE...... // so suppose it was ''left out'' during install -- thought you wanted to know
as also this might be an update issue.... (only wonder how to resolve without doing installation all over again...)
Fred01 wrote:
- Code: Select all
[fred@localhost ~]$ su
Password:
[root@localhost fred]# ps aux | grep polkit
polkitd 790 0.1 0.7 62152 11028 ? Ssl 17:58 0:01 /usr/lib/polkit-1/polkitd --no-debug
root 5024 0.0 0.0 6404 848 pts/0 S+ 18:19 0:00 grep --color polkit
[root@localhost fred]#
[doktor5000@Mageia3 ~]$ ps -ef | grep polkit
500 5325 1 0 Feb08 ? 00:00:00 /usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1
500 19877 19758 0 20:02 pts/1 00:00:00 grep --color polkit
polkitd 30835 1 0 Feb07 ? 00:00:06 /usr/lib/polkit-1/polkitd --no-debug
[doktor5000@Mageia3 ~]$ rpm -qf /usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1
polkit-kde-agent-1-0.99.0-6.mga4
Fred01 wrote:As in MCC no KDM is available as choice only GDM + XDM.....
To get KDM as choice and active desktop environment, suppose I need to install it - / can this be done through the GUI installer // what should I install...?
ps -ef | grep polkit
cat /etc/polkit-1/rules.d/51-draksec.rules
[fred@localhost ~]$ ps -ef | grep polkit
polkitd 832 1 0 18:57 ? 00:00:01 /usr/lib/polkit-1/polkitd --no-debug
fred 2571 1 0 18:58 ? 00:00:00 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
fred 5414 5375 0 19:24 pts/2 00:00:00 grep --color polkit
[fred@localhost ~]$ cat /etc/polkit-1/rules.d/51-draksec.rules
cat: /etc/polkit-1/rules.d/51-draksec.rules: Permission denied
[fred@localhost ~]$ ls -al /etc/polkit-1/rules.d/51-draksec.rules
ls: cannot access /etc/polkit-1/rules.d/51-draksec.rules: Permission denied
[fred@localhost ~]$ draksec
Subroutine Gtk3::main redefined at /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm line 296.
(draksec:5585): Gtk-WARNING **: GtkImage 0xa53f1c8 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48
(draksec:5585): Gtk-WARNING **: GtkImage 0xa53f1c8 attempted to adjust its size allocation from -12,1 598x54 to 0,0 586x55. adjust_size_allocation must keep allocation inside original bounds
[fred@localhost ~]$ gedit /etc/polkit-1/rules.d/51-draksec.rules -- and opened file 51-draksec.rules
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:5665): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
[fred@localhost ~]$
Users browsing this forum: No registered users and 1 guest