Ubuntu Servers :: Display IP After Boot Before Login?
Nov 26, 2010
I use ubuntu server as a virtualbox instance, bridged networking enabled. if the server would display the IP with which I can connect to it after boot. In that way I don't have to login as root and run ifconfig.
View 2 Replies
ADVERTISEMENT
Jun 7, 2011
I just performed a fresh install of 11.04 Server. The installation went smoothly and as expected. As soon as I leave the BIOS and Ubuntu boots, however, I lose my display (my monitor says "Cannot display this video mode"). I am able to ssh into the machine just fine, so I know it is booting up fine; I just don't have a local console.
Other threads related to this topic suggest adding something like "vga=771" to the boot options in grub/menu.lst, but I don't see that file anywhere in my 11.04 server install. Where can I configure display settings now?
I am using the following video card:
$ lspci -nn | grep VGA
01:04.0 VGA compatible controller [0300]: ATI Technologies Inc Rage XL [1002:4752] (rev 27)
View 3 Replies
View Related
Nov 24, 2010
how to to setup a PXE boot environment. The server contains a LUbuntu 10.10-installation the client is Ubuntu 10.10 Server (I didn't mix up those two...) So, everything is going fine; the client gets an ip-adres, and boots over PXE. The login-prompt is shown. Problem: I can't login. It seems my users are deleted (better not copied). Of course the system (client) works fine when I boot the system from it's harddrive. The only thing I can guess, there going something wrong with:
[Code]....
View 1 Replies
View Related
Jun 28, 2011
I wrote a little script that will automatically mount two Samba shares to my home directory and I was wondering if a) You guys/gals had any input as to how I could improve on this script and b) Tell me how I would go about having this script automatically execute when I log on via SSH.
Code:
#!/bin/sh
mount -t smbfs -o username=Myuser,password=Thepassword //192.168.1.102/Data1 /home/user/Data1
mount -t smbfs -o username=Myuser,password=Thepassword //192.168.1.102/Data2 /home/user/Data2
View 4 Replies
View Related
Apr 18, 2011
I have a problem regarding the ubuntu enterprise cloud. I have installed CC,CLC,SC,NC and a client and logged into thje user interface using my browser for the first time with bith username and passwd as admin and downloaded the credentials.But now as I try to login with the same username and passwd, it says that its an invalid login. I understand we have to change the password on the first login but i don't remember doing the same.
I tried recover password option and gave the user name as admin and email address as my gmail id. It says that I have to follow the instructions sent to the mail, but there is no mail sent I have done it like 5 or 6 times with different mail ids
View 7 Replies
View Related
Jul 13, 2010
I'm hosting a server with Ubuntu 10.04. I've stumbled upon a strange problem.The server seems to refuse any login attempts, either with SSH or via a TTY after a reboot. After a couple of minutes (about 10 minutes or so) I able to login. The memory usage isn't high at login nor the system load. The auth.log doesn't show any login attempt before.problem? Or does anybody have a suggestion I could try to fix this?
View 2 Replies
View Related
May 5, 2010
I recently upgraded to Ubuntu 10.04 LTS and at first, everything was just fine. This issue came about yesterday, as far as I know, while my screen was locked. The login screen now displays only half of the original login screen (left side) and the other half (right side) is an odd view of a black background with a white box in the center (see this mock up). Another note of interest is that the right side pans as I move the mouse around the screen, as if the right-side view were a second view port to the login screen without displaying it properly.
I am not able to log in whatsoever. An incorrect password results in the standard error message. A correct password results in a temporary black screen, as if to load to the desktop, but then redisplays the login screen as if I hadn't logged in at all. I'm not sure where to begin, as I cannot login to run any commands and the grub menu does not give options to start in safe mode--it just loads directly to the latest instance of Ubuntu.
View 9 Replies
View Related
May 10, 2010
I run Ubuntu on a MacBook Pro with an external monitor connected. But currently the external monitor only works with one user account. The External gets no signal and the laptop display is used on the login page. Is there any way of having the login page and possibly startup displayed on the external at all times for all accounts.
System > preferences > Display Doesn't work for me, I use NVIDIA X Server Settings
View 1 Replies
View Related
Jun 14, 2010
When I booted my computer this morning (lucid lynx 10.04, 2.6.32-21) I found that it showed me a login box, much like normal, but that the text field where I type my username was about a pixel high and disabled. So I couldn't type my username, or password, and had to resort to a tty and links to get here and ask someone for help. I can't find anything on google that looks like people having the same issue and frankly I'm not even sure what is wrong.
View 1 Replies
View Related
Jul 4, 2010
I'm running 10.04 and whenever i go to the login screen, the username and password window is on the wrong monitor. I'm also using an ATI Radeon HD 4850 if it makes any difference.
View 2 Replies
View Related
Jul 30, 2011
Ok, I've tried Unity for awhile now and I can say it lacks a couple of critical things for me. First is launchers, second is a task bar. While casually browsing the web is ok, more serious work involving several windows has become a pain.
I have a dual screen with four virtual desktops. I'm tired of searching for my windows.
Now, I've read in a few places that I just need to choose "Ubuntu-classic" whenever I boot my machine. This is fine, but for the fact that I don't have any options on my login screen... Just the login and the accessibility & power buttons at the bottom right.
How can I log in using the old gnome display manager?
View 9 Replies
View Related
Aug 27, 2010
configure SSH to display a warning banner at login
View 1 Replies
View Related
Jul 10, 2011
I think someone has been in my apartment when I'm at work and attempted to login to my computer.
Rather than searching through all the logs, is there any way for Conky to display the last 2 or 3 login attempts?
View 9 Replies
View Related
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
Dec 8, 2009
I'm trying to secure a workstation according to the DISA STIG and updated this machine from f10 to f12 to take care of a lot of kernel and openssl vulnerabilities.
I've gone into the Login Manager by running /usr/bin/kcmshell4 kdm --lang en_US as root, turned off themed greeter to enable the Dialog tab and inserted the login banner in the Greeting field. I checked the Xresources file in both /etc/kde/kdm and /etc/X11/xdm and the xlogin*greeting: field has my banner.
However when I restart the machine I am not prompted by the banner and when I select a user I am not prompted by the banner.
I'm not sure if this could be the issue but I get errors when launching kcmshell4:
Quote:
I have to sudo -s from the user with uid 1003 to root. does this need to be run from real root?
View 1 Replies
View Related
Apr 23, 2011
i installed opensuse 11.4 on my laptop (Lenovo T60, Mobility Radeon X1400). It worked fine for some weeks, the first problem that I found was that libreoffice did not work. Calc crashed immediately (screen looked "destroyed", only the panel was really visible, but the system seemed to work so I could log out without alt+ctr+del), writer had the problem after opening some menu options. Now (one week later) after start and login I could not see the panels anymore, I could start programs but those would not be displayed, I only saw the desktop. After restarting, I cannot even log in anymore, the screen looks destroyed as with libreoffice. I created a new user, this works and this is from where I write.
View 2 Replies
View Related
May 29, 2011
I need to display a message before any login on a Linux box, either locally and for remote login via SSH. How can I achieve this? "issue" and "Banner" are the two concepts I need to use to provide a message for every user before they log into the system.
View 2 Replies
View Related
Sep 1, 2009
I've been using kde environment in fedora 11 but I get the login screen gdm instead of kdm. Is there any way to change the display (login) manager from gdm to kdm.
View 3 Replies
View Related
Jan 30, 2010
When I start my system its getting booted through LAN and it showing login screen after I login it shows only black screen. Whether is may by Video adapter problem?
This problem came after I run a Perl portscan program, this script just scan all the ports from 0 to 65535 and reports which port is open and closed.
View 5 Replies
View Related
Oct 5, 2010
How would i force All connection oriented network services to display a legal warning in terms of banner before any fuctional operation by user?
View 10 Replies
View Related
May 12, 2011
I have SUSE installed and i want dvi display but i dont have any idea why X fails I tried changing xorg.conf file tried modifying it but of no use If i use both dvi and vga display comes on both the monitors but on dvi diaplay goes off at login screen after gdm comes up
View 3 Replies
View Related
Jun 3, 2011
i am having a boot problem with opensuse.i installed a theme named suse-elegant under personal settings(configure desktop)-system administration-login screen.
i had also added vbox users(i ticked vboxusers) under yast-security and users-user and group management-edit-details to make virtual box work.
i want to check that installed theme so i restarted my laptop.after the restart opensuse taking too long time to boot
note:the login theme also not working.
after the boot i restored defaults in login screen themes.it is also not working.
i don't know which cause this problem(vboxusers or login theme).i am also seeing a root user has been added in my login area.i tried opensuse failsafe also.
View 5 Replies
View Related
Mar 26, 2010
I have a rather odd problem with a machine. Up until the user logs in everything is fine, but as soon as they log in the display breaks up rendering the computer unusable. Booting from CD is ok, but the monitor is not detected.
View 4 Replies
View Related
Aug 12, 2010
Version: Ubuntu 10.04 Desktop
Problem:
When I change the resolution higher (e.g. 1920x1080),
mouse cursor disappear, until I open the terminal / Ctrl+Alt+F1 (~F6), or run other applications.
But the main problem is, every time after login, the cursor will disappear
(as I know that, before the login, the resolution is 800x600 60Hz, after login, the resolution will be adjusted according to the setting)
So, anyone know how to fix this problem?
I have searched many related posts before,
some of them told me to upgrade the driver, but it didn't help and become worse (cannot boot up, need to re-install ubuntu)
and some of them told me to modify the xorg file, it didn't help, too. (as xorg.conf doesn't exist and I have tried to create one to do the modification, but didn't help)
Any other solution?
View 5 Replies
View Related
Aug 22, 2011
I'm running Ubuntu 11.04, using an nVidia graphics card. I have my TV hooked up to my computer and acting as a second monitor, using the Twinview option with the gpu. My monitor is set as the primary display, with the TV as secondary.
The problem I'm having is that when I turn my computer on, the main display is black, and all the load up information is output to the second display. Then, when I get to the log in screen, it is also on the second display.
View 7 Replies
View Related
Dec 8, 2009
Am running OpenSuSE 11.1 / KDE 3.5 on an Acer Aspire 4730Z laptop. Garbage is displayed on the screen just before and just after the login screen. The garbage sometimes includes vestiges of the taskbar. Suspect some video buffer is not being correctly initialized.
View 1 Replies
View Related
Dec 29, 2009
This is the 2nd time this has happened. I installed 11.1 & 11.2 later. After the install I would get the login screen just fine and then when it starts running everything goes white. It is an issue with compiz and my graphics I assume. The interesting part is in opensuse 11.0 I had all compiz items not installed. When I installed 11.1 & 11.2 they reinstalled. For next time is there a way to not have these installed on the install? What I had to do was login in a different session other than Gnome. Then go into yast and remove compiz. Then logout and log back in with gnome and the white screen is gone.
View 9 Replies
View Related
Apr 16, 2010
I hope this is not a totally ridiculous question. I use putty often to remotely connect to my laptop at home. I recently learned about the Linux framebuffer, and was curious if there was a tool like putty that would let me remotely connect to my laptop but use the /dev/fb0 device for forwarding graphics. Sort of like a vnc or X11 forwarding, but instead of using X, gdm, kdm etc. we use the framebuffer.
View 2 Replies
View Related
Apr 11, 2011
I want the last login information whenever I log in through FTP.
This is possible for normal console and SSH logins by configuring in /etc/login.defs file. But I am not able to view the last login information when FTP is used.
View 5 Replies
View Related
Mar 13, 2009
I am using Debian Lenny (5.0) and I would like to know how can we display a custom text message on the XDM login screen?
View 1 Replies
View Related