Fedora :: Unable To Access The Virtual Terminals In 10

Feb 1, 2009

loaded fedora 10 on my laptop.I get the runlevel 5 in the first one (CTRL+ALT+F5).nothing happens when I press the F2 through F6.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Can't Access Virtual Terminals

May 12, 2010

Using 10.04 on my laptop, but I can't access the virtual terminals (ctrl+alt+f1-f6). Instead I get a weird screen with apparently randomly generated lines, as they change each time I attempt to access them. (Sometimes it is just a solid color.) They also appear on shutdown/ switching user. I'm using a VIA VX800 chipset.

View 2 Replies View Related

Ubuntu :: Cannot Access Virtual Terminals On 10.4

May 13, 2010

If I press Ctrl-Alt-F1 to access virtual terminal I am getting frozen X session and no virtual terminals.

ps -ef | egrep 'tty[1-6]'

gives

root 1024 1 0 22:58 tty4 00:00:00 /sbin/getty -8 38400 tty4
root 1028 1 0 22:58 tty5 00:00:00 /sbin/getty -8 38400 tty5
root 1036 1 0 22:58 tty2 00:00:00 /sbin/getty -8 38400 tty2

[code].....

View 10 Replies View Related

Fedora :: Virtual Terminals Not Working / What Ot Do?

Jul 13, 2009

Whenever I boot my machine into runlevel 5 (X support) I can't get to any of the virtual terminals. If I do a ps and grep for mingetty I see terminals 4-6 are running. But ctrl-alt-f{4-6} just put me to a blank screen. If I hit alt-f1 I get back to X. I've found that if I start tty2 by running "sudo mingetting tty2" I get the following error in /var/log/messages: mingetty: tty2: no controlling tty: Operation not permitted. I am not using selinux and have noticed that /etc/inittab no longer has the ttys. The reading I have done thus far says it's started by gdm but I don't really see a lot of info about controlling them. Any ideas on this?

View 1 Replies View Related

Red Hat :: Use The Virtual Terminals In Fedora Under VMware?

Aug 22, 2010

how do I switch to the text-based virtual terminals when using Fedora under VMware? I believe that normally you use ALT-CTRL-F2 through ALT-CTRL-F6, and F1 switches you back, but the ALT-CTRL is intercepted by VMware to allow you to switch back to the host OS.

View 5 Replies View Related

Fedora :: Virtual Terminals In F15 'graphical Mode'?

Jun 5, 2011

Has anyone else here had a problem getting virtual terminals to work when booting into F15's 'graphical mode'? This is what used to be runlevel 5 in the old SysV init system, before the switch to systemd. Before F15, I could do a Ctrl-Alt-F[n] (for n=1,...6) to get virtual terminals while in runlevel 5, and this was easy to control by editing /etc/inittab.

But with systemd, /etc/inittab is no longer used, and finding where the virtual terminals get created took me a bit of time. I tracked it down to the /lib/systemd/system/prefdm.service file, which seems to stop creating virtual terminals after tty1 in order to prevent the display manager and plymouth from conflicting on that virtual terminal. I'm using the Slim display manager (installed via yum), and I only got tty1 (showing console messages), tty2 took me back to X, and there were no tty3-6 any more. I noticed from ps that there was some kind of "plymouth --wait" process running, so I killed it. After doing so, the other virtual terminals showed up. Has anyone else here experienced something similar?

It appears that /lib/systemd/system/plymouth-quit.service is not exiting properly, and this is causing the problem. This problem only occurs in graphical mode, not in console mode (what used to be runlevel 3). My first solution was to put "/bin/plymouth quit" in /erc/rc.d/rc.local, and upon rebooting that did indeed fix the problem. But eventually I just removed plymouth altogether, which also fixes the problem. It would be nice though if plymouth-quit.service just worked as it was supposed to. I'm just wondering if anyone else has seen this problem.

View 5 Replies View Related

Ubuntu :: No Virtual Terminals On 9.10?

