Displaying 20 results from an estimated 10000 matches similar to: "gnome-keyring auto locking"
2011 Dec 26
2
gnome keyring
I am having an issue I have not ran into before...
I set my box to "auto" login by changing the file:
more /etc/gdm/custom.conf
# GDM configuration storage
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=silentm
TimedLoginEnable=true
TimedLogin=silentm
TimedLoginDelay=0
[security]
[xdmcp]
[greeter]
[chooser]
[debug]
It does auto login - however then when I try to VNC into
2016 May 06
0
After restart, user's gnome autostart seems broken
Hello there,
CentOS6.7 64-bit up-to-date running on my laptop.. This night I had to
restart (did it properly). Since then, my ~/.config/autostart/ contains
some new broken .desktop files and /var/log/messages complains:
gnome-session[7280]: WARNING: Could not parse desktop file /home/wwp/.config/autostart/gnome-keyring-daemon.desktop: Key file does not have key 'Name'
2012 Oct 04
0
CEBA-2012:1334 CentOS 6 gnome-keyring Update
CentOS Errata and Bugfix Advisory 2012:1334
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1334.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
834ad2fc6f3d74700c5fc601b4298e7383b8eddd8e4e1aff7d6f3144361bfa76 gnome-keyring-2.28.2-8.el6_3.i686.rpm
2010 Jan 21
0
PAM and GNOME keyring
Hi everybody,
I have a CentOS 5.4 server I need to se-up as Subversion server. On the server GNOME keyring has been installed and the integration with Subversion works fine: I'm asked for the keyring password the first time and that's it.
I am now trying to set it up so that after login the default keyring is unlocked. This way I won't be asked for the keyring password ever. I have
2012 Oct 05
2
Installing a gnome-desktop on CENTOS-6.3 following minimal system install.
I am still trying without much success to get a desktop on my minimal
+ virtualization install of a CentOS-6.3 kvm host. When I run startx
I get a desktop but other than the icons for computer, home and trash
there is nothing displayed. I can right click the mouse and from
there I can open a terminal window and creat a folder on the desktop
but I have no title bar and no status bar. There are
2010 Jul 13
2
Unloking gnome keyring on login
I hope someone can help me because I have spent a week on this and still I can't make it to work.
I have a CentOS 5.5 server and I am trying to set it up so that upon login the gnome default keyring is unlocked. I don't have a desktop as users will login using ssh only.
I have search the forum and google it, and I did find some help. All the articles though said to change /etc/pam.d/gdm
2020 May 14
0
Ailing MATE desktop
On Thu, 2020-05-14 at 08:18 +0200, Simon Matter wrote:
> > On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> > wrote:
> > > On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via
> > > CentOS
> > > wrote:
> > > > I'm about ready to run "dnf erase *mate*" and try re-installing
> > > > MATE
>
2009 Mar 09
1
need help with keyring
I should mention that I'm a total newbie with keyrings! I tried
searching for help sites - found 1, but I still have a problem. If there
is a website (or sites) that explain this, please post it (them)!
Ok, so I have a laptop with wifi, running CentOS 5.2. When I boot it, it
finds the nearby wifi signals, and tries to connect to mine. To do this,
it puts up a window to get my default
2009 Mar 18
0
wifi and the default keyring
Hello.
I'm using my laptop (an Acer Aspire 3680, with built-in Atheros wifi). I
installed 5.2 on it, and it's working nicely. But, I have an issue with
the keyring. I should mention that this is my *first* experience with
keyrings.
When I set up the wifi, it stated basically that "nm-applet wants to
access the default keyring, but it's locked. Enter password." So I did.
2014 Feb 21
2
Re: [PATCH 2/2] builder: use a disposable GPG keyring for every Sigchecker
On Fri, Feb 21, 2014 at 01:50:30PM +0100, Pino Toscano wrote:
> On Friday 21 February 2014 11:10:54 Richard W.M. Jones wrote:
> > On Thu, Feb 20, 2014 at 11:53:17AM +0100, Pino Toscano wrote:
> > > Create a temporary directory and tell gpg to use it as homedir, so
> > > imported keys do not get into the user's keyring. This also avoid
> > > importing the
2009 Jul 07
1
Installing debian-backports-keyring
I want to install debian-backports-keyring on puppet clients. However, I
can''t install it because the client doesn''t already have the key:
--------------------------------------------------------------------------------
err: //Node[basenode]/tclbase/Package[debian-backports-keyring]/ensure:
change from purged to present failed: Execution of ''/usr/bin/aptitude -y
-o
2012 Sep 20
1
[PATCH 1/2] ./run: Make sure that the temporary directory exists so test scripts can produce output files
---
run.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/run.in b/run.in
index ed4971b..548ac20 100644
--- a/run.in
+++ b/run.in
@@ -51,6 +51,7 @@ b=@abs_builddir@
#
# chcon --reference=/tmp tmp
export TMPDIR="$b/tmp"
+mkdir -p "$b/tmp"
# Set local environment relative to this script.
export LIBGUESTFS_PATH="$b/appliance"
--
1.7.10.4
2015 Jan 10
2
C-6, Gnome question
On 2015-01-10, Leon Fauster
<leonfauster at googlemail.com> wrote:
> Am 10.01.2015 um 01:56 schrieb Fred Smith
> <fredex at fcshome.stoneham.ma.us>:
>> On Sat, Jan 10, 2015 at 12:12:14AM +0000, Liam O'Toole wrote:
>>>
>>> Have you tried different window manager themes? Some of them have
>>> larger grab areas.
>>
>> Which makes me
2014 Feb 21
2
Re: [PATCH 2/2] builder: use a disposable GPG keyring for every Sigchecker
On Thu, Feb 20, 2014 at 11:53:17AM +0100, Pino Toscano wrote:
> Create a temporary directory and tell gpg to use it as homedir, so
> imported keys do not get into the user's keyring. This also avoid
> importing the default key when a different one is needed to check the
> signature.
>
> The only exception is when a non-default fingerprint is used: in this
> case, that key
2013 Apr 16
2
[Bug 2093] New: don't forward authentication for the whole keyring
https://bugzilla.mindrot.org/show_bug.cgi?id=2093
Bug ID: 2093
Summary: don't forward authentication for the whole keyring
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2018 Jan 05
3
Using keyring on tinc
Hi all!
Is there any way to make tinc use keys from a keyring or similar?
I'm trying to find a way to manage multiple server, making it easier to
register a new user to the network.
Thanks!
--
Martin IƱaki Malerba
inakimmalerba at gmail.com
inaki at satellogic.com
2015 Jan 10
0
C-6, Gnome question
On Sat, Jan 10, 2015 at 01:12:27PM +0000, Liam O'Toole wrote:
> On 2015-01-10, Leon Fauster
> <leonfauster at googlemail.com> wrote:
> > Am 10.01.2015 um 01:56 schrieb Fred Smith
> > <fredex at fcshome.stoneham.ma.us>:
> >> On Sat, Jan 10, 2015 at 12:12:14AM +0000, Liam O'Toole wrote:
> >>>
> >>> Have you tried different
2024 Oct 18
1
Confusion using "ssh-add -D" and then "ssh-add -l"
Hi,
On 18.10.24 13:50, Chris Green wrote:
> chris$ ps -fe | grep ssh-agent
> chris 2463 1530 0 12:33 ? 00:00:00 /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh
>
> but:-
>
> chris$ env | grep SSH
> SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
>
> So SSH_AUTH_SOCK doesn't appear to be the socket that ssh-agent thinks
> it
2013 Jul 28
2
What does this Centos Network Manager error message mean
Here is the error message:
http://i41.tinypic.com/2zz71bp.png
Wireless Network Authentication Required
Unlock Keyring: The application 'NetworkManager Applet'
(/usr/bin/nm-applet) wants access to the default keyring,
but it is locked.
The funny thing is,
(a) I've never seen this message before (in a year of using CentOS)
(b) I am the system administrator but it won't take the
2007 Apr 20
0
New gnome-ssh-askpass
Hello,
I wrote a new askpass frontend for gnome that uses gnome-keyring to
store the password in keyring. Is there any interest in including it
in openssh?
Tambet
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gnome-keyring-ssh-askpass.c
Type: text/x-csrc
Size: 6882 bytes
Desc: not available
Url :