Ubuntu Servers :: Starting GUI Desktop In Serial Console?

Feb 23, 2011

I have installed KDE and all the software for it to run on my server through the serial console but when I go and run "startx" I get the following and KDE doesn't start running.

root@u15434060:~# startx
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-28-server x86_64 Ubuntu

[Code].....

View 1 Replies


ADVERTISEMENT

Ubuntu Servers :: Get Console Output Over A Serial - COM - Port?

May 28, 2011

Is there a way to get console output over a serial (COM) port? I have a box that I use as a NAS, DNS, DHCP and mt-daapd server, I don't have a spare monitor and it is not worth buying one just to use it once or twice a year.

I found this guide [url] but it doesn't work with Natty

View 3 Replies View Related

Ubuntu Servers :: Connect To Serial Console And Check It Remotely?

Jan 18, 2011

I am trying to connect to serial console, local one, just to verify than it works, is is possible?Well, I configure serial console

Code:

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

[code]...

It is started, now I am trying to connect to the console via minicom, is it possible from machine where the console is running?If not, how could I check it remotely?

View 4 Replies View Related

Ubuntu :: 10.04 Serial Console Is Not Up Automatically

Jun 20, 2010

I am trying to pxe boot ubuntu 10.04.When it boot up,it doesn't show up login prompt from serial console ttyS0, Why ttyS0.conf job isn't invoked automatically ? is there anything wrong with configuration?

View 1 Replies View Related

Ubuntu :: 10.04 Serial Console Is Not Up Automatically?

Jun 20, 2010

I am trying to pxe boot ubuntu 10.04

grub config:

Code:
title Linux NFS
dhcp
root (nd)
kernel /vmlinuz-2.6.34 console=ttyS0,9600 root=/dev/nfs nfsroot=192.168.1.1:/home/nfsroot ip=dhcp rw
initrd /initrd.img-2.6.34-pxenfs

[Code]....

Why ttyS0.conf job isn't invoked automatically ? is there anything wrong with configuration?

View 3 Replies View Related

Server :: No Input On Serial Console?

Oct 7, 2010

I've got a home server running ubuntu 10.0.4. It have no monitor or keyboard. So I want to access it from a serial console. (I use SSH currently but if something goes wrong, I need to be able to do something... so serial console seems a fine thing). OK, so on the server, I tell grub to output everything on ttyS0 and opened a getty on ttyS0. On the client side (Laptop running Ubuntu 10.0.4 with pl2303 USB to Serial adapter) I use Minicom.

Home server restart:I see grub menu, linux kernel messages, login prompt. But, I can't do anything:In grub or at the login prompt, no key press is recognized by the server.I've got write permission to /dev/ttyUSB0. I tried a different getty (mgetty)with no success.I stopped the getty on ttyS0 on the server. And run minicom.

From the server's minicom, if I type something, it appear on the client screen. From the client's minicom, if I type something, some garbage appear on the server screen :(One of this things for each char typed). If I short-circuit pin 2 and 3 of the client serial port, it echoed what I type. The two serial ports are connected with a nullmodem cable. (seems to be a full handshaking cable). Of course, same serial port config for both minicom, grub and getty. Hope I'm understandable enough. (English not my primary language). Can somebody help me make this *$*#! serial console working right ? I'm on it for 10 hours now with no success...

Edit : I nearly forgot to tell you I had to update the standard ubuntu kernel to 2.6.34-020634rc1-generic because there was a bug in the pl2303 driver in the stock kernel (2.6.32-25-generic) which prevented me from doing anything (even receiving).

View 8 Replies View Related

Debian :: Serial Console Blank After Boot

Aug 21, 2015

I have a dell poweredge server. In the bios, it has the option to redirect the screen to the serial port. There is also the check box "redirection after boot" which from what I understand will let me to continue to use the serial port attached to a terminal as if it was the main VGA monitor with a keyboard attached.

When I start the machine up, everything goes as expected, I see the output from the bios on my serial terminal, until debian actually starts booting. It all goes blank. If i attach a monitor i can see it is indeed booted and waiting at the debian login prompt. What should I do from here? I was under the impression that if i enabled "console redirection after boot" that the os would be none the wiser and i could continue using the serial console as the main screen as needed, but that does not seem to be the case.