Jan 5, 2010

I found out that I do not have virtual terminals on my computer (Ubuntu 9.10). When I am trying to switch, say, to tty2 with Ctr-Alt-F2, I am getting a black screen with lonely cursor blinking in the upper left corner (no login prompt). my tty2.conf file is

Code:

# tty2 - getty
#
# This service maintains a getty on tty2 from the point the system is
# started until it is shut down again.

[code]....

View 7 Replies View Related

Red Hat :: Switching Between Virtual Terminals In Vmware?

Jan 28, 2011

Switching between text consoles in a Linux virtual machine When the CTRL + ALT + F1 key combination is used to switch to another text console (terminal) on a Linux virtual machine, the host switches to a text console instead of the guest. Resolution The CTRL + ALT combination is used by VMware to direct the keyboard input to the host. Press CTRL + ALT + Space , press the F1 key (or desired Function key) while still holding down CTRL + ALT .

View 2 Replies View Related

Ubuntu :: Not Having Background Images On Virtual Terminals

Jun 6, 2010

Has anyone had any success getting splashutils to compile on Lucid? Seeing as ftp://ftp.berlios.de/pub/ fbsplash/ debian/splashutils/ packages are getting a bit long in the tooth and trying to compile from source has been a headache.I miss not having background images on my virtual terminals

View 3 Replies View Related

Slackware :: Resolution: Virtual Terminals @ LVDS But X @ VGA?

Apr 25, 2010

Not a deal breaker but annoying nevertheless: EeePC 900a with KMS, external monitor plugged in, lid closed and .xinitrc running this line before the window manager:

Code:

xrandr --output LVDS1 --off --output VGA1 --mode 1920x1080

Works fine, except: Virtual Terminals are at the native LVDS resolution 1024x600 meaning that they only use the upper left hand corner of the 1920x1080 monitor. Why? (Or maybe I should say that their resolution is right - the font is correct, not huge - but the VT is limited to 1024x600.)

View 1 Replies View Related

Ubuntu :: Login Prompt - Virtual Terminals Not Working?

Feb 6, 2010

Usually I get a login prompt on Ctrl+Alt+F[1-6], but now I just see a blinking cursor in all of them, along with some boot messages in the first virtual terminal.

Code:
fsck from util-linux-ng 2.6
init: bootchart main process (462) terminated with status 2
init: bootchart post-stop process (474) terminated with status 127
/dev/sda2: clean, (integer)/(integer) files, (integer)/(integer) blocks
init: ureadahead-other main process (870) terminated with status 4

What's even weirder about this is that I uninstalled bootchart a few months ago. Whether that's related or not is beyond me, but the virtual terminals did stop working somewhere around that time. I solved this by reverting to my original /etc/network/interfaces file. Without the loopback "lo" device, the runlevel was never set, and virtual terminals never loaded.

This should be somewhere in the interfaces file:
Code:
auto lo
iface lo inet loopback

View 1 Replies View Related

Ubuntu Installation :: Ttys Virtual Terminals Vanished?

May 13, 2010

I am using 9.10 and my ability to "ctrl + alt F-dey" to a ttys shell no longer is available after running an update. 10.04 has the same bug. Getty is installed and I can not figure out what happened.

How do I get ttys back?

View 3 Replies View Related

Ubuntu :: Adjust Screen Alignment For Virtual Terminals?

Oct 4, 2010

When I installed 10.04 in April, I started having all sorts of problems with my Virtual Terminals (CTRL-ALT-F*). First they were inaccessible completely, then they were there, but not visible, i.e. I could use them to login and run commands, but there was no screen output, then they were gone again, and the fight just went on and on. I just recently got this functionality back after months just messing around, testing different peoples solutions, and really just not being afraid to break the whole thing. Ultimately, it boiled down to nVidea graphics driver problems.

