Server :: Can't Log In Locally (keep Getting Login Prompt Over And Over) On Red Hat EL5?

Nov 19, 2010

We've set up a Red Hat Enterprise Linux 5 server and can log into it remotely just fine (with root and other users), but if I try to log in locally with a keyboard and monitor connected to the machine, I keep being returned to the login prompt. If a login is incorrect, I get an error message, but if it is correct then the screen just blanks and shows the login prompt again.While booting the only error message that comes up has to do with SNMPD, so I don't think it's related.

I read this post on the forum which seemed like a similar problem but it didn't help (I wasn't getting the "Module is unknown" message he was). I also read another post somewhere that said he was having the problem because the server was trying to use AD to authenticate, but I checked that and it's not the case with our server.From what I'm told (I didn't set up the server myself) it used to work fine, but then "something" happened one day that made it do this.

View 4 Replies


ADVERTISEMENT

Ubuntu :: When Login Via Ssh To A Server Only A $ At The Command Prompt

Aug 13, 2010

I'm getting some weird behavior when I log in via ssh to a ubuntu server. When I log in, there is only a $ at the command prompt, no user name. The arrows don't work, they just put the arrow characters in the prompt. Everything else seems to be ok. Also, when I say logged in as User, I meant a new user I just created.

View 2 Replies View Related

Ubuntu :: 10.10 Desktop Boots To Server Login Prompt?

Apr 10, 2011

After updating my system to kernel 2.6.35-28 via the update manager my system now boots to a sever tty terminal and asks to log in. Once I log in and type start x at the prompt the system will load the sign in screen and all is well. I downloaded a boot info script from here

Code:
http://bootinfoscript.sourceforge.net/
This produces a results text on the desktop

[code]....

View 6 Replies View Related

Security :: Able To Locally Login As Root With ANY Password ?

Jan 20, 2010

Found a major security hole in one of my more crucial linux servers today. (Only locally) I can use the user name "root" and any string for the password. So I can literally type "poop" as the password and the server lets me in. I know how to set root password settings for SSH and sudo, but where are settings located for local access that would allow something like this?

View 14 Replies View Related

OpenSUSE Install :: Login At The Main Login In Prompt After Boot - Just Returns Back ?

Jan 6, 2010

When I try and login at the main login in prompt after boot, it just returns me back to the prompt again.

If I login as root it's fine...OpenSuse: 11.3 Kde: Latest

View 6 Replies View Related

Fedora :: Can't Login Into The Root Account: It Returns Me Immediately To The Login Prompt?

Jan 27, 2010

I just installed Fedora 12 on a laptop. I changed the default shell on the root account to /bin/tcsh and changed the runlevel to 3 and then rebooted. Now I can't login into the root account: it returns me immediately to the login prompt and I can't see any error message (the screen is cleared).Why is this happening?Can I boot into some sort of safe mode so I can undo my changes to the /etc/inittab and /etc/passwd file?I tried booting with a Live CD with the intention of mounting the filesystem and making the changes, but the new filesystem is a LVM and it won't let me mount it (or I don't know how to mount a Logical Volume).

View 3 Replies View Related

Ubuntu Servers :: Login Directly Using Rdesktop Instead Of Logging Locally?

Jan 29, 2011

There's a way to login directly using rdesktop, instead of logging locally using the gnome session manager? Like, starting x, then typing a user and pass to login direct in a Windows server?

View 8 Replies View Related

CentOS 5 :: Installed "Server - GUI" - Got Text Mode Login Prompt

Apr 29, 2010

I installed CentOS 5.4 in a Virtualbox instance using the text mode installer. The GUI installer crashes. I chose the "Server (GUI)" option when installing the system, but upon completion of the install, I'm presented with a text mode login screen. Logging in as root drops me to a shell in text mode as I would expect.

What exactly IS "Server (GUI)?" I was thinking it would be a stripped down X11 desktop.

The main role of the Virtualbox instance is to run a server stack that we run on other CentOS machines, but I want Eclipse and perhaps just a few other GUI tools on it, without all the kitchen-sink crap that (I assume, coming from the Ubuntu world) comes with a "Desktop" install.

View 5 Replies View Related

Server :: SSH Server Can Connect Remotely But Not Locally?

Jun 14, 2011

I'm having issues with my SSH server.The server is running on a Slackware 13.37 machine, using the default SSH server software, which I believe is OpenSSH.On my Windows machine, I've tried connecting to my Slackware machine but can only do so using the external IP, not the LAN IP, instead I get a "Connection Refused" error using PuTTy. I've forwarded port 22 for both UDP and TCP packets to my Slackware machine.I don't really know what information you need so just ask me and I'll respond to the best of my abilities.

View 11 Replies View Related

Networking :: Can't Connect To Server Locally

Jun 6, 2010

I have a home server that I was able to up and till recently able to connect to externally and internally but something has changed. I can't connect through vnc, putty or ftp. if I ping the local address it can't be found. If I try to get to it using its external IP address I can get to the server and put in my user name but it wont accept my password.If I go to the server and use the password it works fine.

