Ubuntu Servers :: Login With VNC Viewer And Spawn Gnome Session

Dec 1, 2010

I have just installed a version of 32 bits Lucid LTS on a server box. I would like to setup a VNC service so that I will be able to login to the server with VNC viewer and spawn a gnome-session. I ran the following command:
Code:
apt-get install ubuntu-desktop
apt-get install Xvnc xinetd

I was in front of the server and make sure that I can start a gdm locally. Then, I added Xvnc service to xinetd following the guide here: {URL] I was only using a session, and /etc/xinetd.d/Xvnc is as follow:
Code:
service Xvnc
{
type = UNLISTED
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/bin/Xvnc .....

After all, I restart gdm by "/etc/init.d/gdm restart". When I try to start a VNC connection from another machine, I can see Xvnc running successfully. But XDMCP does not run properly and I cannot see a traditional ubuntu login screen. I am sure that port 177 UDP is opening by looking at the output of "netstat -anp".

View 5 Replies


ADVERTISEMENT

Ubuntu :: Can't Spawn Telnet Session In Expect Script

Apr 22, 2010

I am moving my migration forward and am trying to get my expect scripts tested and found one that no longer works. Quite simply, it spawns a telnet session to a router.

#!/usr/bin/expect
set env(TERM) vt100
set timeout 3
set send_human {.1 .3 1 .05 2}
set timeout -1
#
spawn telnet 10.254.3.232

and that's it. The result of the script is that the command to spawn simply shows up on the screen like it is a puts command. On my older openSUSE system, it worked fine. I am running Ubuntu v9.10 desktop, and expect and its libs are patched to the latest rev, expect is 5.43.0.

View 1 Replies View Related

Software :: Using Smart Card To Login KDE / Gnome Session?

Mar 19, 2010

I've a smart card reader and a certificate (DNe). I'd like to use the certificate in the sc to login session (Opensuse 11.2 and Kubuntu 8.04).I've seen some modules (pam_pkcs11, pam_p11) but not able to configure them. Please, can any tell me what do I have to do for using my smart card to login KDE/Gnome Session?

View 2 Replies View Related

Ubuntu Servers :: 9.10 64bit Remote Session Into Gnome Desktop

Mar 14, 2010

Currently using Ubuntu9.10 Desktop 64bit. I want to remotely login into this Ubuntu pc Gnome Desktop from my office Windows PC with a separate user and one particular application assigned to this user ID.

View 3 Replies View Related

Ubuntu :: Openbox Allows Login To An Openbox Session, But GNOME/openbox Just Redirects To The Login Screen?

Jul 17, 2010

I have installed openbox on ubuntu 9.10 by this

Code:
https://help.ubuntu.com/community/Openbox
Code:

[code]....

View 1 Replies View Related

Ubuntu :: When Logged Into Gnome Desktop - Message - The GNOME Session Manager Was Unable To Read File

May 3, 2010

When i logged into a gnome desktop i got this message: "The GNOME session manager was unable to read file:'/home/(desktop name)/ICEauthority'. If this file exists it must be readable by you for GNOME to work properly. try logging in with failsafe session and removing the file." What commands do i use for that? or do i need to do something else?

View 2 Replies View Related

Ubuntu :: Run Script On GNOME Startup Without Gnome Session Manager

Nov 12, 2010

I'm currently building a ubuntu distro and would like to run a script on GNOME startup. I've read about doing it through the session manager but I have to do it through chroot so I'll need to set it up as a terminal command. Is there a way to add an item to the Session Manager from terminal or, even better, a directory where I can put the script so it will run on start?

View 1 Replies View Related

Ubuntu :: Can't Make Use Of Gnome Log File Viewer Anymore

Mar 26, 2010

I can't make use of the Gnome log file viewer anymore. Seconds after I start it, it will gray out and proceed to steadily lay claim to all my available RAM. It doesn't matter which log I choose, or if I don't choose one at all. Same thing. I have 1GB RAM, and when I took the included screencap the log viewer had taken almost 80% of it. It was at 90% before I forced a shutdown of the process. Does anyone have the slightest idea what might be causing this?

View 1 Replies View Related

Ubuntu :: Gnome-font-viewer Missing - Error ?

May 11, 2011

My gnome-font-viewer is missing. When i type it in the terminal i get the error :

Code:

But my gnome-control-center is already installed. Ive also tried to remove and reinstall it but it still makes no difference.

View 1 Replies View Related

OpenSUSE Install :: Change Default Session From Gnome To Gnome-fallback?

Sep 12, 2011

Does anyone knows how to do this for all users with one command?Or which file i have to edit to do this?

View 9 Replies View Related

Ubuntu Servers :: Restrict User Session Numbers And Allow Resuming Previous User Session?

Jun 30, 2010

I am currently in a project to set up an LTSP server with 10 thin clients. I am using Ubuntu 9.10 (Karmic).

Installing server and booting clients are working fine. Now, according to the need, I have to restrict user session numbers and allow resuming previous user session.

I have achieved to do the first one, but still could not able to setup the second one. As per requirement, if some thin can have power failure, the same session should be restored back. I am confused here, if I need to focus on saving xsessions or saving gnome sessions. I am looking for a concrete solution as I am running out of time.

View 1 Replies View Related

Ubuntu :: Can't Log Into Gnome Session In UNR 10.04

May 18, 2010

I have installed Ubuntu Netbook Remix 10.04 on my Sony Vaio netbook. I want to be able to log into a Gnome session as an alternative to UNR. The main reason for wanting to do this is to be able to add some applets to the panel which I use a lot. This is not possible in UNR, which is really irritating! However, I really like UNR otherwise, so don't want to just install standard version.

Synaptic shows that Gnome is not installed, but when I try to install it, I get this error message:
gnome: Depends: swfdec-mozilla but it is not going to be installed

I tried uninstalling Epiphany, which I sometime use instead of Firefox, but still got the error. I installed Ubuntu-Desktop, but when I select "Gnome" from the session menue at the bottom of the login page, it just logs into UNR session.

How do I install Gnome desktop so that I can log into a Gnome session?

View 3 Replies View Related

Ubuntu :: How To Extend Login Session

Jan 16, 2011

I'm running xubuntu 10.10 on an old toshiba P3 laptop and I'm very new to linux but am learning day by day. How can I either extend the login session or stop it auto logging me out as I want to leave a program running continuously. I've searched all over the web but can't find anything.

View 5 Replies View Related

Ubuntu :: Remote Login With X-session?

Mar 14, 2011

Is it possible to remote login (x -session) to a second computer( first time) from a first computer.
OS : Ubuntu 10.10

View 1 Replies View Related

Ubuntu :: Gdm Will Not Start Gnome Session?

Jul 31, 2010

I'm having issues logging into my system... After authenticating via GDM, the screen goes black with only the mouse showing and remains this way indefinitely. At first the hard disk is active to a similar degree as it was when logins were successful, but then the system (apart from being able to move the mouse) is unresponsive.

If left for long enough so that the screen goes into power-saving mode, moving the mouse brings up the unlock dialogue that you normally get if you set your computer to lock itself after a period of idleness.

I suspect some sort of file corruption, as I have not changed any settings recently. I have forced checks on all of my disks in the hope it would solve this problem. I have also tested logging in on a freshly created user account I created which gives the same result. Also, starting an xterm session from GDM works fine.

View 4 Replies View Related

Ubuntu :: How To Run Guest Session In Gnome 3

Aug 15, 2011

In Unity I can run guest session but how to run it in Gnome 3?

View 1 Replies View Related

Ubuntu :: Cannot Select Session At Login / No Desktop - What To Do?

Mar 15, 2010

Just recently I noticed that I suddenly couldn't open any folders, just getting a message in my bar saying it was opening the folder, then it'd immediately close. I also could not right click on my desktop. I removed and then reinstalled Nautilus, then reboot, but now my problem has worsened.

I can no longer select a session type at the login screen, and after logging in I just get a small terminal window in the top left of my screen while the rest is the background for the gnome login screen.

View 4 Replies View Related

Ubuntu :: Multi Session Login With X11vnc?

May 31, 2010

I'm creating a new thread based on this post by batagy:

[URL]

Quote:

So I have running x11vnc as service without any problem (running on Solaris 10 and SLES10 too). I'm using the x11vnc's inbuilt "user chooser" screen (that little black screen), these command line options:

x11vnc -inetd -unixpw -users unixpw= -display WAIT:cmd=FINDCREATEDISPLAY-Xvnc.xdmcp -env X11VNC_CREATE_GEOM=1248x900 (plus a couple of other options that are not interesting here)

My question is related to the wanted VNC screen size. By default, I set the defauls screen size to 1248x900, as can be seen above.

Currently , when a user want to personalize his/her screen size to be started, he can do it this way: when the small black authentication window is appearing first, after his username, he's entering a colon, then specify the wanted resolution in this format: geom=1600x1200.

My question: is it possible somehow to set automatically the preferred screen size, without entering this ":geom=1600x1200" string in the authentication window? I mean to set it per user, without modifying the service options. I mean, for example setting the X11VNC_CREATE_GEOM or FD_GEOM variables in the user's home ".profile" for example?

View 9 Replies View Related

Ubuntu :: Connect Via Ssh Into A Existing Gnome Session?

Jun 12, 2010

I've got two ubuntu machines and i want to connect via ssh into a existing gnome session. (or a new one if that is possible) VNC works fine(well slow and unresponsive) but when trying ssh i get problems. After som trial and error(some permissions on host, i did sudo startx and screwed up) i logged in and could start xterm. Anyway now i want to use gnome, so i wrote "gnome-session" - something i read would work but i got ALOT of errors.

Code:
gnome-session[6094]: WARNING: Unable to find provider 'nautilus' of required component 'filemanager'
** (gnome-settings-daemon:6104): WARNING **: You can only run one xsettings manager at a time; exiting
** (gnome-settings-daemon:6104): WARNING **: Unable to start xsettings manager: Could not initialize xsettings manager.

[Code]...

View 1 Replies View Related

Ubuntu :: Running A Tidy Gnome-session Over X?

Oct 13, 2010

I have both a mac and ubuntu box sitting on my desk. I work on the mac and access the ubuntu box over ssh.Often I need the point-and-click interface of the ubuntu box, at which point I run gnome-session. The problem is that the top and bottom menu bars fill the full size available to them, which can cause me problems (I use two different-sized screens and the barsget hidden), and overall it looks very messy. I would therefore like to confine the gnome-session to a window, much like you get with vnc (or parallels if you're running a virtual ubuntu session).

View 5 Replies View Related

Ubuntu Installation :: Can't Log Into Normal Gnome Session

Nov 6, 2010

I just installed 10.04.1 i386 into a friend's computer, but I can't properly log in! Every time I type the password into the login screen to start Gnome Session, it goes right back into the login screen! FAILSAFE Gnome and XTerm works, but the normal Gnome does not.


The Video Card is 01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01) (prog-if 00 [VGA controller]).

View 9 Replies View Related

Ubuntu :: Guest Session: How To Configure And Available From Login Screen

Jan 8, 2010

I like very much the Guest Session feature of Karmic, it comes very handy when someone needs to use your computer. However, it's only available if I'm already logged in, it won't show this option at login screen. Is there any way to make this possible? Also, I once tried the guest session and configured its appearance to my taste. The next time I entered, though, the default desktop reappeared. I know this happens because no setting is permanently stored for this session, so the only solution I can think of is to change the default configuration it is loaded from.

View 4 Replies View Related

Ubuntu :: Install Firefox Add-on To Guest Session At Login?

Jun 7, 2010

Adding Firefox add-ons to Guest Session?I wanted to include Add-on to Ubuntu Guest Session Firefox.Is there a proper or better way to do this? Procedure I used was as follows

1. Login to Ubuntu to a user account with sudo privileges (later sudoer account).

1. Switch to Guest Session

2. Install relevant Add-ons

3. Check what the home folder of the Guest Session is. It should be something like /tmp/guest-home.xxxxxx where xxxxxx = six random characters.

4. Switch to sudoer account

5. Open terminal and type

Code:

gksudo nautilus

[code]....

I tested this with Flashblock and it seemed to work. I also admit that since I did the thing for the first time it was not that straight forward for me, but above procedure should work. With quick Googling I was unable to find straight forward method. There is a way to install Add-ons to all users from command line using -install-global-extension but this was not what I wanted to do. I wanted the Add-on just for the temporary guest account.

View 4 Replies View Related

Ubuntu :: Changing Session Type When Login In Without Password?

Sep 26, 2010

I am unable to change session type when not requiring passord on login.

How requiring password was changed:

System/Administration/Users and Groups
Clicked on my User
Clicked "Change" next to "Password: Asked on login"
Checked the checkbox for "Don't ask for password on login"
OK'd, everything

Please try this yourself as it might be hard to understand. But the option to change session type (ie: Gnome failsafe instead of reguar Gnome) is only visable along side with the password field.

Is it possible to make the session type setting visable without requiering password on login?

View 3 Replies View Related

Ubuntu :: Guide To Guest Session On Login Screen

Oct 20, 2010

I learned how to do this on the 'net somewhere. This HowTo will help you create an account on the login screen that will log in the same guest-session seen in the user menu. The advantage of this is that it will be an easily accessible guest account, while not preserving any files or changes on logout, and a higher security model for the account. Confirmed to work on 10.04 - 10.10, but the directions are for 10.10

1. Under an existing administrator account, go to the menu entry System --> administration --> Users and Groups.

2. Click Add. you may need to provide a password at this point. Name your new user anything you would like, except guest. The account cannot be called guest, but visitor does nicely. encryption of the account is not needed. This account will be a "booster" account to guest-session.

3. On the next screen, enter a password, and make sure that you click the check box "Don't ask for password on login", Click OK to finish.

4. As an extra precaution, click Advanced settings, when back on the Users and Groups screen, and on the User Privileges tab, uncheck Monitor System Logs.

5. Exit the Users and groups menu, and then log out and into your new account.

6. Once there, make a folder called GuestManager, and in that folder, make a plain text file called Guestmanager.sh, with this code in it :

Code:
#!/bin/bash
# Launches the guest session
/usr/share/gdm/guest-session/guest-session-launch
# Logs the user when done
/usr/bin/gnome-session-save --logout

7. Save that and then right click on it, go to properties, and then go to the permissions tab. On this tab, click "allow executing file as program", and then close that window.

8. Open the menu entry System --> Preferences --> Startup Applications, and once there, turn off all the startup applications, and then click add. Fill in the name and comment as GustManager, and for the command, enter /home/visitor/GuestManager/GuestManager.sh, where visitor would be the name you picked for the account in step 2. click add, then close

9. Delete all applets and extra toolbars (might want to leave the main gnome menu), and set the background to black or something else bland, and log out. Since this account is just a "booster" none of these toolbars and such will be needed, so removing them saves memory and load time.

View 3 Replies View Related

Ubuntu :: Launch Guest Session From Login Screen?

Jun 21, 2011

i am wondering if it is possible to do this all i can find with google is idea proposals and brainstorms i know i could make a separate account and call it guest user bu that user would get to keep data/settings where as a guest session places a temporary account in the /tmp folder which combined with a ram disk for /tmp would result in some really fast performance since i use a ssd for / which would make the traditional hdd only used for /var also since /tmp would be a ram disk it would be like the guest is using a live cd with security restrictions and performance enhancements on top of this there would be no trace of the guest on my computer after shutdown

View 4 Replies View Related

General :: Login Into EGW - Your Session Could Not Be Verified ?

May 1, 2009

I have successfully hosted eGroupware on my server and I am happy to having EGW its really very handy to use for my organisation.

But I have a problem when ever I want login into EGW, on top of the login window I am still getting 'Your session could not be verified' the error. I am really not understand why this is coming even my EGW is working perfectly as per my understanding. But I am sure may be I have done a mistake either time of installation or configuration.

View 1 Replies View Related

Ubuntu :: 9.10 - Login On GNOME Or GNOME Fail Safe Mode

Mar 12, 2010

I have installed Ubuntu 9.10 on my Dell GX240. I have severe difficulty logging in. If I try to login on GNOME or GNOME fail safe mode , I just cant get in . I keep getting the login screen again. I am able to go into terminal mode. Sometimes I have to try upto 100 times to login in GNOME or failsafe mode. Once I am in everything is fine. Is there a way to do some troublshooting? Also transfer to USB sticks is very slow - sometimes as slow as 1MB per min. Is this normal with Ubuntu?

View 3 Replies View Related

Ubuntu Installation :: Dual Session Gnome Kde How To Upgrade?

Mar 19, 2010

is ther someone so gentle to tell me if the two desktops i have installed on my machine, which are the hardy heron gnome and kde are two separate identities? i need to know this as today i was offered by the update manager in kde to upgrade to the new release. i do not know if upgrading the kubuntu side, will affect and perhaps mess up the ubuntu side too. can i upgrade to the new release or have i better to wait for the next long term release of ubuntu?

View 2 Replies View Related

Ubuntu :: Enable Sound Without Being Logged Into A Gnome Session

Aug 28, 2010

I'm running a VM (headless), and sound only works when I am logged into a gnome session. Sound (from any application, including VLC running in a terminal) is stopped when I switch user. How do I prevent this from happening?

View 3 Replies View Related







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