Re: Kernel entries are not updated in grub menu

2019-07-09 Thread Federic Ducon
I'm glad to see I'm not the only one with this problem. I have not had this problem before since I use /etc/dnf/dnf.conf to block kernel updates to prevent spamming /boot with every minor update. Until yesterday my running kernel was 5.0.7-200.fc29.x86_64 I intended to upgrade from Fed29 to Fe

Re: stange dependencies

2019-07-09 Thread Ed Greshko
On 7/9/19 2:14 PM, Samuel Sieb wrote: > On 7/8/19 3:28 AM, François Patte wrote: >> So, I did "dnf history" and get the id, I did "dnf history 144" and get: >> >> 144 | remove ssmtp | 2019-07-08 00:00 |  Removed | 113 EE >> >> As I told in my first mail: more the 100 packages were removed. If you >

Re: Kernel entries are not updated in grub menu

2019-07-09 Thread Federic Ducon
I just tried 'dnf kernel downgrade'. This pulls in a 4.x kernel but does not remove the latest 5.x /boot/grub.cfg was not touched but I do see the newly installed kernel in the boot menu ( it is NOT the default ). Not surprisingly 'dnf kernel update' now reports "nothing to do ". dnf remo

Docked laptop boots to use of external display and built in display.

2019-07-09 Thread Terry Polzin
Hello, I am running a current Fedora 30 on a laptop. Then the laptop is in its docking station and is booted both the external display and builtin display are active. I have to open the laptop and disable the builtin display at every boot. This seems to be a behavior issue that has recently chang

dnf system-upgrade download + reboot does not finish upgrade.

2019-07-09 Thread Federic Ducon
I am trying to upgrade from Fedora 29 to Fedora 30 dnf system-upgrade download --refresh --releasever=30 --allowerasing dnf system-upgrade reboot The download stage completes and posts a msg proposing the second line. The reboot starts up , gets to a certain stage and automatically reboots. O

Re: dnf system-upgrade download + reboot does not finish upgrade.

2019-07-09 Thread Greg Woods
On Tue, Jul 9, 2019 at 8:09 AM Federic Ducon wrote: > I am trying to upgrade from Fedora 29 to Fedora 30 > > dnf system-upgrade download --refresh --releasever=30 --allowerasing > dnf system-upgrade reboot > > The download stage completes and posts a msg proposing the second line. > > The reboot

utility of gnome-keyring and secret-tool

2019-07-09 Thread François Patte
Bonjour, I am curious to know what is the utility of gnome-keyring: I stored a password for msmtp using secret-tool, and going to .local/share/keyrings/ I can read this password clearly stored in a file in this directory. So, there is absolutely no secret! Thank you for lights. PS. Why is

Failed to upgrade to F-30

2019-07-09 Thread JD
Ran dnf -y upgrade --refresh dnf -y install dnf-plugin-system-upgrade dnf -y system-upgrade download --refresh --best --allowerasing --releasever=30 dnf -y system-upgrade reboot and got: warning: /var/lib/dnf/system-upgrade/rpmfusion-free-529fb32abebfafff/packages/rpmfusion-free-appstream-dat

Re: stange dependencies

2019-07-09 Thread Rex Dieter
François Patte wrote: > Bonjour, > > I removed ssmtp from a machine (f30) and dnf has removed more than 100 > packages as dependencies of this package. A lot of perl modules (I did > not know that ssmtp was a perl script...) and *google-chrome* > > Is it serious? Most likely, something in t

Re: stange dependencies

2019-07-09 Thread Samuel Sieb
On 7/9/19 12:41 AM, Ed Greshko wrote: On 7/9/19 2:14 PM, Samuel Sieb wrote: I don't have ssmtp installed and I have google-chrome-stable installed, so it definitely isn't a direct dependency.  But I think I know why.  Do you have sendmail or postfix installed?  All those packages probably requ

what's with the "=" in the output of "dnf group info "?

2019-07-09 Thread Robert P. J. Day
perusing fedora project page on getting started with virtualization, https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-virtualization/ and an early example reads: $ dnf groupinfo virtualization Group: Virtualization Group-Id: virtualization Description: These packages provid

