Fedora :: No Inittab - How To Set Run Level In FC12 Live

Mar 22, 2010

How to set the run level now in FC12 Live?
inittab not present at /etc/inittab
# updatedb
# locate inittab
not found

View 2 Replies


ADVERTISEMENT

General :: Initializing Run Level 4 At Inittab Default Level

Jan 15, 2011

hello everyone, im having a problem when my computer enters in the run level 4 as the default when i start slackware. The strange thing is that it not seems that is a X window problem, it looks like more like a configuration problem in some part of the kde script to initialize the log in, because if i manually start the X service it works fine, i dont know what is the source. Thank you in advance for the help.

View 3 Replies View Related

Red Hat / Fedora :: Use Inittab At The Inittab To Initiate A Program At Startup?

Jul 5, 2010

1. I am using CentOS 5.4 and I try to use inittab at the etc/inittab to initiate a program at startup

2. Below is my script and saved as heritrix.sh

#!/bin/bash
export HERITRIX_HOME=/root/heritrix-1.14.3
cd $HERITRIX_HOME
chmod u+x $HERITRIX_HOME/bin/heritrix
$HERITRIX_HOME/bin/heritrix --admin=LOGIN:PASSWORD --port=9090

3. I did the chmod +x for the permission already.

4. I not confirmed whether it is running at startup.

5. the script is no problem as I have check it

View 2 Replies View Related

Fedora Installation :: Using The Live-CD To Install FC12-RC4?

Nov 17, 2009

i am not sure where to post this issue since i am using RC4 of FC12 so posting it here.I am using the Live-CD to install FC12-RC4, it is gnome x86_64. The issue is as follows:I never had this with OpenSuSE. Mandriva & Ubuntu all of which is the latest release. Why the installer has to initialize the hard disk?

View 9 Replies View Related

Fedora Installation :: FC12 Install From Live CD - How To Make The Partitions

Mar 11, 2010

I'm trying to install from the Live CD. I read the sticky about needing a /boot and a / partition. I think that sticky applies to me but I'm not sure; once the Live CD loads, I click the "Install to Hard Drive" icon on the desktop. It thinks for awhile but ultimately doesn't display anything.What I'm not sure about is how exactly I go about making those partitions. My current HD is a Ubuntu system (Karmic Koala), and its network slowness has prompted me to try FC12. I've backed up everything already, I don't need to preserve anything on the existing drive.

I'm looking for the easiest way to get FC12 installed. Should I fool with the partitions? I just download a different install CD i.e. a non-Live one? If so, which one? Do I need all 5 or so CD images? I don't have a DVD burner so downloading the DVD isn't an option. I'm comfortable working from a Linux command line once the system is working, but I don't have much experience "close to the metal" i.e. actually getting a system up and running.

View 1 Replies View Related

General :: How To Perform Root Level Commands - Fedora - Live Media

Jul 21, 2011

I need to use Live Media to make changes to a hard disk drive. I tried to sudo to no effect.

Seems like it would be troublesome to authorize root access on Live Media or have sudo allow commands such as pvcreate,lvcreate,vgcreate, especially if the hard disk is not encrypted.

View 1 Replies View Related

Fedora :: Circular Package Dependencies - Error "gcc-4.4.2-7.fc12.i686 Requires Libgomp = 4.4.2-7.fc12"

Apr 18, 2010

I have a tricky problem which I could soIve with a c program. I wrote one and found I didnt have gcc so I tried to install it. I was told I needed to install packages. I acknowledged and an error was generated gcc-4.4.2-7.fc12.i686 requires libgomp = 4.4.2-7.fc12 I try to install libgomp and go round again.

View 2 Replies View Related

OpenSUSE Install :: 11.4 KDE Live 64 / 32 Fails At Run Level 5 With ATI Video Card

Mar 10, 2011

The 11.4 KDE live CD 64 bit and 32 bit fails at run level 5. The ATI card is a Radeon HD 6000 series. Screen is 1080P.

View 4 Replies View Related

Fedora :: Can't Switch To TTY Or Run Level 3 From Run Level 5

