Multimedia :: Debian Asks For My Gnome-keyring Password / Kill This Behavior?

Mar 13, 2011

I am running Debian testing with XFCE and have been trying various GTK email clients looking for something I like. So far I like Balsa but everytime I start the program, Debian asks for my gnome-keyring password. How do I kill this behavior?

View 2 Replies


ADVERTISEMENT

Debian Multimedia :: Remote Desktop Asks For Keyring Password?

Apr 29, 2011

I've setup Debian 6 on a PC and allowed remote desktop to it.

I'm having an issue that everytime I remote desktop to it via VNC it ask for the default keyring password, but how am I supposed to enter this if I'm not by the computer that I'm trying to remotly access? Can gnome keying be disabbled altogether? Never had this issue with Debian 5.

View 1 Replies View Related

Ubuntu :: Evolution Asks For Old Password - Login Keyring?

May 2, 2010

I found much of the info is out of date. I installed Lucid - my /home was on a separate partition so I did not format it to keep the original settings and mail. When trying to send/receive mail, Evolution now asks for the old login password from the previous install to open the mail keyring. "The password you use to login no longer matches that of your login keyring" There is a box to enter the old PW.

SOLUTION:
-Go to Applications-Accessories-Passwords and Encryption Keys
-Right click on Passwords:login
-Select Change Password
-Type your old login password in the "Old Password" field
-Type your new password in both the Password: and Confirm: fields.
-Click OK
-REBOOT

Evolution will now use your new login password to access the keyring.

View 2 Replies View Related

Debian :: Gnome 7.8 Asks For Root Password When Trying To Do Software Updates

Apr 10, 2015

When I try to do software updates in Debian Gnome 7.8 it asks for my root password. I try my usual login password but it does not work. I don't recall setting two different passwords when I installed Debian. What can I do now?

View 14 Replies View Related

Ubuntu Security :: Pc Asks For Password To Unlock Keyring Once It Shows Desktop?

Mar 9, 2011

After installing ubuntu 10.10 on pc i had it running fine for roughly 2 weeks. i have selected automatic login so i do not need to mess about logging in etc, but recently my pc asks for my password to unlock keyring once it shows my desktop.

View 2 Replies View Related

OpenSUSE Install :: Window Named Login Keyring Appears Asks Root Password Everytime When Login

Jun 13, 2011

when i login to openSUSE a window named login keyring appears and it asks me root password. it happens everytime when i login. how to fix this problem?

View 9 Replies View Related

OpenSUSE :: Cannot Use Evolution Because Of Keyring Password In Gnome

Jun 13, 2011

I cannot log on to my server because of the pop up window that asks for a password to unlock the keyring. I have tried to just hit cancel

View 5 Replies View Related

General :: Store Svn Password In Gnome-keyring?

Jul 19, 2011

I want to store my svn password in the gnome-keyring so it is encrypted and 'secure'. I made the necessary changes to ~/.subversion/config, but even after running a few svn commands, I do not see an entry for SVN in the keyring.

What else do I need to do to get SVN using gnome-keyring? I will also be using this with git-svn.

View 2 Replies View Related

General :: Is Epiphany Only Browser For Gnome Supporting Password Storage In Keyring?

Jul 16, 2011

Is Epiphany the only browser for Gnome supporting password storage in keyring?Firefox and Chromium both seem to store login credentials in own storage thus limiting interoperability.

View 2 Replies View Related

Ubuntu :: Debian Live Usb Asks For Login Name And Password

Nov 21, 2010

I seem to remember there is a section for questions about other distros but I can't find it anymore. I have made a live usb from a Debian testing live image (.img) using the dd command. It all worked well and it booted flawlessly. But then when it booted into the Debian screen it asked for my user name and password. I never set any user name and password so of course I couldn't log in.

View 5 Replies View Related

Debian Configuration :: Wicd Asks For Password To Access Network Cards?

Feb 1, 2010

I've been using wicd (1.6.2.1 was the latest version on my desktop computer, maybe it got updated) without any problems for a long time. This morning after switching the thing on to read the morning news with a nice hot cup of coffee I got a number of funny Gui system messages: Wicd needs to access your computer's network cards. Password

View 12 Replies View Related

Debian Multimedia :: Password Prompt Locks All App-switching In Gnome

May 5, 2015

I often need to login into various accounts. In Debian 7 I always was able to copy and paste passwords from text files if I was asked for an input, but now the textfield for password input locks the whole system and I can't do anything else before I have supplied the password. Is there any way of restoring the old behaviour to make password input forms (like the request for GPG key passwords in Evolution) just being an addintional app-window instead of an input request, that locks everything else? I want to be able to open the proper file with the login data when prompted for it.