However, now I notice that outside of gdm, the screen is not aligned properly. It seems to be about 2 characters to the left and several lines lower than it should be on VT1-VT6, while gnome is aligned perfectly. I can use my screens auto-adjust to fix the problem, but when I switch to another terminal, the problem comes back. It's not really a huge deal, but after all this trouble, I really just want them to work the way they are supposed to work. Does anyone know of a way to set the screen alignment via software, or am I just stuck dealing with it?

View 1 Replies View Related

Ubuntu :: Virtual Terminals Not Functioning / Returns With A Blank Screen?

Feb 16, 2010

I just recently reinstalled 9.10 and everything I normally use with my workstation is working fine except for virtual terminals.

ctrl+alt+f1-f6 just returns with a blank screen.

ctrl+alt+f7 returns to gdm session

ctrl+alt+f8-f12 also yield no information.

View 3 Replies View Related

Debian Configuration :: Disabling/Removing Alternate/virtual Terminals (ttyN)

Jul 6, 2011

I'm building a Debian Live system, [URL], and I've pared it down to a very light distro. It is using the IceWM, has the basic linux commands, and very very little else.

When I run "top" and "ps aux", I see that I have multiple terminals and logins waiting to be used. It's a small amount, but I'd like to make that RAM usable elsewhere. The indicated commands are: "/bin/login -f" and "-bash", and I have one of each associated with each tty[1-7]. I may want to keep tty1 and tty2, just in case, but I can't imagine wanting 3-7.

So, what I'm looking for is a way to stop tty[3-7] from even starting in the first place.

I saw on one forum the suggestion of modifying the /etc/init/tty[1-7].conf files, but these files aren't present, I presume because it's a "Live" system.

View 5 Replies View Related

Security :: Virtual Server To Access The Main Host Or Another Virtual Se

Jan 8, 2010

Is there anyway for one Virtual Server to access the main host, or another Virtual Server? Or would they be totally 100% independent?

View 5 Replies View Related

Fedora Networking :: Access A Virtual Box Installed Fedora System?

Aug 1, 2010

How does one access a Virtual Box installed Fedora system? I'd like to be able to ssh into this system (locally) but I've no idea how to do this. There is an ip address of 10.0.2.15. Ping doesn't work (ping 10.0.2.15). Should I just go ahead and assign a 192. address to this box before I go any further? It would seem that at this point the system isn't actually a part of my local network and I don't imagine it would be unless it has a 192 address.

View 3 Replies View Related

Fedora Networking :: Block Virtual Machines Access To Server

Nov 10, 2009

in my network, users has total access to their PCs, so theres a problem to filter (URL, ports,etc.) their virtual machines installed (they can assign self any IP, e.g.)

Id thought about use the MAC prefix in VMware VMs (00:0c:29:*), but i can only found a way through DHCP, and this isn't a good solution (they can assign a static IP to workaround...)

It will be better using firewall (iptables), but I don't found the way to add rules based in MACs with wildcards.

View 2 Replies View Related

Fedora :: Access Shared Folders In Virtual Box (Host OS Is Windows7 And Guest OS)

Apr 15, 2011

I am trying to access shared folders in Virtual Box with Host OS being Windows7 and Guest OS is Fedora. Did anyone face a similar problem? I have been going through many solutions but none of them worked out. I am able to keep the required folders in Shared Folders making them Auto-Mount and Permanent. I tried to install Guest Additions from Devices, but I am not sure how to install the Guest-Additions software in Fedora. how to proceed so that I can access files in my shared folder.

View 1 Replies View Related

Fedora :: Unable To Use Virtual Machine Manager On F11

Jul 13, 2009

I tried to yum install libvirt but it says it is the latest.I have also checked that i have the latest qemu-kvm virt-manager virt-viewer python-virtinst.I understand that the error msg says that it is unable to find that certain file, libvirt-sock, and i dun think i have it either.

View 3 Replies View Related

Fedora :: Run Several Terminals In F15?

Aug 18, 2011