View 2 Replies View Related

Fedora :: Finding A Serial Console Program?

Jan 14, 2011

i was using a serial console program (not minicom) two weeks back but took a break and have no idea what it is! man, it was awesome, too. it had a nice gui, similar to hyperterminal...and from what i think i remember it came packaged with f14.

View 4 Replies View Related

CentOS 5 Server :: Serial Console Does Not Work?

Apr 16, 2009

I configured the serial consol on centos5 as follows

# dmesg |grep tty
Kernel command line: ro root=/dev/VolGroup00/LogVol00 console=tty0 console=ttyS0,9600n8
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A[code]......

But I could not consol Centos server from my labtop (win xp) Is there missing or wrong configurations ?

View 3 Replies View Related

OpenSUSE Install :: Access Fsck Through Serial Console?

Dec 22, 2009

I am looking for a solution to administer my remote server running SUSE LINUX 10.1 (X86-64) - Kernel 2.6.16.13-4-smp. I have made changes to server and is able to see the boot process and also able to login to system through serial console.

My question, will I be able to administer the server through serial console incase if my root partition is corrupted and system has gone to maintenance shell(or root shell).

Also is there way to go directly to maintenance shell from grub(not talking about single user mode). I want to go maintenance shell where / partition is not mounted.

View 9 Replies View Related

Fedora :: Connecting Cisco Console Port - USB To Serial Converter

Dec 16, 2009

I am trying to connect to a cisco console port using the usb to serial converter. I am using minicom and I changed me setting to reflect the USB converter cable, but it isn't working. I have set my baud rate to 9600, 8 data bits and no parity. Minicom acts as if it is connected (it doesn't give any errors), but there is nothing on the screen and nothing happens when I type. Also, I use the tail command and it sees the usb connector connected when I unplug it and plug it back in.

View 10 Replies View Related

Ubuntu :: Starting A Program Via Console?

Mar 23, 2010

I would like to know if there is anyway of starting a program via console.

View 6 Replies View Related

Ubuntu :: Start Gdm Without Starting X11 On The Console?

Aug 27, 2010

for my small home server i want the machine to NOT start x11 automatically but to enable remote logins via xdmcp.The problem: xdmcp is controlled by gdm. If i disable gdm to have no x11-login-screen xdmcp does not run...Is there any way to start gdm without starting x11 on the console?

View 2 Replies View Related

Ubuntu Installation :: No GUI Interface / Keeps Starting In Console Mode

Jan 1, 2011