May 12, 2009

Hi Guys,
here is my scenario:

I am running F10 x86_64 with Nvidia Quadro FX 3400.
I installed the drivers and it worked just fine. No errors generated according to Nvidia log files.
However, while in run level 5 when I try to switch to run level 3 by typing "telinit 3" or "init 3" the X server goes down and I get a blank screen. Same thing happens when I try to switch to a different tty session by <ctrl>+<alt>+F2 (or any F key for that matter).
I also noticed that when I shut down my system I can't see any more the screen where services are shutting down and their status ([OK] or [failed]).

Would appreciate your help on solving this issue.

View 3 Replies View Related

Fedora :: Cannot Start Mgetty From Inittab?

Feb 8, 2010

I've updated a Fedora Core 3 server to Fedora 11. The old FC3 had an external modem attached for when we felt like dialing in for a ppp connection. I've replicated login.config, mgetty.config and dialin.config from the old server and had to put a RS232-to-USB adapter on the modem. I've test connected to the server and everything look fine.
I'm have a difficult time starting the getty session from inittab.

/etc/inittab:
Code:
id:5:initdefault:
si::sysinit:/etc/rc.d/rc.sysinit
l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2

[Code]...

View 3 Replies View Related

Fedora :: Inittab No Such File Or Directory?

Jul 13, 2010

I tried to go to the inittab folder by typing /etc/inittab.

The following is the error message I get

[root@localhost /]# cd /etc/inittab
-bash: cd: /etc/inittab: Not a directory

View 5 Replies View Related

Fedora Installation :: Change The Equivalent Of The Old Inittab Function?

Jul 8, 2010

In Fedora 8
File: /etc/inittab contained
S0:2345:respawn:/usr/sbin/faxgetty ttyS0
S1:2345:respawn:/sbin/vgetty ttyS1
In Fedora 13
Created folder: /etc/event.d
Created files: /etc/event.d/ttyS0
[Code]....

Neither faxgetty or vgetty start on reboot or changing runlevel. How do you implement the equivalent of the old inittab function?

View 5 Replies View Related

Fedora :: Why Inittab Running Graphically - All Settings Correct

May 31, 2011

I'm using Fedora 15. For some reason, my computer is booting up graphically. I do not have video drivers for a graphical setup apparently now that Gnome is getting more advanced, so I really need to restore to a CLI. I see /etc/inittab is now deprecated thanks to systemd. The instructions say the following:

Code:
# Ctrl-Alt-Delete is handled by /etc/systemd/system/ctrl-alt-del.target
# systemd uses 'targets' instead of runlevels. By default, there are two main targets:
# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5
To set a default target, run:
# ln -s /lib/systemd/system/<target name>.target /etc/systemd/system/default.target

And that's exactly what I have set up!
Code:
[root@server system]# pwd
/etc/systemd/system
[root@server system]# ls -la
total 20
lrwxrwxrwx 1 root root 37
May 31 10:41 default.target -> /lib/systemd/system/multi-user.target

Why is this machine starting up graphically? I even removed the symlink and recreated it... but that obviously isn't the issue here.

View 8 Replies View Related

Fedora :: Configuration Of Event.d Serial Devices - Inittab Don't Work

Jul 30, 2009

I was using V9 and upgrade to V10 and now my logins in my inittab do not work. I realize that is file structure is outdated so I made individual run files for each of my serial devices under event.d ( such as TX0000 - rc....etc) - all this works but i need to manual type initctl start TX000o to get logon for my serial devices. I would so much like them to automatically start on bootup.

View 3 Replies View Related

OpenSUSE :: Move Transparently Between Run Level 3 And Run Level 5 As Autologin User?

Aug 10, 2010

I've been able to kludge a kill script which finds the correct pid for the kdeserver (or gnome server) after my system comes up in run level 5 so I can drop back to run level 3 mode. Lots of experimentation showed me that using telinit 3 and telinit 5 would occasionally leave the video memory in a mess and I would have the black screen of death.