View 13 Replies View Related

Server :: Vsftpd: Can Connect Remotely But Not Locally?

Jan 31, 2011

I'm running vsftpd-2.2.2 on Slackware 13.1 and I'm behind a NAT with a dynamic IP. I'm using pasv_address, which makes it necessary to have a crontab that checks whether my IP has changed, and if it has, edits the conf and restarts vsfptd. It's hackish but it works. I have also enabled FTPES on the same port that normal FTP runs. I have allowed only the 5001:5003 ports and I am aware that the recommented is 50 ports. However I never had an issue with the transfers since I'm the only user and have at maximum two simultaneous transfers.

I can connect remotely with FTP and FTPES with every client I tried but I'm having issues locally. FileZilla refuses to connect on FTP and FTPES. WinSCP can connect on FTP but not FTPES. Issues are gone if I enable pasv_promiscuous, which the manpage strongly recommends not to use unless "you know what you're doing". I don't. Why is this happening? And, can I fix the local connections without resorting to pasv_promiscuous?

Here is my config and log files from a failed local attempt.

vsftpd.conf

Code:

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022

[code]....

View 3 Replies View Related

Server :: When Sent Mail For Local Users Its Delivered Locally

Sep 22, 2010

I installed sendmail in RHEL5.4 with TrendMicro Spam scan engine. The configuration like sendmail should forward all the mails to scan engine after scanning it will deliver it to the mail domains. same way all the mails coming from external servers are scanned and the delivered to local box. My problem is when i sent mail for local users its delivered locally. but when i sending mail for external like yahoo its going through scan engine. I added the smarthost in sendmail.mc file also.

View 1 Replies View Related

CentOS 5 :: Unable To Gain Access To Server Locally?

Jun 30, 2009

We have a server were we no longer seem to be able to gain access, neither locally or remotely.When we try to connect via SSH we get a "Connection Refused". We have checked that it's not our standard firewall blocking the request, so it can either be the local firewall (which we disabled when installing) or that the process isn't running.However, when we try to login locally on the machine (as root) all we get is "Login failed". We've tried restarting the machine in single user mode to change the root password, and while we can do this succesfully, it still doesn't give us access when rebooting the machine afterwards.No other users (besides the standard users created when installing) are available on the server, so we can't say if this is a problem with the root account, or with logging on in general.

View 1 Replies View Related

Debian :: No Login Prompt On Tty0?

Jan 26, 2010

After a recent kernel update, I no longer get a login prompt on the first tty after booting. I can get to one in the second tty, and on the first one after hitting Ctrl+Alt+F1 to go back.

View 4 Replies View Related

Ubuntu :: No UI Login Prompt At Startup ?

Jun 25, 2010

I don't get a UI login prompt at startup and it makes a sound. I'm using 10.04, though this did happen to me in 9.0x as well. When I press ctrl-alt-F1, I login and sudo gdm stop and do sudo startx this seems to put me at root and there is an error with the applets and the panel does not load. "Killall gnome-panel" does not fix it.

If I simply do startx (w/o going to root), it goes to a black screen and if I press ctrl-alt-F1 it repeats "No protocol specified" until I get the error message xinit: Resource file temporary unavailable (errno 11): unable to connect to Xserver.

View 1 Replies View Related

Ubuntu :: Possible To Change Login Prompt?

Dec 19, 2010

I managed to change the background by copying over a new image file to some directory. However, there is still the big boring login window. Is there any way to change that? I'd like something darker, and smaller. I copied over the image file to /usr/share/backgrounds/warty-final-ubuntu.png My image file was actually a jpeg file, but copying it over to /usr/share/backgrounds/warty-final-ubuntu.png posed no problems.

View 9 Replies View Related

Ubuntu Installation :: Not Getting New Login Prompt?

Apr 30, 2011

I am not getting the new login prompt that allows you to select classic. I still get the same login prompt i had on 10.10. How do i correct that?

View 1 Replies View Related

Ubuntu :: Change Login Prompt

Jul 6, 2011

This might be simple but i am unable to find an answer anyplace online. How do you change the terminal login prompt on a Ubuntu server?Right now when you go to log into the server it displays:<old_servername> login:

I would like it to just display login without the server name or the new server name. I am not sure how that info go in the login prompt to begin.

View 8 Replies View Related

General :: Login Prompt Does Not Load?

May 30, 2011

I dont have login prompt after loading OS , i only see mouse cursor, now i cant use my laptop.(i have the same problem in safe mode),

View 5 Replies View Related

CentOS 5 :: No Keyboard At Login Prompt?

Apr 28, 2009

i have a brand new CentOS 5.2 installation and cannot login because it does not react to any keyboard inputs.By the way ... the cursor is still blinking - so the machine is running.

View 14 Replies View Related

Networking :: Apache Server Setup Working Locally But Not From Outside Connections?

Feb 20, 2009

