Ubuntu :: Auto-logout On - Enter ?
Mar 9, 2010
Soon after I installed synergy and set up conky and devilspie, I started having problems with the machine loging out automatically.
As soon as I turn the computer on, it auto-logs in, and when I press enter (it seems it works for anything) the machine logs out. After logging back in it's fine however.
/var/log/syslog output:
Code:
(Of course there was log more output, but this is the only thing that seems related. Everything else is about "named" and "dnsmasq")
View 3 Replies
ADVERTISEMENT
Feb 10, 2011
I'm trying to get a script that will auto logout user at a certain time of day.I have look all over the web. All I have found in my hunting is a script that will auto logout user after "x" amount of idle time.
View 1 Replies
View Related
Aug 25, 2009
How doI change the time interval for auto-logout in gnome? Changing the TMOUT environmental variable only works for bash shell.
View 1 Replies
View Related
Jan 6, 2010
I'm wondering how to let him logout automatically from server when the user is in idle for a long time after login.
View 1 Replies
View Related
Apr 28, 2011
Where has the possibility to auto-save session on logout gone in 11.04? Or even just save a session at any point?It has been filed as a bug on URL... but I fear it has been (re)moved on purpose..
View 9 Replies
View Related
Jun 16, 2011
I am looking for a way to disable the auto tpye when you enter something into the search box it lists a bunch of selections. How do i disable or turn it off
View 6 Replies
View Related
Oct 17, 2010
As a normal user I have activated the functions of the Quit applet, i.e. Logout, Shutdown and Restart are active buttons. I am able to restart or shutdown, no problems. But when I use the Logout button I don't get logged out, just returned to the login shell & I am still logged in as my user. I don't have a display manager installed and I do NOT want to use a display manager such as XDM or GDM. How do I get the Logout button to actually logout the user? It appears I am only getting logged out of the x-session, but I want complete logout.
View 6 Replies
View Related
Jan 12, 2011
I am pasting sudo commands without problems as a user (ales in my case) and then immediately the ask the user password.
The keyboard seems to be dead, no keys work, not allowing me to enter the password.
View 6 Replies
View Related
Jun 11, 2010
Succeeded in connecting to internet using my wll phone. I can now connect using 'wvdial' command in root terminal. But I want to connect through terminal. I tried 'sudo wvdial' command. Then I am asked for my password. But I cannot type my password there. When I type, nothing appears on the terminal window. Ofcourse there's no problem with my keyboard.
View 5 Replies
View Related
Jan 6, 2011
I recently installed 32bit maverick and wanted to make it login automatically. I tried enabling auto login from Admin > Login but that didnt work and I was still prompted for my password. Then I went to Users & Groups and changed the password option to Do Not ask for password at login now after I reboot, the user list is shown (only 1 user) and it doesnt ask for password after I click on my username.
However, then it gives a few errors (as i vaguely recall):
1. cannot load .ICE directory in my home directory
2. some error 256 about a gconf-sanity-2 file
3. nautilus cannot load my home directory etc
and then it gets stuck without loading anything (blank wallpaper). i ve tried navigating to my home directory using Alt F2, gksudo nautilus and my home dir contents are encrypted by the ecryptfs (there is a readme.txt file and a shortcut). i have tried to decrypt but it doesnt work... i ve also tried to start/stop gdm, and startx but nothing works. if i stop gdm, then the prompt doesnt recognize my password and keeps on rejecting the commands i enter... I think this has something to do with the home dir not being decrypted due to the dont ask for paswd option... how can i disable the dont ask for pwd without the gui (i can access my / by booting through an external usb).
View 4 Replies
View Related
Mar 16, 2010
I would like to exec a script whenever a user mount a device. The device could be an internal device (for example a partition on a second hard disk) or a removable one (for example a usb hard disk). The script must have sudo capabilities even if the user is not included in the admin group. Is it possible?
The specific question:
I would like to add acl option to a device whenever it is mounted.
I tried fstab but it's changing the behaviour of nautilus see:
[URL]... so I would like to create a script with the command
Code:
sudo mount -o remount,acl /media/data
and auto execute it any time data is mounted.
View 1 Replies
View Related
Feb 20, 2010
Does anyone know if there's a way to make nano support auto-complete and auto-bracket closing?
View 1 Replies
View Related
Apr 22, 2011
I code primarily in jQuery/JavaScript, and I'm looking for a text editor for Linux that has auto-indent and auto-outdent (seems to be tough to find that). Any suggestions? I've checked Gedit, Cream, vim, Bluefish.None of them seem to have this feature.
View 2 Replies
View Related
Feb 3, 2011
I have noticed that a common issue to several distros is the fact that the networking subsystem doesn't automatically detect the link if an ethernet connection is disconnected and then re-connected to the NIC after boot. If the ethernet cable is connected after the system is up and running, nothing happens - ethtool eth0 shows link detected: no, and you have to restart the network service to let the NIC know that there is in fact a link, and actually connect. I have a Fedora14 (KDE) box with a brand new Asus motherboard with embedded NIC. Everything works great except the auto-detect of a freshly connected ethernet connection if the link is down to begin with.
Am I missing a ethernet link sentinel utility or something, or is this just the way linux works? I have done plenty of research on plenty of posts, and it seems this is a common problem, with no solution other than manually or programatically restarting the network service in a script to detect the link after a disconnect.
View 3 Replies
View Related
Jun 3, 2010
I press On-button, Debian boots, logs in and automatically connects to the Wireless network AND! to my local pc via LAN. It runs an ssh server, so I can ssh into debian over internet and communicate with the local pc (send a magic packet).Here are my problems:
1) I don't how to log in automatically. This and this doesn't work.
2) I need a network tool that can manage multiple connections and has a reconnect feature. With the default network manager I cannot even connect to more than one network simultaneously although I have two network devices of course.
And I guess I can run all that in console mode, right?
View 10 Replies
View Related
Jul 23, 2010
I recently installed a server with Software RAID. I tested by powering it down, unplugging one drive and powering it up. Magically, it worked!I found out later that I have to manually add individual devices like md1 to sda2 md2 to sda4. I got all of them added and rebuilt but my question is: Is there a way to make it so that if I "removed" a drive and put it back, the system will senses the new drive and rebuilds based on some internal table?
View 1 Replies
View Related
Jun 23, 2010
Since the OpenOffice quickstarter effectively disables the shutdown and hibernate buttons under Lucid, I put a command into my .logout to kill the quickstarter:
Code:
kill `ps aux | awk '/soffice.bin/ && (/quickstart/ || /splash-pipe/) {print $2}'`
This works fine if I execute it manually, but in the .logout file it seems to have no effect.
View 2 Replies
View Related
May 12, 2010
I am using Lucid and am having a problem logging out of a ssh -X connection after I had forwarded an X window during it. I don't know if this is the proper place to be posting such a problem but I can think of nowhere else. Please feel free to redirect me elsewhere.At google's suggestion, I tried redirecting the pipes but that didn't help. I am not sure this helps but I did a verbose output of an example ssh session. I login, open a window, close it without doing anything, and then attempt to logout. It hangs which forces me to use ^c on it.
View 9 Replies
View Related
May 28, 2010
My partner and I share the computer, so we are normally both logged in.
When we come to turn the computer off, one of us will log out then the other shuts down (to have a clean shutdown), but when either one of us uses 'Logout' the system just freezes, no response, nothing, have to turn the machine off via power button.
We can 'switch user' fine, and everything else appears ok but log out fails, I did try reporting a bug on this, but seems to have got taken over with people with dual screens / SLI cards, taking it over and its not the same thing.
I get the 'impression' its a graphics driver issue, I'm using the 'recommended' Nvidia driver (am at work and can't remember which version sorry).
View 9 Replies
View Related
Jan 12, 2011
If I try to logout or switch user, I end up with a black screen and a blinking cursor. I can type and the letters show up on the screen but don't do anything. I can do Ctrl-Alt-F1 and then "sudo service kdm restart", but I'd rather fix the underlying problem..Google gives several pages with similar problems but they all seem pretty old (2007), and they don't seem to apply to 10.10.
View 8 Replies
View Related
Jan 20, 2011
How do I prevent ubuntu from killing my server daemons on user logout. I have the user irc which I run Unrealircd on but unfortunately I have to be logged into that user in terminal to keep it running, the moment i exit it loses connection in xchat.
View 9 Replies
View Related
Mar 12, 2011
Dell Latitude D610 Laptop on a docking station running Ubuntu 10.04 Have 2 monitors, monitor 1 using DVI, monitor 2 using VGA. Extended desktop working as intended out of the box...was not successful getting the ATI Catalyst Control Center to work, but no big deal.The big deal is, when I log out, my screen on the DVI monitor scrambles, and you cannot see the login prompt at all. I get the little drumbeat SFX, and attempt to press enter and blindly enter password, but no login. The VGA monitor remains blank
View 1 Replies
View Related
Mar 15, 2011
I am logged in as a new user and the desktop is logging out.So how do I keep it up all the time?
View 5 Replies
View Related
Jul 21, 2011
I'm trying to make a sh script that will kill a program on logout. The issue is, all I know how to do with launching an sh file is making it run on login.
View 4 Replies
View Related
Jan 19, 2010
I have a fresh install of kubuntu 9.10 which only seems to play the start up and shut down noise. Audio from games, flash videos, and other sources do not appear to work.
I've been searching around, and while there seem to be a few threads on this topic, none have solutions. Where should I begin?
View 1 Replies
View Related
Jun 14, 2010
Running Ubuntu 10.04 AMD64 and Compiz with cube enabled. I have a BTC 5100 PS/2 mini keyboard, and if keyboard layout is set to USA it works fine. Keyboard model is set to "Generic 105-key (Intl) PC" and I don't see an entry for BTC 5100.
But every time I logout or reboot, the system adds an entry for "USA International (with dead keys)" below the entry for "USA" in the keyboard layouts tab and then I lose keys like the apostrophe key. I have no idea where these setting are kept. I've checked .gconf/desktop/gnome/peripherals/keyboard/kbd/%gconf.xml, but see no change when I blow the second keyboard layout away.
View 1 Replies
View Related
Jul 12, 2010
I added a Netspeed applet to my top panel. It screwed up my Me Menu and Logout menu, so I removed it, rebooted. However after the reboot my menu's are still screwed up. See the attached screen shot. The Me Menu works however if I click where the logout menu is supposed to be I don't get anything.
View 9 Replies
View Related
Sep 6, 2010
I am having trouble getting my logout sound to play. All my sounds work, the window sounds work, as well as the login, but I cannot get my logout sound to play. I have looked at https://bugs.launchpad.net/ubuntu/+s...io/+bug/214370, tried many of the solutions(ex. installing esound package) there, but to no avail. could pulseaudio be the problem? could it be just some code in a file? Has anyone figured this out?
View 1 Replies
View Related
Sep 8, 2010
Every time me or another user uses the "log out" option were faced with a black screen that does not go away, unless the computer is restarted. i've left it for an hour thinking it might have just slowed down or something but that was a no go, and it happens each time you try to use it. the strange thing is if the black screen is up programs still run. i have a media server running most of the time and i have no problem accessing it while the black screen is showing.
Another problem im having is that sometimes when a user logs in they have no sound. the sound icon is showing that no sound is installed, but when another user logs in there is no problem and sound works fine.
Lastly i dont know if this is a feature or a problem. the first user to log in will always have control over the network connection. for example if my mother logs in first the icon to switch connections will show up on the top of her screen and she has full access to what connections she wants to use, also her account is just a basic user account. now when i log in i wont have the network icon on the top of my screen, and my account is the main admin account.
View 3 Replies
View Related
Oct 2, 2010
How do you change the login and logout sound. Replacing the files in /usr/share/sounds/ubuntu/stereo doesn't work.
View 4 Replies
View Related