I recently installed ubuntu 10.10 on my Acer Aspire laptop 5745G-7671 laptop. It has an Nvidia Geforce gt 420m dedicated card, and an Intel HD integrated GPU. The problem is, I recenly installed a driver for it (because ubuntu had already found a driver in hardware management). After I did that, everytime I try to start ubuntu, I can no longer see any GUI interface.I have tried everything. I tried restarting X (which doesn't seem to work in Ubuntu 10.10, and tried holding CTRL+ALT+F7 too, but it just displays a few "[ OK ]" messages.

View 1 Replies View Related

OpenSUSE :: Starting From Console And Menu: Different Effect?

Apr 13, 2010

I have one application which seems to work well when started from command line but cannot load documents when started from menu and also the cursor has form of the clock for some time after executing the application from menu.I wonder why there is so different behavior and how to make it work well anyway.

View 9 Replies View Related

Hardware :: No Sound In Console But Fine After Starting X

Jan 14, 2011

Code:
bash-3.1# lsmod|grep snd
snd_seq_midi 10016 0
snd_emu10k1_synth 10240 0
snd_emux_synth 35840 1 snd_emu10k1_synth
snd_seq_virmidi 9216 1 snd_emux_synth
snd_seq_midi_emul 9984 1 snd_emux_synth
snd_seq_dummy 6788 0
snd_seq_oss 33408 0 .....

The module (and a few others) appear to be loading for my Audigy2 card. Sound is fine in KDE and all relevant applications. I have no sound outside of X. I've made certain that the volume is up on ALL outputs in "alsamixer" there's got to be something I'm missing. I've just checked....I connected one of the line outs from the sound card to an amplifier and used madplay to play a song in console. It worked fine. The problem seems to be that the sound is not being routed to the video card (via spdif) in console mode. This does work after I've started X as I have sound on all applications when running KDE.

View 4 Replies View Related

Networking :: Setting Up Serial Communication From Desktop Through USB Port In Terminal?

Jan 15, 2010

I am new to linux terminal programming and all but i want to set up a simple serial communication from my desktop through USB port. The actual idea to to write some data in the terminal and build a terminal program that sends the data to the usb port with a fixed baud rate. are there ready made terminal programs available for this simple communication?or atleast any Graphical tools which could help me build and design such a terminal in ubuntu 9.04?

View 8 Replies View Related

Fedora Servers :: Serial Port On Fed 12

Mar 25, 2010

Can anyone one give me some pointers please, for talking to a serial port, if I use cutecom it always returns "could not open /dev /tty0 or 1 or 3 or 4, even tried ttys0 etc

View 7 Replies View Related

Debian Configuration :: Error Starting Domain: Internal Error Process Exited While Reading Console Log Output

Sep 9, 2010

I have mounted an NFS share with ISO images on my kvm Server. If i connect such a iso to a VM (using virt-manager) for installing a operating system i get the following error on startup: Error starting domain: internal error Process exited while reading console log output: char device redirected to /dev/pts/1 qemu: could not open disk image /mnt/iso/public/Linux/Distributions/Debian/debian-504-amd64-netinst.iso: Permission denied

The problem is definitly that kvm (or qemu or libvirt-bin, i don't know) tries to set permissions (rwx owner for libvirt-qemu, --- for kvm group, --- for other) on the file, although it has read permissions. Is it possible to change this behavior?

View 1 Replies View Related

Ubuntu Servers :: Serial Ports On Client Side Ltsp Setup?

Dec 12, 2010

I have recently installed an ltsp system, client and server. Everything works except i cannot get my client side serial ports to work or register for that matter. Can anyone point me to the steps i should take to get these working.

View 1 Replies View Related

Ubuntu :: Serial MIDI - Doesn't See Any Serial Ports?

Jun 21, 2011

I have a bit of a dilemma. I'm attempting to use a microcontroller to send MIDI messages over a virtual serial port. I want to (eventually) read them with Mixxx. I'm using an FTDI chip, so I get a /dev/ttyUSB0. I've tried spikenzielabs' Serial-Midi program, but it doesn't see any serial ports. NOTEMIDI looks really old and won't compile on my 10.04 LTS machine.

View 2 Replies View Related

Ubuntu :: Smplayer Keeps Starting On Different Desktop?

Jun 8, 2010

i don't know what might be the problem but smplayer keeps starting on the second desktop no other application has shown this behavior yet but i don't know if this is just because i haven't used one that will or if it is just smplayer

View 6 Replies View Related

Ubuntu :: Starting 10.4 - Cannot See Desktop After Boot

May 23, 2011

Something happened to my ubuntu 10.4 - I can't see my desktop after boot. As a matter of fact, when I boot I see a message saying: Continue to wait; or press S to skip mounting, or M for manual recovery. I left it like that over night, this morning I found the logon box, typed my password and I got to an empty desktop.

I did a Ctrl-Alt-F1 and logged on there, I am looking at /etc.fstab and I see the first lines like this:
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation UUID=3538bcd0d-...
ext4 errors=remount-ro 0 1

I guess something is wrong right from the start, some portion of the file system is not recognized anymore (or is in the wrong place) ...

View 9 Replies View Related

General :: Windows With Putty Via USB Serial Cable To Serial Port - Output Ok, Input Isn't?

Jan 13, 2010

I am trying to get two way serial communications going between a Windows XP system and a Linux system (RHEL 5).I have /sbin/agetty -L 9600 ttyS0

in /etc/inittab. I am using a generic USB to serial adaptor on Windows (Unitek) and a null modem cable. I have putty configured for 9600 baud, 8 bits, no parity, one stop bit, no flow control.I get the login prompt from agetty in the putty window but input does not work; I see weird characters in the putty screen. I can echo output into the device from windows and see it, but

cat < /dev/ttyS0. just prints out weird characters from what I type.

View 3 Replies View Related

CentOS 5 Hardware :: NetMOS PCI 9835 Dual Serial Card - Can't Use The Serial Ports

Feb 21, 2009

On my CentOS 5.2 install I've installed a dual-port serial card based on the NetMOS 9835 chipset. I've followed the serial instructions, but everything they tell me to do is already done - see setserial outputs below. I've compared these values to the lspci output (below, NetMos card is at the bottom of the output) for the card and it appears right. Problem being, I can't use the serial ports. Oh and I did use search, and looked at every 9835-related article before posting this :)

[Code]....

View 17 Replies View Related

Debian Hardware :: How To Get Old Serial-touchscreen To Work With USB / Serial Adapter

Oct 9, 2015

I am hoping to be able to get an old serial-touchscreen to work with a usb/serial adapter. I had this touchscreen working some years ago on different hardware. I would like to hook it to the machine I am setting up as a multimedia host with mythtv among other things.

Following the instructions I left behind when I got this to work way back when does not work. See [URL] ....

This info is a work around to get the xserver to see the touchscreen. [URL] ....

I do know that the touchscreen works as I am able to get garbage on the screen as in the first part of my howto. But I have not had any success getting xorg to see it. I wish I had posted a copy of the xorg.conf at the time, but......

There is an issue with the current xserver in testing that I am hoping the next update (in unstable) will fix when it gets pushed to testing. That is that Code: Select all# X -configure fails with a segfault. So I am not able to generate the xorg.conf needed to get it to work. I was going to post a bugreport, that is when I found out there is an update in unstable, so I am waiting for it to get pushed at the moment.

Anyway I am hoping that I can link /dev/ttyUSB0 to /dev/tty0 and get it to work. I would like some kind of guess as to my chances of success before I go to all the work of getting the monitor hooked to the host.

View 1 Replies View Related

General :: Starting A Program On The Desktop From SSH In Ubuntu?

Aug 22, 2011

I'm logged into my Ubuntu 11.04 box using SSH, and I need to start a program - but it is a Windows GUI program which runs under WINE.

How can I start the program from the SSH terminal so that it opens on the desktop, and then stays open even after I log out of SSH.

View 3 Replies View Related

Debian :: Starting Desktop In 5.0.4 On PPC?

Mar 23, 2010

I have installed Debian 5.0.4 on a 600Mhz iMac G3. When booting the usual text scrolls down the screen and then the screen goes blank. Cont-Opt-F1 gives me a terminal window. X is apparently configured and running since 'startx' returns the usual something about -1 error message. I am newly returned to the terminal window after years of GUI slackitude and I am not able to get either GNOME or KDE to come up. Is there some file I should be editing (sudo nano /fixthisthing) I feel like I am swimming in the right ocean, I just haven't spotted the island yet. The learning curve on Linux is pretty steep but I have managed to make the password deal quit making me change passwords at every, single, solitary, login, so I am not a total feeb. Some hints on navigating the file system wouldn't hurt either.

View 3 Replies View Related

Software :: Connect A Serial Cable To The Serial Port?

Mar 23, 2010

We have a new machine with RedHat enterprise 5 on it. I need to connect a serial cable to the serial port and talk to another system (old alpha system) instead of using a VT connected to the alpha.Does RedHat come with anything like Keaterm/hyperterm/etc etc?

View 3 Replies View Related

Ubuntu Servers :: 10.04 Not Bringing Up Console?

Aug 7, 2011

I'm having an issue with Ubuntu 10.04 server, where it is not bringing up a console on the local machine.

The only display on the local screen (and in /var/log/boot.log) is:

Code:
fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 100725/2342912 files, 781590/9357824 blocks
init: ureadahead-other main process (595) terminated with status 4

Hitting <alt>-<f[anything]> just brings up a blank screen with a single flashing cursor, and no login prompt.

The ureadahead message sounds like the classic Windows error: "The operation could not be completed because of the following error: The operation completed successfully." So ureadahead isn't the problem.

Also... ssh works, but other services (apache, mysql, smbd, nfs-kernel-server, etc) need to be started manually.

View 2 Replies View Related







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