Re: Is using "updates-testing-" repository for at single package possible?

2019-06-22 Thread Samuel Sieb
On 6/22/19 10:39 PM, Max Andersen via users wrote: I am curious if it is possible to have 1 package that is using the "updates-testing" repository and the rest using the stable one? According to the docs, it looks like you can do that. Edit the /etc/yum.repos.d/fedora-updates-testing.repo fi

Is using "updates-testing-" repository for at single package possible?

2019-06-22 Thread Max Andersen via users
Hi everyone, I installed a package from "updates-testing" repository, but I noticed that it doesn't get updated from "updates-testing" repository, moving forward, when the system is configured to only use stable repository in general. Even if I used the parameter/option "enablerepo" it is only

Re: Android

2019-06-22 Thread Ed Greshko
On 6/22/19 8:37 PM, Patrick Dupre wrote: >>> One more question. >>> Sometimes the (USB) devices disappear in the list of mounted devices. >>> If I log out and log back in. it records the list. >>> I guess that there is another way to regenerate the list of USB devices. >>> Could you tell me? >> Unp

firewall logging rule stopped logging to syslog

2019-06-22 Thread Sam Varshavchik
I have a firewall forwarding rule with a logging option: Checking my logs, they seem to have stopped after 2019-06-02. Checking rpm logs, the last firewalld update was in May, so that can't be it. There have been fairly frequent kernel updates, not sure but maybe that'

gnome-terminal

2019-06-22 Thread Patrick Dupre
Hello, In FC30 (maybe it was the same in fc38), when we have a gnome-terminal opened, we can easy open a new one just by clicking on +. However, if the first terminal has been open owner preferences like usr/bin/gnome-terminal --zoom=0.9 $* when the 2nd terminal is opened, theses preferences are l

24 hour Thunderbird -

2019-06-22 Thread Bob Goodwin
Fedora-30 insists that I use Thunderbird 60.6.1 (64-bit), refuses to dnf downgrade it, so once again I am trying to get it to do some of the things I find most convenient, in this case use 24 hour time instead of AM/PM. Adding "export LC_TIME=C" to .bashrc m\does not change it. I think there

Re: Fedora 30 voting is now open

2019-06-22 Thread Kevin Fenzi
What happened is unfortunate, but simple to explain: The announce list is moderated for all posts, so every post needs to be approved before it is sent out. The Fedora Program Manager (Ben Cotton) Sent those emails out at various times and they waited in the moderation queue for approval. I usua

Re: Question regarding bash scripting

2019-06-22 Thread sixpack13
thanks $ALL bash -c ... did the trick ! P.S. I forebode (right word/spelt ?) it already that the combination of user rights and expansion was my bug, but didn't know how to fix. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe se

Re: Question regarding bash scripting

