Error on boot 12.04 The 2019 Stack Overflow Developer Survey Results Are InProblem upgrading Ubuntu 14.04 to 14.04.01ubuntu 16.04 lightdm: stuck at login loop, but startx works12.04 usb install “boot error”12.04 desktop won't bootUbuntu 12.04 boot error, I/O errorBooting error on 12.04CIFS VFS: Error messagesUbuntu14.04 boot errorBoot helper errorStartx failing - stuck at loginKubuntu 18.04 boots in single_cmd mode (after installing netcdf4 — not necessarily related)
Is three citations per paragraph excessive for undergraduate research paper?
A poker game description that does not feel gimmicky
Why is it "Tumoren" and not "Tumore"?
How was Skylab's orbit inclination chosen?
Dual Citizen. Exited the US on Italian passport recently
What does "sndry explns" mean in one of the Hitchhiker's guide books?
Can't find the latex code for the ⍎ (down tack jot) symbol
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Realistic Alternatives to Dust: What Else Could Feed a Plankton Bloom?
Inversion Puzzle
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Are there any other methods to apply to solving simultaneous equations?
Limit the amount of RAM Mathematica may access?
How come people say “Would of”?
What is the steepest angle that a canal can be traversable without locks?
Does a dangling wire really electrocute me if I'm standing in water?
Why isn't airport relocation done gradually?
Extreme, unacceptable situation and I can't attend work tomorrow morning
What does "rabbited" mean/imply in this sentence?
Patience, young "Padovan"
Are USB sockets on wall outlets live all the time, even when the switch is off?
How long do I have to send my income tax payment to the IRS?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
What can other administrators access on my machine?
Error on boot 12.04
The 2019 Stack Overflow Developer Survey Results Are InProblem upgrading Ubuntu 14.04 to 14.04.01ubuntu 16.04 lightdm: stuck at login loop, but startx works12.04 usb install “boot error”12.04 desktop won't bootUbuntu 12.04 boot error, I/O errorBooting error on 12.04CIFS VFS: Error messagesUbuntu14.04 boot errorBoot helper errorStartx failing - stuck at loginKubuntu 18.04 boots in single_cmd mode (after installing netcdf4 — not necessarily related)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When I boot my Toshiba Tecra(nvidia) say no protocol specified
(2x and ..) a lot of. Then appears the next message:
xinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
wainting for X server to shutdown ddxSigGiveUp: Closing log
Server terminated successfully(0). Closing log file.
xinit: server error
xauth: error in locking authority file /home/toshiba/.Xauthority
boot
add a comment |
When I boot my Toshiba Tecra(nvidia) say no protocol specified
(2x and ..) a lot of. Then appears the next message:
xinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
wainting for X server to shutdown ddxSigGiveUp: Closing log
Server terminated successfully(0). Closing log file.
xinit: server error
xauth: error in locking authority file /home/toshiba/.Xauthority
boot
Does this happen before or after you log on?
– Mitch♦
Jul 20 '12 at 12:34
add a comment |
When I boot my Toshiba Tecra(nvidia) say no protocol specified
(2x and ..) a lot of. Then appears the next message:
xinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
wainting for X server to shutdown ddxSigGiveUp: Closing log
Server terminated successfully(0). Closing log file.
xinit: server error
xauth: error in locking authority file /home/toshiba/.Xauthority
boot
When I boot my Toshiba Tecra(nvidia) say no protocol specified
(2x and ..) a lot of. Then appears the next message:
xinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
wainting for X server to shutdown ddxSigGiveUp: Closing log
Server terminated successfully(0). Closing log file.
xinit: server error
xauth: error in locking authority file /home/toshiba/.Xauthority
boot
boot
edited Dec 20 '17 at 19:45
dessert
25.4k674108
25.4k674108
asked Jul 20 '12 at 12:07
RicardoRicardo
241125
241125
Does this happen before or after you log on?
– Mitch♦
Jul 20 '12 at 12:34
add a comment |
Does this happen before or after you log on?
– Mitch♦
Jul 20 '12 at 12:34
Does this happen before or after you log on?
– Mitch♦
Jul 20 '12 at 12:34
Does this happen before or after you log on?
– Mitch♦
Jul 20 '12 at 12:34
add a comment |
3 Answers
3
active
oldest
votes
I think I resolved my problem. I used this forum post. The commands were:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
add a comment |
Fixing Error in locking authority file .Xauthority
# cd /home/user
# ls -a -lh
# chown user:user .Xau*
4
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
add a comment |
In addition to the answer suggested by Ricardo, I also want you to do the following:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
In cases where chown produces an error, just provide execute and read write permissions, which should solve the problem.
chmod +x .Xauthority
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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%2faskubuntu.com%2fquestions%2f165921%2ferror-on-boot-12-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think I resolved my problem. I used this forum post. The commands were:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
add a comment |
I think I resolved my problem. I used this forum post. The commands were:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
add a comment |
I think I resolved my problem. I used this forum post. The commands were:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
I think I resolved my problem. I used this forum post. The commands were:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
edited Oct 6 '17 at 18:06
Zanna
51.3k13140243
51.3k13140243
answered Jul 20 '12 at 20:08
RicardoRicardo
241125
241125
add a comment |
add a comment |
Fixing Error in locking authority file .Xauthority
# cd /home/user
# ls -a -lh
# chown user:user .Xau*
4
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
add a comment |
Fixing Error in locking authority file .Xauthority
# cd /home/user
# ls -a -lh
# chown user:user .Xau*
4
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
add a comment |
Fixing Error in locking authority file .Xauthority
# cd /home/user
# ls -a -lh
# chown user:user .Xau*
Fixing Error in locking authority file .Xauthority
# cd /home/user
# ls -a -lh
# chown user:user .Xau*
answered Feb 26 '14 at 6:16
Sheri NewtonSheri Newton
111
111
4
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
add a comment |
4
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
4
4
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
It would be helpful if you provide some explanations from the link.the link can go down any time
– Stormvirux
Feb 26 '14 at 6:36
add a comment |
In addition to the answer suggested by Ricardo, I also want you to do the following:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
In cases where chown produces an error, just provide execute and read write permissions, which should solve the problem.
chmod +x .Xauthority
add a comment |
In addition to the answer suggested by Ricardo, I also want you to do the following:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
In cases where chown produces an error, just provide execute and read write permissions, which should solve the problem.
chmod +x .Xauthority
add a comment |
In addition to the answer suggested by Ricardo, I also want you to do the following:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
In cases where chown produces an error, just provide execute and read write permissions, which should solve the problem.
chmod +x .Xauthority
In addition to the answer suggested by Ricardo, I also want you to do the following:
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority
In cases where chown produces an error, just provide execute and read write permissions, which should solve the problem.
chmod +x .Xauthority
answered Sep 11 '15 at 12:13
Arun JayapalArun Jayapal
113
113
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f165921%2ferror-on-boot-12-04%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
Does this happen before or after you log on?
– Mitch♦
Jul 20 '12 at 12:34