Ubuntu :: Disable Password Prompt After Suspend 11.04
Aug 23, 2011
Can I disable the password prompt after I come out of suspend. I remember a setting in the last release but I can't find it in 11.04. Is this setting still there? Where can I find it?
View 4 Replies
ADVERTISEMENT
Nov 12, 2010
I click on the corresponding checkbox in users and groups but but it doesn't do anything. I also want to disable password prompts in general. Also when I try using Computer Janitor it says it could not complete and to check if other package managers are open, but none are.
View 9 Replies
View Related
Jun 10, 2010
For a local testing-only Ubuntu VM installation I want to change the password to a 4 char word. Ok, I know this is not really a protection but the Ubuntu is just for local testing purposes. It should not be discussed in detail here.
When I try to change it to such a short password a prompt appears informing my that the password is too short.
How can I disable this prompt or allow 4 char passwords?
View 1 Replies
View Related
Feb 23, 2011
I am new to using Ubuntu 10.10 that was installed by a friend of mine, but he didn't give me a password for administrator and now when I try to install VLC I am blocked by a password prompt. To make things worse I can't use F1 key, esc key, tab key, 1key (I copy and paste 1 from other pages when I need it). I am at a loss here and all I want is to change the administrator password without validating the current password first.
View 2 Replies
View Related
Jul 11, 2011
I'm managing a desktop that is several states away. The person I'm working with has no internet and the computer IQ of a twig. We're running Ubuntu 10.04 It's a Dell 230 Slim tower. Ubuntu keeps trying to suspend the machine randomly for no reason. I had him disable suspend in the BIOS because the computer was just suspending sporadically. Now he gets a popup that says "Failed to Suspend, the computer failed to suspend. The failure was reported as cannot suspend"
He is running a custom Ubuntu distro I made. I have this same distro running on dozens of other computers with no issues. I can't figure out why this is happening. Is there anyway I can completely disable anything that would make the computer suspend from the CLI? Or where are the logs that I can look at to see what may be causing this? I can SSH into his machine but nothing more.
View 2 Replies
View Related
Dec 9, 2010
How do you disable the keyring prompt in 10.04
View 1 Replies
View Related
May 8, 2010
I was looking for a way to disable the Suspend and Hibernate options from the logout menu as my laptop hangs on both and requires unplugging/battery removal to restart.
I found a few pages with instructions for older Ubuntu versions but I didn't come across anything that applied directly to 10.04 Lucid Lynx so I thought I'd post what I found worked for me on 10.04.
Open a Terminal from the Applications>Accessories>Terminal. Because the file you will be editing requires root privileges to edit, you will need to use the sudo command:
Code:
sudo gedit /usr/share/polkit-1/actions/org.freedesktop.upower.policy
Enter your password. This will then open the settings file in the text editor with the needed permissions (opening the file directly with the editor you will get an error message if you try to save the file). There are two sections in this file, the first for suspend and the second for hibernate. Near the end of each section will be a line with:
Code:
<allow_active>yes</allow_active>
Change this from Yes to No to disable. Save the changes and reboot.
Code:
<allow_active>no</allow_active>
Now the power menu will not display these options. To reverse changes just repeat the above and change from no back to yes.
View 6 Replies
View Related
Mar 11, 2011
Is it possible to disable hibernate, sleep and suspend in Ubuntu 10.10? I have found none of these to work properly on my PC.
View 3 Replies
View Related
Apr 2, 2010
Whenever I boot up my computer, Ubuntu (10.4) brings me to my desktop, then immediately displays a prompt to enter my login keyring. After some searching on the forums, it appears that this is because I set my laptop to auto-login. Am I missing something here, but what does auto-login have to do the the keyring? Why do I even need to enter that password? I understand that many Ubuntu users are picky about security, but why isn't their any option to disable this? It's almost as bad as UAC from Vista, which is one of the reasons I'm dual-booting Ubuntu in the first place. This is an annoying "problem" that has been bugging me since I first installed Ubuntu - how can I change it?
View 9 Replies
View Related
Sep 10, 2010
I configured my flash drive to be bootable using the gui startup disk creator, and it's working pretty well for me, but every time it boots, it pops up the dialog where you have two options, to use the live usb mode or to install. Is there any way to bypass that prompt and just go straight to the live usb mode?
View 4 Replies
View Related
Feb 17, 2011
How do I disable showing Usernames? I want to be prompted for BOTH un and pw. If it is necessary I could just change it so that it boots into a fullscreen terminal so that you would have to input "startx" and then username and password. Or I could just change it through gui or 3rd party software.
View 7 Replies
View Related
Nov 16, 2010
I recently upgraded from Lucid to Maverick I can't seem to disable screen lock after resume from suspend. It's a minor annoyance, but still a considerable annoyance to have to enter my password every time the computer wakes up.
I've thusfar
1 - changed screensaver preferences to not lock
2 - set the gnome_keyring_hibernate, gnome_keyring_suspend, hibernate, and suspend, values all to false in gconf-editor
3 - commented out the line LOCK_SCREEN=true in /etc/default/acpi-support
BUT am still being prompted for a password every time the computer wakes up from suspend. I'm stumped, what could I be forgetting?
View 8 Replies
View Related
Dec 18, 2009
I have a web server running on my laptop(in fact , it's a netbook). But I found it always hibernate automatically in a certain time .(In fact , I don't know what's the differences between hibernate or suspend. So I call this hibernate instead.) I am sure I have disabled the hibernate function in Power-Management from the System menu. But it still hibernates as usual.So could someone tell me how to disable it ( suspend,hibernate whatever )?
View 6 Replies
View Related
Jan 8, 2010
I would like to disable the login screen when the computer returns from suspension and hibernation, so that it will automatically log me back in. I am using Ubuntu 9.10.When I come back from suspension, for some reason, my key board does not work in the login screen and I cannot type my password.
View 9 Replies
View Related
Jan 13, 2011
I've looked quite a bit, but didn't find an answer.
I have a Thinkpad x61s which comes with a "Sierra Wireless Mini Card module".
When I start up my computer, I get prompted for a PUK / PIN.
"Unlocking SIM PUK required" (sorry, this is a direct translation of the French, might not be the exact same words in English)
With three fields to fill:
Code PUK
New PIN Code
Reenter new PIN Code.
I don't have a card in my computer, and broadband mobile is not activated in networkmanager.
Does anyone have an idea how I can disable this prompt (I don't intend to put in a SIM card before some time).
View 3 Replies
View Related
Aug 17, 2010
I'm running Fedora 12, and I need to disable the firewall from within a shell script, which rules out system-config-firewall. I tried the following:
Code:
service iptables stop
service ip6tables stop
chkconfig iptables off
chkconfig ip6tables off
but that didn't do it.
View 6 Replies
View Related
May 29, 2010
in kubuntu how can i resume from suspend without password? it annoys the crap out of me i have been looking all over and cant find anything in settings to do this
View 3 Replies
View Related
Dec 17, 2010
I've recently installed Ubuntu 10.10 on my laptop -- clean HD, no other partitions.
(It's odd, though; when I go to System -> About Ubuntu, it tells me I have version 11.04 Natty Narwhal.)
Anyhow, when switching on my laptop, a short drumming sound effect can be heard when the login prompt appears on the GUI.
There are numerous threads on the Internet explaining various methods to disable this. I have done everything as instructed in these threads to no avail, including:
1) System -> Administration -> Login Screen -> Unlock -> [enter password] -> make sure "Play login sound" is unchecked (it was already) -> Close
2) System -> Preferences -> Startup Applications -> uncheck "Gnome Login Sound" -> Close
3) System -> Preferences -> Sound -> Sound Effects -> Alert volume -> check "Mute" -> Sound theme -> No sounds -> Close
It's foolproof, really. Nevertheless, when restarting the computer, the drum sound is heard again at the login prompt.
I realize I can simply find and delete the sound files, but isn't that a bit harsh? Surely there must be a more elegant way to silence the login.
View 3 Replies
View Related
Jun 22, 2011
Is there a way to getting around not having to put in the user password everytime my Wireless connects, or Install software, etc? I changed the user role to Administrator under users from the control panel (x Windows user )
View 4 Replies
View Related
Apr 22, 2010
how to disable this prompt screen
from appearing every time I move my mouse pointer to the top left corner.This is annoying because every time i try to select 'computer' from my top placed taskbar, this prompt shows up.
View 1 Replies
View Related
May 11, 2011
My Ubuntu desktop crashed last night after I accidentally bumped into the CPU box. Right after I bumped into it, it restarted automatically ... then it ran disk integrity check, also automatically ...
The issue is that I can NOT log into it. There is no way that I could enter my password. Though I could telnet into it using my laptop (I have set up telnetd into this desktop before).
I am trying to search for similar issues in this forum but I could not find one that is really like this.I have all 5 years of work in the hard drive.
The two images below shows the issue it had done.
This is my login screen (note: whenever I click "nd-desktop", it doesn't give me prompt for password.
Uploaded with ImageShack.us
This is just the screen it gives me when I click "nd-desktop" above. Also, take note there are no usual options below that could change my preferred desktop etc.
Uploaded with ImageShack.us
View 9 Replies
View Related
Apr 19, 2010
I'm writing a script which will log into a list of servers if they have public/private keypairs set up. If a server doesn't, I want the script to move on to the next server rather than wait at a password prompt.I'm using OpenSSH version 5.1p1 Debian-5, OpenSSL 0.9.8g 19 Oct 2007 on both client and server.I'm using this command: Code: ssh root "at" "IP" -o PasswordAuthentication=no KbdInteractiveAuthentication=no I had to write "at" instead of the symbol, as I'm not allowed to "post URLs to other sites after you have made 15 posts or more."This works for most servers, but not all (on some of them the script halts at a password prompt). I suspect those servers may run an older version of SSH which doesn't support the options I'm providing
View 3 Replies
View Related
Jun 22, 2011
how do i disable the screen lock after i wake my computer from suspend? i would prefer to be able to just wake the computer up and have it go right to the desktop, without having to enter a password. i used to use ubuntu until today, and i remember having to run "gconf-editor" and then switching off on "lock_on_suspend" under apps/gnome-power-management from the menu that popped up. i tried to run "gconf-editor" in fedora 15, but that doesn't appear to exist. i've searched around and haven't been able to find an answer, so i'm wondering if anybody knows what to do?
View 3 Replies
View Related
Jan 4, 2010
presently my laptop requires a password when the screensaver has been activated(equivalent to the lock screen function). However, when I move the mouse to activate the password prompt, the screensaver freezes (all movement stops) and the password prompt is not visible. It's definitely there - if I type my password, then it brings me back to my desktop. However, if I mistype the password, or accidentally hit the mouse button so that somewhere other than the invisible password field is brought to focus, then entering the password becomes impossible, and I have to do a hard restart (ugh). I'm running an HP Pavilion dv5 laptop, with Ubuntu 9.10.
View 1 Replies
View Related
Jul 12, 2010
A while ago, I removed the Ubuntu One entry from my Startup Applications because it was annoying having to activate the keyring every time I booted up/logged on. Now, I am prompted for a password once I start Firefox (mind that it's only the first time I run Firefox after boot/login). I'm assuming it's Ubuntu One because of the sequence of events, but feel free to correct me if you think otherwise. How can I stop this?
Running standard Ubuntu 10.04.
View 2 Replies
View Related
Oct 15, 2010
I have set up my account twice in Evolution mail. Both times when I activate, no prompt for password comes up, as a result, no connection to my gmail. Supposed to prompt the first time, right?
View 2 Replies
View Related
Oct 27, 2010
i need to knw is the a way to configure the ubuntu desktop to prompt for a password when relogin after the screen is locked?
it asks for a username and password a at the login prompt if i relogin after logging out out but when i lock the scree by pressing ctrl +alt + l and try to relogin it will not ask for a password , it just let me log in automatically to the pc , i think this is a security issue cos anyone else can login to my pc without prowiding credentials
View 2 Replies
View Related
Apr 30, 2011
I was wondering if there is a way to mount a network CIFS share manually to allow it to prompt for password. I've been Googling around and found a couple options. One was to store your credentials in a file and then add the fstab entry to look at the file. I'm not particularly fond of the idea of storing my credentials in a plain text file though, even if I put file permissions on it.Is there a way to mount the share so that it prompts for credentials. The share isn't always online so I want to mount it manually.
View 6 Replies
View Related
May 14, 2010
delay the retry response from SSH (for, say, 10, 20 or 30 seconds) when a bad password is tried by a whacker? I mean, when I'm getting hit by 10 or more break-in attempts, is there some way to make SSH delay the next try from the site that's trying?I seem to remember something about this but haven't been able to find it and, so far, reading the SSH documentation hasn't been
I have DenyHosts running (that puts entries in /etc/hosts.deny after a few tries to break in) and I completely block China, Korea and a few others that are a constant annoyance with IPTABLES but I do get hit pretty much every day and would like to discourage the bastards as much as possible (the hits are a second or so apart which tells me they're automated and I figure delaying the response will discourage 'em).For example, here's the overnight entries from /var/log/messages (the "refused connect" are from /etc/hosts.deny entries generated by DenyHosts):
Code:
May 13 03:49:50 fubar sshd[30255]: refused connect from 200.49.226.12 (200.49.226.12)
May 13 03:51:27 fubar sshd[30256]: refused connect from 200.49.226.12 (200.49.226.12)
[code]....
View 12 Replies
View Related
May 31, 2010
I'm about to turn off the prompt for a keyring password at logon following these instructions. But I wonder whether I'm going to be losing anything in the way of security. To eliminate the prompt for the keyring password, am I going to miss out on anything? In other words, just what does the keyring do? If it matters, I don't use Evolution e-mail (I just use old-fashioned web mail). To my knowledge the only passwords stored on my machine are that for my wireless network and whatever website passwords my browser stores.
View 2 Replies
View Related