2019-06-22 Thread Samuel Sieb
On 6/22/19 11:15 AM, francis.montag...@inria.fr wrote: On Sat, 22 Jun 2019 11:06:38 -0700 Samuel Sieb wrote: On 6/22/19 10:31 AM, sixpack13 wrote: sudo rm -rf /boot/loader/entries/*MY*; An alternate solution which I should have included in the other email is: sudo bash -c "rm -rf /boot/lo

Re: Lenovo Ryzen 2500U - will not boot without amd_iommu=off

2019-06-22 Thread Samuel Sieb
On 6/21/19 4:03 AM, lejeczek via users wrote: I've been waiting for this hoping newer versions of kernel will not need this but still, not even 5.1.11-300.fc30.x86_64 would boot. I want to ask you guys if your Ryzens (APUs) are good and do NOT need that option? I have seen this before, but I t

Re: Question regarding bash scripting

2019-06-22 Thread Francis . Montagnac
Hi. On Sat, 22 Jun 2019 11:06:38 -0700 Samuel Sieb wrote: > On 6/22/19 10:31 AM, sixpack13 wrote: >> sudo rm -rf /boot/loader/entries/*MY*; > An alternate solution which I should have included in the other email is: > sudo bash -c "rm -rf /boot/loader/entries/*MY*" Right. And you can also r

Re: Question regarding bash scripting

2019-06-22 Thread Samuel Sieb
On 6/22/19 10:31 AM, sixpack13 wrote: sudo rm -rf /boot/loader/entries/*MY*; An alternate solution which I should have included in the other email is: sudo bash -c "rm -rf /boot/loader/entries/*MY*" ___ users mailing list -- users@lists.fedoraprojec

Re: Question regarding bash scripting

2019-06-22 Thread Samuel Sieb
On 6/22/19 10:31 AM, sixpack13 wrote: sudo rm -rf /boot/loader/entries/*MY*; sudo rm -rf /boot/*MY* /lib/modules/*MY*; sudo grub2-mkconfig -o /boot/grub2/grub.cfg; Side point, you don't need semicolons at the end. Those are only to separate commands on the same line. and now my problem:

Question regarding bash scripting

2019-06-22 Thread sixpack13
hallo I usallay run vanilla kernels and build them with a suffix "_MY" to save some works when cleaning /boot if that kernels gets outdated and a new one gets installed. /boot looks like this ll /boot : ... -rw---. 1 root root 20M 22. Jun 15:04 initramfs-5.1.14_MY.img -rw-r--r--. 1 root roo

Re: Fedora 30 jobmemd-daemon

2019-06-22 Thread stan via users
On Fri, 21 Jun 2019 23:11:37 -0700 Samuel Sieb wrote: > Oh, I wonder if it's a vmware thing. But still, strange that it > doesn't show up in a web search at all. It's a virus sucking all the memory contents and sending them to a server on the net. What's to wonder? ;-) ___

Re: Akonadi, Baloo, etc

2019-06-22 Thread stan via users
On Fri, 21 Jun 2019 23:31:50 -0700 Jonathan Ryshpan wrote: > I have taken the advice in > https://docs.kde.org/trunk5/en/pim/kmail2/clean-start-after-a-failed-migration.htmlon > how to get akonadi to restore itself. My system now starts without > the errors described. > And after a modest amoun

Re: Fedora 30 voting is now open

2019-06-22 Thread Erik P. Olsen
On 2019-06-22 at 12:37:38 Patrick O'Callaghan wrote: > On Sat, 2019-06-22 at 09:35 +0800, Ed Greshko wrote: > > On 6/22/19 3:11 AM, Patrick O'Callaghan wrote: > > > I received the above via the Announce list on Friday June 21, after > > > voting had closed. I don't know if others have had the sa

Re: Android

2019-06-22 Thread Patrick Dupre
> > One more question. > > Sometimes the (USB) devices disappear in the list of mounted devices. > > If I log out and log back in. it records the list. > > I guess that there is another way to regenerate the list of USB devices. > > Could you tell me? > > Unplug the device, wait a bit, plug it back

Re: Android

2019-06-22 Thread Ed Greshko
On 6/22/19 8:03 PM, Patrick Dupre wrote: > OK, > > It is fixed. > I need to authorize the file transfer on the Android. > But, it does not work with dolphin > It works with nautilus and in direct access. Well, since you're on Gnome it is possible not all the underlying bits are installed just by

Re: Fedora 30 voting is now open

2019-06-22 Thread Ed Greshko
On 6/22/19 7:37 PM, Patrick O'Callaghan wrote: > On Sat, 2019-06-22 at 09:35 +0800, Ed Greshko wrote: >> On 6/22/19 3:11 AM, Patrick O'Callaghan wrote: >>> I received the above via the Announce list on Friday June 21, after >>> voting had closed. I don't know if others have had the same experience,

Re: Android

2019-06-22 Thread Patrick Dupre
OK, It is fixed. I need to authorize the file transfer on the Android. But, it does not work with dolphin It works with nautilus and in direct access. One more question. Sometimes the (USB) devices disappear in the list of mounted devices. If I log out and log back in. it records the list. I gues

Re: Fedora 30 voting is now open

2019-06-22 Thread Patrick O'Callaghan
On Sat, 2019-06-22 at 09:35 +0800, Ed Greshko wrote: > On 6/22/19 3:11 AM, Patrick O'Callaghan wrote: > > I received the above via the Announce list on Friday June 21, after > > voting had closed. I don't know if others have had the same experience, > > but clearly something is amiss. > > No probl

Re: Fedora 30 voting is now open

2019-06-22 Thread Tim via users
On 22/6/19 6:22 pm, Ed Greshko wrote: But, of course, I can't respond as the email is "ignored".?? So, I'm putting it out here in case Tim doesn't notice the mistake. Oops, sorry, didn't mean to send that privately.?? I'm used to mailing lists where hitting reply sends the reply back where i

Re: Fedora 30 voting is now open

2019-06-22 Thread Ed Greshko
On 6/22/19 9:35 AM, Ed Greshko wrote: > No problems here. Oh, just got an email from Tim saying he had the same issues as POC. But, of course, I can't respond as the email is "ignored".  So, I'm putting it out here in case Tim doesn't notice the mistake. Tim said: "But I'd encountered the sa

Re: Android

2019-06-22 Thread Ed Greshko
On 6/22/19 4:10 PM, Patrick Dupre wrote: >> To: users@lists.fedoraproject.org >> Subject: Re: Android >> >> On 6/22/19 3:22 PM, Patrick Dupre wrote: >>> Thank for all the suggestions, however, it does not work: >>> >>> dolphin: >>> >>> The file or folder >>> udi=/org/kde/solid/udev/sys/devices/pci

Re: Android

2019-06-22 Thread Patrick Dupre
> To: users@lists.fedoraproject.org > Subject: Re: Android > > On 6/22/19 3:22 PM, Patrick Dupre wrote: > > Thank for all the suggestions, however, it does not work: > > > > dolphin: > > > > The file or folder > > udi=/org/kde/solid/udev/sys/devices/pci:00/:00:14.0/usb1/1-1 does > > not

Re: Android

2019-06-22 Thread Ed Greshko
On 6/22/19 3:22 PM, Patrick Dupre wrote: > Thank for all the suggestions, however, it does not work: > > dolphin: > > The file or folder > udi=/org/kde/solid/udev/sys/devices/pci:00/:00:14.0/usb1/1-1 does not > exist. > What desktop are you using? Running KDE Desktop I get a Device Noti

Re: Android

2019-06-22 Thread Patrick Dupre
Thank for all the suggestions, however, it does not work: dolphin: The file or folder udi=/org/kde/solid/udev/sys/devices/pci:00/:00:14.0/usb1/1-1 does not exist. nautilus: mtp://Blackview_A20Pro_BVA20Pro0008811/ folder empty ==