Re: dnf system-upgrade download + reboot does not finish upgrade.

2019-07-09 Thread Samuel Sieb
On 7/9/19 9:24 AM, Greg Woods wrote: At any rate, the first step is to check in /var/log/dnf.log and see if there is a traceback in there, which will usually point to what the problem is. In my case I was trying to go from F28 to F29, and ended up having to remove the "mediatomb" package (which

Re: dnf system-upgrade download + reboot does not finish upgrade.

2019-07-09 Thread Samuel Sieb
On 7/9/19 7:08 AM, Federic Ducon wrote: Jul 09 01:10:55 localhost.localdomain audit[1]: AVC avc: denied { read } for pid=1 comm="systemd" name="dnf" dev="sda6" ino=1572867 scontext=system_u:system_r:init_t:s0 tcontext=unconfined_u:object_r:va$ This line shows up twice. Which filesystem is

Re: stange dependencies

2019-07-09 Thread Ed Greshko
On 7/10/19 4:03 AM, Samuel Sieb wrote: > On 7/9/19 12:41 AM, Ed Greshko wrote: >> On 7/9/19 2:14 PM, Samuel Sieb wrote: >>> I don't have ssmtp installed and I have google-chrome-stable installed, so >>> it definitely >>> isn't a direct dependency.  But I think I know why.  Do you have sendmail >>

Re: dnf system-upgrade download + reboot does not finish upgrade.

2019-07-09 Thread sixpack13
moon's ago I read about / upgraded with one of the following commands: sudo dnf system-upgrade download --releasever=30 --setopt=module_platform_id=platform:f30 --allowerasing OR sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasin

Re: Failed to upgrade to F-30

2019-07-09 Thread sixpack13
- it seems rpmfusion is currently offline ! and I upgraded with command: sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing or without " ' " after "setopt=" and "f30" ___ users mailing

Re: Failed to upgrade to F-30

2019-07-09 Thread sixpack13
it seems rpmfusion is currently offline workaround: - sudo dnf list installed | grep rpmfusion | cut -d " " -f1 > fusion_packs - sudo dnf remove rpmfusion\* OR simply disable (enabled=0) all rpmfusion repo's in /etc/yum.repos.d/ - sudo dnf system-upgrade download --refresh --releasever=30 --se

Re: Failed to upgrade to F-30

2019-07-09 Thread sixpack13
... Urggghhh, cutted my reply, here the rest: workaround = 1. sudo dnf list installed | grep rpmfusion | cut -d " " -f1 > fusion_packs 2. sudo dnf remove rpmfusion-\* OR 2b. disable all rpmfusion repo's (enabled=0) under /etc/yum.repos.d 3. sudo dnf system-upgrade download --refresh --rel

Re: Failed to upgrade to F-30

2019-07-09 Thread sixpack13
... and this was a draft... ...first vanished and re-appeared ... today IS NOT my day !!! :-( - a edit function for this forum software could be a win to lower (or prevent ?) a lot of "not-my-day days" ! - ___ users mailing list -- users@lists.fedorapr

Re: Failed to upgrade to F-30

2019-07-09 Thread JD
On 7/9/19 4:01 PM, sixpack13 wrote: - it seems rpmfusion is currently offline ! and I upgraded with command: sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing or without " ' " after "setopt=" and "f30" Just retried. It sti

Re: Failed to upgrade to F-30

2019-07-09 Thread sixpack13
> ... > file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-30 ... > If they are downloaded, where are they located?? > see above ! P.S. rpmfusion is ONLINE again ! try sudo dnf upgrade rpmfusion-\* ___ users mailing list -- users@lists.fed

F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Fulko Hew
I'm helping someone switch to Linux, and he's trying F30. So I decided to put F30 (with KDE/Plasma) into a VM on my older (F26) system. My first 2 stumbling blocks are: 1/ Somehow (and I don't know how I did it), I seem to have created a 'notes' window. Now I can't figure out how to get rid o

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Ed Greshko
On 7/10/19 7:45 AM, Fulko Hew wrote: > I'm helping someone switch to Linux, and he's trying F30. > So I decided to put F30 (with KDE/Plasma) into a VM on my older (F26) system. > > My first 2 stumbling blocks are: > > 1/ Somehow (and I don't know how I did it), I seem to have created >    a 'notes'

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Fulko Hew
On Tue, Jul 9, 2019 at 9:16 PM Ed Greshko wrote: > On 7/10/19 7:45 AM, Fulko Hew wrote: > > I'm helping someone switch to Linux, and he's trying F30. > > So I decided to put F30 (with KDE/Plasma) into a VM on my older (F26) > system. > > > > My first 2 stumbling blocks are: > > > > 1/ Somehow (an

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Fulko Hew
On Tue, Jul 9, 2019 at 9:32 PM Fulko Hew wrote: > On Tue, Jul 9, 2019 at 9:16 PM Ed Greshko wrote: > >> On 7/10/19 7:45 AM, Fulko Hew wrote: >> > ... snip ... > > 2/ I thought I'd configure the screen timeout to just blank the screen >> >and not lock it. I figure its under Settings -> Syst

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Ed Greshko
On 7/10/19 9:32 AM, Fulko Hew wrote: > > > On Tue, Jul 9, 2019 at 9:16 PM Ed Greshko > wrote: > > On 7/10/19 7:45 AM, Fulko Hew wrote: > > I'm helping someone switch to Linux, and he's trying F30. > > So I decided to put F30 (with KDE/Plasma) into a VM on

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Fulko Hew
On Tue, Jul 9, 2019 at 9:32 PM Fulko Hew wrote: > On Tue, Jul 9, 2019 at 9:16 PM Ed Greshko wrote: > >> On 7/10/19 7:45 AM, Fulko Hew wrote: >> > I'm helping someone switch to Linux, and he's trying F30. >> > So I decided to put F30 (with KDE/Plasma) into a VM on my older (F26) >> system. >> > >

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Ed Greshko
On 7/10/19 9:48 AM, Fulko Hew wrote: > > > On Tue, Jul 9, 2019 at 9:32 PM Fulko Hew > wrote: > > On Tue, Jul 9, 2019 at 9:16 PM Ed Greshko > wrote: > > On 7/10/19 7:45 AM, Fulko Hew wrote: > > > ... snip ... > > >

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Fulko Hew
On Tue, Jul 9, 2019 at 10:39 PM Ed Greshko wrote: > On 7/10/19 9:32 AM, Fulko Hew wrote: > > > > > > On Tue, Jul 9, 2019 at 9:16 PM Ed Greshko > > wrote: > > > > On 7/10/19 7:45 AM, Fulko Hew wrote: > > > I'm helping someone switch to Linux, and he's trying

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Ed Greshko
On 7/10/19 11:13 AM, Fulko Hew wrote: >   > [fulko@localhost ~]$ systemctl status upower > ● upower.service - Daemon for power management >    Loaded: loaded (/usr/lib/systemd/system/upower.service; disabled; vendor > preset: enabled) >    Active: active (running) since Tue 2019-07-09 19:24:20 EDT

Re: stange dependencies

2019-07-09 Thread Samuel Sieb
On 7/9/19 2:00 PM, Ed Greshko wrote: I guess it must be more than just "the last "sendmail". [egreshko@f29bk ~]$ sudo dnf remove ssmtp postfix [sudo] password for egreshko: Dependencies resolved. ===  Package   

Re: F30 first impression problems (notes and screen timeout config)

2019-07-09 Thread Ed Greshko
On 7/10/19 12:39 PM, Ed Greshko wrote: > Will check to see if I can find a solution but it may take be a while. OK, the problem is "power devil" is crashing. You can fix the issue by going to the settings for the VM and for Video select VGA.  It is most likely set to QXL. -- Right: I dislike t

Re: stange dependencies

2019-07-09 Thread Ed Greshko
On 7/10/19 1:18 PM, Samuel Sieb wrote: > On 7/9/19 2:00 PM, Ed Greshko wrote: >> I guess it must be more than just "the last "sendmail". >> >> [egreshko@f29bk ~]$ sudo dnf remove ssmtp postfix >> [sudo] password for egreshko: >> Dependencies resolved. >>