fedora Questions

3

I'm in trouble making a simple server/client socket python program. Basically, my server (RPi3) has to stream a video (with Gstreamer) to the client (Fedora 24). The problem is that in my Fedora, I...
Rumba asked 25/10, 2016 at 17:47

3

I'm a beginner in working with CGAL libraries , I tried to run a combinatorial map example qt-creator on fedora after combiling CGAL: #include <QCoreApplication> #include <CGAL/Combinato...
Afterdeck asked 15/7, 2018 at 18:22

3

I've installed Fedora and Ngnix, added all the configuration files for my local development, when I started to see this error nginx: [warn] could not build optimal types_hash, you should increase ...
Yeoman asked 4/9, 2017 at 6:35

4

Solved

I'm trying to install a package on a old Fedora 20 virtual machine. yum install<the_package_name> results in a failure with an HTTP 403 error: http://download.fedoraproject.org/<...(trunca...
Clumsy asked 9/9, 2015 at 14:59

9

As you can see, the font of modelsim's text editor is very small. But I can't change the size in Tools->Edit Preferences->Source Window->Fonts. However, I can make the letters bigger by set the D...
Wrathful asked 22/7, 2015 at 6:25

4

Solved

I'm using Fedora release 33 (Thirty Three) Docker version is Docker version 20.10.0, build 7287ab3 First I ran docker system prune and since then docker daemon failed to start. I ran systemctl star...
Kitchens asked 9/12, 2020 at 9:17

2

Solved

I have run this command with root: [root@localhost git-shell-commands]# ssh [email protected] [email protected]'s password: Last login: Wed Jun 20 15:08:26 2012 from new-host.home ...
Sian asked 20/6, 2012 at 13:13

6

Is there anything in Python or Linux what basically instructs the system to "install whatever is necessary". Basically I find it annoying to install python packages for each new script/sy...
Mind asked 26/9, 2017 at 6:52

2

Solved

I've checked /proc/sys/kernel/yama/ptrace_scope in the container and on the host - both report the value as zero but when attached to pid one gdb reports Reading symbols from /opt/my-web-proxy/bi...
Dianthus asked 3/2, 2017 at 17:29

4

Solved

How can I cat a remote file? Currently, it works for local files only. #!/bin/bash regex='url=(.*)' # for i in $(cat /var/tmp/localfileworks.txt); for i in $(cat http://localhost/1/downloads.txt); ...
Harald asked 23/1, 2012 at 20:42

7

Solved

My same BASH script is working in Fedora/CentOS. But I am testing one Android eee pad transformer. Where i have terminal access and i wrote a small test script. But its not working, how can i f...
Nu asked 11/11, 2011 at 13:20

7

Im using fedora 19. Content of HelloWorld.java : class HelloWorld { public static void main( String args[] ) { System.out.println( "Hello World!!" ); } } I can successfully compile it using...
Anderegg asked 5/7, 2013 at 6:43

3

Solved

I am new to Golang, I am following this tutorial https://golang.org/doc/tutorial/getting-started but for some reason I keep getting this message every time I try to run the code: $GOPATH/go.mod exi...
Prescience asked 3/7, 2021 at 2:16

4

Solved

Essentially, trying to write the following code results in the error below: Code from matplotlib import pyplot as plt plt.plot([1,2,3,2,1]) plt.show() Error libGL error: MESA-LOADER: failed to ope...
Facelifting asked 6/2, 2022 at 18:29

9

Solved

I have installed Amazon EC2 fedora instance and copying the files from one location to another. But I am greeted with " No space left on the disk". I did df -f. with output: Filesystem Size Used...
Dysgraphia asked 27/5, 2011 at 11:35

5

I am making test Cluster following this instructions: https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/ and https://kubernetes.io/docs/getting-started-guides/fe...
Enemy asked 6/3, 2019 at 10:27

4

Once installing Fedora 19 Desktop Edition, I run the systray of Qt Example. But I could not look for the system tray icon. There is no Notification area in the Activities overview. Please let me ...
Mazur asked 4/7, 2013 at 1:48

3

Solved

I am running my fedora on VMware Workstation. I am having a lex and yacc program. Compilation of program is working fine but when i go to run the program through gcc y.tab.c lex.yy.c -ll it gives f...
Swinford asked 22/10, 2013 at 17:23

5

Solved

I don't know how to search for this and that is why I asked for it (all my searches did not reveal any relevant information). I have a Fedora 18 server that looks like this: [root@dhcp-192-168-5-...
Obtrusive asked 31/1, 2013 at 22:40

10

Solved

when I try to load a web page to terminal it gives curl: (6) Could not resolve host error. I have internet in my PC and trying from my home internet connection. So as I there is no any proxy invo...
Bellaude asked 26/7, 2014 at 5:26

7

A few days ago I wanted to run dnf but I received the following error Traceback (most recent call last): File "/usr/bin/dnf", line 57, in <module> from dnf.cli import main ModuleNotFoundEr...
Gentianaceous asked 22/12, 2018 at 10:6

3

I'm trying to get Erlang working on my Fedora server, specifically to run rabbitmq, but when I yum install erlang yum complains that wxGTK requires a bunch of packages. Wtf? Why is erlang trying t...
Dionysiac asked 9/12, 2011 at 16:45

3

After installing the man pages via dnf, I still can't find them inside /usr/share/man. docker run --rm -it fedora bash -c "dnf install -y man-pages && ls -lR /usr/share/man" Did ...
Heaves asked 5/10, 2020 at 9:11

14

Solved

sudo find /etc | xargs grep -i fedora > searchFedora gives: /etc/netplug.d/netplug: # At least on Fedora Core 1 ... But see the Fedora version in the /etc/netplug.d/netplug file. Is it seri...
Lette asked 12/2, 2009 at 9:29

9

Solved

I'm trying to setup Pycharm professional edition on Fedora 25 x64. After downloading the files and extracting them, I'm trying to run the script ./pycharm.sh in the bin directory. This is the error...
Wherefore asked 8/9, 2017 at 20:47

© 2022 - 2025 — McMap. All rights reserved.