I set the security parameter setting to autologin for me since I am the only user of my machine, but I still have to kludge the default setting under sysconfig (the DEFAULT_WM) under Window Manager to pick a certain window manager, so it takes time to manually switch the desktop.

Right now I can leave the gui and drop back to cli, but painful experimenting showed me that killing the X server is a no no. Right now I kill the kde server, which sends the SIGTERM to the X windows manager, which then figures out that it has to shut down.

Questions: Is there a better way of doing this? Apparently openSUSE figures that we have multiple users logging into the gui desktop, so the gui is always kept running and a login window with the desktop manager option forces the user to login in. With autologin, this never happens, but no choice of desktop is possible on the fly.

Can some type of script be set up to painlessly enable this to happen? And what is the best way of bringing either the Gnome or KDE desktop manager down gracefully? I do get lots of error messages as the system attempts to recover and X shuts down. It appears that apparently the single user with autologin is left out in the cold.

View 4 Replies View Related

OpenSUSE Install :: Admin Level Software To User Level?

Feb 6, 2010

I want to install a software called TinyOS which is an operating system designed for wireless sensor embedded networks in my account. The problem is it has instructions to install the software as an administrator since i'm not an admin of the department network i can not able to install. Is there any method to install this software as an user level rather than admin level.

View 3 Replies View Related

Ubuntu :: Adjust Level At Which Battery Criticality Level Is Triggered?

May 8, 2010

How can I adjust the levels at which the battery is considered to be critically low?ight now it seems this is set at 5 or 10%. I want to make it 20 or 25%This is for Gnome. I am using Lucid x86

View 1 Replies View Related

Programming :: Accessing SPI From Kernel Level And User Level

Jan 6, 2009

I want to know what are the advantages and disadvantages for accessing spi(serial peripheral inerface )from kernel level and user level. like methods of doing it, speed ,memeory utilization etc

View 1 Replies View Related

OpenSUSE Network :: "iwlist S" Output - Quality / Signal Level And Noise Level Mean?

Jul 21, 2010

[code]...

you can find a cutout of an output generated by "iwlist s" command for a cell. Does anybody know what Quality, Signal level and Noise level mean? What is the definition of them? I searched for it and could not find good information on it. What do these Extra:*** fields for? What does it show in the example above? How were those values computed?

[code]...

View 1 Replies View Related

Red Hat :: Keyboard Not Working At Run Level 3 And 5, But Ok At Level 2

Jun 17, 2010

Hey Guys, I'am new here and request your help on this:
After installing emacs and a few dependencies on my RHEL 5, on restarting the system, the keyboard was not able to work. I restarted several times in vein.

However, when I start in single mode, it works perfectly. I have tried looking for a solution from google, but in vein.

Kindly help...

Regards, Andrew

View 1 Replies View Related

General :: Delete Top Level Directory And Have Contents Simply "move Up A Level"?

May 27, 2010

I have a directory that has a another directory inside it. The top directory is rather redundant since it only contains the one other one. Is there a way to delete the top level directory and have the contents simply "move up a level"?

View 6 Replies View Related

Fedora :: System Update Fails Error "librpmio.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates) Librpm.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates)"

Jan 10, 2010

when ever i try to install updates i get shown an error & the updates stop the error i get says "librpmio.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates) librpm.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates)"

View 12 Replies View Related

Fedora :: Build A Rpm For FC12?

Jan 2, 2010