I know I could theoretically solve this issue by using a general system wide main key which would supply all individual login data, but I want to memorize some often needed phrases by actually typing them when I need them. I just want the possibility to open text files for copy and paste when I'm prompted for a password if this is something I don't even want to remember.

View 0 Replies View Related

Debian Multimedia :: Password Rejected When App Launched Via Gnome Menu

Jul 26, 2015

I use Debian Jessie with Gnome.

I have installed Timeshift. Administrative password is requested when I click Timeshift icon in Gnome menu. I enter the password (or paste it to be sure) but it always returns with "incorrect password, please try agian" message. I am sure that I type my password correctly.

I looked at the icon's properties. It runs "timeshift-launcher". I changed it as "gksudo timeshift" or "sudo timeshift" or "gksu timeshift", enabled "Launch in terminal", disabled, but nothing changed. Always same password request window appears and it rejects my password.

However when I run "sudo timeshift" or "gksudo timeshift" command in Terminal it accepts my password and runs.

When I run for example Synaptics via Gnome Menu, password request window is with black background and it accepts my password. However when I run Timeshift, password request window is with gray background and it rejects.

Root password was not defined in my system during installation and I am the only user. I run administrative commands via sudo without any problem.

View 3 Replies View Related

Debian Multimedia :: Debian + XFCE Dual Monitor Behavior?

Feb 18, 2010

Just got a pretty fresh install of Debian/XFCE. Both monitors work out of the box on my 8400GS. I was unable to find an option to change it so I can span is as 1 work space instead of having them mirrored.

View 2 Replies View Related

Server :: Running A Command On A Remote Server Asks For Password (debian)

Jul 8, 2011

I am not seeing what i am doing wrong here, but here goes:

From my server I need to run a command for backup on 25 remote servers (through a script). Now I have pushed the public keys for remote ssh connectivity on all of them and it works ( I can push files using rsync without the need to enter passwords on the remote servers), howver, I need to run the following command:

ssh odsadmin@10.139.111.1 'cp -a /var/www/life /var/www/life-v4'

when I run this command, I keep getting asked to enter the password, I even tried putting sudo in front of the cp, but still get the request to enter the password.

View 9 Replies View Related

Ubuntu :: Get A Message That Ur Login Keyring Password And User Password Do Not Match

May 4, 2011

i changed my password and whenever i log in i get a message that ur login keyring password and user password do not match, so how do i change my login keyring password!!

View 1 Replies View Related

Ubuntu Security :: Change Keyring Password To Match Login Password

Jun 14, 2011

everytime i try to vnc to my box, it pops up the keyring authentication, which is obviously a huge problem when logging in remotely.how do i change my keyring password to match my login password?

View 4 Replies View Related

Ubuntu :: How To Change Keyring Password To Match Login Password?

Jul 25, 2011

I have a brand new install.I was doing some housekeeping and made a more sure password.Something went wonky and I got locked out.So I booted to root and changed the password.I'm back in the box now.But, my keyring password no longer matches my user password.So every time I want to do something I am asked for my old password.How do I change my keyring password to match my login password?

View 3 Replies View Related

Ubuntu :: Log On Always Asks For Password?

Jun 24, 2010

When I log on ubuntu always asks for password. And says login keyring did not get unlocked. Is there any way around this ?

View 4 Replies View Related

Ubuntu :: Why GMOUNT.ISO Asks For Password?

Feb 13, 2010

Anyone know why GMOUNT.ISO asks for a password? It asks a regular user for the root password.Is there a way to disable this?

View 4 Replies View Related

General :: Asks For Password When None Was Given On Install?

Aug 22, 2010

Installed mint 8 persistent on 16 gb usb with linux live installer. Everything worked fine, even the os and software updates (the first time I had a usb install that had everything work, boot up, wifi, persistence to name a few) I booted It up twice before, the night before I updated os and the software and tried to find a program to rip cd's. this morning I booted it up and It asked for a user name and password. I always use the same user name & password. Now It won't let me in. Do you think It has anything to do with the os update.

View 2 Replies View Related

Ubuntu :: Synaptic Asks For Root Password?

Nov 7, 2010

I can't use synaptic. Starting it from the gui appears to make it ask for the root password (of which there is none!). If i sudo synaptic, it starts fine with the appropriate privileges.

I ran into this problem first when I used rhythmbox for the first time. It needed to install plugins for my mp3s, but I can't authenticate into synaptic. The dialogue asks for "Password for root:", where I think it should ask for "Password for $USER:"

Why is this, and what can I do about it.

PS, This is a fresh install of 10.10. When transferring my old userfiles over from my old Karmic install I had to userdel the user I used when installing, and then create another user with the same name and details. The reasons for this escape me at the moment, and no doubt were entirely of my own making, but that's what happened. Has this got something to do with it?

View 8 Replies View Related

