Questions tagged [fedora-29]

17 questions
72
votes
4 answers

Why does Slack return a Segmentation fault after Fedora 29 upgrade?

I have upgraded Fedora from 28 to the latest 29 and Slack doesn't work anymore. It returns a Segmentation fault (core dumped). Edit: The issue has been fixed on Slack 3.3.4
Flat
  • 1,640
  • 1
  • 13
  • 14
4
votes
0 answers

How to fix Node interpreter can't been found by intellij, but the node file is in the folder

Intellij can't find my Node.js. If I add it locally the node file isn't visible, but in my file manager node is visible. How can I fix this? I am on Fedora 29. I can run Node.js in my terminal, so I know it is there. Already tried to link the…
Whisper
  • 41
  • 1
  • 4
2
votes
2 answers

Request entity too large when passing POST data in curl

I have a fastcgi++ service. It takes 4 parameters through POST because one of them is a password. My sample input is 61 characters. This is how I am calling my service: curl --data 'name=test&address=abc&phoneNumber=0987654321&password=test123'…
Hemil
  • 714
  • 6
  • 22
2
votes
0 answers

Cannot login to apimanui with Keycloak standalone server

I have installed keycloak and apiman-manager on two separate machines within same LAN network. I've configured everything according to documentation: - I've imported realm.json (with custom information for my need), registered realm, and…
burtonium76
  • 157
  • 1
  • 14
2
votes
1 answer

cloud-init: Unable to render networking

I'm trying to deploy a 'Fedora-AtomicHost-29-20190219' image (qcow2) using 'NoCloud' to provide userdata, hostname and network settings (non dhcp). Configuring Userdata and hostname succeeds configuring network fails. The log tells my provided data…
kstieger
  • 109
  • 1
  • 4
2
votes
2 answers

Why won't DraftSight run on Fedora 26 with Intel graphics?

DraftSight 2017SP1 Linux (beta) worked on Fedora 24. It fails after upgrading to Fedora 26. Running it from the command line so you can see the low-level errors, /opt/dassault-systemes/DraftSight/Linux/DraftSight Qt: Session management error: None…
nigel222
  • 4,092
  • 1
  • 8
  • 15
1
vote
0 answers

pyenv install 2.7.5 - BUILD FAILED - Segmentation Fault - Fedora 29

I am trying to install python version 2.7.5 in pyenv, but getting BUILD FAILED error. However, Working fine for other python versions like 2.7.15 and 3.7.3. Error: Installing Python-2.7.5... patching file ./Modules/readline.c Hunk #1 succeeded at…
brainLoop
  • 2,546
  • 2
  • 8
  • 11
1
vote
1 answer

Cannot launch RStudio 1.2.1335 on Fedora 29

I used RStudio Desktop 1.1.463 on my Fedora 29 without problems. I use R version 3.5.3. A new version of RStudio is available (1.2.1335) and after installation through .rpm and clicking on app symbol in Menu, like before, nothing happens. I get no…
1
vote
1 answer

PHP-FPM not responding when CPU is 100% in low priority processes

I'm having a problem when CPU is 100% usage: PHP-FPM does not respond, even the processes using 100% of CPU are running in lowest priority (+19). Let me explain: my site triggers an audio converter (ffmpeg) using inotify + a bash script. The…
Arvy
  • 822
  • 1
  • 14
  • 24
1
vote
0 answers

Cross compiling Openssl with the x86_64-linux-gnu-gcc compiler on a Fedora 29 host

I am trying to cross compile openssl using the x86_64-linux-gnu-gcc on a Fedora 29 host. I am getting this error: cryptlib.h:62:11: fatal error: stdlib.h: No such file or directory The compile command is: x86_64-linux-gnu-gcc -o cryptlib.o…
0
votes
3 answers

RPMs for Kubernetes do not exist anymore on https://packages.cloud.google.com/

After following the Kubernetes installation guide I found than all the RPMS were removed from the YUM repository https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/Packages. However, on the release notes page you can see the links to…
josegts
  • 21
  • 5
0
votes
1 answer

Install .NET framework Developer Pack on Fedora Linux

I'm developing an existing .NET core app. I use Windows and Visual Studio at work (and I was not the one setting up that environment). But am trying to also set up an environment so I can develop from my personal laptop, where I use Fedora 29. When…
Michal Kurz
  • 589
  • 3
  • 14
0
votes
0 answers

Can't complie some modules under linux kernel 5.0.7 on fedora 29

I can't compile modules and load them into my kernel 5.0.7. When I tried to install them, I saw: Falied to run '/usr/bin/vmware-modconfig' --icon='vmware-workstation' --appname='VMware' --gcc='/usr/lib64/ccache/gcc'…
Eloix
  • 1
  • 3
0
votes
0 answers

Automatic Date & Time update results in wrong time on Linux Machine

I am using Fedora 29, with kernel version 4.19.15-300 on my laptop. It has been a while that I see the computer clock is about 6 to 7 minutes ahead. Pondering why, I checked the status of chronyd (systemctl status chronyd.service) and I see the…
kMaster
  • 1,915
  • 2
  • 18
  • 29
0
votes
1 answer

Autokey won't start on Fedora 29

I've been trying to get autokey to work on a fresh install of Fedora 29. Every attempt to start the application was met with an error and the process would die. encountered an uncaught pkg_resources.DistributionNotFound
SkyVar
  • 311
  • 2
  • 6
  • 15
1
2