On 9/13/18 11:00 AM, Joe Zeff wrote:
On 09/13/2018 11:24 AM, lejeczek via users wrote:
I wonder, I cannot boot Fedora without - amd_iommu=off - that's the
first issue. You guys?
Why do you think that this is a problem?
Why do you think it isn't?
There used to be a problem with the AMD A9
I went through this several months back with a Ryzen and F27. Here are some
links:
https://community.amd.com/thread/225795
https://bugzilla.kernel.org/show_bug.cgi?id=196683
I wound up using ZenStates to fix the problem:
https://github.com/r4m0n/ZenStates-Linux
This service turns off C6 upon b
On 9/13/18 10:24 AM, lejeczek via users wrote:
I wonder, I cannot boot Fedora without - amd_iommu=off - that's the
first issue. You guys?
I'm on Lenovo Ideapad E485 with AMD Ryzen 5 2500U & F28.
I installed a couple of laptops with Ryzen 5 3200 recently. I ended up
having to use the F29 bet
Hello,
How can I install astropy.io.ascii
in fedora?
Thank.
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale
On Fri, 2018-09-14 at 00:28 +, George R Goffe via users wrote:
> Hi,
>
> I'm hoping this isn't a UFU (user foul up) but I'm trying to use openoffice
> but it is gone from my FC30 system.
>
>
> Have I missed something here?
Maybe the fact that F30 won't be released for over 6 months? Try t
On 14/09/18 12:13, Patrick Dupre wrote:
Hello,
How can I install astropy.io.ascii
in fedora?
Thank.
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosph
I 'just discovered' (more likely forgot) that if I vnc to a system as a
user, even one in the Wheel group, I cannot mount any USB devices. A
system security feature, not a bug.
Is there a policy that I can add (and full steps for it) to enable a
specific user to have USB (mount drives and suc
On 13/09/2018 18:24, lejeczek via users wrote:
But when displays both are okey, and when I lock gnome(@Wayland)
session and unlock/login again then both screens would be ... kind of
blinking, infrequently. Reboot is needed to get rid of blinking.
actually, the blinking (again, on setup with b
Hello,
Thank for the feedback,
However, it is the first time that I install a python package.
I did
dnf install python3-astropy
(no problem) and then
import astropy
but I get
import astropy
ImportError: No module named astropy
Do I also need to run
pip install astropy --no-deps
?
as mentio
On Fri, 14 Sep 2018 15:21:48 +0200
"Patrick Dupre" wrote:
> I did
> dnf install python3-astropy
> (no problem) and then
>
> import astropy
> but I get
> import astropy
> ImportError: No module named astropy
The default python up to f28 is python2. If you want to start python3,
you have to
Greetings,
Until recently, printing with our HP 3015 was a cinch: all jobs were
accepted.
Then in the last week (I think?) certain jobs (images in particular) have
been rejected or failed.
Using the command:
su -c 'journalctl -u cups.service' > troubleshoot-logs.txt
And then reading thro
Thank,
I am running fedora28.
But, by default it run python2
Also under geany, it run pyhton2
even if I put
#!/usr/bin/python3
in my file
if I run python3 mypy.py
Then it run pyhton3
However, I get an error:
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
On 14/09/18 16:13, Patrick Dupre wrote:
Thank,
I am running fedora28.
But, by default it run python2
Also under geany, it run pyhton2
even if I put
#!/usr/bin/python3
in my file
if I run python3 mypy.py
Then it run pyhton3
However, I get an error:
import matplotlib.pyplot as plt
ModuleN
For some unknown reason, an HP laserjet I had been using for some years
suddenly stopped working with F28. After some investigation, I found the
problem was:
Sep 14 14:32:20 nbecker2 cupsd[871]: [Job 1202] PID 14791 (gs) stopped with
status 1!
After more searching on the web, I found the answ
On 09/14/2018 01:22 PM, ToddAndMargo wrote:
FC28
Apropos return nothing to any question. Did I
forget to install something?
Many thanks,
-T
Figured it out. I have to run `mandb` as root and repeat every time
a new man page is installed
___
use
FC28
Apropos return nothing to any question. Did I
forget to install something?
Many thanks,
-T
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https:
On 09/14/2018 01:38 PM, ToddAndMargo wrote:
> On 09/14/2018 01:22 PM, ToddAndMargo wrote:
>> FC28
>>
>> Apropos return nothing to any question. Did I
>> forget to install something?
>>
>>
>> Many thanks,
>> -T
>
>
>
> Figured it out. I have to run `mandb` as root and repeat every time
> a new
Rick Stevens wrote:
> There is a one-shot systemd service that updates the man page database
> on boot (man-db-cache-update.service) which should already be installed.
>
> You can "dnf install man-db-cron", which will periodically update the
> database via crony. Or continue to do it manually. You
On 9/14/18 2:30 PM, Todd Zullinger wrote:
> Rick Stevens wrote:
>> There is a one-shot systemd service that updates the man page database
>> on boot (man-db-cache-update.service) which should already be installed.
>>
>> You can "dnf install man-db-cron", which will periodically update the
>> databa
Rick Stevens wrote:
> On 9/14/18 2:30 PM, Todd Zullinger wrote:
>> The man-db-cache-update service is also run via a file
>> trigger whenever files are installed to /usr/share/man by a
>> package. (See: rpm -q --filetriggers man-db)
>
> I _thought_ there was another trigger like that, but couldn't
On 9/13/18 7:57 AM, JD wrote:
> So, how in tarnation can I back up this DVD.
> What tool can I use that will use dvdcss AND
> back up the DVD???
Acquired a DVD for testing. Verified, didn't explore, that there is a problem
with
k3b reading the DVD even with libdvdcss-1.4.2-1.fc28 installed.
Ho
On 09/14/2018 01:57 PM, Rick Stevens wrote:
On 09/14/2018 01:38 PM, ToddAndMargo wrote:
On 09/14/2018 01:22 PM, ToddAndMargo wrote:
FC28
Apropos return nothing to any question. Did I
forget to install something?
Many thanks,
-T
Figured it out. I have to run `mandb` as root and repeat e
On 9/14/18 4:24 PM, ToddAndMargo wrote:
On 09/14/2018 01:57 PM, Rick Stevens wrote:
You can "dnf install man-db-cron", which will periodically update the
database via crony. Or continue to do it manually. Your choice.
Where is the crab entry written? My /var/spool/cron is empty
/var/spool/c
On Fri, 14 Sep 2018 17:13:53 +0200
"Patrick Dupre" wrote:
> I am running fedora28.
>
> But, by default it run python2
> Also under geany, it run pyhton2
>
> even if I put
> #!/usr/bin/python3
> in my file
>
> if I run python3 mypy.py
>
> Then it run pyhton3
>
> However, I get an error:
>
>
After my trusty ThinkPad W700 failed I've been forced to fall back to an
ancient Dell E6500 laptop with Broadcom BCM4322 WiFi. Apparently Fedora 28
Workstation doesn't support that chipset. I'm forced to drag around a
Ethernet cable. No matter what I try, I cannot enable WiFi.
Any suggestions?
R
On 9/15/18 10:43 AM, dsavage--- via users wrote:
> After my trusty ThinkPad W700 failed I've been forced to fall back to an
> ancient Dell E6500 laptop with Broadcom BCM4322 WiFi. Apparently Fedora 28
> Workstation doesn't support that chipset. I'm forced to drag around a
> Ethernet cable. No matt
> On 9/15/18 10:43 AM, dsavage--- via users wrote:
>> After my trusty ThinkPad W700 failed I've been forced to fall back to an
>> ancient Dell E6500 laptop with Broadcom BCM4322 WiFi. Apparently Fedora
>> 28
>> Workstation doesn't support that chipset. I'm forced to drag around a
>> Ethernet cabl
On 9/15/18 11:00 AM, dsavage--- via users wrote:
> That was the first thing I tried. Installed, but no joy:
>
> [doc@puma ~]$ lspci | grep BCM
> 0c:00.0 Network controller: Broadcom Limited BCM4322 802.11a/b/g/n
> Wireless LAN Controller (rev 01)
>
> [doc@puma ~]$ rpm -qa | grep broadcom
> broadcom
On 09/14/2018 04:45 PM, Samuel Sieb wrote:
On 9/14/18 4:24 PM, ToddAndMargo wrote:
On 09/14/2018 01:57 PM, Rick Stevens wrote:
You can "dnf install man-db-cron", which will periodically update the
database via crony. Or continue to do it manually. Your choice.
Where is the crab entry written?
On 9/15/18 11:39 AM, ToddAndMargo wrote:
> On 09/14/2018 04:45 PM, Samuel Sieb wrote:
>> On 9/14/18 4:24 PM, ToddAndMargo wrote:
>>> On 09/14/2018 01:57 PM, Rick Stevens wrote:
You can "dnf install man-db-cron", which will periodically update the
database via crony. Or continue to do it m
On 9/14/18 8:39 PM, ToddAndMargo wrote:
On 09/14/2018 04:45 PM, Samuel Sieb wrote:
On 9/14/18 4:24 PM, ToddAndMargo wrote:
Where is the crab entry written? My /var/spool/cron is empty
/var/spool/cron is for user crontabs. System ones are in /etc/cron.*
# ls -al /var/spool/cron
total 8
dr
On 9/14/18 8:30 PM, Ed Greshko wrote:
What do you mean by "no joy"?
Installing that rpm should have also installed akmod-wl and should then have a
/var/cache/akmods/akmods.log created that would have something
like this at the end...
2018/09/15 11:27:23 akmods: Checking kmods exist for 4.18.7-2
On 09/14/2018 08:44 PM, Ed Greshko wrote:
On 9/15/18 11:39 AM, ToddAndMargo wrote:
On 09/14/2018 04:45 PM, Samuel Sieb wrote:
On 9/14/18 4:24 PM, ToddAndMargo wrote:
On 09/14/2018 01:57 PM, Rick Stevens wrote:
You can "dnf install man-db-cron", which will periodically update the
database via
On 09/14/2018 08:52 PM, Samuel Sieb wrote:
On 9/14/18 8:39 PM, ToddAndMargo wrote:
On 09/14/2018 04:45 PM, Samuel Sieb wrote:
On 9/14/18 4:24 PM, ToddAndMargo wrote:
Where is the crab entry written? My /var/spool/cron is empty
/var/spool/cron is for user crontabs. System ones are in /etc/c
Hi All,
Fedora 28 x64
I have a server at a customer site whose hard drive
(mechanical) is constantly singing/rattling.
How would you chase down the offender?
Many thanks,
-T
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send
On 09/14/2018 10:15 PM, ToddAndMargo wrote:
Hi All,
Fedora 28 x64
I have a server at a customer site whose hard drive
(mechanical) is constantly singing/rattling.
How would you chase down the offender?
Replace the drive before it fails.
___
users m
On 09/14/2018 09:58 PM, Joe Zeff wrote:
On 09/14/2018 10:15 PM, ToddAndMargo wrote:
Hi All,
Fedora 28 x64
I have a server at a customer site whose hard drive
(mechanical) is constantly singing/rattling.
How would you chase down the offender?
Replace the drive before it fails.
It is in an
Assuming you need to find it in a cluster of drives... go to the auto-parts
store. They have a stethoscope like tool for finding rattling in engines.
Place on each drive (assuming you have physical access) until you find the
offender. They can be got for around $10US and are called Mechanic's
Ste
Hello all,
I want to enlarge the fonts I am using in terminal (when logging as
non root) on Fedora 28.
I installed the terminus-fonts rpm on fedora 28 (dnf install terminus-fonts)
When I try from a terminal (I mean not gnome-terminal, but the
terminal you get into when logging in
without GUI/X win
39 matches
Mail list logo