Questions tagged [fedora16]

Version 16 (November 2011) of Fedora, a Linux-based operating system. Use only if your question is specifically related to features of this version.

Version 16 (November 2011) of Fedora, a Linux-based operating system.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

33 questions
95
votes
7 answers

Yum crashed with Keyboard Interrupt error

I installed the newer version of python (3.2.3) than the one available in Fedora16 (python2.7) And now yum stops working. It shows the following error. [root@localhost yum-3.4.3]# yum File "/usr/bin/yum", line 30 except KeyboardInterrupt, e: …
SSAMEERR
  • 951
  • 1
  • 6
  • 5
7
votes
3 answers

Is 'alternatives' really better for managing JDKs than a Symlink and $PATH?

I've just recently upgraded to Fedora 16 (from fedora 12), and have read/been told that instead of setting up different JDKs by using a simple symlink and setting my $PATH to that symlink, I should be using the alternatives tool. What I don't…
Barryrowe
  • 1,313
  • 10
  • 16
6
votes
1 answer

How to resolve `FATAL: could not write lock file "postmaster.pid": No space left on device` error?

I have installed postgres 8.4.9 database in my fedora core 14 and deployed an application. It was working fine until today before I tried to restart the system. Now I am unable to start the pgsql. When I am trying to start I am getting the following…
udi
  • 501
  • 2
  • 8
  • 14
6
votes
2 answers

Behaviour of CLOCKS_PER_SEC in different Operating Systems

I was running a cpp code , but one thing i noticed that on windows 7, CLOCKS_PER_SEC in C++ code gives 1000 while on linux fedora 16 it gives 1000000. Can anyone justify this behaviour?
Akashdeep Saluja
  • 2,959
  • 8
  • 30
  • 60
5
votes
2 answers

Units from non root user (for commands start/stop/enable/disable)

I want to execute my scripts at boot time through systemd (OS is Fedora Core 16) from some non-root user (e.g. michael). I don't need root privileges - I only want to run at boot time and at shutdown time some of my units in systemd. And I don't…
Perlover
  • 131
  • 1
  • 7
3
votes
1 answer

fatal: Interactive git shell is not enabled. got the message fatal: Interactive git shell is not enabled

I have run this command with root: [root@localhost git-shell-commands]# ssh git@192.168.1.12 git@192.168.1.12's password: Last login: Wed Jun 20 15:08:26 2012 from new-host.home fatal: Interactive git shell is not enabled. …
sophie
  • 1,523
  • 6
  • 18
  • 31
2
votes
2 answers

Fedora 16, python subprocess.Popen from IDE vs from terminal

So as the title says, I'm having problem starting a new subprocess under Fedora. Now the situation is, I have a main python script from which I start a couple of other python processes using: import subprocess subprocess.Popen(['python', '-m',…
Bogdan
  • 8,017
  • 6
  • 48
  • 64
2
votes
1 answer

When I run JavaFx Application in Linux Fedora, my application crash..!

I have made JavaFx application which is running fine in Window , Mac OS but when i run in Linux Fedora the application make crash the whole system with the following log. 1) What is the reason of crash in Linux ? 2) What may the be the possible…
2
votes
1 answer

Ada compiler not installed on this system error after make in Fedora 16

I installed gcc 4.3.4 fine one fedora16 but my problem is to run ada program got error Ada compiler not installed on this system. I think it crashes because of installed old version of gcc on gcc 4.6.3. How to overcome this problem? Thanks in…
Ragu
  • 97
  • 4
2
votes
1 answer

"Could not update ICEauthority file..." error

I have fedora16 on my computer and omnet++ 4.2.1. I just installed omnet++ 4.2.2. when I restart my system from now I am unable to login as my user name. Fedora is giving me this error message : Could not update ICEauthority file/home...…
Mossi
  • 41
  • 4
1
vote
1 answer

Error when upgrading Node.js via npm

Following the instructions at http://davidwalsh.name/upgrade-nodejs, to upgrade Node.js on a RedHat Fedora 16 server, I get the error... cp: cannot overwrite directory `/usr/local/bin/node' with non-directory ... and the version of node remains…
James Newton
  • 6,623
  • 8
  • 49
  • 113
1
vote
1 answer

Issue with installing Ruby 2.0.0 with rvm on Fedora linux

Hi I started my adventure with RVM and tried to install Ruby 2.0.0 I run CS50-19 Appliance virtual machine on my Win7 PC I have got this: Error running './configure --prefix=/home/jharvard/.rvm/rubies/ruby-2.0.0-p451 --disable-install-doc…
Kask
  • 63
  • 2
  • 5
1
vote
1 answer

Exception rised when runing jnotify program in linux

I have been trying to run JNotify sample code on Fedora16 the code is as follows: import net.contentobjects.jnotify.JNotify; import net.contentobjects.jnotify.JNotifyListener; import net.contentobjects.jnotify.linux.JNotify_linux; public class…
deepak
  • 317
  • 1
  • 4
  • 15
1
vote
0 answers

mod_mono reboots server process every minute, on the minute, citing file changes as reason

Running mod_mono server 4.0 on Fedora 17, every minute, on the minute, mono reboots itself, citing file changes as the reason for rebooting, despite the fact no files have been made. On occasion but not always, it will throw an exception during the…
John Smith
  • 11
  • 1
1
vote
0 answers

Trying to execute GNS3 in Fedora and got a exception AttributeError

The exception message is the following: Exception AttributeError: "'NoneType' object has no attribute 'GApp'"in bound method VBoxManager._del_ of GNS3.VBoxManager.VBoxManager object at 0x2591fd0>> ignored Before this happened, i'd installed…
1
2 3