Ubuntu :: Icq Protocol In Kopete Asks For Password But Its Right?

Nov 21, 2010

ICQ in Kopete asks for a password but its right.

I tested it with icq2go.

Output :

Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QStr ing,QString,QString)
kopete(2625)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/home/daniel/.kde/share/apps/kabc"
Calling appendChild() on a null node does nothing.

[Code].....

View 3 Replies View Related

General :: Nm-applet Asks To Enter Password

Mar 26, 2010

I use fedora 12. I am facing this problem. Not exactly a problem but I can sure use a work around.

I usually connect to wireless network. The connection is automatic so whenever the connection goes down, it is automatically restored.

But sometimes, the connection goes down, nm-applet asks me to enter the password and will not proceed until I have entered the password. I have observed that this usually happens when the request to connect takes a long time or the wifi router does not respond immediately.

Is there way to change this behaviour? I want nm-applet to keep trying until its connected and not ask me for a password. This way I can be sure that my laptop is always connected and does not need my intervention.

View 1 Replies View Related

Fedora :: Eclipse Ganymede 3.4.2 Asks For Password While Starting

Sep 15, 2010

I have downloaded the eclipse Ganymede 3.4.2 in my fedora-9.JDK 1.6 is installed in the system.when I try to run the eclipse by clicking the executable file it's running but asking for a password.I tried with my system password and "eclipse" as the password but it's not accepting it.When I run that ecplise in other system it works f9, so I think I need to make some configurational changes in my system.can anyone guide me in this this is urgent as am in the middle of a project for which eclipse in necessery.

View 2 Replies View Related

Fedora Networking :: Wireless - Asks For The Password Every Time ?

May 15, 2011

I use Fedora 14 KDE spin, and I have a wireless network with 4 users. When I start my PC I have to enter the administrator password for the KDE wallet, and also the wireless password if I want to connect to the Internet. This is no problem for me, but I prefer not to share those passwords with the other 3 users. I selected the "Connect automatically" option in the wireless connection settings, but it still asks me for the password every time.

View 1 Replies View Related

OpenSUSE :: Configuring Xen / Virtualization - Only Asks For Root Password

Apr 9, 2010

I'd like to boot my windoze partition in opensuse. However,
System > Virtualization > Create Virtual Machines Yields nothing.
Only asks for root PW, and then does nothing else. Xen is installed.

View 9 Replies View Related

Ubuntu :: Lucid Always Asks For Password When Returning From Idle?

May 1, 2010

I do like a lot of the changes they've made in Lucid (especially the aesthetic ones), but there is one change they made that I don't like, and I can't figure out how to get around it. I have Ubuntu set so that, after 10 minutes or so of inactivity, my screen is blanked, in order to save power. In Lucid, though, whenever I come back to my computer after the screen has been blanked, it requires me to entire my password in order to resume use of my computer. Is there any way I can turn this off?

This next question is unrelated, but I do still feel the need to ask. Why, exactly, did they move the minimize/maximize/close buttons from the top-right corner of the window to the top-left? I know that it probably feels natural to Mac users, but every previous version of Ubuntu has had these buttons in the top-right corner.....why on earth did they feel the need to change it? I've been using Ubuntu for a while now, and it's kind of annoying. Surely most people who've been using Ubuntu for a while were thrown off by this, as well? I doubt that there is any way to change it, but does anyone know if there is?

View 9 Replies View Related

Ubuntu Networking :: Why Samba Asks For Windows Password

Jul 23, 2010

I'm using Ubuntu 9.10 and trying to install a printer over the network which is plugged into a Windows 7 machine. I can see the workgroup fine and the computer fine on the network, but when I try to double-click on the computer (both via the nautilus and the printer setup route), it asks me for a username, workgroup and password.

I tried the account's username and password and username "Guest" with no password but neither worked. The weird thing is that when I booted my machine into Windows XP and tried to install the same printer, it never asked me for a username and password and installed just fine. Why is Samba/Ubuntu asking me for the Windows 7 password when Windows XP didn't need it?

View 5 Replies View Related

Ubuntu :: Kubuntu 10.04 .run File - Get A Window That Asks For My Password ?

Aug 27, 2010

I'm new to Linux altogether. I installed World of Warcraft and have it running, but my framerates are low. I have it set to run in OpenGL already, so I figured I'd try to update my graphics driver. I downloaded the driver and it's a .run file. I have it set to run as an executable. When I run the file, I get a window that asks for my password. I input my password and press enter. Shortly, I get a window that says I need to run this file as super user. I tried to go into the command line and I typed "sudo home/nicholas/downloads/ati-driver-installer-10-8-x86.x86_64.run". I put in my password and Konsole tells me "run: command not found". How would I run this file in Konsole using super user?

View 2 Replies View Related







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