I saw that AMZ recently updated the rpm for Fedora to be compatible with FC 11, however the install is still broken on FC12 (obviously since it's built for 11).

My main question is has anyone found a decent workaround, that won't completely hose your system? Should I just wait until they build an rpm for FC12?

View 14 Replies View Related

Fedora :: Non-KVM Kernel For FC12?

Mar 10, 2010

Not wanting to speculate why, in the repositories, Fedora doesn't *also* provide a on-KVM enabled kernel counterpart to the default KVM enabled kernel that *is* supplied, I must say I'm frustrated that they haven't done this simple thing.

Considering that everyone who upgrades to KVM enabled FC12 from a previous non-KVM release of Fedora (like FC10) ... considering that these people will be guaranteed to no
longer be able to run VirtualBox or VMWare Workstation after upgrading, is a disappointing oversight by / or intent of Fedora (one that manifests in *lost productivity*).

And try though you may to install the kernel source RPM and compile it after running "make xconfig" to disable KVM support, you usually can't! Fedora kernel compile attempts often die very early in the "make" process, indicating something like ...

"Kernel compile error: No rule to make target `missing-syscalls'

or some other silliness. And when you successfully compile a "kernel.org" kernel, and try to boot it, you get all kinds of missing library errors (etc).

Given that it would be simple to provide both a KVM enabled kernel (as they do), and also a non-KVM enabled kernel (which they don't) so the rest of us can seamlessly continue to run VirtualBox and/or VMWare Workstation after an upgrade - and avoid getting entangled with deciding whether use KVM or XEN for guest O/S's... it's a frustrating misstep to not have done this basic thing (i.e. include a non-KVM kernel). It was a rude awakening when we tried to launch VirtualBox only to have it fail after the upgrade.

Anyway, has anyone successfully compiled their own kernel for FC12 and not get errors after boot? If so, which sources did you use; and what kernel version? In the meantime I'll try out other kernels and compile options.

View 1 Replies View Related

Fedora :: Retroshare On Fc12

May 21, 2010

Has anyone managed to install retroshare on fedora? Where can i find a howto?

View 4 Replies View Related

Fedora :: X-windows Fails Under FC12 64 Bit

Nov 19, 2009

I recently upgraded my CPU (just before the release of FC12), to a 64-bit compatible Intel Core 2 E7600. Upon the release of FC12 I moved to the 64 bit version (via a clean install).

I noticed that NVIDIA does not work (as many topics on this forum confirm). So I reinstalled and used the FC12 default drivers (I think they are called Nouveau-drivers). This seemed to work, so I ran "yum update", and now all X-windows fail.

KDE complaints: "kstartup4 does not exist or fails" and GNOME also complains (sorry forgot the exact error message)

I'd be happy to send logs, but if these are required, which log you want and where I can find it.

how to get or KDE or GNOME running ? (preferably KDE)

System:
Intel Core 2 Duo E7600 (3.1 GHz)
3 GB Memory (800MHz)
Nvidia Geforce 9600 GT
Mobo: Foxconn P35A01

View 2 Replies View Related

Fedora :: Tomcat 6 Won't Start Under FC12?

Nov 20, 2009

Trying to start Tomcat6, I get the following in catalina.out

dl failure on line 696Error: failed /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so, because /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so: cannot enable executable stack as shared object requires: Permission denied

View 3 Replies View Related

Fedora :: Butterfly-0.5.3-1.fc12 Keeps Crashing?

Dec 11, 2009

Every time I open empathy, I am seeing that message. The messenger itself doesn't have a problem (as far as I can see), but that message really bothers me.

View 4 Replies View Related

Fedora :: Unable To Use Tar.gz On FC12 Amd64

Dec 28, 2009

It was a long time since my last post on this forum. The reason for this was that since FC7 I've moved to Debian Etch and then to Ubuntu, but now I'm back trying FC12 amd64 on my machine and seen how it changed.Almost everything is going well until now. After almost two years I see that a great development was made to build and gui to yum, but synaptic is still superior, imho.

Well, as I said, everything is going well with one exception: the *.tar.gz files.
Doesn't matter if I use the gui or the cli. If I try to compress or decompress any file to tar.gz it fails with the error message bellow. All other file types work perfectly.

Code:

/bin/gtar: Child returned status 1
/bin/gtar: Exiting with failure status due to previous errors

As I said, I'm running FC12 amd64. Gnome environment.

View 14 Replies View Related

Fedora :: Fc12 Firstboot Login

Jan 18, 2010

I have just installed fc12, and everything seemed to go well. After reboot I get a line asking for First login:From what I've found, this should be the firstboot thing, but I don't know the login, and can't find any answer with a search.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved