Timeout in locking /.Xauthority Announcing the arrival of Valued Associate #679: Cesar...
What is "gratricide"?
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
AppleTVs create a chatty alternate WiFi network
Is there any word for a place full of confusion?
How to play a character with a disability or mental disorder without being offensive?
Should I use a zero-interest credit card for a large one-time purchase?
Performance gap between vector<bool> and array
How could we fake a moon landing now?
How to tell that you are a giant?
ArcGIS Pro Python arcpy.CreatePersonalGDB_management
Why weren't discrete x86 CPUs ever used in game hardware?
The code below, is it ill-formed NDR or is it well formed?
Is there hard evidence that the grant peer review system performs significantly better than random?
Morning, Afternoon, Night Kanji
What was the first language to use conditional keywords?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
How to write the following sign?
What is this clumpy 20-30cm high yellow-flowered plant?
Time to Settle Down!
Is a ledger board required if the side of my house is wood?
What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in Into the Spider-Verse?
Putting class ranking in CV, but against dept guidelines
What do you call the main part of a joke?
Did Deadpool rescue all of the X-Force?
Timeout in locking /.Xauthority
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Locking netfilter in linuxLocking down git ssh serverSporadic '.Xauthority not writable, changes will be ignored' going from OSX -> LinuxMissing most of /binAvoid /usr/bin/xauth: error in locking authority file /home/user/.XauthorityEffect Locking a user account with a UID of 0Strange OpenVPN behavior - disconnects after one minuteIPtables locking down website allowing only SSHproftpd: mod_sftp connection timeoutLocking mechanism on pNFS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have google searched and everyone who has this problem has an error in locking /home/user/.Xauthority. The issue is that it is trying to lock /.Xauthority. Obviously there is no .Xauthority in /, and even if there was it would not be accessible to a user. This problem is only occuring with one user, all other users work fine. What should I check? Here's what happens:
[root@box dir]# ssh USER@HOST
USER@HOSTS's password:
Last login: Thu Jul 25 10:09:19 2013 from OTHER_HOST
(30 sec later)
/usr/bin/xauth: timeout in locking authority file /.Xauthority
linux ssh root x11 xauth
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have google searched and everyone who has this problem has an error in locking /home/user/.Xauthority. The issue is that it is trying to lock /.Xauthority. Obviously there is no .Xauthority in /, and even if there was it would not be accessible to a user. This problem is only occuring with one user, all other users work fine. What should I check? Here's what happens:
[root@box dir]# ssh USER@HOST
USER@HOSTS's password:
Last login: Thu Jul 25 10:09:19 2013 from OTHER_HOST
(30 sec later)
/usr/bin/xauth: timeout in locking authority file /.Xauthority
linux ssh root x11 xauth
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Check out this similar question on the Unix Stack Exchange
– Brad Parks
Sep 17 '16 at 0:32
add a comment |
I have google searched and everyone who has this problem has an error in locking /home/user/.Xauthority. The issue is that it is trying to lock /.Xauthority. Obviously there is no .Xauthority in /, and even if there was it would not be accessible to a user. This problem is only occuring with one user, all other users work fine. What should I check? Here's what happens:
[root@box dir]# ssh USER@HOST
USER@HOSTS's password:
Last login: Thu Jul 25 10:09:19 2013 from OTHER_HOST
(30 sec later)
/usr/bin/xauth: timeout in locking authority file /.Xauthority
linux ssh root x11 xauth
I have google searched and everyone who has this problem has an error in locking /home/user/.Xauthority. The issue is that it is trying to lock /.Xauthority. Obviously there is no .Xauthority in /, and even if there was it would not be accessible to a user. This problem is only occuring with one user, all other users work fine. What should I check? Here's what happens:
[root@box dir]# ssh USER@HOST
USER@HOSTS's password:
Last login: Thu Jul 25 10:09:19 2013 from OTHER_HOST
(30 sec later)
/usr/bin/xauth: timeout in locking authority file /.Xauthority
linux ssh root x11 xauth
linux ssh root x11 xauth
asked Jul 25 '13 at 14:17
network-technetwork-tech
112
112
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Check out this similar question on the Unix Stack Exchange
– Brad Parks
Sep 17 '16 at 0:32
add a comment |
Check out this similar question on the Unix Stack Exchange
– Brad Parks
Sep 17 '16 at 0:32
Check out this similar question on the Unix Stack Exchange
– Brad Parks
Sep 17 '16 at 0:32
Check out this similar question on the Unix Stack Exchange
– Brad Parks
Sep 17 '16 at 0:32
add a comment |
1 Answer
1
active
oldest
votes
Check that your user actually has a valid home directory, which exists and is accessible by that user.
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f526233%2ftimeout-in-locking-xauthority%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check that your user actually has a valid home directory, which exists and is accessible by that user.
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
add a comment |
Check that your user actually has a valid home directory, which exists and is accessible by that user.
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
add a comment |
Check that your user actually has a valid home directory, which exists and is accessible by that user.
Check that your user actually has a valid home directory, which exists and is accessible by that user.
answered Jul 25 '13 at 14:18
Michael Hampton♦Michael Hampton
175k27321651
175k27321651
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
add a comment |
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Yes the user has a valid home directory.
– network-tech
Jul 25 '13 at 14:20
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
Again, check that it is accessible by that user. Permissions and SELinux contexts must be correct for it and all of its parent directories.
– Michael Hampton♦
Jul 25 '13 at 14:22
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
I can't even do a normal ssh into there without X11 forwarding. It connects and just closes.
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
My contexts and perms on my home dir are the same as other users who can login (different name of course)
– network-tech
Jul 25 '13 at 14:31
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f526233%2ftimeout-in-locking-xauthority%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Check out this similar question on the Unix Stack Exchange
– Brad Parks
Sep 17 '16 at 0:32