'm running on Ubuntu and I've succesfully setup apache alongside with a working php & mysql configuration - other computers connected to the LAN can access it by typing in my ip: 192.168.0.9however I would like my webserver to be accessible by all internet users...I've got my ports.conf file in the apache setup to listen on ports 80 and 8080 this is my ports.conf:PHP Code:

Listen 80
Listen 8080
Listen 2000

[code].....

View 5 Replies View Related

Networking :: How To Redirect Locally-generated Packets To Remote Server?

Mar 22, 2010

I'm trying to workaround a limitation in a server application. The limitation is that I can only connect to a LOCAL mysql database. I am trying to fool the server in to using a remote mysql database. I was hoping to do this by simply forwarding 3306 to another server on the same subnet.To that end I've set up iptables rules to forward all connections to port 3306 to a non-standard mysql port on a remote server. This works, except that I need to deal with the loopback interface in a special way and I'm stuck.

View 14 Replies View Related

General :: FreeNX Can Access The Session That Open Locally On The Server

Sep 24, 2009

I just tried FreeNX. I work great. I am thinking about uninstalling the vino/vnc on my machine.

However, I'd like to know if FreeNX can access the session that open locally on the server. I tried session 0 and 1, none of them can access the local session.

For default vnc, the connection will let you access the local session on the server. Can FreeNX do that?

View 2 Replies View Related

Server :: Mounting Nfs Files Locally - RPC Error - Program Not Registered

Jan 21, 2010

First of all, in whether I have interpreted this correctly: [url]

Where we want all users to be able to restore backups. This involves nfs exporting and mounting the backup directory ON THE SAME MACHINE, no...?

I have been trying to fix this all day, and can't figure out why its not working.

All my /etc/fstab /etc/exports /etc/hosts.allow /etc/hosts.deny must be correct as the file mounts (after booting, but NOT ON booting) with:

All the necessary (I think) services are starting on boot:

On bootup I receive the error:

Code:

I have other filesystems mounted from another server which all mount fine. Its just this one.

View 1 Replies View Related

Server :: Mail Server Migration - How To Deliver Locally AND Forward Mail To New Server

Jan 21, 2011

Can this be done? A company is currently running a postfix mail server. They got a new server and, while the users are migrated, they need to have the messages delivered on BOTH servers.

I thought it could be easily done in postfix: deliver locally AND forward mail to new server, but all solutions I found would deliver the messages in just ONE place.

View 1 Replies View Related

Debian :: Only Login Prompt After Nvidia-xconfig

Sep 29, 2015

Tried to install nvidia driver and package, nvidia-glx, nvidia-kernel-dkms and nvidia-settings installed.

When trying to install nvidia-xconfig i have: error, not found.

Now I have only login prompt, no GUI, have tried to search, but have no clue.

View 10 Replies View Related

Fedora :: Include A Profile Pic Within The GUI Login Prompt For 11?

Nov 8, 2009

Is there a way to include a profile pic within the GUI login prompt for Fedora 11?

I have the profile pic set in the "About Me" configuration page, and this will show up in my toolbar in the upper right hand corner, but when I log out and go to select my login name from the list of users within the login prompt, I don't see my pic, just the generic user picture.

Is there a way to set this? I have multiple users using this machine. It would be nice if they can just visually scan for their picture to login with.

View 8 Replies View Related

Fedora :: Automatic Login Without Password Prompt ?

Jun 19, 2010

I made my Fedora 13 box boot up automatically by adding the following to /etc/gdm/custom.conf

Code:

However, when it boots up it prompts me for my password so it can connect to my wireless network (I think it said something about not getting my user password at login). Is there anyway I can get it to remember this?

I would like to make this automatic because this will be a remote box that I will use as a file server, but it wont be turned on all the time. So I'll turn it on when I need it, but I'll need to connect to it remotely, so obviously it needs to be on the network.

View 4 Replies View Related

OpenSUSE :: Virtual Keyboard Cannot Be Used At The Login Prompt

Oct 30, 2010

Status: openSUSE 11.3; Fujitsu Tablet ST4110.I've managed to install successfully openSUSE 11.3 on my old Fujitsu Tablet 11.3. nomodeset needs to be used at GRUB boot. Now, at the login, when I click Others, and prompted to type a username, when I clicked on the virtual keyboard at the bottom right corner of my screen, the I-beam icon looses focus from the entry box, and each character pressed on the virtual keyboard does not appear on the entry box. When I try to click on the entry box, focus cannot be returned to the entry (ie. the I-beam icon does not flash at the entry box).

View 7 Replies View Related

Ubuntu :: Screen Gets Garbled At Login Prompt?

Feb 26, 2010

I had received ununtu HH CD, which I loaded few times in few machine without problem (CD is ok). But in a perticular machine ubuntu HH, makes the screen garbled during installation and after installation at login prompt, but screen is just OK before the login prompt. This is happening in one machine and when i tried to load ubuntu 9 and fedora core in this machine, all goes fine (installation and use) means machine is reasonably ok. As I load edubuntu on HH, hence this ubuntu loading is important for me.

View 1 Replies View Related







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