I firstly open one terminal. Then I try to open another terminal window through application list, but the terminal I opened beforehand turns up. I can open several terminals at the same time in Ubuntu, how can I realize the same function in Fedora?

View 5 Replies View Related

Fedora :: Can't Start Two Terminals In F15?

Jul 25, 2011

In my new install of F15, I can: Activities -> Applications -> Terminal to start a terminal. I am unable to start a second terminal if the first is still running. I don't have any problems creating as many terminals as I like with F10. How do I create more than one terminal in F15?

View 5 Replies View Related

Fedora :: Terminals Opening In ~/Documents Instead Of ~

Aug 25, 2011

Graphical terms and xterm start up in ~/Documents. Konsole starts at ~ (as expected). I know I'm missing something (probably long forgotten) but I can't seem to find where the Documents is coming from in the other terms. I thought xterm ALWAYS started in the user home. Is it a bash thing? I have a ~/.bashrc with

[Code]....

View 3 Replies View Related

Fedora Networking :: Fedora 10 Unable To Access To Windows Share Folders On LAN

Jan 8, 2009

I am using F10 desktop edition, all the computers using windows are able to access the shared folders over lan except me using F10. I have tried many things with smb but still unable to connect.I am new to linux so i dont khow much of its technicalities.kindly suggest how can i be able to access the shared documents ..

View 1 Replies View Related

Fedora Networking :: Unable To Access Fedora 10 Shared Folder From Windows

Aug 17, 2009

Linux OS : Fedora 10 (No graphical mode)Windows OS : XP and Windows Server NT...I am able to access from my windows to linux using following step//fedora10 ip username of admin and password...I am able to view the admin and shared printer of fedora 10.When i try to enter in the admin folder i am not able to access it. It is giving error "Access is denied".

View 6 Replies View Related

Fedora :: Unable To Access Fedora From Grub Command Line?

Feb 9, 2011

i recently did some changes to my hard disk partitonand now linux is in hd0,6when i booted my pc,i got the grub commmand line interfaceso,I think that i need to edit grub.conf in fedora 14then at cmd i did this:

grub> root (hd0,6)
grub> kernel (hd0,6)/vmlinuz
file not found

[code]....

View 4 Replies View Related

Fedora :: Unable To Access RPM Fusion?

Feb 5, 2010

after adding the rpm fusion repository and issuing "yum update", it responds with:

Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorl...a-11&arch=i386 error

[Code]....

how to get my linux-based machine to retrieve this mirrorlist?!

View 2 Replies View Related

Fedora :: 12 - Unable To Access Repositories ?

Feb 12, 2010

I just did a clean install of Fedora 12 on a system running Fedora 11.

I'm behind a proxy, and I followed the steps outlined at [url] to fix the initial repository error.

This is what I get now:

Code:

My /etc/hosts.conf looks like this

Code:

Also,

Code:

View 9 Replies View Related

Fedora Security :: Resume From Hibernate - Terminals Still Logged In?

Mar 12, 2010

I am pretty new to Linux, but this can't be the way the system is supposed to operate.

Fedora 12
KDE 4.4
kernel 2.6.32.9-70.fc12.i686
Toshiba satellite L305D

As of updating KDE to 4.4 and a kernel update from two weekends ago hibernate/resume works perfectly. The problem is I feel that all terminals should be locked/logged out automatically upon suspend/hibernate. Through bug reporting at KDE found that an additional setting is required in KDE to lock the desktop before suspend/hibernate. But any of my other terminals that are logged in remain logged in upon resume. Is there an additional setting that I have to flip to secure the terminals? Would this be considered a security hole? Is there anything short of me manually logging out that I can do to automate locking/logging my terminals?

View 1 Replies View Related

Fedora Networking :: Unable To Access The Login

May 27, 2009

I installed fedora 10 and shut it down after failing to have ..... run to it. later when I turned on the computer after loading 100% a black screen comes up and i cannot access any further. How can I solve the problem without reinstalling the OS.

View 2 Replies View Related







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